/*
Template Name: TechBiz
Template URL: https://html.vecuro.com/techbiz
Description: TechBiz - IT Solution & Service 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. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
05. Spacing
06. Color Plate

*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

/*------------------- 1.2. Function -------------------*/

/*------------------- 1.3. Variable-------------------*/

:root {
    --theme-color: #344E41;
    --theme-color2: #FEE074;
    --secondary-color: #588157;
    --title-color: #2D2D2D;
    --body-color: #F3ECDC;
    --text-color: #565656;
    --smoke-color: #F3ECDC;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e6edfd;
    --title-font: "Unbounded", sans-serif;
    --body-font: "Poppins", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --main-container2: 1420px;
    --main-container3: 1340px;
    --main-container4: 1920px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s;
}

.home-five,
.home-four {
    --theme-color: #0037ff;
    --smoke-color: #f6f7fc;
}

/*------------------- 1.5. Typography -------------------*/

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

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

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
}

iframe {
    border: none;
    width: 100%;
}
/* ====my css=======*/
.rankings-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.rankings-table th, .rankings-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.rankings-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}
.rankings-table img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}
.rankings-table .rank {
    font-weight: bold;
    color: #d4a017;
}
@media (max-width: 768px) {
    .rankings-table th, .rankings-table td {
        font-size: 14px;
        padding: 8px;
    }
    .rankings-table img {
        width: 40px;
        height: 40px;
    }
}
.flyer-card {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.flyer-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.flyer-card p {
    margin: 5px 0;
    font-size: 16px;
}
.flyer-card .branding {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    font-size: 12px;
    opacity: 0.8;
}
.flyer-card .branding img {
    width: 80px;
    margin-bottom: 5px;
}
.flyer-card .download-btn {
    margin-top: 15px;
    background: #d4a017;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}
.flyer-card .download-btn:hover {
    background: #b38b14;
}
@media (max-width: 768px) {
    .flyer-card {
        padding: 15px;
    }
    .flyer-card h3 {
        font-size: 20px;
    }
    .flyer-card p {
        font-size: 14px;
    }
    .flyer-card .branding img {
        width: 60px;
    }
}
.profile-card {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.profile-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.profile-card p {
    margin: 5px 0;
    font-size: 16px;
}
.profile-card .images {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    justify-content: center; /* Center images horizontally */
    align-items: center; /* Center images vertically (optional, for consistency) */
    flex-wrap: wrap; /* Allow wrapping if needed on smaller screens */
    width: 100%; /* Ensure the container spans the full width */
}
.profile-card .images img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 55px;
}
.profile-card .branding {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    font-size: 12px;
    opacity: 0.8;
}
.profile-card .branding img {
    width: 80px;
    margin-bottom: 5px;
}
.profile-card .download-btn {
    margin-top: 15px;
    background: #d4a017;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}
.profile-card .download-btn:hover {
    background: #b38b14;
}
@media (max-width: 768px) {
    .profile-card {
        padding: 15px;
    }
    .profile-card h3 {
        font-size: 20px;
    }
    .profile-card p {
        font-size: 14px;
    }
    .profile-card .images img {
        width: 80px;
        height: 80px;
    }
    .profile-card .branding img {
        width: 60px;
    }
}
.dashboard-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.stat-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex: 1;
}
.stat-card h3 {
    margin: 0;
    font-size: 24px;
    color: #d4a017;
}
.table-responsive {
    margin-bottom: 30px;
}
.table th, .table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.table th {
    background: #f8f9fa;
}
.table input[type="number"], .table input[type="text"], .table input[type="tel"], .table input[type="date"], .table textarea, .table select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.table button, .form-style1 button {
    background: #d4a017;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.table button:hover, .form-style1 button:hover {
    background: #b38b14;
}
.table .delete-btn {
    background: #dc3545;
}
.table .delete-btn:hover {
    background: #c82333;
}
.table .edit-btn {
    background: #28a745;
    margin-right: 5px;
}
.table .edit-btn:hover {
    background: #218838;
}
.message {
    text-align: center;
    margin-bottom: 20px;
}
.form-style1 {
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}
.form-style1 .form-group {
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .dashboard-stats {
        flex-direction: column;
    }
    .table th, .table td {
        font-size: 14px;
        padding: 8px;
    }
    .form-style1 input, .form-style1 textarea, .form-style1 select {
        font-size: 14px;
    }
}
.matchup-table td { vertical-align: middle; }
.matchup-table .vs { font-weight: bold; color: #d4a017; }
.matchup-card {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.matchup-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-align: center;
}
.matchup-card .matchup-text {
    font-size: 18px;
    font-weight: bold;
    color: #fee074;
    text-align: center;
    margin-bottom: 10px;
}
.matchup-card p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
}
.matchup-card .branding {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    font-size: 12px;
    opacity: 0.8;
}
.matchup-card .branding img {
    width: 80px;
    margin-bottom: 5px;
}
.matchup-card .download-btn {
    margin-top: 15px;
    background: #d4a017;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.matchup-card .download-btn:hover {
    background: #b38b14;
}
@media (max-width: 768px) {
    .matchup-card {
        padding: 15px;
    }
    .matchup-card h3 {
        font-size: 20px;
    }
    .matchup-card .matchup-text {
        font-size: 16px;
    }
    .matchup-card p {
        font-size: 10px;
    }
    .matchup-card .branding img {
        width: 60px;
    }
}
/*=====my css end===*/
.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;
    font-family: var(--title-font);
    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;
    /* Small devices */
}

@media (max-width: 767px) {
    p {
        line-height: 1.73;
    }
}

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.5;
    margin: -0.25em 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;
}

/* Large devices */

@media (max-width: 1199px) {
    .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;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 36px;
    }
    .h2,
    h2 {
        font-size: 30px;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 22px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    .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;
    }
}

/*------------------- 1.8. Media Query -------------------*/

/*-----------------
    3.2 Responsive Media Queries
-----------------*/

/**
@include respond-above(sm) {
  .element {
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .element {
    font-weight: bold;
  }
}
**/

/**
@include respond-below(lg) {
  .element {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .element {
    font-weight: bold;
  }
}
**/

/**
@include respond-between(sm, md) {
  .element {
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .element {
    font-weight: bold;
  }
}
**/

/*=================================
    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);
    }
}

.container-style2 {
    max-width: calc(var(--main-container2) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
    margin: 0 auto;
}

.container-style3 {
    max-width: calc(var(--main-container3) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
    margin: 0 auto;
}

.container-style4 {
    max-width: calc(var(--main-container4) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.container-style3 {
    --main-container: 1445px;
}

/*------------------- 2.2. Grid -------------------*/

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

@media (min-width: 767px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px;
    }
}

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

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

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

@media (min-width: 1199px) {
    .gx-45 {
        --bs-gutter-x: 45px;
    }
    .gx-60 {
        --bs-gutter-x: 60px;
    }
    .gx-50 {
        --bs-gutter-x: 50px;
    }
    .gx-70 {
        --bs-gutter-x: 70px;
    }
    .gx-80 {
        --bs-gutter-x: 80px;
    }
}

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

/*------------------- 2.3. Input -------------------*/

select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid var(--border-color);
    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;
    color: var(--body-color);
    background-color: var(--theme-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    border-color: var(--theme-color);
    transition: all 0.3s ease-in-out;
}

select:focus::placeholder,
.form-control:focus::placeholder,
.form-select:focus::placeholder,
textarea:focus::placeholder,
input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

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

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

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

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

@media (max-width: 767px) {
    select,
    .form-control,
    .form-select,
    textarea,
    input {
        padding: 0 30px 0 20px;
    }
}

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

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

/* Firefox */

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

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

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: 8px;
    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);
}

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: 45px;
}

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;
    background-image: none;
}

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

.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: max-content;
    display: inline-flex;
    align-items: center;
}

.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;
    background-color: var(--body-color);
    width: 30px;
    height: 6px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--dots-bg, #D8D8D8);
    transition: all ease 0.4s;
    position: relative;
}

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

.slick-dots .slick-active button {
    background-color: var(--theme-color2);
    width: 50px;
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    font-weight: 600;
    left: var(--pos-x, -100px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 20px);
    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);
}

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

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

.dot-style2 .slick-dots {
    margin-top: 10px;
    margin-bottom: 30px;
}

.dot-style2 .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: var(--theme-color);
}

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

.dot-style2 .slick-dots button:hover {
    background-color: var(--title-color);
}

.dot-style2 .slick-dots li {
    margin: 0 5px;
}

.dot-style2 .slick-dots li.slick-active button {
    width: 40px;
}

/* 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: var(--theme-color);
}

.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;
    border-radius: 0%;
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--theme-color2);
    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 .new-label {
    margin-left: 5px;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.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: 16px;
    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.vs-active>a .vs-mean-expand {
    background-color: var(--theme-color);
    color: var(--white-color);
}

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

.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;
    display: inline-block;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 0%;
}

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

.vs-menu-toggle.style2 {
    background-color: var(--theme-color);
    border-radius: 0%;
    color: var(--white-color);
    width: 55px;
    height: 55px;
}

.vs-menu-toggle.style3 {
    background-color: var(--theme-color);
    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: 15px 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 10px auto;
}

.loader {
    animation: loaderspin 1.5s infinite;
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: ball1 1.5s infinite;
    background-color: var(--theme-color2);
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1.5s infinite;
    background-color: var(--theme-color);
    box-shadow: 30px 0 0 var(--title-color);
}

@keyframes loaderspin {
    0% {
        transform: rotate(0deg) scale(0.8);
    }
    50% {
        transform: rotate(360deg) scale(1);
    }
    100% {
        transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 var(--theme-color);
    }
    50% {
        box-shadow: 0 0 0 var(--theme-color);
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 var(--theme-color);
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 var(--title-color);
    }
    50% {
        box-shadow: 0 0 0 var(--title-color);
        margin-top: -20px;
        transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 var(--title-color);
        margin-top: 0;
    }
}

@keyframes spin {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(36deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(72deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(108deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(144deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(180deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(216deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(252deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(288deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(324deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(360deg);
    }
}

@keyframes speed {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes strikes {
    from {
        left: 25px;
    }
    to {
        left: -80px;
        opacity: 0;
    }
}

@keyframes dots {
    from {
        width: 0px;
    }
    to {
        width: 15px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn,
.loading-window {
    animation: fadeIn 0.4s both;
}

.loading-window {
    height: 200px;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 300px;
    z-index: 99;
}

.loading-window .text {
    font-size: 16px;
    position: absolute;
    width: auto;
    top: 75%;
    left: 38%;
    margin: 0 auto;
}

.loading-window .dots {
    display: inline-block;
    width: 5px;
    overflow: hidden;
    vertical-align: bottom;
    animation: dots 1.5s linear infinite;
    transition: 1;
}

.car {
    position: absolute;
    width: 117px;
    height: 42px;
    left: 92px;
    top: 85px;
}

.car .strike {
    position: absolute;
    width: 11px;
    height: 1px;
    background: var(--theme-color);
    animation: strikes 0.2s linear infinite;
}

.car .strike2 {
    top: 11px;
    animation-delay: 0.05s;
}

.car .strike3 {
    top: 22px;
    animation-delay: 0.1s;
}

.car .strike4 {
    top: 33px;
    animation-delay: 0.15s;
}

.car .strike5 {
    top: 44px;
    animation-delay: 0.2s;
}

.car-detail {
    position: absolute;
    display: block;
    background: var(--theme-color2);
    animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
    width: 0;
    height: 0;
    top: 7px;
    background: none;
    border: 20px solid transparent;
    border-bottom: 8px solid var(--theme-color2);
    border-left: 20px solid var(--theme-color2);
}

.car-detail.back {
    height: 20px;
    width: 92px;
    top: 15px;
    left: 0px;
}

.car-detail.center {
    height: 35px;
    width: 75px;
    left: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 45px 40px;
    border: 4px solid var(--theme-color2);
    background: none;
    box-sizing: border-box;
}

.car-detail.center1 {
    height: 35px;
    width: 35px;
    left: 12px;
    border-top-left-radius: 30px;
}

.car-detail.front {
    height: 20px;
    width: 50px;
    top: 15px;
    left: 67px;
    border-top-right-radius: 50px 40px;
    border-bottom-right-radius: 10px;
}

.car-detail.wheel {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 20px;
    left: 12px;
    border: 3px solid var(--theme-color);
    background: linear-gradient(45deg, transparent 45%, var(--theme-color2) 46%, var(--theme-color2) 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, var(--theme-color2) 46%, var(--theme-color2) 54%, transparent 55%), linear-gradient(90deg, transparent 45%, var(--theme-color2) 46%, var(--theme-color2) 54%, transparent 55%), linear-gradient(0deg, transparent 45%, var(--theme-color2) 46%, var(--theme-color2) 54%, transparent 55%), radial-gradient(var(--theme-color2) 29%, transparent 30%, transparent 50%, var(--theme-color2) 51%), #333;
    animation-name: spin;
}

.car-detail.wheel2 {
    left: 82px;
}

/*------------------- 3.1. backtotop -------------------*/

.back-to-top {
    --back-to-top-size: 70px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
    /* Small devices */
}

@media (max-width: 767px) {
    .back-to-top {
        --back-to-top-size: 60px;
        bottom: 80px;
        right: 10px;
    }
}

.back-to-top .progress-circle {
    display: inline-block;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    transform: rotate(-90deg);
    background: var(--secondary-color);
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(102, 184, 70, 0.6509803922);
}

.back-to-top .progress-circle svg {
    width: 100%;
    height: 100%;
}

.back-to-top .progress-circle circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
}

.back-to-top .progress-circle .bg {
    stroke: var(--theme-color2);
}

.back-to-top .progress-circle .progress {
    stroke: var(--white-color);
    stroke-dasharray: 251.2;
    /* Circumference = 2 * PI * R (R=40) */
    stroke-dashoffset: 251.2;
    transition: stroke-dashoffset 0.2s linear;
}

.back-to-top .progress-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    color: var(--white-color);
    pointer-events: none;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--title-font);
    padding: 5px;
    transition: color 0.2s linear;
    /* Small devices */
}

@media (max-width: 767px) {
    .back-to-top .progress-percentage {
        font-size: 10px;
    }
}

.back-to-top:hover .progress-percentage {
    color: var(--title-color);
}

/*------------------- 3.2. Buttons -------------------*/

.vs-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--secondary-color);
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    padding: 17px 41px;
    border-radius: 30px;
    z-index: 1;
    overflow: hidden;
}

.vs-btn::after,
.vs-btn::before {
    width: 103%;
    height: 103%;
    content: "";
    margin: auto;
    position: absolute;
    top: -2%;
    left: 0%;
    background: var(--theme-color2);
    transition: all ease 0.5s;
    z-index: -1;
    border-radius: inherit;
}

.vs-btn:before {
    transform: rotateX(90deg);
}

.vs-btn:after {
    transform: rotateY(90deg);
}

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

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

.vs-btn:hover:before {
    transform: rotateX(0);
}

.vs-btn:hover:after {
    transform: rotateY(0);
}

.icon-btn {
    padding: 0;
    font-size: var(--icon-font-size, 20px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-color);
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 0%;
    transition: all ease 0.4s;
    position: relative;
    z-index: 1;
}

.icon-btn::before {
    content: "";
    position: absolute;
    left: var(--border-size, 2px);
    top: var(--border-size, 2px);
    right: var(--border-size, 2px);
    bottom: var(--border-size, 2px);
    background-color: var(--theme-color2);
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

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

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

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

.icon-btn.style2:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.icon-btn.style4,
.icon-btn.style3 {
    --btn-size: 55px;
    background-color: #f2f6ff;
    color: var(--theme-color);
    border-radius: 5px;
}

.icon-btn.style4:hover i,
.icon-btn.style3:hover i {
    color: var(--white-color);
}

.icon-btn.style3 {
    z-index: 1;
}

.icon-btn.style3::before {
    z-index: -1;
}

.icon-btn.style3 i {
    transition: all 0.3s ease-in-out;
}

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

.icon-btn.style3 :hover>i {
    color: var(--white-color);
}

.icon-btn.style4 {
    background-color: var(--white-color);
    z-index: 1;
}

.icon-btn.style4::before {
    z-index: -1;
}

.icon-btn.style4 i {
    transition: all 0.3s ease-in-out;
}

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

.icon-btn.style4 :hover>i {
    color: var(--white-color);
}

.icon-btn.style5 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
}

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

.icon-btn.style6 {
    background-color: var(--theme-color);
    color: var(--white-color);
    --btn-size: 55px;
    --btn-font-size: 17px;
}

.icon-btn2 {
    padding: 0;
    font-size: var(--icon-font-size, 20px);
    width: var(--icon-size, 80px);
    height: var(--icon-size, 60px);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all ease 0.4s;
    position: relative;
    z-index: 1;
}

.icon-btn2 i {
    font-size: 24px;
    font-weight: 500;
}

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

.icon-btn2:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
}

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

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 120px);
    height: var(--icon-size, 120px);
    line-height: var(--icon-size, 120px);
    font-size: var(--icon-font-size, 1.5em);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    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.style3 i,
.play-btn.style2 i {
    --icon-size: 60px;
    border-radius: 5px;
    --icon-font-size: 18px;
}

.play-btn.style2>i {
    --icon-size: 120px;
    --icon-font-size: 48px;
    border-radius: 0;
    background-color: var(--theme-color);
}

.play-btn.style2:after,
.play-btn.style2:before {
    border-radius: 0px;
    background-color: var(--theme-color);
}

.play-btn.style2:hover>i {
    background-color: var(--theme-color2);
}

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

.play-btn.style3 i {
    background-color: rgba(14, 89, 242, 0.7);
}

.play-btn.style3:after,
.play-btn.style3::before {
    display: none;
}

.play-btn.style4 {
    --icon-size: 120px;
    --icon-font-size: 30px;
}

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

.play-btn.style5 i {
    border-radius: 0;
    --icon-size: 120px;
    --icon-font-size: 30px;
}

.play-btn.style5:after,
.play-btn.style5:before {
    border: 2px solid var(--theme-color);
    background-color: transparent;
    border-radius: 0;
}

.play-btn.style6 {
    --icon-size: 60px;
    --icon-font-size: 18px;
}

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

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

.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: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: transparent;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed var(--theme-color);
    animation: spin 13s infinite linear;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--theme-color2);
    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;
}

/* Large devices */

@media (max-width: 1199px) {
    .play-btn.style4 {
        --icon-size: 80px;
        --icon-font-size: 20px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }
    .scrollToTop {
        right: 20px;
    }
    .scrollToTop.show {
        bottom: 20px;
    }
    .icon-btn2 {
        width: 60px;
        height: 40px;
    }
    .icon-btn2 i {
        font-size: 16px;
    }
}

