﻿:root {
    --color-hover: #39c074;
    --color-primary: #39c074;
    --color-secondary: #181818;
    --color-text: #181818;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-21a159: #21a159;
    --color-d1d1d1: #d1d1d1;
    --color-eeeeee: #eeeeee;
    --color-ff0800: #ff0800
}

.slideSet .slider,
.groupSlider .slider {
    width: 100%;
    margin: 0px
}

.slideSet .flickity-prev-next-button,
.groupSlider .flickity-prev-next-button {
    width: 60px;
    height: 60px;
    border-radius: 0;
    padding: 0px
}

.slideSet .flickity-prev-next-button svg,
.groupSlider .flickity-prev-next-button svg {
    display: none !important
}

.slideSet .flickity-prev-next-button,
.groupSlider .flickity-prev-next-button,
.slideSet .flickity-prev-next-button {
    background-color: rgba(255, 255, 255, .5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.slideSet .flickity-prev-next-button:after,
.groupSlider .flickity-prev-next-button:after,
.slideSet .flickity-prev-next-button:after {
    color: var(--color-black);
    font-size: 40px;
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slideSet .flickity-prev-next-button:focus,
.groupSlider .flickity-prev-next-button:focus,
.slideSet .flickity-prev-next-button:focus {
    border: 0px;
    outline: none
}

.slideSet .flickity-prev-next-button:hover,
.groupSlider .flickity-prev-next-button:hover,
.slideSet .flickity-prev-next-button:hover {
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.slideSet .flickity-prev-next-button.previous,
.groupSlider .flickity-prev-next-button.previous {
    left: 0px
}

.slideSet .flickity-prev-next-button.previous:after,
.groupSlider .flickity-prev-next-button.previous:after {
    content: ""
}

.slideSet .flickity-prev-next-button.next,
.groupSlider .flickity-prev-next-button.next {
    right: 0px
}

.slideSet .flickity-prev-next-button.next:after,
.groupSlider .flickity-prev-next-button.next:after {
    content: ""
}

.slideSet .flickity-page-dots,
.groupSlider .flickity-page-dots {
    bottom: 50px
}

.slideSet .flickity-page-dots .dot,
.groupSlider .flickity-page-dots .dot {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background: var(--color-white);
    border-radius: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.slideSet .flickity-page-dots .dot.is-selected,
.groupSlider .flickity-page-dots .dot.is-selected {
    width: 40px;
    height: 12px
}

.groupSlider {
    z-index: 1;
    margin: 0 -10px
}

.groupSlider .slider {
    width: calc(90% - 1rem);
    padding: 0 10px
}

.groupSlider .flickity-prev-next-button {
    display: none;
    top: 25px
}

.groupSlider .flickity-prev-next-button.previous {
    left: inherit;
    right: 65px
}

.groupSlider .flickity-prev-next-button.next {
    right: 12px
}

@media screen and (min-width: 768px) {
    .groupSlider {
        margin: 0 -24px
    }

    .groupSlider .slider {
        width: 50%;
        padding: 0 24px
    }

    .groupSlider .flickity-prev-next-button {
        display: inline-block
    }
}

@media screen and (min-width: 992px) {
    .groupSlider .slider {
        width: 33.3333%
    }
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

body {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: var(--color-text);
    background-color: var(--color-f3eeea);
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

#window {
    width: 100%;
    min-height: 100%;
    transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out
}

#window:after {
    content: "";
    display: table;
    clear: both
}

.body-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.body-wrap:after {
    content: "";
    display: table;
    clear: both
}

p {
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--color-text)
}

@media screen and (min-width: 992px) {
    p {
        margin-bottom: 25px
    }
}

a {
    text-decoration: none;
    color: var(--color-primary);
    transition: all, .4s ease;
    -ms-transition: all, .4s ease;
    -o-transition: all, .4s ease;
    -webkit-transition: all, .4s ease;
    -moz-transition: all, .4s ease
}

a:hover {
    text-decoration: none;
    color: var(--color-hover)
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    opacity: 1;
    border-top: 1px solid var(--color-border)
}

img,
svg {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

figure {
    display: block;
    position: relative;
    overflow: hidden
}

figure:after {
    content: "";
    display: table;
    clear: both
}

a:focus,
:focus-visible {
    outline: none
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}

ul li {
    padding: 0px;
    margin: 0px
}

.none {
    display: none
}

.hidescroll {
    overflow: hidden
}

.container {
    max-width: 1400px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
    position: relative
}

.container.full {
    max-width: 100%
}

.container.larg {
    max-width: 1190px
}

.container.med {
    max-width: 800px
}

.gbl {
    margin-top: 60px;
    margin-bottom: 60px
}

.gbl-top-50 {
    margin-top: 50px
}

.gbl-bottom-50 {
    margin-bottom: 50px
}

.gbl-pad {
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (max-width: 992px) {
    .gbl {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-text);
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    line-height: normal;
    font-family: "Open Sans", serif;
    font-weight: 400
}

h1 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #fff
}

h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-primary)
}

h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-primary)
}

h4 {
    font-size: 20px;
    font-weight: 600
}

h5 {
    font-size: 18px;
    font-weight: 600
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 36px;
        line-height: 44px
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
        font-weight: 700;
        color: var(--color-primary)
    }

    h3 {
        font-size: 20px;
        font-weight: 600;
        color: var(--color-primary)
    }
}

