/* 
 * Galleries Floricolor Styles
 * 
 * 1. Templates
 * 2. Widgets
 */

html { scroll-behavior: smooth; }

body {
    font-family: 'Poppins', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover, a:focus {
    color: #000;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F7F7F7; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #362928ab; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #362928ab; 
}

.btn-dark,
.btn-dark:hover {
    background-color: #362928;
    border-color: #362928;
}
.btn-secondary,
.btn-secondary:hover {
    background-color: #FE6153;
    border-color: #FE6153;
}


/* -------------------------------------------------------------------------- */
/*                                1. Templates                                */
/* -------------------------------------------------------------------------- *

/* ----------------------------- animated-iframe ---------------------------- */
.animated-iframe {
    width: 100%;
    height: 100vh;
}

.animated-iframe .fia-main-container-wrap {
    height: auto !important;
}

/* ------------------------------ reserved area ----------------------------- */
body.auth-page {
    background-color: #362928;
}

body.auth-page form {
    background: #fff;
}

body.auth-page form input[type="submit"] {
    background-color: #FE6153;
    border: none;
    color: #fff;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

body.auth-page form input[type="submit"]:hover {
    background-color: #FE6153;
    border: none;
    color: #fff;
}

.offcanvas-title {
    font-weight: 600;
    font-size: 24px;
}

.offcanvas-header {
    padding-left: 25px;
    padding-right: 25px;
}

.offcanvas-body {
    padding-left: 25px;
    padding-right: 25px;
}

.cm-reserved-area .right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cm-reserved-area .right-side .container .bg-image {
    width: 100%;
    max-width: 600px;
    display: block;
    margin-bottom: 64px;
}

.cm-reserved-area .right-side .container .description {
    color: #fff;
    font-size: 21px;
    line-height: 160%;
}

@media screen and (min-width: 992px) {
    .cm-reserved-area .right-side .container {
        padding-left: 64px;
        padding-right: 64px;
    }
}

/* ---------------------------- marketing single ---------------------------- */
.marketing-hub-post {
    background-color: #F7F7F7;
}

.marketing-hub-post .post {
    margin-top: 60px;
}

.marketing-hub-post .post h1 {
    margin-bottom: 60px;
}

body.marketing-hub-post h1.main-title.underlined {
    font-size: 70px;
    line-height: 120%;
    margin: 0;
    color: #fe6153;
    font-weight: 500;
    text-align: left !important;
}

body.marketing-hub-post h1.main-title.underlined:after {
    content: "";
    height: 1px;
    width: 80px;
    background-color: #ada9a9;
    display: block;
    margin: 20px 0 25px;
}

body.marketing-hub-post h1.main-title.underlined:after {
    content: "";
    height: 1px;
    width: 80px;
    background-color: #ada9a9;
    display: block;
    margin: 20px 0 25px;
}

@media screen and (max-width: 575px) {
    body.marketing-hub-post h1.main-title.underlined {
        font-size: 64px;
        line-height: 120%;
    }
    body.marketing-hub-post h1.main-title.underlined:after {
        margin: 15px 0 15px;
    }
}


body.marketing-hub-post  .content {
    margin-top: 60px;
    margin-bottom: 120px;
}

body.marketing-hub-post  .content h2 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: .5em;
}

body.marketing-hub-post  .content h3 {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: .5em;
}

body.marketing-hub-post  .content h4 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: .5em;
}

body.marketing-hub-post  .content h5 {
    font-size: 14px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: .5em;
}

body.marketing-hub-post  .content h6 {
    font-size: 12px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: .5em;
}

body.marketing-hub-post  .content p {
    font-size: 14px;
    margin-bottom: 0;
}

/* ----------------------------- layout_account ----------------------------- */
body.marketing-hub-archive {
    background-color: #F7F7F7;
    padding-top: 0 !important;
}


.marketing-hub-archive h1 {
    font-size: 2.4em;
    color: #362f2f;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left !important;
}

.hub-posts-list .hub-post {
    background-color: #fff;
    padding: 32px;
    height: 100%;
    display: block;
}

.hub-posts-list .hub-post .title {
    font-size: 24px;
    color: #362f2f;
    font-weight: 600;
    margin-bottom: 10px;
}

