body {
    font-weight: 300;
    font-family: "Lexend",sans-serif;
    font-size: 16px;
    color: #000000;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: "Rubik",sans-serif;
    font-weight: 400;
}
h1,h2,
.h1,.h2 {
    text-transform: uppercase;
}
body svg {
    height: 18px;
    vertical-align: text-bottom;
}
h4 svg {
    height: 28px;
    vertical-align: text-top;
}
.badge svg {
    vertical-align: middle;
    height: 14px;
}
.card .card-header svg {
    vertical-align: middle;
}
.btn-sm svg {
    height: 15px;
}
.body-wrap,
.st-pusher {
    z-index: inherit !important;
}
strong {
    font-weight: 700;
}

.sct-color-2 {
    background-color: #f7f7f7 !important;
}
.sct-poly-bg-r {
    background-position: right;
    background-repeat: no-repeat;
}
.sct-poly-bg-l {
    background-position: left;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .sct-poly-bg-r,
    .sct-poly-bg-l {
        background-image: none !important;
    }
}
.text-thin {
    font-weight: lighter;
}
.text-poly-green {
    color: #2eaa73 !important;
}
.btn {
    border-radius: 0.5rem;
}
.btn-link {
    color: #2eaa73;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: #1e9f6a;
}
.btn-strong {
    font-weight: bold;
    text-transform: uppercase;
}
.btn-xl {
    padding: .8rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    border-radius: 1rem;
}
.btn-xl svg {
    height: 25px;
}
.bg-poly-green {
    background-color: #2eaa73 !important;
}
.btn-poly-green {
    background-color: #2eaa73 !important;
    color: #ffffff;
}
.btn-poly-green:hover,
.btn-poly-green:focus,
.btn-poly-green:active {
    background-color: #1e9f6a !important;
    color: #ffffff;
}
.text-poly-orange {
    color: #ce4e18 !important;
}
.bg-poly-orange {
    background-color: #ce4e18 !important;
}
.btn-poly-orange {
    background-color: #ce4e18 !important;
    color: #ffffff;
}
.btn-poly-orange:hover,
.btn-poly-orange:focus,
.btn-poly-orange:active {
    background-color: #b43b09 !important;
    color: #ffffff;
}
.text-poly-pink {
    color: #D94260 !important;
}
.bg-poly-pink {
    background-color: #D94260 !important;
}
.btn-poly-pink {
    background-color: #D94260 !important;
    color: #ffffff;
}
.btn-poly-pink:hover,
.btn-poly-pink:focus,
.btn-poly-pink:active {
    background-color: #D94260 !important;
    color: #ffffff;
}
.text-poly-yellow {
    color: #e99f20 !important;
}
.bg-poly-yellow {
    background-color: #e99f20 !important;
}
.btn-poly-yellow {
    background-color: #e99f20 !important;
    color: #ffffff;
}
.btn-poly-yellow:hover,
.btn-poly-yellow:focus,
.btn-poly-yellow:active {
    background-color: #c48008 !important;
    color: #ffffff;
}
.text-poly-blue {
    color: #003f56 !important;
}
.bg-poly-blue {
    background-color: #003f56 !important;
}
.btn-poly-blue {
    background-color: #003f56 !important;
    color: #ffffff;
}
.btn-poly-outline-blue {
    color: #003f56;
    background-color: #ffffff !important;
    border: 3px solid #003f56;
}
.btn-poly-blue:hover,
.btn-poly-blue:focus,
.btn-poly-blue:active {
    background-color: #003142 !important;
    color: #ffffff;
}
.text-poly-dark-blue {
    color: #001d2b !important;
}
.bg-poly-dark-blue {
    background-color: #001d2b !important;
}
.btn-poly-dark-blue {
    background-color: #001d2b !important;
    color: #ffffff;
}
.btn-poly-dark-blue:hover,
.btn-poly-dark-blue:focus,
.btn-poly-dark-blue:active {
    background-color: #000e13 !important;
    color: #ffffff;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #000000;
    background-color: #22c4ff;
    border-color: #0ebeff;
}

