/*
Template Name: Consik
Template URL: https://html.vecuro.com/consik
Description: Consik - Construction HTML5 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
    4.23. Event
    4.23. CTA
    4.26. Product
05. Spacing
06. Color Plate

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
    --theme-color: #fc6601;
    --theme-colorRGB: 252, 102, 1;
    --title-color: #000000;
    --body-color: #666666;
    --text-color: #444444;
    --smoke-color: #868a8a;
    --tertiary-color: #141414;
    --black-color: #000000;
    --blackSand-color: #080808;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --rating-color: #ff890a;
    --border-color: #cecece;
    --border-blackColor: #272727;
    --border-blackLightColor: #515151;
    --border-silverSand: #c0c0c0;
    --darkJungleGreen-color: #1d1d1d;
    --silverDeep-color: #a9a9a9;
    --silverDeeper-color: #858585;
    --silver-color: #c8c8c8;
    --silverLight-color: #c1c1c1;
    --silverLighter-color: #a4a4a4;
    --silverLightest-color: #f1f1f1;
    --silverLightLight-color: #fafafa;
    --charcoalGrey-color: #050505;
    --charcoalGreyDeep-color: #555555;
    --grey-color: #f7f7f7;
    --arrow-color: #676767;
    --bg-color: #0d0d0d;
    --bg-color-h2: #dfeaf1;
    --bg-color3: #d8d8d8;
    --bg-color4: #f3f3f3;
    --bg-color4: #ececec;
    --title-font: "Rubik", sans-serif;
    --body-font: "Epilogue", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1170px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s;
    --box-shadow: 11px 18px 10px #0404040d;
}

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

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

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 30px;
    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%;
}

.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: #FF5C00;
    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(--text-color);
    line-height: 1.8;
    /* 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.2;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

    .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;
    align-items: normal;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}

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: #FF5C00;
}

.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: #FF5C00;
    border-color: #FF5C00;
}

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

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: #FF5C00;
}

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

.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: #FF5C00;
    border-color: transparent;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: #FF5C00;
    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: #FF5C00;
    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: #FF5C00;
    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: #FF5C00;
}

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

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

@media (min-width: 1399px) {
    .container-style2 {
        max-width: 1920px;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
}

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

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

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

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

@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 #e0e0e0;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}

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

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] {
    -webkit-appearance: textfield;
    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: #FF5C00;
    border-color: #FF5C00;
}

input[type=checkbox]~label {
    position: relative;
    padding-left: 26px;
    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: calc((100% - 20px) / 2);
    width: 20px;
    height: 20px;
    padding-left: 0px;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid #FF5C00;
    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: #FF5C00;
    background-color: #FF5C00;
}

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

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

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

.slick-arrow:hover {
    background-color: #FF5C00;
    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: #FF5C00;
}

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

.slick-dots {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #FF5C00;
}

.slick-dots>li {
    height: 14px;
}

.slick-dots>li>button {
    background-color: #FF5C00;
    text-indent: -99999999999px;
    border: none;
    min-width: 56.25px;
    height: 14px;
}

.slick-dots>li.slick-active>button {
    background-color: var(--black-color);
}

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

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

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

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

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 20px;
    z-index: 1;
    border-radius: 50%;
}

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

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid #FF5C00;
    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 12px 17px;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
}

.vs-mobile-menu ul li.menu-item-has-children>a {
    padding: 12px 0 12px 0px;
}

.vs-mobile-menu ul li.menu-item-has-children>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: #FF5C00;
}

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

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

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

.vs-mobile-menu ul li ul li>a::before {
    display: 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: #FF5C00;
    color: var(--white-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: 56px;
    height: 56px;
    padding: 0;
    font-size: 24px;
    border: none;
    display: inline-block;
    background-color: #FF5C00;
    color: var(--white-color);
    border-radius: 0;
}

.vs-menu-toggle:hover {
    background-color: var(--black-color);
}

.vs-menu-toggle.style2 {
    background-color: #FF5C00;
    border-radius: 0;
    color: var(--white-color);
    width: 56px;
    height: 56px;
}

@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(--title-color);
    box-shadow: 30px 0 0 #FF5C00;
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1.5s infinite;
    background-color: #FF5C00;
    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 #FF5C00;
    }

    50% {
        box-shadow: 0 0 0 #FF5C00;
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #FF5C00;
        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;
    }
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #FF5C00;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 42px;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 319px) {
    .vs-btn {
        padding: 18px 30px;
    }
}

.vs-btn__bar::before,
.vs-btn__bar::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 42.07px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
    transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out;
    z-index: -1;
}

.vs-btn__bar::before {
    left: auto;
    right: 0;
    width: 0px;
}

.vs-btn__bar::after {
    left: 0;
    right: auto;
}

.vs-btn__bar.black::before,
.vs-btn__bar.black::after {
    background-color: var(--black-color);
}

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

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

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

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

.vs-btn.style2,
.vs-btn.style16 {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid #FF5C00;
    transition: color ease 2s;
}

.vs-btn.style2:hover,
.vs-btn.style16:hover {
    transition: all ease 0.4s;
    border: 1px solid var(--black-color);
}

.vs-btn.style2::before,
.vs-btn.style2::after,
.vs-btn.style16::before,
.vs-btn.style16::after {
    background-color: var(--black-color);
}

.vs-btn.style2 .vs-btn__bar::before,
.vs-btn.style2 .vs-btn__bar::after,
.vs-btn.style16 .vs-btn__bar::before,
.vs-btn.style16 .vs-btn__bar::after {
    background-color: #FF5C00;
}

.vs-btn.style3 {
    background-color: var(--white-color);
    padding: 23px 61px;
    color: var(--black-color);
}

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

.vs-btn.style3::before,
.vs-btn.style3::after {
    background-color: var(--black-color);
}

.vs-btn.style3 .vs-btn__bar::before,
.vs-btn.style3 .vs-btn__bar::after {
    background-color: var(--black-color);
}

.vs-btn.style5 {
    background-color: var(--tertiary-color);
    color: var(--white-color);
}

.vs-btn.style6 {
    background-color: var(--title-color);
    color: var(--white-color);
}

.vs-btn.style6:after,
.vs-btn.style6::before {
    background-color: #FF5C00;
}

.vs-btn.style7 {
    border-radius: 9999px;
    text-transform: capitalize;
}

.vs-btn.style8 {
    border: 2px solid #FF5C00;
    color: #FF5C00;
    background-color: transparent;
    border-radius: 9999px;
    padding: 17px 28px;
    text-transform: capitalize;
}

.vs-btn.style8:after,
.vs-btn.style8:before {
    display: none;
}

.vs-btn.style8:hover {
    background-color: #FF5C00;
    color: var(--white-color);
}

.vs-btn.style9 {
    background-color: var(--white-color);
    color: #FF5C00;
    border-radius: 9999px;
    text-transform: capitalize;
}

.vs-btn.style10 {
    border: 2px solid var(--white-color);
    color: var(--white-color);
    background-color: transparent;
    border-radius: 9999px;
    padding: 17px 28px;
    text-transform: capitalize;
}

.vs-btn.style10:hover {
    border-color: transparent;
}

.vs-btn.style11 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    padding: 22px 40px 22px 40px;
    background-color: #FF5C00;
    color: var(--white-color);
    text-transform: capitalize;
    border-radius: 9999px;
    line-height: 1;
    transition: all ease 0.4s;
    z-index: 2;
    border-radius: 0;
}

.vs-btn.style11:before,
.vs-btn.style11:after {
    content: "";
    position: absolute;
    top: var(--border-size, 3px);
    bottom: var(--border-size, 3px);
    left: var(--border-size, 3px);
    width: calc(50% - var(--border-size, 3px));
    background-color: var(--white-color);
    z-index: -1;
    transform: scaleY(0.4);
    transform-origin: 100% 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    border-radius: 9999px 0 0 9999px;
    border-radius: 0;
}

.vs-btn.style11::after {
    left: auto;
    right: var(--border-size, 3px);
    transform-origin: 100% 100%;
    border-radius: 0;
}

.vs-btn.style11:hover {
    color: #FF5C00;
    background-color: var(--white-color);
}

.vs-btn.style11:hover:before,
.vs-btn.style11:hover:after {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.vs-btn.style12::before,
.vs-btn.style12::after {
    background-color: var(--white-color);
}

.vs-btn.style13 {
    padding: 22px 42px;
}

.vs-btn.style13::before,
.vs-btn.style13::after {
    background-color: var(--white-color);
}

.vs-btn.style14,
.vs-btn.style15 {
    padding: 20px 29px;
}

.vs-btn.style14::before,
.vs-btn.style14::after {
    background-color: #FF5C00;
}

.vs-btn.style15 {
    background-color: var(--black-color);
}

.vs-btn.style15::before,
.vs-btn.style15::after {
    background-color: var(--white-color);
}

.vs-btn.style16::before,
.vs-btn.style16::after {
    background-color: var(--white-color);
}

.vs-btn.style16 .vs-btn__bar::before,
.vs-btn.style16 .vs-btn__bar::after {
    width: 3px;
    height: 29px;
}

.vs-btn.style16 .vs-btn__bar::before {
    width: 0;
}

.vs-btn.style17 {
    background-color: var(--white-color);
    color: #FF5C00;
}

.vs-btn.style17::before,
.vs-btn.style17::after {
    background-color: #FF5C00;
}

.vs-btn.style17 .vs-btn__bar::before,
.vs-btn.style17 .vs-btn__bar::after {
    background-color: #FF5C00;
}

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

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

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

.vs-btn:hover .vs-btn__bar::before,
.vs-btn:hover .vs-btn__bar::after {
    background-color: #FF5C00;
    width: 120%;
    transition: width 0.6s ease-in-out, background-color 0.6s ease-in-out;
}

.vs-btn:hover .vs-btn__bar::before {
    transition: width 0.6s ease-in-out, background-color 0.6s ease-in-out;
}

.icon-btn {
    display: inline-flex;
    width: var(--btn-size, 67px);
    height: var(--btn-size, 67px);
    line-height: var(--btn-size, 67px);
    font-size: var(--btn-font-size, 20px);
    background-color: #FF5C00;
    color: var(--white-color);
    border: none;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    align-items: center;
    justify-content: center;
}

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

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

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

.icon-btn.style4 {
    background-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: #FF5C00;
    color: var(--white-color);
    box-shadow: none;
}

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

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

.icon-btn.style7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--btn-size, 98px);
    height: var(--btn-size, 43px);
    line-height: var(--btn-size, 43px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--black-color);
    color: var(--white-color);
    border: none;
    text-align: center;
    border-radius: 0;
    padding: 0;
    border: 1px solid var(--silver-color);
}

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

.icon-btn.style8,
.icon-btn.style9 {
    width: var(--btn-size, 98px);
    height: var(--btn-size, 43px);
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--silverLight-color);
    background: var(--white-color);
}

@media (max-width: 767px) {

    .icon-btn.style8,
    .icon-btn.style9 {
        width: var(--btn-size, 65px);
    }
}

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

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

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

.play-btn,
.play-btn2 {
    --icon-size: 167px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: transparent;
    padding: 0;
}

.play-btn>i,
.play-btn2>i {
    display: inline-block;
    width: var(--icon-size, 124px);
    height: var(--icon-size, 124px);
    line-height: var(--icon-size, 124px);
    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;
    position: relative;
}

@media (max-width: 991px) {

    .play-btn>i>svg,
    .play-btn2>i>svg {
        height: auto;
    }
}

@media (max-width: 767px) {

    .play-btn>i>svg,
    .play-btn2>i>svg {
        height: 18px;
    }
}

.play-btn>i::before,
.play-btn2>i::before {
    position: absolute;
    content: "";
    min-width: 111px;
    min-height: 111px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid var(--white-color);
    border-radius: 50%;
    transition: all ease 0.4s;
}

@media (max-width: 767px) {

    .play-btn>i::before,
    .play-btn2>i::before {
        min-width: 45px;
        min-height: 45px;
        border: 1px solid var(--black-color);
    }
}

.play-btn:after,
.play-btn:before,
.play-btn2:after,
.play-btn2: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,
.play-btn2:after {
    animation-delay: 2s;
}

.play-btn.style3 i,
.play-btn.style2 i,
.play-btn2.style3 i,
.play-btn2.style2 i {
    --icon-size: 60px;
    border-radius: 5px;
    --icon-font-size: 18px;
}

.play-btn.style2:after,
.play-btn.style2:before,
.play-btn2.style2:after,
.play-btn2.style2:before {
    border-radius: 5px;
}

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

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

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

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

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

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

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

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

.play-btn:hover>i::before,
.play-btn2:hover>i::before {
    border-color: var(--white-color);
    transition: all ease 0.4s;
}

.play-btn2>i {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.play-btn2>i::before {
    border-color: var(--white-color);
}

@media (max-width: 767px) {
    .play-btn2>i::before {
        min-width: 60px;
        min-height: 60px;
    }
}

@media (max-width: 767px) {
    .play-btn2>i>svg {
        height: 30px;
    }
}

.play-btn2::before,
.play-btn2::after {
    background-color: var(--theme-color);
}

.play-btn2:hover::before,
.play-btn2:hover::after {
    background-color: var(--black-color);
}

.play-btn2:hover>i {
    background-color: var(--black-color);
    color: var(--white-color);
}

.play-btn2:hover>i::before {
    border-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: auto;
    right: 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%;
    left: 0;
}

.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: #FF5C00;
    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 #f21920;
    animation: spin 13s infinite linear;
}

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

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

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

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

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

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

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

.sideMenuToggler {
    min-width: 56px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
}

.sideMenuToggler:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

/*------------------- 3.3. Titles -------------------*/
.sec-titlexh1 {
    font-size: 70px;
}

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

.sec-title3,
.sec-title {
    text-transform: uppercase;
    line-height: 1.2;
    margin: -0.25em 0 18px 0;
    font-weight: 700;
    font-size: 23px;
}

@media (max-width: 991px) {

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

@media (max-width: 767px) {

    .sec-title3,
    .sec-title {
        font-size: 24px;
    }
}

.sec-title2 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 22px 0;
    color: var(--white-color);
}

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

.sec-title3 {
    text-transform: capitalize;
    color: var(--white-color);
}

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

.sec-title4 {
    font-size: 60px;
    line-height: 1.2;
}

.sec-subtitle5,
.sec-subtitle4,
.sec-subtitle3,
.sec-subtitle2,
.sec-subtitle {
    text-transform: uppercase;
    display: block;
    color: #FF5C00;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    margin: -0.25em 0 15px 0;
    letter-spacing: 0.11em;
}

.sec-subtitle5>i,
.sec-subtitle4>i,
.sec-subtitle3>i,
.sec-subtitle2>i,
.sec-subtitle>i {
    margin-right: 15px;
}

.sec-subtitle2 {
    color: var(--text-color);
}

.sec-subtitle3,
.sec-subtitle4 {
    color: var(--white-color);
    letter-spacing: 0.18em;
    font-size: 24px;
    margin: 0 0 5px 0;
}

@media (max-width: 767px) {
    .sec-subtitle3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.sec-subtitle4 {
    font-size: 16px;
    letter-spacing: 0.11em;
}

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

.sec-subtitle5 {
    color: var(--black-color);
}

.sec-subtitle6 {
    text-transform: capitalize;
    color: var(--text-color);
    font-weight: 800;
    font-family: var(--title-font);
    font-size: 17px;
    display: block;
    margin-bottom: 9px;
}

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

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

.sec-text {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}

.sec-text2 {
    max-width: 72%;
    color: var(--white-color);
}

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

.sec-icon {
    margin-bottom: 23px;
    display: inline-block;
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
    overflow: hidden;
}

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

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

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

.media-body {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

/* 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 {
        bottom: 50px;
        max-width: 200px;
        right: 30px;
    }

    .home-five-shape2 {
        bottom: 34%;
        height: 500px;
        left: -18%;
        width: 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;
        letter-spacing: 0;
        margin: -20px 0 -12px 0;
        text-align: center;
    }
}

.vs-infobox--style,
.vs-infobox--style2,
.vs-infobox--style3 {
    align-items: center;
    background-color: var(--white-color);
    border: 1px solid var(--silverLight-color);
    display: flex;
    padding: 23px 34px;
}

@media (max-width: 767px) {

    .vs-infobox--style,
    .vs-infobox--style2,
    .vs-infobox--style3 {
        padding: 23px 20px;
    }
}

.vs-infobox--style .vs-infobox__title,
.vs-infobox--style .vs-infobox__number,
.vs-infobox--style2 .vs-infobox__title,
.vs-infobox--style2 .vs-infobox__number,
.vs-infobox--style3 .vs-infobox__title,
.vs-infobox--style3 .vs-infobox__number {
    color: var(--black-color);
    display: block;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 319px) {

    .vs-infobox--style .vs-infobox__title,
    .vs-infobox--style .vs-infobox__number,
    .vs-infobox--style2 .vs-infobox__title,
    .vs-infobox--style2 .vs-infobox__number,
    .vs-infobox--style3 .vs-infobox__title,
    .vs-infobox--style3 .vs-infobox__number {
        font-size: 15px;
    }
}

.vs-infobox--style .vs-infobox__number,
.vs-infobox--style2 .vs-infobox__number,
.vs-infobox--style3 .vs-infobox__number {
    font-size: 18px;
    font-weight: 800;
}

@media (max-width: 319px) {

    .vs-infobox--style .vs-infobox__number,
    .vs-infobox--style2 .vs-infobox__number,
    .vs-infobox--style3 .vs-infobox__number {
        font-size: 14px;
    }
}

.vs-infobox--style .vs-infobox__number:hover,
.vs-infobox--style2 .vs-infobox__number:hover,
.vs-infobox--style3 .vs-infobox__number:hover {
    color: var(--theme-color);
}

.vs-infobox--style .vs-infobox__content,
.vs-infobox--style2 .vs-infobox__content,
.vs-infobox--style3 .vs-infobox__content {
    margin-left: 26px;
    padding-left: 26px;
    position: relative;
}

@media (max-width: 767px) {

    .vs-infobox--style .vs-infobox__content,
    .vs-infobox--style2 .vs-infobox__content,
    .vs-infobox--style3 .vs-infobox__content {
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 319px) {

    .vs-infobox--style .vs-infobox__content,
    .vs-infobox--style2 .vs-infobox__content,
    .vs-infobox--style3 .vs-infobox__content {
        margin-left: 15px;
        padding-left: 15px;
    }
}

.vs-infobox--style .vs-infobox__content::before,
.vs-infobox--style2 .vs-infobox__content::before,
.vs-infobox--style3 .vs-infobox__content::before {
    background-color: var(--grey-color);
    content: "";
    left: 0;
    min-height: 62px;
    min-width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 319px) {

    .vs-infobox--style .vs-infobox__content::before,
    .vs-infobox--style2 .vs-infobox__content::before,
    .vs-infobox--style3 .vs-infobox__content::before {
        min-height: 40px;
    }
}

.vs-infobox--style2 {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    display: flex;
    padding: 9px 32px;
}

@media (max-width: 767px) {
    .vs-infobox--style2 {
        padding: 15px 10px;
    }
}

@media (max-width: 319px) {
    .vs-infobox--style2 {
        padding: 10px;
    }
}

.vs-infobox--style2 .vs-infobox__title,
.vs-infobox--style2 .vs-infobox__number {
    color: var(--white-color);
}

.vs-infobox--style2 .vs-infobox__number:hover {
    color: var(--black-color);
}

.vs-infobox--style3 {
    padding: 0;
    border: 1px solid transparent;
    text-align: left;
}

.vs-infobox--style3 .vs-infobox__icon {
    min-width: 85px;
    min-height: 85px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
}

.vs-infobox--style3 .vs-infobox__content {
    margin-left: 0;
}

.vs-infobox--style3 .vs-infobox__content::before {
    display: none;
}

.vs-infobox2 {
    align-items: center;
    display: flex;
    gap: 9px;
}

.vs-infobox2__icon {
    align-items: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    display: inline-flex;
    min-height: 42px;
    min-width: 42px;
    justify-content: center;
    align-items: center;
}

.vs-infobox2__number {
    font-size: 16px;
    font-weight: 800;
    font-family: var(--title-font);
    color: var(--black-color);
}

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

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

.vs-counter__number {
    color: var(--black-color);
    display: block;
    font-family: var(--title-font);
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
}

.vs-counter__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.vs-divider {
    background-color: var(--border-color);
    height: 75px;
    margin-bottom: 30px;
    width: 1px;
}

@media (max-width: 767px) {
    .vs-divider {
        margin-left: 0;
        margin-right: auto;
        height: 1px;
        width: 75px;
    }
}

.social-style>ul,
.social-style2>ul,
.social-style3>ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {

    .social-style>ul,
    .social-style2>ul,
    .social-style3>ul {
        gap: 15px;
        justify-content: center;
    }
}

@media (max-width: 319px) {

    .social-style>ul,
    .social-style2>ul,
    .social-style3>ul {
        justify-content: space-between;
    }
}

.social-style>ul>li,
.social-style2>ul>li,
.social-style3>ul>li {
    display: inline-flex;
}

.social-style>ul>li>a,
.social-style2>ul>li>a,
.social-style3>ul>li>a {
    background-color: var(--theme-color);
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: var(--white-color);
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {

    .social-style>ul>li>a,
    .social-style2>ul>li>a,
    .social-style3>ul>li>a {
        min-width: 50px;
        min-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .social-style>ul>li>a,
    .social-style2>ul>li>a,
    .social-style3>ul>li>a {
        min-width: 53px;
        min-height: 53px;
    }
}

.social-style>ul>li>a::before,
.social-style>ul>li>a::after,
.social-style2>ul>li>a::before,
.social-style2>ul>li>a::after,
.social-style3>ul>li>a::before,
.social-style3>ul>li>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    right: 0;
    background-color: var(--black-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.social-style>ul>li>a::before:nth-of-type(1),
.social-style>ul>li>a::after:nth-of-type(1),
.social-style2>ul>li>a::before:nth-of-type(1),
.social-style2>ul>li>a::after:nth-of-type(1),
.social-style3>ul>li>a::before:nth-of-type(1),
.social-style3>ul>li>a::after:nth-of-type(1) {
    transition-delay: 0.2s;
}

.social-style>ul>li>a::before:nth-of-type(2),
.social-style>ul>li>a::after:nth-of-type(2),
.social-style2>ul>li>a::before:nth-of-type(2),
.social-style2>ul>li>a::after:nth-of-type(2),
.social-style3>ul>li>a::before:nth-of-type(2),
.social-style3>ul>li>a::after:nth-of-type(2) {
    transition-delay: 0.3s;
}

.social-style>ul>li>a::before:nth-of-type(3),
.social-style>ul>li>a::after:nth-of-type(3),
.social-style2>ul>li>a::before:nth-of-type(3),
.social-style2>ul>li>a::after:nth-of-type(3),
.social-style3>ul>li>a::before:nth-of-type(3),
.social-style3>ul>li>a::after:nth-of-type(3) {
    transition-delay: 0.4s;
}

.social-style>ul>li>a::before,
.social-style2>ul>li>a::before,
.social-style3>ul>li>a::before {
    top: 0;
}

.social-style>ul>li>a::after,
.social-style2>ul>li>a::after,
.social-style3>ul>li>a::after {
    bottom: 0;
}

.social-style>ul>li>a:hover::before,
.social-style>ul>li>a:hover::after,
.social-style2>ul>li>a:hover::before,
.social-style2>ul>li>a:hover::after,
.social-style3>ul>li>a:hover::before,
.social-style3>ul>li>a:hover::after {
    height: 51%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.social-style>ul>li>a:hover::before:nth-of-type(1),
.social-style>ul>li>a:hover::after:nth-of-type(1),
.social-style2>ul>li>a:hover::before:nth-of-type(1),
.social-style2>ul>li>a:hover::after:nth-of-type(1),
.social-style3>ul>li>a:hover::before:nth-of-type(1),
.social-style3>ul>li>a:hover::after:nth-of-type(1) {
    transition-delay: 0.2s;
}

.social-style>ul>li>a:hover::before:nth-of-type(2),
.social-style>ul>li>a:hover::after:nth-of-type(2),
.social-style2>ul>li>a:hover::before:nth-of-type(2),
.social-style2>ul>li>a:hover::after:nth-of-type(2),
.social-style3>ul>li>a:hover::before:nth-of-type(2),
.social-style3>ul>li>a:hover::after:nth-of-type(2) {
    transition-delay: 0.3s;
}

.social-style>ul>li>a:hover::before:nth-of-type(3),
.social-style>ul>li>a:hover::after:nth-of-type(3),
.social-style2>ul>li>a:hover::before:nth-of-type(3),
.social-style2>ul>li>a:hover::after:nth-of-type(3),
.social-style3>ul>li>a:hover::before:nth-of-type(3),
.social-style3>ul>li>a:hover::after:nth-of-type(3) {
    transition-delay: 0.4s;
}

.social-style>ul>li>a {
    background-color: var(--theme-color);
}

.social-style>ul>li>a::before,
.social-style>ul>li>a::after {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.social-style>ul>li>a:hover {
    color: var(--theme-color);
}

.social-style2>ul>li>a {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
    box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
}

.social-style2>ul>li>a::before,
.social-style2>ul>li>a::after {
    background-color: var(--black-color);
}

.social-style2>ul>li>a:hover {
    color: var(--white-color);
    border-color: var(--black-color);
}

.social-style3>ul {
    justify-content: center;
}

.social-style3>ul>li>a {
    background-color: var(--black-color);
    color: var(--white-color);
    border: 1px solid rgba(193, 193, 193, 0.37);
    box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
}

.social-style3>ul>li>a::before,
.social-style3>ul>li>a::after {
    background-color: var(--theme-color);
}

.social-style3>ul>li>a:hover {
    color: var(--white-color);
    border-color: var(--black-color);
    border: 1px solid var(--theme-color);
}

.vs-tab {
    display: flex;
    align-items: center;
    background-color: var(--black-color);
    position: relative;
    z-index: 1;
}

.vs-tab__button {
    flex: auto;
    font-size: 16px;
    background: transparent;
    color: var(--white-color);
    border: 1px solid var(--theme-color);
    font-family: var(--title-color);
    font-weight: 700;
    padding: 18px 15px;
}

.vs-tab__button.active {
    background-color: var(--theme-color);
    transition: background-color 1.5s ease 0s;
}

.vs-tab__button--bg {
    position: absolute;
    height: 100%;
    background-color: var(--theme-color);
    color: var(--colorWhite);
    z-index: -1;
    left: 0;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.68, 0, 0.27, 1) 0s, background-color 0.4s ease 0s;
    transform-origin: 0 50%;
}

.vs-tab.style2 .nav {
    width: 100%;
}

.vs-tab.style2 .nav li.nav-item {
    width: 50%;
}

.vs-tab.style2 .nav li.nav-item .vs-tab__button {
    width: 100%;
}

.vs-tab.style2 .nav li.nav-item .vs-tab__button.active {
    background-color: var(--theme-color);
}

.section-button {
    margin-bottom: 30px;
}

.signature-box--style1 {
    display: flex;
    gap: 20px;
    padding-top: 30px;
}

.signature-box--style1 .signature-box__img {
    display: inline-flex;
    align-items: self-start;
    height: 100%;
    border-radius: 50%;
    background: var(--white-color);
    overflow: hidden;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3490196078);
}

.signature-box--style1 .signature-box__content {
    padding-top: 12px;
}

.signature-box--style1 .signature-box__title {
    font-size: 16px;
    margin-bottom: 0;
    font-family: var(--body-font);
}

.signature-box--style1 .signature-box__desig {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .element>svg {
        width: 100%;
        height: 100%;
    }
}

.list-style1,
.list-style2,
.list-style4,
.list-style3,
.list-style5 {
    padding-top: 0px;
    margin-bottom: 20px;
}

.list-style1 li,
.list-style2 li,
.list-style4 li,
.list-style3 li,
.list-style5 li {
    position: relative;
    display: flex;
    margin-bottom: 5px;
    color: var(--text-color);
}

.list-style1 li::before,
.list-style2 li::before,
.list-style4 li::before,
.list-style3 li::before,
.list-style5 li::before {
    content: "";
    min-width: 10px;
    min-height: 10px;
    background-color: #FF5C00;
    border-radius: 0;
    align-self: self-start;
    margin-top: 5px;
    display: inline-block;
    margin-right: 50px;
}

@media (max-width: 767px) {

    .list-style1 li::before,
    .list-style2 li::before,
    .list-style4 li::before,
    .list-style3 li::before,
    .list-style5 li::before {
        margin-right: 10px;
    }
}

.list-style3 {
    padding-top: 0px;
    margin-bottom: 60px;
}

.list-style3>ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.list-style3>ul>li {
    flex: 0 0 47%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .list-style3>ul>li {
        flex: 0 0 100%;
    }
}

.list-style3>ul>li::before {
    margin-right: 10px;
}

.list-style5 {
    margin-bottom: 30px;
}

.list-style5>ul {
    margin-bottom: 0;
}

.list-style5>ul>li::before {
    content: "\f058";
    background-color: transparent;
    font-family: var(--icon-font);
    color: var(--theme-color);
    margin: 4px 10px 0 0;
    line-height: 1;
}

.highlight {
    color: var(--theme-color);
}

.highlight--black {
    color: var(--black-color);
    font-weight: 500;
}

.text-18 {
    font-size: 18px;
}

@media (max-width: 767px) {
    .text-18 {
        font-size: 16px;
    }
}

.opacity-10 {
    opacity: 0.1;
}

.inner-layout {
    padding: 145px 0 0;
}

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

.element1 {
    bottom: -1px;
}

/*------------------- 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-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-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,
.footer-layout5 .copyright-text a,
.footer-info-list .info a {
    color: inherit;
}

.text-inherit:hover,
.footer-layout5 .copyright-text a:hover,
.footer-info-list .info a:hover {
    color: var(--theme-color);
}

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

.text-light2 {
    color: #919398;
}

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

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

[data-overlay] {
    position: relative;
}

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

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

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

[data-overlay=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 -------------------*/
.fadeInUp {
    animation-name: fadeInUp;
}

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

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

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

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

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

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

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

.ripple-animation,
.play-btn:after,
.play-btn:before,
.play-btn2:after,
.play-btn2: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;
    }

    30% {
        opacity: 0.4;
    }

    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;
        transform: translateY(20px);
    }

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

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

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

    30% {
        opacity: 0.2;
    }

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

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0;
    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: 0 0 10px 0;
    padding: 5px 5px 5px 27px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    border: 1px solid var(--silverLightest-color);
    align-items: center;
    justify-content: space-between;
    background: var(--silverLightest-color);
    color: var(--tertiary-color);
    text-transform: capitalize;
    font-family: var(--title-font);
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
    content: "\f178";
    position: absolute;
    right: 0;
    top: 0;
    font-family: var(--icon-font);
    font-weight: 400;
    color: var(--theme-color);
    display: none;
}

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

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

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

.widget_nav_menu li: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_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;
}

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

.cat-item__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    transition: all 0.4s ease;
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: transparent;
    position: relative;
    border: 1px solid #cecece;
    margin-bottom: 30px;
}

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

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
    color: var(--white-color);
    font-size: 16px;
}

.widget select::placeholder,
.widget input::placeholder {
    color: var(--white-color);
    font-size: 16px;
}

.widget .wp-block--submit__input {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    font-size: 16px;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
}

.widget .wp-block--submit__input::-moz-placeholder {
    color: var(--white-color);
    font-size: 14px;
}

.widget .wp-block--submit__input::placeholder {
    color: var(--white-color);
    font-size: 14px;
}

.widget .wp-block--submit__input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget .wp-block--submit__input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.widget_title,
.widget_title2 {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    line-height: 1em;
    margin: -0.07em 0 32px 0;
    font-family: var(--title-font);
    text-transform: uppercase;
    padding: 0 0px 5px 0;
}

.widget_title::before,
.widget_title2::before {
    position: absolute;
    content: "";
    min-width: 94px;
    min-height: 3px;
    background-color: #FF5C00;
    bottom: 0;
    left: 0;
}

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