.hub-posts-list .hub-post .description {
    font-size: 13px;
    line-height: 170%;
}

.hub-posts-list {
    margin-top: 60px;
}


.marketing-hub-header {
    position: relative;
}

.marketing-hub-header .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.marketing-hub-header .container {
    padding-top: 200px;
    padding-bottom: 200px;
}

.marketing-hub-header .container .secondary-img {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* ------------------------------ archive post ------------------------------ */
body.archive-post {
    background-color: #F7F7F7;
}

body.archive-post h1.main-title.underlined {
    font-size: 80px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    color: #fe6153;
    font-weight: 600;
    text-align: left !important;
}

body.archive-post h1.main-title.underlined:after {
    content: "";
    height: 1px;
    width: 80px;
    background-color: #ada9a9;
    display: block;
    margin: 25px 0 25px;
}

body.archive-post .featured-intro .subtitle {
    color: #5C5656;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 60px;
}

@media screen and (max-width: 575px) {
    body.archive-post h1.main-title.underlined {
        font-size: 64px;
        line-height: 120%;
    }
    body.archive-post h1.main-title.underlined:after {
        margin: 15px 0 15px;
    }
    body.archive-post .featured-intro .subtitle {
        color: #5C5656;
        font-weight: 600;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 40px;
    }
}

/* ------------------------------- Single Post ------------------------------ */
body.single-post {
    background-color: #F7F7F7;
}

.single-post article.post .row {
    padding-top: 40px;
}

.single-post .post-bg {
    background: linear-gradient(0deg, #EEEEEE 60%, #F7F7F7 60%);
}

.single-post article.post h1 {
    font-size: 42px;
    line-height: 50px;
    color: #362f2f;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    margin-bottom: .8em;
}
.single-post article.post .date {
    color: #8E8484;
    font-size: 14px;
    line-height: 13px;
    opacity: 0.6;
    margin-bottom: 1em;
    margin-top: 1em;
}

.single-post a.decorated.back::before {
    /* color: #fe6153; */
    font-weight: 800;
}

.other-news {
    padding-top: 120px;
    padding-bottom: 120px;
}

.other-news h3 {
    text-transform: lowercase;
    color: #5c5656;
    font-size: 38px;
    font-weight: 600;
}

.other-news h3.underlined:after {
    content: " ";
    width: 80px;
    height: 1px;
    display: block;
    background-color: #fe6153;
    margin-top: 16px;
}

.other-news .post {
    margin-bottom: 4rem;
}

.other-news .row {
    margin-top: 4rem;
}

.other-news .post .category {
    color: #fe6153;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}

.other-news .post .title a {
    color: #5C5656;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
}

.other-news .post .date {
    color: #8E8484;
    font-size: 11px;
    line-height: 13px;
    opacity: 0.6;
    margin-top: 8px;
}

.other-news .post .excerpt {
    margin-top: 8px;
    color: #958E8E;
    font-size: 13px;
    line-height: 24px;
    opacity: 0.8;
}

/* ------------------------------ Product Page ------------------------------ */
a.back {
    font-size: 11px;
}

a.back:before {
    content: "⟵";
    padding-right: 5px;
}

.machine-models ul {
    list-style: none;
}

.machine-models .machine-variant {
    display: inline-block;
    margin-right: 1em;
}

.product-header {
    display: flex;
}

.selected .circle {
    background-color: #fff;
    border: 1px solid #fe6759;
    box-shadow: 0 10px 20px -15px rgba(254, 103, 89, .5);
}


.machine-variant p.name {
    text-align: center;
    font-size: 13px;
}

.circle {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background-color: #eeeeee;
    border-radius: 100%;
    text-align: center;
    padding: 24px 0;
}

.machines-more a {
    background-color: #fe6153;
    color: #FFF !important;
    font-size: 13px;
    padding: 40px 60px;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .machines-more a {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .scroll-h {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media screen and (max-width: 991px) {
    .scroll-h::-webkit-scrollbar {
        display: none;
    }
}

.specs-highlights {
    /* margin: 80px 0 0 100px; */
    margin-left: 12vw;
    margin-top: auto;
    font-size: 13px;
    line-height: 19px;
}

.specs-highlights .block {
    width: 100px;
}

p.spec-name {
    height: 60px;
}

p.spec-value {
    color: #FFF;
}

p.spec-name:before {
    content: " ";
    width: 30px;
    height: 1px;
    display: block;
    background-color: #fe6153;
    margin-bottom: 20px;
}

.ct-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2em;
    grid-row-gap: 2em;
}

.product-header {
    padding-top: 160px;
    position: relative;
    /* background: rgb(247,247,247);
    background: linear-gradient(90deg, rgba(247,247,247,1) 60%, rgba(29,30,37,1) 60%); */
}

body.product-page {
    padding-top: 0 !important;
}

.product-header .background {
    height: 100%;
    background-color: #1d1e25;
    width: 100%;
    position: absolute;
    /* z-index: -1; */
    width: 40vw;
    right: 0;
    top: 0;
}

@media screen and (max-width: 991px) {
    .product-header .background {
        width: 100%;
        bottom: 0;
        left: 0;
        transition: none;
        height: 30%;
        top: 70%;
    }
}

@media screen and (max-width: 991px) {
    .product-header .machine-models  {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .product-header .specs-highlights {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .machines-more {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0 !important;
    }
}

.machines-more {
    margin-top: 20px;
    margin-bottom: 40px;
}

.product-header-right {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-header .model-3d {
    max-width: 540px;
    /* background: #ccca; */
    height: 300px;
}

.cm-product-description-section h3 {
    color: #5c5656;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
    font-weight: 600;
}
.cm-product-description-section p {
    color: #5c5656;
    font-size: 20px;
    line-height: 33px;
}

.cm-product-description-section .download-catalog {
    padding-left: 60px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-decoration: none;
    color: #5c5656;
}

@media screen and (max-width: 991px) {
    .cm-product-description-section .download-catalog {
        /* margin-top:20px;
        margin-bottom: 60px; */
        padding-left: 0;
        display: inline-block;
        margin: 20px auto 60px;
    }
}

.cm-product-info .customize {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.spec .color {
    border: 2px solid rgba(143, 132, 132, .4);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-indent: -9999px;
    font-size: 12px;
    margin-right: 5px;
}


.cm-product-info .wrapper p {
    border-bottom: 1px solid #fe6153;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 29px;
}

.cm-product-info .wrapper p {
    color: #404040;
}

@media screen and (max-width: 991px) {
    .cm-product-info .wrapper { margin-top: 60px;}
}

.spec .cup-icon {
    width: 15px;
}

.cm-product-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 25px;
    flex-wrap: wrap;
}

.cm-product-icons li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
}

.cm-product-icons img {
    width: 75px;
    margin-bottom: 8px;
}

.cm-product-icons span {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #404040;
}

.title.underlined {
    text-transform: lowercase;
    color: #5c5656;
    font-size: 38px;
    margin-bottom: 60px;
    font-weight: 500;
}
.title.underlined:after {
    content: " ";
    width: 80px;
    height: 1px;
    display: block;
    background-color: #fe6153;
    margin-top: 20px;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 4em;
    /* grid-row-gap: 1em; */
}

@media screen and (max-width: 991px) {
    .spec-grid {
        grid-column-gap: 1em;
    }
}

#machine-specs .spec-grid .spec, .machine-specs .spec-grid .spec {
    grid-column: span 6;
    border-bottom: 1px solid rgba(143, 132, 132, .2);
    height: 70px;
    align-items: center;
    display: flex;
}

#machine-specs .spec-grid .spec .slash:not(:last-child)::after, .machine-specs .spec-grid .spec .slash:not(:last-child)::after {
    content: ' /';
}

#machine-specs .spec-grid .spec .key, .machine-specs .spec-grid .spec .key {
    display: inline-block;
    width: 70%;
    padding-right: 18px;
    float: left;
    color: var(--grey-text);
}

#machine-specs .spec-grid .spec .value, .machine-specs .spec-grid .spec .value {
    display: inline-block;
    width: 30%;
    float: left;
    color: var(--grey-dark);
}

@media screen and (max-width: 991px) {
    #machine-specs .spec-grid .spec, .machine-specs .spec-grid .spec {
        grid-column: span 12;
    }
}

.product-social-images {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
    .product-social-images {
        margin-top: 60px;
    }
}

.product-social-images h4 {
    font-weight: 500;
}

.product-social-images li img {
    display: block;
    margin: 0 auto;
}

.product-social-images .social-description {
    color: #ada9a9;
    font-size: 20px;
    line-height: 42px;
}

/* ------------------------------ Category Page ----------------------------- */
body.categories-page {
    background: url('../images/maquinas-bg.png') repeat-y right top;
    background-size: 1000px;
}

header.category-header {
    position: relative;
}

header.category-header img {
    max-width: 600px;
    position: absolute;
    top: -80px;
    left: 0;
    opacity: .7;
    width: 100%;
    z-index: -1;
}

header.category-header h2 {
    font-size: 42px;
    color: #5C5656;
    font-weight: 500;
}

@media (max-width: 575px) {
    header.category-header h2 {
        font-size: 32px;
    }
}

header.category-header h2:after {
    content: "";
    border-bottom: 1px solid #fe6153;
    display: block;
    width: 100px;
    padding-top: 15px;
}

header.category-header p {
    color: #ada9a9;
    font-size: 13px;
    line-height: 29px;
    opacity: .9;
}

.product-grid {
    margin-top: 20px;
}

.product-grid .product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.product-grid img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.product-grid span {
    text-align: center;
    font-weight: 600;
    width: 100%;
}

/* --------------------------------- Footer --------------------------------- */
.cmk-newsletter-footer input {
    border: 1px solid #474747;
    border-radius: 100px;
    background-color: transparent;
    /* font-size: 13px; */
    padding: .25em 2.25em .25em 1em;
    margin-top: 1rem;
}
.cmk-newsletter-footer .btn {
    color: var(--bs-btn-hover-color);
    position: absolute;
    top: 16px;
    right: 0;
}
.cmk-newsletter-footer .btn:hover {
    color: #fff;
}

.cm-footer-certs {
    display:flex;
    justify-content:flex-end;
}

.cm-footer-certs img {
    max-width: 150px;
}

.cm-footer-cofinance {
    display:flex;
    justify-content:flex-start;
    align-items: center;
    gap: 20px;
    height: 100%;
}

@media (max-width: 1199px) {
    .cm-footer-cofinance {
        justify-content:center;
        margin-bottom: 30px;
    }

    #main-footer-bottom .footer-bootom-right {
        align-items: center !important;
    }
}

.cm-footer-cofinance img {
    max-height: 30px;
}

#main-footer-bottom {
    margin-top: 25px;
    background-color:#312423;
    padding-top: 40px;
    padding-bottom: 40px;
}