.text-14 {
    font-size: 14px
}

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

.bg-grey {
    background-color: #fafafa
}

.for-mobile {
    display: none
}

@media screen and (max-width: 992px) {
    .for-desktop {
        display: none !important
    }

    .for-mobile {
        display: block
    }
}

img.cover,
video.cover {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%
}

@media(min-width: 768px) {
    .modal-small {
        max-width: 450px;
        width: 100%
    }

    .modal-sm {
        max-width: 650px;
        width: 100%
    }

    .modal-md {
        max-width: 850px;
        width: 100%
    }

    .modal-lg {
        max-width: 1050px;
        width: 100%
    }
}

*.mt--0 {
    margin-top: 0
}

*.mt--10 {
    margin-top: 10px
}

*.mt--20 {
    margin-top: 20px
}

*.mt--30 {
    margin-top: 30px
}

*.mt--40 {
    margin-top: 40px
}

*.mt--50 {
    margin-top: 50px
}

*.mt--60 {
    margin-top: 60px
}

*.mt--70 {
    margin-top: 70px
}

*.mt--80 {
    margin-top: 80px
}

*.mt--90 {
    margin-top: 90px
}

*.mt--100 {
    margin-top: 100px
}

*.mb--0 {
    margin-bottom: 0 !important
}

*.mb--10 {
    margin-bottom: 10px
}

*.mb--20 {
    margin-bottom: 20px
}

*.mb--30 {
    margin-bottom: 30px
}

*.mb--40 {
    margin-bottom: 40px
}

*.mb--50 {
    margin-bottom: 50px
}

*.mb--60 {
    margin-bottom: 60px
}

*.mb--70 {
    margin-bottom: 70px
}

*.mb--80 {
    margin-bottom: 80px
}

*.mb--90 {
    margin-bottom: 90px
}

*.mb--100 {
    margin-bottom: 100px
}

*.pt--0 {
    padding-top: 0
}

*.pt--10 {
    padding-top: 10px
}

*.pt--20 {
    padding-top: 20px
}

*.pt--30 {
    padding-top: 30px
}

*.pt--40 {
    padding-top: 40px
}

*.pt--50 {
    padding-top: 50px
}

*.pt--60 {
    padding-top: 60px
}

*.pt--70 {
    padding-top: 70px
}

*.pt--80 {
    padding-top: 80px
}

*.pt--90 {
    padding-top: 90px
}

*.pt--100 {
    padding-top: 100px
}

*.pb--0 {
    padding-bottom: 0 !important
}

*.pb--10 {
    padding-bottom: 10px
}

*.pb--20 {
    padding-bottom: 20px
}

*.pb--30 {
    padding-bottom: 30px
}

*.pb--40 {
    padding-bottom: 40px
}

*.pb--50 {
    padding-bottom: 50px
}

*.pb--60 {
    padding-bottom: 60px
}

*.pb--70 {
    padding-bottom: 70px
}