.alert-primary hr {
    border-top-color: #00b2f4;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #003f56;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #001922;
}

.bg-primary {
    background-color: #003f56 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #2eaa73 !important;
}

.border-primary {
    border-color: #003f56 !important;
}

.btn-primary {
    color: #fff;
    background-color: #003f56;
    border-color: #003f56;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2eaa73;
    border-color: #2eaa73;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 63, 86, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #003f56;
    border-color: #003f56;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001922;
    border-color: #000e13;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 63, 86, 0.5);
}

.btn-outline-primary {
    color: #003f56;
    background-color: transparent;
    border-color: #003f56;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #003f56;
    border-color: #003f56;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 63, 86, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #003f56;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #003f56;
    border-color: #003f56;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 63, 86, 0.5);
}

.list-group-item-primary {
    color: #000000;
    background-color: #0ebeff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #000000;
    background-color: #00b2f4;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #0ebeff;
}

.table-hover .table-primary:hover {
    background-color: #00b2f4;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #00b2f4;
}

.text-primary {
    color: #003f56 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #001922 !important;
}


/*------------------------------------
- COLOR warning
------------------------------------*/
.alert-warning {
    color: #81560c;
    background-color: #fbeed9;
    border-color: #f9e6c7;
}

.alert-warning hr {
    border-top-color: #f7dcaf;
}

.alert-warning .alert-link {
    color: #533708;
}

.badge-warning {
    color: #212529;
    background-color: #e99f20;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    background-color: #c28213;
}

.bg-warning {
    background-color: #e99f20 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #c28213 !important;
}

.border-warning {
    border-color: #e99f20 !important;
}

.btn-warning {
    color: #212529;
    background-color: #e99f20;
    border-color: #e99f20;
}

.btn-warning:hover {
    color: #212529;
    background-color: #d08b14;
    border-color: #c28213;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 159, 32, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #e99f20;
    border-color: #e99f20;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #c28213;
    border-color: #b47811;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 159, 32, 0.5);
}

.btn-outline-warning {
    color: #e99f20;
    background-color: transparent;
    border-color: #e99f20;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #e99f20;
    border-color: #e99f20;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 159, 32, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #e99f20;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #e99f20;
    border-color: #e99f20;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 159, 32, 0.5);
}

.list-group-item-warning {
    color: #81560c;
    background-color: #f9e6c7;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #81560c;
    background-color: #f7dcaf;
}

.list-group-item-warning.list-group-item-action.active {
    color: #212529;
    background-color: #81560c;
    border-color: #81560c;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #f9e6c7;
}

.table-hover .table-warning:hover {
    background-color: #f7dcaf;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #f7dcaf;
}

.text-warning {
    color: #e99f20 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #c28213 !important;
}

/*------------------------------------
- COLOR pink
------------------------------------*/
.alert-pink {
    color: #851a30;
    background-color: #fbebee;
    border-color: #f7dae0;
}

.alert-pink hr {
    border-top-color: #f3c5ce;
}

.alert-pink .alert-link {
    color: #5b1220;
}

.badge-pink {
    color: #fff;
    background-color: #D94260;
}

.badge-pink[href]:hover, .badge-pink[href]:focus {
    color: #fff;
    background-color: #c12645;
}

.bg-pink {
    background-color: #D94260 !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
    background-color: #c12645 !important;
}

.border-pink {
    border-color: #D94260 !important;
}

.btn-pink {
    color: #fff;
    background-color: #D94260;
    border-color: #D94260;
}

.btn-pink:hover {
    color: #fff;
    background-color: #cd294a;
    border-color: #c12645;
}

.btn-pink:focus, .btn-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 66, 96, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #D94260;
    border-color: #D94260;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #c12645;
    border-color: #b42440;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 66, 96, 0.5);
}

.btn-outline-pink {
    color: #D94260;
    background-color: transparent;
    border-color: #D94260;
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #D94260;
    border-color: #D94260;
}