.vs-icon {
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 0;
    color: var(--secondary-color);
    font-size: 24px;
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.vs-icon:hover {
    color: var(--white-color);
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}

/*------------------- 3.3. Titles -------------------*/

.sec-title {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin: -0.25em 0 15px 0;
    letter-spacing: 0.01em;
}

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

@media (max-width: 991px) {
    .sec-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .sec-title {
        font-size: 28px;
    }
}

@media (max-width: 319px) {
    .sec-title {
        font-size: 24px;
    }
}

.sec-title>span {
    color: var(--theme-color2);
}

.sec-subtitle {
    text-transform: capitalize;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    margin: -0.25em 0 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    gap: 8px;
    letter-spacing: 0.03em;
}

.white-title .sec-subtitle,
.white-title .sec-title {
    color: var(--white-color);
}

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

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

.title-area2 .sec-subtitle {
    color: var(--title-color);
}

.sec-btns {
    padding: 13px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sec-btns i.fa-arrow-left {
    margin-left: 0;
    margin-right: 10px;
}

.sec-btns2 {
    margin-bottom: calc(var(--section-title-space) - 5px);
}

.sec-line-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0 0 80px 0;
}

.sec-line-wrap .sec-title2 {
    margin: -0.3em 0 -0.4em 0;
}

.sec-line {
    background-color: var(--theme-color);
    flex: 1;
    height: 2px;
}

.border-title {
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom: 0;
}

.border-title-border {
    width: 48px;
    height: 2px;
    display: inline-block;
    background-color: var(--theme-color);
    margin-bottom: 25px;
}

/* Medium Large devices */

@media (max-width: 1399px) {
    .sec-title4 {
        font-size: 42px;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .sec-title4 {
        font-size: 36px;
        line-height: 1.4;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .sec-title3.h1,
    .sec-title.h1 {
        font-size: 36px;
    }
    .sec-line-wrap {
        margin: 0 0 60px 0;
    }
    .sec-subtitle2 {
        margin-bottom: 15px;
    }
    .title-area {
        margin-bottom: 40px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .sec-title3.h1,
    .sec-title.h1 {
        font-size: 30px;
    }
    .sec-subtitle {
        font-size: 16px;
    }
    .sec-line-wrap {
        margin: 0 0 40px 0;
        gap: 10px;
    }
    .sec-title4 {
        font-size: 30px;
        line-height: 1.4;
    }
}

/*------------------- 3.4. Common -------------------*/

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 20px;
}

body::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    border-radius: 20px;
}

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

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

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

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

.z-index-u {
    z-index: unset !important;
}

.media-body {
    flex: 1;
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    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%;
}

.hr-style1 {
    background-color: var(--white-color);
    margin: 20px 0 30px 0;
}

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

.big-name {
    font-size: 450px;
    color: var(--white-color);
    -webkit-text-stroke: 2px #eef0ff;
    line-height: 1;
    letter-spacing: -0.08em;
    font-weight: 400;
    position: relative;
    z-index: 31;
    text-align: right;
    margin: -234px 30px -59px 0;
}

.sec-big-text2,
.sec-big-text {
    font-size: 160px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1;
    display: block;
    color: #f1f3f9;
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    z-index: -1;
}

.sec-big-text2 {
    top: auto;
    left: auto;
    right: 120px;
    bottom: -26px;
}

.home-five-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #f6f7fc;
    width: 100%;
    max-width: 1255px;
    z-index: -3;
}

.home-five-shape2 {
    position: absolute;
    left: -428px;
    bottom: 250px;
    width: 1024px;
    height: 1024px;
    border: 50px solid var(--theme-color);
    border-radius: 50%;
    z-index: -2;
}

.home-five-shape3 {
    position: absolute;
    right: 60px;
    bottom: 325px;
}

.home-five-wrap1 {
    position: relative;
    border-bottom: 7px solid var(--theme-color);
    z-index: 1;
}

.shape-mockup {
    position: absolute;
}

/* Hight Resoulation devices */

@media (min-width: 1921px) {
    .ls-wrapper>.ls-layer.d-hd-none,
    .ls-wrapper>a>.ls-layer.d-hd-none,
    .d-hd-none {
        display: none !important;
    }
}

@media (min-width: 1500px) {
    .d-xxxl-block {
        display: block !important;
    }
}

/* Extra large devices */

@media (max-width: 1500px) {
    .big-name {
        font-size: 320px;
        margin: -168px 30px -59px 0;
    }
    .home-five-shape3 {
        right: 30px;
        bottom: 50px;
        max-width: 200px;
    }
    .home-five-shape2 {
        left: -18%;
        bottom: 34%;
        width: 500px;
        height: 500px;
    }
    .home-five-shape1 {
        max-width: 100%;
        right: 60px;
        width: auto;
    }
    .sec-big-text2,
    .sec-big-text {
        font-size: 130px;
    }
}

/* Medium Large devices */

@media (max-width: 1399px) {
    .big-name {
        font-size: 245px;
        margin: -128px 40px -42px 0;
    }
    .home-five-shape1 {
        right: 0;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .big-name {
        font-size: 190px;
        margin: -100px 40px -42px 0;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .big-name {
        font-size: 146px;
        margin: -78px 40px -25px 0;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .big-name {
        font-size: 75px;
        margin: -20px 0 -12px 0;
        letter-spacing: 0;
        text-align: center;
    }
}

.text-box {
    background-color: var(--white-color);
    width: 160px;
    height: 160px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.text-box__number {
    font-size: 30px;
    color: var(--theme-color2);
    font-family: var(--title-font);
    font-weight: 700;
    line-height: 132%;
    margin-bottom: 10px;
    display: block;
}

.text-box__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--body-color);
    line-height: 160%;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 216px;
}

.icon-box__icon {
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 0%;
}

.icon-box__title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .icon-box__title {
        font-size: 18px;
    }
}

.icon-box.style2 {
    background-color: var(--smoke-color);
    max-width: 100%;
    padding: 30px;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.icon-box.style2 .icon-box__icon {
    background-color: var(--white-color);
    border-radius: 0;
    color: var(--white-color);
}

.icon-box.style2 .icon-box__title {
    margin-bottom: 6px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.icon-box.style2 .icon-box__text {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.icon-box.style2:hover {
    background-color: var(--theme-color);
}

.icon-box.style2:hover .icon-box__title,
.icon-box.style2:hover .icon-box__text {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.icon-box.style3 {
    max-width: 100%;
    margin-bottom: 20px;
}

.icon-box.style3:last-child {
    margin-bottom: 0px;
}

.icon-box.style3 .icon-box__icon {
    border-radius: 0;
    font-size: 30px;
    color: var(--white-color);
    min-width: 70px;
    min-height: 70px;
    transition: all 0.3s ease-in-out;
}

.icon-box.style3 .icon-box__text {
    margin-bottom: 6px;
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 700;
}

.icon-box.style3 .icon-box__title {
    font-weight: 700;
    font-family: var(--title-color);
    font-family: var(--title-font);
    font-size: 24px;
}

@media (max-width: 767px) {
    .icon-box.style3 .icon-box__title {
        font-size: 20px;
    }
}

.icon-box.style3 .icon-box__title>a {
    transition: all 0.3s ease-in-out;
}

.icon-box.style3 .icon-box__title>p {
    margin-bottom: 0;
}

.icon-box.style3 .icon-box__title>a,
.icon-box.style3 .icon-box__title>p {
    color: var(--title-color);
    font-family: var(--title-font);
}

.icon-box.style3:hover .icon-box__icon {
    background-color: var(--theme-color2);
}

.icon-box.style3:hover .icon-box__title>a {
    color: var(--theme-color2);
}

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

.list-style>li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
    color: var(--title-color);
    font-weight: 500;
}

.list-style>li:last-child {
    margin-bottom: 0;
}

.list-style>li::before {
    content: "\f058";
    left: 0;
    position: absolute;
    top: 0px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--theme-color);
}

.star-rating {
    overflow: hidden;
    position: relative;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px;
}

.star-rating i {
    font-size: 20px;
    color: #F3A734;
}

.star-rating i:not(:last-child) {
    margin-right: 3px;
}

.divider1,
.divider2 {
    background-color: var(--border-color);
    opacity: 1;
}

.divider2 {
    height: 2px;
}

.banner-block {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 119px 33px;
}

.banner-block::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--title-color);
    opacity: 0.8;
    z-index: -1;
    left: 0;
    top: 0;
}

.banner-block__logo {
    margin-bottom: 19px;
}

.banner-block__title {
    color: var(--white-color);
    margin-bottom: 45px;
    line-height: 46px;
}

.banner-block__title>span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA3IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTA3IDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMiAxMkMyMC4yOTUgNi4zNTQ0NCA2Ni41MDggLTIuOTE1MjIgMTA1IDUuMTcwNjkiIHN0cm9rZT0iI0VGMEYzQSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: bottom;
    color: var(--theme-color2);
    padding-bottom: 12px;
    display: block;
    background-size: auto;
}

.bg-shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 500px;
    width: 100%;
    right: 0;
    background-color: var(--smoke-color);
    z-index: -1;
}

.bg-shape1 .shape1,
.bg-shape1 .shape2 {
    position: absolute;
}

@media (max-width: 767px) {
    .bg-shape1 .shape1,
    .bg-shape1 .shape2 {
        display: none;
    }
}

.bg-shape1 .shape2 {
    top: 74px;
    left: 207px;
}

.it-reveal-animation {
    clip-path: inset(0 0 100% 0);
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.it-reveal-animation.active {
    clip-path: inset(0 0 0 0);
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.table {
    border: 0;
    margin: -0.25rem -0.25rem;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table> :not(caption)>*>* {
    padding: 0.3rem 0.3rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    border: 0;
    color: var(--white-color);
    text-align: left;
}

.table>tbody>tr>td:first-child {
    width: 50px;
}

/*------------------- 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;
}

/*------------------- 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-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;
}

/*------------------- 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-yellow {
    color: var(--yellow-color) !important;
}

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

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

.text-inherit {
    color: inherit;
}

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

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

.text-light2 {
    color: #919398;
}

/*------------------- 3.9. Overlay -------------------*/

.overlay,
.overlay2,
.overlay3,
.overlay4,
.overlay5,
.overlay6,
.overlay7 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.overlay2 {
    background: linear-gradient(90deg, #01133c 48.92%, rgba(1, 19, 60, 0) 119.11%);
    opacity: 0.9;
    z-index: -1;
}

.overlay3 {
    background: linear-gradient(90deg, #01133c 41.07%, rgba(1, 19, 60, 0) 100%);
    opacity: 0.9;
}

.overlay4 {
    background-color: var(--title-color);
    opacity: 0.85;
}

.overlay5 {
    background: linear-gradient(90deg, #01133c 57.39%, rgba(1, 19, 60, 0) 122.86%);
    opacity: 0.9;
}

.overlay6 {
    opacity: 0.85;
    background-color: var(--theme-color);
}

.overlay7 {
    background: linear-gradient(90deg, #01133c 41.07%, rgba(1, 19, 60, 0) 100%);
    opacity: 0.9;
    z-index: -1;
}

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

.element {
    position: absolute;
    width: 57%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--theme-color);
    clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
    z-index: -1;
}

@media (max-width: 1199px) {
    .element {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .element {
        width: 100%;
    }
}

[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=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 -------------------*/

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

.moving {
    animation: moving 8s linear infinite;
}

@keyframes vsfadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.vsfadeUp {
    -webkit-animation-name: vsfadeUp;
    animation-name: vsfadeUp;
}

@keyframes moving {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
    }
}

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

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

.spin {
    animation: spin var(--duration, 4s) infinite linear;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

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

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

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

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

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

.slideinright,
.hero-layout2 .hero-item::after {
    --animation-name: slideinright;
}

.animated,
.hero-layout3 .vs-btn,
.hero-layout3 .hero-text,
.hero-layout3 .hero-title,
.hero-layout3 .hero-subtitle,
.hero-layout2 .vs-btn,
.hero-layout2 .hero-text,
.hero-layout2 .hero-title,
.hero-layout2 .hero-subtitle {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

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

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: scale(1.5);
        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;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        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 leftToRight {
    0%,
    100% {
        left: 0px;
    }
    50% {
        left: 56px;
    }
}

/*------------------- 3.11. Animation -------------------*/

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.15s;
    z-index: 999;
    mix-blend-mode: difference;
}

@media (max-width: 1200px) {
    .cursor1 {
        display: none;
    }
}

.cursor1.hide {
    opacity: 0;
    visibility: hidden;
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    z-index: 999;
    mix-blend-mode: difference;
}

@media (max-width: 1200px) {
    .cursor2 {
        display: none;
    }
}

.cursor2.hide {
    opacity: 0;
    visibility: hidden;
}

.cursor2.circle {
    width: 60px;
    height: 60px;
}

/*=================================
    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;
    padding: 0;
}

.widget_nav_menu>ul,
.widget_meta>ul,
.widget_pages>ul,
.widget_archive>ul,
.widget_categories>ul {
    margin: 0 0 -38px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: flex;
    margin: 0px 0px 20px;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    align-items: center;
    justify-content: space-between;
    background: var(--white-color);
    color: var(--title-color);
    text-transform: capitalize;
    font-family: var(--title-font);
    min-height: 60px;
    position: relative;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--secondary-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:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
    margin-bottom: 0;
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    text-align: center;
    position: absolute;
    right: 0;
    top: -4.5px;
    font-size: 16px;
    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 {
    color: var(--theme-color);
}

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

.widget_categories a {
    background-color: var(--body-color);
    border-radius: 30px;
}

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

.cat-item {
    position: relative;
}

.cat-item a {
    position: relative;
    padding: 0 50px 0 25px;
}

.cat-item a::after {
    content: "\f061";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--icon-font);
    color: var(--theme-color2);
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.cat-item a:hover::after {
    background-color: var(--theme-color);
}

.widget_update {
    position: relative;
    margin-bottom: 0 !important;
}

.widget_update .widget_title {
    color: var(--white-color);
}

.widget_update .widget_title.title-shep::after,
.widget_update .widget_title.title-shep::before {
    background-color: var(--theme-color2);
}

.widget_update .vs-btn {
    color: var(--theme-color2);
    background-color: var(--theme-color);
}

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

/* Small devices */

@media (max-width: 767px) {
    .widget_nav_menu a,
    .widget_meta a,
    .widget_pages a,
    .widget_archive a,
    .widget_categories a {
        font-size: 14px;
    }
}

.widget {
    padding: 44px 40px 40px 40px;
    background-color: var(--white-color);
    position: relative;
    margin-bottom: 30px;
    border: 6px;
    border-radius: 20px;
}

.widget_banner {
    padding: 0;
}

.widget select,
.widget input {
    height: 55px;
    border: none;
    background-color: #fff;
    padding-left: 30px;
    font-weight: 400;
}

.widget_title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: var(--title-color);
    line-height: 132%;
    margin: -0.38em 0 30px 0;
    font-family: var(--title-font);
    text-transform: capitalize;
    padding: 0 0px 5px 0;
}

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

.widget .search-form input {
    flex: 1;
    background-color: var(--body-color);
    line-height: 170%;
    border-radius: 30px;
    height: 60px;
    color: var(--title-color);
    margin-bottom: 20px;
}

.widget .search-form input::placeholder {
    color: var(--title-color);
}

.widget .search-form .vs-btn {
    font-weight: 700;
    padding: 17px 30px;
}

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

.wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
    align-items: center;
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 21px 19px 21px;
    margin-right: 0;
    margin-bottom: 0;
    color: var(--black-color);
    text-transform: uppercase;
    background: var(--silverLightLight-color);
    border: 1px solid var(--border-color);
    border-radius: 50px;
    font-family: var(--title-font);
}

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

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

.tagcloud a {
    background-color: var(--white-color);
    color: var(--title-color);
}

.recent-post,
.recent-product {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.recent-post:last-child,
.recent-product:last-child {
    margin-bottom: 0;
}

.recent-post .media-img,
.recent-product .media-img {
    margin-right: 20px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.recent-post .media-img img,
.recent-product .media-img img {
    width: 100%;
    transition: all ease 0.4s;
}

.recent-post .post-title,
.recent-product .post-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

mar .recent-post .post-title>a,
mar .recent-product .post-title>a {
    display: block;
}

.recent-post .recent-post-meta,
.recent-product .recent-post-meta {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--body-font);
    display: inline-flex;
    align-items: center;
    margin-bottom: 3px;
}

.recent-post .recent-post-meta i,
.recent-product .recent-post-meta i {
    margin-right: 5px;
    color: var(--secondary-color);
}

.recent-post:hover .media-img img,
.recent-product:hover .media-img img {
    transform: scale(1.1);
}

.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 {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.4s;
}

.sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.2);
}

.sidebar-area {
    margin-bottom: -10px;
    position: sticky;
    top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .sidebar-area {
        margin-bottom: 0;
    }
}

.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 .newsletter-form button {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-top: 10px;
}

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

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

.widget-workhours li {
    background-color: var(--white-color);
    padding: 14.5px 20px;
    margin: 0 0 15px 0;
    font-family: var(--title-font);
    font-weight: 500;
}

.widget-workhours li:last-child {
    margin-bottom: 0;
}

.widget-workhours li i {
    margin-right: 10px;
}

.quote-box {
    position: relative;
    text-align: center;
    padding: 80px 30px;
    margin: 0 0 30px 0;
}

.quote-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 26, 62, 0.7);
}

.quote-box__title {
    color: var(--white-color);
    position: relative;
    z-index: 1;
    max-width: 200px;
    margin: -0.3em auto 25px auto;
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

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

.sidebar-gallery .gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.sidebar-gallery .gallery-thumb .gal-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--icon-size, 35px);
    height: var(--icon-size, 35px);
    margin: calc(var(--icon-size, 35px) / -2) 0 0 calc(var(--icon-size, 35px) / -2);
    text-align: center;
    font-size: 18px;
    color: var(--theme-color2);
    background-color: transparent;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar-gallery .gallery-thumb .gal-btn i {
    color: var(--theme-color2);
}

.sidebar-gallery .gallery-thumb .gal-btn:hover {
    transform: scale(1);
    background-color: var(--white-color);
}

.sidebar-gallery .gallery-thumb .gal-btn:hover i {
    color: var(--theme-color);
}

.sidebar-gallery .gallery-thumb:hover:before {
    opacity: 0.8;
    visibility: visible;
}

.sidebar-gallery .gallery-thumb:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

.sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.12);
}

.widget--bg1 {
    background-color: var(--blackSand-color);
}

.vs-widget-about__text {
    color: var(--silverDeep-color);
}

/* Large devices */

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 25px;
        --widget-padding-x: 25px;
    }
    .widget_title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .recent-post .post-title {
        font-size: 14px;
        line-height: 22px;
    }
    .recent-post .recent-post-meta a {
        font-size: 12px;
    }
    .widget-workhours li {
        padding: 14.5px 20px;
        font-size: 14px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px;
    }
}

/* 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-gallery {
        gap: 10px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .widget {
        padding: 30px 20px;
    }
}

.widget-area {
    padding-top: 120px;
    padding-bottom: 93px;
}

.widget-area2 {
    padding-top: 60px;
}

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

.footer-widget .widget_title {
    border: none;
    font-size: 24px;
    margin: 0 0 30px 0;
    padding: 0 0 18px 0;
    color: var(--white-color);
    position: relative;
    text-align: left;
}

.footer-widget .widget_title::before {
    content: "";
    position: absolute;
}

.footer-widget .widget_title::before {
    width: 52px;
    height: 4px;
    background-color: var(--theme-color2);
    left: 0;
    bottom: 0;
    border-radius: 2px;
}

.footer-widget .vs-btn {
    background-color: var(--theme-color);
}

.footer-widget .vs-btn::before,
.footer-widget .vs-btn::after {
    background-color: var(--theme-color2);
}

.footer-widget.widget_nav_menu {
    margin-bottom: 30px;
    text-align: left;
}

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

.footer-widget.widget_nav_menu a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    border: none;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    max-width: 100%;
    padding: 0 0 0 0px;
    color: var(--body-color);
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-height: auto;
    line-height: 1.625;
}

.footer-widget.widget_nav_menu a i {
    color: var(--white-color);
    transition: all 0.5s ease;
}

.footer-widget.widget_nav_menu a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--body-color);
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color2);
    background-color: transparent;
    transform: translateX(5px);
}

.footer-widget.widget_nav_menu a:hover::before {
    width: 100%;
    left: 0;
    background-color: var(--theme-color2);
}

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

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

.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}

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

.footer-widget .sidebar-gallery a {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.footer-widget .sidebar-gallery a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.footer-widget .sidebar-gallery a img {
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}

.footer-widget .sidebar-gallery a .gal-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(1.5);
    width: var(--icon-size, 35px);
    height: var(--icon-size, 35px);
    line-height: calc(var(--icon-size, 35px) + 2px);
    margin: calc(var(--icon-size, 35px) / -2) 0 0 calc(var(--icon-size, 35px) / -2);
    text-align: center;
    font-size: 18px;
    color: var(--white-color);
    background-color: transparent;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.footer-widget .sidebar-gallery a:hover img {
    transform: scale(1.12);
}

.footer-widget .sidebar-gallery a:hover::before {
    opacity: 0.8;
    visibility: visible;
}

.footer-widget .sidebar-gallery a:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.footer-widget .sidebar-gallery a:hover .gal-btn:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: var(--white-color);
    color: var(--theme-color);
}

.vs-widget-about .footer-text {
    max-width: 275px;
    font-family: var(--body-font);
    font-size: 16px;
}

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

.social-style1 a {
    margin-right: 18px;
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.social-style1 a:hover {
    color: var(--theme-color2);
}

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

.footer-contact .menu a {
    padding-left: 24px;
}

.footer-contact .menu a i {
    font-size: 14px;
    top: 5px;
}

.footer-widget .newsletter-form .form_text {
    font-size: 16px;
    font-family: var(--body-font);
}

.footer-widget .newsletter-form .form-control {
    margin-bottom: 15px;
    background-color: transparent;
    height: 46px;
}

.footer-widget .newsletter-form .form-control:focus {
    color: var(--white-color);
}

.footer-widget .newsletter-form .vs-btn {
    width: unset;
}

/* Large devices */

