html, body {
    width: 100%;
    height: 100%
}

body {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    background: #fff;
    color: #9FA3AF
}

@media (min-width: 576px) {
    body {
        font-size: 1rem
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    color: #4e4e6a
}

    h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
        font-family: "Segoe UI", Helvetica, Arial, sans-serif;
        font-weight: 500
    }

.bg-primary h1, .bg-secondary h1, .bg-dark h1, .bg-primary h2, .bg-secondary h2, .bg-dark h2, .bg-primary h3, .bg-secondary h3, .bg-dark h3, .bg-primary h4, .bg-secondary h4, .bg-dark h4, .bg-primary h5, .bg-secondary h5, .bg-dark h5, .bg-primary h6, .bg-secondary h6, .bg-dark h6 {
    color: #fff
}

@media (max-width: 575px) {
    h4 {
        font-size: 1.125rem
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    h4 {
        font-size: 1.25rem
    }
}

p, ul {
    margin: 0 0 1.25rem 0
}

b, strong {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 500
}

a {
    color: #119BFE;
    -webkit-transition: color 0.35s, background 0.35s;
    -moz-transition: color 0.35s, background 0.35s;
    transition: color 0.35s, background 0.35s
}

    a:hover, a:focus {
        color: #0180db;
        text-decoration: underline;
        outline: 0
    }

hr {
    max-width: 6.25rem;
    margin: 1.5625rem auto 0;
    border-width: 1px;
    border-color: #e1e6f0
}

    hr.light {
        border-color: #fff
    }

::-moz-selection {
    background: #9FA3AF;
    color: #292938;
    text-shadow: none
}

::selection {
    background: #9FA3AF;
    color: #292938;
    text-shadow: none
}

section {
    padding: 5rem 0;
    position: relative
}

@media (min-width: 992px) {
    section {
        padding: 7.5rem 0
    }
}

.section-title {
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9FA3AF
}

.bg-primary .section-title, .bg-secondary .section-title {
    color: rgba(255,255,255,0.5)
}

.bg-dark .section-title {
    color: rgba(181,184,194,0.7)
}

.section-title:before, .section-title:after {
    font-weight: 500;
    vertical-align: text-bottom
}

.section-title:before {
    content: '\2014 \00A0 \00A0 \00A0'
}

.section-title:after {
    content: '\00A0 \00A0 \00A0 \2014'
}

@media (max-width: 575px) {
    .section-title {
        font-size: 0.75rem
    }
}

.section-subtitle {
    font-size: 1.125rem
}

@media (max-width: 575px) {
    .section-subtitle {
        font-size: 1rem
    }
}

.overlay:before {
    background-color: rgba(41,41,56,0.8);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s
}

.service-icon {
    width: 4rem;
    height: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column
}

    .service-icon img {
        max-width: 50%
    }

.container-fluid {
    padding: 0 1rem
}

@media (min-width: 992px) {
    .container-fluid {
        padding: 0 3.125rem
    }
}

@media (min-width: 1680px) {
    .container-fluid.container-hd-fixed {
        max-width: 1680px
    }
}

.display-1, .display-2, .display-3, .display-4 {
    margin-bottom: 1.5rem
}

.display-4 {
    font-weight: 600
}

@media (max-width: 575px) {
    .display-4 {
        font-size: 1.625rem
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .display-4 {
        font-size: 2.25rem
    }
}

.bg-primary {
    background-color: #119BFE !important;
    color: #fff
}

.bg-secondary {
    background-color: #D44455 !important;
    color: #fff
}

.bg-success {
    background-color: #76B856 !important;
    color: #fff
}

.bg-danger {
    background-color: #D44455 !important;
    color: #fff
}

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

.bg-light {
    background-color: #F9FAFC !important
}

.bg-dark {
    background-color: #292938 !important;
    color: #fff
}

.text-primary {
    color: #119BFE !important
}

.text-secondary {
    color: #292938 !important
}

.text-success {
    color: #76B856 !important
}

.text-danger {
    color: #D44455 !important
}

.text-warning {
    color: #EC7404 !important
}

.text-muted {
    color: #b5b8c2 !important
}

.bg-primary .text-muted, .bg-secondary .text-muted, .bg-success .text-muted, .bg-danger .text-muted, .bg-warning .text-muted {
    color: rgba(255,255,255,0.5) !important
}

.border-primary {
    border-color: #119BFE !important
}

.border-secondary {
    border-color: #292938 !important
}

.border-success {
    border-color: #76B856 !important
}

.border-danger {
    border-color: #D44455 !important
}

.border-warning {
    border-color: #EC7404 !important
}

.table .thead-dark th {
    background-color: #292938;
    border-color: #292938
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.btn, .btn-primary {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 300px;
    padding: 0.375rem 1.25rem;
    background-color: #D44455;
    border-color: #D44455;
    color: #fff;
    cursor: pointer;
    position: relative
}

    .btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active, .open > .btn.dropdown-toggle, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #ba2b3c;
        border-color: #ba2b3c;
        color: #fff
    }

    .btn.focus, .btn:focus, .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(212,68,85,0.5)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
        background-color: #9FA3AF;
        border-color: #9FA3AF !important;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none
    }

        .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
            background-color: #9FA3AF;
            border-color: #9FA3AF !important;
            color: #fff;
            box-shadow: none
        }

        .btn.disabled .badge, .btn[disabled] .badge, fieldset[disabled] .btn .badge, .btn-primary.disabled .badge, .btn-primary[disabled] .badge, fieldset[disabled] .btn-primary .badge {
            background-color: #fff;
            color: #9FA3AF
        }

    .btn .badge, .btn-primary .badge {
        background-color: #fff;
        color: #D44455
    }

    .btn::before, .btn-primary::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        border-radius: 300px;
        -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.15s cubic-bezier(0, 0, 0.58, 1)
    }

    .btn::before, .btn-primary::before {
        border: 1px solid #ba2b3c;
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1)
    }

    .btn:hover::before, .btn-primary:hover::before {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

@media (min-width: 576px) {
    .btn, .btn-primary {
        font-size: 0.875rem
    }
}

.btn.btn-outline, .btn-primary.btn-outline {
    background-color: transparent;
    background-image: none;
    border-color: #D44455;
    border-bottom: 1px solid #D44455 !important;
    color: #D44455
}

    .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline.focus, .btn.btn-outline:active, .btn.btn-outline.active, .open > .btn.btn-outline.dropdown-toggle, .btn.btn-outline:not(:disabled):not(.disabled).active, .btn.btn-outline:not(:disabled):not(.disabled):active, .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline.focus, .btn-primary.btn-outline:active, .btn-primary.btn-outline.active, .open > .btn-primary.btn-outline.dropdown-toggle, .btn-primary.btn-outline:not(:disabled):not(.disabled).active, .btn-primary.btn-outline:not(:disabled):not(.disabled):active {
        background-color: #ba2b3c;
        border-color: #ba2b3c;
        color: #fff
    }

        .btn.btn-outline:hover .badge, .btn.btn-outline:focus .badge, .btn.btn-outline.focus .badge, .btn.btn-outline:active .badge, .btn.btn-outline.active .badge, .open > .btn.btn-outline.dropdown-toggle .badge, .btn.btn-outline:not(:disabled):not(.disabled).active .badge, .btn.btn-outline:not(:disabled):not(.disabled):active .badge, .btn-primary.btn-outline:hover .badge, .btn-primary.btn-outline:focus .badge, .btn-primary.btn-outline.focus .badge, .btn-primary.btn-outline:active .badge, .btn-primary.btn-outline.active .badge, .open > .btn-primary.btn-outline.dropdown-toggle .badge, .btn-primary.btn-outline:not(:disabled):not(.disabled).active .badge, .btn-primary.btn-outline:not(:disabled):not(.disabled):active .badge {
            background-color: #fff;
            color: #D44455
        }

    .btn.btn-outline.focus, .btn.btn-outline:focus, .btn-primary.btn-outline.focus, .btn-primary.btn-outline:focus {
        box-shadow: 0 0 0 0.2rem rgba(212,68,85,0.5)
    }

    .btn.btn-outline.disabled, .btn.btn-outline[disabled], fieldset[disabled] .btn.btn-outline, .btn-primary.btn-outline.disabled, .btn-primary.btn-outline[disabled], fieldset[disabled] .btn-primary.btn-outline {
        background: none;
        border-color: #9FA3AF !important;
        color: #9FA3AF;
        cursor: not-allowed;
        pointer-events: none
    }

        .btn.btn-outline.disabled:hover, .btn.btn-outline.disabled:focus, .btn.btn-outline.disabled.focus, .btn.btn-outline[disabled]:hover, .btn.btn-outline[disabled]:focus, .btn.btn-outline[disabled].focus, fieldset[disabled] .btn.btn-outline:hover, fieldset[disabled] .btn.btn-outline:focus, fieldset[disabled] .btn.btn-outline.focus, .btn-primary.btn-outline.disabled:hover, .btn-primary.btn-outline.disabled:focus, .btn-primary.btn-outline.disabled.focus, .btn-primary.btn-outline[disabled]:hover, .btn-primary.btn-outline[disabled]:focus, .btn-primary.btn-outline[disabled].focus, fieldset[disabled] .btn-primary.btn-outline:hover, fieldset[disabled] .btn-primary.btn-outline:focus, fieldset[disabled] .btn-primary.btn-outline.focus {
            background: none;
            border-color: #9FA3AF !important;
            color: #9FA3AF;
            box-shadow: none
        }

    .btn.btn-outline .badge, .btn-primary.btn-outline .badge {
        background-color: #D44455;
        color: #fff
    }

.btn i, .btn-primary i {
    margin-right: 0.375rem
}

.btn-secondary {
    background-color: #119BFE;
    border-color: #119BFE;
    color: #fff;
    cursor: pointer;
    position: relative
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #0180db;
        border-color: #0180db;
        color: #fff
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 0.2rem rgba(17,155,254,0.5)
    }

    .btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary {
        background-color: #9FA3AF;
        border-color: #9FA3AF !important;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none
    }

        .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
            background-color: #9FA3AF;
            border-color: #9FA3AF !important;
            color: #fff;
            box-shadow: none
        }

        .btn-secondary.disabled .badge, .btn-secondary[disabled] .badge, fieldset[disabled] .btn-secondary .badge {
            background-color: #fff;
            color: #9FA3AF
        }

    .btn-secondary .badge {
        background-color: #fff;
        color: #119BFE
    }

    .btn-secondary::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        border-radius: 300px;
        -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.15s cubic-bezier(0, 0, 0.58, 1)
    }

    .btn-secondary::before {
        border: 1px solid #0180db;
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1)
    }

    .btn-secondary:hover::before {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    .btn-secondary.btn-outline {
        background-color: transparent;
        background-image: none;
        border-color: #119BFE;
        border-bottom: 1px solid #119BFE !important;
        color: #119BFE
    }

        .btn-secondary.btn-outline:hover, .btn-secondary.btn-outline:focus, .btn-secondary.btn-outline.focus, .btn-secondary.btn-outline:active, .btn-secondary.btn-outline.active, .open > .btn-secondary.btn-outline.dropdown-toggle, .btn-secondary.btn-outline:not(:disabled):not(.disabled).active, .btn-secondary.btn-outline:not(:disabled):not(.disabled):active {
            background-color: #0180db;
            border-color: #0180db;
            color: #fff
        }

            .btn-secondary.btn-outline:hover .badge, .btn-secondary.btn-outline:focus .badge, .btn-secondary.btn-outline.focus .badge, .btn-secondary.btn-outline:active .badge, .btn-secondary.btn-outline.active .badge, .open > .btn-secondary.btn-outline.dropdown-toggle .badge, .btn-secondary.btn-outline:not(:disabled):not(.disabled).active .badge, .btn-secondary.btn-outline:not(:disabled):not(.disabled):active .badge {
                background-color: #fff;
                color: #119BFE
            }

        .btn-secondary.btn-outline.focus, .btn-secondary.btn-outline:focus {
            box-shadow: 0 0 0 0.2rem rgba(17,155,254,0.5)
        }

        .btn-secondary.btn-outline.disabled, .btn-secondary.btn-outline[disabled], fieldset[disabled] .btn-secondary.btn-outline {
            background: none;
            border-color: #9FA3AF !important;
            color: #9FA3AF;
            cursor: not-allowed;
            pointer-events: none
        }

            .btn-secondary.btn-outline.disabled:hover, .btn-secondary.btn-outline.disabled:focus, .btn-secondary.btn-outline.disabled.focus, .btn-secondary.btn-outline[disabled]:hover, .btn-secondary.btn-outline[disabled]:focus, .btn-secondary.btn-outline[disabled].focus, fieldset[disabled] .btn-secondary.btn-outline:hover, fieldset[disabled] .btn-secondary.btn-outline:focus, fieldset[disabled] .btn-secondary.btn-outline.focus {
                background: none;
                border-color: #9FA3AF !important;
                color: #9FA3AF;
                box-shadow: none
            }

        .btn-secondary.btn-outline .badge {
            background-color: #119BFE;
            color: #fff
        }

.btn-dark {
    background-color: #292938;
    border-color: #292938;
    color: #fff;
    cursor: pointer;
    position: relative
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
        background-color: #13131b;
        border-color: #13131b;
        color: #fff
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 0.2rem rgba(41,41,56,0.5)
    }

    .btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark {
        background-color: #9FA3AF;
        border-color: #9FA3AF !important;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none
    }

        .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
            background-color: #9FA3AF;
            border-color: #9FA3AF !important;
            color: #fff;
            box-shadow: none
        }

        .btn-dark.disabled .badge, .btn-dark[disabled] .badge, fieldset[disabled] .btn-dark .badge {
            background-color: #fff;
            color: #9FA3AF
        }

    .btn-dark .badge {
        background-color: #fff;
        color: #292938
    }

    .btn-dark::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        border-radius: 300px;
        -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.15s cubic-bezier(0, 0, 0.58, 1)
    }

    .btn-dark::before {
        border: 1px solid #13131b;
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1)
    }

    .btn-dark:hover::before {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    .btn-dark.btn-outline {
        background-color: transparent;
        background-image: none;
        border-color: #292938;
        border-bottom: 1px solid #292938 !important;
        color: #292938
    }

        .btn-dark.btn-outline:hover, .btn-dark.btn-outline:focus, .btn-dark.btn-outline.focus, .btn-dark.btn-outline:active, .btn-dark.btn-outline.active, .open > .btn-dark.btn-outline.dropdown-toggle, .btn-dark.btn-outline:not(:disabled):not(.disabled).active, .btn-dark.btn-outline:not(:disabled):not(.disabled):active {
            background-color: #13131b;
            border-color: #13131b;
            color: #fff
        }

            .btn-dark.btn-outline:hover .badge, .btn-dark.btn-outline:focus .badge, .btn-dark.btn-outline.focus .badge, .btn-dark.btn-outline:active .badge, .btn-dark.btn-outline.active .badge, .open > .btn-dark.btn-outline.dropdown-toggle .badge, .btn-dark.btn-outline:not(:disabled):not(.disabled).active .badge, .btn-dark.btn-outline:not(:disabled):not(.disabled):active .badge {
                background-color: #fff;
                color: #292938
            }

        .btn-dark.btn-outline.focus, .btn-dark.btn-outline:focus {
            box-shadow: 0 0 0 0.2rem rgba(41,41,56,0.5)
        }

        .btn-dark.btn-outline.disabled, .btn-dark.btn-outline[disabled], fieldset[disabled] .btn-dark.btn-outline {
            background: none;
            border-color: #9FA3AF !important;
            color: #9FA3AF;
            cursor: not-allowed;
            pointer-events: none
        }

            .btn-dark.btn-outline.disabled:hover, .btn-dark.btn-outline.disabled:focus, .btn-dark.btn-outline.disabled.focus, .btn-dark.btn-outline[disabled]:hover, .btn-dark.btn-outline[disabled]:focus, .btn-dark.btn-outline[disabled].focus, fieldset[disabled] .btn-dark.btn-outline:hover, fieldset[disabled] .btn-dark.btn-outline:focus, fieldset[disabled] .btn-dark.btn-outline.focus {
                background: none;
                border-color: #9FA3AF !important;
                color: #9FA3AF;
                box-shadow: none
            }

        .btn-dark.btn-outline .badge {
            background-color: #292938;
            color: #fff
        }

.btn-light {
    background-color: #9FA3AF;
    border-color: #9FA3AF;
    color: #fff;
    cursor: pointer;
    position: relative
}

    .btn-light:hover, .btn-light:focus, .btn-light.focus, .btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
        background-color: #838898;
        border-color: #838898;
        color: #fff
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 0.2rem rgba(159,163,175,0.5)
    }

    .btn-light.disabled, .btn-light[disabled], fieldset[disabled] .btn-light {
        background-color: #9FA3AF;
        border-color: #9FA3AF !important;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none
    }

        .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus {
            background-color: #9FA3AF;
            border-color: #9FA3AF !important;
            color: #fff;
            box-shadow: none
        }

        .btn-light.disabled .badge, .btn-light[disabled] .badge, fieldset[disabled] .btn-light .badge {
            background-color: #fff;
            color: #9FA3AF
        }

    .btn-light .badge {
        background-color: #fff;
        color: #9FA3AF
    }

    .btn-light::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        border-radius: 300px;
        -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.15s cubic-bezier(0, 0, 0.58, 1)
    }

    .btn-light::before {
        border: 1px solid #838898;
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1)
    }

    .btn-light:hover::before {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    .btn-light.btn-outline {
        background-color: transparent;
        background-image: none;
        border-color: #9FA3AF;
        border-bottom: 1px solid #9FA3AF !important;
        color: #9FA3AF
    }

        .btn-light.btn-outline:hover, .btn-light.btn-outline:focus, .btn-light.btn-outline.focus, .btn-light.btn-outline:active, .btn-light.btn-outline.active, .open > .btn-light.btn-outline.dropdown-toggle, .btn-light.btn-outline:not(:disabled):not(.disabled).active, .btn-light.btn-outline:not(:disabled):not(.disabled):active {
            background-color: #838898;
            border-color: #838898;
            color: #fff
        }

            .btn-light.btn-outline:hover .badge, .btn-light.btn-outline:focus .badge, .btn-light.btn-outline.focus .badge, .btn-light.btn-outline:active .badge, .btn-light.btn-outline.active .badge, .open > .btn-light.btn-outline.dropdown-toggle .badge, .btn-light.btn-outline:not(:disabled):not(.disabled).active .badge, .btn-light.btn-outline:not(:disabled):not(.disabled):active .badge {
                background-color: #fff;
                color: #9FA3AF
            }

        .btn-light.btn-outline.focus, .btn-light.btn-outline:focus {
            box-shadow: 0 0 0 0.2rem rgba(159,163,175,0.5)
        }

        .btn-light.btn-outline.disabled, .btn-light.btn-outline[disabled], fieldset[disabled] .btn-light.btn-outline {
            background: none;
            border-color: #9FA3AF !important;
            color: #9FA3AF;
            cursor: not-allowed;
            pointer-events: none
        }

            .btn-light.btn-outline.disabled:hover, .btn-light.btn-outline.disabled:focus, .btn-light.btn-outline.disabled.focus, .btn-light.btn-outline[disabled]:hover, .btn-light.btn-outline[disabled]:focus, .btn-light.btn-outline[disabled].focus, fieldset[disabled] .btn-light.btn-outline:hover, fieldset[disabled] .btn-light.btn-outline:focus, fieldset[disabled] .btn-light.btn-outline.focus {
                background: none;
                border-color: #9FA3AF !important;
                color: #9FA3AF;
                box-shadow: none
            }

        .btn-light.btn-outline .badge {
            background-color: #9FA3AF;
            color: #fff
        }

.btn-success {
    background-color: #76B856;
    border-color: #76B856;
    color: #fff;
    cursor: pointer;
    position: relative
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
        background-color: #5e9a41;
        border-color: #5e9a41;
        color: #fff
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 0.2rem rgba(118,184,86,0.5)
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success {
        background-color: #9FA3AF;
        border-color: #9FA3AF !important;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none
    }

        .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
            background-color: #9FA3AF;
            border-color: #9FA3AF !important;
            color: #fff;
            box-shadow: none
        }

        .btn-success.disabled .badge, .btn-success[disabled] .badge, fieldset[disabled] .btn-success .badge {
            background-color: #fff;
            color: #9FA3AF
        }

    .btn-success .badge {
        background-color: #fff;
        color: #76B856
    }

    .btn-success::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        border-radius: 300px;
        -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.15s cubic-bezier(0, 0, 0.58, 1)
    }

    .btn-success::before {
        border: 1px solid #5e9a41;
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1)
    }

    .btn-success:hover::before {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    .btn-success.btn-outline {
        background-color: transparent;
        background-image: none;
        border-color: #76B856;
        border-bottom: 1px solid #76B856 !important;
        color: #76B856
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline.focus, .btn-success.btn-outline:active, .btn-success.btn-outline.active, .open > .btn-success.btn-outline.dropdown-toggle, .btn-success.btn-outline:not(:disabled):not(.disabled).active, .btn-success.btn-outline:not(:disabled):not(.disabled):active {
            background-color: #5e9a41;
            border-color: #5e9a41;
            color: #fff
        }

            .btn-success.btn-outline:hover .badge, .btn-success.btn-outline:focus .badge, .btn-success.btn-outline.focus .badge, .btn-success.btn-outline:active .badge, .btn-success.btn-outline.active .badge, .open > .btn-success.btn-outline.dropdown-toggle .badge, .btn-success.btn-outline:not(:disabled):not(.disabled).active .badge, .btn-success.btn-outline:not(:disabled):not(.disabled):active .badge {
                background-color: #fff;
                color: #76B856
            }

        .btn-success.btn-outline.focus, .btn-success.btn-outline:focus {
            box-shadow: 0 0 0 0.2rem rgba(118,184,86,0.5)
        }

        .btn-success.btn-outline.disabled, .btn-success.btn-outline[disabled], fieldset[disabled] .btn-success.btn-outline {
            background: none;
            border-color: #9FA3AF !important;
            color: #9FA3AF;
            cursor: not-allowed;
            pointer-events: none
        }

            .btn-success.btn-outline.disabled:hover, .btn-success.btn-outline.disabled:focus, .btn-success.btn-outline.disabled.focus, .btn-success.btn-outline[disabled]:hover, .btn-success.btn-outline[disabled]:focus, .btn-success.btn-outline[disabled].focus, fieldset[disabled] .btn-success.btn-outline:hover, fieldset[disabled] .btn-success.btn-outline:focus, fieldset[disabled] .btn-success.btn-outline.focus {
                background: none;
                border-color: #9FA3AF !important;
                color: #9FA3AF;
                box-shadow: none
            }

        .btn-success.btn-outline .badge {
            background-color: #76B856;
            color: #fff
        }

.btn-danger {
    background-color: #D44455;
    border-color: #D44455;
    color: #fff;
    cursor: pointer;
    position: relative
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
        background-color: #ba2b3c;
        border-color: #ba2b3c;
        color: #fff
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 0.2rem rgba(212,68,85,0.5)
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger {
        background-color: #9FA3AF;
        border-color: #9FA3AF !important;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none
    }

        .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
            background-color: #9FA3AF;
            border-color: #9FA3AF !important;
            color: #fff;
            box-shadow: none
        }

        .btn-danger.disabled .badge, .btn-danger[disabled] .badge, fieldset[disabled] .btn-danger .badge {
            background-color: #fff;
            color: #9FA3AF
        }

    .btn-danger .badge {
        background-color: #fff;
        color: #D44455
    }

    .btn-danger::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        border-radius: 300px;
        -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.15s cubic-bezier(0, 0, 0.58, 1)
    }

    .btn-danger::before {
        border: 1px solid #ba2b3c;
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1)
    }

    .btn-danger:hover::before {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    .btn-danger.btn-outline {
        background-color: transparent;
        background-image: none;
        border-color: #D44455;
        border-bottom: 1px solid #D44455 !important;
        color: #D44455
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline.focus, .btn-danger.btn-outline:active, .btn-danger.btn-outline.active, .open > .btn-danger.btn-outline.dropdown-toggle, .btn-danger.btn-outline:not(:disabled):not(.disabled).active, .btn-danger.btn-outline:not(:disabled):not(.disabled):active {
            background-color: #ba2b3c;
            border-color: #ba2b3c;
            color: #fff
        }

            .btn-danger.btn-outline:hover .badge, .btn-danger.btn-outline:focus .badge, .btn-danger.btn-outline.focus .badge, .btn-danger.btn-outline:active .badge, .btn-danger.btn-outline.active .badge, .open > .btn-danger.btn-outline.dropdown-toggle .badge, .btn-danger.btn-outline:not(:disabled):not(.disabled).active .badge, .btn-danger.btn-outline:not(:disabled):not(.disabled):active .badge {
                background-color: #fff;
                color: #D44455
            }

        .btn-danger.btn-outline.focus, .btn-danger.btn-outline:focus {
            box-shadow: 0 0 0 0.2rem rgba(212,68,85,0.5)
        }

        .btn-danger.btn-outline.disabled, .btn-danger.btn-outline[disabled], fieldset[disabled] .btn-danger.btn-outline {
            background: none;
            border-color: #9FA3AF !important;
            color: #9FA3AF;
            cursor: not-allowed;
            pointer-events: none
        }

            .btn-danger.btn-outline.disabled:hover, .btn-danger.btn-outline.disabled:focus, .btn-danger.btn-outline.disabled.focus, .btn-danger.btn-outline[disabled]:hover, .btn-danger.btn-outline[disabled]:focus, .btn-danger.btn-outline[disabled].focus, fieldset[disabled] .btn-danger.btn-outline:hover, fieldset[disabled] .btn-danger.btn-outline:focus, fieldset[disabled] .btn-danger.btn-outline.focus {
                background: none;
                border-color: #9FA3AF !important;
                color: #9FA3AF;
                box-shadow: none
            }

        .btn-danger.btn-outline .badge {
            background-color: #D44455;
            color: #fff
        }

.btn-warning {
    background-color: #EC7404;
    border-color: #EC7404;
    color: #fff;
    cursor: pointer;
    position: relative
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
        background-color: #ba5b03;
        border-color: #ba5b03;
        color: #fff
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 0.2rem rgba(236,116,4,0.5)
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning {
        background-color: #9FA3AF;
        border-color: #9FA3AF !important;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none
    }

        .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
            background-color: #9FA3AF;
            border-color: #9FA3AF !important;
            color: #fff;
            box-shadow: none
        }

        .btn-warning.disabled .badge, .btn-warning[disabled] .badge, fieldset[disabled] .btn-warning .badge {
            background-color: #fff;
            color: #9FA3AF
        }

    .btn-warning .badge {
        background-color: #fff;
        color: #EC7404
    }

    .btn-warning::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        border-radius: 300px;
        -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.15s cubic-bezier(0, 0, 0.58, 1)
    }

    .btn-warning::before {
        border: 1px solid #ba5b03;
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1)
    }

    .btn-warning:hover::before {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    .btn-warning.btn-outline {
        background-color: transparent;
        background-image: none;
        border-color: #EC7404;
        border-bottom: 1px solid #EC7404 !important;
        color: #EC7404
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline.focus, .btn-warning.btn-outline:active, .btn-warning.btn-outline.active, .open > .btn-warning.btn-outline.dropdown-toggle, .btn-warning.btn-outline:not(:disabled):not(.disabled).active, .btn-warning.btn-outline:not(:disabled):not(.disabled):active {
            background-color: #ba5b03;
            border-color: #ba5b03;
            color: #fff
        }

            .btn-warning.btn-outline:hover .badge, .btn-warning.btn-outline:focus .badge, .btn-warning.btn-outline.focus .badge, .btn-warning.btn-outline:active .badge, .btn-warning.btn-outline.active .badge, .open > .btn-warning.btn-outline.dropdown-toggle .badge, .btn-warning.btn-outline:not(:disabled):not(.disabled).active .badge, .btn-warning.btn-outline:not(:disabled):not(.disabled):active .badge {
                background-color: #fff;
                color: #EC7404
            }

        .btn-warning.btn-outline.focus, .btn-warning.btn-outline:focus {
            box-shadow: 0 0 0 0.2rem rgba(236,116,4,0.5)
        }

        .btn-warning.btn-outline.disabled, .btn-warning.btn-outline[disabled], fieldset[disabled] .btn-warning.btn-outline {
            background: none;
            border-color: #9FA3AF !important;
            color: #9FA3AF;
            cursor: not-allowed;
            pointer-events: none
        }

            .btn-warning.btn-outline.disabled:hover, .btn-warning.btn-outline.disabled:focus, .btn-warning.btn-outline.disabled.focus, .btn-warning.btn-outline[disabled]:hover, .btn-warning.btn-outline[disabled]:focus, .btn-warning.btn-outline[disabled].focus, fieldset[disabled] .btn-warning.btn-outline:hover, fieldset[disabled] .btn-warning.btn-outline:focus, fieldset[disabled] .btn-warning.btn-outline.focus {
                background: none;
                border-color: #9FA3AF !important;
                color: #9FA3AF;
                box-shadow: none
            }

        .btn-warning.btn-outline .badge {
            background-color: #EC7404;
            color: #fff
        }

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #D44455;
    cursor: pointer;
    position: relative
}

    .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle, .btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active {
        background-color: #e6e6e6;
        border-color: #e6e6e6;
        color: #D44455
    }

    .btn-white.focus, .btn-white:focus {
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5)
    }

    .btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white {
        background-color: #9FA3AF;
        border-color: #9FA3AF !important;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none
    }

        .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus {
            background-color: #9FA3AF;
            border-color: #9FA3AF !important;
            color: #fff;
            box-shadow: none
        }

        .btn-white.disabled .badge, .btn-white[disabled] .badge, fieldset[disabled] .btn-white .badge {
            background-color: #fff;
            color: #9FA3AF
        }

    .btn-white .badge {
        background-color: #D44455;
        color: #fff
    }

    .btn-white::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        border-radius: 300px;
        -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.15s cubic-bezier(0, 0, 0.58, 1)
    }

    .btn-white::before {
        border: 1px solid #e6e6e6;
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1)
    }

    .btn-white:hover::before {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    .btn-white.btn-outline {
        background-color: transparent;
        background-image: none;
        border-color: #fff;
        border-bottom: 1px solid #fff !important;
        color: #fff
    }

        .btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline.focus, .btn-white.btn-outline:active, .btn-white.btn-outline.active, .open > .btn-white.btn-outline.dropdown-toggle, .btn-white.btn-outline:not(:disabled):not(.disabled).active, .btn-white.btn-outline:not(:disabled):not(.disabled):active {
            background-color: #e6e6e6;
            border-color: #e6e6e6;
            color: #D44455
        }

            .btn-white.btn-outline:hover .badge, .btn-white.btn-outline:focus .badge, .btn-white.btn-outline.focus .badge, .btn-white.btn-outline:active .badge, .btn-white.btn-outline.active .badge, .open > .btn-white.btn-outline.dropdown-toggle .badge, .btn-white.btn-outline:not(:disabled):not(.disabled).active .badge, .btn-white.btn-outline:not(:disabled):not(.disabled):active .badge {
                background-color: #D44455;
                color: #fff
            }

        .btn-white.btn-outline.focus, .btn-white.btn-outline:focus {
            box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5)
        }

        .btn-white.btn-outline.disabled, .btn-white.btn-outline[disabled], fieldset[disabled] .btn-white.btn-outline {
            background: none;
            border-color: #9FA3AF !important;
            color: #9FA3AF;
            cursor: not-allowed;
            pointer-events: none
        }

            .btn-white.btn-outline.disabled:hover, .btn-white.btn-outline.disabled:focus, .btn-white.btn-outline.disabled.focus, .btn-white.btn-outline[disabled]:hover, .btn-white.btn-outline[disabled]:focus, .btn-white.btn-outline[disabled].focus, fieldset[disabled] .btn-white.btn-outline:hover, fieldset[disabled] .btn-white.btn-outline:focus, fieldset[disabled] .btn-white.btn-outline.focus {
                background: none;
                border-color: #9FA3AF !important;
                color: #9FA3AF;
                box-shadow: none
            }

        .btn-white.btn-outline .badge {
            background-color: #fff;
            color: #D44455
        }

        .btn-white.btn-outline:hover {
            background: #fff
        }