.btn-outline-pink:focus, .btn-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 66, 96, 0.5);
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #D94260;
    background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #D94260;
    border-color: #D94260;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 66, 96, 0.5);
}

.list-group-item-pink {
    color: #851a30;
    background-color: #f7dae0;
}

.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
    color: #851a30;
    background-color: #f3c5ce;
}

.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #851a30;
    border-color: #851a30;
}

.table-pink,
.table-pink > th,
.table-pink > td {
    background-color: #f7dae0;
}

.table-hover .table-pink:hover {
    background-color: #f3c5ce;
}

.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
    background-color: #f3c5ce;
}

.text-pink {
    color: #D94260 !important;
}

a.text-pink:hover, a.text-pink:focus {
    color: #c12645 !important;
}

/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
    color: #134931;
    background-color: #b8ebd4;
    border-color: #a8e7cb;
}

.alert-success hr {
    border-top-color: #94e2bf;
}

.alert-success .alert-link {
    color: #092116;
}

.badge-success {
    color: #fff;
    background-color: #2eaa73;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    background-color: #238157;
}

.bg-success {
    background-color: #2eaa73 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #238157 !important;
}

.border-success {
    border-color: #2eaa73 !important;
}

.btn-success {
    color: #fff;
    background-color: #2eaa73;
    border-color: #2eaa73;
}

.btn-success:hover {
    color: #fff;
    background-color: #268d5f;
    border-color: #238157;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 170, 115, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #2eaa73;
    border-color: #2eaa73;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #238157;
    border-color: #1f754f;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 170, 115, 0.5);
}

.btn-outline-success {
    color: #2eaa73;
    background-color: transparent;
    border-color: #2eaa73;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2eaa73;
    border-color: #2eaa73;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 170, 115, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #2eaa73;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #2eaa73;
    border-color: #2eaa73;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 170, 115, 0.5);
}

.list-group-item-success {
    color: #134931;
    background-color: #a8e7cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #134931;
    background-color: #94e2bf;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #134931;
    border-color: #134931;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #a8e7cb;
}

.table-hover .table-success:hover {
    background-color: #94e2bf;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #94e2bf;
}

.text-success {
    color: #2eaa73 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #238157 !important;
}

/*------------------------------------
- COLOR blue
------------------------------------*/
.alert-blue {
    color: #000000;
    background-color: #22c4ff;
    border-color: #0ebeff;
}

.alert-blue hr {
    border-top-color: #00b2f4;
}

.alert-blue .alert-link {
    color: #000000;
}

.badge-blue {
    color: #fff;
    background-color: #003f56;
}

.badge-blue[href]:hover, .badge-blue[href]:focus {
    color: #fff;
    background-color: #001922;
}

.bg-blue {
    background-color: #003f56 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
    background-color: #001922 !important;
}

.border-blue {
    border-color: #003f56 !important;
}

.btn-blue {
    color: #fff;
    background-color: #003f56;
    border-color: #003f56;
}

.btn-blue:hover {
    color: #fff;
    background-color: #002432;
    border-color: #001922;
}

.btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 63, 86, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #003f56;
    border-color: #003f56;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #001922;
    border-color: #000e13;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 63, 86, 0.5);
}

.btn-outline-blue {
    color: #003f56;
    background-color: transparent;
    border-color: #003f56;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #003f56;
    border-color: #003f56;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 63, 86, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #003f56;
    background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #003f56;
    border-color: #003f56;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 63, 86, 0.5);
}

.btn-white,
.btn-white:active,
.btn-white:hover {
    color: #2eaa73;
}

.list-group-item-blue {
    color: #000000;
    background-color: #0ebeff;
}

.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #000000;
    background-color: #00b2f4;
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-blue,
.table-blue > th,
.table-blue > td {
    background-color: #0ebeff;
}

.table-hover .table-blue:hover {
    background-color: #00b2f4;
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
    background-color: #00b2f4;
}

.text-blue {
    color: #003f56 !important;
}