@media (max-width: 1199px) {
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer-widget .widget_title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .footer-widget.widget_categories .widget_title,
    .footer-widget.widget_nav_menu .widget_title {
        margin-bottom: 25px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px;
    }
    .widget-area2 {
        padding-bottom: 20px;
    }
}

.widget__schedule>ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widget__schedule>ul>li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--white-color);
    gap: 43px;
    margin-bottom: 6px;
}

.widget__schedule>ul>li:last-child {
    margin-bottom: 0;
}

.widget__schedule>ul>li>span {
    color: var(--white-color);
}

.widget__schedule>ul>li>span>span {
    padding-left: 10px;
}

/*------------------- 4.2. Header  -------------------*/

.vs-header {
    position: relative;
    z-index: 41;
}

.main-menu,
.menu-style2 {
    padding-left: 20px;
}

.main-menu a,
.menu-style2 a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
}

.main-menu a:hover,
.menu-style2 a:hover {
    color: var(--secondary-color);
}

.main-menu>ul>li,
.menu-style2>ul>li {
    margin: 0 18px;
}

.main-menu>ul>li>a,
.menu-style2>ul>li>a {
    padding: 37px 0;
}

.main-menu>ul>li>a .new-label,
.menu-style2>ul>li>a .new-label {
    position: absolute;
    top: -10px;
    right: -27px;
    font-size: 11px;
    border-radius: 3px;
}

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

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

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

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

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

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu,
.menu-style2 ul li:hover>ul.sub-menu,
.menu-style2 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,
.menu-style2 ul.sub-menu,
.menu-style2 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: 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,
.menu-style2 ul.sub-menu a,
.menu-style2 ul.mega-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--title-color);
}

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

.main-menu ul.sub-menu:before,
.menu-style2 ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34.33px;
    top: 34px;
    width: 1px;
    background-color: var(--theme-color);
    height: calc(100% - 65px);
    display: none;
}

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

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

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

.main-menu ul.sub-menu li a:before,
.menu-style2 ul.sub-menu li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    font-weight: 400;
    margin: 0 10px 0 0;
}

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

.main-menu ul.sub-menu li ul.sub-menu,
.menu-style2 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,
.menu-style2 ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

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

.main-menu ul.mega-menu,
.menu-style2 ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu ul.mega-menu .main-menu ul.mega-menu>li>ul>li>a,
.menu-style2 ul.mega-menu .main-menu ul.mega-menu>li>ul>li>a {
    position: relative;
}

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

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

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

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

.main-menu ul.mega-menu>li>a,
.menu-style2 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,
.menu-style2 ul.mega-menu>li>a::after,
.menu-style2 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,
.menu-style2 ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px;
}

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

.main-menu ul.mega-menu>li>ul>li>a:before,
.menu-style2 ul.mega-menu>li>ul>li>a:before {
    content: "\f105";
    font-family: var(--icon-font);
    font-weight: 400;
    margin: 0 10px 0 0;
}

.main-menu .mega-menu-wrap.active>a,
.menu-style2 .mega-menu-wrap.active>a {
    color: var(--title-color);
}

.menu-style1>ul>li>a::before,
.menu-style3>ul>li>a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--secondary-color);
    top: 62%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.menu-style1>ul>li>a:hover::before,
.menu-style3>ul>li>a:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.menu-style1>ul>li.active>a,
.menu-style3>ul>li.active>a {
    color: var(--secondary-color);
}

.menu-style1>ul>li.active>a::before,
.menu-style3>ul>li.active>a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color);
    top: 62%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.menu-style1 ul.sub-menu li.active>a,
.menu-style3 ul.sub-menu li.active>a {
    color: var(--secondary-color);
}

.menu-style1 ul.mega-menu li li.active>a,
.menu-style3 ul.mega-menu li li.active>a {
    color: var(--secondary-color);
}

.menu-style2 a {
    color: var(--title-color);
}

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

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

.menu-style2 .mega-menu-wrap.active>a {
    color: var(--title-color);
}

.menu-style1 .mega-menu-wrap.active>a::before,
.menu-style3 .mega-menu-wrap.active>a::before {
    display: none;
}

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

.will-sticky .sticky-active.active .menu-top::before {
    display: none;
}

.will-sticky .sticky-active.active .header-search {
    background-color: var(--body-color);
}

.will-sticky .sticky-active.active .header-search input {
    background-color: var(--body-color);
}

.will-sticky .sticky-active.active .header-logo::before {
    height: 100%;
    display: none;
}

.will-sticky .sticky-active.active.style3 {
    background-color: var(--theme-color);
}

.will-sticky .sticky-active.active .menu-style3 a {
    color: var(--white-color);
}

.will-sticky .sticky-active.active .menu-style3 a:hover {
    color: var(--title-color);
}

.will-sticky .sticky-active.active .menu-style3 ul.mega-menu li a,
.will-sticky .sticky-active.active .menu-style3 .menu-style2 ul.mega-menu li a {
    color: var(--title-color);
}

.will-sticky .sticky-active.active .menu-style3 ul.sub-menu li a,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.sub-menu a,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.mega-menu a {
    color: var(--title-color);
}

.will-sticky .sticky-active.active .menu-style3 ul.sub-menu li a:hover,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.sub-menu a:hover,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.mega-menu a:hover {
    color: var(--theme-color);
}