.btn-link {
    color: #292938;
    border: 0;
    cursor: pointer
}

    .btn-link:hover, .btn-link:focus {
        color: #292938;
        text-decoration: none;
        outline: 0
    }

@media (min-width: 576px) {
    .btn-lg {
        padding: 0.875rem 2.875rem
    }

        .btn-lg.btn-circle {
            width: 3.25rem
        }
}

.btn-circle {
    width: 2.25rem;
    padding-left: 0;
    padding-right: 0
}

.border {
    border-color: rgba(225,230,240,0.85) !important
}

.dropdown-toggle {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    background: #fff !important;
    color: #292938;
    border: 1px solid #9FA3AF;
    text-align: left;
    padding: 0.4375rem 2.5rem 0.375rem 0.625rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

    .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
        color: #119BFE;
        border-color: #119BFE
    }

    .dropdown-toggle:after {
        font-family: "Font Awesome 6 Free";
        font-size: 1.125rem;
        content: "\f107";
        border: 0;
        position: absolute;
        right: 1.5625rem;
        top: 0.1875rem
    }

    .dropdown-toggle.disabled {
        color: #9FA3AF
    }

.dropdown-menu {
    border-color: #9FA3AF;
    font-size: 0.875rem;
    padding: 0;
    min-width: auto
}