#main-footer-bottom .footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    #main-footer-bottom .footer-bottom-links {
        justify-content: center;
    }
}

#main-footer-bottom .footer-bottom-links li a {
    padding: 0 4px 0 10px;
    font-size: 11px;
    margin-bottom: 0;
}

#main-footer-bottom .footer-bottom-links li a:hover {
    color: #fff;
}

#main-footer-bottom .footer-bottom-links li:last-child {
    padding-right: 0px;
}


#main-footer-bottom .footer-bottom-links li:not(:last-child)::after {
    content: '•';
    padding-left: 8px;
  }

#main-footer-bottom .footer-bootom-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 991px) {
    #main-footer-bottom .footer-bootom-right {
        align-items: center;
    }
}

#main-footer-bottom .footer-bootom-right p {
    font-size: 12px;
}

.footer-menu-block-title {
    color: #fff;
    margin: 0 0 20px;
    border-bottom: 1px solid #fe6153;
    font-size: 14px;
    text-transform: lowercase;
}

#main-footer ul li {
    margin-bottom: 0;
    line-height: 160%;
}

#main-footer ul li a {
    font-size: 12px;
}

#main-footer a:focus {
    color: #fff !important;
}

#main-footer .footer-list a {
    color: #aea9a8;
}

#main-footer .footer-list a:hover {
    color: #fff;
}