.widget .search-form input {
    flex: 1;
}

.widget .search-form button {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 17px;
}

.widget .search-form button:hover {
    background-color: var(--title-color);
    color: var(--white-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: 15px 20px;
    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: 0px;
    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 {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

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

.recent-post .media-img {
    margin-right: 17px;
    width: 70px;
    overflow: hidden;
}

.recent-post .media-img img {
    width: 100%;
    border-radius: 0px;
    transition: all ease 0.4s;
}

.recent-post .post-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 1px 0;
}

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

.recent-post .recent-post-meta a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color);
    font-family: var(--title-font);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_shopping_cart {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_shopping_cart .buttons {
    margin: 0;
}

.sidebar-area {
    margin-bottom: -10px;
    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;
}

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

.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(--white-color);
    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:hover {
    transform: scale(1);
    background-color: var(--white-color);
    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(--white-color);
}

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

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

.footer-widget .widget_title,
.footer-widget .widget_title2 {
    margin: 0 0 43.3px 0;
    padding: 0 0px 6.1px 0;
    text-align: left;
    color: var(--white-color);
}

.footer-widget .widget_title::before,
.footer-widget .widget_title2::before {
    min-height: 1px;
}

.footer-widget .widget_title::after,
.footer-widget .widget_title2::after {
    position: absolute;
    content: "";
    width: 100%;
    min-height: 1px;
    background-color: var(--border-blackColor);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-widget .widget_title2 {
    color: var(--black-color);
    padding: 0 0px 10px 0;
    font-weight: 700;
}

.footer-widget .widget_title2::after {
    background-color: var(--border-color);
}

.footer-widget .widget_title2::before {
    min-width: 50px;
}

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

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

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

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    display: none;
}

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

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}

.footer-widget .footer-links>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer-widget .footer-links a {
    margin-bottom: 21px;
}

.footer-widget .footer-social a {
    min-height: 175.8px;
    min-width: 64.07px;
    padding: 22.4px;
    line-height: 1;
    border-radius: 0;
}

.footer-widget .footer-social a:nth-child(1) {
    background-color: rgba(var(--theme-colorRGB), 1);
}

.footer-widget .footer-social a:nth-child(2) {
    background-color: rgba(var(--theme-colorRGB), 0.6);
}

.footer-widget .footer-social a:nth-child(3) {
    background-color: rgba(var(--theme-colorRGB), 0.4);
}

.footer-widget .footer-social a:nth-child(4) {
    background-color: rgba(var(--theme-colorRGB), 0.2);
}

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

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

.footer-text {
    margin: -0.3em 0 25px 0;
    color: var(--white-color);
    font-size: 15px;
    text-align: justify;
}

.footer-info,
.footer-info--style2,
.footer-info--style3 {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--border-color);
    margin: -1px -1px 0 0;
    background-color: var(--white-color);
    gap: 20px;
    min-height: 120px;
    /*border-radius: 0px 60px 10px 40px;*/
}

.footer-info_group,
.footer-info--style2_group,
.footer-info--style3_group {
    display: flex;
    justify-content: center;
    border-right: 1px solid #152b54;
    padding: 60px 0 60px 0;
}

.footer-info_group:last-child,
.footer-info--style2_group:last-child,
.footer-info--style3_group:last-child {
    border-right: none;
}

.footer-info_group.style2,
.footer-info--style2_group.style2,
.footer-info--style3_group.style2 {
    border: none;
}

.footer-info_group.style2 .footer-info_icon,
.footer-info--style2_group.style2 .footer-info_icon,
.footer-info--style3_group.style2 .footer-info_icon {
    background-color: transparent;
    border: 1px solid #35496f;
}

.footer-info_icon,
.footer-info--style2_icon,
.footer-info--style3_icon {
    width: 55px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #ff5c00;
    color: var(--white-color);
    font-size: 30px;
    display: inline-block;
    border-radius: 0px;
}

@media (max-width: 1199px) {

    .footer-info_icon,
    .footer-info--style2_icon,
    .footer-info--style3_icon {
        margin-bottom: 15px;
    }
}

.footer-info_label,
.footer-info--style2_label,
.footer-info--style3_label {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--body-font);
    text-transform: capitalize;
    display: block;
    line-height: 1.7;
}

.footer-info_link,
.footer-info--style2_link,
.footer-info--style3_link {
    color: #444444;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.footer-info_link a,
.footer-info--style2_link a,
.footer-info--style3_link a {
    color: inherit;
    background-color: transparent;
    display: inline-block;
}

.footer-info_link a:hover,
.footer-info--style2_link a:hover,
.footer-info--style3_link a:hover {
    color: black;
}

.footer-info--style2,
.footer-info--style3,
.footer-info--style5 {
    background-color: transparent;
    padding: 0;
    border: 0;
    min-height: auto;
}

.footer-info--style2 .footer-info_icon,
.footer-info--style3 .footer-info_icon,
.footer-info--style5 .footer-info_icon {
    position: relative;
    z-index: 1;
    border-radius: 0;
    margin-bottom: 0;
}

.footer-info--style2 .footer-info_icon::before,
.footer-info--style3 .footer-info_icon::before,
.footer-info--style5 .footer-info_icon::before {
    position: absolute;
    content: "";
    min-width: 4px;
    min-height: 46px;
    background-color: var(--white-color);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-info--style2 .footer-info_link,
.footer-info--style3 .footer-info_link,
.footer-info--style5 .footer-info_link {
    color: var(--white-color);
}

.footer-info--style2 .footer-info_label {
    color: #e0e0e0;
}

.footer-info--style3 {
    margin-bottom: 19px;
}

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

.footer-info--style3 .footer-info_link {
    color: var(--black-color);
}

.footer-info--style4 {
    display: flex;
    align-items: start;
    gap: 15.3px;
    margin-bottom: 20px;
}

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

.footer-info--style4 .footer-info_icon {
    width: initial;
    height: initial;
    line-height: 1;
    background-color: transparent;
}

.footer-info--style4 .media-body {
    padding-top: 2px;
}

.footer-info--style5 {
    display: flex;
    align-items: center;
    gap: 21px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 31px;
    margin-bottom: 31px;
    flex-wrap: wrap;
}

.footer-info--style5 .footer-info_label {
    color: var(--white-color);
}

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

.footer-number {
    border-top: 1px solid #14284f;
    padding: 43px 0 0 0;
    margin: 34px 0 0 0;
    position: relative;
}

.footer-number:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -60px;
    width: 9999px;
    height: 1px;
    border: inherit;
}

.footer-number .info {
    color: var(--body-color);
    margin: 0;
    line-height: 1;
    display: inline-block;
}

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

.footer-number .title {
    margin: 0 0 7px 0;
}

.footer-map {
    max-width: 400px;
    width: 100%;
}

.footer-map frame {
    max-width: 100%;
}

.footer-social .social-title {
    font-family: var(--title-font);
    color: var(--title-color);
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
}

.footer-social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 5px 0 0;
    color: var(--white-color);
    background-color: var(--black-color);
    text-align: center;
    border-radius: 0;
}

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

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

.footer-social.style2 a {
    background-color: var(--white-color);
    outline: 2px solid #e7e8ec;
    outline-offset: -2px;
    color: var(--body-color);
    box-shadow: 8px 13.856px 30px 0px rgba(132, 137, 154, 0.1);
}

.footer-social.style2 a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    outline-color: transparent;
}

.footer-newsletter {
    display: flex;
}

.footer-newsletter input {
    background-color: transparent;
    border-radius: 5px 0 0 5px;
    border: 1px solid #14284f;
    height: 55px;
    color: var(--white-color);
    flex: 1;
}

.footer-newsletter input::-moz-placeholder {
    color: var(--white-color);
}

.footer-newsletter input::placeholder {
    color: var(--white-color);
}

.footer-newsletter .vs-btn {
    border-radius: 0 5px 5px 0;
}

.footer-newsletter .vs-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.footer-newsletter .vs-btn:after,
.footer-newsletter .vs-btn::before {
    display: none;
}

.footer-schedule table {
    border: none;
    margin: -0.3em 0 0 0;
}

.footer-schedule th,
.footer-schedule td {
    padding: 0 0 10px 0;
    color: var(--body-color);
    border: none;
    font-weight: 400;
}

.footer-number1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--body-color);
    font-family: var(--title-font);
    margin-bottom: 25px;
    display: block;
    width: -moz-max-content;
    width: max-content;
}

.footer-mail1,
.footer-address1 {
    padding-left: 25px;
    position: relative;
}

.footer-mail1>i:first-child,
.footer-address1>i:first-child {
    position: absolute;
    left: 0;
    top: 4px;
}

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

.footer-mail1 {
    color: var(--body-color);
    text-decoration: underline;
}

.footer-mail1 i:first-child {
    top: 2px;
}

.footer-info-list {
    margin: 35px 0 22px 0;
}

.footer-info-list .info {
    position: relative;
    margin-bottom: 21px;
    padding-left: 30px;
    max-width: 250px;
}

.footer-info-list .info i:first-child {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--theme-color);
}

.newsletter-form2 .form_text {
    margin: -0.3em 0 22px 0;
    display: block;
    max-width: 300px;
}