.dropdown-item {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    padding: 0.25rem 0.625rem;
    cursor: pointer;
    -webkit-transition: color 0.35s, background 0.35s;
    -moz-transition: color 0.35s, background 0.35s;
    transition: color 0.35s, background 0.35s
}

    .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
        background-color: #119BFE;
        color: #fff
    }

    .dropdown-item:focus {
        outline: 0
    }

.form-control {
    font-size: inherit;
    background-color: #F9FAFC;
    color: #4e4e6a;
    border-color: rgba(225,230,240,0.85);
    border-width: 2px;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    background-clip: inherit
}

@media (min-width: 576px) {
    .form-control {
        padding: 0.75rem
    }
}

.form-control::-webkit-input-placeholder {
    color: #b5b8c2;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s
}

.form-control::-moz-placeholder {
    color: #b5b8c2;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s
}

.form-control::-ms-input-placeholder {
    color: #b5b8c2;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s
}

.form-control::placeholder {
    color: #b5b8c2;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s
}

.form-control:focus::-webkit-input-placeholder {
    opacity: 0
}

.form-control:focus::-moz-placeholder {
    opacity: 0
}

.form-control:focus::-ms-input-placeholder {
    opacity: 0
}

.form-control:focus::placeholder {
    opacity: 0
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #76B856
}