.will-sticky .sticky-active.active .vs-icon {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.will-sticky .sticky-active.active .vs-icon:hover {
    color: var(--theme-color);
    background-color: var(--theme-color2);
}

.will-sticky .sticky-active.active .vs-btn,
.will-sticky .sticky-active.active .vs-menu-toggle {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.will-sticky .sticky-active.active .vs-btn:hover,
.will-sticky .sticky-active.active .vs-menu-toggle:hover {
    background-color: var(--theme-color2);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-icon {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-icon:hover {
    color: var(--white-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2 {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2::before,
.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2::after {
    background-color: var(--theme-color2);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2:hover {
    color: var(--white-color);
}

.header-text {
    margin: 0;
}

.header-text i {
    margin-right: 10px;
}

.header-infos {
    display: flex;
    align-items: center;
}

.header-info {
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.header-info::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--smoke-color);
}

.header-info:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}

.header-info:last-child::after {
    display: none;
}

.header-info:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.header-info_icon {
    color: var(--smoke-color);
    font-size: 16px;
    margin-right: 15px;
}

.header-info_label {
    font-size: 14px;
    color: var(--white-color);
    display: block;
    display: inline-block;
    position: relative;
}

.header-info_label::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--white-color);
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.header-info_label:hover {
    color: var(--white-color);
}

.header-info_label:hover::before {
    width: 100%;
    left: 0;
}

.header-info a.header-info_label:hover {
    color: var(--white-color);
}

.header-info_link {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.header-info_link a {
    color: inherit;
}

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

.header-info.style2 {
    padding: 0;
    border: none;
    margin: 0;
}

.header-info.style2 .header-info_icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    background-color: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.header-info.style2 .header-info_label {
    color: var(--title-color);
    text-transform: capitalize;
    font-weight: 500;
}

.header-info.style2 .header-info_link {
    color: var(--theme-color);
    font-weight: 400;
    font-size: 24px;
}

.header-info.style2 .header-info_link a:hover {
    color: var(--title-color);
}

.header-info.style3 {
    background-color: var(--theme-color);
    min-height: 95px;
    padding: 15px 70px 15px 60px;
    margin-bottom: -70px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .header-info.style3 {
        padding: 15px 30px 15px 30px;
    }
}

.header-info.style3.bg {
    border-right: 1px solid var(--title-color);
    border-left: 1px solid var(--title-color);
}

.header-info.style3 .header-info_title {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 16px;
    line-height: 26px;
}

.header-info.style3 .header-info_label {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    font-family: var(--title-font);
}

@media (max-width: 1199px) {
    .header-info.style3 .header-info_label {
        font-size: 20px;
        line-height: 30px;
    }
}

.header-info.style3 .header-info_icon {
    font-size: 48px;
}

.header-info.style3 .header-info_text {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    font-family: var(--title-font);
}

.header-info.style3:hover {
    background-color: var(--title-color);
}

.logo-style1 {
    background: linear-gradient(278.46deg, #00bcfa 0.91%, #0e59f2 71.89%, #0e59f2 100%);
    padding: 30px 35px 30px 35px;
    border-radius: 5px 0px 0px 5px;
    line-height: 0;
    margin: -1px 0;
}

.header-box {
    border: 10px solid var(--theme-color);
    background-color: var(--white-color);
    padding: 20px;
}

.header-box__icon {
    border-radius: 5px;
    margin: 0 15px 0 0;
    font-size: 18px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-box__title {
    display: inline-block;
    color: var(--title-color);
    font-weight: 600;
    font-family: var(--title-font);
}

.header-box__number {
    display: block;
    width: fit-content;
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-color);
    margin: 15px 0 0 0;
}

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

.header-dropdown>.dropdown-toggle i {
    margin: 0 10px 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: 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: 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-dropdown.style-white>.dropdown-toggle {
    color: var(--white-color);
}

.header-dropdown.style-white>.dropdown-toggle:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.7);
}

.header-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 10px;
}

@media (max-width: 1199px) {
    .header-btns {
        padding-left: 0;
    }
}

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

.header-links li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    margin: 0 36px 0 0;
    line-height: 160%;
    transition: all 0.5s ease;
}

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

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

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

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

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

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

.header-links.style-white i,
.header-links.style-white li {
    color: var(--white-color);
    border-color: #558eff;
}

.dropdown {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}

.dropdown a {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.dropdown a span {
    color: var(--body-color);
    margin-right: 10px;
}

.dropdown a:hover {
    color: var(--theme-color2);
}

.dropdown a:hover span {
    color: var(--theme-color2);
}

.dropdown .dropdown-item {
    color: var(--title-color);
}

.dropdown .dropdown-item:hover {
    background-color: var(--secondary-color);
}

.dropdown::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #85847D;
}

.header-right {
    display: inline-flex;
}

.header-social a {
    display: inline-block;
    color: var(--body-color);
}

.header-social a:not(:first-child) {
    margin-left: 14px;
}

.header-social a:hover {
    color: var(--theme-color2);
}

.header-social.style-white .social-title,
.header-social.style-white a {
    color: var(--white-color);
}

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

.header-top {
    padding: 20px 0 70px;
}

.header-layout1 .header-top {
    background-color: var(--theme-color);
    padding: 20px 0 65px;
}

.header-layout1 .header-bottom {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 60px;
    background-color: var(--body-color);
}

.header-layout2 .header-top {
    background-color: var(--secondary-color);
    position: relative;
    padding: 20px 0 54px;
}

.header-layout2 .header-top::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
    background-color: var(--title-color);
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 9% 100%);
}

.header-layout2 .header-bottom {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 58px;
}

.header-layout2 .menu-top {
    width: 100%;
    padding: 0 72px;
    margin-right: 10px;
}

.header-layout2 .menu-top::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0px;
    background-color: var(--body-color);
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 0;
    transform: skewX(31deg);
}

.header-layout2 .custom-menu {
    display: inline-flex;
    align-items: center;
    width: 100%;
    transform: translateX(25px);
}

.header-layout2 .btn-area {
    position: relative;
    transform: translateY(-115%);
    padding: 0 35px;
}

.header-layout2 .btn-area::after {
    content: "";
    position: absolute;
    left: 0;
    height: 158px;
    width: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
    bottom: -63px;
    transform: skewX(31deg);
    transition: all 0.5s ease;
}

.header-layout2 .btn-area a {
    display: inline-flex;
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.header-layout2 .btn-area a::before {
    background-color: var(--theme-color2);
}

.header-layout2 .btn-area:hover::after {
    background-color: var(--theme-color);
}

.header-layout2 .btn-area:hover a {
    color: var(--theme-color2);
}

.header-layout2 .header-right {
    position: relative;
    z-index: 2;
    margin-right: 205px;
}

.header-layout2 .header-btns {
    padding-left: 40px;
}

.header-layout2 .will-sticky .sticky-active.active .btn-area {
    transform: translateY(0);
    padding-right: 0;
}

.header-layout2 .will-sticky .sticky-active.active .btn-area::after {
    display: none;
}

.header-layout2 .will-sticky .sticky-active.active .btn-area .link-btn {
    background-color: var(--theme-color);
    padding: 15px;
}

.header-layout2 .will-sticky .sticky-active.active .btn-area .link-btn::before {
    display: none;
}

.header-layout2 .will-sticky .sticky-active.active .menu-top {
    padding: 0;
}

.header-layout3 .header-top {
    background-color: var(--secondary-color);
    padding: 20px 0 70px;
}

.header-layout3 .header-bottom {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 60px;
}

.header-layout3 .menu-top {
    background-color: var(--body-color);
    padding: 0 60px;
    border-radius: 20px;
}

.header-layout3 .menu-top::before {
    display: none;
}

.header-layout3 .header-search {
    max-width: 150px;
    padding: 13px 8px 13px 30px;
}

.header-layout3 .will-sticky .sticky-active.active .menu-top {
    background-color: initial;
    padding: 0;
    border-radius: 0;
}

.menu-top {
    position: relative;
    z-index: 9;
}

.menu-btns {
    display: flex;
    align-items: center;
}

.header-search {
    display: flex;
    max-width: 100%;
    background-color: var(--white-color);
    border-radius: 50px;
    position: relative;
    padding: 13px 30px;
    max-width: 200px;
    max-height: 60px;
}

.header-search input {
    flex: 1;
    border: none;
    padding: 0 0 0 40px;
    height: 35px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    color: var(--title-color);
    transition: all ease 0.4s;
}

.header-search input::placeholder {
    color: var(--title-color);
}

.header-search button {
    border: none;
    background-color: var(--secondary-color);
    color: var(--body-color);
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.header-search button i {
    font-weight: 500;
}

.header-search button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.header-search input:focus {
    background-color: transparent;
}

/* Medium Large devices */

@media (max-width: 1399px) {
    .menu-top::before {
        display: none;
    }
    .header-layout1 .header-top {
        padding: 18px 0 18px;
    }
    .header-layout1 .header-bottom {
        position: relative;
        top: 0;
        background-color: var(--body-color);
    }
    .main-menu>ul>li {
        margin: 0 10px;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .header-search {
        display: none;
    }
    .main-menu>ul>li {
        margin: 0 14px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .header-links li {
        padding-right: 15px;
        margin-right: 10px;
    }
    .header-logo {
        padding: 15px 0;
    }
    .logo-style1 {
        padding: 20px 20px 20px 20px;
    }
    .header-layout1 .vs-menu-toggle {
        margin: 10px 0;
    }
    .header-layout2 .menu-area {
        padding: 0 20px 0 0;
    }
}

.header-logo {
    padding: 20px 0px 20px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .header-logo {
        min-height: auto;
        padding: 12px 0px 12px 0;
        max-width: 170px;
    }
}

.element1 {
    position: absolute;
    min-width: 524px;
    height: 100%;
    background: var(--white-color);
    z-index: -1;
}

@media (max-width: 1919px) {
    .element1 {
        min-width: 300px;
    }
}

@media (max-width: 1399px) {
    .element1 {
        min-width: 190px;
    }
}

@media (max-width: 991px) {
    .element1 {
        min-width: 40%;
    }
}

@media (max-width: 767px) {
    .element1 {
        min-width: 55%;
    }
}

.menu-top3 {
    background-color: var(--theme-color);
    margin: 0 -120px;
    padding: 0 120px;
}

@media (max-width: 1499px) {
    .menu-top3 {
        margin: 0 0px;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .menu-top3 {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 1580px) {
    .header-layout2 .btn-area {
        transform: translateY(0);
        padding-right: 0;
    }
    .header-layout2 .btn-area::after {
        display: none;
    }
    .header-layout2 .btn-area .link-btn {
        background-color: var(--theme-color);
        padding: 15px;
    }
    .header-layout2 .header-bottom {
        background-color: var(--body-color);
    }
    .header-layout2 .menu-top {
        padding: 0;
    }
    .header-layout2 .menu-top::before {
        display: none;
    }
    .header-layout2 .header-top::after {
        display: none;
    }
    .header-layout2 .header-right {
        margin-right: 0;
    }
    .header-layout2 .custom-menu {
        transform: translate(0);
    }
    .container-style2 {
        max-width: calc(var(--main-container) + var(--container-gutters));
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .header-layout2 .btn-area {
        display: none;
    }
    .header-layout3 .menu-top {
        padding: 0 40px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .header-logo {
        max-width: 150px;
    }
    .header-layout3 .menu-top {
        padding: 0 15px;
    }
}

/*------------------- 4.3. Footer  -------------------*/

.widget-area {
    padding-top: 48px;
    padding-bottom: 10px;
}

.copyright-wrap {
    text-align: center;
    padding: 29px 0;
}

.copyright-text {
    margin: 0;
    color: var(--white-color);
    font-weight: 500;
}

.copyright-text a {
    color: var(--theme-color2);
    transition: all 0.5s ease;
}

.copyright-text a:hover {
    color: var(--white-color);
    text-decoration: underline;
}

.footer-text {
    color: var(--body-color);
    margin-bottom: 33px;
}

@media (max-width: 767px) {
    .footer-text {
        max-width: 100%;
    }
}

.footer-communicate {
    max-width: 92%;
}

.footer-communicate>ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-communicate>ul>li {
    margin-bottom: 30px;
}

.footer-communicate>ul>li:last-child {
    margin-bottom: 0;
}

.footer-communicate>ul>li>a:hover {
    color: var(--theme-color2);
}

.footer-communicate__text {
    padding: 0px 0px 0 45px;
    position: relative;
    display: flex;
    color: var(--white-color);
    min-height: 30px;
    align-items: self-start;
    text-align: left;
}

.footer-communicate__text>span {
    display: inline-block;
    padding-top: 3px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.footer-communicate__text>span.link::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--white-color);
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.footer-communicate__text>span.link:hover::before {
    width: 100%;
    left: 0;
}

.footer-communicate__text>i {
    position: absolute;
    left: 0;
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    font-size: 14px;
}

.footer-communicate__text:hover>span {
    transition: all 0.3s ease-in-out;
    color: var(--white-color);
}

.footer-layout1 {
    overflow: hidden;
}

.footer-layout1 .widget {
    margin-bottom: 0;
}

.footer-layout1 .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 40px);
}

.footer-layout1 .logo-area {
    max-width: 385px;
}

.footer-layout1 .gal-btn:hover i {
    color: var(--theme-color);
}

.footer-layout1.style2 .logo-area {
    max-width: 312px;
}

.footer-layout1.style2 .social-links a:hover {
    color: var(--secondary-color);
    background-color: var(--theme-color2);
}

.footer-layout1.style3 .copyright-wrap {
    background-color: var(--theme-color);
    padding: 17px 0;
}

.footer-layout1.style3 .recent-post .media-img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.footer-layout1.style3 .recent-post .post-title a {
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--white-color);
}

.footer-layout1.style3 .recent-post .post-title a:hover {
    color: var(--theme-color2);
}

.footer-layout1.style3 .recent-post .recent-post-meta {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 14px;
}

.footer-layout1.style3 .recent-post .recent-post-meta i {
    color: var(--theme-color2);
}

.footer-layout1.style3 .footer-info {
    background-color: var(--theme-color);
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.footer-layout1.style3 .widget {
    padding: 115px 0 80px;
}

.footer-layout1.style3 .info-body {
    padding: 0 60px;
}

.footer-layout1.style3 .list-style1 {
    margin-bottom: 42px;
}

.footer-layout1.style3 .list-style1 ul li a {
    color: var(--body-color);
}

.footer-layout1.style3 .list-style1 ul li a:hover {
    color: var(--theme-color2);
}

.footer-layout1.style3 .list-style1 ul li i {
    color: var(--theme-color2);
}

.footer-layout1.style3 .list-style1 ul li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-layout1.style3 .social-links li:not(:last-child) {
    margin-right: 7px;
}

.footer-layout1.style3 .social-links a:hover {
    color: var(--theme-color);
    background-color: var(--theme-color2);
}

.search-btn {
    position: relative;
    height: 60px;
    color: var(--text-color);
    margin-bottom: 0;
    background-color: var(--body-color);
    position: relative;
    border-radius: 30px;
    display: inline-flex;
    width: 100%;
}

.search-btn .form-control {
    height: 100%;
    color: var(--text-color);
    padding: 0 5px 0 30px;
    background-color: var(--body-color);
    border-radius: 30px 0 0 30px;
    border: none;
}

.search-btn .form-control:focus {
    background-color: var(--body-color) !important;
}

.search-btn .form-control::placeholder {
    color: var(--text-color);
}

.search-btn .vs-btn {
    line-height: 160%;
    right: -1px;
    top: 50%;
    padding: 17px 65px;
    height: 60px;
    color: var(--theme-color2);
    font-weight: 500;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
}

.search-btn .vs-btn i {
    margin-right: 10px;
    margin-left: 0;
}

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

.newsletter-style1 {
    background-color: var(--secondary-color);
}

.newsletter-style1 .title-area {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.newsletter-style1 .widget_title {
    font-size: 20px;
    color: var(--white-color);
    margin: 0;
}

.newsletter-style1 .sub_title {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
}

.newsletter-style1 .icon {
    margin-right: 20px;
}

.newsletter-style1 .search-btn .icon-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    padding: 20px;
    color: var(--theme-color2);
    background-color: var(--theme-color);
}

.newsletter-style1 .search-btn .icon-btn i {
    margin-right: 0;
}

.newsletter-style1 .search-btn .icon-btn:hover {
    color: var(--theme-color);
}

.contact-box {
    background-color: var(--secondary-color);
    padding: 20px 0;
}

.contact-box .contact-body {
    display: inline-flex;
    align-items: center;
}

.contact-box .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 60px;
    margin-right: 20px;
}

.contact-box .icon img {
    width: 100%;
}

.contact-box .title {
    margin-bottom: 0;
}

.contact-box .title a {
    color: var(--body-color);
}

.contact-box .title a:hover {
    color: var(--theme-color2);
}

.contact-box .sub-title {
    margin-bottom: 0;
    color: var(--body-color);
    font-weight: 500;
    text-transform: capitalize;
}

.contact-box .border-right {
    position: relative;
}

.contact-box .border-right:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 60px;
    width: 1px;
    right: -10px;
    background-color: var(--theme-color);
}

.contact-box .border-right:first-child::after {
    right: 27px;
}

.contact-box .border-right:last-child .contact-body {
    padding-left: 35px;
}

.contact-box2 {
    position: relative;
}

.contact-box2::before {
    position: absolute;
    content: "";
    width: 10000%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
    top: 0px;
    left: 0px;
}

.contact-box2 .newsletter-style1 {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
}

.contact-box2 .title-area {
    margin-right: 40px;
}

.contact-box2 .search-btn {
    max-width: 417px;
}

.contact-box2 .title-area {
    margin-bottom: 0;
}

.contact-box2 .contact-body {
    text-align: end;
    padding: 40px 0;
}

.contact-box2 .widget_title {
    text-align: left;
}

.contact-box2 .vs-btn {
    background-color: var(--theme-color);
}

.contact-box2 .logo-area {
    background-color: var(--theme-color);
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.contact-box2 .logo-area::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-color2);
}

.footer-top {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
}

/* Extra large devices */

@media (max-width: 1500px) {
    .contact-box2 .title-area {
        margin-right: 20px;
    }
}

@media (max-width: 1299px) {
    .contact-box .border-right::after {
        display: none;
    }
    .contact-box .border-right:last-child .contact-body {
        padding-left: 0;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .footer-layout1.style3 .custom-space {
        padding: 80px 0;
    }
    .footer-layout1.style3 .footer-info {
        background-color: unset;
    }
    .footer-layout1.style3 .info-body {
        padding: 0;
    }
    .footer-layout1.style3 .widget {
        padding: 0;
    }
    .contact-box2::before {
        display: none;
    }
    .contact-box2 .newsletter-style1 {
        display: block;
        text-align: center;
    }
    .contact-box2 .newsletter-style1 .title-area {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .contact-layout1 {
        background-color: var(--secondary-color);
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .footer-layout1 .footer-text {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-layout1 .logo-area {
        max-width: 100%;
    }
    .contact-box {
        text-align: center;
        padding: 40px 0;
    }
    .contact-box .title {
        margin-bottom: 0;
        max-width: 15ch;
        text-align: left;
    }
    .contact-box .sub-title {
        text-align: left;
    }
    .contact-box2 {
        padding: 60px 0 20px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .footer-layout1 .search-btn .vs-btn {
        padding: 17px 40px;
        font-size: 14px;
    }
    .contact-box .icon {
        width: 40px;
        margin-right: 15px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .contact-box2 .vs-btn {
        padding: 17px 40px;
        font-size: 14px;
    }
}

/*------------------- 4.4. Breadcrumb  -------------------*/

.breadcumb-menu {
    max-width: 100%;
    margin: -1px;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
    background-color: var(--secondary-color);
    min-width: 182px;
    padding: 17px 40px;
    align-items: center;
    border-top: 20px solid var(--body-color);
    border-left: 20px solid var(--body-color);
    border-right: 20px solid var(--body-color);
    border-radius: 6px 6px 0 0;
}

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

.breadcumb-menu span:after {
    content: "";
    width: 15px;
    height: 4px;
    position: relative;
    margin: 0 10px;
    font-family: var(--icon-font);
    font-size: 27px;
    font-weight: 400;
    padding-top: 5px;
    border-radius: 10px;
    background-color: var(--theme-color2);
}

@media (max-width: 767px) {
    .breadcumb-menu span:after {
        font-size: 20px;
        padding-top: 4px;
    }
}

.breadcumb-menu span:last-child:after {
    display: none;
}

.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
}

.breadcumb-menu span a {
    color: var(--white-color);
}

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

@media (max-width: 767px) {
    .breadcumb-menu span {
        font-size: 14px;
    }
}

.breadcumb-menu-wrap {
    text-align: right;
}

.breadcumb-title {
    color: var(--white-color);
    margin-bottom: 120px;
    font-size: 64px;
    line-height: 115%;
}

@media (max-width: 767px) {
    .breadcumb-title {
        margin-bottom: 40px;
    }
}

.breadcumb-text {
    color: var(--silver-color);
    margin-bottom: 0;
    max-width: 50%;
    font-size: 22px;
}

@media (max-width: 1199px) {
    .breadcumb-text {
        max-width: 73%;
    }
}

@media (max-width: 991px) {
    .breadcumb-text {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .breadcumb-text {
        max-width: 100%;
        font-size: 17px;
    }
}

.breadcumb-wrapper {
    padding-top: 265px;
    background-color: var(--title-color);
    position: relative;
    z-index: 1;
    /* Medium devices */
}

.breadcumb-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
    background: #344E41;
    background: linear-gradient(105deg, rgba(52, 78, 65, 0.93) 32%, rgba(0, 0, 0, 0.22) 75%);
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding-top: 50px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .breadcumb-title {
        max-width: 100%;
        font-size: 40px;
    }
    .breadcumb-menu {
        margin-top: 15px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .breadcumb-menu {
        padding: 15px 18px;
    }
    .breadcumb-menu span {
        font-size: 13px;
    }
    .breadcumb-title {
        font-size: 30px;
    }
}

/*------------------- 4.5. Pagination  -------------------*/

.vs-pagination {
    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;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: center;
    position: relative;
    border: none;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-weight: 400;
    font-size: 20px;
    z-index: 1;
    background-color: var(--white-color);
    border-radius: 5px;
}

.post-pagination {
    border-bottom: 1px solid var(--border-color);
    padding: 40px 0;
}

.post-pagi-box {
    display: flex;
    align-items: center;
}

.post-pagi-box>a {
    color: var(--title-color);
    font-weight: 700;
    font-size: 20px;
    font-family: var(--title-font);
}

.post-pagi-box>a:hover {
    color: var(--theme-color);
}

.post-pagi-box img {
    width: 80px;
    margin-right: 25px;
}

.post-pagi-box.next {
    flex-direction: row-reverse;
}

.post-pagi-box.next img {
    margin-right: 0;
    margin-left: 25px;
}

.pagi-icon {
    color: var(--theme-color);
    font-size: 40px;
}

.pagi-icon:hover {
    color: var(--theme-color2);
}

/* Small devices */

@media (max-width: 767px) {
    .vs-pagination span,
    .vs-pagination a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 10px;
    }
    .post-pagi-box>a {
        font-size: 12px;
    }
    .post-pagi-box img {
        width: 40px;
        margin-right: 15px;
    }
    .post-pagi-box.next img {
        margin-right: 0;
        margin-left: 15px;
    }
}

.vs-pagination {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

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

.vs-pagination span,
.vs-pagination a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    background-color: transparent;
    color: var(--title-color);
    text-transform: capitalize;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--secondary-color);
}

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

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

.vs-pagination span.active:before,
.vs-pagination span:hover:before,
.vs-pagination a.active:before,
.vs-pagination a:hover:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

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

.vs-pagination .pagi-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    background-color: transparent;
    color: var(--title-color);
    text-transform: capitalize;
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.vs-pagination .pagi-btn i {
    font-size: 20px;
    font-weight: 400;
}

.vs-pagination .pagi-btn.active,
.vs-pagination .pagi-btn:hover {
    color: var(--theme-color2);
    background-color: var(--secondary-color);
}

@media (max-width: 767px) {
    .vs-pagination {
        gap: 5px;
    }
    .vs-pagination .pagi-btn {
        width: 35px;
        height: 35px;
    }
    .vs-pagination .pagi-btn i {
        font-size: 14px;
    }
    .vs-pagination ul {
        padding: 3px 3px;
    }
    .vs-pagination span,
    .vs-pagination a {
        font-size: 12px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .vs-pagination li {
        margin: 0 0;
    }
    .vs-pagination .pagi-btn {
        padding: 11px 15px;
        font-size: 12px;
    }
}

/*------------------- 4.6. Blog  -------------------*/

blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--title-font);
    text-align: left;
    color: var(--title-color);
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 35px 40px;
    margin: 35px 0;
}

blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 65%;
    width: 4px;
    background-color: var(--secondary-color);
    border-radius: 10px;
}

blockquote p {
    font-family: inherit;
    color: var(--text-color);
    z-index: 3;
    width: 100%;
    margin-bottom: 0 !important;
    line-height: 1.6;
    position: relative;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    line-height: 150%;
    margin-top: 20px;
    font-style: normal;
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background-color: var(--theme-color);
}

blockquote .quote-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

blockquote.vs-quote cite {
    padding: 0;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

blockquote.vs-quote cite::before {
    position: static;
}

blockquote.vs-quote .quote-author {
    display: block;
    font-size: 14px;
    color: #74787c;
    font-family: var(--title-font);
    display: block;
    font-weight: 400;
}

.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;
    display: inline-block;
}

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

.blog--layout2 {
    padding-top: 235px;
    margin-top: -155px;
}

.blog-group-imgs img {
    border-radius: 20px;
}

.vs-blog {
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.vs-blog .blog-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.vs-blog .blog-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.vs-blog .blog-img .play-btn>i {
    font-size: 48px;
    color: var(--theme-color2);
    background-color: var(--secondary-color);
}

.vs-blog .blog-img .play-btn::before,
.vs-blog .blog-img .play-btn::after {
    background-color: var(--secondary-color);
}

.vs-blog .blog-img .play-btn:hover i {
    color: var(--white-color);
}

.vs-blog .blog-img .play-btn:hover::before,
.vs-blog .blog-img .play-btn:hover::after {
    background-color: var(--theme-color);
}

.vs-blog .blog-img .slick-prev.slick-arrow {
    left: 5%;
}

.vs-blog .blog-img .slick-next.slick-arrow {
    left: auto;
    right: 5%;
}

.vs-blog .blog-img__img {
    width: 100%;
    transform: scale(1) rotate(0deg);
    transition: all 0.6s ease-in-out;
}

.vs-blog .blog-img::before,
.vs-blog .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background-color: var(--title-color);
    right: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
    z-index: 1;
}

.vs-blog .blog-img::after {
    top: 0;
    opacity: 0.35;
}

.vs-blog .blog-img::before {
    bottom: 0;
    opacity: 0.35;
}

.vs-blog .blog-date {
    background-color: var(--secondary-color);
    color: var(--theme-color2);
    font-family: var(--title-font);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 6px;
    padding: 12px 20px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 220px;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease;
}

.vs-blog .blog-title {
    font-size: 24px;
    line-height: 1.41666667;
    margin-bottom: 25px;
}

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

.vs-blog .blog-content {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 0 0 20px 20px;
    transition: all 0.5s ease;
}

@media (max-width: 1199px) {
    .vs-blog .blog-content {
        padding: 15px;
    }
}

.vs-blog .vs-btn {
    background-color: var(--secondary-color);
    display: inline-block;
    padding: 8px 32px;
}

.vs-blog .vs-btn::after,
.vs-blog .vs-btn::before {
    background-color: var(--theme-color2);
}

.blog-layout1 .blog-content {
    padding: 35px 30px 30px 30px;
}

.blog-layout1 .blog-date {
    transform: rotate(-90deg);
    bottom: 41%;
    left: -17%;
    height: auto;
}

.blog-style1 .blog-content {
    border-left: 1px solid var(--secondary-color);
    border-right: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}

.blog-style1:hover .blog-content {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.blog-style1:hover .blog-img__img {
    transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}

.blog-style1:hover .blog-img::before,
.blog-style1:hover .blog-img::after {
    height: 100%;
}

.blog-style1:hover .blog-date {
    background-color: var(--theme-color);
}

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

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

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

.blog-style1:hover .blog-meta a i {
    color: var(--body-color);
}

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

.blog-style1:hover .blog-text {
    color: var(--body-color);
}

.blog-meta {
    margin-bottom: 22px;
}

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

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

.blog-meta span i,
.blog-meta a i {
    margin-right: 5px;
    color: var(--text-color);
    transition: all 0.5s ease;
}

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

.blog-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.blog-meta>i {
    font-size: 18px;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

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

.list-style1 ul li {
    color: var(--text-color);
    position: relative;
    text-transform: capitalize;
    padding-left: 30px;
    font-weight: 400;
    font-family: var(--body-font);
    line-height: 160%;
}

.list-style1 ul li:not(:last-child) {
    margin-bottom: 10px;
}

.list-style1 ul li i {
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 4px;
}

.title-shep {
    position: relative;
    padding-bottom: 10px;
}

.title-shep:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 40px;
    height: 4px;
    background-color: var(--secondary-color);
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}

.title-shep:after {
    content: "";
    position: absolute;
    left: 43px;
    bottom: 0px;
    width: 20px;
    height: 4px;
    background-color: var(--secondary-color);
    transform: skew(40deg);
}

.blog-inner-title {
    font-size: 40px;
    margin-top: -0.2em;
    margin-bottom: 40px;
}

.blog-single {
    position: relative;
    margin-bottom: 30px;
    background: var(--white-color);
    padding: 0.1px 0 0.1px 0;
    border: 1px solid var(--border-color);
}

.blog-single .blog-inner-img {
    margin-bottom: 25px;
}

.blog-single .blog-meta {
    margin: -0.2em 0 20px 0;
}

.blog-single .blog-title {
    font-size: 30px;
    margin-bottom: 17px;
}

.blog-single .link-btn {
    width: fit-content;
    display: block;
    margin-top: 26px;
}

.blog-single .blog-date {
    color: var(--body-color);
}

.blog-single .blog-date i {
    color: var(--theme-color);
    margin: 0 10px 0 0;
}

.blog-single .share-links-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    display: inline-block;
    line-height: 150%;
}

.blog-single .share-links {
    margin: 50px 0 0 0;
    padding: 40px 0 20px;
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}

.blog-single .share-links .tagcloud {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 0;
    gap: 10px;
    margin-bottom: 20px;
}

.blog-single .share-links .tagcloud .share-links-title {
    margin-right: 10px;
}

.blog-single .share-links .tagcloud a {
    border-radius: 0;
    color: var(--text-color);
    background-color: var(--white-color);
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    min-height: 30px;
    border: 0;
    font-weight: 400;
    border-radius: 5px;
}

.blog-single .share-links .tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.blog-single .blog-content {
    margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    padding: 0;
    position: relative;
    background-color: transparent;
}

.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-audio::before,
.blog-single .blog-img::before {
    display: none;
}

.blog-single .blog-audio::after,
.blog-single .blog-img::after {
    opacity: 0.3;
    height: 100%;
}

.blog-single .blog-audio img,
.blog-single .blog-audio>*,
.blog-single .blog-img img,
.blog-single .blog-img>* {
    border-radius: 5px 5px 0 0;
}

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

.blog-single .social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.blog-single .social-links .share-links-title {
    margin-right: 10px;
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible;
}

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

.social-links li {
    display: inline-block;
}

.social-links a {
    min-height: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--theme-color2);
    border-radius: 50%;
}

.social-links a:hover {
    background-color: var(--theme-color);
}

.blog-author {
    background-color: var(--secondary-color);
    padding: 40px;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

.blog-author .media-img {
    width: 100%;
    max-width: 307px;
    margin: 0 auto 30px;
}

.blog-author .media-img img {
    border-radius: 50%;
    border: 4px solid var(--theme-color2);
}

.blog-author .title-shep {
    padding-bottom: 15px;
}

.blog-author .title-shep::after,
.blog-author .title-shep::before {
    background-color: var(--theme-color2);
}

.blog-author .author-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: var(--white-color);
    margin-bottom: 5px;
}

.blog-author .author-name a {
    color: var(--white-color);
}

.blog-author .author-name a:hover {
    color: var(--theme-color2);
}

.blog-author .author-degi {
    color: var(--body-color);
    margin-bottom: 24px;
}

.blog-author .author-text {
    margin-bottom: 22px;
}

.blog-author .social-links a {
    background-color: var(--theme-color);
}

.blog-author .social-links a:hover {
    color: var(--theme-color);
    background-color: var(--theme-color2);
}

.blog-details .blog-single {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border: none;
}

.blog-details .blog-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.blog-details .blog-img .blog-tag {
    background-color: var(--secondary-color);
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    color: var(--body-color);
    padding: 17px 40px;
    position: absolute;
    top: 40px;
    left: 40px;
    transition: all 0.5s ease;
}

.blog-details .blog-img .blog-tag:hover {
    background-color: var(--theme-color);
}

.blog-details .blog-img::after {
    display: none;
}

.blog-details .blog-img .blog-meta {
    position: absolute;
    bottom: 30px;
    background-color: var(--secondary-color);
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    padding: 17px 40px;
    text-align: center;
    width: 100%;
    max-width: 645px;
    justify-content: space-between;
    border-left: 2px solid var(--theme-color2);
    border-right: 2px solid var(--theme-color2);
}

.blog-details .blog-img .blog-meta a {
    color: var(--white-color);
}

.blog-details .blog-img .blog-meta a i {
    color: var(--white-color);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.blog-details .blog-img .blog-meta a:hover i {
    color: var(--theme-color2);
}

.blog-details .blog-content {
    margin: 0;
}

.blog-details .blog-title {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 25px;
}

.blog-text {
    color: var(--text-color);
}

.blog-standard .blog-date {
    left: 30px;
    transform: unset;
}

.blog-standard .vs-blog .vs-btn {
    padding: 17px 41px;
}

.blog-standard .vs-blog .blog-content {
    padding: 55px 40px 50px;
}

.blog-standard .vs-blog .blog-title {
    font-size: 30px;
    margin-bottom: 10px;
}

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

/* Medium Large devices */

@media (max-width: 1399px) {
    .blog-style2 .blog-content {
        padding: 30px 25px 35px 25px;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    blockquote {
        font-size: 20px;
        padding: 23px 30px 26px 30px;
    }
    blockquote cite {
        font-size: 16px;
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px;
    }
    .blog-single .blog-title {
        font-size: 24px;
    }
    .blog-meta span,
    .blog-meta a {
        font-size: 14px;
    }
    .blog-style3 .blog-content {
        padding: 25px 25px 30px 25px;
    }
    .blog-style4 {
        padding: 10px;
    }
    .blog-style4 .blog-content {
        padding: 0 15px 20px 15px;
    }
    .blog-style4 .blog-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .vs-blog .blog-title {
        font-size: 22px;
    }
    .blog-single .social-links {
        justify-content: start;
    }
}

/* Small devices */

@media (max-width: 767px) {
    blockquote.vs-quote {
        padding: 40px 15px;
    }
    blockquote.vs-quote p {
        line-height: 1.8;
        font-size: 16px;
    }
    blockquote.vs-quote cite {
        padding: 0;
        margin-top: 10px;
    }
    .blog-inner-title {
        font-size: 26px;
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 20px;
    }
    .blog-single .blog-title {
        font-size: 20px;
    }
    .blog-author {
        display: block;
        padding: 30px 15px;
        text-align: center;
    }
    .blog-author .media-img {
        margin: 0 auto 30px auto;
        width: 100%;
    }
    .blog-author .media-img img {
        width: 100%;
    }
    .blog-author .author-name {
        font-size: 18px;
    }
    .blog-author .author-degi {
        margin-bottom: 10px;
        display: inline-block;
    }
    .vs-blog .blog-img .play-btn>i {
        font-size: 24px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .blog-meta {
        display: block;
    }
    .blog-details .blog-img .blog-meta {
        padding: 10px;
        bottom: 5px;
        max-width: 90%;
    }
    .blog-details .blog-img .blog-tag {
        top: 5px;
        left: 5px;
        padding: 10px 20px;
    }
    .blog-standard .vs-blog .blog-content {
        padding: 40px;
    }
}

@media (max-width: 399px) {
    .blog-layout1 .blog-date {
        width: initial;
    }
    .blog-standard .vs-blog .blog-content {
        padding: 40px 20px;
    }
}

/*------------------- 4.7. Comments  -------------------*/

.comment-respond {
    margin: var(--blog-space-y, 70px) 0 30px 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: 0px;
    margin-bottom: 25px;
}

.comment-respond .row {
    --bs-gutter-x: 20px;
}

.comment-respond .form-control {
    background-color: var(--white-color);
    border: none;
    height: 60px;
    border-radius: 6px;
}

.comment-respond .form-control::placeholder {
    color: var(--text-color);
}

.comment-respond input[type=checkbox]~label:before {
    background-color: var(--white-color);
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
}

.comment-respond input[type=checkbox]:checked~label:before {
    border: 1px solid var(--border-color);
    color: var(--theme-color);
}

.comment-respond .custom-checkbox>label {
    color: var(--text-color);
}

.comment-respond .form-text {
    margin-bottom: 25px;
}

.comment-respond .vs-btn {
    font-weight: 700;
    padding: 17px 35px;
}

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

.vs-comments-wrap {
    margin: var(--blog-space-y, 68px) 0 var(--blog-space-y, 0px) 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 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px;
    background: var(--white-color);
    border-radius: 20px;
}

.vs-comments-wrap ul.comment-list {
    list-style: none;
    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: 130px;
    height: 130px;
    margin-right: 20px;
    overflow: hidden;
    background-color: var(--white-color);
    border-radius: 20px;
}

.vs-comments-wrap .comment-avater img {
    width: 100%;
}

.vs-comments-wrap .comment-content {
    flex: 1;
    position: relative;
}

.vs-comments-wrap .comment-content .text {
    color: var(--text-color);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.7;
}

.vs-comments-wrap .commented-on {
    font-size: 16px;
    display: inline-flex;
    margin-bottom: 14px;
    margin-top: 0;
    font-weight: 400;
    color: var(--title-color);
    font-family: var(--body-font);
    align-items: center;
}

.vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: 20px;
    color: var(--secondary-color);
}

.vs-comments-wrap .name {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}

.vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between;
}

.vs-comments-wrap .children {
    margin: 20px 0 20px 100px;
    padding: 0;
    list-style-type: none;
}

.vs-comments-wrap .reply_and_edit {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}

.vs-comments-wrap .replay-btn {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    font-family: var(--title-font);
    color: var(--text-color);
    background-color: var(--body-color);
    border-radius: 30px;
    padding: 12px 30px;
}

.vs-comments-wrap .replay-btn:hover {
    color: var(--body-color);
    background-color: var(--secondary-color);
}

.vs-comments-wrap .star-rating {
    font-size: 14px;
    margin-bottom: 7px;
    top: 0;
    right: 0;
    width: 95px;
}

.vs-comments-wrap .star-rating::before {
    color: var(--theme-color2);
}

.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 .children {
        margin-left: 40px;
    }
    .vs-comments-wrap .reply_and_edit {
        position: relative;
        top: 0;
        margin: 15px 0 0 0;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .vs-comments-wrap .children {
        margin-left: 20px;
    }
    .vs-comments-wrap .name {
        font-size: 18px;
    }
    .comment-respond .form-inner {
        padding: 30px 15px;
    }
}

/*------------------- 4.8. Hero Area  -------------------*/

.hero-layout1 {
    background-color: var(--theme-color);
    position: relative;
}

.hero-layout1 .hero-content {
    padding: 50px 0px 60px 45px;
    position: relative;
    border-left: 10px solid var(--theme-color2);
    z-index: 1;
    border-radius: 13px 0 0 13px;
}

.hero-layout1 .hero-content::after {
    content: "";
    position: absolute;
    width: 15%;
    height: 10px;
    left: 0;
    top: 0;
    background-color: var(--theme-color2);
    border-radius: 0px 10px 10px 0px;
}

.hero-layout1 .hero-content::before {
    content: "";
    position: absolute;
    width: 35%;
    height: 10px;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color2);
    border-radius: 0px 10px 10px 0px;
}

.hero-layout1 .hero-content .vs-btn2 {
    text-transform: uppercase;
    border: 2px solid #65B047;
    padding: 2px 5px 2px 28px;
    background: rgb(23, 167, 191);
    background: linear-gradient(85deg, rgb(23, 167, 191) 0%, rgb(103, 184, 70) 72%);
}

.hero-layout1 .hero-content .vs-btn2:hover {
    color: var(--title-color);
    border-color: var(--theme-color);
}

.hero-layout1 .hero-content .vs-btn2:hover i {
    color: var(--title-color);
    background-color: var(--white-color);
}

.hero-layout1 video {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero-layout2 .hero-item {
    padding: 178px 0 180px;
    position: relative;
}

.hero-layout2 .hero-item::before {
    display: none;
}

.hero-layout2 .hero-item::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    width: 662px;
    height: 616px;
    background-color: var(--theme-color2);
    clip-path: polygon(2% 0, 100% 100%, 100% 0);
    animation-delay: 0.5s;
}

.hero-layout2 .container-style2 {
    margin: 0 130px 0 auto;
    z-index: 1;
}

.hero-layout2 .hero-subtitle {
    animation-delay: 0.3s;
}

.hero-layout2 .hero-title {
    font-weight: 600;
    animation-delay: 0.5s;
}

.hero-layout2 .hero-text {
    animation-delay: 0.7s;
}

.hero-layout2 .vs-btn {
    animation-delay: 0.9s;
}

.hero-layout2 .hero-imgs {
    background-color: var(--body-color);
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.hero-layout2 .hero-imgs .hero-img {
    border-radius: 20px;
    overflow: hidden;
}

.hero-layout2 .hero-imgs .hero-img img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hero-layout2 .slider1 .slick-current {
    --animation-name: slideinup;
}

.hero-layout2 .slider2 .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: zoomAnimation 8s 1 ease-in-out forwards;
    animation: zoomAnimation 8s 1 ease-in-out forwards;
}

.hero-layout2 .slick-dots {
    position: absolute;
    left: 80%;
    bottom: -60%;
}

.dot-shape {
    position: absolute;
    width: 47px;
    height: 10px;
    left: 37%;
    bottom: 0;
    background-color: var(--theme-color2);
    border-radius: 30px;
    display: block;
}

.hero-item {
    position: relative;
    padding: 170px 0 148px;
}

.hero-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #344E41;
    background: linear-gradient(105deg, rgba(52, 78, 65, 0.93) 32%, rgba(0, 0, 0, 0.22) 100%);
    z-index: 1;
    display: none;
}

.hero-subtitle {
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--title-font);
    text-transform: capitalize;
    display: inline-flex;
    align-items: end;
    margin-bottom: 38px;
    line-height: 150%;
}

.hero-subtitle .icon {
    margin-right: 12px;
}

.hero-title {
    font-size: 64px;
    color: var(--white-color);
    text-transform: capitalize;
    line-height: 115%;
    margin-bottom: 30px;
}

.hero-title .title-highlight {
    color: var(--theme-color2);
}

.hero-item2 {
    padding: 115px 0;
}

.hero-item2.style2 {
    padding: 240px 0;
    border-bottom: 5px solid var(--theme-color);
}

.hero-text {
    font-size: 16px;
    font-weight: 400;
    color: #CDD3CF;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-right: 40px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.hero-layout3 {
    position: relative;
    height: 818px;
    overflow: hidden;
    background-color: var(--theme-color);
}

.hero-layout3 .container {
    z-index: 2;
    padding-top: 210px;
}

.hero-layout3 .hero-item {
    padding: 0;
    position: relative;
}

.hero-layout3 .hero-item::before {
    content: "";
    width: 80%;
    height: 100%;
    left: 0;
    background-color: var(--secondary-color);
    top: 0;
    display: none;
}

.hero-layout3 .hero-item {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
}

.hero-layout3 .hero-item2 {
    padding: 0;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    top: 0;
    right: -39%;
    z-index: 1;
}

.hero-layout3 .hero-item2 .hero-img {
    position: relative;
    overflow: hidden;
}

.hero-layout3 .hero-item2 .hero-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5215686275);
    opacity: 0;
    visibility: hidden;
    border-radius: 0px 10px 10px 0px;
}

.hero-layout3 .hero-item2 .hero-img img {
    max-width: 100%;
}

.hero-layout3 .item-inner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.hero-layout3 .container-style2 {
    margin: 0 130px 0 auto;
    z-index: 1;
}

.hero-layout3 .hero-subtitle {
    animation-delay: 0.3s;
}

.hero-layout3 .hero-title {
    font-weight: 600;
    animation-delay: 0.5s;
}

.hero-layout3 .hero-text {
    animation-delay: 0.7s;
}

.hero-layout3 .vs-btn {
    animation-delay: 0.9s;
}

.hero-layout3 .hero-imgs {
    background-color: var(--body-color);
    overflow: hidden;
}

.hero-layout3 .hero-imgs .hero-img {
    overflow: hidden;
}

.hero-layout3 .hero-imgs .hero-img img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hero-layout3 .hero-carousel1 .slick-current {
    --animation-name: slideinup;
}

.hero-layout3 .hero-carousel1 .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: zoomAnimation 8s 1 ease-in-out forwards;
    animation: zoomAnimation 8s 1 ease-in-out forwards;
}