.bg-gray {
    background-color: #d4d8dd !important;
}
.bg-gray-lighter {
    background-color: #eceeef !important;
}

a.text-blue:hover, a.text-blue:focus {
    color: #001922 !important;
}


#poly-sub-menu {
    position: absolute;
    width: 100%;
}
#poly-sub-menu a:hover {
    color: rgba(0,0,0,0.9);
}


@media (max-width: 991px) {
    #poly-sub-menu {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .navbar .navbar-nav-main {
        width: 100%;
        justify-content: space-around;
    }
    .navbar .navbar-nav .nav-link {
        padding: 0.3rem 0.3rem;
    }
}
.navbar .navbar-nav .btn {
    margin: 20px 0.6rem;
}
.navbar .navbar-nav .dropdown-toggle::after {
    display: none;
}
.navbar-light .navbar-nav .nav-link {
     color: #003142 ;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2eaa73;
}

.top-navbar {
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(128, 128, 128, 0.5);
    box-shadow: inset 0 20px 20px -20px rgba(128, 128, 128,0.5);
}
.top-navbar .aux-text {
    padding: 20px 0;
}
.top-navbar .inline-links {
    margin-left: 170px;
}
.top-navbar .inline-links li {
    padding: 0 1rem;
}
.footer .footer-links>li>a {
    font-size: 1rem;
}

.border-radius {
    border-radius: 1rem;
}

.block-shadow {
    -webkit-box-shadow: 0 0 15px 10px #bfbfbf;
    box-shadow: 0 0 15px 10px #bfbfbf;
}
.btn-back-to-top {
    background-color: #2eaa73;
}
.btn-back-to-top:before {
    font-family: "Simple-Line-Icons";
    content: "\e607";
}

.feature--boxed-shadow {
    padding: 2rem;
    position: relative;
}

.bg-base-gradient {
background: rgb(216, 55, 99);
background: linear-gradient(90deg, rgba(216,55,99,1) 0%, rgba(191,60,130,1) 100%);
color: #ffffff;
}
.bg-base-gradient .btn {
color: rgb(216, 55, 99);
}

.bg-title {
    background-position: center;
    background-size: cover;
}
.bg-blur {
    backdrop-filter: blur(15px);
}
.bg-opacity {
    background-color: #343a4080;
}

.input-main-search * {
    font-size: 18px;
}
.input-group-circle input:first-child {
    border-radius: 1rem 0 0 1rem;
}
.input-group-circle input:nth-child(2),
.input-group-circle button {
    border-radius: 0 1rem 1rem 0;
    padding: 0.75rem 1rem;
}

.feature-product {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-solution {
    padding-bottom: 80px;
}

.btn-solution {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,-50%);
}

p:not(.lead) {
    font-size: 1rem !important;
    line-height: 22px !important;
}