*.pb--80 {
    padding-bottom: 80px
}

*.pb--90 {
    padding-bottom: 90px
}

*.pb--100 {
    padding-bottom: 100px
}

.common-header {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.common-header h2 {
    padding-bottom: 5px;
    display: inline-block
}

.common-header h2:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
    height: 2px;
    background-color: var(--color-primary)
}

.img-banner {
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0
}

.latest-announce {
    position: relative;
    padding: 65px 0;
    min-height: 400px
}

.latest-announce::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.latest-announce header h2 {
    color: var(--color-white);
    padding-bottom: 10px
}

.latest-announce header h2:before {
    background-color: var(--color-white)
}

.latest-announce .cards {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1024px) {
    .img-banner {
        min-height: 300px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.dashboard-wrap {
    position: relative
}

.dashboard-wrap .dashboard-details {
    background-color: var(--color-eeeeee);
    padding: 30px
}

.dashboard-wrap .dashboard-details .cards {
    padding: 12px 0
}

.dashboard-wrap .dashboard-details .cards .card-featured {
    background-color: var(--color-white)
}

.dashboard-wrap .dashboard-nav {
    background-color: var(--color-primary);
    padding: 20px 30px;
    position: relative;
    height: 100%
}

.dashboard-wrap .dashboard-nav .dashboard-nav-close {
    position: absolute;
    right: 20px;
    top: 20px
}

.dashboard-wrap .dashboard-nav .dashboard-nav-close img {
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    transition: .4s ease-out
}

.dashboard-wrap .dashboard-nav .dashboard-nav-close img:hover {
    -webkit-transform: rotateZ(182deg);
    -moz-transform: rotateZ(182deg);
    transform: rotateZ(182deg)
}

.dashboard-wrap .dashboard-nav header h3 {
    color: var(--color-white);
    font-size: 30px
}

.dashboard-wrap .dashboard-nav ul li {
    padding: 10px 0
}

.dashboard-wrap .dashboard-nav ul li a {
    color: var(--color-white)
}

.dashboard-wrap .dashboard-nav ul li a:hover {
    color: var(--color-text)
}

.dashboard-wrap .dashboard-nav.open-filternav {
    transform: translateX(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .6)
}

.dashboard-wrap .form-wrap {
    margin-bottom: 50px
}

.dashboard-wrap .buyer-seller-details {
    margin-bottom: 30px
}

.dashboard-wrap .navToggle2 {
    display: none
}

.login-signup-form {
    max-width: 500px;
    padding: 30px;
    margin: 50px auto;
    background-color: var(--color-eeeeee)
}

.login-signup-form .alert-danger {
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

.login-signup-form .alert-danger ul li {
    color: var(--color-ff0800);
    font-size: 14px;
    padding: 2px 0 2px 24px;
    position: relative
}

.login-signup-form .alert-danger ul li::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 0
}

.forgotPass {
    font-size: 15px;
    text-decoration: underline;
    font-weight: 500
}

@media screen and (max-width: 1024px) {
    .dashboard-wrap .dashboard-details {
        padding: 15px
    }

    .dashboard-wrap .dashboard-nav {
        background-color: var(--color-primary);
        position: fixed;
        display: flex;
        flex-direction: column;
        padding: 50px 20px 100px;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 100;
        overflow: auto;
        max-width: 300px;
        width: 100%;
        transition: .5s;
        transform: translateX(-100%)
    }

    .dashboard-wrap .navToggle2 {
        display: block
    }
}

[class*=cta-] {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: 0px;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    letter-spacing: 1px
}

[class*=cta-].small {
    font-size: 14px;
    padding: 8px 16px;
    font-weight: 500
}

[class*=cta-].med {
    padding: 10px 30px;
    font-weight: 500
}

[class*=cta-].full {
    display: block;
    width: 100%
}

[class*=cta-].with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

[class*=cta-].with-shadow {
    box-shadow: 0 8px 12px 0 rgba(57, 192, 116, .5)
}

.cta-primary {
    background: var(--color-primary);
    color: var(--color-white)
}

.cta-primary:hover {
    background: var(--color-21a159);
    color: var(--color-white)
}

.cta-border {
    border: 1px solid var(--color-white);
    color: var(--color-white)
}

.cta-border:hover {
    background-color: var(--color-white);
    color: var(--color-primary)
}

.text-link {
    color: var(--color-primary)
}

.text-link:hover {
    text-decoration: underline
}

.header-grid {
    background-color: var(--color-white)
}

.gbl-header {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    position: relative;
    z-index: 9;
    background-color: var(--color-white)
}

.gbl-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.gbl-header .container::after {
    content: none;
    display: inherit;
    clear: inherit
}

.gbl-header .brand-logo {
    max-width: 200px;
    display: block;
    margin-bottom: -75px
}

.gbl-header .brand-logo img {
    display: block
}

.gbl-header .menu-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin-left: auto;
    margin-right: 30px
}

.gbl-header .cta-primary {
    width: 120px;
    text-transform: uppercase
}

.gbl-header.dashboard-header .brand-logo {
    max-width: 150px;
    margin-bottom: 0px
}

@media screen and (max-width: 1024px) {
    .gbl-header .cta-primary {
        margin-right: 45px
    }
}

@media screen and (max-width: 767px) {
    .gbl-header .brand-logo {
        max-width: 150px;
        display: block;
        margin-bottom: -40px
    }

    .gbl-header .brand-logo img {
        display: block
    }

    .gbl-header .cta-primary {
        width: 100px
    }
}

.banner-home .slideSet .slider,
.banner-home .groupSlider .slider {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px
}

.banner-home .slideSet .slider::after,
.banner-home .groupSlider .slider::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.banner-home .slideSet .flickity-page-dots,
.banner-home .groupSlider .flickity-page-dots {
    bottom: 50px
}

.banner-home .slideSet .flickity-prev-next-button.previous,
.banner-home .groupSlider .flickity-prev-next-button.previous {
    left: 5%
}

.banner-home .slideSet .flickity-prev-next-button.next,
.banner-home .groupSlider .flickity-prev-next-button.next {
    right: 5%
}

.banner-home_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 800px;
    padding: 0 15px
}