/* ---------------------------------- News ---------------------------------- */
.blog-content-wrapper figure {
    text-align: center;
}

/* .blog-content-wrapper p:first-child::first-letter {
    initial-letter: 2;
    color: #c3964e;
    font-weight: bold;
    margin-right: 1em;
    margin-left: 1em;
} */

/* -------------------------------------------------------------------------- */
/*                                 2. Widgets                                 */
/* -------------------------------------------------------------------------- */
/* --------------------------------- Header --------------------------------- */

.header-with-topbar a {
    text-transform: lowercase;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7c7c7c;
}

.navbar.navbar-light .header-search-icon > a, .navbar.navbar-light .header-social-icon > a, .navbar.navbar-light .header-cart-icon > a, .navbar.navbar-light .header-language > a, .top-bar.navbar-dark, .top-bar.navbar-dark .header-search-icon > a, .top-bar.navbar-dark .header-social-icon > a, .top-bar.navbar-dark .header-cart-icon > a, .top-bar.navbar-dark .header-language > a, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn {
    color: #7c7c7c;
}

body .navbar.header-light .navbar-nav .nav-item.active .nav-link {
    color: #fe6153 !important;
}

.product-page .navbar.navbar-light .navbar-nav .nav-link {
    color: #7c7c7c !important;
}