.modal {
    text-align: center
}

/*    .modal:before {
        content: '';
        height: 100%;
        width: 1px;
        display: inline-block;
        vertical-align: middle
    }

    .modal .modal-dialog {
        text-align: left;
        margin: 10px auto;
        display: inline-block;
        vertical-align: middle;
        max-width: 550px
    }*/

    .modal .modal-content {
        border: 0;
        box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1)
    }

    .modal .modal-header {
        border-top: 4px solid #D44455;
        border-bottom: 0
    }

    .modal .modal-body {
        padding: 0 1rem
    }

    .modal .modal-footer {
        border: 0
    }

.modal-backdrop {
    background-color: #292938
}

    .modal-backdrop.show {
        opacity: 0.7
    }

.page-link {
    color: #119BFE
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    background-color: #119BFE
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none
}

.custom-checkbox .custom-control-label:before {
    border-radius: 3px
}

.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
    top: 1px
}

.navbar {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    padding: 2.5rem 1rem;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s
}

    .navbar.navbar-open, .navbar.navbar-shrink {
        background: #292938
    }

    .navbar.navbar-shrink {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

@media (min-width: 992px) {
    .navbar {
        padding: 3.125rem
    }
}

.navbar-brand {
    background: url("../images/logo.svg") 0 50% no-repeat;
    height: 2.25rem;
    width: 175px
}

@media (min-width: 576px) {
    .navbar-brand {
        height: 3.125rem;
        width: 240px
    }
}

.navbar-toggler {
    font-size: 1rem;
    color: #fff;
    border: 0;
    outline: 0 !important;
    padding: 0.25rem 0
}

.navbar-nav {
    margin-top: 1.25rem
}

    .navbar-nav a {
        font-size: 1.125rem;
        color: #fff
    }

        .navbar-nav a.active, .navbar-nav a:hover {
            color: #119BFE !important
        }

    .navbar-nav .fa {
        padding: 0 0.3125rem
    }

@media (min-width: 992px) {
    .navbar-nav {
        margin: 0
    }

        .navbar-nav .nav-item {
            padding: 0 1.25rem
        }
}

.nav-item:hover {
    background: #292938
}

    .nav-item:hover .nav-link-dropdown {
        display: block
    }

.nav-link-dropdown {
    background: #292938;
    position: absolute;
    list-style: none;
    padding: 1.25rem;
    margin: 0 -1.25rem;
    display: none
}

    .nav-link-dropdown li {
        padding: 0 0.5rem 0.5rem 0.5rem
    }

        .nav-link-dropdown li:last-child {
            padding: 0 0.5rem 0 0.5rem
        }

    .nav-link-dropdown a:hover {
        text-decoration: none
    }

@media (max-width: 991px) {
    .nav-link-dropdown {
        display: block;
        position: relative;
        padding: 0 2rem
    }
}

header {
    background: url("../images/bg-header.jpg") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

    header .container-video {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 0
    }

        header .container-video video {
            object-position: center;
            width: 100%;
            height: 100%;
            object-fit: cover
        }

            header .container-video video.object-top {
                object-position: top
            }

    header .header-content {
        padding-top: 12.5rem
    }

        header .header-content .list-inline {
            margin-bottom: 3.75rem
        }

@media (min-width: 992px) {
    header .header-content .list-inline {
        margin-bottom: 6.875rem
    }
}

header .header-content .list-inline-item {
    font-size: 1.125rem
}

    header .header-content .list-inline-item:before {
        content: '|';
        padding-right: 0.625rem
    }

    header .header-content .list-inline-item:first-child:before {
        content: '';
        padding: 0
    }

@media (max-width: 575px) {
    header .header-content .list-inline-item {
        font-size: 0.875rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header-content .display-4 {
        font-size: 3rem
    }
}

header .twitter-container {
    margin-top: 5rem;
    overflow: hidden
}

@media (min-width: 992px) {
    header .twitter-container {
        margin-top: 10rem
    }
}

header .twitter-container .twitter-tweet {
    text-align: left;
    margin-top: 50px;
}

header .twitter-container .twitter-tweet-rendered {
    justify-content: center;
}

header .twitter-container .tweet-logo .fa {
    font-size: 2.5rem;
    color: #119BFE
}

header .twitter-container .tweet-name {
    font-size: 0.875rem
}

    header .twitter-container .tweet-name .fa-retweet {
        color: #76B856
    }

@media (min-width: 992px) and (max-width: 1199px) {
    header .twitter-container .tweet-name {
        font-size: 0.75rem
    }
}

header .twitter-container .tweet-content {
    font-size: 0.875rem
}

    header .twitter-container .tweet-content a {
        word-wrap: break-word
    }

    header .twitter-container .tweet-content img {
        margin-top: 1rem;
        max-width: 99.9%;
        max-height: 250px
    }

header .twitter-container .tweet-date {
    font-size: 0.75rem;
    color: #9FA3AF
}

header #tweetnav {
    position: relative
}

    header #tweetnav .nbs-flexisel-nav-left {
        left: auto;
        right: 20px
    }

#products .product-card > .text-truncate {
    border-bottom: 1px solid #e1e6f0
}