.banner-home_text h1 {
    color: var(--color-white)
}

.banner-home_text p {
    font-family: "Open Sans", serif;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 300
}

.banner-home_text .cta-primary {
    margin-top: 0px;
    padding: 10px 30px
}

.banner-inner {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px
}

.banner-inner .container {
    height: 100%
}

.banner-inner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 992px) {

    .banner-home .slideSet .slider,
    .banner-home .groupSlider .slider {
        height: 450px
    }

    .banner-home .slideSet .flickity-page-dots,
    .banner-home .groupSlider .flickity-page-dots {
        bottom: 30px
    }

    .banner-home .slideSet .flickity-prev-next-button,
    .banner-home .groupSlider .flickity-prev-next-button {
        width: 60px;
        height: 60px
    }

    .banner-home .slideSet .flickity-prev-next-button:after,
    .banner-home .groupSlider .flickity-prev-next-button:after {
        font-size: 30px
    }

    .banner-home .slideSet .flickity-prev-next-button.previous,
    .banner-home .groupSlider .flickity-prev-next-button.previous {
        left: 3%
    }

    .banner-home .slideSet .flickity-prev-next-button.next,
    .banner-home .groupSlider .flickity-prev-next-button.next {
        right: 3%
    }

    .banner-home_text p {
        font-size: 22px
    }

    .banner-inner {
        height: 300px
    }
}

@media screen and (max-width: 768px) {

    .banner-home .slideSet .slider,
    .banner-home .groupSlider .slider {
        height: 400px
    }

    .banner-home .slideSet .flickity-prev-next-button,
    .banner-home .groupSlider .flickity-prev-next-button {
        display: none
    }

    .banner-home_text p {
        font-size: 20px
    }

    .banner-home_text .cta-primary {
        padding: 10px 25px;
        font-size: 18px;
        font-weight: 500
    }

    .banner-inner {
        height: 240px
    }
}

.cards {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none
}

.cards [class*=card-] {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.cards [class*=card-] footer {
    margin-top: auto
}

.cards .card-featured {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-d1d1d1);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px
}