.product-page .cm-top-bar.navbar-light .top-email, .product-page .cm-top-bar.navbar-light span {
    color: #7c7c7c !important;
}


header .top-bar + .navbar.fixed-top {
    top: 41px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

header .top-bar {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #362928 !important;
}

.sticky.header-appear .header-dark, .sticky .header-dark.header-always-fixed-scroll {
    background-color: #362928 !important;
}


.menu-list li.active > a, .menu-list .menu-list-item:hover > a, .menu-list .menu-list-item:focus > a, .menu-list .menu-list-item .sub-menu-item li.active a, .menu-list .menu-list-item .sub-menu-item > li:hover a, .menu-list .menu-list-item .sub-menu-item > li:focus a {
    color: rgba(0,0,0,.5) !important;
}

.menu-list li a {
    color: #222;
}

.hamburger-menu-big-font .menu-list li a:before {
    background-color: rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {
    .hamburger-menu {
        max-width: 500px;
    }
}
@media (max-width: 991px) {
    .video-play-notify {
        width: 100% !important;
    }
}

.cm-top-bar .list-links {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.cm-top-bar .list-links a {
    font-size: 11px;
}

.cm-top-bar .top-email {
    /* color: #fff; */
    font-size: 10px;
}

/* Logo Versions */
header.header-with-topbar nav.bg-dark .dark-logo {
    display: none;
}
header.header-with-topbar nav.bg-light .light-logo {
    display: none;
}

header.header-with-topbar.header-appear nav.header-dark .dark-logo {
    display: none;
}
header.header-with-topbar.header-appear nav.header-dark .light-logo {
    display: inline;
}

header.header-with-topbar.header-appear nav.header-light .light-logo {
    display: none;
}
header.header-with-topbar.header-appear nav.header-light .dark-logo {
    display: inline;
}

header.header-with-topbar:not(.header-appear) nav.bg-transparent.navbar-light img.light-logo {
    display: none;
}
header.header-with-topbar:not(.header-appear) nav.bg-transparent.navbar-light img.dark-logo {
    display: inline;
}

header.header-with-topbar:not(.header-appear) nav.bg-transparent.navbar-dark img.light-logo {
    display: inline;
}
header.header-with-topbar:not(.header-appear) nav.bg-transparent.navbar-dark img.dark-logo {
    display: none;
}

header.header-with-topbar:not(.header-appear) nav.bg-transparent .navbar-brand.force-dark img.light-logo {
    display: none;
}
header.header-with-topbar:not(.header-appear) nav.bg-transparent .navbar-brand.force-dark img.dark-logo {
    display: inline;
}

header.header-with-topbar:not(.header-appear) nav.bg-transparent .navbar-brand.force-light img.light-logo {
    display: inline;
}
header.header-with-topbar:not(.header-appear) nav.bg-transparent .navbar-brand.force-light img.dark-logo {
    display: none;
}

@media (max-width: 991px) {
    .navbar.bg-transparent {
        background-color: transparent !important;
    }

    .navbar.navbar-dark.bg-transparent .header-search-icon > a, .navbar.navbar-dark.bg-transparent .header-social-icon > a, .navbar.navbar-dark.bg-transparent .header-cart-icon > a, .navbar.navbar-dark.bg-transparent .header-language > a, .navbar.navbar-dark .nav-bar-contact {
        color: #fff !important;
    }

    .navbar-dark.bg-transparent .navbar-toggler-line {
        background: #fff !important;
    }
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #232323 !important;
}

.navbar.navbar-light .header-search-icon > a, .navbar.navbar-light .header-social-icon > a, .navbar.navbar-light .header-cart-icon > a, .navbar.navbar-light .header-language > a, .top-bar.navbar-dark, .top-bar.navbar-dark .header-search-icon > a, .top-bar.navbar-dark .header-social-icon > a, .top-bar.navbar-dark .header-cart-icon > a, .top-bar.navbar-dark .header-language > a, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn {
    color: #232323 !important;
}

.cm-top-bar.navbar-light .top-email,
.cm-top-bar.navbar-light span {
    color: #232323 !important;
}

.cm-top-bar.navbar-dark span {
    color: #fff;
    opacity: .7;
}

.cm-top-bar.navbar-dark a {
    color: #fff;
    opacity: .7;
}

.cm-top-bar .list-links a {
    color: #fe6153;
    opacity: 1;
}

header .navbar .navbar-nav .nav-link {
    font-size: 12px;
}

.cm-products-megamenu {
    max-width: 600px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 575px) {
    .cm-products-megamenu {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.cm-products-megamenu img {
    max-height: 80px;
    width: auto;
}

.cm-products-megamenu span.item-name {
    text-align:center;
    font-weight: 600;
}

.nav-item.dropdown.megamenu .menu-back-div {
    padding: 35px 25px;
}

.product-page .navbar.navbar-light .header-search-icon > a,
.product-page .navbar.navbar-light .header-social-icon > a,
.product-page .navbar.navbar-light .header-cart-icon > a,
.product-page .navbar.navbar-light .header-language > a,
.product-page .top-bar.navbar-dark,
.product-page .top-bar.navbar-dark .header-search-icon > a,
.product-page .top-bar.navbar-dark .header-social-icon > a,
.product-page .top-bar.navbar-dark .header-cart-icon > a,
.product-page .top-bar.navbar-dark .header-language > a,
.product-page .top-bar.navbar-dark .header-language.dropdown-style-01 .btn {
    color: #7c7c7c !important;
}

/* ------------------------------ slide_images ------------------------------ */
.cm-widget-slide_images .grid-item img {
    height:420px;
    width:550px;
    object-fit:cover;
}

@media (max-width: 992px) {
    .cm-widget-slide_images .grid-item img {
        height:200px;
        width:300px;
    }
}

/* ------------------------------ image_gallery ----------------------------- */
.cm-image-gallery {
    height: auto !important;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.cm-image-gallery > li:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.cm-image-gallery > li:nth-child(2) { grid-area: 1 / 3 / 2 / 5; }
.cm-image-gallery > li:nth-child(3) { grid-area: 2 / 3 / 3 / 4; }
.cm-image-gallery > li:nth-child(4) { grid-area: 2 / 4 / 3 / 5; }

@media (max-width: 768px) {
    .cm-image-gallery {
        grid-template-columns: repeat(2, 1fr);
        max-height: initial;
    }

    .cm-image-gallery > li:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
    .cm-image-gallery > li:nth-child(2) { grid-area: 2 / 1 / 3 / 3; }
    .cm-image-gallery > li:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
    .cm-image-gallery > li:nth-child(4) { grid-area: 3 / 2 / 4 / 3; }
}



.cm-image-gallery li a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.cm-image-gallery li a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cm-image-gallery div {
    height: 100%;
}

.scroll-top-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navbar.header-light .navbar-nav .nav-item.active .nav-link {
    color: #c3964e !important;
}

/* ------------------------------- title_split ------------------------------ */
/* @media (max-width: 992px) {
    .cmk-link-title-split {
        color: #1a1c22 !important;
    }

    .cmk-link-title-split:hover {
        color: #1a1c22bb !important;
    }
}

.cmk-link-title-split {
    color: #fff;
}
.cmk-link-title-split:hover {
    color: #fffb;
}

@media (max-width: 992px) {
    .cmk-title-split-widget .cmk-link-title-split {
        color: #000;
    }
} */


/* -------------------------- interactive slider 7 -------------------------- */
a.cta.decorated {
    background-color: #fe6153;
    color: #fff !important;
    text-decoration: none;
    padding: 16px 40px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

/* ------------------------------ social images ----------------------------- */
.cm-social-images .social-icon-list {
    list-style: none;
}

.cm-social-images h5 {
    color: #5c5656;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
}

/* -------------------------------- timeline -------------------------------- */
.timeline{
position:relative;
margin:50px auto;
padding:40px 0;
width:1000px;
box-sizing:border-box;
}

.timeline h3 {
    line-height: 160%;
}

.timeline:before{
content:'';
position:absolute;
left:50%;
width:2px;
height:100%;
background:#c5c5c5;
}
.timeline ul{
padding:0;
margin:0;
}
.timeline ul li{
list-style:none;
position:relative;
width:50%;
padding:20px 40px;
box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
float:left;
text-align:right;
clear:both;
}
.timeline ul li:nth-child(even){
float:right;
text-align:left;
clear:both;
}
.content{
padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
content:'';
position:absolute;
width:10px;
height:10px;
top:24px;
right:-6px;
background:#FE6153;
border-radius:50%;
box-shadow:0 0 0 3px #FE61534d;
}
.timeline ul li:nth-child(even):before
{

content:'';
position:absolute;
width:10px;
height:10px;
top:24px;
left:-4px;
background:#FE6153;
border-radius:50%;
box-shadow:0 0 0 3px #FE61534d;
}
.timeline ul li h3{
padding:0;
margin:0;
color:#FE6153;
font-weight:600;
font-size: 24px;
}
.timeline ul li p{
margin:10px 0 0;
padding:0;
}
.timeline ul li .time h4{
margin:0;
padding:0;
font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
position:absolute;
top:12px;
right:-165px;
margin:0;
padding:8px 16px;
background:#FE6153;
color:#fff;
border-radius:18px;
box-shadow:0 0 0 3px #FE61534d;
}
.timeline ul li:nth-child(even) .time
{
position:absolute;
top:12px;
left:-165px;
margin:0;
padding:8px 16px;
background:#FE6153;
color:#fff;
border-radius:18px;
box-shadow:0 0 0 3px #FE61534d;
}

.timeline ul li .time h4 {
    line-height: normal;
    font-size: 18px;
}

@media(max-width:1000px)
{
.timeline{
    width:100%;
}
}
@media(max-width:767px){
.timeline{
    width:100%;
    padding-bottom:0;
}
h1{
    font-size:40px;
    text-align:center;
}
.timeline:before{
    left:20px;
    height:100%;
}
.timeline ul li:nth-child(odd),
.timeline ul li:nth-child(even)
{
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
}
.timeline ul li:nth-child(odd):before,
.timeline ul li:nth-child(even):before
{
    top:-18px;
    left:16px;
}
.timeline ul li:nth-child(odd) .time,
.timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
}
}

/* ------------------------------ title simple ------------------------------ */
.cm-title-simple h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    margin: 0;
    color: #fe6153;
    font-weight: 700;
    text-align: left;
}


.cm-title-simple h1:after {
    content: "";
    height: 1px;
    width: 80px;
    background-color: #ada9a9;
    display: block;
    margin: 25px 0 50px;
}

@media(max-width:575px) {
    .cm-title-simple h1 {
        font-size: 48px;
        line-height: 160%;
    }

    .cm-title-simple h1:after {
        margin: 15px 0 25px;
    }
}

section.bg-dark .cm-title-simple .subtitle {
    color: #ada9a9;
}

.cm-title-simple .btn {
    background-color: #FE6153;
    border: none;
    padding: 25px 40px;
    color: #fff;
}

/* ---------------------------------- vmap ---------------------------------- */
#vmap {
    width:100%;
    height:100%;
}

#vmap-wrapper {
    height: 1000px;
}

@media(max-width:991px) {
    #vmap-wrapper {
        height: 340px;
    }
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    display: none;
}


/* ------------------------------ contact form ------------------------------ */

#cm-contact-form {
    /* background-color: #f7f7f7; */
}

h4 {
    text-transform: lowercase;
    color: #5c5656;
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: 600;
}

h4.underlined:after {
    content: " ";
    width: 80px;
    height: 1px;
    display: block;
    background-color: #fe6153;
    margin-top: 20px;
}
#cm-contact-form button {
    background-color: #fe6153;
    border: none;
    padding: 16px 32px;
}