@media (min-width: 992px) {
    #products .product-card > .text-truncate {
        border-right: 1px solid #e1e6f0;
        border-bottom: 0
    }
}

#products .product-card:hover .product-image {
    transform: scale(1.1)
}

#products .product-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s
}

@media (max-width: 991px) {
    #products .product-image {
        height: 240px !important
    }
}

@media (max-width: 767px) {
    .city {
        max-width: 250px
    }
}

.hero {
    position: relative
}

    .hero.hero-services {
        background: url("../images/bg-services.jpg") 0 100% no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

@media (max-width: 767px) {
    .hero.hero-services {
        background-attachment: initial
    }
}

.hero.hero-succeed {
    background: url("../images/bg-succeed.jpg") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 3.75rem 0
}

    .hero.hero-succeed h3 {
        line-height: 1.4;
        margin: 0
    }

@media (max-width: 767px) {
    .hero.hero-succeed h3 {
        font-size: 1.125rem
    }
}

.hero.hero-bottom {
    background: url("../images/bg-bottom.svg") center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 1px solid rgba(225,230,240,0.85)
}

.youtube-video {
    width: 100%;
    height: 516px;
    display: block
}

@media (max-width: 767px) {
    .youtube-video {
        height: 180px
    }
}

footer {
    background: #fff;
    color: #b5b8c2;
    padding: 1.5625rem 0
}

    footer span {
        font-size: 0.875rem
    }

    footer ul {
        margin: 0;
        text-align: right
    }

    footer a {
        color: #b5b8c2
    }

        footer a:hover, footer a:focus, footer a:active, footer a.active {
            text-decoration: none
        }

    footer .fa {
        padding: 0 0.125rem
    }

@media (min-width: 576px) {
    footer .fa {
        padding: 0 0.3125rem
    }
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    overflow: auto
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    position: relative
}

    .nbs-flexisel-item img {
        max-width: 100%;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px
    }

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    font-family: "Font Awesome 6 Free";
    padding: 5px 10px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    color: #b5b8c2
}