.swiper-button-prev:after {
    content: none;
}
.swiper-button-next:after {
    content: none;
}
.swiper-pagination-bullet-active {
    background: #000e13;
}
.swiper-join-us .swiper-pagination-bullets {
    bottom: -30px;
}
@media (min-height: 600px) and (min-width: 767px) {
    .background-image-holder[data-holder-type="hero"] {
        height: 60vh;
    }
}
.french-tech-logo {
    margin-top: -98px;
}
@media (min-width: 992px) {
    .checkbox-col-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .checkbox-col-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.multi-checkbox {
    background-color: #fff;
    height: 193px;
    overflow: auto;
    border: 1px solid #e6e6e6;
    border-radius: .25rem;
    padding: 10px 15px;
}
label.required.form-check-label:after {
    content: none;
}
label {
    font-size: 1rem !important;
    font-weight: 700;
}
fieldset .form-check-label {
    font-weight: 400;
}
fieldset.form-group legend.col-form-label {
    padding-top: 0;
}


.collection {

}
.collection-line {
    margin-bottom: 0;
}


ul.field-list {
    list-style-type: none;
    padding-left: 0;
}
ul.field-list li label {
    display: none;
}
ul.field-list li .custom-file label {
    display: block;
}
ul.display-first-label li label {
    display: none;
}
ul.display-first-label li .icon-sort {
    margin-top: 13px;
    cursor: grab;

}
ul.display-first-label li:first-child label {
    display: block;
}
ul.display-first-label li:first-child .icon-sort {
    margin-top: 45px;
}
.display-first-label>.form-group label {
    display: none;
}
.display-first-label>div:first-child label {
    display: block;
}
ul.display-first-label li:first-child .form-group.collection-comment,
.display-first-label li:first-child .form-group.collection-remove,
.display-first-label li:first-child .form-group.subcollection-remove,
ul.display-first-label li:first-child .form-group .add-collection,
ul.field-list.display-label li .form-group.collection-comment,
.display-label li .form-group.collection-remove,
.display-label li .form-group.subcollection-remove,
ul.field-list.display-label li .form-group .add-sub-collection {
    margin-top: 32px;
}
ul.field-list.display-label li label {
    display: block;
}
ul.field-list li .form-group {
    float: left;
    padding: 5px;
    margin-bottom: 0;
}
ul.field-list li .form-group:first-child {
    padding-left: 0;
}
ul.field-list li .form-group:last-child {
    padding-right: 0;
}
ul.field-list.price-field-list li .collection-4 .form-group:nth-child(2) {
    width: calc((100% - 39px) / 4 * 0.5);
}
ul.field-list.price-field-list li .collection-4 .form-group:nth-child(4) {
    width: calc((100% - 39px) / 4 * 1.5);
}
.delete-item i {
    font-size: 20px;
    color: #dc3545;
}

ul.field-list li .collection-1 .form-group {
    width: calc(100% - 52px);
}
ul.field-list li .collection-2 .form-group {
    width: calc((100% - 52px) / 2);
}
ul.field-list li .collection-3 .form-group {
    width: calc((100% - 52px) / 3);
}
ul.field-list li .collection-4 .form-group {
    width: calc((100% - 52px) / 4);
}
ul.field-list li .collection-5 .form-group {
    width: calc((100% - 52px) / 5);
}
ul.field-list li .collection-6 .form-group {
    width: calc((100% - 52px) / 6);
}
ul.field-list li .collection-7 .form-group {
    width: calc((100% - 52px) / 7);
}
ul.field-list li .collection-8 .form-group {
    width: calc((100% - 52px) / 8);
}
ul.field-list li .collection-9 .form-group {
    width: calc((100% - 52px) / 9);
}
ul.field-list li .collection-10 .form-group {
    width: calc((100% - 52px) / 10);
}
ul.field-list li .collection-12 .form-group {
    width: calc((100% - 52px) / 12);
}
.form-group.collection-remove,
.form-group.subcollection-remove {
    /*width: 32px !important;*/ /* on va essayer de gérer ca avec les col */
}
ul.field-list li .form-group.collection-comment {
    width: 52px !important;
}

.form-group.collection-remove {
    margin-top: 33px;
}
.display-first-label .collection-line:not(:first-child) .form-group.collection-remove,
.display-first-label li:not(:first-child) .form-group.collection-remove {
    margin-top: 0 !important;
}
.collection-with-label .form-group.collection-remove {
    margin-top: 33px;
}
ul.field-list#quantity-field-list li .collection-3 .form-group:nth-of-type(4),
ul.field-list#quantity-field-list li .collection-3 .form-group:nth-of-type(5) {
    width: calc((100% - 52px) / 3 * 1.5);
}
/*ul.field-list.property-field-list li .collection-6 .form-group {*/
/*    width: calc((100% - 52px - 52px) / 6);*/
/*}*/
/*ul.field-list.property-field-list li .collection-6 .form-group:first-child {*/
/*    width: calc((100% - 39px) / 6 * 2);*/
/*}*/
/*ul.field-list.property-field-list li .collection-6 .form-group:nth-child(5) {*/
/*    width: calc((100% - 39px - 94px) / 6 * 3);*/
/*}*/