#cm-contact-form button:hover,
#cm-contact-form button:focus {
    background-color: #fe6153;
    color: #fff;
}

/* -------------------------------- news card ------------------------------- */
.cmk-news-card {
    transition: .25s all ease;
}

.cmk-news-card .category {
    color: #fe6153;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.cmk-news-card .title {
    color: #5c5656;
    font-weight: 600;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    text-decoration: none;
    margin-bottom: 0;
}

.cmk-news-card .date {
    opacity: .4;
    font-size: 11px;
    color: #7c7c7c;
    margin-bottom: 0;
}

.cmk-news-card .description {
    font-size: 13px;
}

.cmk-news-card .post-link {
    display: inline-block;
    padding: 15px;
}

.cmk-news-card img {
    margin-bottom: 16px;
}

.cmk-news-card:hover {
    background: #fff;
}

/* -------------------------------- accordion ------------------------------- */
.cm-accordion .panel-title {
    font-size: 24px;
    font-weight: 600;
    color: #8e8484;
}

.accordion-style-02 .panel .panel-heading {
    padding: 25px 25px 25px 0;
}


/* ---------------------------- cofinancing-icons --------------------------- */


@media(min-width:575px) {
    .cm-slide-horizontal .cofinancing-icons {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 1;
    }
}

@media(max-width:574px) {
    .cm-slide-horizontal .cofinancing-icons {
        margin-left: -15px;
        margin-right: -15px;
        background: #362928;
        padding: 15px;
        margin-bottom: 0;
        margin-top: -1px;
    }

    .cm-footer-cofinance {
        margin-bottom: 0;
    }
}