.cards .card-featured figure {
    margin: 0px
}

.cards .card-featured figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cards .card-featured article {
    padding: 20px 30px;
    transition: all, .5s ease;
    -ms-transition: all, .5s ease;
    -o-transition: all, .5s ease;
    -webkit-transition: all, .5s ease;
    -moz-transition: all, .5s ease
}

.cards .card-featured article h3 {
    min-height: 65px;
    margin-bottom: 10px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cards .card-featured article p {
    font-size: 18px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cards .card-featured article .feature-list li {
    font-size: 14px;
    margin: 0 0 8px
}

.cards .card-featured footer {
    padding: 0px 30px 30px
}

.cards .card-testimonial {
    position: relative;
    text-align: center
}

.cards .card-testimonial figure {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0px auto 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid var(--color-white)
}

.cards .card-testimonial figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cards .card-testimonial article {
    min-height: 190px
}

.cards .card-testimonial article h3 {
    margin-bottom: 5px
}

.cards .card-testimonial article span {
    font-style: italic;
    display: block;
    margin-bottom: 20px
}

.cards .card-testimonial article p {
    font-size: 18px;
    line-height: 1.5
}

.cards .card-announcement {
    background-color: var(--color-white);
    height: 100%;
    padding: 30px
}

.cards .card-announcement h3 {
    margin-bottom: 5px;
    color: var(--color-text)
}

.cards .card-announcement small {
    color: var(--color-primary);
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px
}

.cards .card-announcement p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.cards .card-announcement p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 992px) {
    .cards {
        padding: 15px 0
    }
}

@media screen and (max-width: 768px) {
    .cards .card-featured article {
        padding: 20px 30px
    }

    .cards .card-featured article h3 {
        min-height: auto;
        margin-bottom: 20px;
        overflow: inherit;
        -webkit-line-clamp: initial
    }

    .cards .card-featured article p {
        font-size: 18px;
        line-height: 1.4;
        overflow: inherit;
        -webkit-line-clamp: initial
    }
}

.our-testimonials {
    background-color: var(--color-eeeeee);
    padding: 60px 0
}

.our-testimonials .cards {
    padding: 0
}

.our-testimonials .cards .card-testimonial {
    padding-bottom: 50px
}

.our-testimonials .slideSet,
.our-testimonials .groupSlider {
    max-width: 900px;
    margin: auto
}

.our-testimonials .slideSet .flickity-prev-next-button,
.our-testimonials .groupSlider .flickity-prev-next-button {
    display: none
}

.our-testimonials .slideSet .flickity-page-dots,
.our-testimonials .groupSlider .flickity-page-dots {
    bottom: 0px
}

.our-testimonials .slideSet .flickity-page-dots .dot,
.our-testimonials .groupSlider .flickity-page-dots .dot {
    background: var(--color-black)
}

.our-testimonials .slideSet .flickity-page-dots .dot.is-selected,
.our-testimonials .groupSlider .flickity-page-dots .dot.is-selected {
    background: var(--color-primary)
}

.counters {
    background-color: var(--color-primary);
    padding: 50px 0px
}

.counters .counters_list {
    display: flex;
    flex-wrap: wrap
}

.counters .counters_list li {
    border-right: 2px solid #00ad4b;
    height: 100%;
    flex: 0 0 auto;
    width: 25%;
    padding: 15px 0;
    min-height: 180px
}

.counters .counters_list li:last-child {
    border: 0
}

.counters_block {
    color: var(--color-white);
    text-align: center;
    font-family: "Open Sans", serif;
    height: 100%;
    max-width: 220px;
    margin: 0 auto
}

.counters_block .counts {
    font-size: 60px;
    line-height: 50px;
    font-weight: 700
}

.counters_block .fact-symbol {
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #009340
}

.counters_block p {
    margin: 30px 0 0;
    font-size: 24px;
    line-height: 1.4;
    color: var(--color-white)
}

@media screen and (max-width: 992px) {
    .counters .counters_list li {
        width: 50%;
        padding: 0px;
        margin: 15px 0;
        min-height: 120px
    }

    .counters .counters_list li:nth-of-type(2) {
        border: 0
    }

    .counters_block .counts {
        font-size: 50px;
        line-height: 40px
    }

    .counters_block .fact-symbol {
        font-size: 50px;
        line-height: 40px
    }

    .counters_block p {
        margin: 30px 0 0;
        font-size: 20px
    }
}

@media screen and (max-width: 600px) {
    .counters .counters_list li {
        width: 100%;
        margin: 15px 0;
        border-right: 0;
        min-height: auto
    }

    .counters_block p {
        margin: 10px 0 0;
        font-size: 20px
    }
}

.checkbox-list input[type=file]:focus,
.checkbox-list input[type=checkbox]:focus,
.checkbox-list input[type=radio]:focus {
    outline: none;
    outline-offset: 0
}

.field {
    margin: 0 0 20px
}

.field label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: var(--color-text);
    font-weight: 500
}