/*ul.field-list.property-field-list li .collection-6 .form-group:nth-child(6) {*/
/*    width: calc((100% - 39px) / 6 * 3);*/
/*}*/
ul.field-list.generic-property-field-list li .collection-6 .form-group:first-child {
    width: calc((100% - 39px - 175px) / 6 * 2);
}
ul.field-list.generic-property-field-list li .collection-6 .form-group:nth-child(5) {
    width: calc((100% - 39px) / 6 * 3);
}
ul.field-list.generic-property-field-list li .collection-6 .form-group:nth-child(6) {
    width: calc((100% - 39px) / 6 * 3);
}
ul.field-list.property-field-list li .collection-12 .form-group {
    width: calc((100% - 52px) / 12 * 3)
}
ul.field-list.property-field-list li .collection-12 .form-group:first-child {
    width: calc((100%) / 12 * 12);
    padding-right: 0;
}
ul.field-list.property-field-list li .collection-12 .form-group:nth-child(2) {
    padding-left: 0;
}
ul.field-list.property-field-list li .collection-12 .form-group:nth-child(5) {
    width: calc((100% - 39px - 52px) / 12 * 9);
    padding-left: 0;
}
ul.field-list.property-field-list li .collection-12 .form-group:nth-of-type(6) {
}

ul.field-list.analyze-property-field-list li .collection-7 .form-group:first-child {
    width: calc((100% - 52px) / 7 * 3);
}
ul.field-list.analyze-property-field-list li .collection-7 .form-group:nth-child(6) {
    width: calc((100% - 52px ) / 7 * 3);
}

ul.field-list.analyze-more-property-field-list li .collection-7 .form-group:first-child {
    width: calc((100% - 39px - 52px) / 7 * 3);
}

ul.field-list.analyze-more-property-field-list li .collection-7 .form-group:nth-child(6) {
    width: calc((100% - 39px - 52px) / 7 * 3);
}
ul.field-list.global-price-field-list li .collection-7 .form-group:first-child {
    width: calc((100% - 39px) / 7 * 2);
}

ul.field-list.global-quantity-field-list li .collection-6 .form-group:first-child {
    width: calc((100% - 39px) / 6 * 2);
}
ul.field-list.detail-subscription-field-list li .collection-10 .form-group {
    width: calc(400% / 4);
}
ul.field-list.detail-subscription-field-list li .collection-10 .form-group:nth-child(2) {
    padding-left: 0;
}
ul.field-list.detail-subscription-field-list li .collection-10 .form-group:nth-child(3) {
    width: calc(200% / 4);
    padding-left: 0;
}
ul.field-list.detail-subscription-field-list li .collection-10 .form-group:nth-child(4) {
    width: calc(200% / 4 - 39px);
}

ul.field-list.additionalProperty-field-list li .collection-12 .form-group {
    width: calc(200% / 12);
}
ul.field-list.additionalProperty-field-list li .collection-12 .form-group:first-child {
    width: calc((200%) / 12 * 2);
}
ul.field-list.additionalProperty-field-list li .collection-12 .form-group:nth-child(2) {
    width: calc(200% / 12 * 3);
}
ul.field-list.additionalProperty-field-list li .collection-12 .form-group:nth-child(3) {
    padding-right: 0;
}
ul.field-list.additionalProperty-field-list li .collection-12 .form-group:nth-child(4) {
    width: calc(200% / 12 * 2 - 39px);
    padding-left: 0;
}

ul.field-list .huntedProduct-field-list li .collection-3 .form-group {
    width: calc((100% - 49px) / 3);
}

ul.field-list.forecast-field-list li .form-group:first-of-type {
    width: calc((100% - 0px) / 2);
}
ul.field-list.forecast-field-list li .form-group:nth-of-type(2) {
    width: calc((100% - 0px) / 4);
}
ul.field-list.forecast-field-list li .form-group:last-of-type {
    width: calc((100% - 0px) / 4);
}