.newsletter-form2 input {
    background-color: #ebecf1;
    margin-bottom: 15px;
    border-radius: 7px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .menu-all-pages-container.footer-links {
        width: 330px;
        max-width: 100%;
    }

    .footer-number:before {
        display: none;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .footer-widget {
        margin-bottom: 40px;
    }

    .footer-widget .widget_title {
        font-size: 26px;
    }

    .footer-number {
        padding: 27px 0 0 0;
        margin: 17px 0 0 0;
    }

    .footer-info {
        display: block;
        text-align: center;
        height: 100%;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .footer-info {
        padding: 15px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .footer-info {
        height: auto;
    }
}

@media (max-width: 1199px) {
    .footer-info_group {
        padding: 0;
        border: none;
    }
}

@media (min-width: 991px) and (max-width: 1399px) {
    .footer-newsletter {
        display: block;
    }

    .footer-newsletter input {
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .footer-newsletter .vs-btn {
        border-radius: 5px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px;
    }

    .footer-layout1 .footer-widget.widget_meta a,
    .footer-layout1 .footer-widget.widget_pages a,
    .footer-layout1 .footer-widget.widget_archive a,
    .footer-layout1 .footer-widget.widget_categories a,
    .footer-layout1 .footer-widget.widget_nav_menu a {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Small devices */
@media (max-width: 767px) {

    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        font-size: 14px;
    }

    .footer-newsletter {
        display: block;
    }

    .footer-newsletter input {
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .footer-newsletter .vs-btn {
        border-radius: 5px;
    }
}

.widget__logo {
    margin-bottom: 25px;
}

.widget__submit,
.widget__submit2 {
    margin-bottom: 20px;
}

.widget__submit .vs-btn,
.widget__submit2 .vs-btn {
    padding: 0;
    min-width: 42px;
    min-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.widget__submit .vs-btn>i,
.widget__submit2 .vs-btn>i {
    margin-left: 0;
}

.widget__submit .wp-block--submit__input,
.widget__submit2 .wp-block--submit__input {
    padding: 0 60px 0 28px;
    margin-bottom: 0;
}

.widget__submit .wp-block--submit__input::-moz-placeholder,
.widget__submit2 .wp-block--submit__input::-moz-placeholder {
    color: var(--white-color);
}

.widget__submit .wp-block--submit__input::placeholder,
.widget__submit2 .wp-block--submit__input::placeholder {
    color: var(--white-color);
}

@media (max-width: 767px) {

    .widget__submit .wp-block--submit__input,
    .widget__submit2 .wp-block--submit__input {
        padding-left: 15px;
    }
}

.widget__submit .wp-block--submit__input::-moz-placeholder,
.widget__submit2 .wp-block--submit__input::-moz-placeholder {
    color: var(--silverDeep-color);
}

.widget__submit .wp-block--submit__input::placeholder,
.widget__submit2 .wp-block--submit__input::placeholder {
    color: var(--silverDeep-color);
}

input[type=checkbox]~.widget__submit--label,
input[type=checkbox]~.widget__submit2--label {
    color: var(--white-color);
    font-size: 14px;
    padding-right: 15px;
    text-align: left;
}

input[type=checkbox]~.widget__submit--label::before,
input[type=checkbox]~.widget__submit2--label::before {
    top: 7px;
    background-color: transparent;
    border: 1px solid var(--white-color);
    height: 14px;
    width: 14px;
    line-height: 14px;
    font-size: 8px;
}

.widget__submit2 {
    margin-bottom: 26px;
}

.widget__submit2 .wp-block--submit__input {
    height: 60px;
    border: 1px solid var(--silverDeeper-color);
    background-color: transparent;
    color: var(--white-color);
}

.widget__submit2 .wp-block--submit__input::-moz-placeholder {
    color: var(--white-color);
}

.widget__submit2 .wp-block--submit__input::placeholder {
    color: var(--white-color);
}

.widget__submit2 .vs-btn {
    min-width: 50px;
    min-height: 50px;
}

.widget.footer-widget.widget_nav_menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 15px;
}

@media (max-width: 767px) {
    .widget.footer-widget.widget_nav_menu .menu {
        flex-direction: column;
        text-align: center;
    }
}

.widget.footer-widget.widget_nav_menu .menu>li>a {
    margin-bottom: 0;
    background-color: transparent;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid var(--border-blackLightColor);
}

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

@media (max-width: 767px) {
    .widget.footer-widget.widget_nav_menu .menu>li>a {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        display: block;
        width: 100%;
    }
}

.widget.footer-widget.widget_nav_menu .menu>li:first-child>a {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.widget__submit .wp-block--submit__input::-moz-placeholder {
    color: var(--white-color);
}

.widget__submit .wp-block--submit__input::placeholder {
    color: var(--white-color);
}

.footer-layout--style,
.footer-layout--style2 {
    background-color: var(--black-color);
}

.footer-layout--style .footer-layout__bg,
.footer-layout--style2 .footer-layout__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
}

.footer-layout--style .footer-layout__top,
.footer-layout--style2 .footer-layout__top {
    padding-top: 100px;
    padding-bottom: 40px;
}

.footer-layout--style .widget__logo2,
.footer-layout--style .social-style,
.footer-layout--style .vs-infobox--style2,
.footer-layout--style2 .widget__logo2,
.footer-layout--style2 .social-style,
.footer-layout--style2 .vs-infobox--style2 {
    margin: 15px 0;
}

.footer-layout--style2 {
    background-color: var(--grey-color);
}

.footer-layout--style2 .footer-layout__top {
    padding-top: 120px;
    padding-bottom: 60px;
}

.footer-layout--style2 .footer-layout__bg {
    opacity: 0.2;
}

.footer-layout--style2 .copyright-text {
    color: var(--black-color);
}

.footer-layout--style2 .copyright-wrap {
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
}

.footer-layout--style2 .widget.footer-widget.widget_nav_menu .menu>li>a {
    color: var(--black-color);
    border-color: var(--border-color);
}

.footer-layout--style2 .widget.footer-widget.widget_nav_menu .menu>li>a:hover {
    color: var(--theme-color);
}

.footer-layout__bottom {
    background-color: var(--bg-color);
    padding: 0 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 53px;
}

.footer-layout__bottom::before {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-color);
    z-index: -1;
}

.footer-menu--style>ul,
.footer-menu--style2>ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu--style>ul>li,
.footer-menu--style2>ul>li {
    float: left;
    width: 40%;
    margin-bottom: 15px;
}

.footer-menu--style>ul>li>a,
.footer-menu--style2>ul>li>a {
    font-size: 15px;
    color: var(--white-color);
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.footer-menu--style>ul>li>a::before,
.footer-menu--style2>ul>li>a::before {
    position: absolute;
    content: "\f105";
    font-family: var(--icon-font);
    top: calc((100% - 32px) / 2);
    left: 0;
    line-height: 30px;
    color: var(--theme-color);
    font-size: 17px;
}

.footer-menu--style>ul>li>a:hover,
.footer-menu--style2>ul>li>a:hover {
    color: var(--theme-color);
    transform: translateX(10px);
}

.footer-menu--style>ul>li>a:hover::before,
.footer-menu--style2>ul>li>a:hover::before {
    border-color: transparent transparent transparent var(--theme-color);
}

.footer-menu--style2>ul>li {
    margin-bottom: 12px;
}

.footer-menu--style2>ul>li>a {
    color: var(--black-color);
}

.footer-menu--style2>ul>li>a::before {
    border-color: transparent transparent transparent var(--arrow-color);
}

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

.footer-menu--style2>ul>li>a:hover::before {
    border-color: transparent transparent transparent var(--theme-color);
}

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

.footer-widget2 {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

/*------------------- 4.2. Header  -------------------*/
.vs-header {
    position: relative;
    z-index: 41;
}

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

.header-bottom {
    position: relative;
}

.header-bottom::before {
    position: absolute;
    content: "";
    width: 100%;
    min-height: 38px;
    background-color: var(--tertiary-color);
    top: -1px;
    left: 0;
    z-index: -1;
}

.header-menu {
    background-color: var(--white-color);
    padding: 3px 6px 3px 41px;
    position: relative;
}

@media (max-width: 1199px) {
    .header-menu {
        padding: 4px 6px 4px 6px;
    }
}

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

.header-shape,
.header-shape2 {
    position: absolute;
    min-width: 272px;
    min-height: 172.28px;
    position: absolute;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    /*background: var(--theme-color);*/
    top: 0;
    left: 0;
    z-index: 32;
}

@media (max-width: 1919px) {

    .header-shape,
    .header-shape2 {
        min-width: 100px;
        min-height: 100px;
    }
}

@media (max-width: 767px) {

    .header-shape,
    .header-shape2 {
        min-width: 80px;
        min-height: 80px;
    }
}

.header-shape2 {
    min-width: 100px;
    min-height: 63px;
    top: -1px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .header-shape2 {
        display: none;
    }
}

.header-main {
    background-color: #fff;
}

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

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

.main-menu a:hover {
    color: #FF5C00;
}

.main-menu>ul>li>a {
    display: flex;
    align-items: center;
    padding: 16px 27px 16px 0;
    margin-right: 38px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .main-menu>ul>li>a {
        padding: 18px 15px 18px 0;
        margin-right: 15px;
    }
}

.main-menu>ul>li>a::before {
    content: "";
    position: absolute;
    min-width: 1px;
    min-height: 26.04px;
    background-color: var(--border-silverSand);
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.main-menu>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 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.main-menu>ul>li>a .has-new-lable__icon {
    display: inline-flex;
    align-items: center;
}

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

.main-menu>ul>li:last-child>a::before {
    display: none;
}

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

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

}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    font-size: 0.6rem;
    transition: all 0.3s ease-in-out;

}

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

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

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

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

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

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

@media (max-width: 1199px) {
    .main-menu ul.sub-menu {
        left: -6px;
    }
}

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

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

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

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

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

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

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

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

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 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 {
    position: relative;
}

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

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

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

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

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

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

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

.main-menu 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.menu-style1>ul>li>a,
.main-menu.menu-style2>ul>li>a,
.main-menu.menu-style4>ul>li>a {
    color: var(--black-color);
    padding: 36.5px 43px 36.5px 0;
    margin-right: 0;
}

.main-menu.menu-style1>ul>li>a::before,
.main-menu.menu-style2>ul>li>a::before,
.main-menu.menu-style4>ul>li>a::before {
    display: none;
}

@media (max-width: 1399px) {

    .main-menu.menu-style1>ul>li>a,
    .main-menu.menu-style2>ul>li>a,
    .main-menu.menu-style4>ul>li>a {
        padding: 18px 25px 18px 0;
        font-size: 15px;
    }
}

@media (max-width: 1199px) {

    .main-menu.menu-style1>ul>li>a,
    .main-menu.menu-style2>ul>li>a,
    .main-menu.menu-style4>ul>li>a {
        padding: 18px 13px 18px 0;
        font-size: 15px;
    }
}

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

@media (max-width: 1199px) {
    .main-menu.menu-style1>ul>li>a {
        padding: 14px 7px 14px;
    }
}

.main-menu.menu-style1>ul>li>a:hover {
    color: var(--theme-color);
}

.main-menu.menu-style1>ul>li>a:hover::after {
    transform: rotate(180deg);
}

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

.main-menu.menu-style2>ul>li>a:hover,
.main-menu.menu-style4>ul>li>a:hover {
    color: var(--theme-color);
}

@media (max-width: 1199px) {

    .main-menu.menu-style2>ul>li>a,
    .main-menu.menu-style4>ul>li>a {
        padding: 36.5px 15px 36.5px 0;
        font-size: 14px;
    }
}

.will-sticky .menu-style1>ul>li>a {
    color: var(--black-color);
}

.will-sticky .sideMenuToggler {
    border: 1px solid var(--black-color);
    color: var(--black-color);
}

.will-sticky .sideMenuToggler:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

.header-layout1 .will-sticky .sticky-active {
    padding: 15px 0;
}

@media (max-width: 991px) {
    .header-layout1 .will-sticky .sticky-active {
        padding: 0 0;
    }
}

.header-layout3 .sideMenuToggler {
    border: 1px solid var(--theme-color);
    border-radius: 0;
    background: var(--theme-color);
    color: var(--white-color);
}

.header-layout3 .sideMenuToggler:hover {
    border-color: var(--black-color);
    background-color: var(--black-color);
}

.header-layout3 .will-sticky .sticky-active .sideMenuToggler {
    color: var(--white-color);
    border: 1px solid var(--black-color);
}

.header-layout3 .will-sticky .sticky-active .sideMenuToggler:hover {
    border-color: var(--theme-color);
}

.header-text {
    margin: 0;
    font-size: 16px;
    font-family: var(--title-font);
    display: inline-flex;
    align-items: center;
    gap: 9.7px;
}

.header-text__bullet {
    min-width: 12px;
    min-height: 12px;
    background-color: var(--white-color);
    display: inline-block;
    border-radius: 50%;
}

.header-infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0px;
}

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

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

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

.header-info_icon {
    color: #FF5C00;
    font-size: 24px;
    margin-right: 20px;
}

.header-info_label {
    font-size: 16px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
}

.header-info_link {
    color: var(--title-color);
    ;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    font-family: var(--title-font);
}

.header-info_link a {
    color: var(--title-color);
    ;
    position: relative;
}

.header-info_link a::before {
    position: absolute;
    content: "";
    width: 0%;
    left: auto;
    right: 0;
    height: 1px;
    background-color: var(--theme-color);
    transition: all 0.3s ease-in-out;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

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

.header-info_link a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1;
    visibility: visible;
}

.header-social {
    font-size: 18px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-social {
        justify-content: center;
    }
}

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

.header-social a {
    display: inline-flex;
    color: var(--title-color);
    padding-left: 25px;
    border-left: 1px solid var(--border-color);
    margin-left: 25px;
}

.header-social a:first-child {
    border-left: 0px solid transparent;
    padding-left: 0;
    margin-left: 0;
}

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

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

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

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

@media (max-width: 1199px) {
    .header-btns {
        gap: 5px;
    }
}

.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: -moz-fit-content;
    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: -moz-max-content;
    width: max-content;
    min-width: auto;
    position: relative;
    z-index: 1;
    border: none;
}

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

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

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

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

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

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

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

.header-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-layout3,
.header-layout2 {
    margin-bottom: -37px;
}

.header-layout3 .header-top,
.header-layout2 .header-top {
    background-color: #FF5C00;
    padding: 0px;
    position: relative;
    z-index: 32;
}

.header-layout2 {
    margin-bottom: 0;
}

.header-layout3 .header-text {
    color: var(--white-color);
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
    .logo-style1 {
        margin-bottom: -1px;
    }
}

/* Extra large devices */
@media (max-width: 1500px) {
    .header-layout6 {
        position: relative;
    }

    .header-layout6 .shape3,
    .header-layout6 .shape2,
    .header-layout6 .shape1 {
        display: none;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .header-links li {
        padding-right: 15px;
        margin-right: 10px;
    }

    .header-logo {
        padding: 15px 0;
        position: relative;
        z-index: 31;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .header-info:nth-child(2) {
        padding-left: 10px;
    }

    .header-info_icon {
        font-size: 20px;
        margin-right: 10px;
    }
}

@media (min-width: 320px) {
    .d-vc-sm-block {
        display: block !important;
    }
}

@media (min-width: 576px) {
    .d-vc-ssm-block {
        display: block !important;
    }
}

.header-layout1 {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.header-layout1 .header-info,
.header-layout2 .header-info {
    display: inline-flex;
}

.header-layout1 .header-btns,
.header-layout2 .header-btns {
    gap: 33px;
}

@media (max-width: 1199px) {

    .header-layout1 .header-btns,
    .header-layout2 .header-btns {
        gap: 15px;
    }
}

.header-layout1 .header-text,
.header-layout2 .header-text {
    color: var(--white-color);
}

.header-layout1 .header-text>a,
.header-layout2 .header-text>a {
    color: var(--white-color);
}

.header-layout1 .header-text>a:hover,
.header-layout2 .header-text>a:hover {
    color: #FF5C00;
}

@media (max-width: 1399px) {

    .header-layout1 .header-text,
    .header-layout2 .header-text {
        font-size: 15px;
    }
}

.header-layout1 .header-info,
.header-layout2 .header-info {
    margin-left: 57px;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width: 1399px) {

    .header-layout1 .header-info,
    .header-layout2 .header-info {
        margin-left: 20px;
    }
}

.header-layout1 .icon-btn,
.header-layout2 .icon-btn {
    color: var(--white-color);
    line-height: 1;
    border-radius: 0;
}

.header-layout2 .header-info {
    padding-top: 0;
    padding-bottom: 0;
}

.header-layout2 .header-info:first-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    .header-layout2 .header-info {
        margin-left: 0;
    }
}

.header-layout2 .header-info i::before {
    line-height: initial;
}

.header-layout2 .header-text>a:hover {
    color: var(--black-color);
}

.header-layout2 .sideMenuToggler {
    border-color: var(--black-color);
    color: var(--black-color);
}

.header-layout2 .sideMenuToggler:hover {
    background-color: #FF5C00;
    border-color: #FF5C00;
    color: var(--white-color);
}

.header-layout2 .sticky-wrapper {
    background-color: var(--white-color);
}

@media (max-width: 767px) {
    .header-layout3 .header-logo {
        padding: 10px 0;
    }
}

.header-layout3 .header-info {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width: 767px) {
    .header-layout3 .header-info {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.will-sticky .main-menu--style>ul>li>a,
.will-sticky .main-menu--style2>ul>li>a,
.will-sticky .main-menu--style3>ul>li>a {
    color: var(--black-color);
    padding: 30px 35px 30px 0;
}

@media (max-width: 1199px) {

    .will-sticky .main-menu--style>ul>li>a,
    .will-sticky .main-menu--style2>ul>li>a,
    .will-sticky .main-menu--style3>ul>li>a {
        padding: 18px 13px 18px 0;
        font-size: 15px;
    }
}

@media (max-width: 1399px) {
    .will-sticky .main-menu--style2>ul>li>a {
        padding: 30px 30px 30px 0;
    }
}

@media (max-width: 1199px) {
    .will-sticky .main-menu--style2>ul>li>a {
        padding: 30px 13px 30px 0;
    }
}

.will-sticky .icon-btn {
    background-color: var(--black-color);
}

.will-sticky .icon-btn:hover {
    background-color: #FF5C00;
}

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
    padding-top: 70px;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .widget-area {
        padding-top: 50px;
        /*padding-bottom: 60px;*/
    }
}

.copyright-text {
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    /*text-transform: uppercase;*/
    /*margin-bottom: 40px;*/
}

.copyright-text>a {
    position: relative;
}

.copyright-text>a::before {
    position: absolute;
    content: "";
    width: 0%;
    left: auto;
    right: 0;
    height: 1px;
    background-color: #FF5C00;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.copyright-text>a:hover {
    color: #FF5C00;
}

.copyright-text>a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1;
    visibility: visible;
}

.footer-layout3,
.footer-layout2,
.footer-layout1 {
    --body-color: #8a99b4;
    --title-color: #fff;
}

.footer-layout3 {
    background-color: #071a3e;
    position: relative;
    z-index: 1;
}

.footer-layout3__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.footer-layout3 .footer-top {
    border-bottom: 1px solid #152b54;
}

.footer-layout2 {
    background-color: #051634;
    overflow: hidden;
}

.footer-layout2 .footer-top {
    border-bottom: 1px solid #14284f;
    padding: 50px 0;
}

.footer-layout2 .footer-text {
    max-width: 390px;
    margin-bottom: 33px;
}

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

@media (min-width: 1399px) {
    .footer-layout2 .footer-widget {
        padding: 0;
        margin: 0;
        height: 100%;
    }

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

    .footer-layout2 .widget-area .row>div {
        padding-top: 50px;
        padding-bottom: 44px;
    }

    .footer-layout2 .widget-area .row>div:nth-child(2) {
        text-align: center;
        border-left: 1px solid #14284f;
        border-right: 1px solid #14284f;
        padding-left: 60px;
        padding-right: 60px;
    }

    .footer-layout2 .widget-area .row>div:nth-child(3) {
        padding-left: 60px;
    }
}

.footer-layout3 {
    background-color: #071a3e;
}

.footer-layout3 .footer-top {
    background-color: #0b2048;
}

.footer-layout4 {
    padding-bottom: 60px;
    position: relative;
}

.footer-layout4 .shape1 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 550px;
}

.footer-layout4 .footer-top {
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
    border-bottom: 1px solid #436af7;
}

.footer-layout4 .widget-area {
    --title-color: #fff;
    --body-color: #e6ebff;
    padding-top: 80px;
    padding-bottom: 20px;
}

.footer-layout4 .widget-area a:hover {
    color: #fff;
}

.footer-layout4 .copyright-wrap {
    background-color: #1648ff;
    padding: 20.5px 40px;
}

.footer-layout4 .copyright-wrap .copyright-text {
    color: var(--white-color);
}

.footer-layout4 .widget_title {
    font-weight: 600;
    margin-bottom: 35px;
}

.footer-layout4 .post-title a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    background-image: linear-gradient(white, white);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.footer-layout4 .post-title a:hover {
    color: var(--white-color);
    background-size: 100% 1px;
}

.footer-layout4 .recent-post-meta a {
    font-size: 12px;
}

.footer-layout4 .recent-post-meta a i {
    color: inherit;
    margin-right: 10px;
}

.footer-layout4 .footer-widget.widget_nav_menu a {
    padding-left: 15px;
    margin-bottom: 23px;
}

.footer-layout4 .footer-widget.widget_nav_menu a:before {
    content: "\f105";
    display: block;
    right: auto;
    left: 0;
    top: -1px;
    color: var(--white-color);
}

.footer-layout4 .recent-post .post-title {
    max-width: 200px;
}

.footer-layout4 .gallery-thumb,
.footer-layout4 .gallery-thumb img,
.footer-layout4 .recent-post .media-img img {
    border-radius: 0;
}

.footer-layout5 {
    border-top: 2px solid #FF5C00;
    background-color: #fafafb;
}

@media (min-width: 1199px) {
    .footer-layout5 {
        padding-top: 192px;
    }
}

.footer-layout5 .widget-area {
    padding-top: 88px;
    padding-bottom: 50px;
}

.footer-layout5 .widget_title {
    margin-bottom: 55px;
    margin-top: 10px;
    font-weight: 600;
}

.footer-layout5 .copyright-wrap {
    background-color: #fafafb;
    border-top: 1px solid #e6e8f2;
    padding: 24px 0;
}

.footer-layout5 .copyright-text {
    color: var(--body-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
    .footer-layout4 .shape1 {
        max-width: 380px;
    }
}

/* Large devices */
@media (max-width: 1199px) {

    .footer-layout3 .footer-top,
    .footer-layout1 .footer-top {
        padding: 50px 0;
    }

    .footer-layout3 .footer-top .row,
    .footer-layout1 .footer-top .row {
        --bs-gutter-y: 40px;
    }

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

    .footer-layout4 .shape1 {
        max-width: 230px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .footer-layout1 {
        text-align: center;
    }

    .footer-layout1 .footer-text {
        margin-left: auto;
        margin-right: auto;
    }

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

    .footer-layout2 .footer-top-logo {
        text-align: center;
    }

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

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

    .footer-layout4 .shape1 {
        display: none;
    }

    .footer-layout4 .footer-top {
        padding-top: var(--section-space-mobile);
        padding-bottom: var(--section-space-mobile);
    }
}

/* Small devices */
@media (max-width: 767px) {
    .footer-layout2 .footer-social {
        text-align: center;
    }

    .footer-layout2 .footer-social .social-title {
        display: block;
        margin: 0 0 20px 0;
    }

    .footer-layout4 .copyright-wrap {
        padding: 20.5px 10px;
    }
}

.info-section {
    z-index: 4;
    margin-bottom: -37px;
}

.info-section__shape {
    position: absolute;
    min-height: 23.96px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background-color: #FF5C00;
}

.info-section__shape__block {
    height: 100%;
    min-width: 210px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-section__shape__left {
    left: 0;
}

.info-section__shape__right {
    left: auto;
    right: 0;
}

.info-section__shape__sqr {
    min-width: 27.99px;
    height: 100%;
    display: inline-block;
    background-color: var(--white-color);
}

.footer-text2 {
    color: var(--black-color);
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu-wrap {
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .breadcumb-menu-wrap {
        padding-top: 20px;
        margin-top: 15px;
    }
}

.breadcumb-menu-wrap::before {
    content: "";
    min-width: 34px;
    min-height: 1px;
    background-color: #FF5C00;
    display: inline-block;
    top: -1px;
    position: absolute;
    left: 0;
}

.breadcumb-menu {
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

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

.breadcumb-menu li:after {
    content: "-";
    position: relative;
    margin: 0 25px;
}

@media (max-width: 767px) {
    .breadcumb-menu li:after {
        margin: 0 10px;
    }
}

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

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--white-color);
}

@media (max-width: 767px) {

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 14px;
    }
}

.breadcumb-menu>li>a:hover {
    color: #FF5C00;
}

.breadcumb-title {
    color: var(--white-color);
    margin: 0 0 -15px 0;
    max-width: 65%;
    width: 100%;
    font-size: 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-content {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}

.breadcumb-wrapper {
    padding-top: 100px;
    padding-bottom: 43px;
    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: 0.5;
    z-index: -1;
    background-color: var(--black-color);
}

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

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

/* Medium devices */
@media (max-width: 991px) {
    .breadcumb-title {
        max-width: 100%;
    }

    .breadcumb-menu {
        margin-top: 15px;
    }
}

/*------------------- 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(--body-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: #f5f9ff;
    border-radius: 5px;
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
    color: var(--white-color);
    background-color: #FF5C00;
    box-shadow: none;
}

.post-pagination {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0;
    margin: 30px 0;
}

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

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

.post-pagi-box>a:hover {
    color: #FF5C00;
}

.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: #f0f0f0;
    font-size: 40px;
}

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

.pagination--style2 {
    padding: 28px 30px;
    border: 1px solid var(--border-color);
    box-shadow: var(--box-shadow);
}

@media (max-width: 767px) {
    .pagination--style2 {
        padding: 40px 20px;
    }
}

.pagination__divider {
    height: 76px;
    width: 1px;
    display: flex;
    background-color: var(--black-color);
}

@media (max-width: 991px) {
    .pagination__divider {
        width: 76px;
        height: 1px;
        margin: 30px auto;
    }
}

.pagination-block--style1,
.pagination-block--style2 {
    display: flex;
    align-items: center;
    gap: 18px;
}

@media (max-width: 991px) {

    .pagination-block--style1,
    .pagination-block--style2 {
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .pagination-block--style1,
    .pagination-block--style2 {
        flex-wrap: wrap;
        gap: 35px;
    }
}

.pagination-block--style1 .pagination-block__heading,
.pagination-block--style2 .pagination-block__heading {
    margin-bottom: 5px;
    font-size: 20px;
}

.pagination-block--style1 .pagination-block__heading>a,
.pagination-block--style2 .pagination-block__heading>a {
    color: var(--black-color);
}

.pagination-block--style1 .pagination-block__heading>a:hover,
.pagination-block--style2 .pagination-block__heading>a:hover {
    color: #FF5C00;
}

.pagination-block--style1 .pagination-block__cate,
.pagination-block--style2 .pagination-block__cate {
    font-size: 16px;
    font-weight: 800;
    color: var(--text-color);
    font-family: var(--title-font);
}

.pagination-block--style1 .pagination-block__cate:hover,
.pagination-block--style2 .pagination-block__cate:hover {
    color: #FF5C00;
}

.pagination-block--style1 .pagination-block__icon,
.pagination-block--style2 .pagination-block__icon {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.pagination-block--style1 .pagination-block__icon::before,
.pagination-block--style2 .pagination-block__icon::before {
    position: absolute;
    content: "";
    min-width: 67px;
    min-height: 67px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.pagination-block--style1 .pagination-block__icon>svg,
.pagination-block--style2 .pagination-block__icon>svg {
    color: var(--black-color);
    transition: all 0.3s ease-in-out;
}

.pagination-block--style1:hover .pagination-block__heading>a,
.pagination-block--style2:hover .pagination-block__heading>a {
    color: #FF5C00;
}

.pagination-block--style1:hover .pagination-block__icon::before,
.pagination-block--style2:hover .pagination-block__icon::before {
    background-color: #FF5C00;
    border-color: var(--white-color);
}

.pagination-block--style1:hover .pagination-block__icon>svg,
.pagination-block--style2:hover .pagination-block__icon>svg {
    color: var(--white-color);
}

@media (max-width: 767px) {
    .pagination-block--style1 {
        justify-content: start;
    }
}

.pagination-block--style1 .pagination-block__icon {
    padding-left: 30px;
}

.pagination-block--style1 .pagination-block__icon::before {
    left: 0;
}

@media (max-width: 767px) {
    .pagination-block--style2 {
        justify-content: end;
    }
}

.pagination-block--style2 .pagination-block__icon {
    padding-right: 30px;
}

.pagination-block--style2 .pagination-block__icon::before {
    right: 0;
}

/*------------------- 4.5. Pagination  -------------------*/
.popup-search-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    height: 100%;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    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: #FF5C00;
    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: #FF5C00;
    background-color: var(--white-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 #FF5C00;
    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::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%;
    transition: all ease 0.4s;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.6. Blog  -------------------*/
blockquote {
    background-color: var(--quote-bg, #eff1f5);
    border-left: 4px solid #FF5C00;
    color: var(--title-color);
    display: block;
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 35px 0;
    overflow: hidden;
    padding: 43px 50px 42px 35px;
    position: relative;
}

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

blockquote:before {
    bottom: 30px;
    color: #FF5C00;
    content: "\f10e";
    font-family: var(--icon-font);
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
    right: 40px;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

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

blockquote cite:before {
    border-top: 2px solid #FF5C00;
    bottom: 8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

blockquote.vs-quote {
    border-left: 2px solid #FF5C00;
    padding: 40px 50px;
    text-align: center;
}

blockquote.vs-quote:before {
    background-color: #FF5C00;
    border-radius: 50%;
    bottom: 0;
    color: var(--white-color);
    display: inline-block;
    font-size: 34px;
    font-weight: 300;
    height: 80px;
    line-height: 80px;
    margin: 0 0 28px 0;
    opacity: 1;
    position: relative;
    right: 0;
    text-align: center;
    width: 80px;
}

blockquote.vs-quote cite {
    margin-top: 23px;
    padding: 0;
}

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

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

.wp-block-quote {
    position: relative;
    z-index: 1;
    padding-left: 151px;
    color: var(--white-color);
    padding-bottom: 49px;
    padding-top: 56px;
    border-left: 0px solid #FF5C00;
}

@media (max-width: 767px) {
    .wp-block-quote {
        padding-left: 15px;
        padding-bottom: 15px;
    }
}

.wp-block-quote>p {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 26px;
}

@media (max-width: 1199px) {
    .wp-block-quote>p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .wp-block-quote>p {
        font-size: 16px;
    }
}

.wp-block-quote>cite {
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white-color);
    padding-left: 0;
    letter-spacing: 0.12em;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wp-block-quote>cite {
        margin-top: 18px;
    }
}

.wp-block-quote>cite::before {
    display: none;
}

.wp-block-quote__icon {
    display: inline-block;
    text-align: center;
    min-width: 71px;
    min-height: 219px;
    padding-top: 57px;
    background-color: #FF5C00;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 35px;
}

@media (max-width: 767px) {
    .wp-block-quote__icon {
        min-height: 45px;
        padding-top: 10px;
    }
}

.wp-block-quote::before {
    display: none;
}

.wp-block-quote__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    background-color: transparent;
    z-index: -4;
}

.wp-block-quote__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wp-block-quote__overlay::before,
.wp-block-quote__overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.wp-block-quote__overlay::before {
    background-color: #121225;
    z-index: -6;
}

.wp-block-quote__overlay::after {
    opacity: 0.8;
    z-index: -5;
    background: #000000;
}

.blog-meta__highlight {
    color: var(--black-color);
    padding-left: 8px;
    transition: all 0.3s ease-in-out;
}

.blog-meta>span,
.blog-meta>a {
    color: #999999;
    display: inline-flex;
    font-size: 16px;
    margin-right: 16px;
    font-weight: 700;
    align-items: center;
}

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

.blog-meta>span i,
.blog-meta>a i {
    color: #FF5C00;
    margin-right: 10px;
}

.blog-meta a:hover {
    color: #FF5C00;
}

.blog-meta a:hover>span {
    color: #FF5C00;
}

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

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

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

.blog-title a {
    color: inherit;
}

.blog-title a:hover {
    color: #FF5C00;
}

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

.blog-inner-title {
    font-size: 35px;
    margin-bottom: 35px;
    margin-top: -0.2em;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-single,
.blog-style2,
.blog-style3,
.blog-style5 {
    background: var(--white-color);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0.1px 0 0.1px 0;
    position: relative;
}

.blog-single .blog-meta,
.blog-style2 .blog-meta,
.blog-style3 .blog-meta,
.blog-style5 .blog-meta {
    margin: -0.2em 0 14px 0;
    display: flex;
    align-items: center;
}

.blog-single .blog-title,
.blog-style2 .blog-title,
.blog-style3 .blog-title,
.blog-style5 .blog-title {
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 26px;
    padding-right: 30px;
}

.blog-single .link-btn,
.blog-style2 .link-btn,
.blog-style3 .link-btn,
.blog-style5 .link-btn {
    display: inline-flex;
    padding: 0px 0 4px;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-family: var(--title-font);
    color: var(--black-color);
    gap: 13.5px;
    font-weight: 700;
}

.blog-single .link-btn:hover,
.blog-style2 .link-btn:hover,
.blog-style3 .link-btn:hover,
.blog-style5 .link-btn:hover {
    color: #FF5C00;
}

.blog-single .blog-date,
.blog-style2 .blog-date,
.blog-style3 .blog-date,
.blog-style5 .blog-date {
    color: var(--body-color);
}

.blog-single .blog-date i,
.blog-style2 .blog-date i,
.blog-style3 .blog-date i,
.blog-style5 .blog-date i {
    color: #FF5C00;
    margin: 0 10px 0 0;
}

.blog-single .blog-social,
.blog-style2 .blog-social,
.blog-style3 .blog-social,
.blog-style5 .blog-social {
    display: flex;
    align-items: center;
    gap: 13px;
}

.blog-single .blog-social>a,
.blog-style2 .blog-social>a,
.blog-style3 .blog-social>a,
.blog-style5 .blog-social>a {
    display: inline-flex;
    align-items: center;
    min-width: 46px;
    min-height: 46px;
    justify-content: center;
    border: 1px solid var(--silverLight-color);
    color: var(--black-color);
    position: relative;
    z-index: 1;
}

.blog-single .blog-social>a::before,
.blog-style2 .blog-social>a::before,
.blog-style3 .blog-social>a::before,
.blog-style5 .blog-social>a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FF5C00;
    left: 0;
    right: 0;
    top: 0;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: -1;
}

.blog-single .blog-social>a:hover,
.blog-style2 .blog-social>a:hover,
.blog-style3 .blog-social>a:hover,
.blog-style5 .blog-social>a:hover {
    border: 1px solid #FF5C00;
    color: var(--white-color);
}

.blog-single .blog-social>a:hover::before,
.blog-style2 .blog-social>a:hover::before,
.blog-style3 .blog-social>a:hover::before,
.blog-style5 .blog-social>a:hover::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.blog-single .share-links-title,
.blog-style2 .share-links-title,
.blog-style3 .share-links-title,
.blog-style5 .share-links-title {
    color: var(--title-color);
    display: inline-block;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    margin: 0 15px 0 0;
}

.blog-single .share-links,
.blog-style2 .share-links,
.blog-style3 .share-links,
.blog-style5 .share-links {
    margin: 16px 0 0 0;
}

.blog-single .share-links .row,
.blog-style2 .share-links .row,
.blog-style3 .share-links .row,
.blog-style5 .share-links .row {
    --bs-gutter-y: 15px;
    align-items: center;
}

.blog-single .share-links .tagcloud,
.blog-style2 .share-links .tagcloud,
.blog-style3 .share-links .tagcloud,
.blog-style5 .share-links .tagcloud {
    display: inline-block;
}

.blog-single .share-links .tagcloud a,
.blog-style2 .share-links .tagcloud a,
.blog-style3 .share-links .tagcloud a,
.blog-style5 .share-links .tagcloud a {
    border-radius: 0;
    color: var(--body-color);
    padding: 0;
}

.blog-single .share-links .tagcloud a:not(:last-child):after,
.blog-style2 .share-links .tagcloud a:not(:last-child):after,
.blog-style3 .share-links .tagcloud a:not(:last-child):after,
.blog-style5 .share-links .tagcloud a:not(:last-child):after {
    content: ",";
}

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

.blog-single .social-links li,
.blog-style2 .social-links li,
.blog-style3 .social-links li,
.blog-style5 .social-links li {
    display: inline-block;
    margin-right: 13px;
}

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

.blog-single .social-links a,
.blog-style2 .social-links a,
.blog-style3 .social-links a,
.blog-style5 .social-links a {
    color: var(--body-color);
    display: block;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.blog-single .social-links a:hover,
.blog-style2 .social-links a:hover,
.blog-style3 .social-links a:hover,
.blog-style5 .social-links a:hover {
    color: #FF5C00;
}

.blog-single .blog-content,
.blog-style2 .blog-content,
.blog-style3 .blog-content,
.blog-style5 .blog-content {
    border-radius: 0 0 5px 5px;
    padding-top: 33px;
    position: relative;
    margin: 0;
}

.blog-single .blog-content__text--details,
.blog-style2 .blog-content__text--details,
.blog-style3 .blog-content__text--details,
.blog-style5 .blog-content__text--details {
    padding-right: 30px;
}

@media (max-width: 767px) {

    .blog-single .blog-content__text--details,
    .blog-style2 .blog-content__text--details,
    .blog-style3 .blog-content__text--details,
    .blog-style5 .blog-content__text--details {
        padding-right: 0;
    }
}

.blog-single .blog-audio,
.blog-style2 .blog-audio,
.blog-style3 .blog-audio,
.blog-style5 .blog-audio {
    line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-style2 .blog-audio,
.blog-style2 .blog-img,
.blog-style3 .blog-audio,
.blog-style3 .blog-img,
.blog-style5 .blog-audio,
.blog-style5 .blog-img {
    background-color: var(--smoke-color);
    position: relative;
}

.blog-single .blog-audio img,
.blog-single .blog-audio>*,
.blog-single .blog-img img,
.blog-single .blog-img>*,
.blog-style2 .blog-audio img,
.blog-style2 .blog-audio>*,
.blog-style2 .blog-img img,
.blog-style2 .blog-img>*,
.blog-style3 .blog-audio img,
.blog-style3 .blog-audio>*,
.blog-style3 .blog-img img,
.blog-style3 .blog-img>*,
.blog-style5 .blog-audio img,
.blog-style5 .blog-audio>*,
.blog-style5 .blog-img img,
.blog-style5 .blog-img>* {
    border-radius: 0px 0px 0 0;
    display: block;
}

.blog-single .blog-date,
.blog-style2 .blog-date,
.blog-style3 .blog-date,
.blog-style5 .blog-date {
    background-color: #FF5C00;
    border-radius: 0;
    bottom: 10px;
    color: var(--white-color);
    display: inline-block;
    font-family: var(--title-font);
    font-size: 15px;
    font-weight: 800;
    left: 10px;
    padding: 4px 15.9px;
    position: absolute;
    text-transform: uppercase;
}

.blog-single .blog-img__link,
.blog-style2 .blog-img__link,
.blog-style3 .blog-img__link,
.blog-style5 .blog-img__link {
    display: block;
}

.blog-single .blog-img .slick-arrow,
.blog-style2 .blog-img .slick-arrow,
.blog-style3 .blog-img .slick-arrow,
.blog-style5 .blog-img .slick-arrow {
    --pos-x: 30px;
    background-color: #FF5C00;
    border: none;
    border-radius: 5px;
    color: var(--white-color);
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.blog-single .blog-img .slick-arrow:hover,
.blog-style2 .blog-img .slick-arrow:hover,
.blog-style3 .blog-img .slick-arrow:hover,
.blog-style5 .blog-img .slick-arrow:hover {
    background-color: #FF5C00;
    color: var(--white-color);
}

.blog-single .blog-img .play-btn,
.blog-style2 .blog-img .play-btn,
.blog-style3 .blog-img .play-btn,
.blog-style5 .blog-img .play-btn {
    --icon-font-size: 24px;
    --icon-size: 167px;
    left: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
    position: absolute;
    top: 50%;
}

.blog-single:hover .blog-img .slick-arrow,
.blog-style2:hover .blog-img .slick-arrow,
.blog-style3:hover .blog-img .slick-arrow,
.blog-style5:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .blog-single .blog-author {
        max-width: 68px;
        bottom: -20px;
        right: 15px;
    }
}

.blog-single .blog-content>*:last-child {
    margin-bottom: 0;
}

.blog-style3 {
    margin-bottom: 50px;
}

.blog-style3 .blog-title {
    font-size: 20px;
    padding-right: 0;
    margin-bottom: 13px;
}

.blog-style3 .blog-img__img {
    max-height: 260px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-style3 .blog-plus {
    position: absolute;
    top: -30px;
    right: 20px;
}

.blog-style3 .blog-plus>a {
    display: inline-flex;
    line-height: 1;
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF5C00;
    color: var(--white-color);
    border-radius: 50%;
    border: 6.9px solid var(--white-color);
    transition: all 0.3s ease-in-out;
}

.blog-style3 .blog-plus>a:nth-of-type(1) {
    transition-delay: 0.12s;
}

.blog-style3 .blog-plus>a:nth-of-type(2) {
    transition-delay: 0.22s;
}

.blog-style3 .blog-plus>a:nth-of-type(3) {
    transition-delay: 0.32s;
}

.blog-style3 .blog-plus>a:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.blog-style3 .blog-date {
    margin-right: 19px;
    background-color: transparent;
    color: #FF5C00;
    border: 1px solid #FF5C00;
    padding: 1px 20px;
    position: relative;
    bottom: 0;
    left: 0;
}

.blog-style3 .blog-date::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 21px;
    background-color: #FF5C00;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-style3 .blog-meta {
    margin-top: 0;
    margin-bottom: 12px;
}

.blog-style3 .blog-meta__cn {
    display: inline-flex;
    align-items: center;
    color: var(--text-color);
    gap: 3.1px;
    font-size: 15px;
    font-family: var(--title-font);
    font-weight: 800;
}

.blog-style3 .blog-meta__cn>i {
    color: var(--black-color);
    margin-right: 0;
    font-size: 20px;
    font-weight: 400;
}

.blog-style3 .blog-content {
    padding: 33px 35px 30px;
    border: 1px solid var(--border-color);
    border-radius: 0;
    min-height: 260px;
}

.blog-style3 .blog-text {
    margin-bottom: 0;
}

.blog-footer {
    align-items: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 11px 0;
    border-top: 1px solid var(--silverLighter-color);
    border-bottom: 1px solid var(--silverLighter-color);
    margin-top: 41px;
}

.blog-author {
    bottom: -40px;
    right: 40px;
    position: absolute;
    align-items: center;
    background-color: var(--smoke-color);
    display: flex;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.blog-author .media-img {
    margin: 0 30px 0 0;
    width: 189px;
}

.blog-author .author-name {
    font-size: 24px;
    font-weight: 700;
    margin: -0.3em 0 0px 0;
}

.blog-author .author-degi {
    color: #FF5C00;
}

.blog-author .author-text {
    margin: 0 0 -0.1em 0;
}

.blog-details .blog-single {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.blog-details .blog-img {
    margin: 0 0 40px 0;
}

.blog-details .blog-img img {
    border-radius: 0;
}

.blog-details .blog-content {
    margin: 0;
}

.blog-style1 {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.07);
}

.blog-style1 .blog-meta {
    margin: 0 0 10px 0;
}

.blog-style1 .blog-content {
    padding: 35px 40px 33px 40px;
}

.blog-style2 {
    background-color: var(--white-color);
    box-shadow: none;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog-style2 {
        margin-bottom: 30px;
    }
}

.blog-style2 .blog-meta {
    margin: 0 0 15px;
}

.blog-style2 .blog-text {
    margin: 0 0 20px 0;
}

.blog-style2 .blog-title {
    font-size: 24px;
    line-height: 1.22;
    margin-bottom: 30px;
    padding-right: 0;
}

@media (max-width: 1199px) {
    .blog-style2 .blog-title {
        font-size: 20px;
    }
}

.blog-style2 .blog-footer {
    padding: 22px 0 0;
    border-top: 1px solid var(--silverLighter-color);
    border-bottom: 0px solid var(--silverLighter-color);
    margin-top: 30px;
}

.blog-style2 .blog-author {
    bottom: -38px;
    right: 28px;
}

@media (max-width: 319px) {
    .blog-style2 .blog-author {
        right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-style2 .blog-author {
        right: 5px;
    }
}

.blog-style2 .link-btn {
    padding: 0px 0 0px;
}

@media (min-width: 1199px) {
    .blog-style4-slider {
        max-width: 775px;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .blog-style1 .blog-content {
        padding: 35px 25px 33px 25px;
    }

    .blog-style1 .blog-title {
        font-size: 18px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    blockquote {
        font-size: 20px;
        padding: 23px 30px 26px 30px;
    }

    blockquote cite {
        font-size: 16px;
    }

    .blog-single {
        --blog-space-x: 30px;
        --blog-space-y: 40px;
    }

    .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 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    blockquote.vs-quote {
        padding: 40px 15px;
    }

    blockquote.vs-quote p {
        line-height: 1.8;
    }

    blockquote.vs-quote cite {
        margin-top: 10px;
        padding: 0;
    }

    .blog-inner-title {
        font-size: 26px;
    }

    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 40px;
    }

    .blog-single .blog-title {
        font-size: 20px;
        padding-right: 0;
    }

    .blog-single .blog-img .play-btn {
        --icon-font-size: 20px;
        --icon-size: 60px;
    }

    .blog-author {
        display: block;
    }

    .blog-author .media-img {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .blog-author .media-img img {
        width: 100%;
    }

    .blog-author .author-name {
        font-size: 18px;
    }

    .blog-author .author-degi {
        margin-bottom: 10px;
    }
}

.wp-block-tag-cloud__title {
    display: inline-flex;
    padding-top: 5px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 800;
    color: var(--black-color);
    margin-right: 7px;
}

.wp-block-tag-cloud.style2 .tag-cloud-link {
    padding: 12px 20px 11px 20px;
}

.blog__backlay {
    top: 0;
    opacity: 0.2;
    left: 0;
}

.blog__backlay2 {
    bottom: 0;
    left: auto;
    right: 0;
}

.blog-style5 {
    margin-bottom: 30px;
    min-height: 420px;
    position: relative;
    background: var(--black-color);
    position: relative;
    z-index: 1;
}

.blog-style5::before,
.blog-style5::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--bg-color4);
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.blog-style5 .blog-date {
    position: static;
    background-color: transparent;
    padding: 0;
    margin-bottom: 14px;
    color: #FF5C00;
    border-bottom: 2px solid #FF5C00;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.blog-style5 .blog-date:nth-of-type(1) {
    transition-delay: 0s;
}

.blog-style5 .blog-date:nth-of-type(2) {
    transition-delay: 0.1s;
}

.blog-style5 .blog-title {
    font-size: 22px;
    padding-right: 0;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.blog-style5 .blog-title:nth-of-type(1) {
    transition-delay: 0s;
}

.blog-style5 .blog-title:nth-of-type(2) {
    transition-delay: 0.1s;
}

@media (max-width: 767px) {
    .blog-style5 .blog-title {
        font-size: 20px;
    }
}

.blog-style5 .blog-content {
    padding: 35px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .blog-style5 .blog-content {
        padding: 20px;
    }
}

.blog-style5 .blog-content.overlay {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    justify-content: end;
}

.blog-style5 .blog-meta {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.blog-style5 .blog-meta__highlight {
    color: var(--text-color);
    line-height: 1;
    padding-left: 0;
    border-bottom: 1px solid var(--text-color);
    transition: all 0.3s ease-in-out;
}

.blog-style5 .blog-meta__link {
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.blog-style5 .blog-footer {
    margin: 0;
    padding: 0;
    border: 0;
}

.blog-style5 .link-btn {
    min-width: 47px;
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    padding: 0;
    border: 1px solid var(--border-color);
    position: relative;
    z-index: 1;
}

.blog-style5 .link-btn::before {
    display: none;
}

.blog-style5 .link-btn>i {
    margin-left: 0;
    font-size: 19px;
}

.blog-style5 .blog-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.blog-style5 .blog-text {
    transition: all 0.3s ease-in-out;
}

.blog-style5:hover .link-btn {
    background-color: #FF5C00;
    color: var(--white-color);
    border-color: #FF5C00;
}

.blog-style5:hover .blog-shape {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.blog-style5:hover .blog-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.blog-style5:hover .blog-content.overlay {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

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

.blog-style5:hover::before,
.blog-style5:hover::after {
    background-color: var(--black-color);
    opacity: 0.5;
}

.blog-style5:hover .blog-meta {
    margin-bottom: 0;
}

.blog-style5:hover .blog-meta__highlight {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
}

.blog-style5:hover .blog-meta__highlight:hover {
    color: #FF5C00;
}

.blog-style5:hover .blog-meta__link {
    color: var(--text-color);
}

/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
    position: relative;
}

.comment-respond .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline;
}

.comment-respond .custom-checkbox.notice {
    margin-top: 10px;
    margin-bottom: 25px;
}

.comment-respond .row {
    --bs-gutter-x: 20px;
}

.comment-respond .form-control {
    background-color: var(--white-color);
    border: none;
    height: 55px;
    border: 1px solid #b3b3b3;
}

.comment-respond .form-group>i {
    top: 20.5px;
}

.comment-respond input[type=checkbox]~label:before {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 3px;
}

.comment-respond input[type=checkbox]:checked~label:before {
    background-color: #FF5C00;
    border-color: transparent;
}

.comment-respond .form-text {
    margin-bottom: 25px;
}

.comment-respond .form-inner {
    background-color: transparent;
    padding: 0 79px 0 0;
    margin: -10px 0 0 0;
}

@media (max-width: 1199px) {
    .comment-respond .form-inner {
        padding: 0 0 0 0;
    }
}

.question-form .comment-respond,
.review-form .comment-respond {
    margin: 0 0 20px 0;
}

.question-form .form-control,
.review-form .form-control {
    background-color: transparent;
    border: 1px solid #e4e4e4;
}

.question-form .rating-select,
.review-form .rating-select {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
}

.question-form .rating-select label,
.review-form .rating-select label {
    font-weight: 500;
    color: var(--title-color);
}

@media (max-width: 991px) {

    .question-form .rating-select label,
    .review-form .rating-select label {
        font-size: 14px;
    }
}

.vs-comments-wrap {
    margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0;
}

.vs-comments-wrap .description p:last-child {
    margin-bottom: 0;
}

.vs-comments-wrap .comment-respond {
    margin: 30px 0;
}

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

.vs-comments-wrap blockquote {
    background-color: #eaf8f9;
}

.vs-comments-wrap li {
    margin: 0;
}

.vs-comments-wrap .vs-post-comment {
    position: relative;
    display: flex;
    position: relative;
    padding: 19px 30px 19px 0;
    margin: 0 0 21px 0;
    z-index: 1;
    align-items: center;
}

@media (max-width: 767px) {
    .vs-comments-wrap .vs-post-comment {
        flex-direction: column;
        padding: 15px;
        align-items: flex-start;
    }
}

.vs-comments-wrap .vs-post-comment::before {
    position: absolute;
    content: "";
    width: 94%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--grey-color);
    z-index: -1;
}

@media (max-width: 767px) {
    .vs-comments-wrap .vs-post-comment::before {
        width: 100%;
    }
}

.vs-comments-wrap ul.comment-list {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
}

.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0;
}

.vs-comments-wrap .comment-avater {
    width: 110px;
    height: 110px;
    margin-right: 25px;
    overflow: hidden;
    background-color: var(--white-color);
}

.vs-comments-wrap .comment-avater img {
    width: 100%;
}

.vs-comments-wrap .comment-content {
    flex: 1;
    position: relative;
}

.vs-comments-wrap .comment-content__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .vs-comments-wrap .comment-content__header {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
}

.vs-comments-wrap .commented-on {
    font-size: 14px;
    display: block;
    margin-bottom: 0;
    margin-top: 7px;
    font-weight: 800;
    color: #999999;
    font-family: var(--title-font);
}

.vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: 0.9rem;
}

.vs-comments-wrap .name {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 800;
}

.vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between;
}

.vs-comments-wrap .text:last-of-type {
    margin-bottom: 0;
    font-size: 16px;
}

.vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 70px;
}

.vs-comments-wrap .reply_and_edit {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    z-index: 1;
}

.vs-comments-wrap .replay-btn {
    display: inline-block;
    font-family: var(--title-font);
    color: #FF5C00;
    padding: 10px 21px;
    font-size: 14px;
    font-weight: 800;
    font-family: var(--title-font);
    text-transform: uppercase;
    border: 1px solid var(--border-color);
    color: var(--black-color);
}

.vs-comments-wrap .replay-btn i {
    margin-right: 7px;
    font-size: 0.8em;
}

.vs-comments-wrap .replay-btn:hover {
    background-color: #FF5C00;
    color: var(--white-color);
    border-color: #FF5C00;
}

.vs-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 149px;
    height: 36px;
    background: #fff;
    border: 1px solid #cecece;
}

.vs-comments-wrap.vs-comment-form {
    margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
    .vs-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0;
    }

    .vs-comments-wrap .comment-top {
        display: block;
    }

    .vs-comments-wrap .children {
        margin-left: 40px;
    }

    .vs-comments-wrap .reply_and_edit {
        top: 0;
        margin: 15px 0 0 0;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .comment-avater {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .vs-comments-wrap .children {
        margin-left: 20px;
    }

    .vs-comments-wrap .name {
        font-size: 18px;
    }
}

.vs-comment-form {
    margin: var(--blog-space-y, 50px) 0 var(--blog-space-y, 50px) 0;
}

.vs-comment-form.review-form {
    margin-bottom: 30px;
}

.vs-comment-form.review-form .blog-inner-title {
    font-size: 36px;
}

@media (max-width: 767px) {
    .vs-comment-form.review-form .blog-inner-title {
        font-size: 26px;
    }
}

.comment-respond {
    position: relative;
}

.comment-respond .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline;
}

.comment-respond .custom-checkbox.notice {
    margin-bottom: 25px;
}

.comment-respond .row {
    --bs-gutter-x: 20px;
}

.comment-respond .form-control {
    border: 1px solid var(--border-color);
    font-size: 16px;
    color: var(--title-color);
    background-color: transparent;
}

@media (max-width: 991px) {
    .comment-respond .form-control {
        font-size: 14px;
        padding: 15px 15px 15px 17px;
    }
}

.comment-respond .form-control::-moz-placeholder {
    color: var(--title-color);
}

.comment-respond .form-control::placeholder {
    color: var(--title-color);
}

.comment-respond .form-group i {
    color: #FF5C00;
}

.comment-respond input[type=checkbox]~label:before {
    top: 5.5px;
}

.comment-respond input[type=checkbox]:checked~label:before {
    background-color: #FF5C00;
    border-color: transparent;
}

.comment-respond .blog-inner-title {
    border: none;
}

.comment-respond .form-text {
    margin-bottom: 25px;
    font-size: 16px;
    color: var(--body-color);
}

/*------------------- 4.8. Hero Area  -------------------*/
.hero-bg,
.hero-bg3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    opacity: 0.3;
    transform: scale(1);
    transition: transform 7000ms ease, opacity 1500ms ease-in;
}

.hero-bg3 {
    opacity: 1;
}

@media (max-width: 767px) {
    .hero-bg3 {
        background-position: -1000px 0;
    }
}

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

.hero-layout1 .slick-current,
.hero--layout2 .slick-current,
.hero--layout3 .slick-current {
    --animation-name: slideinup;
}

.hero-layout1 .hero-inner,
.hero--layout3 .hero-inner {
    position: relative;
    min-height: 834px;
    display: flex;
    align-items: center;
    background-color: var(--title-color);
    overflow: hidden;
    padding-top: 100px;
}

@media (max-width: 1199px) {

    .hero-layout1 .hero-inner,
    .hero--layout3 .hero-inner {
        min-height: 875px;
    }
}

@media (max-width: 1199px) {

    .hero-layout1 .hero-inner,
    .hero--layout3 .hero-inner {
        min-height: 775px;
    }
}

@media (max-width: 767px) {

    .hero-layout1 .hero-inner,
    .hero--layout3 .hero-inner {
        min-height: 550px;
        padding-top: 0px;
    }
}

@media (max-width: 319px) {

    .hero-layout1 .hero-inner,
    .hero--layout3 .hero-inner {
        min-height: 480px;
    }
}

.hero-layout1 .hero-content,
.hero--layout3 .hero-content {
    position: relative;
    z-index: 4;
    padding: 80px 0;
}

@media (max-width: 767px) {

    .hero-layout1 .hero-content,
    .hero--layout3 .hero-content {
        padding: 0 0;
    }
}

.hero-layout1 .hero-title,
.hero--layout3 .hero-title {
    color: var(--white-color);
    margin: -0.2em 0 20px 0;
    font-size: 70px;
    line-height: 1.3;
    animation-delay: 0s;
    font-weight: 700;
}

@media (max-width: 1199px) {

    .hero-layout1 .hero-title,
    .hero--layout3 .hero-title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {

    .hero-layout1 .hero-title,
    .hero--layout3 .hero-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {

    .hero-layout1 .hero-title,
    .hero--layout3 .hero-title {
        font-size: 30px;
    }
}

@media (max-width: 319px) {

    .hero-layout1 .hero-title,
    .hero--layout3 .hero-title {
        font-size: 24px;
    }
}

.hero-layout1 .hero-text,
.hero--layout3 .hero-text {
    font-size: 22px;
    color: var(--white-color);
    margin: 0 0 40px 0;
    animation-delay: 0.2s;
}

@media (max-width: 1199px) {

    .hero-layout1 .hero-text,
    .hero--layout3 .hero-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .hero-layout1 .hero-text,
    .hero--layout3 .hero-text {
        font-size: 16px;
    }
}

.hero-layout1 .hero-btns,
.hero--layout3 .hero-btns {
    animation-delay: 0.4s;
}

.hero-layout1 .slick-slide.slick-current.slick-active .hero-bg,
.hero-layout1 .slick-slide.slick-current.slick-active .hero-bg3 {
    transform: scale(1.35);
}

.hero-slider--buttons {
    margin-top: -175px;
    position: relative;
    padding-bottom: 49px;
}

@media (max-width: 767px) {
    .hero-slider--buttons {
        margin-top: -63px;
        padding-bottom: 20px;
    }
}

.hero .icon-btn {
    margin-right: 13px;
}

.hero-shape1 {
    z-index: 2;
    right: -303px;
    bottom: -15px;
}

@media (max-width: 1499px) {
    .hero-shape1 {
        right: -452px;
    }
}

@media (max-width: 1199px) {
    .hero-shape1 {
        right: -630px;
    }
}

@media (max-width: 991px) {
    .hero-shape1 {
        display: none;
    }
}

.hero-shape2 {
    z-index: 2;
    left: 0px;
    top: 0px;
}

@media (max-width: 1499px) {
    .hero-shape2 {
        left: -90px;
    }
}

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

.hero-img1 {
    right: 0;
    bottom: 0;
    z-index: 3;
}

@media (max-width: 1499px) {
    .hero-img1 {
        max-width: 710px;
    }
}

@media (max-width: 1199px) {
    .hero-img1 {
        max-width: 520px;
    }
}

@media (max-width: 991px) {
    .hero-img1 {
        max-width: 380px;
    }
}

.hero--layout2 {
    padding-bottom: 43px;
}

@media (max-width: 767px) {
    .hero--layout2 {
        padding-bottom: 0;
    }
}

.hero--layout2 .vs-slider-tab {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -113px;
    position: relative;
}

@media (max-width: 767px) {
    .hero--layout2 .vs-slider-tab {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 0;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

.hero--layout2 .vs-slider-tab .tab-btn {
    background: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--black-color);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 0;
    padding: 20px 43px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .hero--layout2 .vs-slider-tab .tab-btn {
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .hero--layout2 .vs-slider-tab .tab-btn {
        padding: 10px 15px;
        text-align: left;
        font-size: 15px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .hero--layout2 .vs-slider-tab .tab-btn {
        padding: 10px 0px;
    }
}

.hero--layout2 .vs-slider-tab .tab-btn span {
    color: #FF5C00;
}

.hero--layout2 .vs-slider-tab .tab-btn.active {
    color: #FF5C00;
}

@media (max-width: 319px) {
    .hero--layout2 .vs-slider-tab .tab-btn:last-of-type {
        padding-bottom: 0;
    }
}

.hero--layout2 .vs-slider-tab .tab-btn:hover {
    color: #FF5C00;
}

.hero--layout2 .vs-slider-tab .tab-btn-anim {
    position: absolute;
    height: 4px;
    background-color: #FF5C00;
    z-index: 1;
    left: 0;
    top: auto;
    transition: transform 0.3s cubic-bezier(0.68, 0, 0.27, 1) 0s, background-color 0.3s ease 0s;
    transform-origin: 0 50%;
    bottom: 0;
}

@media (max-width: 767px) {
    .hero--layout2 .vs-slider-tab .tab-btn-anim {
        display: none;
    }
}

.hero--layout3 .hero-inner {
    padding-top: 126px;
    min-height: 760px;
    padding-bottom: 14px;
}

@media (max-width: 767px) {
    .hero--layout3 .hero-inner {
        min-height: 720px;
    }
}

.hero--layout3 .icon-btn {
    border: 1px solid #FF5C00;
    background-color: transparent;
    font-size: 18px;
    background-color: #FF5C00;
    color: var(--white-color);
}

.hero--layout3 .icon-btn:hover {
    background-color: var(--black-color);
    border-color: var(--black-color);
}

.hero-content3 {
    position: relative;
    z-index: 4;
    padding: 68px 50px 144px;
    margin-left: -50px;
    min-height: 611px;
}

@media (max-width: 1199px) {
    .hero-content3 {
        padding: 68px 20px 144px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .hero-content3 {
        max-width: 575px;
    }
}

@media (max-width: 767px) {
    .hero-content3 {
        padding: 15px;
        min-height: auto;
    }
}

.hero-content3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF5C00;
    background: linear-gradient(180deg, rgb(255 92 0 / 78%) 1%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(74% 0, 100% 31%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(74% 0, 100% 31%, 100% 100%, 0 100%, 0 0);
}

@media (max-width: 767px) {
    .hero-content3::before {
        -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
        background: linear-gradient(180deg, rgb(219 45 52) 0%, rgba(0, 0, 0, 0) 100%);
    }
}

.hero-content3 .hero-title {
    color: var(--white-color);
    margin: -0.2em 0 25px 0;
    font-size: 40px;
    line-height: 1.2;
    animation-delay: 0s;
    font-weight: 800;
}

@media (max-width: 1199px) {
    .hero-content3 .hero-title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .hero-content3 .hero-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero-content3 .hero-title {
        font-size: 25px;
    }
}

@media (max-width: 319px) {
    .hero-content3 .hero-title {
        font-size: 20px;
    }
}

.hero-content3 .hero-subtitle {
    display: inline-block;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-family: var(--title-font);
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 25px;
    z-index: 1;
    line-height: 1.2;
    animation-delay: 0.2s;
}

@media (max-width: 767px) {
    .hero-content3 .hero-subtitle {
        font-size: 13px;
    }
}

.hero-content3 .hero-subtitle::before,
.hero-content3 .hero-subtitle::after {
    position: absolute;
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
}

.hero-content3 .hero-subtitle::before {
    width: 100%;
    background-color: var(--white-color);
    z-index: -9;
}

.hero-content3 .hero-subtitle::after {
    width: 34px;
    background-color: #FF5C00;
    z-index: -8;
}

.hero-content3 .hero-text {
    font-size: 22px;
    color: var(--white-color);
    margin: 0 0 40px 0;
}

@media (max-width: 1199px) {
    .hero-content3 .hero-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hero-content3 .hero-text {
        font-size: 16px;
    }
}

.hero-inner--style2 {
    position: relative;
    padding-top: 142px;
    min-height: 972px;
    background-color: var(--bg-color-h2);
}

.hero-inner--style2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 113px;
    bottom: -1px;
    background-color: var(--white-color);
}

@media (max-width: 767px) {
    .hero-inner--style2::before {
        height: 52px;
    }
}

@media (max-width: 1499px) {
    .hero-inner--style2 {
        min-height: 875px;
    }
}

@media (max-width: 1199px) {
    .hero-inner--style2 {
        min-height: 775px;
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .hero-inner--style2 {
        min-height: 550px;
        padding-top: 30px;
    }
}

@media (max-width: 319px) {
    .hero-inner--style2 {
        min-height: 480px;
    }
}

.hero-content--style2 {
    position: relative;
}

@media (max-width: 991px) {
    .hero-content--style2 {
        text-align: center;
    }
}

.hero-content--style2 .hero-text {
    font-size: 24px;
    padding-right: 5em;
    margin-bottom: 82px;
    animation-delay: 0.2s;
}

@media (max-width: 991px) {
    .hero-content--style2 .hero-text {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hero-content--style2 .hero-text {
        font-size: 17px;
    }
}

.hero-content--style2 .play-btn {
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 9;
}

@media (max-width: 991px) {
    .hero-content--style2 .play-btn {
        position: relative;
        margin-bottom: 30px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .hero-content--style2 .play-btn {
        --icon-size: 110px;
    }
}

@media (max-width: 767px) {
    .hero-content--style2 .play-btn>i::before {
        min-width: 90px;
        min-height: 90px;
    }
}

@media (max-width: 767px) {
    .hero-content--style2 .hero-title {
        font-size: 30px;
    }
}

.hero-shape21,
.hero-shape22 {
    bottom: 113px;
}

@media (max-width: 767px) {

    .hero-shape21,
    .hero-shape22 {
        display: none;
    }
}

@media (max-width: 991px) {
    .hero-shape22>svg {
        max-width: 395px;
        height: 100%;
    }
}

/*------------------- 4.9. Error  -------------------*/
.error-content,
.comming-content {
    margin-bottom: 117px;
}

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

.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;
    letter-spacing: 0.525em;
    margin-bottom: 15px;
}

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

.comming-content .sec-title2 {
    font-size: 60px;
}

@media (max-width: 767px) {
    .comming-content .sec-title2 {
        font-size: 30px;
    }
}

/*------------------- 4.10. Feature  -------------------*/
/*------------------- 4.11. About  -------------------*/
.img-box1,
.img-box1--style2 {
    display: flex;
    gap: 41px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

@media (max-width: 767px) {

    .img-box1,
    .img-box1--style2 {
        gap: 15px;
    }
}

.img-box1__shape,
.img-box1--style2__shape {
    position: absolute;
    min-width: 356px;
    min-height: 439px;
    background-color: #42424821;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {

    .img-box1__shape,
    .img-box1--style2__shape {
        min-width: 200px;
        min-height: 230px;
    }
}

.img-box1__img2,
.img-box1--style2__img2 {
    text-align: center;
    margin-bottom: 47.3px;
    padding-top: 18px;
}

@media (max-width: 767px) {

    .img-box1__img2,
    .img-box1--style2__img2 {
        margin-bottom: 15px;
    }
}

.img-box1 .vs-infobox--style,
.img-box1--style2 .vs-infobox--style {
    position: absolute;
    bottom: 48px;
    left: 0;
    min-width: 348px;
    box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
}

@media (max-width: 767px) {

    .img-box1 .vs-infobox--style,
    .img-box1--style2 .vs-infobox--style {
        min-width: 100%;
        bottom: 0;
        box-shadow: 11px -18px 10px rgba(4, 4, 4, 0.0509803922);
    }
}

.img-box1--style2 {
    gap: 30px;
}

@media (max-width: 991px) {
    .img-box1--style2 {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .img-box1--style2 {
        flex-wrap: wrap;
    }
}

.img-box1--style2 .img-box1__img2,
.img-box1--style2 .img-box1__img1 {
    margin-bottom: 30px;
    padding-top: 0;
}

@media (max-width: 767px) {

    .img-box1--style2 .img-box1__img1>img,
    .img-box1--style2 .img-box1__img2>img,
    .img-box1--style2 .img-box1__img3>img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.img-box1--style2 .img-box1__img1 {
    padding-top: 99px;
}

@media (max-width: 767px) {
    .img-box1--style2 .img-box1__img1 {
        padding-top: 0;
    }
}

@media (max-width: 767px) {

    .img-box1--style2 .img-box1__left,
    .img-box1--style2 .img-box1__right {
        width: 100%;
    }
}

.about--layout1 .about-overlay {
    right: -204px;
}

.about-overlay--style2 {
    opacity: 0.1;
    z-index: -1;
}

.about-content {
    max-width: 85%;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .about-content {
        max-width: 100%;
    }
}

.list-style4 {
    padding-top: 0px;
    margin-bottom: 0;
}

.list-style4 .list-unstyled {
    margin-bottom: 0;
}

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

.list-style4 li::before {
    margin-right: 19px;
}

.about--layout3 .play-btn2 {
    position: absolute;
    bottom: -83.5px;
    right: 42px;
}

@media (max-width: 767px) {
    .about--layout3 .play-btn2 {
        position: absolute;
        bottom: auto;
        top: -36px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        --icon-size: 72px;
    }
}

.about-text--style3 {
    margin-bottom: 40px;
}

.about-widget {
    padding: 50px 53px 4px 40px;
    max-width: 456px;
    margin-top: -190px;
    background: var(--white-color);
    position: relative;
    z-index: 1;
    margin-left: -218px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .about-widget {
        padding: 50px 53px 45px 40px;
    }
}

@media (max-width: 1199px) {
    .about-widget {
        padding: 0;
        margin-top: 0;
        margin-left: 0;
        background-color: transparent;
    }
}

.about-img--style3 {
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 991px) {
    .about-img--style3 {
        text-align: center;
    }
}

.history-style {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .history-style {
        flex-direction: column;
        gap: 30px;
    }
}

.history-style .nav-pills {
    position: relative;
    gap: 30px;
}

@media (max-width: 767px) {
    .history-style .nav-pills {
        flex-direction: row !important;
        justify-content: center;
    }
}

.history-style .nav-pills::after {
    content: "";
    width: 3px;
    height: 90%;
    background-color: var(--black-color);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .history-style .nav-pills::after {
        display: none;
    }
}

.history-style .nav-pills .nav-link {
    background-color: transparent;
    border: 0;
    font-size: 20px;
    font-weight: 800;
    color: var(--black-color);
    font-family: var(--title-font);
    padding: 0px 30px 0 0;
    position: relative;
}

.history-style .nav-pills .nav-link:hover {
    color: #FF5C00;
    background-color: transparent;
}

.history-style .nav-pills .nav-link::after,
.history-style .nav-pills .nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 33px;
    height: 33px;
    background-color: var(--white-color);
    border-radius: 50%;
    z-index: 9;
    right: -14.5px;
    transition: all 0.3s ease-in-out;
}

.history-style .nav-pills .nav-link::before {
    transform: translateY(-50%) scale(0.7);
}

.history-style .nav-pills .nav-link::after {
    background-color: var(--black-color);
    width: 9px;
    height: 9px;
    right: -2.5px;
}

.history-style .nav-pills .nav-link.active {
    background-color: transparent;
    color: #FF5C00;
}

.history-style .nav-pills .nav-link.active::before {
    background-color: #FF5C00;
    transform: translateY(-50%) scale(1);
}

.history-style .nav-pills .nav-link.active::after {
    background-color: var(--white-color);
}

.history-block {
    padding-left: 65px;
    max-width: 84%;
}

@media (max-width: 1399px) {
    .history-block {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .history-block {
        max-width: 100%;
        padding-left: 0;
    }
}

.history-block__title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 28px;
}

@media (max-width: 1399px) {
    .history-block__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .history-block__title {
        font-size: 24px;
    }
}

.history-block__text {
    margin-bottom: 49px;
    max-width: 76%;
}

@media (max-width: 1399px) {
    .history-block__text {
        max-width: 100%;
    }
}

.history-block__year {
    font-size: 100px;
    font-weight: 900;
    font-family: var(--title-font);
    color: var(--black-color);
    line-height: 1;
}

.history-img {
    margin-right: -50%;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .history-img {
        margin-right: 0;
        margin-left: -50%;
    }
}

@media (max-width: 1199px) {
    .history-img {
        margin-right: 0;
        margin-left: 0%;
    }
}

.element--history {
    right: -259px;
    opacity: 0.2;
}

/*------------------- 4.12. Service  -------------------*/
.service--layout1 .slick-list,
.service--layout4 .slick-list {
    margin: 0 -15px;
}

@media (max-width: 767px) {

    .service--layout1 .slick-list,
    .service--layout4 .slick-list {
        margin: 0 -12px;
    }
}

.service--layout1 .slick-slide,
.service--layout4 .slick-slide {
    padding: 0 15px;
}

@media (max-width: 767px) {

    .service--layout1 .slick-slide,
    .service--layout4 .slick-slide {
        padding: 0 12px;
    }
}

.service--layout4 {
    background-color: var(--grey-color);
}

.service-block {
    text-align: center;
    border: 1px solid var(--silverLight-color);
    padding: 75px 30px 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 85px;
    background-color: var(--white-color);
}

@media (max-width: 1199px) {
    .service-block {
        padding: 52px 20px 38px;
    }
}

@media (max-width: 767px) {
    .service-block {
        padding: 20px;
        margin-bottom: 30px;
    }
}

.service-block__icon {
    margin-bottom: 40px;
    min-height: 75px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .service-block__icon {
        margin-bottom: 24px;
    }
}

.service-block__title {
    font-size: 20px;
}

.service-block__title__link {
    color: var(--black-color);
}

.service-block__title__link:hover {
    color: #FF5C00;
}

@media (max-width: 1199px) {
    .service-block__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .service-block__title {
        font-size: 18px;
    }
}

.service-block__text {
    margin-bottom: 39px;
}

.service-block__link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 6px 33px;
    border: 1px solid var(--black-color);
    min-width: 98px;
    background-color: var(--black-color);
    fill: white;
}

.service-block__link:hover {
    border-color: #FF5C00;
    background-color: #FF5C00;
}

.service-block__shape {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.service-block__shape path {
    transition: all 0.3s ease-in-out;
    fill: #FF5C00;
}

.service-block:hover .service-block__link {
    background-color: #FF5C00;
    border-color: #FF5C00;
}

.service-block:hover .service-block__shape {
    transform: scale(1.1);
}

.service-block:hover .service-block__shape path {
    fill: #e61f27;
}

.service-block--style2 {
    min-height: 320px;
    display: flex;
    align-items: end;
    padding: 0 20px 20px 0;
    position: relative;
    margin-bottom: 30px;
}

.service-block--style2 .service-block__body {
    background-color: var(--white-color);
    padding: 15px 40px;
    position: absolute;
    left: 0;
    max-width: 95%;
    bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.service-block--style2 .service-block__body:nth-of-type(1) {
    transition-delay: 0.2s;
}

.service-block--style2 .service-block__body:nth-of-type(2) {
    transition-delay: 0.3s;
}

.service-block--style2 .service-block__body:nth-of-type(3) {
    transition-delay: 0.4s;
}

@media (max-width: 767px) {
    .service-block--style2 .service-block__body {
        padding: 0px 15px 20px;
    }
}

.service-block--style2 .service-block__icon {
    display: inline-flex;
    min-width: 81px;
    min-height: 81px;
    background-color: #FF5C00;
    margin-top: -59px;
    margin-bottom: 17px;
}

.service-block--style2 .service-block__title {
    margin-bottom: 0px;
}

.service-block--style2 .service-block__text {
    margin-bottom: 27px;
    padding-top: 17px;
}

.service-block--style2 .service-block__hide {
    max-height: 0px;
    opacity: 0;
    transition: max-height 1s ease 0s, opacity 1s ease 0s, transform 1s ease 0s;
    transform-origin: center top;
    padding-bottom: 1px;
}

.service-block--style2 .service-block__link {
    background-color: #FF5C00;
    border: 1px solid #FF5C00;
    fill: var(--white-color);
}

.service-block--style2 .service-block__link:hover {
    background-color: var(--black-color);
    border: 1px solid var(--black-color);
}

.service-block--style2:hover .service-block__hide {
    max-height: 500px;
    /* Adjust as needed */
    opacity: 1;
    transform: scaleY(1);
    transition: max-height 1s ease 0s, opacity 1s ease 0s, transform 1s ease 0s;
}

.icon-box1 {
    position: absolute;
    top: 34px;
    left: 40px;
    min-width: 81px;
    min-height: 81px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF5C00;
}

.icon-box1::before {
    content: "";
    position: absolute;
    top: -14px;
    right: -1px;
    background-color: #FF5C00;
    height: 15px;
    width: 35px;
    -webkit-clip-path: polygon(12% 0, 0% 100%, 100% 100%);
    clip-path: polygon(12% 0, 0% 100%, 100% 100%);
}

/*------------------- 4.13. Counter  -------------------*/
.counter-box--style1 {
    min-height: 193px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--white-color);
    border: 7px solid #FF5C00;
    gap: 5px;
}

.counter-box--style1 .counter-box__number {
    font-size: 60px;
    color: #FF5C00;
    font-weight: 900;
    font-family: var(--title-font);
    line-height: 1.1;
}

.counter-box--style1 .counter-box__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.offer-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    background: var(--white-color);
    margin-bottom: 36px;
    min-height: 110px;
    align-items: center;
}

@media (max-width: 767px) {
    .offer-counter {
        flex-direction: column;
    }
}

.offer-counter>li {
    line-height: 1;
    padding: 16px 30px 16px 30px;
    position: relative;
}

.offer-counter>li::before {
    content: "";
    position: absolute;
    height: 37px;
    width: 1px;
    background: var(--grey-color);
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.49px;
}

@media (max-width: 767px) {
    .offer-counter>li::before {
        display: none;
    }
}

.offer-counter>li:first-child {
    padding-left: 0;
}

.offer-counter>li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.offer-counter>li:last-child::before {
    display: none;
}

@media (max-width: 767px) {
    .offer-counter>li {
        padding-right: 0;
        padding-left: 0;
    }
}

.offer-counter .count-number {
    font-size: 40px;
    font-weight: 800;
    color: #FF5C00;
    font-family: var(--title-font);
    margin-bottom: 5px;
}

.offer-counter .count-name {
    font-size: 18px;
    color: var(--black-color);
    font-family: var(--title-font);
    font-weight: 800;
    text-transform: lowercase;
    display: inline-block;
}

/*------------------- 4.14. Team  -------------------*/
.vsteam-style {
    border: 1px solid var(--silverLight-color);
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    overflow: hidden;
}

.vsteam-style__media {
    text-align: center;
}

.vsteam-style__content {
    padding: 38px 47px 20px;
}

@media (max-width: 1199px) {
    .vsteam-style__content {
        padding: 38px 29px 20px;
    }
}

.vsteam-style__title {
    margin-bottom: 8px;
    line-height: 1;
    font-size: 30px;
}

@media (max-width: 1199px) {
    .vsteam-style__title {
        font-size: 24px;
    }
}

.vsteam-style__title__link {
    color: var(--black-color);
}

.vsteam-style__title__link:hover {
    color: #FF5C00;
}

.vsteam-style__designation {
    margin-bottom: 20px;
    display: inline-block;
    color: #FF5C00;
}

.vsteam-style__shape {
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: -1;
}

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

.vsteam-style__shape>svg path {
    transition: all 0.3s ease-in-out;
    fill: #FF5C00;
}

.vsteam-style__shape>svg path:nth-of-type(1) {
    transition-delay: 0.2s;
}

.vsteam-style__shape>svg path:nth-of-type(2) {
    transition-delay: 0.3s;
}

.vsteam-style__shape>svg path:nth-of-type(3) {
    transition-delay: 0.4s;
}

@media (max-width: 1199px) {
    .vsteam-style__shape>svg {
        width: 100%;
    }
}

.vsteam-style__social {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    overflow: hidden;
}

.vsteam-style__social>ul {
    justify-content: center;
}

.vsteam-style__social>ul li {
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.vsteam-style__social>ul li:nth-of-type(1) {
    transition-delay: 0.2s;
}

.vsteam-style__social>ul li:nth-of-type(2) {
    transition-delay: 0.3s;
}

.vsteam-style__social>ul li:nth-of-type(3) {
    transition-delay: 0.4s;
}

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

.vsteam-style__social>ul li>a::before,
.vsteam-style__social>ul li>a::after {
    background-color: var(--black-color);
}

.vsteam-style:hover .vsteam-style__social>ul li,
.vsteam-style.hovered .vsteam-style__social>ul li {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.vsteam-style:hover .vsteam-style__social>ul li:nth-of-type(1),
.vsteam-style.hovered .vsteam-style__social>ul li:nth-of-type(1) {
    transition-delay: 0.2s;
}

.vsteam-style:hover .vsteam-style__social>ul li:nth-of-type(2),
.vsteam-style.hovered .vsteam-style__social>ul li:nth-of-type(2) {
    transition-delay: 0.3s;
}

.vsteam-style:hover .vsteam-style__social>ul li:nth-of-type(3),
.vsteam-style.hovered .vsteam-style__social>ul li:nth-of-type(3) {
    transition-delay: 0.4s;
}

.vsteam-style:hover .vsteam-style__shape>svg path,
.vsteam-style.hovered .vsteam-style__shape>svg path {
    fill: var(--black-color);
    transition: all 0.3s ease-in-out;
}

.vsteam-style:hover .vsteam-style__shape>svg path:nth-of-type(1),
.vsteam-style.hovered .vsteam-style__shape>svg path:nth-of-type(1) {
    transition-delay: 0.2s;
}

.vsteam-style:hover .vsteam-style__shape>svg path:nth-of-type(2),
.vsteam-style.hovered .vsteam-style__shape>svg path:nth-of-type(2) {
    transition-delay: 0.3s;
}

.vsteam-style:hover .vsteam-style__shape>svg path:nth-of-type(3),
.vsteam-style.hovered .vsteam-style__shape>svg path:nth-of-type(3) {
    transition-delay: 0.4s;
}

.vsteam-block--style,
.vsteam-block--style2 {
    border: 1px solid var(--border-color);
    border-top-color: var(--white-color);
    padding: 0 0 40px 59px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background: var(--white-color);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {

    .vsteam-block--style,
    .vsteam-block--style2 {
        padding: 0 0 40px 49px;
    }
}

@media (max-width: 767px) {

    .vsteam-block--style,
    .vsteam-block--style2 {
        padding: 0 0 40px 52px;
    }
}

.vsteam-block--style::before,
.vsteam-block--style2::before {
    position: absolute;
    content: "";
    width: 100%;
    min-height: 102px;
    background-color: var(--white-color);
    z-index: -1;
    left: -1px;
    top: 0px;
}

.vsteam-block--style .social-style,
.vsteam-block--style2 .social-style {
    position: absolute;
    top: 102px;
    left: -1px;
}

.vsteam-block--style .social-style>ul,
.vsteam-block--style2 .social-style>ul {
    flex-direction: column;
    gap: 0;
}

.vsteam-block--style .social-style>ul>li>a,
.vsteam-block--style2 .social-style>ul>li>a {
    background-color: #FF5C00;
    color: var(--white-color);
    border: 1px solid var(--border-color);
    border-bottom: none;
}

.vsteam-block--style .social-style>ul>li>a::before,
.vsteam-block--style .social-style>ul>li>a::after,
.vsteam-block--style2 .social-style>ul>li>a::before,
.vsteam-block--style2 .social-style>ul>li>a::after {
    background-color: var(--black-color);
}

.vsteam-block--style .social-style>ul>li>a:hover,
.vsteam-block--style2 .social-style>ul>li>a:hover {
    color: var(--white-color);
    box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
    border-color: var(--black-color);
}

.vsteam-block--style .social-style>ul>li:last-child,
.vsteam-block--style2 .social-style>ul>li:last-child {
    border-bottom: 1px solid var(--border-color);
}

.vsteam-block--style .vsteam-block__media,
.vsteam-block--style2 .vsteam-block__media {
    margin: 0 -21px 30px 0;
}

@media (max-width: 1199px) {

    .vsteam-block--style .vsteam-block__media,
    .vsteam-block--style2 .vsteam-block__media {
        margin: 0 -15px 30px 0;
    }
}

@media (max-width: 991px) {

    .vsteam-block--style .vsteam-block__member--img,
    .vsteam-block--style2 .vsteam-block__member--img {
        width: 100%;
    }
}

.vsteam-block--style .vsteam-block__designation,
.vsteam-block--style2 .vsteam-block__designation {
    color: var(--text-color);
}

.vsteam-block--style .vsteam-block__title,
.vsteam-block--style2 .vsteam-block__title {
    margin-bottom: 0;
}

.vsteam-block--style .vsteam-block__title__link,
.vsteam-block--style2 .vsteam-block__title__link {
    color: var(--black-color);
    font-size: 26px;
}

.vsteam-block--style .vsteam-block__title__link:hover,
.vsteam-block--style2 .vsteam-block__title__link:hover {
    color: #FF5C00;
}

.vsteam-block--style:hover,
.vsteam-block--style2:hover {
    box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
    transition: all 0.3s ease-in-out;
}

.vsteam-block--style2 {
    padding: 0 0 70px 103px;
    background-color: var(--grey-color);
    border: none;
}

@media (max-width: 767px) {
    .vsteam-block--style2 {
        padding: 0 0 30px 30px;
    }
}

.vsteam-block--style2::before {
    min-height: 40px;
}

.vsteam-block--style2:hover {
    box-shadow: none;
}

.vsteam-block--style2 .vsteam-block__media {
    margin: 0;
}

.vsteam-block--style2 .social-style {
    left: 25px;
    top: 70px;
}

@media (max-width: 767px) {
    .vsteam-block--style2 .social-style {
        left: 0;
    }
}

.vsteam-block--style2 .social-style>ul>li>a {
    background-color: #FF5C00;
}

.vsteam-block--style2 .vsteam-block__title__link {
    font-size: 50px;
}

@media (max-width: 767px) {
    .vsteam-block--style2 .vsteam-block__title__link {
        font-size: 35px;
    }
}

.vsteam-block--style2 .vsteam-block__content {
    padding-top: 110px;
}

@media (max-width: 991px) {
    .vsteam-block--style2 .vsteam-block__content {
        padding-top: 30px;
    }
}

.vsteam-block--style2 .vsteam-block__designation {
    margin-bottom: 25px;
    display: inline-block;
}

/*------------------- 4.15. Process  -------------------*/
/*------------------- 4.16. Accordion  -------------------*/
.accordion-style1 {
    margin: 0 0 30px 0;
}

.accordion-style1 .accordion-item {
    margin: 0 0 20px 0;
    padding: 0 25px 0 25px;
    background-color: var(--white-color);
    box-shadow: 0px 13px 17px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}

.accordion-style1 .accordion-button {
    background-color: transparent;
    border: none;
    padding: 14.5px 0;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: left;
}

.accordion-style1 .accordion-button:after {
    content: "\f061";
    font-family: var(--icon-font);
    font-weight: 400;
    color: var(--title-color);
    border: none;
    width: auto;
    height: auto;
    background-image: none;
}

.accordion-style1 .accordion-button:focus {
    box-shadow: none;
}

.accordion-style1 .accordion-button:not(.collapsed):after {
    transform: rotate(0);
}

.accordion-style1 .accordion-body {
    border-top: 1px solid #EBEBEB;
    padding: 17px 0 20px 0;
}

.accordion-style1 .accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-style1 .accordion-collapse {
    border: none;
}

.accordion-style1.layout2 .accordion-item {
    padding: 0;
    box-shadow: none;
}

.accordion-style1.layout2 .accordion-button {
    padding: 14.5px 25px;
    font-size: 16px;
    background-color: #FF5C00;
    color: var(--white-color);
    border-radius: 0;
}

.accordion-style1.layout2 .accordion-button:after {
    color: var(--white-color);
}

.accordion-style1.layout2 .accordion-button.collapsed {
    background-color: var(--smoke-color);
    color: var(--title-color);
}

.accordion-style1.layout2 .accordion-button.collapsed:after {
    color: #FF5C00;
}

.accordion-style1.layout2 .accordion-body {
    border: none;
    background-color: var(--smoke-color);
    padding: 25px 25px 23px 25px;
}

.accordion-style2 .accordion-item {
    margin: 0 0 20px 0;
    padding: 0 35px 6.5px 35px;
    background-color: var(--white-color);
    box-shadow: 7.5px 12.99px 30px 0px rgba(148, 171, 255, 0.05);
    border-radius: 30px;
}

.accordion-style2 .accordion-button {
    background-color: transparent;
    border: none;
    padding: 24.5px 0 18px 0;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: left;
}

.accordion-style2 .accordion-button:after {
    content: "\f35a";
    font-family: var(--icon-font);
    font-weight: 400;
    color: var(--title-color);
    border: none;
    width: auto;
    height: auto;
    background-image: none;
    transform: rotate(0);
}

.accordion-style2 .accordion-button:focus {
    box-shadow: none;
}

.accordion-style2 .accordion-button:not(.collapsed):after {
    transform: rotate(90deg);
}

.accordion-style2 .accordion-button:hover {
    color: #FF5C00;
}

.accordion-style2 .accordion-body {
    padding: 0 0 20px 0;
}

.accordion-style2 .accordion-body p {
    font-size: 14px;
}

.accordion-style2 .accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-style2 .accordion-collapse {
    border: none;
}

.faq-wrap1 {
    padding-top: 240px;
    padding-bottom: 90px;
    position: relative;
}

.faq-shape1 {
    position: absolute;
    right: 0;
    top: 120px;
    bottom: 0;
    width: 100%;
    max-width: 1120px;
    border-radius: 5px 0 0 5px;
    z-index: -1;
}

.faq-shape2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 945px;
    max-height: 570px;
    z-index: -2;
    border-radius: 0 5px 5px 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: 16px;
    }

    .accordion-style1 .accordion-body {
        font-size: 14px;
    }
}

/* 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 */
@media (max-width: 767px) {
    .accordion-style1 .accordion-item {
        padding: 0 20px 0px 20px;
    }

    .accordion-style1.layout2 .accordion-button {
        padding: 14.5px 20px;
        font-size: 16px;
    }

    .accordion-style1.layout2 .accordion-body {
        padding: 25px 20px 23px 20px;
    }

    .accordion-style2 .accordion-item {
        padding: 0 30px 6.5px 30px;
    }
}

/*------------------- 4.17. Simple Sections  -------------------*/
/*------------------- 4.18. Testimonial  -------------------*/
/*------------------- 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-flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--white-color);
    background-color: #FF5C00;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 0%;
    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: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    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(--border-color);
    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;
}

/*------------------- 4.20. Price Plan  -------------------*/
.price-block--style {
    padding: 15px;
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.price-block--style .price-block__header {
    padding: 40px 40px 0;
    position: relative;
    background-color: #FF5C00;
    margin-right: -30px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .price-block--style .price-block__header {
        padding: 40px 15px 0;
    }
}

.price-block--style .price-block__header--bottom {
    display: flex;
}

.price-block--style .price-block__name {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 5px;
}

.price-block--style .price-block__price {
    font-size: 40px;
    font-weight: 700;
    color: var(--white-color);
    display: inline-flex;
    align-items: end;
    line-height: 1;
    gap: 3px;
    margin-bottom: 27px;
    font-family: var(--title-font);
}

.price-block--style .price-block__price>span {
    transition: all 0.3s ease-in-out;
}

.price-block--style .price-block__price>span::first-letter {
    color: #FF5C00;
    transition: all 0.3s ease-in-out;
}

.price-block--style .price-block__price>span>span {
    font-size: 20px;
}

.price-block--style .price-block__price>sub {
    font-size: 14px;
    bottom: 5px;
    line-height: 1;
}

.price-block--style .price-block__icon {
    display: inline-flex;
    align-items: center;
    min-height: 87px;
    min-width: 87px;
    justify-content: center;
    border: 4px solid var(--white-color);
    background-color: #888891;
    border-radius: 50%;
    margin-bottom: -40px;
    transition: all 0.3s ease-in-out;
}

.price-block--style .price-block__content {
    padding: 65px 40px 25px 40px;
}

@media (max-width: 1199px) {
    .price-block--style .price-block__content {
        padding: 65px 0px 25px 15px;
    }
}

.price-block--style .price-block__content>ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 34px;
}

.price-block--style .price-block__content>ul>li {
    padding-left: 36px;
    position: relative;
    color: var(--black-color);
    font-weight: 500;
}

.price-block--style .price-block__content>ul>li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    color: #FF5C00;
    font-size: 22px;
}

.price-block--style:hover {
    box-shadow: var(--box-shadow);
}

.price-block--style:hover .price-block__header {
    background-color: #FF5C00;
}

.price-block--style:hover .price-block__price>span {
    transition: all 0.3s ease-in-out;
}

.price-block--style:hover .price-block__price>span::first-letter {
    color: var(--black-color);
    transition: all 0.3s ease-in-out;
}

.price-block--style:hover .price-block__icon {
    background-color: var(--black-color);
    transition: all 0.3s ease-in-out;
}

/*------------------- 4.21. Forms Style  -------------------*/
.form--style .form-select,
.form--style2 .form-select {
    border: 1px solid var(--silverDeeper-color);
    background-color: transparent;
    min-height: 66px;
    color: var(--border-color);
    font-size: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDI5IDI5Ij4NCiAgPGcgaWQ9ImFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA0MiAtNTk5MikiPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfOSIgZGF0YS1uYW1lPSJFbGxpcHNlIDkiIGN4PSIxNC41IiBjeT0iMTQuNSIgcj0iMTQuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA0MiA1OTkyKSIgZmlsbD0iIzJhMmEyYSIvPg0KICAgIDx0ZXh0IGlkPSJfIiBkYXRhLW5hbWU9Iu+EhyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA1Mi4wMTkgNjAxMC43MzQpIiBmaWxsPSIjZmZmIiBmb250LXNpemU9IjExIiBmb250LWZhbWlseT0iRm9udEF3ZXNvbWU2RnJlZS1Tb2xpZCwgJ0ZvbnQgQXdlc29tZSBcMzYgIEZyZWUgU29saWQnIj48dHNwYW4geD0iMCIgeT0iMCI+74SHPC90c3Bhbj48L3RleHQ+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-size: auto;
    background-position: center right 14px;
}

@media (max-width: 319px) {

    .form--style .form-select,
    .form--style2 .form-select {
        padding-left: 15px;
    }
}

.form--style .form-select.select2-container--default .select2-selection--single,
.form--style2 .form-select.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: transparent;
    min-height: 66px;
    display: flex;
    align-items: center;
}

.form--style .form-select.select2-container--default .select2-selection__rendered,
.form--style2 .form-select.select2-container--default .select2-selection__rendered {
    color: var(--border-color);
}

.form--style .form-label,
.form--style2 .form-label {
    color: var(--border-color);
}

.form--style .form-group,
.form--style2 .form-group {
    margin-bottom: 30px;
}

@media (max-width: 767px) {

    .form--style .form-group,
    .form--style2 .form-group {
        margin-bottom: 20px;
    }
}

.form--style2 {
    background-color: var(--white-color);
    border: 1px solid var(--black-color);
    padding: 64px 64px 80px;
    background-size: auto;
    background-position: top right;
}

@media (max-width: 767px) {
    .form--style2 {
        padding: 20px;
    }
}

.form--style2 .form-select,
.form--style2 .form-control {
    border: 1px solid var(--border-color);
    min-height: 66px;
    background-color: var(--white-color);
    color: var(--text-color);
    font-size: 16px;
}

.form--style2 .form-group {
    margin-bottom: 20px;
}

.form--style2 .form-group:last-child {
    margin-bottom: 0;
}

.form--style2 .form-select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgdmlld0JveD0iMCAwIDM1IDM1Ij4NCiAgPGcgaWQ9ImFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTc5IC03NzU5KSI+DQogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV85IiBkYXRhLW5hbWU9IkVsbGlwc2UgOSIgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNy41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NzkgNzc1OSkiIGZpbGw9IiNmMGYwZjAiLz4NCiAgICA8dGV4dCBpZD0iXyIgZGF0YS1uYW1lPSLvhIciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk5Mi4wMTkgNzc4MC43MzQpIiBmb250LXNpemU9IjExIiBmb250LWZhbWlseT0iRm9udEF3ZXNvbWU2RnJlZS1Tb2xpZCwgJ0ZvbnQgQXdlc29tZSBcMzYgIEZyZWUgU29saWQnIj48dHNwYW4geD0iMCIgeT0iMCI+74SHPC90c3Bhbj48L3RleHQ+DQogIDwvZz4NCjwvc3ZnPg0K");
}

.form--style2 .form-select.select2-container--default .select2-selection__rendered {
    color: var(--text-color);
    font-size: 16px;
}

.form--style3,
.form--style4,
.form--contact {
    padding: 0 45px 60px;
    background-color: var(--grey-color);
}

.form--style3 .form__content,
.form--style4 .form__content,
.form--contact .form__content {
    padding-bottom: 10px;
    padding-top: 20px;
}

.form--style3 .form__header,
.form--style4 .form__header,
.form--contact .form__header {
    display: flex;
    gap: 25px;
    align-items: flex-end;
    margin-bottom: 33px;
}

.form--style3 .form__header__icon,
.form--style4 .form__header__icon,
.form--contact .form__header__icon {
    min-height: 140px;
    min-width: 81px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background: #FF5C00;
}

.form--style3 .form__link,
.form--style4 .form__link,
.form--contact .form__link {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: underline;
}

.form--style3 .form__link:hover,
.form--style4 .form__link:hover,
.form--contact .form__link:hover {
    color: #FF5C00;
}

.form--style3 .form__label,
.form--style4 .form__label,
.form--contact .form__label {
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 24px;
    font-weight: 500;
    text-decoration: underline;
}

.form--style3 .form__label::before,
.form--style4 .form__label::before,
.form--contact .form__label::before {
    top: calc((100% - 21px) / 2);
}

.form--style3 .sec-title,
.form--style4 .sec-title,
.form--contact .sec-title {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 3px 0;
    text-transform: capitalize;
}

@media (max-width: 1199px) {

    .form--style3 .sec-title,
    .form--style4 .sec-title,
    .form--contact .sec-title {
        font-size: 24px;
    }
}

.form--style3 .sec-text,
.form--style4 .sec-text,
.form--contact .sec-text {
    margin-bottom: 0;
}

.form--style3 .form-group:last-child,
.form--style4 .form-group:last-child,
.form--contact .form-group:last-child {
    margin-bottom: 0;
}

.form--style3 .form-control,
.form--style4 .form-control,
.form--contact .form-control {
    height: 62px;
    border: 1px solid var(--border-color);
    padding: 15px 41px;
    color: var(--charcoalGreyDeep-color);
}

.form--style3 .form-control:focus,
.form--style4 .form-control:focus,
.form--contact .form-control:focus {
    border-color: #FF5C00;
}

.form--style3 .form-control:focus::-moz-placeholder,
.form--style4 .form-control:focus::-moz-placeholder,
.form--contact .form-control:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form--style3 .form-control:focus::placeholder,
.form--style4 .form-control:focus::placeholder,
.form--contact .form-control:focus::placeholder {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.form--contact .sec-title,
.form--contact .sec-text {
    color: var(--white-color);
}

@media (max-width: 991px) {
    .form--style3 {
        padding: 15px;
    }
}

.form--style4 {
    background-color: var(--black-color);
}

@media (max-width: 991px) {
    .form--style4 {
        padding: 15px;
    }
}

.form--style4 .sec-title {
    color: var(--white-color);
}

.form--style4 .sec-text {
    color: var(--white-color);
}

.form--style4 .form-control {
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-color);
}

.form--style4 .form-control::-moz-placeholder {
    color: var(--white-color);
}

.form--style4 .form-control::placeholder {
    color: var(--white-color);
}

.form--style4 .form__label {
    color: var(--white-color);
}

.form--contact {
    background-color: transparent;
    padding: 0;
    margin-bottom: 30px;
}

.form--contact .sec-text {
    margin-bottom: 10px;
}

.form--contact .form-group .form-icon {
    position: absolute;
    left: auto;
    right: 34px;
    line-height: 1;
    padding: 10px 0 10px 16px;
    top: calc((100% - 43px) / 2);
}

.form--contact .form-group .form-icon::before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: var(--silver-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form--contact .form-group .form-control {
    padding: 18px 60px 18px 26px;
    color: var(--text-color);
    border: 1px solid var(--border-color);
}

.form--contact .form-group .form-control::-moz-placeholder {
    color: var(--text-color);
}

.form--contact .form-group .form-control::placeholder {
    color: var(--text-color);
}

.form--contact .form-group textarea.form-control {
    padding: 24px 60px 24px 26px;
    min-height: 122px;
    resize: none;
}

.form--contact .form-group textarea.form-control+.form-icon {
    padding: 10px 0 10px 16px;
    top: calc((100% - 80px) / 2);
}

.form--contact .form-group textarea.form-control+.form-icon::before {
    height: 80px;
    top: 0;
    transform: translateY(0);
}

.select2-container {
    width: 100% !important;
    /* Set initial width to auto */
}

.subs-form {
    position: relative;
}

.subs-form__field {
    min-height: 66px;
    min-width: 771px;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .subs-form__field {
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .subs-form__field {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .subs-form__field {
        font-size: 13px;
        padding: 0 30px 0 15px;
    }
}

.subs-form__field::-moz-placeholder {
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.subs-form__field::placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.subs-form__field:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subs-form__field:focus::placeholder {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.subs-form__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    padding: 20px 42px;
    min-height: 56px;
}

@media (max-width: 767px) {
    .subs-form__btn {
        padding: 20px 28px;
        position: static;
        transform: translateY(0);
        background: var(--black-color);
        width: 100%;
        justify-content: center;
    }
}

/*------------------- 4.22. Projects  -------------------*/
.project--layout1,
.project--layout3 {
    background-color: var(--grey-color);
}

.project--layout3 .slick-dots {
    border: 0;
    justify-content: center;
    gap: 18px;
    display: flex;
    margin: 0 auto;
    max-width: 186px;
    overflow: hidden;
    padding-top: 25px;
    margin-bottom: 30px;
}

.project--layout3 .slick-dots>li {
    height: 5px;
}

.project--layout3 .slick-dots>li>button {
    background-color: var(--black-color);
    min-width: 13px;
    height: 5px;
    transition: all 0.3s ease-in-out;
}

.project--layout3 .slick-dots>li.slick-active>button {
    background-color: #FF5C00;
    min-width: 92px;
    transition: all 0.3s ease-in-out;
}

.project-title {
    max-width: 600px;
}

.project-title2 {
    display: flex;
    gap: 25px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .project-title2 {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}

.project-title2 .sec-text2 {
    margin-bottom: 46px;
}

@media (max-width: 991px) {
    .project-title2 .sec-text2 {
        margin-bottom: 25px;
    }
}

.project__backlay {
    top: 152px;
    left: 0;
    opacity: 0.1;
}

.project__shape {
    position: absolute;
    bottom: 0;
    min-height: 118px;
    background-color: var(--white-color);
    width: 100%;
    z-index: -1;
}

.project-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 117px;
}

@media (max-width: 991px) {
    .project-block {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .project-block {
        margin-bottom: 30px;
    }
}

.project-block__img {
    transition: all 0.3s ease-in-out;
}

.project-block__img:nth-of-type(1) {
    transition-delay: 0.2s;
}

.project-block__img:nth-of-type(2) {
    transition-delay: 0.3s;
}

.project-block__img:nth-of-type(3) {
    transition-delay: 0.4s;
}

@media (max-width: 991px) {
    .project-block__img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.project-block__media {
    position: relative;
}

.project-block__media::before {
    background-color: var(--black-color);
    content: "";
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: all ease 0.4s;
}

.project-block__content {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 4;
    padding: 48px;
    transform: translateY(42%);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .project-block__content {
        padding: 15px;
        transform: translateY(50%);
    }
}

.project-block__subtitle {
    color: #FF5C00;
    display: inline-block;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.project-block__title {
    font-size: 26px;
}

@media (max-width: 991px) {
    .project-block__title {
        font-size: 20px;
    }
}

.project-block__title__link {
    color: var(--white-color);
}

.project-block__title__link:hover {
    color: #FF5C00;
}

.project-block__text {
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.project-block__text:nth-of-type(1) {
    transition-delay: 0.2s;
}

.project-block__text:nth-of-type(2) {
    transition-delay: 0.3s;
}

.project-block__text:nth-of-type(3) {
    transition-delay: 0.4s;
}

@media (max-width: 991px) {
    .project-block__text {
        font-size: 14px;
    }
}

.project-block__link {
    align-items: center;
    color: var(--white-color);
    display: flex;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    gap: 13.5px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.project-block__link:nth-of-type(1) {
    transition-delay: 0.2s;
}

.project-block__link:nth-of-type(2) {
    transition-delay: 0.3s;
}

.project-block__link:hover {
    color: #FF5C00;
}

.project-block__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform: translateY(40%);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.project-block:hover .project-block__content,
.project-block:hover .project-block__shape {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.project-block:hover .project-block__link,
.project-block:hover .project-block__text {
    opacity: 1;
    visibility: visible;
}

.project-block:hover .project-block__img {
    transform: scale(1.1);
}

.project-block:hover .project-block__media::before {
    opacity: 0.75;
    transition: all ease 0.4s;
}

.project-block--style3 {
    position: relative;
    margin: 0 6px 30px;
}

.project-block--style3 .project-block__content {
    bottom: 0;
    left: auto;
    right: 0;
    position: absolute;
    z-index: 4;
    padding: 0;
    transform: translateY(0%);
    transition: all 0.3s ease-in-out;
    writing-mode: vertical-rl;
    text-align: left;
    transform: scaleX(-1) scaleY(-1);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 40px 20px;
}

.project-block--style3 .project-block__content__left {
    max-height: 60%;
}

.project-block--style3 .project-block__title {
    margin-bottom: 0;
    font-size: 20px;
}

.project-block--style3 .project-block__title>a:hover {
    color: var(--black-color);
}

.project-block--style3 .project-block__location {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    display: block;
    padding-right: 10px;
}

.project-block--style3 .project-block__arrow {
    min-width: 53px;
    min-height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black-color);
    border-radius: 50%;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
}

.project-block--style3:hover .project-block__media::before {
    background-color: #FF5C00;
    opacity: 0.8;
}

.project-block--style3:hover .project-block__arrow {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: scale(1) rotate(90deg);
}

.project-block--style4 {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .project-block--style4 {
        text-align: center;
    }
}

.project-block--style4 .project-block__content {
    position: static;
    padding: 17px 0 0 0;
    transform: translateY(0px);
}

.project-block--style4 .project-block__title {
    margin-bottom: 0;
    font-size: 26px;
}

.project-block--style4 .project-block__title>a {
    color: var(--black-color);
}

.project-block--style4 .project-block__title>a:hover {
    color: #FF5C00;
}

.project-block--style4 .project-block__media::before {
    display: none;
}

.project-estimate,
.project-estimate2 {
    margin-right: -1100%;
    background: #FF5C00;
    padding: 90px 100px;
    background-repeat: no-repeat;
    background-position: left -9%;
    min-height: 458px;
}

@media (max-width: 767px) {

    .project-estimate,
    .project-estimate2 {
        margin-right: 0;
        padding: 20px 20px 15px;
        background-position: left 0%;
        min-height: 100%;
        background-size: contain;
    }
}

.project-estimate__img,
.project-estimate2__img {
    position: absolute;
    right: 139px;
    bottom: 0px;
    z-index: 1;
}

@media (max-width: 1919px) {

    .project-estimate__img,
    .project-estimate2__img {
        right: 0;
        max-width: 650px;
    }
}

@media (max-width: 1399px) {

    .project-estimate__img,
    .project-estimate2__img {
        max-width: 550px;
    }
}

@media (max-width: 1199px) {

    .project-estimate__img,
    .project-estimate2__img {
        max-width: 430px;
    }
}

@media (max-width: 991px) {

    .project-estimate__img,
    .project-estimate2__img {
        display: none;
    }
}

.project-estimate__letter,
.project-estimate2__letter {
    position: absolute;
    font-size: 300px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--white-color);
    opacity: 0.1;
    line-height: 1;
    right: 0;
    bottom: -40px;
}

@media (max-width: 991px) {

    .project-estimate__letter,
    .project-estimate2__letter {
        font-size: 164px;
    }
}

.project-estimate2 {
    background-position: center bottom;
    padding: 98px 0 88px;
    min-height: 378px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .project-estimate2 {
        padding: 40px 0 40px;
        min-height: 100%;
        overflow: hidden;
    }
}

.project-estimate2 .project-estimate__img {
    right: 78px;
}

@media (max-width: 1499px) {
    .project-estimate2 .project-estimate__img {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .project-estimate2 .project-estimate__img {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .project-estimate2 .project-estimate__img {
        display: none;
    }
}

.project--layout2 {
    background-color: var(--grey-color);
}

.project--layout2 .tab-content {
    margin-right: -100%;
    margin-left: -60px;
}

@media (max-width: 1199px) {
    .project--layout2 .tab-content {
        margin-left: -40px;
    }
}

@media (max-width: 991px) {
    .project--layout2 .tab-content {
        margin-left: 0;
        margin-right: 0;
        margin-top: -73px;
        position: relative;
        z-index: 9;
    }
}

@media (max-width: 767px) {
    .project--layout2 .tab-content {
        margin-top: -60px;
    }
}

.project__col {
    margin-bottom: 56px;
}

.project-element1 {
    bottom: 102px;
}

.project-tabbtn--style {
    background-color: var(--white-color);
    border: 1px solid var(--silverLight-color);
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 19px;
    transition: all 0.3s ease-in-out;
}

.project-tabbtn--style:last-child {
    margin-bottom: 0;
}

.project-tabbtn--style .project-tabbtn__number {
    min-width: 72px;
    min-height: 150px;
    border: 1px solid var(--silverDeeper-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: -1px 0 -1px -1px;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .project-tabbtn--style .project-tabbtn__number {
        min-width: 45px;
        min-height: 115px;
    }
}

.project-tabbtn--style .project-tabbtn__content {
    padding: 0 43px;
    text-align: left;
}

@media (max-width: 767px) {
    .project-tabbtn--style .project-tabbtn__content {
        padding: 0 15px;
    }
}

.project-tabbtn--style .project-tabbtn__name {
    display: block;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .project-tabbtn--style .project-tabbtn__name {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .project-tabbtn--style .project-tabbtn__name {
        font-size: 18px;
    }
}

.project-tabbtn--style .project-tabbtn__location {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .project-tabbtn--style .project-tabbtn__location {
        font-size: 14px;
    }
}

.project-tabbtn--style.active,
.project-tabbtn--style:hover {
    background-color: var(--black-color);
    border-color: var(--black-color);
}

.project-tabbtn--style.active .project-tabbtn__number,
.project-tabbtn--style:hover .project-tabbtn__number {
    background-color: #FF5C00;
    border-color: #FF5C00;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.project__text {
    padding-right: 60px;
}

@media (max-width: 1199px) {
    .project__text {
        padding-right: 0;
    }
}

.project__title {
    font-size: 40px;
}

@media (max-width: 767px) {
    .project__title {
        font-size: 22px;
    }
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.info-box {
    border: 1px solid var(--silverLight-color);
    margin-bottom: -138px;
    position: relative;
    z-index: 9;
    max-width: 415px;
}

@media (max-width: 991px) {
    .info-box {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .info-box {
        margin-bottom: 0;
    }
}

.info-box>ul {
    padding: 57px 57px 100px 57px;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 991px) {
    .info-box>ul {
        padding: 57px 57px 57px 57px;
    }
}

@media (max-width: 767px) {
    .info-box>ul {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .info-box>ul>li {
        margin-bottom: 10px;
    }
}

.info-box__title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    font-family: var(--title-font);
    color: var(--black-color);
}

.info-box__title.highlight {
    color: #FF5C00;
}

.info-box__title>a {
    color: var(--black-color);
}

.info-box__title>a:hover {
    color: #FF5C00;
}

.info-budget {
    background-color: #FF5C00;
    padding: 35px 57px 35px 57px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: -1px;
}

.info-budget>span {
    color: var(--white-color);
    display: block;
    font-family: var(--title-font);
    font-weight: 800;
}

.info-budget__title {
    font-size: 16px;
}

.info-budget__price {
    font-size: 40px;
}

/*------------------- 4.23. Contact  -------------------*/
.contact__wrapper {
    background-color: #dadae5;
    padding: 50px 0 10px 80px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .contact__wrapper {
        padding: 30px;
    }
}

.contact__wrapper::before {
    position: absolute;
    content: "";
    /*width: 121px;*/
    height: 100%;
    background-color: var(--white-color);
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact__wrapper::before {
        display: none;
    }
}

.contact__info {
    background-color: #FF5C00;
    padding: 15px 60px 0px;
}

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

/*------------------- 4.24. Event  -------------------*/
/*------------------- 4.25. CTA  -------------------*/
/*------------------- 4.26. Product  -------------------*/
.product-style1 {
    border: 1px solid var(--silverLight-color);
    margin-bottom: var(--bs-gutter-x, 30px);
    transition: all ease 0.4s;
}

.product-style1:hover {
    border-color: #FF5C00;
}

.product-style1 .product-img img {
    width: 100%;
}

.product-style1 .product-content {
    padding: 10px;
}

.product-style1 .product-content__header {
    margin-bottom: -35px;
}

.product-style1 .product-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--black-color);
    font-family: var(--title-font);
    display: flex;
    line-height: 1;
    align-items: baseline;
}

.product-style1 .product-price del {
    font-size: 14px;
    font-weight: 600;
    margin-right: 7px;
}

.product-style1 .product-title {
    font-size: 22px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.product-style1 .star-rating {
    margin-bottom: 30px;
    display: flex;
    color: var(--rating-color);
    gap: 3px;
}

.product-style1 .star-rating>i {
    font-size: 10px;
}

.product-style1 .vs-btn i {
    margin-right: 10px;
}

.product-style1 .actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    overflow: hidden;
}

.product-style1 .icon-btn {
    background-color: rgba(0, 0, 0, 0);
    color: var(--black-color);
    border: 1px solid #d0d0d0;
    font-size: 20px;
    width: 54px;
    height: 54px;
    border-radius: 0;
    line-height: 54px;
}

.product-style1 .icon-btn:before {
    background-color: var(--vs-secondary-color);
    --border-size: 1px;
}

.product-style1 .icon-btn:hover {
    background-color: #FF5C00;
    border-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
}

.product-style1 {
    box-shadow: 0px 0px 0px rgba(4, 4, 4, 0);
    position: relative;
}

.product-style1 .product-img {
    position: relative;
    z-index: 1;
}

.product-style1::before,
.product-style1::after {
    position: absolute;
    content: "";
    transition: all ease 0.4s;
}

.product-style1::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 5%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 5%);
    width: 100.7%;
    height: 286px;
    background-color: #f0f0f0;
    left: -1px;
    top: -1px;
}

.product-style1::after {
    -webkit-clip-path: polygon(0px 0px, 77.67% 55.06%, 45.74% 91.36%, 0px 12%);
    clip-path: polygon(0px 0px, 77.67% 55.06%, 45.74% 91.36%, 0px 12%);
    width: 165.69px;
    height: 173.66px;
    background-color: #f0f0f0;
    top: 40px;
    left: -1px;
    -webkit-clip-path: polygon(-27px -13px, 80.37% 54.19%, 39.13% 90.22%, -10px 11.33%);
    clip-path: polygon(-27px -13px, 80.37% 54.19%, 39.13% 90.22%, -10px 11.33%);
}

.product-style1 .vs-btn {
    padding: 19px 19px;
    opacity: 0;
    transform: translateY(-150%);
    visibility: hidden;
    cursor: none;
    justify-content: center;
}

.product-style1:hover,
.product-style1.hovered {
    box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
}

.product-style1:hover::before,
.product-style1:hover::after,
.product-style1.hovered::before,
.product-style1.hovered::after {
    background-color: #FF5C00;
}

.product-style1:hover .vs-btn,
.product-style1.hovered .vs-btn {
    opacity: 1;
    transform: translateY(0%);
    visibility: visible;
    cursor: pointer;
}

@media (max-width: 1399px) {
    .product-style1 .product-content {
        padding: 20px 20px 20px 20px;
    }

    .product-style1 .vs-btn {
        padding: 17px 19px;
    }
}

@media (max-width: 991px) {
    .product-thumb-slide {
        margin-bottom: 30px;
    }

    .product-about .product-title {
        font-size: 34px;
        margin-bottom: 6px;
    }

    .product-about .product-price {
        font-size: 26px;
        margin: 0 0 11px 0;
    }
}

@media (max-width: 767px) {
    .product-about .product-title {
        font-size: 30px;
        margin-bottom: 8px;
    }
}

.vs-product-wrapper .vs-pagination {
    justify-content: center;
    display: inline-flex;
    margin-top: 30px;
}

.vs-pagination {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 12px;
    border: 1px solid #858585;
}

.vs-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 0;
    background-color: transparent;
}

.vs-pagination span,
.vs-pagination a {
    position: relative;
    display: inline-block;
    text-align: center;
    border: none;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    width: 45px;
    height: 45px;
    line-height: 45px;
    z-index: 1;
    text-transform: capitalize;
    background-color: var(--white-color);
    border-radius: 50%;
}

.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 i,
.vs-pagination a i {
    margin-left: 7px;
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
}

.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 10px;
    list-style-type: none;
}

.vs-pagination .pagi-btn {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 21px 31px;
    border-radius: 0px;
    background-color: var(--black-color);
    color: var(--white-color);
    text-transform: uppercase;
}

.vs-pagination .pagi-btn:before {
    background-color: #FF5C00;
}

@media (max-width: 767px) {
    .vs-pagination {
        gap: 5px;
    }

    .vs-pagination ul {
        padding: 3px 3px;
    }

    .vs-pagination span,
    .vs-pagination a {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .vs-pagination li {
        margin: 0 0;
    }

    .vs-pagination .pagi-btn {
        padding: 11px 15px;
        font-size: 12px;
    }
}

.product-about {
    margin-bottom: 25px;
}

.product-about .product-rating {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin: 0 0 17px 0;
}

@media (max-width: 767px) {
    .product-about .product-rating {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.product-about .product-rating__total {
    color: var(--charcoalGreyDeep-color);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
}

.product-about .product-rating .star-rating {
    margin-right: 10px;
    font-size: 16px;
    width: 104px;
}

.product-about .product-title {
    font-size: 38px;
    margin-bottom: 45px;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .product-about .product-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
}

.quantity {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 21px;
    flex-wrap: wrap;
}

.quantity .screen-reader-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
}

.quantity__field {
    display: flex;
    align-items: center;
    border: 1px solid var(--silverLight-color);
    min-width: 212px;
    padding-right: 0px;
}

@media (max-width: 991px) {
    .quantity__field {
        min-width: 130px;
    }
}

.quantity__buttons {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
}

.product-about .qty-input {
    border: 0;
    padding: 0 25px;
    min-height: 54px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--black-color);
}

.product-about .product-instock {
    display: inline-flex;
    align-items: center;
    color: #1f9d25;
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 700;
    margin-right: 37px;
    gap: 10px;
}

.product-about .star-rating:before,
.product-about .star-rating span:before {
    color: var(--rating-color);
    transform: translate(0%, 0%);
    font-weight: 700;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}

.product-big-img {
    background-color: #f1f1f1;
    border: 1px solid rgba(203, 203, 203, 0.3);
    margin-bottom: 20px;
    text-align: center;
    border-radius: 0px;
}

.product-big-img img {
    width: 100%;
}

.product-thumb-slide {
    margin-bottom: 22px;
    max-width: 107px;
}

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

.product-thumb-slide.row {
    --bs-gutter-x: 20px;
}

.product-thumb-slide .thumb {
    background-color: #f1f1f1;
    overflow: hidden;
    transition: all ease 0.4s;
    border: 1px solid rgba(203, 203, 203, 0.3);
    cursor: pointer;
    border-radius: 0px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .product-thumb-slide .thumb {
        margin-bottom: 0;
        margin: 0 7.5px;
    }
}

.product-thumb-slide .thumb img {
    transition: all ease 0.4s;
    width: 100%;
}

.product-thumb-slide .thumb:hover {
    border-color: #FF5C00;
}

.product-thumb-slide .slick-current .thumb {
    border-color: #FF5C00;
}

.qty-btn {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    margin: -4px 0;
    color: var(--smoke-color);
}

.product-about .product-price {
    font-size: 40px;
    font-weight: 800;
    color: var(--black-color);
    line-height: 1;
    margin: 0 0 27px 0;
    font-family: var(--title-font);
}

.product-about .product-price del {
    font-size: 20px;
    color: #777;
    font-weight: 600;
}

.product-about .product-text {
    margin-bottom: 24px;
}

.product-about .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 43px;
    align-items: center;
}

.product-about .actions .vs-btn {
    padding: 19px 55px;
}

.product-about .actions .vs-btn::after,
.product-about .actions .vs-btn::before {
    background-color: var(--black-color);
}

.product-about .actions .icon-btn {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--silverLight-color);
    font-size: 20px;
    width: var(--btn-size, 54px);
    height: var(--btn-size, 54px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.product-about .actions .icon-btn::before {
    background-color: #FF5C00;
    --border-size: 0;
}

.product-about .actions .icon-btn:hover {
    border-color: #FF5C00;
    color: var(--white-color);
    background-color: #FF5C00;
}

.product-about .product-getway {
    padding-top: 30px;
}

.product-about .getway-title {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 700;
    margin: -0.15em 0 15px 0;
    line-height: 1;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
}

.product_meta {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid var(--border-color);
    padding: 30px 0 0px 0;
    margin-top: 22px;
}

.product_meta>span {
    display: block;
    margin-bottom: 15px;
    color: #FF5C00;
    font-weight: 700;
}

.product_meta>span:last-child {
    margin-bottom: 0;
}

.product_meta>span a {
    color: inherit;
}

.product_meta>span a:hover {
    color: #FF5C00;
}

.product_meta>span>a,
.product_meta>span>span {
    position: relative;
    margin-left: 3px;
    color: var(--title-color);
    text-transform: capitalize;
    font-weight: 700;
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
    margin-left: 5px;
}

.product_meta>span>a:not(:last-child)::after,
.product_meta>span>span:not(:last-child)::after {
    content: ",";
    margin-right: 3px;
}

.product-description {
    margin-top: 26px;
}

.product-description .description {
    margin-bottom: 40px;
    padding-top: 15px;
}

.product-description .description p {
    color: var(--charcoalGreyDeep-color);
}

.product-description .description .comment-list {
    margin: 0 0 0 0;
}

.product-description__tab .nav {
    border: 1px solid var(--silverLight-color);
    padding: 0px 25px 0 25px;
}

@media (max-width: 767px) {
    .product-description__tab .nav .nav-item {
        width: 100%;
    }
}

.product-description__tab .nav .nav-link {
    background: transparent;
    font-size: 18px;
    font-weight: 800;
    color: var(--black-color);
    font-family: var(--title-font);
    padding: 17px 39px 17px 39px;
    border: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.product-description__tab .nav .nav-link:hover {
    color: #FF5C00;
}

@media (max-width: 991px) {
    .product-description__tab .nav .nav-link {
        padding: 17px 19px 17px 19px;
    }
}

@media (max-width: 767px) {
    .product-description__tab .nav .nav-link {
        width: 100%;
        padding: 17px 0px 17px 0;
        font-size: 16px;
    }
}

.product-description__tab .nav .nav-link::before,
.product-description__tab .nav .nav-link::after {
    position: absolute;
    content: "";
    transition: all ease 0.4s;
}

.product-description__tab .nav .nav-link::before {
    width: 0%;
    min-height: 4px;
    background-color: #FF5C00;
    bottom: -1px;
    left: auto;
    right: 0;
}

.product-description__tab .nav .nav-link::after {
    min-height: 25px;
    width: 1px;
    right: 0;
    top: 17px;
    background: #989898;
}

@media (max-width: 767px) {
    .product-description__tab .nav .nav-link::after {
        display: none;
    }
}

.product-description__tab .nav .nav-link.active::before {
    width: 100%;
    left: 0;
    right: 0;
}

.product-description__tab .nav .nav-item:last-child .nav-link::after {
    display: none;
}

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

.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: var(--yellow-color);
    float: left;
    top: 50%;
    left: 50%;
    position: absolute;
    letter-spacing: 3px;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    position: absolute;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: var(--yellow-color);
    letter-spacing: 3px;
    font-weight: 700;
}

.list-style2 li {
    color: var(--charcoalGreyDeep-color);
    font-weight: 400;
}

.list-style2 li::before {
    margin-top: 7px;
    margin-right: 15px;
}

.product-information__item {
    background-color: #f5f5f5;
    min-height: 66px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--black-color);
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .product-information__item {
        font-size: 16px;
    }
}

.product-information__item:last-child {
    margin-bottom: 0;
}

.product-information__name {
    color: #FF5C00;
    background-color: var(--white-color);
    min-height: 66px;
    border: 1px solid #FF5C00;
    display: inline-flex;
    align-items: center;
    min-width: 310px;
    padding: 10px 47px;
    margin-right: 24%;
}

@media (max-width: 991px) {
    .product-information__name {
        min-width: 180px;
        padding: 10px 15px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .product-information__name {
        min-width: 140px;
    }
}

/*------------------- 4.26. Product  -------------------*/
.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: 1px solid var(--border-color);
    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: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300;
    top: 1px;
    position: relative;
}

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

.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: var(--yellow-color);
    float: left;
    letter-spacing: 3px;
    font-weight: 400;
    display: none;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--yellow-color);
    letter-spacing: 3px;
    font-weight: 700;
}

.woocommerce-Reviews .vs-comments-wrap {
    margin-top: 0;
}

.woocommerce-Reviews .star-rating:before {
    display: block;
}

.quantity {
    position: relative;
    width: -moz-max-content;
    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;
}

.quantity .qty-btn {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    margin: -4px 0;
    color: #FF5C00;
    border-radius: 0;
    padding: 4px 20px;
    font-size: 22px;
}

.quantity .qty-btn:hover {
    background-color: #FF5C00;
    color: var(--white-color);
}

.quantity .quantity-plus {
    bottom: 30px;
    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;
}

/*------------------- 4.26. Product  -------------------*/
.woocommerce-cart-form {
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 0;
    margin-bottom: 20px;
    border-top-color: #FF5C00;
}

@media (max-width: 991px) {
    .woocommerce-cart-form {
        overflow-x: scroll;
        border-top-color: var(--border-color);
    }
}

.cart_table {
    margin-bottom: 0;
    border-radius: 20px;
    border: none;
}

.cart_table thead th {
    background-color: transparent;
    border: none;
    color: #000000;
    font-size: 20px;
    font-family: var(--title-font);
    font-weight: 700;
    border-bottom: 2px solid #FF5C00;
    border-left: 2px solid #FF5C00;
    border-right: 2px solid #FF5C00;
    border-top: 1px solid #FF5C00;
}

.cart_table thead th:first-child {
    border-radius: 20px 0 0 0;
}

.cart_table thead th:last-child {
    border-radius: 0 20px 0 0;
}

.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 17px 15px;
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    transform: translateY(-50%);
    display: none;
}

.cart_table td {
    border: none;
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    color: var(--body-color);
    padding: 26px 34px;
    position: relative;
    vertical-align: middle;
    line-height: 1;
}

.cart_table td:last-child {
    border-right: none;
}

.cart_table tr:last-child td {
    border-bottom: none;
}

.cart_table .product-quantity {
    color: var(--title-color);
}

.cart_table .product-quantity input {
    position: relative;
    top: -2px;
}

.cart_table .cart-productimage {
    border: 1px solid var(--border-color);
    display: inline-flex;
    width: 100px;
    height: 100px;
    line-height: 85px;
    overflow: hidden;
    border-radius: 0;
    align-items: center;
}

@media (max-width: 767px) {
    .cart_table .cart-productimage {
        width: 93px;
        height: 93px;
    }
}

.cart_table .cart-productimage img {
    transform: scale(1.001);
    width: 100%;
    transition: all ease 0.4s;
}

.cart_table .cart-productimage:hover img {
    transform: scale(1.1);
}

.cart_table .amount {
    font-size: 20px;
    font-weight: 600;
    color: var(--black-color);
    font-family: var(--title-font);
}

.cart_table .cart-productname {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
}

.cart_table .cart-productname:hover {
    color: #FF5C00;
}

.cart_table .remove {
    color: #FF5C00;
    font-size: 18px;
}

.cart_table .remove:hover {
    color: var(--title-color);
}

.cart_table .quantity {
    width: -moz-max-content;
    width: max-content;
    display: inline-flex;
}

.cart_table .qty-input {
    border: 0;
    padding: 0 25px;
    min-height: 54px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--black-color);
}

.cart_table .actions {
    text-align: right;
    vertical-align: middle;
    padding: 15px 30px;
}

.cart_table .actions>.vs-btn {
    font-size: 16px;
    padding: 17px 28px;
    margin-right: 15px;
    background-color: var(--smoke-color);
}

.cart_table .actions>.vs-btn:last-child {
    margin-right: 0;
}

.cart_table .vs-cart-coupon {
    float: left;
    margin: 0;
    width: 500px;
    max-width: 100%;
    display: flex;
    border: 2px solid var(--smoke-color);
    border-radius: 9999px;
}

.cart_table .vs-cart-coupon input {
    height: 50px;
    color: var(--title-color);
    border: none;
    flex: 1;
    background-color: transparent;
    border-radius: 0;
}

.cart_table .vs-cart-coupon .vs-btn {
    font-size: 16px;
    padding: 17px 22px;
    width: -moz-max-content;
    width: max-content;
    margin: -2px;
    background-color: var(--smoke-color);
}

.summary-title {
    position: relative;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 800;
}

.cart_totals tfoot .order-total td {
    border-top: 2px solid #FF5C00;
    text-transform: uppercase;
    color: #FF5C00;
    font-size: 18px;
    padding: 20px 20px;
}

@media (max-width: 767px) {
    .cart_totals tfoot .order-total td {
        width: 40%;
        line-height: 1.4;
        font-size: 15px;
    }
}

.cart_totals {
    border: 1px solid var(--border-color);
    background: var(--white-color);
    box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 14px 20px;
    border: none;
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    font-weight: 800;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--title-font);
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
    color: #FF5C00;
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .cart_totals .woocommerce-shipping-methods label {
        font-size: 14px;
    }
}

.cart_totals .woocommerce-shipping-methods label::before {
    top: calc((100% - 24px) / 2);
    line-height: 18px;
}

.cart_totals .shipping-calculator-form {
    display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .vs-btn {
    padding: 13px 30px;
}

.cart_totals .amount {
    font-weight: 800;
    font-size: 16px;
    font-family: var(--title-font);
}

.cart_totals .order-total .amount {
    color: #FF5C00;
    font-size: 18px;
}

.cart_totals input,
.cart_totals select {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: right 20px center;
    font-size: 14px;
}

/* Medium devices */
@media (max-width: 991px) {
    .cart_table .amount {
        font-size: 16px;
    }

    .cart_table th {
        padding: 23px 8px;
        font-size: 14px;
    }

    .cart_table .cart-productname {
        font-size: 14px;
    }

    .cart_table .vs-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
    }

    .cart_table .actions {
        text-align: center;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 0px;
        border: none;
    }

    .cart_table thead {
        display: none;
    }

    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid var(--border-color);
        border-bottom: none;
    }

    .cart_table td::before {
        display: block;
    }

    .cart_table td:last-child {
        border-bottom: 1px solid var(--border-color);
    }

    .cart_table td.actions {
        padding-left: 15px;
        text-align: center;
    }

    .cart_table td.actions>.vs-btn {
        margin-top: 10px;
        display: block;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    .cart_table td.actions>.vs-btn:last-child {
        margin-right: auto;
    }

    .cart_table .vs-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        justify-content: center;
        display: block;
        padding-bottom: 10px;
        border: none;
        border-radius: 0;
    }

    .cart_table .vs-cart-coupon input {
        border: 1px solid var(--smoke-color);
        border-radius: 9999px;
        width: 100%;
        margin-bottom: 10px;
    }

    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px;
    }

    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 40%;
        line-height: 1.4;
    }
}

.cart_item__des {
    display: grid;
    gap: 15px;
}

.cart_item .star-rating {
    width: 72px;
    font-weight: 700;
    font-size: 10px;
}

.cart_item .star-rating::before {
    font-weight: 700;
    color: var(--rating-color);
}

.cart-footer {
    margin-bottom: 90px;
}

.cart-totals--wrapper,
.vs-cart-coupon {
    background: var(--grey-color);
    padding: 50px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

@media (max-width: 991px) {

    .cart-totals--wrapper,
    .vs-cart-coupon {
        padding: 30px;
    }
}

@media (max-width: 767px) {

    .cart-totals--wrapper,
    .vs-cart-coupon {
        padding: 15px;
    }
}

.vs-cart-coupon {
    background-color: var(--black-color);
}

.vs-cart-coupon .summary-title {
    color: var(--white-color);
}

.vs-cart-coupon .form-control {
    height: 63px;
    margin-bottom: 15px;
}

.vs-cart-coupon .vs-btn {
    height: 63px;
}

/*------------------- 4.26. Product  -------------------*/
.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 40px;
    background-color: var(--smoke-color);
    --bs-gutter-x: 20px;
    margin-bottom: 40px;
    border-radius: 20px;
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    margin-bottom: 0;
    height: 60px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: transparent;
    height: 60px;
    border: none;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -35px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid var(--border-color);
    border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
    color: var(--body-color);
    height: 60px;
    line-height: 60px;
}

.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid var(--border-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.woocommerce-billing-fields .form-row {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 18px;
    opacity: 0;
}

span.select2-selection.select2-selection--single:focus {
    outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 10px;
    background-position: right 13px center;
}

.shipping-calculator-form .vs-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: none;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0;
}

.checkout-ordertable .order-total .amount {
    color: #FF5C00;
}

.checkout-ordertable input[type=hidden]~label {
    color: #FF5C00;
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: 20px;
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: none;
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    text-align: right;
    padding: 5px 20px;
    vertical-align: middle;
}

.checkout-ordertable tr:first-child th,
.checkout-ordertable tr:first-child td {
    border-top: 1px solid var(--border-color);
}

.checkout-ordertable tr:last-child th,
.checkout-ordertable tr:last-child td {
    border-bottom: none;
}

.checkout-ordertable th {
    text-align: left;
}

.woocommerce-checkout-payment {
    text-align: left;
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-checkout-payment ul li {
    padding-top: 10px;
    border-radius: 4px;
    font-size: 16px;
}

.woocommerce-checkout-payment ul input[type=radio]~label {
    margin-bottom: 17px;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: var(--body-font);
}

.woocommerce-checkout-payment ul input[type=radio]~label img {
    margin-bottom: -2px;
    margin-left: 10px;
}

.woocommerce-checkout-payment .place-order {
    padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
    color: var(--title-color);
    background-color: var(--grey-color);
    border: 1px solid var(--border-color);
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}

.vs-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px;
}

/* Small devices */
@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none;
    }

    .woocommerce-checkout-payment ul input[type=radio]~label img {
        max-width: 150px;
    }

    .checkout-ordertable th,
    .checkout-ordertable td {
        padding: 5px 20px 5px 60px;
    }

    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {

    .woocommerce-message,
    .woocommerce-info {
        font-size: 12px;
        padding: 11px 15px;
    }
}

.shipping_address {
    display: none;
    margin-bottom: 20px;
}

.woocommerce-checkout .form-group {
    margin-bottom: 20px;
}

.woocommerce-checkout .form-control {
    height: 40px;
}

.woocommerce-checkout .form-control:focus {
    height: 40px;
}

.woocommerce-checkout input[type=checkbox]~label:before {
    border: 3px solid #d6deec;
    height: 17px;
    width: 17px;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    top: 5px;
}

.woocommerce-checkout input[type=checkbox]:checked~label:before {
    border-color: #FF5C00;
}

.woocommerce-checkout input[type=checkbox]~label {
    margin-bottom: 0;
}

.cart-totals--cart {
    background-color: var(--black-color);
    padding: 45px;
}

.cart-totals--cart .summary-title {
    color: var(--white-color);
}

.cart-totals--cart .cart_totals {
    background-color: #181818;
    border: 0px solid var(--border-color);
}

.cart-totals--cart .cart_totals tfoot .order-total td {
    border-top: 2px solid #FF5C00;
    border-bottom: 2px solid #FF5C00;
    color: var(--white-color);
}

.cart-totals--cart .cart-totals--cart .cart_totals tfoot .order-total {
    border-right: 2px solid #FF5C00;
    border-left: 2px solid #FF5C00;
}

.cart-totals--cart .cart_totals .order-total .amount,
.cart-totals--cart .cart_totals .amount {
    color: var(--white-color);
}

.cart-totals--cart .cart_totals th:first-child,
.cart-totals--cart .cart_totals td:first-child {
    color: var(--white-color);
}

.cart-totals--cart input[type=radio]~label {
    color: var(--white-color);
}

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

.cart-totals--cart .woocommerce-checkout-payment input[type=radio]:checked~label::before {
    border-color: #FF5C00;
    background-color: #FF5C00;
    color: var(--white-color);
    content: "";
}

.cart-totals--cart .cart_totals .shipping-calculator-button {
    color: var(--white-color);
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.shipping-calculator-form .woocommerce-checkout .form-control:focus {
    height: 40px;
    line-height: 40px;
}

.shipping-calculator-form .select2-container--default .select2-selection--single {
    background-color: transparent;
    height: 40px;
    border: none;
}

.woocommerce-checkout .form-group:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout__form,
.woocommerce-checkout .cart-totals--cart {
    margin-bottom: 30px;
}

.woocommerce-checkout__form .form-control {
    height: 60px;
}

.woocommerce-checkout__form .form-control:focus {
    height: 60px;
    border: 1px solid #FF5C00;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #FF5C00;
}

.select2-container--default .select2-results__option--selected {
    background-color: #FF5C00;
    color: var(--white-color);
}

/*------------------- 4.26. Product  -------------------*/
.vsfaqs-img {
    position: relative;
    text-align: right;
    padding-bottom: 83px;
    margin-bottom: 30px;
}

.vsfaqs-img__img2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 28px 28px 0 0;
    background: var(--white-color);
}

.vsfaqs__img1 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.vsfaqs-accordion,
.vsfaqs-accordion2 {
    margin: 0 0 30px 0;
    padding-top: 6px;
}

.vsfaqs-accordion .accordion,
.vsfaqs-accordion2 .accordion {
    display: grid;
    gap: 20px;
}

.vsfaqs-accordion .accordion-item,
.vsfaqs-accordion2 .accordion-item {
    position: relative;
}

.vsfaqs-accordion .accordion-item:first-of-type .accordion-button,
.vsfaqs-accordion .accordion-item:last-of-type .accordion-button,
.vsfaqs-accordion2 .accordion-item:first-of-type .accordion-button,
.vsfaqs-accordion2 .accordion-item:last-of-type .accordion-button {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.vsfaqs-accordion .accordion-button,
.vsfaqs-accordion2 .accordion-button {
    font-size: 20px;
    font-weight: 700;
    color: var(--black-color);
    gap: 30px;
    padding: 0;
    background-color: transparent;
    border: 1px solid var(--silverLight-color);
    border-bottom: 1px solid transparent;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {

    .vsfaqs-accordion .accordion-button,
    .vsfaqs-accordion2 .accordion-button {
        font-size: 17px;
        gap: 15px;
    }
}

.vsfaqs-accordion .accordion-button .accordion-button__number,
.vsfaqs-accordion2 .accordion-button .accordion-button__number {
    border-right: 1px solid transparent;
    color: var(--white-color);
}

.vsfaqs-accordion .accordion-button.collapsed,
.vsfaqs-accordion2 .accordion-button.collapsed {
    border-bottom: 1px solid var(--silverLight-color);
}

.vsfaqs-accordion .accordion-button.collapsed .accordion-button__number,
.vsfaqs-accordion2 .accordion-button.collapsed .accordion-button__number {
    border-right: 1px solid var(--silverLight-color);
    color: var(--black-color);
    transition: all 0.3s ease-in-out;
}

.vsfaqs-accordion .accordion-button.collapsed:hover,
.vsfaqs-accordion2 .accordion-button.collapsed:hover {
    background-color: #FF5C00;
    color: var(--white-color);
    border-color: #FF5C00;
}

.vsfaqs-accordion .accordion-button.collapsed:hover .accordion-button__number,
.vsfaqs-accordion2 .accordion-button.collapsed:hover .accordion-button__number {
    color: var(--white-color);
}

.vsfaqs-accordion .accordion-button:focus,
.vsfaqs-accordion2 .accordion-button:focus {
    box-shadow: none;
}

.vsfaqs-accordion .accordion-button::after,
.vsfaqs-accordion2 .accordion-button::after {
    display: none;
}

.vsfaqs-accordion .accordion-button__number,
.vsfaqs-accordion2 .accordion-button__number {
    min-width: 67px;
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {

    .vsfaqs-accordion .accordion-button__number,
    .vsfaqs-accordion2 .accordion-button__number {
        min-width: 30px;
        min-height: 50px;
    }
}

.vsfaqs-accordion .accordion-collapse,
.vsfaqs-accordion2 .accordion-collapse {
    border: solid var(--silverLight-color);
    border-width: 0 1px 1px;
    transition: all 0.3s ease-in-out;
}

.vsfaqs-accordion .accordion-collapse::before,
.vsfaqs-accordion2 .accordion-collapse::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    min-width: 68px;
    min-height: 0%;
    background-color: #FF5C00;
    border: 1px solid var(--silverLight-color);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {

    .vsfaqs-accordion .accordion-collapse::before,
    .vsfaqs-accordion2 .accordion-collapse::before {
        min-width: 30px;
    }
}

.vsfaqs-accordion .accordion-collapse.show::before,
.vsfaqs-accordion2 .accordion-collapse.show::before {
    opacity: 1;
    visibility: visible;
    min-height: 100%;
    transition: all 0.3s ease-in-out;
}

.vsfaqs-accordion .accordion-body,
.vsfaqs-accordion2 .accordion-body {
    padding: 0px 23px 23px 97px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {

    .vsfaqs-accordion .accordion-body,
    .vsfaqs-accordion2 .accordion-body {
        padding: 0px 17px 17px 43px;
    }
}

.vsfaqs-accordion2 .accordion-collapse {
    background-color: var(--black-color);
    color: var(--grey-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .vsfaqs-accordion2 .accordion-collapse {
        font-size: 14px;
    }
}

.vsfaqs-accordion2 .accordion-collapse::before {
    display: none;
}

.vsfaqs-accordion2 .accordion-button {
    padding: 22px 50px;
    position: static;
    background-color: var(--black-color);
    color: var(--white-color);
    text-align: left;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .vsfaqs-accordion2 .accordion-button {
        padding: 22px 15px;
    }
}

.vsfaqs-accordion2 .accordion-button.collapsed {
    border: 1px solid var(--silverLight-color);
    border-bottom: 1px solid var(--silverLight-color);
    background-color: var(--white-color);
    color: var(--black-color);
}

.vsfaqs-accordion2 .accordion-button.collapsed::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+DQogIDxwYXRoIGlkPSJTaGFwZV8zX2NvcHkiIGRhdGEtbmFtZT0iU2hhcGUgMyBjb3B5IiBkPSJNMTUyNiwyMjgxdjQuMDA4bC01Ljk4OSw0Ljk5My02LjAxMS00Ljk5M1YyMjgxaC4wMjJsLjA4Ny4wODgsNS44ODEsNC45MDVoLjAyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTE0IC0yMjgxKSIgZmlsbD0iI2ZjNjYwMSIvPg0KPC9zdmc+DQo=);
    background-color: var(--white-color);
}

.vsfaqs-accordion2 .accordion-button::after {
    display: block;
    content: "";
    position: absolute;
    right: -27px;
    min-width: 54px;
    height: 79.42%;
    background-position: center center;
    border: 1px solid #FF5C00;
    background-color: #FF5C00;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    background-size: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+DQogIDxwYXRoIGlkPSJTaGFwZV8zIiBkYXRhLW5hbWU9IlNoYXBlIDMiIGQ9Ik0xNTI2LDIxMjF2LTQuMDA3bC01Ljk4OS00Ljk5My02LjAxMSw0Ljk5M1YyMTIxaC4wMjJsLjA4Ny0uMDg4LDUuODgxLTQuOTA1aC4wMjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTUxNCAtMjExMikiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg0K);
}

@media (max-width: 767px) {
    .vsfaqs-accordion2 .accordion-button::after {
        min-width: 30px;
        height: 40%;
        right: 0;
    }
}

.vsfaqs-accordion2 .accordion-body {
    padding: 0 50px 39px;
}

@media (max-width: 767px) {
    .vsfaqs-accordion2 .accordion-body {
        padding: 0 30px 39px 15px;
    }
}

/*------------------- 4.26. Product  -------------------*/
.vscost__overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: var(--black-color);
    opacity: 0.3;
    z-index: -3;
}

.vscost__shape {
    position: absolute;
    content: "";
    min-height: 79px;
    background-color: var(--white-color);
    width: 100%;
    bottom: -1px;
    z-index: -1;
}

.vscost__shape2 {
    position: absolute;
    z-index: -2;
    bottom: 0px;
    left: 0;
}

.vscost__shape2>svg {
    width: 100%;
}

@media (max-width: 1919px) {
    .vscost__shape2>svg {
        height: 523px;
    }
}

.vscost-calc {
    background-color: var(--black-color);
    padding: 83px 72px;
}

@media (max-width: 767px) {
    .vscost-calc {
        padding: 25px 20px;
    }
}

.vscost-calc__text {
    color: var(--white-color);
}

.vscost-calc__amount__title {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}

.vscost-calc__amount__total {
    font-size: 46px;
    font-weight: 700;
    color: var(--white-color);
}

/*------------------- 4.26. Product  -------------------*/
.brand-boxes {
    background-color: var(--grey-color);
    padding: 72px 130px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .brand-boxes {
        padding: 40px 90px;
    }
}

@media (max-width: 767px) {
    .brand-boxes {
        padding: 72px 80px;
    }
}

@media (max-width: 319px) {
    .brand-boxes {
        padding: 30px 80px;
    }
}

.brand-style {
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand--layout1 .icon-btn,
.brand--layout3 .icon-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.brand--layout1 [data-slick-prev],
.brand--layout3 [data-slick-prev] {
    left: -21px;
}

@media (max-width: 767px) {

    .brand--layout1 [data-slick-prev],
    .brand--layout3 [data-slick-prev] {
        left: 0;
    }
}

.brand--layout1 [data-slick-next],
.brand--layout3 [data-slick-next] {
    left: auto;
    right: -21px;
}

@media (max-width: 767px) {

    .brand--layout1 [data-slick-next],
    .brand--layout3 [data-slick-next] {
        right: 0px;
    }
}

.brand--layout2 .brand-style {
    background-color: var(--grey-color);
    min-height: 150px;
    margin: 0 5px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.brand--layout2 .brand-style:hover {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: var(--white-color);
    transition: all 0.4s ease;
}

.brand--layout3 [data-slick-prev] {
    left: 0px;
}

.brand--layout3 [data-slick-next] {
    right: 0px;
}

.brand--layout3 .brand-boxes {
    padding: 0px 130px;
    background-color: transparent;
}

@media (max-width: 767px) {
    .brand--layout3 .brand-boxes {
        padding: 0 80px;
    }
}

@media (max-width: 1199px) {
    .brand--layout3 .brand-style {
        background-color: var(--white-color);
        min-height: 85px;
    }
}

/*------------------- 4.26. Product  -------------------*/
.choose-img {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .choose-img {
        text-align: center;
    }
}

.choose-blocks {
    margin-left: -90px;
}

@media (max-width: 991px) {
    .choose-blocks {
        margin-left: 0;
        margin-top: -90px;
    }
}

@media (max-width: 767px) {
    .choose-blocks {
        margin-top: 0px;
    }
}

.choose-block--style1 {
    border: 1px solid #FF5C00;
    background-color: var(--white-color);
    padding: 36px 30px 33px 30px;
    margin-bottom: 30px;
    min-height: 200px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 319px) {
    .choose-block--style1 {
        padding: 15px;
        min-height: auto;
    }
}

.choose-block--style1 .choose-block__text {
    margin-bottom: 0;
}

.choose-block--style1 .choose-block__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.choose-block--style1 .choose-block__heading {
    margin-bottom: 0;
    line-height: 1.4;
}

.choose-block--style1 .choose-block__icon {
    font-size: 46px;
    color: #FF5C00;
    transition: all 0.3s ease-in-out;
}

.choose-block--style1:hover,
.choose-block--style1.hovered {
    border: 1px solid var(--black-color);
}

.choose-block--style1:hover .choose-block__icon,
.choose-block--style1.hovered .choose-block__icon {
    color: var(--black-color);
}

/*------------------- 4.26. Product  -------------------*/
.loc-bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    height: 100%;
    width: 100%;
}

.loc--layout1 {
    background-color: var(--black-color);
}

.loc-widget {
    margin-bottom: 30px;
}

@media (min-width: 1400px) {
    .loc-widget {
        padding-right: 81px;
    }
}

.loc-map {
    min-width: 958px;
    min-height: 478px;
    position: absolute;
    right: 245px;
    bottom: 80px;
}

@media (max-width: 1499px) {
    .loc-map {
        right: 0;
    }
}

@media (max-width: 991px) {
    .loc-map {
        right: 0;
        position: relative;
        bottom: 0;
        min-width: 100%;
    }
}

.loc-map__img {
    opacity: 0.15;
}

.loc-map__points {
    position: absolute;
    top: 91px;
    right: 233px;
    min-width: 266px;
    min-height: 198px;
}

@media (max-width: 1199px) {
    .loc-map__points {
        right: 13%;
    }
}

.loc-map__point {
    max-width: 14.3px;
    max-height: 143px;
    display: inline-block;
    background-color: #FF5C00;
    border-radius: 50%;
    width: 14.3px;
    height: 14.3px;
    position: absolute;
    z-index: 1;
    border: none;
    padding: 0;
    cursor: pointer;
}

.loc-map__point:nth-child(1) {
    top: 18.9px;
    left: 12.8px;
}

.loc-map__point:nth-child(2) {
    top: 12.9px;
    left: auto;
    right: 12.8px;
}

.loc-map__point:nth-child(3) {
    top: auto;
    bottom: 12.9px;
    left: 57.8px;
}

.loc-map__point::before,
.loc-map__point::after {
    content: "";
    min-width: 40px;
    min-height: 40px;
    background-color: #FF5C00;
    opacity: 0.2;
    display: inline-block;
    border-radius: 50%;
    top: calc((100% - 40px) / 2);
    left: calc((100% - 40px) / 2);
    transform: translate(-50%, -50%);
    position: absolute;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: rippleFixed;
    z-index: -1;
    display: none;
}

.loc-map__point::after {
    animation-delay: 0.8s;
}

.loc-block--style {
    background-color: transparent;
    border: 1px solid var(--border-color);
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 29px 24px;
    margin: 0 0 -1px 0;
}

@media (max-width: 767px) {
    .loc-block--style {
        gap: 15px;
        padding: 20px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.loc-block--style .loc-block__body {
    display: flex;
    align-items: center;
    gap: 19px;
}

@media (max-width: 767px) {
    .loc-block--style .loc-block__body {
        gap: 15px;
    }
}

.loc-block--style .loc-block__icon {
    min-width: 48px;
    min-height: 72px;
    background-color: #FF5C00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .loc-block--style .loc-block__icon {
        min-width: 40px;
        min-height: 65px;
    }
}

.loc-block--style .loc-block__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: var(--body-font);
}

.loc-block--style .loc-block__title>a {
    color: var(--white-color);
}

.loc-block--style .loc-block__title>a:hover {
    color: #FF5C00;
}

.loc-block--style .loc-block__img {
    min-width: 84px;
    min-height: 84px;
    display: inline-flex;
    border-radius: 50%;
    overflow: hidden;
}

.loc-block--style .loc-block__text {
    font-size: 15px;
    color: var(--silver-color);
    margin-bottom: 0;
    line-height: 24px;
}

.tooltip-inner {
    background-color: #FF5C00;
    color: #fff;
    border-radius: 6px;
    padding: 8px 12px;
    z-index: 1;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #FF5C00;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #FF5C00;
}

/*------------------- 4.26. Product  -------------------*/
.client--layout1 .slick-dots {
    border: 0;
    justify-content: center;
    gap: 18px;
}

.client--layout1 .slick-dots>li {
    height: 5px;
}

.client--layout1 .slick-dots>li>button {
    background-color: var(--black-color);
    min-width: 13px;
    height: 5px;
    transition: all 0.3s ease-in-out;
}

.client--layout1 .slick-dots>li.slick-active>button {
    background-color: #FF5C00;
    min-width: 92px;
    transition: all 0.3s ease-in-out;
}

.client-block--style,
.client-block--style2 {
    border: 1px solid var(--border-color);
    padding: 56px 63px 57px 52px;
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 1399px) {

    .client-block--style,
    .client-block--style2 {
        padding: 56px 44px 44px 44px;
    }
}

@media (max-width: 767px) {

    .client-block--style,
    .client-block--style2 {
        padding: 56px 15px 15px 15px;
    }
}

.client-block--style::before,
.client-block--style2::before {
    content: "";
    width: 100%;
    height: 11px;
    background-color: #FF5C00;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: all 0.3s ease-in-out;
}

.client-block--style .client-block__header,
.client-block--style2 .client-block__header {
    display: flex;
    gap: 12.5px;
    margin-bottom: 36px;
}

@media (max-width: 767px) {

    .client-block--style .client-block__header,
    .client-block--style2 .client-block__header {
        margin-bottom: 15px;
    }
}

.client-block--style .client-block__name,
.client-block--style2 .client-block__name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--body-font);
}

.client-block--style .client-block__info,
.client-block--style2 .client-block__info {
    padding-top: 12px;
}

.client-block--style .client-block__ratings,
.client-block--style2 .client-block__ratings {
    line-height: 1;
    padding-top: 10px;
}

.client-block--style .client-block__ratings>ul,
.client-block--style2 .client-block__ratings>ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.client-block--style .client-block__ratings>ul>li,
.client-block--style2 .client-block__ratings>ul>li {
    font-size: 12px;
    color: #FF5C00;
}

.client-block--style .client-block__text,
.client-block--style2 .client-block__text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .client-block--style .client-block__text,
    .client-block--style2 .client-block__text {
        font-size: 15px;
    }
}

.client-block--style .client-block__avatar,
.client-block--style2 .client-block__avatar {
    height: 100%;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3490196078);
    border-radius: 50%;
}

.client-block--style .client-block__shape svg path,
.client-block--style2 .client-block__shape svg path {
    transition: all 0.3s ease-in-out;
}

.client-block--style {
    transition: all 0.3s ease-in-out;
}

.client-block--style:hover {
    box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
}

.client-block--style:hover::before {
    background-color: var(--black-color);
    transition: all 0.3s ease-in-out;
}

.client-block--style:hover .client-block__shape svg path {
    fill: var(--black-color);
}

.client-block--style2 {
    padding: 0;
    border: 0;
    z-index: 1;
    padding-right: 4px;
}

.client-block--style2::before {
    display: none;
}

.client-block--style2 .client-block__shape {
    z-index: -1;
}

@media (max-width: 991px) {
    .client-block--style2 .client-block__shape {
        max-width: 200px;
    }
}

.client-block--style2 .client-block__clientInfo {
    display: flex;
    gap: 12px;
}

.client-block--style2 .client-block__text {
    margin-bottom: 32px;
}

@media (max-width: 1199px) {
    .client-block--style2 .client-block__text {
        font-size: 16px;
    }
}

.client-img {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.client-img__two {
    border-radius: 50%;
    max-width: 338px;
    max-height: 338px;
    overflow: hidden;
    margin-left: auto;
    margin-bottom: -39%;
    position: relative;
    margin-right: -30px;
}

@media (max-width: 1199px) {
    .client-img__two {
        margin-right: -15px;
    }
}

.client-img__one {
    display: inline-block;
    background-color: #FF5C00;
    padding: 80px 10px 0 0;
}

.client-img__one>img {
    position: relative;
    z-index: 1;
}

/*------------------- 4.26. Product  -------------------*/
.quote--layout1 {
    padding: 80px 0;
    background-position: 630px 0;
    background-color: #FF5C00;
}

@media (max-width: 1199px) {
    .quote--layout1 {
        background-position: 150px 0;
    }
}

.quote__img {
    left: 63px;
}

@media (max-width: 1199px) {
    .quote__shape {
        display: none;
    }
}

/*------------------- 4.26. Product  -------------------*/
.sucess--layout1 {
    overflow: hidden;
}

.sucess__overlay,
.sucess__shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    opacity: 0.7;
    top: 0;
}

.sucess__overlay {
    z-index: -3;
}

.sucess__shape {
    height: 98px;
    background-color: var(--white-color);
    opacity: 1;
    top: auto;
    bottom: -1px;
    z-index: -1;
}

.sucess__element1,
.sucess__element2 {
    z-index: -2;
}

@media (max-width: 1199px) {
    .sucess__element1 {
        width: 300px;
        height: 240px;
    }
}

@media (max-width: 991px) {
    .sucess__element1 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .sucess__element1>svg {
        width: 100%;
        height: 100%;
    }
}

.sucess-block--style1 {
    background-color: var(--darkJungleGreen-color);
    padding: 57px 47px 50px 47px;
    background-size: auto;
    background-position: right top;
    margin: 30px 1px 0 1px;
}

@media (max-width: 1199px) {
    .sucess-block--style1 {
        padding: 45px 30px 45px 30px;
    }
}

@media (max-width: 991px) {
    .sucess-block--style1 {
        margin: 2px 1px 0 1px;
    }
}

@media (max-width: 767px) {
    .sucess-block--style1 {
        text-align: center;
    }
}

.sucess-block--style1 .sucess-block__icon {
    margin-bottom: 44px;
    position: relative;
    display: inline-block;
}

.sucess-block--style1 .sucess-block__icon::before {
    position: absolute;
    content: "";
    min-width: 85px;
    min-height: 85px;
    background-color: #FF5C00;
    opacity: 0.1;
    border-radius: 50%;
    top: 19px;
    left: auto;
    right: -30px;
}

.sucess-block--style1 .sucess-block__number {
    color: var(--white-color);
    position: relative;
    padding-top: 20px;
}

.sucess-block--style1 .sucess-block__number>span {
    font-size: 40px;
    color: #FF5C00;
}

.sucess-block--style1 .sucess-block__number>sup {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.sucess-block--style1 .sucess-block__text {
    color: var(--white-color);
    margin-bottom: 0;
}

/*------------------- 4.26. Product  -------------------*/
.consik-widget--style {
    background-color: var(--bg-color4);
    min-height: 340px;
    padding: 45px 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .consik-widget--style {
        padding: 30px 30px;
    }
}

.consik-widget--style .consik-widget__body {
    max-width: 68%;
}

@media (max-width: 1199px) {
    .consik-widget--style .consik-widget__body {
        max-width: 85%;
    }
}

.consik-widget--style .consik-widget__img,
.consik-widget--style .consik-widget__element {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}

.consik-widget--style .consik-widget__element {
    z-index: -2;
}

/*------------------- 4.26. Product  -------------------*/
.cate-block--style {
    margin-bottom: 30px;
}

.cate-block--style .cate-block__img {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.cate-block--style .cate-block__icon {
    position: absolute;
    min-width: 90px;
    min-height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    bottom: -45px;
    right: 10px;
    background-color: #FF5C00;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .cate-block--style .cate-block__icon {
        right: -15px;
    }
}

.cate-block--style .cate-block__icon>img {
    filter: brightness(0) invert(1);
}

.cate-block--style .cate-block__icon::before,
.cate-block--style .cate-block__icon::after {
    content: "";
    min-width: 77.14px;
    min-height: 77.14px;
    position: absolute;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.cate-block--style .cate-block__title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0;
    position: relative;
    max-width: 63%;
    padding: 13px 10px 2px 0;
}

.cate-block--style .cate-block__title:hover>a {
    color: #FF5C00;
}

.cate-block--style .cate-block__title::before {
    position: absolute;
    content: "";
    min-width: 30px;
    min-height: 2px;
    background-color: #FF5C00;
    bottom: 0;
    left: -3px;
}

.cate-block--style .cate-block__title>a {
    color: var(--black-color);
}

.cate-block--style:hover .cate-block__icon {
    background-color: var(--black-color);
    transition: all 0.3s ease-in-out;
}

.cate-block--style:hover .cate-block__icon::before,
.cate-block--style:hover .cate-block__icon::after {
    transition: all 0.3s ease-in-out;
    border-color: var(--white-color);
}

.cate-block--style:hover .cate-block__icon>img {
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(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.25rem;
}

.mt-n2 {
    margin-top: -0.5rem;
}

.mt-n3 {
    margin-top: -1rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -0.25rem;
}

.mb-n2 {
    margin-bottom: -0.5rem;
}

.mb-n3 {
    margin-bottom: -1rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

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

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

/*=================================
    07. Pages
==================================*/
@media (max-width: 1199px) {

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

@media (max-width: 767px) {

    .sec-title3,
    .sec-title {
        font-size: 20px;
    }
}

.header-layout4 .header-top {
    background-color: var(--grey-color);
    min-height: 42px;
}

.header-layout4 .header-top .container {
    padding-left: 15.6%;
}

@media (max-width: 1919px) {
    .header-layout4 .header-top .container {
        padding-left: 19.6%;
    }
}

@media (max-width: 1199px) {
    .header-layout4 .header-top .container {
        padding-left: 29.6%;
    }
}

.header-layout4 .header-text {
    color: var(--text-color);
    font-size: 14px;
    font-family: var(--body-font);
    padding: 8px 0;
}

.header-layout4 .header-text a {
    font-family: var(--body-font);
    font-size: 14px;
    color: var(--text-color);
}

.header-layout4 .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF5C00;
    min-height: 109px;
    margin-top: -49px;
    padding: 10px 30px;
}

@media (max-width: 991px) {
    .header-layout4 .header-logo {
        min-height: auto;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .header-layout4 .header-logo {
        padding: 10px 10px;
    }
}

.header-layout4 .menu-top {
    background-color: var(--black-color);
}

@media (max-width: 1199px) {
    .header-layout4 .menu-top {
        padding-right: 15px;
    }
}

.header-layout4 .searchBoxTggler,
.header-layout4 .sideMenuToggler {
    min-width: 30px;
    min-height: 30px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    display: inline-flex;
    align-items: center;
    width: 30px;
    height: 30px;
}

.header-layout4 .will-sticky .sticky-active .header-logo {
    min-height: 100%;
    margin-top: 0;
}

.main-menu.menu-style4 ul.sub-menu {
    left: 0;
}

.main-menu.menu-style4>ul>li>a {
    padding: 15px 20px;
    color: var(--white-color);
}

.main-menu.menu-style4>ul>li>a::after {
    color: #FF5C00;
}

.hero-content4 {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-content4 .hero-shape1 {
    position: absolute;
    top: -83px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    display: inline-flex;
    justify-content: center;
}

.hero-content4 .img {
    margin: 0 auto 50px;
}

.hero-content4 .hero-title {
    margin: -0.2em 0 65px 0;
    color: var(--white-color);
}

.hero-layout4,
.hero-layout5 {
    position: relative;
}

.hero-layout4 .icon-btn,
.hero-layout5 .icon-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

@media (max-width: 1399px) {

    .hero-layout4 .icon-btn,
    .hero-layout5 .icon-btn {
        width: var(--btn-size, 50px);
    }
}

@media (max-width: 991px) {

    .hero-layout4 .icon-btn,
    .hero-layout5 .icon-btn {
        display: none;
    }
}

.hero-layout4 .icon-btn.prev,
.hero-layout5 .icon-btn.prev {
    left: 112px;
}

@media (max-width: 1499px) {

    .hero-layout4 .icon-btn.prev,
    .hero-layout5 .icon-btn.prev {
        left: 15px;
    }
}

.hero-layout4 .icon-btn.next,
.hero-layout5 .icon-btn.next {
    left: auto;
    right: 112px;
}

@media (max-width: 1499px) {

    .hero-layout4 .icon-btn.next,
    .hero-layout5 .icon-btn.next {
        right: 15px;
    }
}

.hero-layout4 .hero-bg,
.hero-layout5 .hero-bg {
    opacity: 1;
}

.hero-layout4 .overlay,
.hero-layout5 .overlay {
    background: linear-gradient(90deg, #000000 60.3%, rgba(0, 0, 0, 0) 101.6%);
    opacity: 0.7;
    z-index: 1;
}

.hero-layout4 .hero-inner,
.hero-layout5 .hero-inner {
    padding: 213px 0 174px;
}

@media (max-width: 767px) {

    .hero-layout4 .hero-inner,
    .hero-layout5 .hero-inner {
        padding: 100px 0 100px;
    }
}

.hero-layout4 .hero-btns,
.hero-layout5 .hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

@media (max-width: 767px) {

    .hero-layout4 .hero-btns,
    .hero-layout5 .hero-btns {
        flex-wrap: wrap;
    }
}

.img-box4 {
    width: 695px;
    height: 773px;
    margin-left: -32%;
    position: relative;
}

@media (max-width: 1499px) {
    .img-box4 {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .img-box4 {
        height: auto;
    }
}

.img-box4 .img1,
.img-box4 .img2,
.img-box4 .img3,
.img-box4 .img4 {
    position: absolute;
}

@media (max-width: 1499px) {

    .img-box4 .img1,
    .img-box4 .img2,
    .img-box4 .img3,
    .img-box4 .img4 {
        position: static;
    }
}

@media (max-width: 991px) {

    .img-box4 .img1,
    .img-box4 .img2,
    .img-box4 .img3,
    .img-box4 .img4 {
        position: absolute;
    }
}

@media (max-width: 767px) {

    .img-box4 .img1,
    .img-box4 .img2,
    .img-box4 .img3,
    .img-box4 .img4 {
        position: static;
    }
}

.img-box4 .img1 {
    left: 52px;
    top: 169px;
    border: 5px solid #ffffff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1499px) {
    .img-box4 .img1 {
        display: inline-block;
    }
}

.img-box4 .img2 {
    left: auto;
    right: 0;
}

.img-box4 .img3 {
    bottom: 0;
}

.img-box4 .img4 {
    left: auto;
    right: 38px;
    bottom: 100px;
}

.about-content4 {
    margin-right: -65px;
}

@media (max-width: 1499px) {
    .about-content4 {
        margin-right: 0;
        margin-left: 0px;
    }
}

.about-content4 .highlight {
    font-size: 20px;
    color: var(--body-color);
    background-color: var(--grey-color);
    padding: 25px 45px;
    line-height: 30px;
    position: relative;
    margin-bottom: 35px;
}

.about-content4 .highlight::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 86px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF5C00;
}

.about-content4 .signature-box {
    margin-bottom: 40px;
}

.about-content4 .signature-box__title {
    font-size: 24px;
    margin-bottom: 5px;
}

.about-content4 .signature-box__desig {
    color: #FF5C00;
}

.icon-card {
    background-color: #FF5C00;
    padding: 22px 35px;
    max-width: 170px;
}

.icon-card .icon {
    display: inline-block;
    margin-bottom: 20px;
}

.icon-card .number {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: var(--white-color);
    font-family: var(--title-font);
    margin-bottom: 10px;
}

.icon-card .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
}

.icon-card.black-bg {
    background-color: var(--black-color);
}

.service-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 70px 0 0;
}

.brand--layout5 {
    margin: 240px 0px 120px;
    padding: 0 105px;
    background: var(--white-color);
}

.brand--layout5 .icon-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.brand--layout5 .icon-btn.prev {
    left: -70px;
}

@media (max-width: 1199px) {
    .brand--layout5 .icon-btn.prev {
        left: 10px;
    }
}

.brand--layout5 .icon-btn.next {
    left: auto;
    right: -70px;
}

@media (max-width: 1199px) {
    .brand--layout5 .icon-btn.next {
        right: 10px;
    }
}

.service-block--style3,
.service-block--style4 {
    border: 1px solid var(--border-color);
    text-align: center;
    position: relative;
    border-radius: 20px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.service-block--style3 .vs-btn,
.service-block--style4 .vs-btn {
    text-transform: capitalize;
    padding: 13px 20px;
    font-size: 12px;
    background-color: var(--grey-color);
    border: 1px solid transparent;
}

.service-block--style3 .vs-btn svg,
.service-block--style4 .vs-btn svg {
    margin-left: 77px;
}

.service-block--style3 .service-block__body,
.service-block--style4 .service-block__body {
    padding: 60px 30px;
    background-size: 0% 0%;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {

    .service-block--style3 .service-block__body,
    .service-block--style4 .service-block__body {
        padding: 50px 40px;
        margin-left: 30px;

    }

    .service-block__title__link {
        padding-right: 30px;
    }
}

.service-block--style3 .service-block__icon,
.service-block--style4 .service-block__icon {
    margin-bottom: 30px;
}

.service-block--style3 .service-block__text,
.service-block--style4 .service-block__text {
    transition: all 0.3s ease-in-out;
}

.service-block--style3 .service-block__shape,
.service-block--style4 .service-block__shape {
    width: 57px;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    left: auto;
}

.service-block--style3 .service-block__shape::before,
.service-block--style3 .service-block__shape::after,
.service-block--style4 .service-block__shape::before,
.service-block--style4 .service-block__shape::after {
    position: absolute;
    content: "";
    background-color: #FF5C00;
}

.service-block--style3 .service-block__shape::before,
.service-block--style4 .service-block__shape::before {
    width: 40px;
    height: 40px;
    right: 0;
}

.service-block--style3 .service-block__shape::after,
.service-block--style4 .service-block__shape::after {
    height: 40px;
    width: 10px;
    left: 0;
    top: auto;
    bottom: 0;
}

.service-block--style3 .service-block__shape .squre,
.service-block--style4 .service-block__shape .squre {
    width: 10px;
    height: 10px;
    background-color: var(--tertiary-color);
    position: absolute;
    bottom: 0;
    left: 17px;
    transition: all 0.3s ease-in-out;
}

.service-block--style3:hover .service-block__body,
.service-block--style4:hover .service-block__body {
    background-size: 100% 100%;
}

.service-block--style3:hover .service-block__shape .squre,
.service-block--style4:hover .service-block__shape .squre {
    background-color: var(--white-color);
}

.service-block--style3:hover .service-block__title a,
.service-block--style4:hover .service-block__title a {
    color: var(--white-color);
}

.service-block--style3:hover .service-block__text,
.service-block--style4:hover .service-block__text {
    color: var(--white-color);
}

.project-estimate3 {
    position: relative;
    margin-right: -100%;
    padding: 135px 100% 135px 135px;
    margin-bottom: -268px;
    z-index: 9;
}

@media (max-width: 1919px) {
    .project-estimate3 {
        margin-right: 0;
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .project-estimate3 {
        overflow: hidden;
        padding: 20px;
    }
}

.project-estimate3 .project-estimate__img {
    right: auto;
    bottom: 0px;
    left: 40%;
}

@media (max-width: 1919px) {
    .project-estimate3 .project-estimate__img {
        display: none;
    }
}

.project-estimate3 .shape,
.project-estimate3 .shape3,
.project-estimate3 .shape4 {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1919px) {
    .project-estimate3 .shape {
        display: none;
    }
}

.project-estimate3 .shape3 {
    top: auto;
    bottom: 9px;
}

@media (max-width: 1919px) {
    .project-estimate3 .shape3 {
        left: auto;
        right: 0;
    }
}

.project-estimate3 .shape4 {
    top: auto;
    bottom: 112px;
    left: 427px;
}

@media (max-width: 991px) {
    .project-estimate3 .shape4 {
        top: auto;
        bottom: 74px;
        left: 315px;
    }
}

.project-estimate3 .play-btn {
    position: absolute;
    bottom: 77px;
    left: 688px;
    --icon-size: 140px;
}

@media (max-width: 1919px) {
    .project-estimate3 .play-btn {
        left: auto;
        right: 10%;
    }
}

@media (max-width: 991px) {
    .project-estimate3 .play-btn {
        right: 3%;
        bottom: 50px;
    }
}

@media (max-width: 767px) {
    .project-estimate3 .play-btn {
        position: relative;
        bottom: 0;
        margin-bottom: 30px;
        right: 0;
    }
}

.project-estimate3 .play-btn::before,
.project-estimate3 .play-btn::after {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.project-estimate3 .play-btn>i {
    position: relative;
    z-index: 1;
    border-radius: 0;
    background-color: rgba(252, 102, 1, 0.5);
}

.project-estimate3 .play-btn>i::before {
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 0;
    min-width: 100px;
    min-height: 100px;
}

.project-title3 .sec-title {
    text-transform: capitalize;
    margin: -0.25em 0 50px 0;
}

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

.project-title3 .sec-subtitle {
    margin: -0.25em 0 25px 0;
}

.project-title3 .vs-btn::before,
.project-title3 .vs-btn::after {
    background-color: var(--white-color);
}

.project--layout4 {
    background-color: var(--grey-color);
    padding: 388px 0 200px;
}

.project--layout4 .slick-list {
    overflow: visible;
}

.project--layout4 .project-element1 {
    position: absolute;
    top: 120px;
    left: 33px;
}

@media (max-width: 991px) {
    .project--layout4 .project-element1 {
        display: none;
    }
}

.project-style4 {
    position: relative;
}

.project-style4 .project-content {
    background-color: var(--white-color);
    max-width: 359px;
    padding: 80px 35px 60px 35px;
    position: absolute;
    top: 43px;
    left: 0;
}

@media (max-width: 767px) {
    .project-style4 .project-content {
        padding: 15px;
        position: static;
    }
}

.project-style4 .project-title {
    font-size: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .project-style4 .project-title {
        font-size: 25px;
    }
}

.project-style4 .project-title a {
    color: var(--title-color);
}

.project-style4 .project-title a:hover {
    color: #FF5C00;
}

.project-style4 .project-img {
    text-align: right;
}

.project-style4 .project-img img {
    margin-left: auto;
}

.project-style4 .project-text {
    line-height: 30px;
    max-width: 82%;
    margin-bottom: 20px;
}

.project-style4 .project-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.showcase-button-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 9;
    bottom: 0;
    gap: 8px;
}

@media (max-width: 991px) {
    .showcase-button-arrow {
        left: auto;
        right: 0;
    }
}

@media (max-width: 767px) {
    .showcase-button-arrow {
        display: none;
    }
}

.cta {
    position: relative;
    padding-right: 49px;

    z-index: 9;
}

.cta .overlay {
    background: linear-gradient(180deg, rgb(22 25 141) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.9;
    z-index: -1;
}

.cta .cta-title {
    font-size: 30px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0;
}

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

@media (max-width: 1199px) {
    .cta .cta-title {
        font-size: 16px;
    }
}

.cta .cta-title a {
    color: var(--title-color);
    font-weight: 700;
}

.cta .cta-img {
    border-radius: 0px 100px 100px 0;
    overflow: hidden;
    border-right: 6px solid var(--white-color);
}

.cta .vs-btn {
    padding: 20px 26px;
}

.price-layout4 {
    padding-top: 200px;
    margin-top: -80px;
}

.price-block--style2 {
    padding-right: 30px;
    position: relative;
}

.price-block--style2 .price-block__body {
    padding: 40px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .price-block--style2 .price-block__body {
        padding: 20px;
    }
}

.price-block--style2 .price-block__name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--title-color);
    background-color: var(--grey-color);
    display: inline-flex;
    padding: 5px 60px 5px 16px;
    font-family: var(--title-font);
    min-height: 43.04px;
    align-items: center;
    border-radius: 0px 20px 20px 0px;
    position: relative;
}

@media (max-width: 1199px) {
    .price-block--style2 .price-block__name {
        font-size: 16px;
    }
}

.price-block--style2 .price-block__name .circle {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #FF5C00;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.price-block--style2 .price-block__name .circle::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-block--style2 .price-block__icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    background: #FF5C00;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 25px 0px;
}

.price-block--style2 .price-block__price {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--title-font);
    color: #FF5C00;
    text-transform: capitalize;
    text-align: right;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.price-block--style2 .price-block__price span {
    display: block;
    font-size: 64px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}

.price-block--style2 .price-block__list {
    margin-bottom: 0;
    padding-left: 15px;
    margin: 40px 0;
}

.price-block--style2 .price-block__list li {
    color: var(--text-color);
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.price-block--style2 .price-block__list li:last-child {
    margin-bottom: 0;
}

.price-block--style2 .price-block__list li.disabled {
    color: var(--border-silverSand);
    text-decoration: line-through;
}

.price-block--style2 .price-block__shape {
    position: absolute;
    width: 30px;
    height: 100%;
    right: 0;
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-block--style2 .price-block__shape .box1,
.price-block--style2 .price-block__shape .box2,
.price-block--style2 .price-block__shape .box3 {
    width: 30px;
    display: inline-block;
}

.price-block--style2 .price-block__shape .box1 {
    height: 459px;
    background-color: var(--title-color);
}

.price-block--style2 .price-block__shape .box2 {
    height: 32px;
    background-color: #FF5C00;
}

.price-block--style2 .price-block__shape .box3 {
    height: 81px;
    background-color: var(--body-color);
}

.price-block--style2 .price-block__shape2,
.price-block--style2 .price-block__shape3 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.price-block--style2 .price-block__shape2 {
    left: 0;
}

.price-block--style2 .price-block__shape3 {
    right: 0;
}

.price-block--style2:hover .price-block__body {
    background-color: var(--title-color);
    border: 1px solid var(--title-color);
}

.price-block--style2:hover .price-block__price span {
    color: var(--white-color);
}

.price-block--style2:hover .price-block__list li {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.price-block--style2:hover .price-block__list li.disabled {
    color: var(--silver-color);
}

.price-block--style2 .vs-btn::before,
.price-block--style2 .vs-btn::after {
    background-color: var(--white-color);
}

.client-block--style4 {
    position: relative;
    margin-bottom: 55px;
}

.client-block--style4 .quote-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.client-block--style4 .client-block__header {
    display: flex;
    gap: 29px;
    margin-bottom: 40px;
}

.client-block--style4 .client-block__avatar {
    height: 110px;
    width: 110px;
    flex: none;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    border: 6px solid var(--border-color);
}

.client-block--style4 .client-block__avatar img {
    border-radius: 50%;
}

.client-block--style4 .client-block__name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
}

.client-block--style4 .client-block__designation {
    display: block;
    margin-bottom: 10px;
}

.client-block--style4 .client-block__ratings ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.client-block--style4 .client-block__ratings ul li {
    display: inline-flex;
}

.client-block--style4 .client-block__ratings ul li i {
    color: #FF5C00;
}

.client-block--style4 .client-block__text {
    margin-bottom: 0;
    font-size: 20px;
    padding-right: 30px;
}

.client--layout4 .client-img {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 1919px) {
    .client--layout4 .client-img {
        width: 635px;
    }
}

@media (max-width: 1199px) {
    .client--layout4 .client-img {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .client--layout4 .client-img {
        display: none;
    }
}

.project-estimate4 {
    background-color: #FF5C00;
    z-index: 9;
    padding: 90px 85px 90px 0;
    margin-bottom: -107px;
}

@media (max-width: 767px) {
    .project-estimate4 {
        padding: 15px;
    }
}

.project-estimate4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF5C00;
    top: 0;
    z-index: -1;
    left: -100%;
}

@media (max-width: 767px) {
    .project-estimate4::before {
        display: none;
    }
}

.project-estimate4 .project-img,
.project-estimate4 .project-textures-bg {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.project-estimate4 .project-img {
    left: -475px;
}

@media (max-width: 1199px) {
    .project-estimate4 .project-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .project-estimate4 .project-img {
        display: none;
    }
}

.footer-layout--style4 {
    padding: 207px 0 65px;
}

.footer-layout--style4 .overlay {
    background-color: var(--black-color);
    opacity: 0.9;
}

.footer-layout--style4 .footer-layout__bottom2 {
    background-color: #FF5C00;
    position: relative;
    z-index: 1;
    padding: 20px 40px;
    margin-right: -100%;
    padding-right: 100%;
}

@media (max-width: 1919px) {
    .footer-layout--style4 .footer-layout__bottom2 {
        margin-right: 0;
        padding-right: 40px;
    }
}

.footer-layout--style4 .footer-widget {
    padding-right: 5px;
    margin-bottom: 80px;
}

.footer-layout--style4 .footer-widget .widget_title {
    padding: 0 0px 16px 0;
}

.footer-layout--style4 .footer-widget .widget_title::before {
    min-height: 2px;
    min-width: 70px;
}

.footer-layout--style4 .footer-widget .widget_title::after {
    display: none;
}

.footer-info--style2.v2 .footer-info_label {
    color: #FF5C00;
}

.footer-info--style2.v2 .footer-info_icon {
    width: 50px;
    height: 50px;
}

.footer-info--style2.v2 .footer-info_icon::before {
    right: auto;
    left: 0;
    min-height: 30px;
}

.copyright-text4 {
    margin-bottom: 0;
    color: var(--white-color);
    text-transform: uppercase;
    font-family: var(--title-font);
}

.copyright-text4 a {
    font-weight: 700;
    color: var(--white-color);
}

.social-style.style2>ul {
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .social-style.style2>ul {
        justify-content: center;
    }
}

.social-style.style2>ul>li>a {
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    overflow: hidden;
    color: #FF5C00;
}

.social-style.style2>ul>li>a::before,
.social-style.style2>ul>li>a::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.recent-post.style4 {
    margin-bottom: 45px;
}

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

.recent-post.style4 .media-img {
    width: 80px;
    height: 90px;
    flex: none;
}

.recent-post.style4 .post-title a,
.recent-post.style4 .recent-post-meta a {
    background-color: transparent;
    width: auto;
}

.recent-post.style4 .recent-post-meta {
    margin-bottom: 10px;
}

.recent-post.style4 .recent-post-meta a {
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    text-transform: capitalize;
}

.recent-post.style4 .recent-post-meta a i {
    margin-right: 0;
}

.recent-post.style4 .post-title {
    margin-bottom: 0;
    line-height: 30px;
}

.recent-post.style4 .post-title a {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px;
    text-transform: inherit;
}

.recent-post.style4 .post-title a:hover {
    color: #FF5C00;
}

.footer-menu--style.style2>ul {
    justify-content: space-between;
    gap: 18px;
}

.footer-menu--style.style2>ul>li {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .footer-menu--style.style2>ul>li {
        width: 45%;
    }
}

.footer-menu--style.style2>ul>li>a {
    font-weight: 500;
}

.footer-menu--style.style2>ul>li>a::before {
    content: "\f101";
}

.cta.style2 {
    background-color: var(--darkJungleGreen-color);
    margin-top: 0;
    padding-left: 277px;
    min-height: 166px;
    display: flex;
    align-items: center;
    z-index: 1;
}

@media (max-width: 767px) {
    .cta.style2 {
        margin-top: 0;
        padding-left: 30px;
        min-height: 335px;
        display: flex;
        align-items: self-start;
        z-index: 1;
        flex-wrap: wrap;
        padding-top: 30px;
    }
}

.cta.style2 .cta-title {
    font-size: 16px;
    font-weight: 500;
}

.cta.style2 .cta-title a {
    color: #FF5C00;
}

.cta.style2 .cta-ex1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
}

.cta.style2 .shape {
    position: absolute;
    width: 34px;
    height: 100%;
    background-color: #FF5C00;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: -1px;
    top: -10px;
}

.cta.style2 .shape2 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 34px 34px 0;
    border-color: transparent #FF5C00 transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -34px;
    left: 0;
}

.cta.style2 .cta-img {
    border-radius: 60px 0px 0px 0;
    border-right: 5px solid var(--white-color);
    border-top: 5px solid var(--white-color);
    position: absolute;
    bottom: -35px;
    left: 34px;
}

.cta.style2 .cta-user {
    display: flex;
    align-items: center;
    gap: 44px;
}

.cta.style2 .cta-user ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}

@media (max-width: 767px) {
    .cta.style2 .cta-user ul {
        margin-left: 20px;
    }
}

.cta.style2 .cta-user ul li {
    margin-left: -20px;
}

.cta.style2 .cta-user ul li a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--white-color);
}

.cta.style2 .cta-user ul li a img {
    margin-left: 0;
}

.cta.style2 .cta-user-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    gap: 9px;
    font-family: var(--title-font);
}

.blog--layout4 {
    padding: 155px 0 120px;
}

.blog-style6,
.blog-style7 {
    background-color: var(--white-color);
}

.blog-style6 .blog-img,
.blog-style7 .blog-img {
    position: relative;
}

.blog-style6 .blog-author,
.blog-style7 .blog-author {
    top: -35px;
    bottom: auto;
    right: 35px;
    border: 2px solid var(--white-color);
}

.blog-style6 .blog-date,
.blog-style7 .blog-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FF5C00;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 60px;
    color: var(--white-color);
    font-family: var(--title-font);
    padding-top: 11px;
}

.blog-style6 .blog-date span,
.blog-style7 .blog-date span {
    line-height: 1;
}

.blog-style6 .blog-date .day,
.blog-style7 .blog-date .day {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.blog-style6 .blog-date .year,
.blog-style7 .blog-date .year {
    background-color: var(--title-color);
    font-size: 10px;
    font-family: var(--body-font);
    letter-spacing: 0.5em;
    font-weight: 700;
    padding: 2px 0 2px 6px;
    text-align: center;
    letter-spacing: 0.5em;
}

.blog-style6 .blog-date .month,
.blog-style7 .blog-date .month {
    padding-bottom: 11px;
    padding-top: 3px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.blog-style6 .blog-content,
.blog-style7 .blog-content {
    text-align: center;
    padding: 30px 19px 30px;
    border: 1px solid var(--border-color);
    border-top: 0;
}

.blog-style6 .blog-title,
.blog-style7 .blog-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 25px;
}

@media (max-width: 1199px) {

    .blog-style6 .blog-title,
    .blog-style7 .blog-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.blog-style6 .blog-title a,
.blog-style7 .blog-title a {
    display: block;
}

.blog-style6 .blog-meta,
.blog-style7 .blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.blog-style6 .blog-meta>span,
.blog-style6 .blog-meta>a,
.blog-style7 .blog-meta>span,
.blog-style7 .blog-meta>a {
    font-size: 14px;
    font-weight: 500;
    color: #FF5C00;
    padding-right: 15px;
    position: relative;
    margin-right: 10px;
}

.blog-style6 .blog-meta>span::after,
.blog-style6 .blog-meta>a::after,
.blog-style7 .blog-meta>span::after,
.blog-style7 .blog-meta>a::after {
    content: "/";
    position: absolute;
    right: 0;
}

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

.blog-style6 .blog-meta>span:last-child::after,
.blog-style6 .blog-meta>a:last-child::after,
.blog-style7 .blog-meta>span:last-child::after,
.blog-style7 .blog-meta>a:last-child::after {
    display: none;
}

.blog-style6 .vs-btn,
.blog-style7 .vs-btn {
    background-color: var(--silverLightest-color);
    color: var(--title-color);
    width: 100%;
    padding: 18px 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-style6 .vs-btn__bar::before,
.blog-style6 .vs-btn__bar::after,
.blog-style7 .vs-btn__bar::before,
.blog-style7 .vs-btn__bar::after {
    width: 5px;
    height: 40px;
    background-color: #FF5C00;
}

.blog-style6 .vs-btn__bar::before,
.blog-style7 .vs-btn__bar::before {
    width: 0;
}

.blog-style6 .vs-btn>i,
.blog-style7 .vs-btn>i {
    flex: 1;
    margin-left: 0;
    display: inline-flex;
    justify-content: flex-end;
    color: #FF5C00;
}

.blog-style6 .vs-btn:hover,
.blog-style7 .vs-btn:hover {
    color: var(--white-color);
}

.blog-style6 .vs-btn:hover>i,
.blog-style7 .vs-btn:hover>i {
    color: var(--white-color);
}

.title-area2 {
    margin-bottom: 95px;
}

.shape-mockup-wrap {
    position: relative;
    overflow: hidden;
}

.shape-mockup {
    display: inline-block;
    position: absolute;
}

.header-box1 {
    margin: 0 245px 0 286px;
    padding: 15px 55px;
    border-bottom: 1px solid var(--border-color);
}

@media (max-width: 1399px) {
    .header-box1 {
        padding: 15px 25px;
    }
}

@media (max-width: 1199px) {
    .header-box1 {
        padding: 15px 15px;
        margin: 0 206px 0 246px;
    }
}

@media (max-width: 991px) {
    .header-box1 {
        margin: 0 235px 0 276px;
    }
}

.header-layout5 .header-logo {
    border-right: 1px solid var(--border-color);
}

.header-layout5 .header-logo a {
    display: inline-block;
    background-color: var(--black-color);
    padding: 22px 25px;
}

.header-layout5 .header-logo,
.header-layout5 .header-btns2 {
    padding: 25px 30px;
    min-height: 150px;
    margin-top: -61px;
}

@media (max-width: 1199px) {

    .header-layout5 .header-logo,
    .header-layout5 .header-btns2 {
        padding: 25px 10px;
    }
}

@media (max-width: 991px) {

    .header-layout5 .header-logo,
    .header-layout5 .header-btns2 {
        padding: 25px 25px;
        margin-top: -49px;
    }
}

@media (max-width: 767px) {

    .header-layout5 .header-logo,
    .header-layout5 .header-btns2 {
        margin-top: 0;
        min-height: auto;
        padding: 0;
        border-right: 0;
    }
}

.header-layout5 .header-btns2 {
    display: flex;
    align-items: center;
    border-left: 1px solid var(--border-color);
}

.header-layout5 .header-text {
    font-size: 14px;
}

.header-layout5 .header-text a {
    color: var(--text-color);
}

.header-layout5 .will-sticky .sticky-active .header-logo,
.header-layout5 .will-sticky .sticky-active .header-btns2 {
    padding: 0px 30px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    min-height: 100px;
}

@media (max-width: 1199px) {

    .header-layout5 .will-sticky .sticky-active .header-logo,
    .header-layout5 .will-sticky .sticky-active .header-btns2 {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {

    .header-layout5 .will-sticky .sticky-active .header-logo,
    .header-layout5 .will-sticky .sticky-active .header-btns2 {
        padding: 0 0px;
    }
}

.header-layout5 .will-sticky .sticky-active .header-info.style5::before {
    height: 100px;
}

.header-box2 {
    display: flex;
    align-items: center;
    padding: 0 55px 0 35px;
}

@media (max-width: 1399px) {
    .header-box2 {
        padding: 0 25px 0 20px;
    }
}

@media (max-width: 1199px) {
    .header-box2 {
        padding: 0 15px 0 10px;
    }
}

@media (max-width: 991px) {
    .header-box2 {
        display: block;
        text-align: center;
    }
}

.header-box2 .header-btns {
    flex: 1;
    gap: 47px;
    padding-left: 114px;
}

@media (max-width: 1919px) {
    .header-box2 .header-btns {
        padding-left: 15px;
        gap: 15px;
    }
}

@media (max-width: 1499px) {
    .header-box2 .header-btns {
        padding-left: 20px;
        gap: 20px;
        justify-content: flex-end;
    }
}

.main-menu.menu-style5>ul>li>a {
    padding: 29px 20px;
    color: var(--black-color);
}

@media (max-width: 1919px) {
    .main-menu.menu-style5>ul>li>a {
        padding: 29px 9px;
        margin-right: 0;
    }
}

@media (max-width: 1499px) {
    .main-menu.menu-style5>ul>li>a {
        padding: 29px 20px;
        margin-right: 10px;
    }
}

@media (max-width: 1399px) {
    .main-menu.menu-style5>ul>li>a {
        padding: 29px 8px;
        margin-right: 7px;
    }
}

@media (max-width: 1199px) {
    .main-menu.menu-style5>ul>li>a {
        padding: 29px 5px;
        margin-right: 0;
    }
}

.main-menu.menu-style5>ul>li>a::before {
    display: none;
}

.main-menu.menu-style5>ul>li>a:hover {
    color: #FF5C00;
}

.main-menu.menu-style5 ul li.menu-item-has-children>a:after {
    color: #FF5C00;
    font-weight: 700;
}

.main-menu.menu-style5 ul.sub-menu {
    left: 0;
}

.header-info.style5 {
    padding-left: 35px;
    position: relative;
}

@media (max-width: 1499px) {
    .header-info.style5 {
        display: none;
    }
}

.header-info.style5::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 89px;
    background-color: var(--border-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-info.style5 .header-info_icon {
    background-color: #FF5C00;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 19px;
}

.header-info.style5 .header-info_label {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
    font-family: var(--body-font);
}

.header-info.style5 .header-info_link {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    font-family: var(--body-font);
}

.searchBoxTggler.v5 {
    background-color: transparent;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.sideMenuToggler.v5 {
    min-width: auto;
    min-height: auto;
    background-color: transparent;
    padding: 0 0;
    border: none;
}

.sideMenuToggler.v5:hover {
    background-color: transparent;
}

.header-social.v5 a {
    border-left: 0;
    padding-left: 0;
}

@media (max-width: 1399px) {
    .header-social.v5 a {
        margin-left: 13px;
    }
}

@media (max-width: 991px) {
    .header-social.v5 a {
        margin-left: 35px;
    }
}

@media (max-width: 991px) {
    .header-social.v5 a:first-child {
        margin-left: 0;
    }
}

.hero-layout5 .hero-shape {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
}

.hero-layout5 .hero-inner {
    padding: 222px 0;
}

@media (max-width: 1199px) {
    .hero-layout5 .hero-inner {
        padding: 115px 0;
    }
}

.hero-layout5 .hero-bg {
    opacity: 1;
}

@media (max-width: 1199px) {
    .hero-layout5 .icon-btn.prev {
        left: auto;
        right: 85px;
    }
}

.hero-content5 {
    position: relative;
    z-index: 1;
}

.hero-content5 .hero-btns {
    justify-content: flex-start;
}

.hero-content5 .hero-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    display: block;
    margin-bottom: 12px;
}

.hero-content5 .hero-title {
    color: var(--white-color);
    margin-bottom: 65px;
}

.hero-img-man {
    position: absolute;
    bottom: 0;
    left: 203px;
    z-index: 1;
}

@media (max-width: 1499px) {
    .hero-img-man {
        left: 0;
    }
}

@media (max-width: 1199px) {
    .hero-img-man {
        display: none !important;
    }
}

.service--layout6 {
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}

.service-block--style4 {
    background-color: var(--white-color);
    margin-bottom: 30px;
}

.service-block--style4 .service-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.service-block--style4 .service-block__icon {
    width: 80px;
    height: 80px;
    background-color: #FF5C00;
    align-items: center;
    margin: -45px auto 30px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.service-block--style4 .service-block__content {
    padding: 0 30px 35px;
}

.service-block--style4 .service-block__text {
    margin-bottom: 25px;
}

.service-block--style4 .service-block__img {
    margin: -1px;
}

.service-block--style4:hover .service-block__icon {
    background-color: var(--black-color);
}

.service-block--style4:hover .service-block__title a {
    color: #FF5C00;
}

.service-block--style4:hover .service-block__text {
    color: var(--text-color);
}

.about-content5 .divider1 {
    background-color: var(--border-blackLightColor);
    margin: 2.5rem 0;
}

.about-content5 .about-bottom {
    display: flex;
    align-items: center;
    gap: 42px;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .about-content5 .about-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}

@media (max-width: 1199px) {
    .about-content5 .about-bottom {
        flex-direction: row;
    }
}

.about-content5 .about-bottom .vs-btn {
    flex: none;
}

.item-style5 {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .item-style5 {
        flex-direction: column;
    }
}

.item-style5:last-child {
    margin-bottom: 0;
}

.item-style5 .item-icon {
    min-width: 72px;
}

.item-style5 .item-heading {
    font-size: 24px;
    margin-bottom: 12px;
}

.item-style5 .item-text {
    margin-bottom: 0;
}

.counter-box--style2 {
    padding: 18px;
    text-align: center;
    border: 4px solid #FF5C00;
}

.counter-box--style2 .counter-box__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: var(--body-font);
}

.counter-box--style2 .counter-box__number {
    font-size: 64px;
    font-weight: 700;
    color: var(--black-color);
    line-height: 1;
}

.img-box5 {
    width: 706.49px;
    height: 818.09px;
    position: relative;
    z-index: 1;
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .img-box5 {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .img-box5 {
        width: 706.49px;
        height: 818.09px;
    }
}

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

.img-box5 .img1,
.img-box5 .img2,
.img-box5 .img3,
.img-box5 .img4 {
    position: absolute;
}

.img-box5 .img1 {
    top: 0;
    right: 0;
    z-index: -1;
}

.img-box5 .img2 {
    top: auto;
    bottom: 0;
    z-index: -2;
}

.img-box5 .img3 {
    left: -24px;
    top: -29px;
    z-index: -2;
}

.img-box5 .img4 {
    bottom: -24.59px;
    left: auto;
    right: -40.67px;
    z-index: -1;
}

.img-box5 .box1 {
    position: absolute;
    width: 378.31px;
    height: 334.8px;
    background-color: #FF5C00;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-style6>ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list-style6>ul>li {
    display: flex;
    gap: 23px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
    align-items: center;
}

.vs-infobox--style4 {
    display: flex;
    align-items: center;
    gap: 29px;
    font-family: var(--body-font);
}

.vs-infobox--style4 .vs-infobox__icon {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black-color);
    border-radius: 50%;
    position: relative;
}

.vs-infobox--style4 .vs-infobox__icon::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed #FF5C00;
    border-radius: 50%;
}

.vs-infobox--style4 .vs-infobox__title {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
    display: block;
}

.vs-infobox--style4 .vs-infobox__number {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.counter-media {
    display: flex;
    align-items: center;
    gap: 41px;
    margin-bottom: 30px;
}

.counter-media__icon {
    padding: 18px 0 18px 20px;
    position: relative;
    z-index: 1;
}

.counter-media__icon::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.counter-media__number,
.counter-media__plus {
    color: var(--white-color);
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
}

.counter-media__title {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.project--layout5 {
    padding-left: 320px;
    margin-right: -33%;
    padding-top: 120px;
}

@media (max-width: 1499px) {
    .project--layout5 {
        padding-left: 350px;
    }
}

@media (max-width: 1399px) {
    .project--layout5 {
        padding-left: 400px;
        margin-right: -35%;
    }
}

@media (max-width: 991px) {
    .project--layout5 {
        padding-left: 0px;
        margin-right: 0%;
    }
}

.project--layout5 .vs-carousel {
    margin-right: 10%;
}

@media (max-width: 1499px) {
    .project--layout5 .vs-carousel {
        margin-right: 25%;
    }
}

@media (max-width: 1399px) {
    .project--layout5 .vs-carousel {
        margin-right: 35%;
    }
}

@media (max-width: 991px) {
    .project--layout5 .vs-carousel {
        margin-right: 0%;
    }
}

.project-video-thumb5 {
    position: absolute;
    width: 645px;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 1919px) {
    .project-video-thumb5 {
        width: 440px;
    }
}

@media (max-width: 1499px) {
    .project-video-thumb5 {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .project-video-thumb5 {
        width: 100%;
        position: relative;
        height: 878px;
        background-size: contain;
    }
}

@media (max-width: 767px) {
    .project-video-thumb5 {
        background-size: cover;
    }
}

.project-video-thumb5 .play-btn {
    position: absolute;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    --icon-size: 140px;
    top: 309px;
}

.project-video-thumb5 .play-btn::before,
.project-video-thumb5 .play-btn::after {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.project-video-thumb5 .play-btn>i {
    position: relative;
    z-index: 1;
    border-radius: 0;
    background-color: rgba(252, 102, 1, 0.5);
}

.project-video-thumb5 .play-btn>i::before {
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 0;
    min-width: 100px;
    min-height: 100px;
}

.project-style5 {
    position: relative;
    margin-bottom: 68px;
}

.project-style5 .project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.project-style5 .project-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.project-style5 .project-img {
    position: relative;
}

.project-style5 .project-img img {
    width: 100%;
}

.project-style5 .project-link {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FF5C00;
    border-radius: 50%;
    transform: rotate(180deg) scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.project-style5 .project-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.project-style5 .project-title a {
    color: var(--white-color);
}

.project-style5 .project-title a:hover {
    color: #FF5C00;
}

.project-style5 .project-tag {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 4px;
}

.project-style5 .project-tag:hover {
    color: var(--white-color);
}

.project-style5:hover .project-content {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: scaleY(1);
}

.project-style5:hover .project-link {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg) scale(1);
}

.showcase-button-arrow2 {
    display: flex;
    align-items: center;
    gap: 18px;
}

.vsteam-style.style5 {
    padding-bottom: 57px;
    border: 0;
    overflow: visible;
}

.vsteam-style.style5 .social-style4 {
    position: absolute;
    top: -100px;
    background: var(--grey-color);
    padding: 15px 28px;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.vsteam-style.style5 .social-style4>ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 26px;
}

.vsteam-style.style5 .social-style4>ul>li {
    line-height: 0;
}

.vsteam-style.style5 .social-style4>ul>li>a {
    font-size: 29px;
    display: inline-block;
    color: var(--black-color);
}

.vsteam-style.style5 .social-style4>ul>li>a:hover {
    color: #FF5C00;
}

.vsteam-style.style5 .vsteam-style__content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    padding: 26px 30px;
    text-align: center;
    margin: 0 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .vsteam-style.style5 .vsteam-style__content {
        padding: 26px 10px;
    }
}

.vsteam-style.style5 .vsteam-style__content::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 100%;
    background-color: var(--white-color);
    top: 10px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.vsteam-style.style5 .vsteam-style__designation {
    margin-bottom: 0;
}

.vsteam-style.style5 .vsteam-style__media {
    overflow: hidden;
    border-radius: 20px;
}

.vsteam-style.style5:hover .vsteam-style__content {
    padding-top: 49px;
    transition: all 0.3s ease-in-out;
}

.vsteam-style.style5:hover .social-style4 {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    top: -35px;
}

.vsteam--layout5 {
    position: relative;
}

.vsteam--layout5 .vsteam-img-bg {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.item-style.style6 {
    padding: 40px;
    background-size: 0% 0%;
    border: 2px solid var(--white-color);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .item-style.style6 {
        padding: 20px;
    }
}

.item-style.style6 .item-heading {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .item-style.style6 .item-heading {
        font-size: 18px;
    }
}

.item-style.style6 .item-heading a {
    color: var(--black-color);
}

.item-style.style6 .item-heading a:hover {
    color: #FF5C00;
}

.item-style.style6 .item-icon {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.item-style.style6 .item-icon::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    border-radius: 50%;
    right: -6px;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.item-style.style6 .item-text {
    margin-bottom: 0;
}

.item-style.style6:hover {
    background-color: var(--white-color);
    background-size: 100% 100%;
    background-position: center center;
}

.item-style.style6:hover .item-icon::before {
    background-color: var(--silverLightest-color);
}

.service--layout7 {
    padding: 120px 0 250px;
}

.form--style5 {
    padding: 80px 80px 80px 191px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
}

@media (max-width: 1199px) {
    .form--style5 {
        padding: 80px 80px 80px 100px;
    }
}

@media (max-width: 991px) {
    .form--style5 {
        padding: 80px 80px 80px 80px;
    }
}

@media (max-width: 767px) {
    .form--style5 {
        padding: 20px;
    }
}

.form--style5 .sec-title {
    margin: -0.25em 0 10px 0;
}

.form--style5 .form-control {
    min-height: 60px;
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    padding: 0 30px 0 65px;
}

.form--style5 .form-group:last-child {
    margin-top: 10px;
    margin-bottom: 0;
}

.form--style5 .form-group select.form-control {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAxNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDE1LjM1MjlMNy41IDIxTDIgMTUuMzUyOU0yIDguNjQ3MDZMNy41IDNMMTMgOC42NDcwNiIgc3Ryb2tlPSIjRkM2NjAxIiBzdHJva2Utd2lkdGg9IjIuODgiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 19px center;
}

.form--style5 .form-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    left: 25px;
}

.contact-layout5 {
    position: relative;
    margin-top: -160px;
}

.contact-layout5 .contact-left-img1 {
    position: absolute;
    bottom: 92px;
    left: 10%;
    z-index: 9;
}

@media (max-width: 1919px) {
    .contact-layout5 .contact-left-img1 {
        left: 0;
    }
}

@media (max-width: 1499px) {
    .contact-layout5 .contact-left-img1 {
        width: 660px;
    }
}

@media (max-width: 1399px) {
    .contact-layout5 .contact-left-img1 {
        width: 570px;
    }
}

@media (max-width: 1199px) {
    .contact-layout5 .contact-left-img1 {
        width: 430px;
    }
}

@media (max-width: 991px) {
    .contact-layout5 .contact-left-img1 {
        display: none;
    }
}

.blog--layout5 {
    background-size: contain;
    background-position: bottom;
}

.blog--layout5 .icon-btn {
    position: absolute;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1399px) {
    .blog--layout5 .icon-btn {
        width: var(--btn-size, 50px);
    }
}

.blog--layout5 .icon-btn.prev {
    left: 115px;
}

@media (max-width: 1919px) {
    .blog--layout5 .icon-btn.prev {
        left: 15px;
    }
}

@media (max-width: 1199px) {
    .blog--layout5 .icon-btn.prev {
        left: 0px;
    }
}

.blog--layout5 .icon-btn.next {
    left: auto;
    right: 115px;
}

@media (max-width: 1919px) {
    .blog--layout5 .icon-btn.next {
        right: 15px;
    }
}

@media (max-width: 1199px) {
    .blog--layout5 .icon-btn.next {
        right: 0px;
    }
}

.blog-style7 {
    border: 1px solid var(--border-color);
    padding: 30px;
    position: relative;
    margin-bottom: 0;
}

.blog-style7 .blog-author {
    position: static;
    display: inline-flex;
    border: 0;
    margin-bottom: 15px;
}

.blog-style7 .blog-content {
    padding: 0;
    text-align: left;
    border: 0;
}

.blog-style7 .blog-meta {
    justify-content: left;
}

.blog-style7 .blog-date {
    top: -1px;
    left: auto;
    right: 30px;
}

.footer-layout--style5 .overlay {
    background-color: var(--black-color);
    opacity: 0.6;
}

.footer-layout--style5 .footer-layout__top {
    padding-top: 63px;
}

.footer-layout--style5 .footer-layout__bottom2 {
    position: relative;
    border-top: 1px solid var(--text-color);
    padding: 26px 0;
}

.footer-layout--style5 .social-style ul li a {
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 16px;
}

.footer-layout--style5 .footer-text {
    margin: -0.3em 0 20px 0;
}

.footer-layout--style5 .footer-since {
    font-size: 40px;
    font-family: var(--title-font);
    font-weight: 700;
    -webkit-text-stroke: 2px #FF5C00;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.footer-layout--style5 .copyright-text4 {
    font-weight: 700;
}

.footer-layout--style5 .footer-info--style2 .footer-info_link.call {
    font-size: 20px;
    font-weight: 700;
}

.footer-schedule .schedule-title {
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.footer-schedule .schedule-timing {
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-top5 {
    position: relative;
    z-index: 1;
    padding: 47px 0;
    border-bottom: 1px solid var(--text-color);
}

.footer-top5 .footer-text5 {
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 700;
}

.newsletter-form5 {
    position: relative;
}

.newsletter-form5 .newsletter-input {
    width: 570px;
    background: var(--text-color);
    border: 0;
    color: var(--white-color);
}

.newsletter-form5 .newsletter-input::-moz-placeholder {
    color: var(--silverDeeper-color);
}

.newsletter-form5 .newsletter-input::placeholder {
    color: var(--silverDeeper-color);
}

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

.newsletter-form5 .vs-btn {
    position: absolute;
    right: 0;
    padding: 17px 29px;
    min-height: 50px;
    text-transform: capitalize;
    height: 100%;
}

@media (max-width: 767px) {
    .newsletter-form5 .vs-btn {
        position: relative;
        width: 100%;
        justify-content: center;
    }
}

/*# sourceMappingURL=style.css.map */
.sub-menu-footer li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.sub-menu-footer li a i {
    color: #fff;
}

.footer-link ul li i {

    color: #fff;
    text-decoration: none;

}

.footer-link ul li a {
    color: #fff;

}

.footer-link ul li {
    list-style: none;
    margin-bottom: 10px;
    margin-left: -28px;

}

.footer-link li a {
    padding-left: 10px;
}

.service-block img {
    margin-top: -75px;
}

.indus-icon i {
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 16px 16px;
}

.indus-icon {

    height: 50px;
    width: 50px;
    background-color: #FF5C00;
    margin-top: -35px;
    margin-bottom: 0px;
}

.indus-iconn i {
    color: #fff;


}

.indus-iconn {

    height: 60px;
    width: 60px;
    line-height: 60px;

    font-size: 30px;
    text-align: center;
    background-color: #FF5C00;
    margin-top: -35px;
    margin-bottom: 23px;
    margin-left: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-titlee {
    color: #FF5C00;
    font-size: 28px;
    font-weight: 700;

}

.section-head {
    color: #FF5C00;
    font-size: 20px;

}

.section-titles {
    color: #fff;
    font-size: 20px;
    font-weight: 700;

}

.contact-map {
    padding: 40px 40px;
}

@media (max-width: 767px) {
    .cta {
        padding: 20px 60px;
    }
}

.blog-widget-area .categories {
    background: #ebebeb;
    padding: 24px 20px;
    transition: all 0.4s;
}

.blog-widget-area .categories ul li a {
    color: black;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    transition: all 0.4s;
    padding: 13px 15px;
    background: #fff;
    margin-top: 3px;

}

.blog-widget-area .categories ul li {
    list-style: none;
    margin-left: -30px;

}

.blog-widget-area .categories ul li a:hover {
    background: #FF5C00;
    transition: all 0.4s;
    color: #fff;
}

.blog-widget-area .categories ul li a.active {
    background-color: #FF5C00;
    color: #fff;
}

.blog-widget-area .categories .active-sidebar li.active {
    background-color: #FF5C00;
    color: #fff;
}


/*.blog-widget-area .categories ul li i
{
    padding-right: 10px;
}*/

.space8 {
    height: 8px;
}

.section-sidebar-title {
    color: black;
    font-size: 20px;
    font-weight: 700;

}



.tiny-border {
    height: 3px;
    background: #FF5C00;
    width: 120px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: block;
}

.chart-box ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;


}

.chart-box ul li {
    list-style: none;
    margin-left: -30px;
    margin-bottom: 8px;
}

.chart-list i {
    color: #fff;

}

.worldwide-content h5 {
    font-size: 18px;
    padding: 10px 65px;
    color: #fff;
    background-color: #FF5C00;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.worldwide-content ul li {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0px;
    text-align: center;
    color: black;
    border-bottom: 2px solid #FF5C00;
    list-style: none;
}

/*.chart-box {
    padding: 25px 25px;
    background-color: #fff;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}*/

.keywords {
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    word-spacing: 2px;
    background-color: #FF5C00;
    line-height: 30px;
    border-top-right-radius: 60px;
    text-align: justify;
    font-weight: 500;
    border-top: 6px solid grey;


}

.section-indus {
    background-color: #ebe7e7;
}

.indus-content {
    background-color: #FF5C00;
    color: #fff;
    padding: 6px;
    /*border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;*/
    clip-path: polygon(0% 0%, 95% 0%, 100% 30%, 100% 100%, 80% 100%, 5% 100%, 0% 75%, 0% 20%);

}

.categories ul li i {
    padding-left: 20px;
}

.sidebar-contact ul li {
    list-style: none;
    color: #fff;
    padding: 6px 16px;
}

.sidebar-contact .section-titles {
    padding: 10px 20px;

}

.sidebar-contact li a {
    color: #fff;
    padding-left: 10px;
}

.table-responsive .table th {
    background-color: #FF5C00;
    color: #fff;
}

.active-sidebar a {
    background-color: #FF5C00 !important;
    color: #fff !important;
}
.weight-content
{
    border: 2px solid #FF5C00;
    padding: 30px;
    background-color: #ebebeb;
}
.btn-block {
    padding: 7.5px 25px !important;
    font-weight: 500 !important;
    cursor: pointer;
    border-radius: 35px !important;
    border: 0;
    font-size: 15px !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    background-color: #FF5C00;
    color: #fff;
    margin-bottom: 20px;
}
.form-control[readonly] {
    background-color: #fff;
    
}
.footer-link ul li a:hover {
    color: #FF5C00;
}
.footer-container
{
   
    padding: 0px 50px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 5px;
    background-color: #67ce25;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 15px;
}

.my-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 5px;
    background-color: #67ce25;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 10px;
}

.icofont-whatsapp {
    margin-top: 16px;
}

.float-one {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    left: 5px;
    background-color: #67ce25;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 15px;
}

.icofont-whatsapp {
    margin-top: 16px;
}

@media (min-width: 1281px) {

    .mobile-whatsapp {
        display: none;
    }

    .desktop-whatsapp {
        display: block;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    .mobile-whatsapp {
        display: block;
    }

    .desktop-whatsapp {
        display: none;
    }
}