.field .error {
    color: var(--color-ff0800);
    border-color: var(--color-ff0800)
}

.field .error+.error {
    color: var(--color-ff0800);
    font-weight: 400;
    border-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    margin: 5px 0 0
}

.field .slider-range {
    margin: 32px 16px
}

.field .slider-range .noUi-horizontal .noUi-connect {
    background: var(--color-primary)
}

.field .slider-range .noUi-horizontal .noUi-tooltip {
    padding: 2px 5px;
    font-size: 12px;
    left: 0;
    bottom: 110%;
    transform: inherit
}

.field .slider-range .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    right: 0;
    left: inherit
}

.form-control,
.form-select {
    display: block;
    width: 100%;
    padding: 18px;
    line-height: 1.5;
    padding: 10px;
    color: var(--color-text);
    border: 1px solid var(--color-white);
    background-color: var(--color-white);
    border-radius: 0px;
    outline: none;
    font-size: 16px
}

.form-control:focus,
.form-select:focus {
    outline: none;
    color: var(--color-text);
    box-shadow: inherit;
    border-color: var(--color-white)
}

.form-check,
.form-radio {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 0px !important;
    font-weight: 300;
    width: 100%;
    display: block;
    font-size: 16px
}

.form-check .error,
.form-radio .error {
    border-color: var(--color-ff0800)
}

.form-check .error+label,
.form-radio .error+label {
    display: none !important
}

.form-check .checkbox,
.form-radio .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    height: 16px;
    width: 16px;
    transition: all .15s ease-out 0s;
    display: inline-block;
    outline: none;
    cursor: pointer;
    background: var(--color-white);
    border: 2px solid var(--color-secondary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.form-check .checkbox:checked,
.form-radio .checkbox:checked {
    background: var(--color-secondary);
    border: 2px solid var(--color-secondary)
}

.form-check .checkbox:checked:before,
.form-radio .checkbox:checked:before {
    content: "✔";
    height: 16px;
    width: 16px;
    line-height: 16px;
    position: absolute;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: var(--color-white);
    display: none
}

.form-check a,
.form-radio a {
    color: var(--color-primary)
}

.form-check a:hover,
.form-radio a:hover {
    color: var(--color-primary)
}

.form-check.inline,
.inline.form-radio {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    font-weight: 400;
    font-size: 16px
}

.form-radio {
    padding-left: 35px
}

.form-radio .radiobox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    border: 2px solid #ebebeb;
    transition: all .15s ease-out 0s;
    display: inline-block;
    outline: none;
    cursor: pointer;
    background: var(--color-white);
    border: 2px solid var(--color-secondary)
}

.form-radio .radiobox:checked:before {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--color-primary)
}

textarea.form-control {
    height: auto
}

.errorMessage,
.successMessage {
    padding: 0 0 0 28px;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    line-height: 1.2;
    font-weight: 300;
    min-height: 24px;
    margin-top: 20px;
    font-size: 16px
}

.errorMessage:before,
.successMessage:before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 2px
}

.errorMessage {
    color: #f70017
}

.errorMessage:before {
    content: ""
}

.successMessage {
    color: #00b80f
}

.successMessage:before {
    content: ""
}

fieldset.scheduler-border {
    border: 1px groove #bdbdbd;
    padding: 0 1.4em 1.4em 1.4em;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000
}

legend.scheduler-border {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    float: none
}