@media(min-width:575px) {
    .cmk-title-split-widget .cofinancing-icons {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 1;
    }
}

@media(max-width:574px) {
    .cmk-title-split-widget .cofinancing-icons {
        margin-left: -15px;
        margin-right: -15px;
        background: #362928;
        padding: 15px;
        margin-bottom: 0;
        margin-top: -1px;
    }

    .cm-footer-cofinance {
        margin-bottom: 0;
    }
}

/* ----------------------------- CKEditor Styles ---------------------------- */
.image_resized {
    margin-left: auto;
    margin-right: auto;
}

.image_resized.image-style-block-align-left {
    margin-left: 0;
}

.image_resized.image-style-block-align-right {
    margin-right: 0;
}

/* --------------------------- cm-custom-accordion -------------------------- */
ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cm-custom-accordion h3.question {
    color: #8E8484;
    font-size: 24px;
    line-height: 29px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin: 24px auto !important;
}

.cm-custom-accordion h3.question:after {
    content: "▾";
    float: right;
    transition: 0.5s ease-in-out;
}

.cm-custom-accordion h3.question.active:after {
    color: #fe6153;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

 ul.cm-custom-accordion.list li {
    display: block;
    border-bottom: 1px solid #7c7c7c;
}

.alignnone  {
    margin:0;
}

body.marketing-hub-post .content p.answer {
    margin-bottom: 24px;
}

/* -------------------------------------------------------------------------- */
/*                            .widget-columns_lists                           */
/* -------------------------------------------------------------------------- */
.widget-columns_lists {}

.widget-columns_lists .text-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;     
    line-height: 130%;
}
.widget-columns_lists .text-subtitle {
    font-size: 14px;
    line-height: 160%;
}

.widget-columns_lists .widget-list-item {
    display: flex;
    align-items: flex-start;
}

.widget-columns_lists .img-container {
    width: 29px;
    flex-shrink: 0;
    margin-right: 8px;
}