.hero-layout3 .slider2 .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: zoomAnimation 8s 1 ease-in-out forwards;
    animation: zoomAnimation 8s 1 ease-in-out forwards;
}

.hero-layout3 .hero-content {
    margin-left: 0px;
}

.hero-layout3 .hero-arraw {
    bottom: 0;
}

.hero-layout3 .hero-btns {
    position: absolute;
    bottom: -25%;
    right: 0;
}

.hero-layout3 .hero-btns .icon-btn2 {
    color: var(--white-color);
    background-color: var(--theme-color);
    border: none;
}

.hero-layout3 .hero-btns .icon-btn2:hover {
    color: var(--theme-color);
    background-color: var(--theme-color2);
}

@keyframes zoomAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@-webkit-keyframes zoomAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@media (min-width: 2099px) {
    .hero-layout2 .container-style2 {
        margin: 0 auto;
        max-width: 1300px;
    }
}

@media (max-width: 1899px) {
    .hero-layout3 .hero-item {
        left: -42px;
    }
}

@media (max-width: 1699px) {
    .hero-layout3 .hero-item {
        left: -113px;
    }
}

@media (max-width: 1599px) {
    .hero-layout3 .hero-item2 {
        right: -32%;
    }
    .hero-layout3 .hero-item {
        left: -275px;
    }
    .hero-layout2 .hero-item {
        padding: 178px 0 120px;
        position: relative;
    }
}

/* Extra large devices */

@media (max-width: 1500px) {
    .hero-layout2 .hero-item::after {
        display: none;
    }
    .hero-layout2 .container-style2 {
        margin: 0 auto;
        z-index: 1;
    }
}

/* Medium Large devices */

@media (max-width: 1399px) {
    .hero-layout3 .hero-item2 {
        right: -30%;
    }
    .hero-layout3 .hero-item {
        left: -360px;
    }
}

@media (max-width: 1266px) {
    .hero-layout3 {
        height: auto;
        overflow: hidden;
        padding: 0 0 120px 0;
    }
    .hero-layout3 .hero-text {
        color: var(--white-color);
    }
    .hero-layout3 .hero-item2 {
        right: 0;
        width: 100%;
        height: 100%;
    }
    .hero-layout3 .hero-item2 .hero-img::after {
        visibility: visible;
        opacity: 1;
    }
    .hero-layout3 .hero-item2 .hero-img img {
        width: 100%;
        height: 100%;
    }
    .hero-layout3 .hero-item {
        display: none;
    }
    .hero-layout3 .container {
        z-index: 2;
        padding-top: 0px;
    }
    .hero-layout3 .hero-content {
        margin-left: 0px;
        padding: 150px 0 0px;
    }
    .hero-layout3 .hero-btns {
        bottom: 0;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .hero-layout3 {
        padding-bottom: 120px;
    }
    .hero-layout3 .item-inner {
        display: none;
    }
    .hero-layout3 .hero-btns {
        bottom: 20px;
        right: 30px;
    }
    .hero-layout2 .hero-item {
        padding: 90px 0 80px;
        position: relative;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .hero-layout2 .hero-imgs {
        padding: 10px;
    }
    .hero-layout3 {
        padding-bottom: 80px;
    }
    .hero-layout3 .hero-content {
        margin-left: 0px;
        padding: 80px 0 40px;
    }
    .hero-title {
        font-size: 52px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .hero-title {
        font-size: 32px;
    }
    .hero-item {
        position: relative;
        padding: 80px 0 80px;
    }
    .hero-layout1 .hero-content {
        padding: 40px 0px 50px 30px;
    }
}

/*------------------- 4.9. Error  -------------------*/

.error-content .sec-title,
.comming-content .sec-title {
    font-size: 260px;
    font-weight: 800;
    line-height: 1;
    color: var(--white-color);
    margin: 0 0 0px 0;
}

.error-content .sec-title2,
.comming-content .sec-title2 {
    font-size: 40px;
    margin: 0 0 10px 0;
}

.error-content .sec-title2>span,
.comming-content .sec-title2>span {
    color: var(--theme-color);
}

.error-content .error-content__text,
.comming-content .error-content__text {
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 35px;
}

.comming-content .sec-title {
    font-size: 25px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .comming-content .sec-title {
        font-size: 18px;
    }
}

.comming-content .sec-title2 {
    font-size: 60px;
    color: var(--white-color);
}

@media (max-width: 767px) {
    .comming-content .sec-title2 {
        font-size: 30px;
    }
}

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

/*------------------- 4.11. About  -------------------*/

.about-layout1 {
    position: relative;
}

.about-layout1 .title-area {
    margin-bottom: 32px;
}

.about-text {
    color: var(--text-color);
    margin-bottom: 20px;
}

.about-box {
    display: inline-flex;
    align-items: center;
    margin-bottom: 40px;
}

.about-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-box .about-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 25px;
}

.about-box .about-video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(52, 78, 65, 0.48);
}

.about-box .about-video img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}

.about-box .about-video:hover img {
    transform: scale(1.1);
}

.about-box .play-btn::after,
.about-box .play-btn::before {
    background-color: var(--theme-color2);
}

.about-box .play-btn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    background-color: var(--theme-color2);
}

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

.about-box .play-btn:hover i {
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.about-list {
    margin: 0;
    padding: 0;
}

.about-list li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    color: var(--text-color);
}

.about-list li:not(:last-child) {
    margin-bottom: 15px;
}

.about-list .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.img-box1 {
    position: relative;
}

.img-box1 .box-inner {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.img-box1 .box-inner img {
    border-radius: 10px;
    width: 100%;
    transition: all 0.5s ease;
}

.img-box1 .box-inner .img1 {
    overflow: hidden;
    border-radius: 10px;
}

.img-box1 .box-inner .img1:hover img {
    transform: scale(1.1);
}

.img-box1 .box-inner .img2 img {
    display: block;
    transition: all 0.5s ease;
}

.img-box1 .box-inner .img2 .img {
    border-radius: 10px;
    overflow: hidden;
}

.img-box1 .box-inner .img2 .img:not(:last-child) {
    margin-bottom: 30px;
}

.img-box1 .box-inner .img2 .img:hover img {
    transform: scale(1.1);
}

.img-box1 .text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.img-box2 {
    position: relative;
}

.img-box2 .box-inner {
    position: relative;
}

.img-box2 .box-inner img {
    width: 100%;
}

.img-box2 .box-inner .img1 {
    max-width: 486px;
    overflow: hidden;
    border-radius: 10px;
}

.img-box2 .box-inner .img1 img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.img-box2 .box-inner .img1:hover img {
    transform: scale(1.1);
}

.img-box2 .box-inner .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--body-color);
    padding: 20px 0px 0 20px;
    border-radius: 20px 0 0;
    overflow: hidden;
}

.img-box2 .box-inner .img2 img {
    border-radius: 20px 0 0;
    transform: scale(1);
    overflow: hidden;
    transition: all 0.5s ease;
}

.img-box2 .box-inner .img2:hover img {
    transform: scale(1.1);
}

.img-box2 .text-box2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translate(90px, 90px) rotate(-90deg);
    overflow: hidden;
}

.img-box2 .text-box2 .box-body {
    display: inline-flex;
    align-items: center;
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 28px 30px;
    transition: all 0.5s ease;
}

.img-box2 .text-box2 .box-body:hover {
    background-color: var(--theme-color);
}

.img-box2 .text-box2__text {
    font-size: 16px;
    color: var(--theme-color2);
    font-weight: 500;
    font-family: var(--title-font);
    text-transform: capitalize;
}