.input-group .input-group-text {
    background-color: #d6d6d6
}

.social-media:after {
    content: "";
    display: table;
    clear: both
}

.social-media ul {
    display: flex;
    align-items: center;
    gap: 10px
}

.social-media ul li a {
    display: block;
    text-align: center;
    position: relative;
    transition: all .4s ease;
    background-color: var(--color-primary);
    color: var(--color-white);
    width: 36px;
    height: 36px;
    font-size: 20px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-media ul li a:hover {
    background-color: var(--color-black);
    color: var(--color-white)
}

.footer {
    background-color: var(--color-white);
    border-top: 1px solid var(--color-eeeeee);
    padding: 30px 0 10px;
    font-size: 14px
}

.footer p {
    margin-bottom: 15px;
    line-height: normal
}

.footer .copyright-text {
    text-align: left
}

.footer .email-text {
    text-align: right
}

.footer .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.footer .footer-link li {
    border-left: 1px solid var(--color-black);
    padding: 0 10px
}

.footer .footer-link li a {
    color: var(--color-text);
    display: block;
    line-height: 1.2
}

.footer .footer-link li a:hover {
    color: var(--color-hover)
}

.footer .footer-link li:first-child {
    padding-left: 0px;
    border-left: 0
}

@media screen and (max-width: 992px) {
    .footer .email-text {
        text-align: right
    }

    .footer .copyright-text {
        text-align: center
    }

    .footer .footer-link {
        justify-content: left
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding-bottom: 20px
    }

    .footer .footer-link {
        justify-content: center
    }

    .footer .copyright-text {
        text-align: center
    }

    .footer .email-text {
        text-align: center
    }
}

.gbl-header nav.site-nav {
    width: auto
}

.gbl-header nav.site-nav .site-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 35px;
    justify-content: center
}

.gbl-header nav.site-nav .site-menu li>a {
    color: var(--color-text);
    font-weight: 500;
    text-transform: uppercase
}

.gbl-header nav.site-nav .site-menu li>a:hover {
    color: var(--color-hover)
}

.gbl-header nav.site-nav .site-menu .sub-menu {
    font-size: 16px
}

.gbl-header nav.site-nav .site-menu .sub-menu>a {
    padding: 15px 0;
    display: block;
    position: relative
}

.gbl-header nav.site-nav .site-menu .sub-menu>a::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    margin-left: 10px;
    font-size: 16px;
    position: relative;
    top: 0px
}

.gbl-header nav.site-nav .site-menu .sub-menu:not(.has-mega-menu) {
    position: relative
}

.gbl-header nav.site-nav .site-menu .sub-menu:not(.has-mega-menu)>.dropdow-menu {
    left: 50%;
    max-width: 250px;
    min-width: 250px;
    padding: 20px 0 0;
    text-transform: inherit
}

.gbl-header nav.site-nav .site-menu .sub-menu:last-child .dropdow-menu {
    transform: translate(-85%, 20px)
}

.gbl-header nav.site-nav .site-menu .sub-menu:last-child:hover .dropdow-menu {
    transform: translate(-85%, 0px)
}

.gbl-header nav.site-nav .site-menu .sub-menu:hover>a {
    color: var(--color-primary)
}

.gbl-header nav.site-nav .site-menu .sub-menu:hover .dropdow-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0px)
}

.gbl-header nav.site-nav .site-menu .sub-menu:hover .fa-chevron-down {
    -webkit-transform: rotateZ(-182deg);
    -moz-transform: rotateZ(-182deg);
    -ms-transform: rotateZ(-182deg);
    -o-transform: rotateZ(-182deg);
    transform: rotateZ(-182deg)
}

.gbl-header nav.site-nav .site-menu .sub-menu.hover .dropdow-menu {
    display: block;
    transition: transform 5s ease;
    transform: translate(-50%, 0px)
}

.gbl-header nav.site-nav .dropdow-menu {
    left: 50%;
    position: absolute;
    z-index: 3;
    padding: 40px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: transform .5s ease, opacity .5s ease;
    transform: translate(-50%, 20px)
}

.gbl-header nav.site-nav .dropdow-menu .container {
    display: block;
    max-width: 1300px;
    padding: 30px 15px
}