.nbs-flexisel-nav-left {
    left: -10px
}

    .nbs-flexisel-nav-left:before {
        content: "\f053"
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4
    }

.nbs-flexisel-nav-right {
    right: -10px
}

    .nbs-flexisel-nav-right:before {
        content: "\f054"
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4
    }

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .pace .pace-progress {
        background: #D44455;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 2px
    }

    .pace .pace-progress-inner {
        display: block;
        position: absolute;
        right: 0px;
        width: 100px;
        height: 100%;
        box-shadow: 0 0 10px #D44455,0 0 5px #D44455;
        opacity: 1;
        -webkit-transform: rotate(3deg) translate(0px, -4px);
        -moz-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
        -o-transform: rotate(3deg) translate(0px, -4px);
        transform: rotate(3deg) translate(0px, -4px)
    }

    .pace .pace-activity {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 15px;
        right: 15px;
        width: 14px;
        height: 14px;
        border: solid 2px transparent;
        border-top-color: #D44455;
        border-left-color: #D44455;
        border-radius: 10px;
        -webkit-animation: pace-spinner 400ms linear infinite;
        -moz-animation: pace-spinner 400ms linear infinite;
        -ms-animation: pace-spinner 400ms linear infinite;
        -o-animation: pace-spinner 400ms linear infinite;
        animation: pace-spinner 400ms linear infinite
    }