.img-box3 {
    position: relative;
    padding-bottom: 80px;
}

.img-box3 .box-inner {
    position: relative;
}

.img-box3 .img1 {
    text-align: right;
    overflow: hidden;
    border-radius: 20px;
    border-radius: 0 20px 20px 0px;
}

.img-box3 .img1 img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.img-box3 .img1:hover img {
    transform: scale(1.1);
}

.img-box3 .img2 {
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid var(--body-color);
    border-radius: 20px 70px 0px 20px;
    overflow: hidden;
}

.img-box3 .img2 img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.img-box3 .img2:hover img {
    transform: scale(1.1);
}

.img-box3 .img3 {
    position: absolute;
    bottom: -80px;
    left: 70px;
    border-top: 10px solid var(--body-color);
    border-right: 10px solid var(--body-color);
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
}

.img-box3 .img3 img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.img-box3 .img3:hover img {
    transform: scale(1.1);
}

.img-box3 .text-box {
    position: absolute;
    bottom: 27%;
    right: 75px;
    z-index: 1;
    transition: all 0.5s ease;
}

.img-box3 .text-box:hover {
    background-color: var(--theme-color2);
}

.img-box3 .text-box:hover .text-box__number,
.img-box3 .text-box:hover .text-box__title {
    color: var(--theme-color);
}