.gbl-header nav.site-nav .dropdow-menu .inner {
    max-width: 100%;
    padding: 5px;
    margin: 0 auto;
    list-style: none;
    background-color: var(--color-primary);
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, .3);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.gbl-header nav.site-nav .dropdow-menu .inner>ul {
    padding: 0px;
    margin: 0px
}

.gbl-header nav.site-nav .dropdow-menu .inner>ul li {
    list-style: none;
    line-height: 18px;
    margin: 4px 0
}

.gbl-header nav.site-nav .dropdow-menu .inner>ul li>a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    display: block;
    margin: 0px;
    color: var(--color-white);
    text-transform: none
}

.gbl-header nav.site-nav .dropdow-menu .inner>ul li>a:hover {
    color: var(--color-text)
}

@media screen and (max-width: 1520px) {
    .gbl-header nav.site-nav .site-menu {
        gap: 0 20px
    }

    .gbl-header nav.site-nav .site-menu .sub-menu {
        font-size: 16px
    }
}

@media screen and (max-width: 1350px) {
    .gbl-header nav.site-nav .site-menu {
        gap: 0 10px
    }

    .gbl-header nav.site-nav .site-menu .sub-menu {
        font-size: 16px
    }
}

@media screen and (max-width: 1024px) {
    .gbl-header nav.site-nav {
        display: none
    }

    .gbl-header .navToggle {
        display: block;
        position: absolute;
        right: 12px;
        background-color: rgba(0, 0, 0, 0)
    }
}

.navToggle {
    margin-left: auto;
    display: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: none
}

.mobnav-close {
    top: 20px
}

.mobnav-close img {
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    transition: .4s ease-out
}

.mobnav-close img:hover {
    -webkit-transform: rotateZ(182deg);
    -moz-transform: rotateZ(182deg);
    transform: rotateZ(182deg)
}

.hamburger-menu {
    margin: auto;
    width: 32px;
    height: 21px;
    cursor: pointer;
    left: 8px;
    position: relative;
    display: block
}

.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    height: 3px
}

.hamburger-menu .bar {
    position: relative;
    transform: translateY(8px);
    background: var(--color-primary);
    transition: all 0ms 300ms;
    width: 24px;
    display: block
}

.hamburger-menu .bar::before {
    width: 30px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    background: var(--color-primary);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-menu .bar::after {
    width: 30px;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    background: var(--color-primary);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.mobileMenuOpen .hamburger-menu .bar {
    background: rgba(0, 0, 0, 0)
}

.mobileMenuOpen .hamburger-menu .bar::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.mobileMenuOpen .hamburger-menu .bar::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.mobnav-grid {
    background-color: var(--color-primary);
    position: fixed;
    display: flex;
    flex-direction: column;
    padding: 50px 20px 100px;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    overflow: auto;
    max-width: 340px;
    width: 100%;
    transition: .5s;
    transform: translateX(100%)
}

.mobnav-grid .mobnav-close {
    margin-bottom: 10px
}

.mobnav-grid.open-mobile-nav {
    transform: translateX(0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .6)
}

.mobnav-grid ul {
    width: 100%;
    padding: 0 0 10px;
    margin: 0px;
    list-style: none
}

.mobnav-grid ul li {
    line-height: 1.4;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.mobnav-grid ul li:last-child {
    border-bottom: 0px
}

.mobnav-grid ul li>a {
    color: var(--color-white);
    display: block;
    padding: 12px 0;
    font-weight: 600;
    font-size: 18px
}

.mobnav-grid ul li>a:hover {
    color: var(--color-white)
}

.mobnav-grid ul li .menu-link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    color: var(--color-white);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900
}

.mobnav-grid ul li.active .menu-link:before {
    content: ""
}

.mobnav-grid ul li .menu-info li {
    margin: 0px !important
}

.mobnav-grid ul li .menu-info li>a {
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px
}

.mobnav-grid ul li .menu-info li>a:hover {
    color: var(--color-101010)
}

.mobnav-grid ul li ul li {
    border-bottom: 0px
}

/*# sourceMappingURL=company-deals.css.map */