.pace-inactive {
    display: none
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#react-app .slick-dots li.slick-active button:before {
    color: #119BFE;
}

#react-app .slick-dots li button:before {
    color: #b5b8c2;
    font-size: 12px;
    opacity: 1;
}

#react-app .slick-dots li {
   /* margin: 0;*/
}

#react-app .slick-dots {
    top: 0;
/*    left: auto;
    right: 20px;
    width: auto;*/
    padding-top: 5px;
}

#react-app iframe {
    max-width: 90% !important;
}

.twitter-container, #our-tweets, .slick-slide {
    max-height: 500px;
    max-width: 500px;
}

.grid-divider {
    position: relative;
    padding: 0;
}
.grid-divider>[class*='col-'] {
    position: static;
}
.grid-divider>[class*='col-']:nth-child(n+2):before {
    content: "";
    border-left: 1px solid #DDD;
    position: absolute;
    top: 0;
    bottom: 0;
}
.col-padding {
    padding: 0 15px;
}

@media (max-width: 991px) {
    .grid-divider > [class*='col-']:nth-child(n+2):before {
        border-left: 0;
    }
}

.grid-list {
    padding: 0;
    list-style: none;
    font-style: italic;
}

.grid-underline {
    border-bottom: 1px solid #eee;
    margin: 20px 0 10px;
}

.grid-footer {
    font-style: italic;
}

.grid-header {
    letter-spacing: 3px;
}