.about-riding {
    background-color: var(--secondary-color);
    padding: 30px 40px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.about-riding .icon {
    width: 100%;
    max-width: 50px;
    height: 50px;
    display: block;
    margin-right: 20px;
}

.about-riding .icon img {
    width: 100%;
}

.about-riding .riding-title {
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 0;
    top: 2px;
    position: relative;
}

/* Large devices */

@media (max-width: 1199px) {
    .img-box2 .box-inner .img1 {
        max-width: 100%;
    }
    .img-box3 .img2 {
        display: none;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .img-box3 {
        margin-bottom: 80px;
    }
    .img-box3 .img2 {
        display: block;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .img-box2 .box-inner .img2 {
        display: none;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .about-layout1 .about-box {
        display: block;
    }
    .about-layout1 .about-video {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .img-box3 .img1 {
        width: 100%;
    }
    .img-box3 .img2 {
        display: none;
    }
}

/*------------------- 4.12. Service  -------------------*/

.service-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

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

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

.service-text {
    color: var(--text-color);
    margin-bottom: 0;
}

.service-icon {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

.service-icon .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--secondary-color);
    display: block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.service-icon .icon-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.service-style1 {
    background-color: var(--white-color);
    padding: 68px 30px 32px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    margin-top: 50px;
    transition: all 0.5s ease;
}

.service-style1 .service-icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.service-style1:hover {
    background-color: var(--secondary-color);
}

.service-style1:hover .service-text {
    color: var(--body-color);
}

.service-style1:hover .service-title a {
    color: var(--body-color);
}

.service-style1:hover .service-title a:hover {
    color: var(--theme-color2);
}

.service-style1:hover .service-icon .icon {
    background-color: var(--theme-color);
}

.service-style2 {
    text-align: center;
    background-color: var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.service-style2 .service-content {
    padding: 68px 40px 40px;
}

.service-style2 .vs-btn {
    padding: 7px 30px;
}

.service-style2 .service-img {
    position: relative;
}

.service-style2 .service-img img {
    width: 100%;
    transform: scale(1);
}

.service-style2 .service-title {
    margin-bottom: 22px;
}

.service-style2 .service-icon {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

.service-style2 .service-icon .icon {
    transform: translate(-50%, -50%) rotate(0);
}

.service-style2 .service-icon .icon img {
    width: auto;
}

.service-style2:hover {
    background-color: var(--secondary-color);
}

.service-style2:hover .service-icon .icon {
    background-color: var(--theme-color);
}

.service-style2:hover .service-icon .icon-shape img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(64%) saturate(485%) hue-rotate(347deg) brightness(101%) contrast(97%);
}

.service-style2:hover .service-title a {
    color: var(--body-color);
}

.service-style2:hover .service-title a:hover {
    color: var(--theme-color2);
}

.service-style2:hover .vs-btn {
    background-color: var(--theme-color);
}

.service-style3 {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 20px 50px 20px 20px;
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.service-style3:not(:last-child) {
    margin-bottom: 30px;
}

.service-style3 .service-title {
    text-align: left;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 8px;
}

.service-style3 .service-title a {
    color: var(--title-color);
}

.service-style3 .service-title a:hover {
    color: var(--secondary-color);
}

.service-style3 .service-content {
    text-align: left;
}

.service-style3 .service-inner {
    display: inline-flex;
    align-items: center;
}

.service-style3 .service-logo {
    background-color: var(--body-color);
    border-radius: 20px;
    padding: 25px 39px;
    width: 100%;
    max-width: 158px;
    height: 130px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.service-style3 .service-logo .img1 {
    transform: translateY(0%);
    position: absolute;
    transition: all 0.5s ease;
}

.service-style3 .service-logo .img2 {
    transform: translateY(-150%);
    position: absolute;
    transition: all 0.5s ease;
}

.service-style3 .service-text {
    line-height: 100%;
}

.service-style3 .service-icon {
    width: 60px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: var(--secondary-color);
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.service-style3 .service-icon a {
    line-height: 100%;
}

.service-style3 .service-icon i {
    color: var(--white-color);
    font-size: 24px;
    transition: all 0.5s ease;
}

.service-style3 .service-icon:hover {
    background-color: var(--theme-color2);
}

.service-style3 .service-icon:hover i {
    color: var(--title-color);
}

.service-style3:hover .service-logo {
    background-color: var(--secondary-color);
}

.service-style3:hover .service-logo .img2 {
    transform: translateY(0%);
}

.service-style3:hover .service-logo .img1 {
    transform: translateY(150%);
}

.service-layout2 .service-img {
    border-radius: 20px;
    overflow: hidden;
}

.service-layout2 .service-item {
    margin-right: 25px;
}

.service-layout2 .service-item:not(:last-child) .service-style3 {
    margin-bottom: 25px;
}

.service-space-bottom {
    padding-bottom: 95px;
}

.service-details {
    background-color: var(--white-color);
    padding: 60px 40px 52px;
    border-radius: 20px;
}

.service-details .service-img {
    border-radius: 20px;
    overflow: hidden;
}

.service-details .list-style1 ul li {
    font-weight: 500;
}

.details-title {
    line-height: 125%;
    margin-bottom: 45px;
}

.details-title.title-shep {
    padding-bottom: 30px;
}

.details-title.title-shep::after,
.details-title.title-shep::before {
    height: 10px;
}

.details-title.title-shep::after {
    width: 70px;
}

.details-title.title-shep::before {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

.details-text {
    color: var(--text-color);
}

/* Extra large devices */

@media (max-width: 1500px) {
    .service-style2 .service-content {
        padding: 68px 30px 40px;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .service-layout2 .service-item {
        margin-right: 0;
    }
    .service-style3 {
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 20px 80px 20px 20px;
    }
    .service-style3 .service-icon {
        right: 30px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .service-style3 .service-icon {
        right: 20px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .service-style3 .service-icon {
        right: 10px;
    }
    .service-style3 .service-logo {
        margin-right: 15px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .service-style3 .service-inner {
        display: block;
    }
    .service-style3 .service-inner .service-logo {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .service-style3 .service-title {
        font-size: 20px;
    }
    .service-details {
        padding: 40px 20px 32px;
    }
}

/*------------------- 4.13. Counter  -------------------*/

.counter-style1 .media-count {
    display: inline-flex;
    align-items: center;
}

.counter-style1 .media-title {
    margin-bottom: 0;
}

.counter-style1 .media-inner {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    padding: 40px;
    border-radius: 10px 100px 10px 10px;
    transition: all 0.5s ease;
}

.counter-style1 .media-inner:hover {
    background-color: var(--theme-color);
}

.counter-style1 .media-inner:hover .icon {
    background-color: var(--secondary-color);
}

.counter-style1 .media-title {
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 5px;
}

.counter-style1 .media-text {
    color: var(--body-color);
    font-family: var(--title-font);
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 160%;
}

.counter-style1 .count-icon {
    color: var(--white-color);
    font-size: 40px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    top: -4px;
}

.counter-style1 .counter-icon {
    margin-right: 25px;
}

.counter-style1 .icon {
    width: 120px;
    display: inline-block;
    height: 120px;
    line-height: 120px;
    background-color: var(--theme-color);
    text-align: center;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.counter-style1.style2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 30px;
}

.counter-style1.style2 .media-inner {
    display: inline-block;
    background-color: var(--theme-color);
    padding: 40px 30px 35px;
    width: 223px;
    max-width: 100%;
    transition: all 0.5s ease;
}

.counter-style1.style2 .media-inner .media-counter {
    text-align: center;
}

.counter-style1.style2 .media-inner .counter-icon {
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
}

.counter-style1.style2 .media-inner .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: var(--secondary-color);
}

.counter-style1.style2 .media-inner .icon img {
    max-width: 50px;
}

.counter-style1.style2 .media-inner:hover {
    background-color: var(--theme-color2);
}

.counter-style1.style2 .media-inner:hover .icon {
    background-color: var(--theme-color);
}

.counter-style1.style2 .media-inner:hover .count-icon,
.counter-style1.style2 .media-inner:hover .media-title {
    color: var(--theme-color);
}

.counter-style1.style2 .media-inner:hover .media-text {
    color: var(--theme-color);
}

.counter-layout1 {
    padding: 40px 0;
    background-color: var(--secondary-color);
    overflow: hidden;
}

.counter-layout2 {
    background-color: var(--secondary-color);
    position: relative;
}

.counter-layout2 .counter-style1.style2 {
    display: block;
}

.counter-layout2 .counter-style1 .media-inner {
    border-radius: 10px 60px 10px 10px;
}

/* Large devices */

@media (max-width: 1199px) {
    .facts-layout1 {
        text-align: center;
    }
    .counter-style1.style2 .media-inner {
        margin: 0 auto;
        padding: 40px 25px 35px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .counter-style1 .media-style {
        text-align: center;
    }
    .counter-style1 .media-inner {
        text-align: left;
    }
    .counter-style1.style2 {
        grid-template-columns: repeat(3, 1fr);
    }
    .counter-style1.style2 .media-inner {
        width: 100%;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .counter-style1.style2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .counter-style1 .media-inner {
        padding: 25px;
        text-align: center;
    }
    .counter-style1.style2 {
        display: block;
        text-align: center;
    }
    .counter-style1.style2 .media-inner {
        width: 80%;
    }
    .counter-style1.style2 .media-inner:not(:last-child) {
        margin-bottom: 30px;
    }
    .counter-style1 .media-style {
        text-align: center;
    }
    .counter-style1 .media-inner {
        text-align: left;
    }
}

/*------------------- 4.14. Team  -------------------*/

.team-style1 {
    position: relative;
}

.team-style1 .team-img {
    max-width: 223px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -80px);
}

.team-style1 .team-content {
    padding: 218px 30px 24px 30px;
    margin-top: 80px;
    background-color: var(--secondary-color);
    border-radius: 20px;
    transition: all 0.5s ease;
}

.team-style1:hover .team-img img {
    transform: scale(1.1);
}

.team-style1:hover .team-content {
    background-color: var(--theme-color);
}

.team-img {
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease;
}

.team-img a {
    display: block;
}

.team-img img {
    width: 100%;
    transition: all 0.5s ease;
}

.team-title {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 5px;
}

.team-title a {
    color: var(--white-color);
}

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

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

.social-style1 {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: absolute;
    left: 20px;
    bottom: 20px;
    transition: all 0.5s ease;
}

.social-style1 span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.social-style1 span i {
    color: var(--theme-color2);
    transition: all 0.5s ease;
}

.social-style1 span:hover {
    background-color: var(--theme-color2);
}

.social-style1 span:hover i {
    color: var(--theme-color);
}

.social-style1 span:hover .sub-list {
    visibility: visible;
    opacity: 1;
}

.social-style1 .sub-list {
    display: inline-flex;
    align-items: center;
    padding: 7px 15px;
    height: 40px;
    transform: translateX(100%);
    transition: all 0.5s ease;
    display: none;
}

.social-style1 .sub-list a {
    font-size: 14px;
    color: var(--body-color);
    display: inline-block;
}

.social-style1 .sub-list a:not(:last-child) {
    margin-right: 8px;
}

.social-style1 .sub-list a:hover {
    color: var(--theme-color2);
}

.social-style1:hover {
    background-color: var(--theme-color);
}

.social-style1:hover span {
    background-color: var(--theme-color2);
}

.social-style1:hover span i {
    color: var(--theme-color);
}

.social-style1:hover .sub-list {
    display: block;
    transform: translateX(0%);
}

.team-style2 {
    position: relative;
    background-color: var(--body-color);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.team-style2 .team-title a {
    color: var(--title-color);
}

.team-style2 .team-desi {
    color: var(--text-color);
    transition: all 0.5s ease;
}

.team-style2 .team-content {
    text-align: center;
    padding: 30px;
    border-radius: 0;
    transition: all 0.5s ease;
}

.team-style2 .social-links {
    margin: 16px 0 0;
}

.team-style2:hover {
    background-color: var(--secondary-color);
}

.team-style2:hover .team-img img {
    transform: scale(1.1);
}

.team-style2:hover .social-links a {
    background-color: var(--theme-color);
}

.team-style2:hover .social-links a:hover {
    color: var(--theme-color);
    background-color: var(--theme-color2);
}

.team-style2:hover .team-title a {
    color: var(--white-color);
}

.team-style2:hover .team-title a:hover {
    color: var(--theme-color2);
}

.team-style2:hover .team-desi {
    color: var(--white-color);
}

.team-layout2 .slick-arrow {
    background-color: var(--body-color);
    border-color: var(--body-color);
    color: var(--theme-color);
}

.team-layout2 .slick-arrow:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.team-details .team-img {
    position: relative;
    overflow: initial;
}

.team-details .team-img img {
    border-radius: 20px;
    overflow: hidden;
}

.team-details .team-img .text-box {
    width: 240px;
    height: 240px;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    bottom: 30px;
    left: -30px;
}

.team-details .team-img .text-box__title {
    font-size: 24px;
    color: var(--theme-color2);
    line-height: 140%;
}

.team-details .team-img .text-box__number {
    font-size: 64px;
}

.team-details .team-title {
    font-size: 40px;
    color: var(--secondary-color);
}

.team-details .team-degi {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
}

.team-details .tdetails-title {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 20px;
}

.team-details .tdetails-span {
    font-size: 16px;
    color: var(--text-color);
}

.team-details .title-area {
    margin-bottom: 20px;
}

.team-details .contact-style1 ul li {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0px;
}

.team-details .contact-style1 ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    color: var(--theme-color2);
    text-align: center;
    position: relative;
    top: 0;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.team-details .contact-style1 ul li a {
    color: var(--text-color);
    text-transform: lowercase;
    transition: all 0.5s ease;
}

.team-details .contact-style1 ul li:hover i {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.team-details .contact-style1 ul li:hover a {
    color: var(--theme-color);
}

.team-details .team-content {
    padding-right: 60px;
}

.team-details .contact-style1 {
    font-size: 18px;
}

.progress-box:not(:last-child) {
    margin: 0 0 25px 0;
}

.progress-box__number,
.progress-box__title {
    font-size: 16px;
    line-height: 1;
    font-family: var(--title-font);
    display: inline-block;
    margin: 0 0 17px 0;
}

.progress-box__title {
    color: var(--text-color);
    font-weight: 600;
}

.progress-box__number {
    float: right;
    margin: 5px 0 0 0;
    font-weight: 500;
    font-family: var(--body-font);
}

.progress-box__progress {
    height: 20px;
    padding: 5px;
    border-radius: 8px;
    background-color: var(--secondary-color);
}

.progress-box__bar {
    height: 100%;
    background-color: var(--theme-color2);
    box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
    border-radius: 5px;
}

/* Large devices */

@media (max-width: 1199px) {
    .team-details .team-content {
        padding-right: 0;
    }
    .team-details .team-img .text-box {
        bottom: 0;
        left: 0;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .team-details .team-img .text-box {
        display: none;
    }
}

/*------------------- 4.16. Accordion  -------------------*/

.accordion-style1 {
    height: 395px;
    overflow: hidden;
}

.accordion-style1 .accordion-item {
    margin: 0 0 20px 0;
    background-color: var(--body-color);
    border-radius: 30px;
}

.accordion-style1 .accordion-item .accordion-header {
    margin-bottom: 0;
    border-radius: 30px;
    overflow: hidden;
}

.accordion-style1 .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-style1 .accordion-button {
    border: none;
    padding: 0 5px 0 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--theme-color);
    text-align: left;
    gap: 10px;
    height: 60px;
}

.accordion-style1 .accordion-button:not(.collapsed) {
    color: var(--white-color);
    background-color: var(--secondary-color) !important;
}

.accordion-style1 .accordion-button:not(.collapsed):after {
    transform: rotate(0);
    content: "\f068";
    background-color: var(--theme-color2);
    color: var(--title-color);
}

.accordion-style1 .accordion-button.collapsed {
    color: var(--title-color);
}

.accordion-style1 .accordion-button:after {
    content: "\f067";
    font-family: var(--icon-font);
    font-weight: 400;
    border: none;
    width: 50px;
    height: 50px;
    background-image: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--theme-color2);
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.accordion-style1 .accordion-button:focus {
    box-shadow: none;
}

.accordion-style1 .accordion-body {
    padding: 20px 60px 23px 30px;
    font-size: 14px;
}

.accordion-style1 .accordion-body p {
    color: var(--text-color);
}

.accordion-style1 .accordion-body p:last-child {
    margin-bottom: 0;
}

/* Hight Resoulation devices */

@media (min-width: 1921px) {
    .faq-shape1 {
        max-width: 60%;
    }
    .faq-shape2 {
        max-width: 49%;
    }
}

/* Extra large devices */

@media (max-width: 1500px) {
    .faq-wrap1 {
        padding-top: var(--section-space, 120px);
        padding-bottom: calc(var(--section-space, 120px) - 30px);
    }
    .faq-shape2 {
        max-height: initial;
        bottom: 0;
        display: none;
    }
    .faq-shape1 {
        max-width: 70%;
        top: 0;
    }
}

/* Medium Large devices */

@media (max-width: 1399px) {
    .faq-wrap1 {
        padding-top: var(--section-space, 120px);
    }
    .faq-shape2 {
        max-height: initial;
        bottom: 0;
        display: none;
    }
    .faq-shape1 {
        max-width: 70%;
        top: 0;
    }
    .accordion-style1 .accordion-button {
        font-size: 18px;
    }
    .accordion-style1 .accordion-body {
        font-size: 14px;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .accordion-style1 {
        height: auto;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .faq-wrap1 {
        padding-top: var(--section-space-mobile, 80px);
        padding-bottom: calc(var(--section-space-mobile, 80px) - 30px);
    }
    .faq-shape1 {
        max-width: 100%;
    }
}

/* Small devices */

/*------------------- 4.18. Testimonial  -------------------*/

.client--layout1 {
    background-color: var(--smoke-color);
}

.client-block--style1,
.client-block--style2,
.client-block--style3 {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.client-block--style1 .client-block__img,
.client-block--style2 .client-block__img,
.client-block--style3 .client-block__img {
    height: 100%;
}

.client-block--style1 .client-block__img>img,
.client-block--style2 .client-block__img>img,
.client-block--style3 .client-block__img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-block--style1 .client-block__content,
.client-block--style2 .client-block__content,
.client-block--style3 .client-block__content {
    padding: 55px 52px;
}

@media (max-width: 1199px) {
    .client-block--style1 .client-block__content,
    .client-block--style2 .client-block__content,
    .client-block--style3 .client-block__content {
        padding: 40px 40px;
    }
}

.client-block--style1 .client-block__rating,
.client-block--style2 .client-block__rating,
.client-block--style3 .client-block__rating {
    display: flex;
    align-items: center;
    color: var(--theme-color2);
    margin-bottom: 18px;
    gap: 5px;
}

.client-block--style1 .client-block__text,
.client-block--style2 .client-block__text,
.client-block--style3 .client-block__text {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
    color: var(--title-color);
}

@media (max-width: 1199px) {
    .client-block--style1 .client-block__text,
    .client-block--style2 .client-block__text,
    .client-block--style3 .client-block__text {
        font-size: 18px;
    }
}

.client-block--style1 .client-block__name,
.client-block--style2 .client-block__name,
.client-block--style3 .client-block__name {
    margin-bottom: 0px;
    color: var(--theme-color);
}

.client-block--style1 .client-block__desig,
.client-block--style2 .client-block__desig,
.client-block--style3 .client-block__desig {
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    color: var(--title-color);
}

.client-block--style1 {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .client-block--style1 .client-block__img {
        min-height: 391px;
    }
}

@media (max-width: 1199px) {
    .client-block--style1 .client-block__img>img {
        min-height: 391px;
    }
}

@media (max-width: 767px) {
    .client-block--style1 .client-block__content {
        padding: 20px 15px;
    }
}

.client-block--style2 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    min-width: 283px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.client-block--style2 .client-block__img {
    max-width: 70px;
    max-height: 70px;
}

.client-block--style2 .client-block__img>img {
    height: 100%;
}

.client-block--style2 .client-block__content {
    padding: 0;
}

.client-block--style2 .client-block__name {
    font-size: 20px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.client-block--style3 {
    box-shadow: none;
}

.client-block--style3 .client-block__content {
    background-color: var(--smoke-color);
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .client-block--style3 .client-block__content {
        margin-left: 0;
        padding: 15px;
    }
}

.client-block--style3 .client-block__content::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 30px 0;
    border-color: transparent var(--smoke-color) transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

.client-block--style3 .client-block__img {
    min-width: 387px;
    min-height: 387px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .client-block--style3 .client-block__img {
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .client-block--style3 .client-block__img {
        min-width: 387px;
        max-width: 387px;
        max-height: 387px;
        margin-bottom: 40px;
        margin-left: 100px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .client-block--style3 .client-block__img {
        margin-left: 0px;
        min-width: 100%;
    }
}

.client-block--style3 .client-block__img>img {
    border-radius: 50%;
    min-height: 387px;
}

.client-block--style4 .client-block__img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
    padding: 5px;
    overflow: hidden;
    background-color: var(--border-color);
}

.client-block--style4 .client-block__img>img {
    border-radius: 50%;
}

.client-block--style5 {
    background-color: var(--white-color);
    padding: 0 20px 20px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.client-block--style5 .client-block__img {
    margin-bottom: 25px;
}

.client-block--style5 .client-block__img>img {
    margin-top: -33px;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    width: 104px;
    height: 104px;
}

.client-block--style5 .client-block__rating {
    margin-bottom: 13px;
}

.client-block--style5 .client-block__rating>i {
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.client-block--style5 .client-block__text {
    margin-bottom: 14px;
    transition: all 0.3s ease-in-out;
}

.client-block--style5 .client-block__name {
    margin-bottom: 6px;
    color: var(--theme-color);
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}

.client-block--style5 .client-block__desig {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.client-block--style5:hover {
    background-color: var(--theme-color);
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.client-block--style5:hover .client-block__text,
.client-block--style5:hover .client-block__name,
.client-block--style5:hover .client-block__desig {
    color: var(--white-color);
}

.client-block--style5:hover .client-block__rating>i {
    color: var(--white-color);
}

.client--layout3 {
    background-color: var(--smoke-color);
}

.client--layout3 .vs-carousel .slick-list {
    padding-top: 33px;
}

.client--layout4 {
    margin-top: -155px;
    padding-top: 268px;
}

.client-active-small .slick-slide.slick-current.slick-active {
    cursor: pointer;
}

.client-active-small .slick-slide.slick-current.slick-active .client-block--style2 {
    background-color: var(--theme-color);
}

.client-active-small .slick-slide.slick-current.slick-active .client-block--style2 .client-block__name,
.client-active-small .slick-slide.slick-current.slick-active .client-block--style2 .client-block__desig {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.client-active-small.style2 .slick-slide.slick-current.slick-active {
    cursor: pointer;
}

.client-active-small.style2 .slick-slide.slick-current.slick-active .client-block--style2 {
    background-color: var(--theme-color);
}

.testi-style1 {
    position: relative;
    background-color: var(--body-color);
    padding: 40px;
    border-radius: 20px;
}

.testi-style1 .testi-text {
    color: var(--text-color);
    margin-bottom: 23px;
}

.testi-style1 .star-rating {
    margin-bottom: 18px;
}

.testi-style1 .author-inner {
    display: inline-flex;
    align-items: center;
}

.testi-style1 .author-name {
    font-size: 20px;
    margin-bottom: 5px;
}

.testi-style1 .author-name a {
    color: var(--title-color);
}

.testi-style1 .author-name a:hover {
    color: var(--secondary-color);
}

.testi-style1 .author-degi {
    font-size: 14px;
    color: #588157;
}

.testi-style1 .author-img {
    margin-right: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.testi-style2 {
    position: relative;
    margin-top: 30px;
}

.testi-style2 .testi-content {
    background-color: var(--white-color);
    padding: 40px 30px 30px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.testi-style2 .testi-text {
    color: var(--text-color);
    margin-bottom: 23px;
}

.testi-style2 .star-rating {
    margin-bottom: 18px;
}

.testi-style2 .star-rating i {
    color: var(--secondary-color);
}

.testi-style2 .author-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.testi-style2 .author-name {
    font-size: 20px;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}

.testi-style2 .author-name a {
    color: var(--title-color);
    transition: all 0.5s ease;
}

.testi-style2 .author-name a:hover {
    color: var(--secondary-color);
}

.testi-style2 .author-degi {
    font-size: 14px;
    color: #588157;
}

.testi-style2 .author-img {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: -30px;
    right: 30px;
}

.testi-style2:hover .testi-content {
    background-color: var(--secondary-color);
}

.testi-style2:hover .star-rating i {
    color: var(--theme-color2);
}

.testi-style2:hover .testi-text {
    color: var(--body-color);
}

.testi-style2:hover .author-name a {
    color: var(--white-color);
}

.testi-style2:hover .author-name a:hover {
    color: var(--theme-color2);
}

.testi-style2:hover .author-degi {
    color: var(--body-color);
}

.testi-style2:hover .shape-mockup img {
    filter: sepia(100%) saturate(300%) brightness(250%) hue-rotate(30deg);
}

.testi-style2:hover .author-quote img {
    filter: sepia(100%) saturate(311%) brightness(-108%) hue-rotate(80deg);
}

.testimonial-layout1 .testi-body {
    padding: 40px;
    border-radius: 0 20px 20px 0px;
    position: relative;
    overflow: hidden;
}

.testimonial-layout1 .testi-bg1 {
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    position: relative;
    height: 100%;
}

.testimonial-layout1 .testi-bg1 img {
    width: 100%;
    height: 100%;
}

.testimonial-layout1 .testi-bg1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(52, 78, 65, 0.5254901961);
}

.testimonial-layout3.custom-space-top {
    padding-top: 240px;
}

/* Large devices */

@media (max-width: 1199px) {
    .testimonial-layout1 .testi-body {
        border-radius: 20px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .testimonial-layout3.custom-space-top {
        padding-top: 160px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .testimonial-layout1 .testi-body {
        padding: 40px 15px;
        border-radius: 20px;
    }
    .testi-style1 .author-inner {
        display: block;
    }
    .testi-style1 .author-img {
        display: inline-block;
    }
}

/*------------------- 4.19. Popup Side Menu  -------------------*/

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: none;
    color: var(--white-color);
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 40px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    margin: 0 0 40px 0;
    background-color: transparent;
}

.sidemenu-wrapper .widget_title {
    border-bottom: 1px solid var(--theme-color2);
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.sidemenu-wrapper .sidemenu-text {
    color: var(--title-color);
}

.offcanvas-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}

.offcanvas-wrapper .closeButton {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    z-index: 33;
}

.offcanvas-wrapper .closeButton i {
    line-height: inherit;
}

.offcanvas-wrapper .closeButton:hover {
    color: var(--white-color);
    border-color: transparent;
    transform: rotate(90deg);
    background-color: var(--theme-color2);
}

.offcanvas-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 50px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.offcanvas-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 50px;
}

.offcanvas-wrapper .footer-text {
    max-width: 100%;
}

.offcanvas-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.offcanvas-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

/*------------------- 4.20. Price Plan  -------------------*/

.price-block--style1 {
    margin-bottom: 30px;
}

.price-block--style1 .price-block__header {
    background-color: var(--theme-color);
    text-align: center;
    position: relative;
    min-height: 227px;
    padding-top: 40px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.price-block--style1 .price-block__header .shape1,
.price-block--style1 .price-block__header .shape2 {
    position: absolute;
    top: 109px;
    transition: all 0.3s ease-in-out;
}

.price-block--style1 .price-block__header .shape1 {
    left: 0;
}

.price-block--style1 .price-block__header .shape2 {
    right: 0;
}

.price-block--style1 .price-block__title {
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.price-block--style1 .price-block__price {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font);
    transition: all 0.3s ease-in-out;
}

.price-block--style1 .price-block__price>sup {
    font-size: 20px;
    top: -22px;
    padding: 0 2.5px;
}

.price-block--style1 .price-block__body {
    background-color: var(--white-color);
    margin: 0 40px;
    padding: 40px 35px;
    margin-top: -52px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    z-index: 1;
    position: relative;
    text-align: center;
}

@media (max-width: 1199px) {
    .price-block--style1 .price-block__body {
        margin: 0 15px;
        padding: 15px;
    }
}

.price-block--style1 .price-block__time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid var(--border-color);
    padding: 0 20px;
    font-weight: 500;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
}

.price-block--style1 .price-block__time>i {
    color: var(--theme-color);
    transition: all 0.3s ease-in-out;
}

.price-block--style1 .price-block__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 25px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-block--style1 .price-block__list>li {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    text-align: left;
    font-weight: 500;
    color: var(--body-color);
}

.price-block--style1 .price-block__list>li>i {
    color: var(--body-color);
}

.price-block--style1 .price-block__list>li.active {
    color: var(--title-color);
}

.price-block--style1 .price-block__list>li.active>i {
    color: var(--theme-color);
}

.price-block--style1 .vs-btn {
    clip-path: none;
    background-color: var(--title-color);
    width: 100%;
    justify-content: center;
}

.price-block--style1 .vs-btn::before,
.price-block--style1 .vs-btn::after {
    background-color: var(--theme-color);
}

.price-block--style1:hover .price-block__header {
    background-color: var(--theme-color2);
    transition: all 0.3s ease-in-out;
}

.price-block--style1:hover .price-block__time {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--white-color);
}

.price-block--style1:hover .price-block__time>i {
    color: var(--white-color);
}

/*------------------- 4.21. Forms Style  -------------------*/

.form-control[type=date]::-webkit-inner-spin-button,
.form-control[type=date]::-webkit-calendar-picker-indicator,
.form-control[type=time]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 100px;
    height: 50px;
    cursor: pointer;
    margin-right: -20px;
    position: relative;
    z-index: 9;
}

.form-style1 {
    background-color: var(--secondary-color);
    padding: 80px 60px;
    border-radius: 20px;
    transform: translateY(120px);
}

.form-style1 input {
    background-color: var(--theme-color);
    border-radius: 30px;
    border: none;
}

.form-style1 .form-group:focus i {
    color: var(--theme-color);
}

.form-style1 .form-control {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.form-style1 .form-group:last-child {
    margin-bottom: 0;
}

.form-style1 .form-group i {
    color: var(--body-color);
    top: 50%;
    transform: translateY(-50%);
}

.form-style1 .form-group:focus i {
    color: var(--theme-color) !important;
}

.form-style1 .sec-title {
    font-size: 40px;
}

.form-style1 .title-area {
    margin-bottom: 40px;
}

.form-style1 .vs-btn {
    margin-top: 20px;
    color: var(--title-color);
    background-color: var(--theme-color2);
}

.form-style1 .vs-btn::after,
.form-style1 .vs-btn::before {
    background-color: var(--theme-color);
}

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

/* Large devices */

@media (max-width: 1199px) {
    .form-style1 {
        transform: unset;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .form-style1 .sec-title {
        font-size: 28px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .form-style1 {
        padding: 60px 15px;
    }
}

/*------------------- 4.23. Contact  -------------------*/

.social-style1.style3 {
    display: flex;
    align-items: center;
    padding-top: 24px;
}

.social-style1.style3 .title {
    font-size: 30px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .social-style1.style3 .title {
        font-size: 18px;
    }
}

.social-style1.style3 a {
    background-color: var(--smoke-color);
    color: var(--title-color);
    border-color: var(--smoke-color);
}

.social-style1.style3 a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.contact-layout2 .contact-img img {
    border-radius: 20px 48% 20px 20px;
}

.contact-layout2 .form-style1 {
    transform: unset;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.contact-layout2 .form-style1 .form-group i {
    color: var(--text-color);
}

.contact-layout2 .form-style1 textarea,
.contact-layout2 .form-style1 input {
    border-radius: 6px;
    color: var(--text-color);
    background-color: var(--body-color);
    border: 1px solid var(--theme-color);
}

.contact-layout2 .form-style1 textarea::placeholder,
.contact-layout2 .form-style1 input::placeholder {
    color: var(--text-color);
}

.contact-layout2 .form-style1 textarea {
    padding-top: 0;
}

.contact-layout2 .form-style1 .nice-select {
    min-width: auto;
    font-size: 14px;
    font-family: var(--body-font);
    background-color: var(--body-color);
    color: var(--text-color);
    border: 1px solid var(--text-color);
}

.contact-layout2 .form-style1 .nice-select .current {
    font-weight: 400;
}

.contact-layout2 .form-style1 .nice-select::after {
    border-color: var(--text-color);
}

.contact-layout2 .form-style1 .nice-select .list {
    background-color: var(--white-color);
    margin-bottom: 0;
}

.contact-layout2 .form-style1 .nice-select .list .selected.focus {
    color: var(--white-color);
}

.contact-layout2 .form-style1 .nice-select .list li:hover {
    color: var(--white-color);
}

.contact-layout2 .form-style1 select {
    font-size: 14px;
    font-weight: 400;
}

.contact-layout2 .form-style1 .vs-btn {
    color: var(--theme-color2);
    background-color: var(--theme-color);
    margin-top: 10px;
}

.contact-layout2 .form-style1 .vs-btn::before,
.contact-layout2 .form-style1 .vs-btn::after {
    background-color: var(--theme-color2);
}

.contact-layout2 .form-style1 .vs-btn:hover {
    color: var(--theme-color);
    background-color: var(--theme-color2);
}

.contact-layout2 .form-style1 .shape-mockup img {
    opacity: 0.5;
}

.map-layout1 {
    position: relative;
    margin-top: 40px;
}

.map-layout1 .contact-media {
    padding: 90px 60px 120px;
    background-color: var(--secondary-color);
    border-radius: 0px 20px 0px 0px;
    position: absolute;
    transform: translateY(-39px);
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 520px;
    min-height: 781px;
    border-bottom: 5px solid var(--theme-color2);
}

.map-layout1 .contact-title {
    color: var(--white-color);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
}

.map-layout1 .title-shep::after,
.map-layout1 .title-shep::before {
    background-color: var(--theme-color2);
}

.map-layout1 .contact-shep {
    position: absolute;
    top: 0;
    transform: translateX(-99px);
}

.map-layout1 .media-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 6px;
    background-color: var(--theme-color);
    margin-right: 20px;
    transition: all 0.5s ease;
}

.map-layout1 .media-icon:hover {
    background-color: #17271f;
}

.map-layout1 .media-icon img {
    max-width: 40px;
}

.map-layout1 .media-info {
    margin-bottom: 0;
    font-family: var(--title-font);
}

.map-layout1 .media-info a {
    color: var(--body-color);
}

.map-layout1 .media-info a:hover {
    color: var(--theme-color2);
}

.map-layout1 .media-style1 {
    display: inline-flex;
    align-items: center;
}

.map-layout1 .media-style1:not(:last-child) {
    margin-bottom: 30px;
}

.map-layout1 .media-style1 .media-title {
    font-size: 24px;
    color: var(--white-color);
    line-height: 140%;
    margin-bottom: 6px;
}

/* Medium devices */

@media (max-width: 991px) {
    .contact-layout2 .contact-img img {
        width: 100%;
    }
    .contact-layout2 .title-area {
        text-align: center;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .map-layout1 {
        margin-top: 0;
    }
    .map-layout1 .contact-media {
        display: none;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .contact-layout2 .form-style1 {
        transform: unset;
        padding: 60px 20px;
    }
}

/*------------------- 4.26. Newsletter  -------------------*/

.cta-layout1 {
    padding: 115px 0 85px;
    background-color: var(--secondary-color);
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .cta-layout1 {
        padding: 80px 0 55px;
    }
}

.cta-layout1 .vs-btn {
    font-weight: 500;
    text-transform: capitalize;
    background-color: var(--theme-color2);
    z-index: 2;
}

.cta-layout1 .vs-btn::before,
.cta-layout1 .vs-btn::after {
    background-color: var(--body-color);
}

.cta-layout1 .vs-btn:hover {
    background-color: var(--body-color);
}

.subscribe-block--style1 {
    position: relative;
}

.subscribe-block--style1 .subscribe-block__field {
    height: 70px;
}

.subscribe-block--style1 .vs-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cta-bg-shape .cta-bg {
    position: absolute;
    max-width: 100%;
    height: 100%;
    clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
    left: 49%;
}

.cta-bg-shape .cta-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #344E41;
    background: linear-gradient(262deg, rgb(52, 78, 65) -50%, rgba(0, 0, 0, 0.33) 100%);
    z-index: 1;
}

.cta-bg-shape .cta-bg img {
    height: 100%;
    position: relative;
}

@media (max-width: 1699px) {
    .custom-cta-shape {
        display: none;
    }
    .cta-bg-shape .cta-bg {
        clip-path: none;
        left: 0;
        width: 100%;
        z-index: -1;
    }
    .cta-bg-shape .cta-bg::before {
        background: rgba(52, 78, 65, 0.56);
    }
    .cta-bg-shape .cta-bg img {
        width: 100%;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .cta-layout1 {
        text-align: center;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .cta-bg-shape {
        display: none;
    }
}

/*------------------- 4.26. Newsletter  -------------------*/

.vs-sort-bar {
    margin-bottom: 60px;
}

.vs-sort-bar select {
    height: 50px;
    border: 1px solid #eee;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: auto;
    padding: 0 45px 0 25px;
    font-size: 16px;
    margin: 0;
    background-position: right 22px center;
}

.vs-sort-bar label {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 500;
    line-height: 1;
}

.vs-sort-bar p.woocommerce-result-count {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--title-font);
    color: #2D2D2D;
}

.vs-sort-bar p.woocommerce-result-count span {
    color: #2D2D2D;
}

.vs-sort-bar .nice-select {
    width: 100%;
    min-width: 275px;
    padding-right: 50px;
    padding-left: 20px;
    height: 60px;
    line-height: 64px;
    border-radius: 6px;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--body-color);
    background-color: var(--secondary-color);
    transition: all 0.5s ease;
    /* Small devices */
}

.vs-sort-bar .nice-select:hover {
    background-color: var(--theme-color);
}

.vs-sort-bar .nice-select .current {
    font-weight: 700;
}

.vs-sort-bar .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0px;
    box-shadow: none;
    z-index: 2;
    border-radius: 6px;
    background-color: var(--theme-color);
}

.vs-sort-bar .nice-select::after {
    border-bottom: 2px solid var(--theme-color2);
    border-right: 2px solid var(--theme-color2);
    height: 10px;
    margin-top: -4px;
    right: 25px;
    width: 10px;
}

@media (max-width: 767px) {
    .vs-sort-bar .nice-select {
        margin-left: auto;
        margin-right: auto;
    }
}

.nice-select {
    width: 100%;
    min-width: 250px;
    padding-right: 50px;
    padding-left: 26px;
    height: 60px;
    line-height: 64px;
    border-radius: 6px;
    font-size: 16px;
    font-family: var(--title-font);
    border: 1px solid var(--vs-border-color4);
    color: var(--white-color);
    background-color: var(--title-color);
    /* Small devices */
}

.nice-select .current {
    font-weight: 600;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0px;
    border: 1px solid var(--vs-border-color4);
    box-shadow: none;
    font-size: 14px;
    z-index: 2;
    border-radius: 6px;
    background-color: var(--body-color);
}

.nice-select .list .option.selected.focus {
    background-color: var(--secondary-color);
}

.nice-select .list .option:hover {
    background-color: var(--secondary-color);
}

.nice-select::after {
    border-bottom: 2px solid var(--white-color);
    border-right: 2px solid var(--white-color);
    height: 8px;
    margin-top: -4px;
    right: 25px;
    width: 8px;
}

@media (max-width: 767px) {
    .nice-select {
        margin-left: auto;
        margin-right: auto;
    }
}

/*------------------- 4.26. Product  -------------------*/

.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: 1px solid var(--theme-color2);
    padding: 11px 20px;
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family: var(--title-font);
}

.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
    text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--smoke-color);
    color: var(--white-color);
    border-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 11px 20px;
    font-family: var(--title-font);
    margin-bottom: 40px;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300;
    top: 1px;
    position: relative;
}

.woocommerce-Reviews .vs-comments-wrap {
    margin-top: 0;
}

.woocommerce-Reviews .star-rating:before {
    display: block;
}

.quantity {
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
}

.quantity>label {
    font-size: 14px;
    color: var(--body-color);
    font-weight: 700;
    margin: 0 20px 0 0;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.quantity input {
    padding: 0 10px 0 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    --body-color: var(--title-color);
    border: 1px solid var(--smoke-color);
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.rating-select {
    margin-top: -0.4em;
}

.rating-select label {
    margin: 0 10px 0 0;
    display: inline-block;
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 991px) {
    .rating-select p.stars a {
        width: 14px;
    }
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color);
}

.rating-select p.stars a:hover~a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active~a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700;
}

.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: 1px solid transparent;
    padding: 16px 20px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    border-radius: 0;
}

.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
    text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
}

.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 40px;
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    display: none;
}

.woocommerce-form-coupon .form-control,
.woocommerce-form-login .form-control {
    border: 1px solid var(--border-color);
    transition: all 0.3s ease-in-out;
}

.woocommerce-form-coupon .form-control::placeholder,
.woocommerce-form-login .form-control::placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.woocommerce-form-coupon .form-control:focus,
.woocommerce-form-login .form-control:focus {
    border-color: var(--theme-color2);
    transition: all 0.3s ease-in-out;
}

.woocommerce-form-coupon .form-control:focus::placeholder,
.woocommerce-form-login .form-control:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 25px;
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0;
}

.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--title-color);
    font-weight: 700;
    padding: 7px 17px;
    display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    align-items: center;
}

table.variations td,
.woocommerce-grouped-product-list-item td {
    border: none;
    vertical-align: middle;
    padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
    padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list-item label {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
    color: var(--title-color);
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
    color: var(--theme-color);
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid var(--border-color);
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
    margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--title-color);
}

.woocommerce-grouped-product-list.group_table label {
    margin: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-family: var(--title-font);
    font-size: 18px;
}

.woocommerce-grouped-product-list.group_table .qty-input {
    border-color: #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr {
    border-bottom: 1px solid #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr:last-child {
    border-bottom: none;
}

.woocommerce-grouped-product-list.group_table td {
    padding: 30px 5px;
}

table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}

table.variations td {
    padding: 0;
}

table.variations td.label {
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

table.variations select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0;
    padding-right: 54px;
    padding-left: 20px;
    height: 50px;
}

table.variations .reset_variations {
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 25px;
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px;
}

.woocommerce-variation.single_variation .price {
    color: var(--title-color);
    font-weight: 700;
}

/*------------------- 4.26. Newsletter  -------------------*/

.brand-style1 .brand-item {
    text-align: center;
    background-color: var(--white-color);
    padding: 30px 60px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.brand-style1 .brand-item img {
    transition: all 0.5s ease;
}

.brand-style1 .brand-item:hover {
    border-color: var(--secondary-color);
}

.brand-style1 .brand-item:hover img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(29%) saturate(452%) hue-rotate(60deg) brightness(93%) contrast(150%);
}

.brand-layout1 .title-area .sec-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

/* Extra small devices */

@media (max-width: 575px) {
    .brand-layout1 .title-area .sec-subtitle {
        font-size: 17px;
    }
}

/*------------------- 4.26. Newsletter  -------------------*/

.faq-layout1 {
    position: relative;
    margin-bottom: 82px;
}

.faq-layout2 .accordion-style1 {
    height: 470px;
    overflow: hidden;
}

.faq-layout2 .accordion-style1.style3 {
    height: 100%;
    margin-bottom: 30px;
}

.faq-layout2 .accordion-style1 .accordion-item {
    background-color: var(--white-color);
}

.accordion-collapse {
    border: none;
}

@media (max-width: 1299px) {
    .faq-layout2 .accordion-style1 {
        height: auto;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .faq-layout1 {
        padding-top: 80px;
        margin-bottom: 0;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .faq-layout2 .accordion-style1 {
        height: auto;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .accordion-style1 .accordion-button {
        font-size: 16px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .accordion-style1 .accordion-button {
        font-size: 12px;
    }
}

/*------------------- 4.27. choose  -------------------*/

.choose-video {
    position: relative;
    width: 100%;
}

.choose-video .choose-img {
    border-radius: 20px;
    display: inline-block;
    position: relative;
    padding: 10px;
    background-color: var(--body-color);
    overflow: hidden;
    min-width: 387px;
    z-index: 1;
}

.choose-video .choose-img:hover img {
    transform: scale(1.1);
}

.choose-video .choose-img img {
    width: 100%;
    border-radius: 20px;
    transform: scale(1);
    transition: all 0.5s ease;
}

.choose-video .choose-img .play-btn {
    position: absolute;
    top: 30px;
    left: 30px;
}

.choose-video .choose-img .play-btn i {
    color: var(--theme-color);
    font-size: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--theme-color2);
}

.choose-video .choose-img .play-btn:hover i {
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.choose-video .choose-img .play-btn:hover::after,
.choose-video .choose-img .play-btn:hover::before {
    background-color: var(--theme-color);
}

.choose-item {
    display: inline-flex;
    align-items: start;
}

.choose-item:not(:last-child) {
    margin-bottom: 24px;
}

.choose-item .choose-icon {
    margin-right: 20px;
    width: 100%;
    height: 40px;
    max-width: 40px;
    display: block;
}

.choose-item .choose-icon img {
    width: 100%;
}

.choose-title {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 8px;
}

.choose-title a {
    color: var(--body-color);
}

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

.choose-text {
    color: var(--white-color);
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 0;
}

.choose-body {
    display: flex;
    align-items: center;
    gap: 30px;
}

.choose-list-box {
    background-color: var(--secondary-color);
    padding: 60px 40px 55px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.choose-list-box .title {
    font-size: 20px;
    color: var(--body-color);
    position: relative;
    z-index: 1;
}

.choose-list-box .text {
    color: var(--white-color);
    font-size: 14px;
    line-height: 170%;
    position: relative;
    z-index: 1;
}

.choose-list-box .list-style1 {
    position: relative;
    z-index: 1;
}

.choose-list-box .list-style1 .list-unstyled {
    margin-bottom: 0;
}

.choose-list-box .list-style1 li {
    color: var(--white-color);
    padding-left: 28px;
}

.choose-list-box .list-style1 i {
    color: var(--theme-color2);
}

.choose-layout1 .title-area {
    width: 54ch;
}

.choose-style2 .title-area {
    margin-bottom: 35px;
}

.choose-style2 .choose-body {
    display: block;
}

.choose-style2 .choose-text {
    color: var(--white-color);
    max-width: 52ch;
    margin-bottom: 22px;
}

.choose-style2 .choose-video {
    display: inline-flex;
}

.choose-layout2 .form-style1 {
    transform: translateY(0px);
    border: 2px solid var(--theme-color2);
}

.choose-layout2 .choose-item {
    align-items: center;
}

.choose-layout2 .choose-item:not(:last-child) {
    margin-bottom: 30px;
}

.choose-layout2 .choose-item .choose-icon {
    width: 100%;
    max-width: 120px;
    height: 120px;
    background-color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 30px;
}

.choose-layout2 .choose-item .choose-icon img {
    width: 100%;
    max-width: 70px;
}

.choose-layout2 .choose-text {
    max-width: 42ch;
}

.choose-layout2 .choose-notice {
    background-color: var(--secondary-color);
    padding: 20px 40px;
    border-radius: 0 10px 10px 0;
    border-left: 2px solid var(--theme-color2);
    color: var(--white-color);
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    max-width: 82%;
}

.choose-layout2 .choose-notice::after {
    content: "\f0da";
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--icon-font);
    font-weight: 700;
    color: var(--theme-color2);
}

.choose-layout2 .choose-body {
    display: block;
}

/* Medium devices */

@media (max-width: 991px) {
    .choose-body {
        display: block;
        align-items: center;
    }
    .choose-body .choose-video {
        margin-bottom: 30px;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .choose-video .choose-img {
        min-width: 100%;
    }
    .choose-layout1 .title-area {
        width: 100%;
    }
}

/*------------------- 4.28. gallery  -------------------*/

.gal-btn {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    display: block;
    color: var(--theme-color);
    background-color: var(--theme-color2);
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s ease;
}

.gal-btn i {
    color: var(--theme-color);
    font-weight: 600;
    transition: all 0.5s ease;
}

.gal-btn:hover {
    background-color: var(--secondary-color);
}

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

.gallery-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 40px;
    z-index: 1;
    width: 100%;
}

.gallery-title {
    font-size: 24px;
}

.gallery-title a {
    color: var(--body-color);
}

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

.gallery-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 170%;
    color: var(--body-color);
    width: 50ch;
}

.gallery-tag {
    background-color: var(--secondary-color);
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--theme-color2);
    padding: 7px 20px;
    position: absolute;
    top: 30px;
    left: 20px;
    transition: all 0.5s ease;
    z-index: 1;
}

.gallery-tag:hover {
    color: var(--theme-color);
    background-color: var(--theme-color2);
}

.gallery-inner .gallery-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: var(--body-color);
    transition: all 0.5s ease;
}

.gallery-inner .gallery-title:hover {
    color: var(--theme-color2);
}

.gallery-inner .gallery-text {
    width: 100%;
}

.gallery-notice {
    margin-bottom: 0;
    text-align: center;
    color: var(--title-color);
    font-weight: 500;
    line-height: 100%;
}

.gallery-notice .link-btn {
    color: var(--secondary-color);
    text-transform: capitalize;
    font-weight: 700;
}

.gallery-notice .link-btn::before {
    background-color: var(--secondary-color);
}

.gallery-box .gallery-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.gallery-box .gallery-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #000000;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0.23) 0%, rgb(88, 129, 87) 100%);
    transition: all 0.5s ease;
}

.gallery-box .gallery-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}

.gallery-box .gal-btn,
.gallery-box .gallery-tag,
.gallery-box .gallery-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.gallery-box.style2 .gal-btn {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: var(--theme-color2);
    border-radius: 0 30px 30px 0px;
    width: 80px;
}

.gallery-box.style2 .gal-btn:hover {
    background-color: var(--secondary-color);
}

.gallery-box.style2 .gal-btn:hover i {
    color: var(--theme-color2);
}

.gallery-box.style2 .gallery-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--body-color);
}

.gallery-box.style2 .gallery-title a {
    color: var(--body-color);
}

.gallery-box.style2 .gallery-title:hover {
    color: var(--theme-color2);
}

.gallery-box.style2 .gallery-title:hover a {
    color: var(--theme-color2);
}

.gallery-box.style2 .gallery-text {
    width: 100%;
}

.gallery-box.style2 .gallery-tag {
    right: 30px;
    left: initial;
}

.gallery-box:hover img {
    transform: scale(1.1);
}

.gallery-box:hover .gal-btn,
.gallery-box:hover .gallery-tag,
.gallery-box:hover .gallery-content {
    opacity: 1;
    visibility: visible;
}

.gallery-box:hover .gallery-img::after {
    height: 100%;
}

.gallery-layout1 .gallery-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.gallery-layout1 .gal-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.gallery-style2 {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

.gallery-style2 .gallery-img {
    min-height: 520px;
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-style2 .gallery-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #000000;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0.23) 0%, rgb(88, 129, 87) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.gallery-style2 .gal-btn {
    position: absolute;
    top: 50%;
    right: 42%;
    transform: translateY(-50%);
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.gallery-style2 .gal-btn,
.gallery-style2 .gallery-tag {
    opacity: 0;
    visibility: hidden;
}

.gallery-style2 .gallery-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 0 60px 0;
    transition: all ease 0.4s;
    padding: 40px;
    text-align: left;
}

.gallery-style2 .gallery-title {
    color: var(--body-color);
    margin: 0 0 15px 0;
}

.gallery-style2 .gallery-title a {
    color: inherit;
}

.gallery-style2 .gallery-title a:hover {
    color: var(--theme-color2);
}

.gallery-style2 .gallery-text {
    color: #F9F7E6;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    margin: 0;
}

.gallery-style2 .vs-btn i {
    margin-left: 5px;
    font-size: 13px;
}

.gallery-style2 .vs-btn,
.gallery-style2 .gallery-text,
.gallery-style2 .gallery-title {
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
}

.gallery-style2 .gallery-inner {
    flex: 1;
    transition: all ease 0.4s;
    position: relative;
    overflow: hidden;
}

.gallery-style2 .gallery-inner:hover {
    flex: 2.5;
}

.gallery-style2 .gallery-inner:hover .gallery-content {
    opacity: 1;
    visibility: visible;
}

.gallery-style2 .gallery-inner:hover .gallery-img:before {
    opacity: 0.8999999762;
    visibility: visible;
}

.gallery-style2 .gallery-inner:hover .gal-btn,
.gallery-style2 .gallery-inner:hover .gallery-tag {
    opacity: 1;
    visibility: visible;
}

.gallery-style2 .gallery-inner:hover .vs-btn,
.gallery-style2 .gallery-inner:hover .gallery-text,
.gallery-style2 .gallery-inner:hover .gallery-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.gallery-style2 .gallery-inner:hover .gallery-text {
    transition-delay: 0.2s;
}

.gallery-style2 .gallery-inner:hover .vs-btn {
    transition-delay: 0.3s;
}

.portfolio-details .portfolio-img img {
    border-radius: 20px;
}

.portfolio-details .heading-info {
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 60px 40px 30px;
    position: absolute;
    transform: translateY(-110px);
}

.portfolio-details .heading-info .details-title {
    color: var(--white-color);
    margin-bottom: 15px;
}

.portfolio-details .heading-info .details-text {
    color: var(--body-color);
}

.portfolio-details .heading-info .star-rating i {
    font-size: 14px;
    color: var(--theme-color2);
    margin-right: 0;
}

.portfolio-details .portfolio-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-details .portfolio-info:not(:last-child) {
    margin-bottom: 22px;
}

.portfolio-details .portfolio-info .pdetails-title {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 0;
    margin-right: 40px;
}

.portfolio-details .portfolio-info .pdetails-span {
    color: var(--body-color);
    font-size: 14px;
    line-height: 170%;
}

.portfolio-details .heading-space {
    padding-bottom: 240px;
}

.group-imgs img {
    border-radius: 20px;
    width: 100%;
}

.gallery-custom1 {
    position: relative;
    z-index: 1;
    width: 100%;
    transform: translateY(120px);
}

/* Extra large devices */

@media (max-width: 1500px) {
    .portfolio-details .portfolio-info .pdetails-title {
        font-size: 18px;
        margin-right: 6px;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .portfolio-details .heading-space {
        padding-bottom: 0;
    }
    .portfolio-details .heading-info {
        position: relative;
        transform: unset;
        margin: 40px 0;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .gallery-layout1 .gallery-inner {
        grid-template-columns: 1fr;
    }
    .gallery-style2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-custom1 {
        transform: translateY(80px);
    }
}

/* Small devices */

@media (max-width: 767px) {
    .gallery-style2 {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */

@media (max-width: 575px) {
    .portfolio-details .heading-info {
        padding: 60px 15px 30px;
    }
}

@media (max-width: 400px) {
    .brand-style1 .brand-item {
        padding: 20px;
    }
}

/*------------------- 4.30. facts  -------------------*/

.facts-layout1 {
    background-color: var(--secondary-color);
    position: relative;
}

.facts-layout1 .title-area {
    margin-bottom: 22px;
}

.facts-info {
    display: inline-flex;
    align-items: center;
}

.facts-info img {
    margin-right: 20px;
}

.facts-info .info-text {
    font-size: 20px;
    font-family: var(--title-font);
    color: var(--body-color);
    display: block;
    font-weight: 700;
}

/* Extra small devices */

@media (max-width: 575px) {
    .facts-info {
        display: block;
    }
    .facts-info img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/*------------------- 4.31. appointment  -------------------*/

.appointment-layout1 {
    margin-bottom: 118px;
}

.testimonial-layout2 .testi-style1 {
    background-color: var(--white-color);
}

/* Large devices */

@media (max-width: 1199px) {
    .appointment-layout1 {
        padding-bottom: 120px;
        margin-bottom: 0;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .appointment-layout1 {
        padding-bottom: 80px;
        margin-bottom: 0;
    }
}

/*------------------- 4.26. Newsletter  -------------------*/

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 30px;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose i {
    line-height: inherit;
}

.popup-search-box button.searchClose:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
    /* Large devices */
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 14px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--white-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
    color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff;
}

.popup-search-box form input::placeholder {
    color: #fff;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    right: 13px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

/*=================================
    05. Spacing
==================================*/

/*-- Padding Left And Right --*/

.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

/*-- Padding Top And Bottom --*/

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*-- 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;
}

/*-- margin Left And Right --*/

.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}

/*-- margin Top And Bottom --*/

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*-- 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.3125em;
}

.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-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

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

/*=================================
    06. Color Plate
==================================*/

/* Color Plate */

.vs-color-plate {
    position: fixed;
    display: block;
    z-index: 91;
    padding: 20px;
    width: 240px;
    background: #fff;
    left: 0;
    text-align: left;
    top: 30%;
    transition: all 0.4s ease;
    box-shadow: -3px 0px 10px -2px rgba(0, 0, 0, 0.1);
    direction: ltr;
    transform: translateX(-100%);
}

.vs-color-plate.open {
    transform: translateX(0);
}

.vs-color-plate .color-plate-icon {
    position: absolute;
    right: -48px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    color: var(--white-color);
    top: 0;
    cursor: pointer;
    border: none;
    padding: 0;
    box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2117647059);
    background-color: var(--theme-color);
}

.vs-color-plate h4 {
    display: block;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.vs-color-plate p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 20px;
}

.vs-color-plate .reset-btn {
    border: none;
    padding: 0;
    height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--title-color);
    background-color: var(--smoke-color);
    width: 100%;
    height: 40px;
}

.vs-color-plate .reset-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.vs-color-plate input[type=color] {
    border: none;
    padding: 0;
}

.default-color-btn {
    border: none;
    background-color: #000;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--body-font);
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 5px 0;
}

/*# sourceMappingURL=style.css.map */