ul.field-list li {
    border-top: 1px dotted lightgrey;
    display: flex;
    width: 100%;
    padding: 10px 0;
}
ul.field-list-without-border li {
    border-top: none;
}
ul.field-list li div.collection {
    width: 100%;
}

.form-group select {
    height: calc(2.25rem + -1px) !important;
}


.image-preview {
    width: 100%;
    /*height: 100%;*/
    min-height: 138px;
    position: relative;
    overflow: hidden;
    color: #ecf0f1;
    background-size:contain;
    background-repeat : no-repeat;
    background-position: center;
    margin-bottom: 1rem;
}
.image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}
.image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.image-preview .input-group{
    display:none;
}
.custom-file-label {
    overflow: hidden;
    height: calc(2rem + 2px);
    border-radius: 2px;
    border-color: #e6e6e6;
}
.custom-file-label::after{
    color: #fff;
    background-color: #2eaa73;
    line-height: 1;
    padding: 0.45rem 1.42857rem;
    font-size: 1.07143rem;
    border-radius: 0 2px 2px 0;
}
:lang(fr) .custom-file-label::after{
    content: "Parcourir";
}
:lang(en) .custom-file-label::after{
    content: "Browse";
}
/*@media (min-width: 992px) {*/
/*    #user-sidebar {*/
/*        max-width: 270px;*/
/*    }*/
/*}*/


.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 10px;
    background: #2eaa73;
    background: linear-gradient(90deg, #ffffff 10%, #2eaa73 10%, #2eaa73 90%, #ffffff 90%);
    z-index: 0;
}
.stepwizard-step {
    width: 20%;
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard-step span {
    background-color: #2eaa73;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-top: 5px;
    line-height: 30px;
    font-size: 20px;
    border-radius: 15px;
    color: #fff;
}

.wlo {
    display: none;
}

.font-size-14 {
    font-size: 14px !important;
}

.pagination>.active .page-link,
.pagination>.active .page-link:focus,
.pagination>.active .page-link:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #FFF;
    background-color: #2eaa73;
    border-color: #2eaa73;
}

#user-sidebar {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    #user-sidebar {
        width: 350px;
    }
}

@media (max-width: 700px){
    .table-audit thead {
        display: none;
    }
    .thead-inverse .titlec{
        display: block;
        width: 100% !important;
    }
    .table-audit tr{
        display: block;
    }
    .table-audit td {
        display: block;
        width: 100% !important;
    }
    .table-audit td:before {
        content: attr(data-label);
        font-weight: bold;
    }
}

a {
    color: #000000;
}

a:hover {
    color: #2eaa73;
}

table thead tr th {
    color: #000000;
    text-transform: uppercase;
    font-weight: bold !important;
    text-align: center;
}

.badge {
    font-weight: 700;
}

.heading:hover>a {
    color: #111 !important;
}
.heading>a {
    color: inherit;
}

.checkbox-color label {
    border: 1px solid gray;
}
.checkbox-color input:checked ~ label:after {
    content: "\2713";
    font-family: "Arial", sans-serif;
}
.checkbox-color input:checked ~ label[for=color-0]:after {
    display: none;
}

.fake-link {
    cursor: pointer;
}
.fake-link.active {
    text-decoration: underline;
}
.text-decoration-none {
    text-decoration: none !important;
}

.product-display-picto {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 30px;
}
.product-display-picto img {
    height: 50px;
}

.thead-inverse th {
    color: #f3f3f3 !important;
    background-color: #004059 !important;
}

.card-product .card-footer {
    background: transparent;
}

.quality-control-step-completed h3,
.quality-control-step-completed i,
.quality-control-step-completed p {
    color: lightgray !important;
}
.quality-control-step-completed img {
    filter: grayscale(1);
}
.quality-control-visual-inspection-question input[type=radio] {
    height: 20px;
    width: 20px;
}
.quality-control-visual-inspection-comment {
    display: none;
}

.badge-menu-counter {
    min-width: 19px;
    vertical-align: text-bottom;
    float: right;
}

