@import url(fonts.css);
@import url(themify-icons.css);
@import url(Linearicons-Free.css);
@import url(slider.css);
@import url(navigation.css);
@import url(responsive.css);

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'DinNextLT', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #1a171b;
    background-color: #fff;
    margin: 0;
    /*padding-top: 210px;*/
}

.font-up {
    text-transform: uppercase;
}

.font-normal {
    text-transform: none;
}

a {
    color: #1a171b;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

    a:hover,
    a:focus {
        /*color: #fff;*/
        text-decoration: none;
        transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.text-muted {
    color: #787878 !important;
}

.text-primary {
    color: #00bbc5 !important;
}

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

.text-secondary {
    color: #51ccd5 !important;
}

.text-normal {
    color: #1a171b !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

#top {
    margin-top: 120px;
}

.overlay {
    position: absolute;
    z-index: 10;
}

.lnr {
    
}

.bg-img {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card img {
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
    opacity: 0.8;
    -webkit-transition: -webkit-clip-path .25s ease-in-out, clip-path .25s ease-in-out,opacity .25s;
}

.card:hover img {
    /*-webkit-clip-path: inset(1em);*/
    /*clip-path: inset(1em);*/
    opacity: 1;
    -webkit-transition: -webkit-clip-path .25s ease-in-out, clip-path .25s ease-in-out, opacity .25s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        line-height: 1;
        color: #777;
    }

h1,
.h1,
h3,
.h3 {
    /*margin-top: 20px;
  margin-bottom: 10px;*/
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    /*margin-top: 5px;
  margin-bottom: 10px;*/
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-weight: normal;
    font-size: 2.5em;
}

    h1.lnr {
        font-size: 8em;
    }

h2,
.h2 {
    font-size: 2em;
    font-weight: 300;
}

    h2.lnr {
        font-size: 6em;
    }

    h2 .lnr {
        font-size: 1em;
    }

h3,
.h3 {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 300;
}

    h3.lnr {
        font-size: 4em;
    }

h4,
.h4 {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.25em;
    margin-top: .45rem;
}

    h4.lnr {
        font-size: 2em;
    }

h5,
.h5 {
    font-size: 1em;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 0.85em;
}

p {
    margin: 0 0 10px;
}

    p .lnr {
        font-size: 1em;
    }

small .lnr {
    font-size: 1.25em;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}



/* FOOTER */

footer a, .nav-link.secondary {
    font-size: 0.7em;
    line-height: 1.5em;
    font-weight: normal;
}

a.nav-link.secondary {
    color: #787878;
}

    a.nav-link.secondary:hover {
        color: #1a171b;
    }

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

footer li {
    margin-left: 1em;
    line-height: 1.25em;
}

    footer li:before {
        content: '\e876';
        font-family: 'Linearicons-Free';
        float: left;
        margin-left: -1.7em;
        line-height: 2em;
        font-size: 0.6em;
        color: #fff;
    }

footer a {
    color: #1a171b;
    text-decoration: none;
}

    footer a:hover,
    footer a:focus {
        color: #fff;
        text-decoration: none;
    }

.social-link {
    display: inline-block;
    margin-top: 0em;
    height: 2em;
    width: 2em;
    line-height: 2.15em;
    font-size: 1em;
    transition: background-color .15s ease-in-out;
}

    .social-link:hover {
        text-decoration: none
    }



/* BUTTON */

.btn {
    display: inline-block;
    padding: 1em 1.5em 0.75em 1.5em;
    margin-bottom: 0;
    font-size: 0.85em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 1.125em;
    padding: .75em 1.25em 0.5em;
    line-height: 1.25;
    border-radius: 0.3rem;
}

.btn-primary {
    color: #fff;
    background-color: #1a171b;
    border: solid 2px #1a171b;
}

    .btn-primary:hover {
        color: #1a171b;
        background-color: transparent;
        border: solid 2px #1a171b;
    }

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

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .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, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #1a171b;
    background-color: transparent;
    background-image: none;
    border-color: #1a171b;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #1a171b;
        border-color: #1a171b;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

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

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.border-secondary {
    border-color: #1a171b !important;
}

.border-1 {
    border: solid 1px;
}

.border-2 {
    border: solid 2px;
}

/* BACKGROUND */
.bg-primary {
    background-color: #00bbc5 !important;
}

.bg-secondary {
    background-color: #51ccd5 !important;
}

.bg-medium {
    background-color: #ebebeb !important;
}

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

.bg-black {
    background-color: #000 !important;
}


/* PROGRESS BAR */
.progress {
    box-shadow: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4px;
    overflow: hidden;
    margin-bottom: 1rem;
    background-color: #eeeeee;
}


/*** Global ***/
.z-depth-0, .modal-dialog.cascading-modal.modal-avatar .modal-header {
    box-shadow: none !important;
}

.z-depth-1,
.badge,
.chip, .btn, .card:not([class*="card-outline-"]), .pagination .active .page-link, .modal-dialog.cascading-modal .modal-c-tabs .nav-tabs, .modal-dialog.modal-notify .modal-header {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.12);
}

.navbar {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.z-depth-2, .modal-dialog.cascading-modal.modal-avatar .modal-header img {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.hoverable {
    -webkit-transition: box-shadow 0.55s;
    transition: box-shadow 0.55s;
    box-shadow: 0;
}

    .hoverable:hover {
        -webkit-transition: box-shadow 0.45s;
        transition: box-shadow 0.45s;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.flex-center ul {
    list-style-type: none;
    padding: 0;
}

.media .avatar-sm {
    width: 56px;
    border-radius: 50%;
}

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header {
    max-width: 100%;
    height: auto;
}

.inline-ul > li {
    display: inline;
}

.list-inline-div > div {
    display: inline-block;
}

@media only screen and (max-width: 992px) {
    .center-on-small-only {
        text-align: center;
    }

        .center-on-small-only .img-fluid, .center-on-small-only .modal-dialog.cascading-modal.modal-avatar .modal-header, .modal-dialog.cascading-modal.modal-avatar .center-on-small-only .modal-header {
            display: inline;
        }
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

    .flex-center p {
        margin: 0;
    }

    .flex-center ul {
        text-align: center;
    }

        .flex-center ul li {
            margin-bottom: 1rem;
        }

.divider-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 45px;
}

    .divider-new h2 {
        margin-top: 5px;
    }

    .divider-new:before {
        content: '';
        height: 1.5px;
        background: #c6c6c6;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 .45em 0 0;
    }

    .divider-new:after {
        content: '';
        height: 1.5px;
        background: #c6c6c6;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 0 .45em;
    }

.heading {
}

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

.heading.heading-sm {
    margin-bottom: 2em;
}

.heading h2 {
    margin-bottom: 0.45em;
    line-height: 1.5;
    color: #000;
    position: relative;
    padding-bottom: 0.25em;
}

@media screen and (max-width: 768px) {
    .heading h2 {
        font-size: 28px;
    }
}

.heading h2:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 50px;
    margin-left: -25px;
    height: 2px;
    left: 50%;
    /*background: #5ac5c8;*/
    background: rgba(90,196,200,1);
    background: -moz-linear-gradient(-45deg, rgba(90,196,200,1) 0%, rgba(45,178,214,1) 25%, rgba(0,159,227,1) 50%, rgba(0,124,217,1) 75%, rgba(0,89,206,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(90,196,200,1)), color-stop(25%, rgba(45,178,214,1)), color-stop(50%, rgba(0,159,227,1)), color-stop(75%, rgba(0,124,217,1)), color-stop(100%, rgba(0,89,206,1)));
    background: -webkit-linear-gradient(-45deg, rgba(90,196,200,1) 0%, rgba(45,178,214,1) 25%, rgba(0,159,227,1) 50%, rgba(0,124,217,1) 75%, rgba(0,89,206,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(90,196,200,1) 0%, rgba(45,178,214,1) 25%, rgba(0,159,227,1) 50%, rgba(0,124,217,1) 75%, rgba(0,89,206,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(90,196,200,1) 0%, rgba(45,178,214,1) 25%, rgba(0,159,227,1) 50%, rgba(0,124,217,1) 75%, rgba(0,89,206,1) 100%);
    background: linear-gradient(135deg, rgba(90,196,200,1) 0%, rgba(45,178,214,1) 25%, rgba(0,159,227,1) 50%, rgba(0,124,217,1) 75%, rgba(0,89,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ac4c8', endColorstr='#0059ce', GradientType=1 );
}

.heading h2.left:before {
    left: 0;
    margin-left: 0;
}

.heading p {
    font-size: 20px;
    line-height: 1.5;
    color: #1a1a1a;
}

@media screen and (max-width: 768px) {
    .heading p {
        font-size: 18px;
    }
}