ul.field-list li .collection .sub-collection .form-group{
    /*width: inherit !important;*/
}
ul.field-list li .sub-collection {
    width: 100% !important;
    padding: 5px !important;
}
ul.field-list li .sub-collection .sub-collection-4 .form-group {
    width: calc((100% - 39px) / 4) ;
}

ul.field-list li .sub-collection .col-form-label {
    display: none;
}

@media (max-width: 768px) {
    .collection .form-group {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.btn-group>.btn-circle:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-right: 1rem !important;
}
.btn-group>.btn-circle:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-left: 1rem !important;
}

.user-dashboard .col-md-4 {
    padding-bottom: 30px;
}
.user-dashboard h4 .badge {
    font-size: 0.8rem;
}

.check-collection {
    position: absolute;
    left: 18px;
    font-size: 1.5em !important
}

.request-bag-checked {
    text-align: center;
    height: 100px;
    margin: 2rem 0;
}
.request-bag-checked .icon-bag {
    position: absolute;
    font-size: 100px;
    right: 0;
    left: 0;
}
.request-bag-checked .icon-check {
    position: absolute;
    font-size: 40px;
    right: 0;
    left: 0;
    top: 100px;
    color: #2eaa73;
}

.w-33 {
    width: calc(100% / 3) !important;
}

.btn-back {
    position: absolute;
    left: 35px;
}

/*@media (min-width: 1200px) {*/
/*    .btn.favorite {*/
/*        position: absolute;*/
/*        right: 15px;*/
/*    }*/
/*}*/

.input-group-text {
    line-height: 1;
}
.poly-search-filters {
    max-width: 100%!important;
}
@media (min-width: 768px) {
    .poly-search-filters {
        max-width: 290px!important;
    }
}

/*********** EKELA ***********/
.navbar.bg-default {
    background: #eceeef
}
@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

.p-6 {
    padding: 5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 5rem !important;
}
.m-6 {
    margin: 5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 5rem !important;
}

.p-7 {
    padding: 10rem !important;
}

.pt-7,
.py-7 {
    padding-top: 10rem !important;
}

.pr-7,
.px-7 {
    padding-right: 10rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 10rem !important;
}

.pl-7,
.px-7 {
    padding-left: 10rem !important;
}
.m-7 {
    margin: 10rem !important;
}

.mt-7,
.my-7 {
    margin-top: 10rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 10rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 10rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 10rem !important;
}

.centered-element {
    margin: 0;
    position: absolute;
    top: 33px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.converter-step-number {
    height: 40px;
    width: 50px;
    line-height: 40px;
    position: absolute;
    left: -25px;
    top: 20px;
}

.profile-step li {
    height: 80px;
    align-content: center;
}
.profile-step li:hover {
    background-color: #2eaa73 !important;
}

.home-market [class*='col-'] {
    transition: all 0.3s ease-in-out;
}
.home-market-item {
    height: 400px;
    background-position: center;
    background-size: cover;
}
.home-market-item-text {
    min-height: 64px;
}

.home-expertise a {
    bottom: 15px;
    right: 15px;
}

.rounded {
    border-radius: 0.5rem !important
}

.rounded-top {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important
}

.rounded-top {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important
}

.rounded-right {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important
}

.rounded-left {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important
}
.list-group-item {
    color: #000000;
}
.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
}
@media (min-width: 992px) {
    .dropdown-menu {
         display: none;
         opacity: 1;
         visibility: visible;
         z-index: 1000;
    }
}
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="%2328a745" d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06a.733.733 0 0 1 1.047 0l3.052 3.093l5.4-6.425z"/></svg>');
    background-repeat: no-repeat;
    background-position: right calc(1.1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="%23dc3545"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M7.002 11a1 1 0 1 1 2 0a1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: right calc(1.1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.grab-hover:hover {
    cursor: grab;
}

.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.nav-tabs {
    border-color: #495057;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #495057 #495057 #fff;
}
.nav-tabs .nav-link:not(.active):focus, .nav-tabs .nav-link:not(.active):hover {
     border-color: #e9ecef #e9ecef #495057;
 }