/**
 * @license
 * MyFonts Webfont Build ID 3585509, 2018-05-22T11:23:45-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NiveauGroteskMedium by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/niveau-grotesk/medium/
 *
 * Webfont: NiveauGroteskBold by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/niveau-grotesk/bold/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3585509
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2013 by Hannes von Doehren. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
@font-face {
    font-family: 'niveau-grotesk';
    src: local('niveau-grotesk-medium'), local('niveau grotesk medium'), url('../fonts/niveaugroteskmedium.woff2') format('woff2'), url('../fonts/niveaugroteskmedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'niveau-grotesk';
    src: local('niveau-grotesk-bold'), local('niveau grotesk bold'), url('../fonts/niveaugroteskbold.woff2') format('woff2'), url('../fonts/niveaugroteskbold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'niveau-grotesk';
    src: local('niveau-grotesk'), local('niveau grotesk'), url('../fonts/niveaugroteskregular-webfont.woff2') format('woff2'), url('../fonts/niveaugroteskregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Medium'), local('Lato-Medium'), url('../fonts/Lato-Medium.woff2') format('woff2'), url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold'), local('Lato-Semibold'), url('../fonts/Lato-Semibold.woff2') format('woff2'), url('../fonts/Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Black'), local('Lato-Black'), url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.text-primary {
    color: #4ac8ed!important;
}
.text-dark {
    color: #222222!important;
}
.bg-white {
    background-color: #ffffff;
}
.bg-dark {
    background-color: #0a233b;
}
.bg-blue {
  background-color: #00798e;
  color: #fff;
}
* {
    outline: 0;
    margin: 0;
    padding: 0;
}
html, * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #212121;
    font-weight: 400;
    font-display: swap;
}
small {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.micro {
    color: #00798e;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
p {
    color: #212121;
    font-weight: 400;
}

@media (max-width: 577px) {

    .mobile-topbar {
        z-index: 1100;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .main-wrapper {
        margin-top: 64px;
    }
}

    @media (min-width: 320px) {
        p {
            font-size: 15px;
            line-height: 1.5;
        }
    }

    @media (min-width: 768px) {
        p {
            font-size: 18px;
            line-height: 1.5;
        }
    }

    @media (max-width: 992px) {
        ul.list-styled li {
            font-size: 15px;
            line-height: 1.5;
            margin-bottom: 5px;
            margin-left: 25px;
        }
    }

    h1, h2, h3, h4, .title {
        font-family: 'niveau-grotesk', sans-serif;
        font-weight: 500;
        color: #008b71;
        margin-bottom: 10px;
        margin-top: 5px;
        font-display: swap;
    }

    h5, h6 {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #008b71;
        font-display: swap;
    }

    h1 {
        font-size: 44px;
        line-height: 1.27;
    }

    @media (max-width: 597px) {
        h1 {
            font-size: 32px;
        }
    }

    h2 {
        font-size: 28px;
        line-height: 1.13;
    }

    h3 {
        font-size: 24px;
        line-height: 33px;
    }

    h4 {
        font-size: 12px;
        line-height: 1.33;
        color: #000000;
    }

    h5 {
        font-size: 10px;
        line-height: 1.1;
        letter-spacing: 0.9px;
        opacity: 0.9;
    }

    h6 {
        font-size: 10px;
        line-height: 10px;
        text-transform: uppercase;
    }

    .text-title {
        opacity: 0.9;
        font-family: Lato;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.9px;
        text-align: left;
        color: #008b71;
        text-transform: uppercase;
        font-display: swap;
    }

    .text-large {
        font-family: 'niveau-grotesk', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        text-align: left;
        color: #00798e;
        font-display: swap;
    }

    .text-basic {
        font-family: 'niveau-grotesk', sans-serif;
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
        color: #212121;
        font-display: swap;
    }

    .container {
        position: relative;
        width: 100%;
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1180px;
            width: 1180px;
        }
    }

    hr {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    ul.list-styled {
    }

        ul.list-styled li {
            list-style-type: disc;
            margin-bottom: 10px;
            margin-left: 25px;
        }

    /* Helper -------------------------- */
    .m0 {
        margin: 0 !important
    }

    .mv0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }

    .mv5 {
        margin-top: 5px;
        margin-bottom: 5px !important
    }

    .mv10 {
        margin-top: 10px;
        margin-bottom: 10px !important
    }

    .mv15 {
        margin-top: 15px;
        margin-bottom: 15px !important
    }

    .mv20 {
        margin-top: 20px;
        margin-bottom: 20px !important
    }

    .mv25 {
        margin-top: 25px;
        margin-bottom: 25px !important
    }

    .mv30 {
        margin-top: 30px;
        margin-bottom: 30px !important
    }

    .mv35 {
        margin-top: 35px;
        margin-bottom: 35px !important
    }

    .mv40 {
        margin-top: 40px;
        margin-bottom: 40px !important
    }

    .mv45 {
        margin-top: 45px;
        margin-bottom: 45px !important
    }

    .mv50 {
        margin-top: 50px;
        margin-bottom: 50px !important
    }

    .mt5 {
        margin-top: 5px !important
    }

    .mt10 {
        margin-top: 10px !important
    }

    .mt15 {
        margin-top: 15px !important
    }

    .mt20 {
        margin-top: 20px !important
    }

    .mt25 {
        margin-top: 25px !important
    }

    .mt30 {
        margin-top: 30px !important
    }

    .mt35 {
        margin-top: 35px !important
    }

    .mt40 {
        margin-top: 40px !important
    }

    .mt45 {
        margin-top: 45px !important
    }

    .mt50 {
        margin-top: 50px !important
    }

    .mb5 {
        margin-bottom: 5px !important
    }

    .mb10 {
        margin-bottom: 10px !important
    }

    .mb15 {
        margin-bottom: 15px !important
    }

    .mb20 {
        margin-bottom: 20px !important
    }

    .mb25 {
        margin-bottom: 25px !important
    }

    .mb30 {
        margin-bottom: 30px !important
    }

    .mb35 {
        margin-bottom: 35px !important
    }

    .mb40 {
        margin-bottom: 40px !important
    }

    .mb45 {
        margin-bottom: 45px !important
    }

    .mb50 {
        margin-bottom: 50px !important
    }

    .ml5 {
        margin-left: 5px !important
    }

    .ml10 {
        margin-left: 10px !important
    }

    .ml15 {
        margin-left: 15px !important
    }

    .ml20 {
        margin-left: 20px !important
    }

    .ml25 {
        margin-left: 25px !important
    }

    .ml30 {
        margin-left: 30px !important
    }

    .ml35 {
        margin-left: 35px !important
    }

    .ml40 {
        margin-left: 40px !important
    }

    .ml45 {
        margin-left: 45px !important
    }

    .ml50 {
        margin-left: 50px !important
    }

    .mr5 {
        margin-right: 5px !important
    }

    .mr10 {
        margin-right: 10px !important
    }

    .mr15 {
        margin-right: 15px !important
    }

    .mr20 {
        margin-right: 20px !important
    }

    .mr25 {
        margin-right: 25px !important
    }

    .mr30 {
        margin-right: 30px !important
    }

    .mr35 {
        margin-right: 35px !important
    }

    .mr40 {
        margin-right: 40px !important
    }

    .mr45 {
        margin-right: 45px !important
    }

    .mr50 {
        margin-right: 50px !important
    }

    .no-padding {
        padding: 0 !important;
    }

    .pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .pv5 {
        padding-top: 5px;
        padding-bottom: 5px !important
    }

    .pv10 {
        padding-top: 10px;
        padding-bottom: 10px !important
    }

    .pv15 {
        padding-top: 15px;
        padding-bottom: 15px !important
    }

    .pv20 {
        padding-top: 20px;
        padding-bottom: 20px !important
    }

    .pv25 {
        padding-top: 25px;
        padding-bottom: 25px !important
    }

    .pv30 {
        padding-top: 30px;
        padding-bottom: 30px !important
    }

    .ph0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .ph5 {
        padding-left: 5px;
        padding-right: 5px !important
    }

    .ph10 {
        padding-left: 10px;
        padding-right: 10px !important
    }

    .ph15 {
        padding-left: 15px;
        padding-right: 15px !important
    }

    .ph20 {
        padding-left: 20px;
        padding-right: 20px !important
    }

    .ph25 {
        padding-left: 25px;
        padding-right: 25px !important
    }

    .ph30 {
        padding-left: 30px;
        padding-right: 30px !important
    }

    .pt0 {
        padding-top: 0 !important
    }

    .pt5 {
        padding-top: 5px !important
    }

    .pt10 {
        padding-top: 10px !important
    }

    .pt15 {
        padding-top: 15px !important
    }

    .pt20 {
        padding-top: 20px !important
    }

    .pt30 {
        padding-top: 30px !important
    }

    .pt40 {
        padding-top: 40px !important
    }

    .pt50 {
        padding-top: 50px !important
    }

    .pt60 {
        padding-top: 60px !important
    }

    .pt70 {
        padding-top: 70px !important
    }

    .pt80 {
        padding-top: 80px !important
    }

    .pt90 {
        padding-top: 90px !important
    }

    .pt100 {
        padding-top: 100px !important
    }

    .pb0 {
        padding-bottom: 0 !important
    }

    .pb5 {
        padding-bottom: 5px !important
    }

    .pb10 {
        padding-bottom: 10px !important
    }

    .pb15 {
        padding-bottom: 15px !important
    }

    .pb20 {
        padding-bottom: 20px !important
    }

    .pb30 {
        padding-bottom: 30px !important
    }

    .pb40 {
        padding-bottom: 40px !important
    }

    .pb50 {
        padding-bottom: 50px !important
    }

    .pb60 {
        padding-bottom: 60px !important
    }

    .pb70 {
        padding-bottom: 70px !important
    }

    .pb80 {
        padding-bottom: 80px !important
    }

    .pb90 {
        padding-bottom: 90px !important
    }

    .pb100 {
        padding-bottom: 100px !important
    }

    .pl0 {
        padding-left: 0 !important
    }

    .pl5 {
        padding-left: 5px !important
    }

    .pl10 {
        padding-left: 10px !important
    }

    .pl15 {
        padding-left: 15px !important
    }

    .pl20 {
        padding-left: 20px !important
    }

    .pl30 {
        padding-left: 30px !important
    }

    .pl40 {
        padding-left: 40px !important
    }

    .pl50 {
        padding-left: 50px !important
    }

    .pl60 {
        padding-left: 60px !important
    }

    .pl70 {
        padding-left: 70px !important
    }

    .pl80 {
        padding-left: 80px !important
    }

    .pl90 {
        padding-left: 90px !important
    }

    .pl100 {
        padding-left: 100px !important
    }

    .pr0 {
        padding-right: 0 !important
    }

    .pr5 {
        padding-right: 5px !important
    }

    .pr10 {
        padding-right: 10px !important
    }

    .pr15 {
        padding-right: 15px !important
    }

    .pr20 {
        padding-right: 20px !important
    }

    .pr30 {
        padding-right: 30px !important
    }

    .pr40 {
        padding-right: 40px !important
    }

    .pr50 {
        padding-right: 50px !important
    }

    .pr60 {
        padding-right: 60px !important
    }

    .pr70 {
        padding-right: 70px !important
    }

    .pr80 {
        padding-right: 80px !important
    }

    .pr90 {
        padding-right: 90px !important
    }

    .pr100 {
        padding-right: 100px !important
    }

    @media (max-width: 991px) {
        .mv30 {
            margin-top: 10px;
            margin-bottom: 10px !important
        }

        .mv35 {
            margin-top: 10px;
            margin-bottom: 10px !important
        }

        .mv40 {
            margin-top: 15px;
            margin-bottom: 15px !important
        }

        .mv45 {
            margin-top: 15px;
            margin-bottom: 15px !important
        }

        .mv50 {
            margin-top: 20px;
            margin-bottom: 20px !important
        }

        .mt30 {
            margin-top: 10px !important
        }

        .mt35 {
            margin-top: 10px !important
        }

        .mt40 {
            margin-top: 15px !important
        }

        .mt45 {
            margin-top: 15px !important
        }

        .mt50 {
            margin-top: 20px !important
        }

        .mb30 {
            margin-bottom: 10px !important
        }

        .mb35 {
            margin-bottom: 10px !important
        }

        .mb40 {
            margin-bottom: 15px !important
        }

        .mb45 {
            margin-bottom: 15px !important
        }

        .mb50 {
            margin-bottom: 20px !important
        }

        .pt30 {
            padding-top: 10px !important
        }

        .pt40 {
            padding-top: 15px !important
        }

        .pt50 {
            padding-top: 20px !important
        }

        .pt60 {
            padding-top: 25px !important
        }

        .pt70 {
            padding-top: 30px !important
        }

        .pt80 {
            padding-top: 35px !important
        }

        .pt90 {
            padding-top: 40px !important
        }

        .pt100 {
            padding-top: 50px !important
        }

        .pb30 {
            padding-bottom: 10px !important
        }

        .pb40 {
            padding-bottom: 15px !important
        }

        .pb50 {
            padding-bottom: 20px !important
        }

        .pb60 {
            padding-bottom: 25px !important
        }

        .pb70 {
            padding-bottom: 30px !important
        }

        .pb80 {
            padding-bottom: 35px !important
        }

        .pb90 {
            padding-bottom: 40px !important
        }

        .pb100 {
            padding-bottom: 50px !important
        }
    }

    .bordered {
        border: 1px solid #e5e5e5;
    }

    .pv100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pt30 {
        padding-top: 30px;
    }

    .pb30 {
        padding-bottom: 30px;
    }

    .pb50 {
        padding-bottom: 50px;
    }

    .pv30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt100 {
        padding-top: 100px;
    }

    .pb100 {
        padding-bottom: 100px;
    }

    /* Letter Spacing ---------------- */
    .ls-06 {
        letter-spacing: 0.6px
    }

    .ls-09 {
        letter-spacing: 0.9px
    }

    .ls-1 {
        letter-spacing: 1px
    }

    /* Font Weight ------------------- */
    .light {
        font-weight: 100 !important;
    }

    .bold {
        font-weight: 700 !important;
    }

    .medium {
        font-weight: 500 !important;
    }

    .bolder {
        font-weight: 900 !important;
    }

    /* Text-Align -------------------- */
    .ta-center {
        text-align: center;
    }

    .ta-left {
        text-align: left
    }

    .ta-right {
        text-align: right
    }

    /* Display ----------------------- */
    .block {
        display: block
    }

    .inline-block {
        display: inline-block
    }

    /* Colors ------------------------ */
    .c-white {
        color: #fff
    }

    .c-black {
        color: #222222
    }

    .c-dark {
        color: #212121
    }

    .c-gray, .c-gray * {
        color: #212121
    }

    .c-light {
        color: rgba(0, 0, 0, 0.6)
    }

    .c-light-blue {
        color: #00798e
    }

    .c-dark-blue {
        color: #093a80
    }

    /* Font Family ------------------- */
    .lato, .lato * {
        font-family: Lato !important;
        font-display: swap;
    }

    .niveau, .niveau * {
        font-family: 'niveau-grotesk', sans-serif !important;
        font-display: swap;
    }

    /* Font Size --------------------- */

    .fa-sm {
        font-size: 65%;
    }

    .fs9, .fs9 p {
        font-size: 9px !important;
    }

    .fs10, .fs10 p {
        font-size: 10px !important;
        line-height: 1.5
    }

    .fs11, .fs11 p {
        font-size: 11px !important;
        line-height: 1.5
    }

    .fs12, .fs12 p {
        font-size: 12px !important;
        line-height: 1.5
    }

    .fs13, .fs13 p {
        font-size: 13px !important;
        line-height: 1.5
    }

    .fs14, .fs14 p {
        font-size: 14px !important;
        line-height: 1.5
    }

    .fs15, .fs15 p {
        font-size: 15px !important;
        line-height: 1.5
    }

    .fs16, .fs16 p {
        font-size: 16px !important;
        line-height: 1.5
    }

    .fs17, .fs17 p {
        font-size: 17px !important;
        line-height: 1.5
    }

    .fs18, .fs18 p {
        font-size: 18px !important;
        line-height: 1.5
    }

    .fs19, .fs19 p {
        font-size: 19px !important;
        line-height: 1.5
    }

    .fs20, .fs20 p {
        font-size: 20px !important;
        line-height: 1.5
    }

    .fs22, .fs22 p {
        font-size: 22px !important;
        line-height: 1.5
    }

    /* Text Transform ---------------- */
    .uppercase {
        text-transform: uppercase
    }

    .lowercase {
        text-transform: lowercase
    }

    .capital {
        text-transform: capitalize
    }

    /* Opacity ---------------- */
    .o05 {
        opacity: 0.5
    }

    .o06 {
        opacity: 0.6
    }

    .o07 {
        opacity: 0.7
    }

    .o08 {
        opacity: 0.8
    }

    .o09 {
        opacity: 0.9
    }

    .o10 {
        opacity: 1
    }


    /* Custom Component -------------------- */
    .badge {
        padding: .4em .6em;
        border-radius: 0;
    }

    .badge-primary, a.badge-primary {
        color: #fff;
        background-color: #3c92bb;
    }

    /* START ------------------------- */

    .main-wrapper {
        overflow-x: hidden;
    }

    .list-inline li {
        display: inline-block;
    }

    .visible {
        display: block !important;
    }

    .hidden {
        display: none;
    }

    .form-control:focus {
        box-shadow: none;
    }

    .btn-cta {
        color: #222222 !important;
        background-color: #ffffff;
    }

    .section {
        padding-top: 80px;
    }

    @media (min-width: 992px) {
        .section {
            padding-top: 100px;
        }
    }

    .sectionTitle {
        position: relative;
    }

        .sectionTitle h2 {
            line-height: 1;
            padding-bottom: 8px;
            color: #222222;
            margin: 0;
        }

    @media (min-width: 320px) {
        .sectionTitle h2 {
            font-size: 30px;
            letter-spacing: 0px;
        }
    }

    @media (min-width: 768px) {
        .sectionTitle h2 {
            font-size: 34px;
            letter-spacing: 0px;
        }
    }

    .sectionTitle p {
        opacity: 0.7;
    }

    .img-full {
        width: 100%;
    }

    .img-circle {
        position: relative;
        border-radius: 50%;
    }

    .bg-image-holder, .bg-image {
        background-size: cover !important;
        background-position: 50% 50% !important;
        transition: all 0.3s linear;
        background: #f5f5f5;
        position: relative;
    }

        .bg-image:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(10, 35, 59, 0.85);
        }

    .bg-gradient-navy {
        background-image: linear-gradient(0deg, #0a233b 0%, #1a3550 50%, #0a233b 100%);
    }

    ::-moz-selection {
        background-color: #4ac8ed;
        color: #ffffff;
    }

    ::selection {
        background-color: #4ac8ed;
        color: #ffffff;
    }

    .bg-sand {
        background-color: #fafdfd;
    }

    .bg-dark-green {
        background-color: #008b71 !important;
    }

    .fg-dark-green {
        color: #008b71 !important;
    }

    .bg-primary {
        background-color: #00a689 !important;
    }

    .bg-navy {
        background-color: #0a233b !important;
    }

    .bg-dark-navy {
        background-color: #071e33 !important;
    }

    .no-bg {
        background-color: transparent;
    }

    ul.nav-sidenav {
        display: block;
    }

        ul.nav-sidenav li {
            padding-left: 15px;
            margin-bottom: 15px;
        }

            ul.nav-sidenav li a {
                font-family: 'niveau-grotesk', sans-serif;
                color: #093a80;
                font-size: 18px;
                font-weight: 500;
                font-display: swap;
            }

            ul.nav-sidenav li.active {
                position: relative;
            }

                ul.nav-sidenav li.active:before {
                    color: #005953;
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f04b";
                    position: absolute;
                    left: 0;
                    font-size: 10px;
                    top: 50%;
                    margin-top: -5px;
                }

                ul.nav-sidenav li.active a {
                    color: #005953;
                }

    .table-inverse {
        background-color: #0a233b;
    }

    .sidebar {
        padding-left: 15px;
        margin-top: 40px;
    }

    @media (min-width: 768px) {
        .sidebar {
            padding-left: 30px;
            margin-top: 0px;
        }
    }

    @media (min-width: 992px) {
        .sidebar {
            padding-left: 40px;
            margin-top: 0px;
        }
    }

    @media (min-width: 768px) {
        .sidebar.sidebar-left {
            padding-left: 15px;
        }
    }

    @media (min-width: 992px) {
        .sidebar.sidebar-left {
            padding-left: 15px;
        }
    }

    .hover-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .hover-overlay a.overlay_icon {
            width: 55px;
            height: 55px;
            background: #fff;
            position: relative;
            display: inline-block;
            border-radius: 50%;
            margin: 3px;
            text-align: center;
        }

            .hover-overlay a.overlay_icon i.fa {
                font-size: 20px;
                line-height: 50px;
                color: #848484;
            }

        .hover-overlay.effect-transformY {
            position: absolute;
            content: '';
            background-color: rgba(74, 200, 237, 0.8);
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        }

        .hover-overlay.effect-scale {
            transition: all 0.4s ease;
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }

            .hover-overlay.effect-scale:before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
                transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
                transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                background: rgba(10, 35, 59, 0.5);
            }

    .card:hover .hover-overlay.effect-transformY, .card_img:hover .hover-overlay.effect-transformY {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .card:hover .hover-overlay.effect-scale, .card_img:hover .hover-overlay.effect-scale {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

        .card:hover .hover-overlay.effect-scale:before, .card_img:hover .hover-overlay.effect-scale:before {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .img_overlay-container {
        position: relative;
        padding: 0 30px;
    }

        .img_overlay-container .img_overlay-title {
            color: #ffffff;
            margin-bottom: 10px;
        }

        .img_overlay-container .img_overlay-desc {
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 20px;
        }

        .img_overlay-container a.icon {
            width: 38px;
            height: 38px;
            font-size: 15px;
            line-height: 36px;
            background-color: transparent;
            text-align: center;
            display: inline-block;
            color: #ffffff;
            border: 1px solid #ffffff;
            margin-right: 5px;
        }

            .img_overlay-container a.icon:hover {
                background-color: #4ac8ed;
                border-color: #4ac8ed;
            }

    .highlighter {
        background: #282C34;
        padding: 0px 10px;
        border-radius: 4px;
        font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
        display: inline-block;
        font-display: swap;
    }

    @-webkit-keyframes customFadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes customFadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .customFadeInUp {
        -webkit-animation-name: customFadeInUp;
        animation-name: customFadeInUp;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    @-webkit-keyframes customFadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes customFadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .customFadeInDown {
        -webkit-animation-name: customFadeInDown;
        animation-name: customFadeInDown;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    @-webkit-keyframes featureFadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes featureFadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .featureFadeInDown {
        -webkit-animation-name: featureFadeInDown;
        animation-name: featureFadeInDown;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    @-webkit-keyframes fadeInScale {
        0% {
            opacity: 0;
            -webkit-transform: scale3d(0.89, 0.89, 0.89);
            transform: scale3d(0.89, 0.89, 0.89);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            -webkit-transform: scale3d(0.89, 0.89, 0.89);
            transform: scale3d(0.89, 0.89, 0.89);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .fadeInScale {
        -webkit-animation-name: fadeInScale;
        animation-name: fadeInScale;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    @-webkit-keyframes fadeInScaleDown {
        0% {
            opacity: 0;
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInScaleDown {
        0% {
            opacity: 0;
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .fadeInScaleDown {
        -webkit-animation-name: fadeInScaleDown;
        animation-name: fadeInScaleDown;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
    }

    .btn-search {
        background: transparent;
        border: none;
        position: absolute;
        top: 16px;
        right: 15px;
        color: #848484;
        cursor: pointer;
    }

    .element-sidebar .form_search, .blogMainMenu {
        position: relative;
    }

        .element-sidebar .form_search .form-control {
            background-color: transparent;
            margin-bottom: 20px;
            border: 1px solid #e5e5e5;
        }

    .element-sidebar h4 {
        display: block;
        margin-bottom: 25px;
        color: #222222;
    }

    .element-sidenav {
        display: block;
        margin-bottom: 80px;
    }

        .element-sidenav .nav-item {
            height: 42px;
            background: #f7f7f7;
            border-top: 1px solid;
            border-left: 1px solid;
            border-right: 1px solid;
            border-color: #e5e5e5;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .element-sidenav .nav-item > a.nav-link {
                font-size: 16px;
                padding: 0 20px;
                display: block;
                width: 100%;
                font-weight: 700;
                color: #222222;
            }

                .element-sidenav .nav-item > a.nav-link .fa {
                    padding-right: 10px;
                    font-size: 14px;
                }

                .element-sidenav .nav-item > a.nav-link:hover {
                    color: #4ac8ed;
                }

            .element-sidenav .nav-item.active {
                background-color: #ffffff;
                border-left: 0px;
            }

                .element-sidenav .nav-item.active > a.nav-link {
                    color: #4ac8ed;
                }

            .element-sidenav .nav-item:last-child {
                border-bottom: 1px solid #e5e5e5;
            }

    .element_single .card.single-block {
        margin-bottom: 30px;
        border: none;
        border-radius: 0px;
        background-color: #f5f5f5;
    }

        .element_single .card.single-block .card-header {
            padding: 20px;
            border-bottom: none;
            border-radius: 0px;
            background-color: #f5f5f5;
            position: relative;
        }

    @media (min-width: 992px) {
        .element_single .card.single-block .card-header {
            padding: 20px 25px;
        }
    }

    .element_single .card.single-block .card-header h3 {
        font-family: 'Lato', sans-serif;
        font-display: swap;
        font-size: 20px;
        max-width: 60%;
        font-display: swap;
    }

    @media (min-width: 768px) {
        .element_single .card.single-block .card-header h3 {
            font-size: 25px;
            max-width: 100%;
        }
    }

    .element_single .card.single-block .card-header h3 a {
        color: #848484;
        background: #ffffff;
        padding: 10px 10px;
        font-size: 14px;
        border-radius: 4px;
        right: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (min-width: 768px) {
        .element_single .card.single-block .card-header h3 a {
            float: right;
            right: 0px;
            position: relative;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
        }
    }

    .element_single .card.single-block .card-block {
        padding: 0;
    }

        .element_single .card.single-block .card-block .code_container {
            margin-right: 0;
            margin-left: 0;
            border-top: 1px solid rgba(2, 2, 2, 0.09);
            padding: 10px 20px;
        }

            .element_single .card.single-block .card-block .code_container h5 {
                font-family: 'Lato', sans-serif;
                font-display: swap;
                color: #848484;
                font-size: 18px;
                line-height: 60px;
                text-transform: unset;
            }

            .element_single .card.single-block .card-block .code_container p {
                color: #222222;
            }

            .element_single .card.single-block .card-block .code_container ul {
                padding: 10px 15px 20px;
            }

                .element_single .card.single-block .card-block .code_container ul li {
                    color: #222222;
                    padding: 5px 15px;
                    font-size: 15px;
                    line-height: 26px;
                }

                    .element_single .card.single-block .card-block .code_container ul li:before {
                        content: "\f10c";
                        font-family: FontAwesome;
                        font-display: swap;
                        display: inline-block;
                        font-size: 14px;
                        color: #848484;
                        margin-left: -24px;
                        width: 24px;
                    }

            .element_single .card.single-block .card-block .code_container .s {
                color: #e6db74;
            }

            .element_single .card.single-block .card-block .code_container .nt {
                color: #f92672;
            }

            .element_single .card.single-block .card-block .code_container .na {
                color: #a6e22e;
            }

    .element_single .card.single-block pre {
        margin: 10px 0px;
        background-color: #282C34;
        color: #ABB2BF;
    }

        .element_single .card.single-block pre code {
            color: #ABB2BF;
            font-size: 14px;
        }

    .element_single .display-single_element {
        margin-bottom: 80px;
    }

        .element_single .display-single_element > p {
            font-size: 15px;
            margin-bottom: 15px;
        }

    .element_single .dropdown-menu {
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        background-color: #ffffff;
        margin-top: 0px;
        padding: 5px 20px;
        opacity: 1;
        transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s ease-in-out;
        transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
    }

    @media (min-width: 768px) {
        .element_single .dropdown-menu {
            display: none;
        }
    }

    @media (min-width: 768px) {
        .element_single .show .dropdown-menu {
            display: block;
        }
    }

    .element_single .progress {
        margin: 10px 0;
    }

    .element_single .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        border-width: .2rem;
    }

    .element_single .scrollspy-example {
        position: relative;
        height: 200px;
        margin-top: .5rem;
        overflow: auto;
    }

    #cards_element footer {
        padding: 20px;
    }

    hr.hr_narrow {
        width: 7%;
        height: 2px;
        height: 20px 0;
    }

    .hr_color, .hr_color hr {
        color: #ffffff;
        background: #ffffff;
    }

    hr.hr-inline {
        display: inline-block;
    }

    .footer.element-footer {
        padding: 50px 0;
    }

    #buttons .display-single_element .btn {
        margin: 0px 5px 10px 0;
    }

    .btn {
        font-family: 'niveau-grotesk', sans-serif;
        font-display: swap;
        border: none;
        border-radius: 0px;
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 40px;
        font-weight: 400;
        text-transform: uppercase;
        cursor: pointer;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
    }

    @media (min-width: 992px) {
        .btn {
            font-size: 14px;
        }
    }

    .btn.focus, .btn:focus, .btn.active, .btn:active, .btn:hover {
        box-shadow: none;
    }

    .btn.btn-rounded {
        border-radius: 40px;
    }

    .btn i {
        font-size: inherit;
    }

    .btn-primary {
        background-color: #4ac8ed;
        border: 1px solid #4ac8ed;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
            background-color: #4ac8ed !important;
            border: 1px solid #4ac8ed !important;
        }

    .btn-secondary {
        background-color: #f5f5f5;
        color: #222222;
        border: 1px solid #dedede;
    }

        .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active {
            background-color: #f5f5f5;
            border: 1px solid #dedede;
        }

    .btn-success {
        background-color: #49c32c;
        border: 1px solid #49c32c;
    }

        .btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active {
            background-color: #49c32c;
            border: 1px solid #49c32c;
        }

    .btn-info {
        background-color: #439fdb;
        border: 1px solid #439fdb;
    }

        .btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active {
            background-color: #439fdb;
            border: 1px solid #439fdb;
        }

    .btn-warning {
        background-color: #eabf38;
        border: 1px solid #eabf38;
    }

        .btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
            background-color: #eabf38;
            border: 1px solid #eabf38;
        }

    .btn-danger {
        background-color: #f55c5d;
        border: 1px solid #f55c5d;
    }

        .btn-danger:hover, .btn-danger:focus, .btn-danger.active, .btn-danger:active {
            background-color: #f55c5d;
            border: 1px solid #f55c5d;
        }

    .btn-inverse {
        background-color: #323f41;
        border: 1px solid #323f41;
    }

        .btn-inverse:hover, .btn-inverse:focus, .btn-inverse.active, .btn-inverse:active {
            background-color: #323f41;
            border: 1px solid #323f41;
        }

    .btn-primary-outlined {
        background-color: transparent;
        color: #4ac8ed;
        border: 1px solid #4ac8ed;
    }

        .btn-primary-outlined:hover, .btn-primary-outlined:focus, .btn-primary-outlined.active, .btn-primary-outlined:active {
            background-color: #4ac8ed;
            color: #ffffff;
        }

    .btn-secondary-outlined {
        background-color: transparent;
        color: #222222;
        border: 1px solid #dedede;
    }

        .btn-secondary-outlined:hover, .btn-secondary-outlined:focus, .btn-secondary-outlined.active, .btn-secondary-outlined:active {
            background-color: #f5f5f5;
            color: #222222;
        }

    .btn-success-outlined {
        background-color: transparent;
        color: #49c32c;
        border: 1px solid #49c32c;
    }

        .btn-success-outlined:hover, .btn-success-outlined:focus, .btn-success-outlined.active, .btn-success-outlined:active {
            background-color: #49c32c;
            color: #ffffff;
        }

    .btn-info-outlined {
        background-color: transparent;
        color: #439fdb;
        border: 1px solid #439fdb;
    }

        .btn-info-outlined:hover, .btn-info-outlined:focus, .btn-info-outlined.active, .btn-info-outlined:active {
            background-color: #439fdb;
            color: #ffffff;
        }

    .btn-warning-outlined {
        background-color: transparent;
        color: #eabf38;
        border: 1px solid #eabf38;
    }

        .btn-warning-outlined:hover, .btn-warning-outlined:focus, .btn-warning-outlined.active, .btn-warning-outlined:active {
            background-color: #eabf38;
            color: #ffffff;
        }

    .btn-danger-outlined {
        background-color: transparent;
        color: #f55c5d;
        border: 1px solid #f55c5d;
    }

        .btn-danger-outlined:hover, .btn-danger-outlined:focus, .btn-danger-outlined.active, .btn-danger-outlined:active {
            background-color: #f55c5d;
            color: #ffffff;
        }

    .btn-inverse-outlined {
        background-color: transparent;
        color: #323f41;
        border: 1px solid #323f41;
    }

        .btn-inverse-outlined:hover, .btn-inverse-outlined:focus, .btn-inverse-outlined.active, .btn-inverse-outlined:active {
            background-color: #323f41;
            color: #ffffff;
        }

    .btn.btn-sm {
        padding: 0px 10px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

    .btn.btn-mid {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }

    .btn.btn-lg {
        height: 50px;
        line-height: 50px;
        padding: 0 35px;
    }

    .btn.btn-default {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
    }

    .btn.btn-icon i {
        margin-right: 5px;
    }

    .btn-facebook {
        background-color: #3b5999;
    }

    .btn-twitter {
        background-color: #55acee;
    }

    .btn-social {
        font-size: 16px;
        width: 35px;
        height: 35px;
        text-align: center;
        padding: 0;
        border-radius: 0;
        margin: 0 auto;
        line-height: 32px;
        display: inline-block;
    }

        .btn-social i {
            margin-right: 0px;
        }

        .btn-social.btn-cicle {
            border-radius: 50%;
        }

        .btn-social.rounded {
            border-radius: 4px;
        }

        .btn-social.titled {
            text-transform: capitalize;
            width: auto;
            height: 35px;
            border-radius: 0px;
            padding: 0 20px;
            line-height: 35px;
        }

            .btn-social.titled i {
                margin-right: 5px;
            }

        .btn-social.facebook {
            background-color: #3b5999;
        }

        .btn-social.twitter {
            background-color: #55acee;
        }

        .btn-social.pinterest {
            background-color: #bd081c;
        }

        .btn-social.skype {
            background-color: #00aff0;
        }

        .btn-social.linkedin {
            background-color: #0077b5;
        }

        .btn-social.google-plus {
            background-color: #dd4b39;
        }

        .btn-social.youtube {
            background-color: #cc181e;
        }

        .btn-social.btn-social-o:hover {
            background-color: transparent;
            box-shadow: none;
        }

            .btn-social.btn-social-o:hover.facebook {
                color: #3b5999;
            }

            .btn-social.btn-social-o:hover.twitter {
                color: #55acee;
            }

            .btn-social.btn-social-o:hover.pinterest {
                color: #bd081c;
            }

            .btn-social.btn-social-o:hover.skype {
                color: #00aff0;
            }

            .btn-social.btn-social-o:hover.linkedin {
                color: #0077b5;
            }

            .btn-social.btn-social-o:hover.google-plus {
                color: #dd4b39;
            }

            .btn-social.btn-social-o:hover.youtube {
                color: #cc181e;
            }

        .btn-social.outlined {
            background-color: #ffffff;
        }

            .btn-social.outlined.facebook {
                color: #3b5999;
                border: 1px solid;
                border-color: #3b5999;
            }

                .btn-social.outlined.facebook:hover {
                    background-color: #3b5999;
                    color: #ffffff;
                }

            .btn-social.outlined.twitter {
                color: #55acee;
                border: 1px solid;
                border-color: #55acee;
            }

                .btn-social.outlined.twitter:hover {
                    background-color: #55acee;
                    color: #ffffff;
                }

            .btn-social.outlined.pinterest {
                color: #bd081c;
                border: 1px solid;
                border-color: #bd081c;
            }

                .btn-social.outlined.pinterest:hover {
                    background-color: #bd081c;
                    color: #ffffff;
                }

            .btn-social.outlined.skype {
                color: #00aff0;
                border: 1px solid;
                border-color: #00aff0;
            }

                .btn-social.outlined.skype:hover {
                    background-color: #00aff0;
                    color: #ffffff;
                }

            .btn-social.outlined.linkedin {
                color: #0077b5;
                border: 1px solid;
                border-color: #0077b5;
            }

                .btn-social.outlined.linkedin:hover {
                    background-color: #0077b5;
                    color: #ffffff;
                }

            .btn-social.outlined.google-plus {
                color: #dd4b39;
                border: 1px solid;
                border-color: #dd4b39;
            }

                .btn-social.outlined.google-plus:hover {
                    background-color: #dd4b39;
                    color: #ffffff;
                }

            .btn-social.outlined.youtube {
                color: #cc181e;
                border: 1px solid;
                border-color: #cc181e;
            }

                .btn-social.outlined.youtube:hover {
                    background-color: #cc181e;
                    color: #ffffff;
                }

    .btn-more {
        font-size: 11.8px;
        color: #093a80 !important;
        font-weight: bold;
        font-family: 'niveau-grotesk', sans-serif;
        font-display: swap;
        letter-spacing: 0.9px;
        padding: 0 25px;
        height: 36px;
        line-height: 36px;
    }

    .socialLink a {
        height: 45px;
        width: 45px;
        position: relative;
        display: inline-block;
        font-size: 16px;
        background: transparent;
        color: #848484;
        line-height: 44px;
        border-radius: 50%;
        border: 1px solid rgba(132, 132, 132, 0.5);
    }

        .socialLink a:focus, .socialLink a:hover, .socialLink a.active, .socialLink a:active {
            background-color: #4ac8ed;
            border: 1px solid #4ac8ed;
            color: #ffffff;
            opacity: 1;
        }

    @media (min-width: 768px) {
        .socialLink a {
            height: 30px;
            width: 30px;
            font-size: 14px;
            line-height: 30px;
        }
    }

    @media (min-width: 992px) {
        .socialLink a {
            height: 45px;
            width: 45px;
            font-size: 16px;
            line-height: 44px;
        }
    }

    .footer-dark .socialLink a {
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.7);
        opacity: 0.7;
    }

        .footer-dark .socialLink a:focus, .footer-dark .socialLink a:hover, .footer-dark .socialLink a.active, .footer-dark .socialLink a:active {
            background-color: #4ac8ed;
            border: 1px solid #4ac8ed;
            color: #ffffff;
            opacity: 1;
        }

    #button-group .btn-group {
        margin-bottom: 10px;
    }

    #button-group .btn-social {
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .btn-group {
        margin-right: 10px;
    }

        .btn-group .btn-secondary:before {
            content: '';
            position: absolute;
            right: 0;
            height: 100%;
        }

        .btn-group .btn-primary:before {
            content: '';
            position: absolute;
            right: 0;
            height: 100%;
            border-right: 1px solid #6fbecb;
        }

        .btn-group .btn-success:before {
            content: '';
            position: absolute;
            right: 0;
            height: 100%;
            border-right: 1px solid #41b226;
        }

        .btn-group .btn-info:before {
            content: '';
            position: absolute;
            right: 0;
            height: 100%;
            border-right: 1px solid #3b90c8;
        }

        .btn-group .btn-warning:before {
            content: '';
            position: absolute;
            right: 0;
            height: 100%;
            border-right: 1px solid #d4ad31;
        }

        .btn-group .btn-danger:before {
            content: '';
            position: absolute;
            right: 0;
            height: 100%;
            border-right: 1px solid #df5354;
        }

        .btn-group .btn-inverse:before {
            content: '';
            position: absolute;
            right: 0;
            height: 100%;
            border-right: 1px solid #222222;
        }

        .btn-group .btn.btn-secondary:before, .btn-group .btn:last-child:before {
            border-right: 0px solid rgba(20, 20, 20, 0.2);
        }

    ul.nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
    }

    ul.nav .nav-item.active .nav-link {
        color: #4ac8ed;
    }

    ul.nav-tabs .nav-item .nav-link {
        border-radius: 0px;
        padding: 10px 25px;
        background-color: #f5f5f5;
        margin-right: 0px;
        border: 1px solid #e5e5e5;
        border-bottom: 0px;
    }

        ul.nav-tabs .nav-item .nav-link.active {
            border-top-color: #4ac8ed;
            border-top-width: 2px;
            background-color: #ffffff;
        }

    @media (min-width: 768px) {
        ul.nav-tabs .nav-item .nav-link {
            margin-right: 5px;
        }
    }

    ul.nav-tabs .nav-item:last-child .nav-link {
        margin-right: 0px;
    }

    ul.nav-tabs.no-bg .nav-item .nav-link {
        background-color: transparent;
        border: 1px solid transparent;
    }

        ul.nav-tabs.no-bg .nav-item .nav-link.active {
            border-color: #4ac8ed;
            background-color: #4ac8ed;
            color: #ffffff;
        }

    ul.nav-tabs.nav-pills .nav-item .nav-link.active {
        border-color: #4ac8ed;
        background-color: #4ac8ed;
        color: #ffffff;
    }

    header {
        background-color: #008b71;
    }

















    .main-nav {
        z-index: 5;
        position: unset;
    }

        .main-nav.navbar-sticky {
            box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
        }

    @media (min-width: 768px) {
        .main-nav {
            position: relative;
            padding: 0 !important;
        }
    }

    .main-nav .navbar-brand {
        padding-top: 10px;
        margin: 0px;
        padding-bottom: 10px;
    }

        .main-nav .navbar-brand img {
            max-width: 150px;
        }

    @media (min-width: 768px) {
        .main-nav .navbar-brand {
            margin-top: 0;
        }

            .main-nav .navbar-brand img {
                width: auto;
                max-width: 150px;
            }
    }

    @media (min-width: 992px) {
        .main-nav .navbar-brand {
            width: 230px;
            overflow: visible;
        }

            .main-nav .navbar-brand img {
                width: auto;
                max-width: 100%;
            }
    }

    .main-nav .navbar-collapse {
        overflow-y: auto;
        position: fixed;
        top: 0;
        padding: 0;
        min-width: 260px;
        border-top: none;
        margin-top: 0px;
        display: block;
        position: fixed;
        z-index: 5551;
        right: -100%;
        height: 400px;
        transition: all 0.5s ease-in-out;
    }

    @media (min-width: 768px) {
        .main-nav .navbar-collapse {
            position: relative;
            overflow-y: visible;
            right: 0;
            height: auto;
        }
    }

    .main-nav .dropdown-toggle::after {
        visibility: visible;
        position: absolute;
        right: 0;
    }

    @media (min-width: 768px) {
        .main-nav .dropdown-toggle:after {
            visibility: visible;
        }
    }

    .main-nav .navbar-collapse.show {
        overflow-y: auto;
        right: 0;
    }

    .main-nav .navbar-nav {
        position: relative;
        z-index: 5551;
        background: #ffffff;
        padding: 30px 15px;
    }

        .main-nav .navbar-nav:after {
            content: "";
            display: table;
            clear: both;
        }

    @media (min-width: 768px) {
        .main-nav .navbar-nav {
            padding: 0;
            position: static;
            background: transparent;
        }
    }

    .main-nav .nav-item a {
        text-transform: capitalize;
        font-family: 'Lato', sans-serif;
        font-display: swap;
    }

        .main-nav .nav-item a.nav-link {
            color: #222222;
            padding: 0px;
            font-size: 14px;
            position: relative;
            text-transform: uppercase;
            font-weight: 700;
            display: block;
        }

    @media (min-width: 768px) {
        .main-nav .nav-item a.nav-link {
            padding: 20px 10px;
            font-size: 12px;
        }

            .main-nav .nav-item a.nav-link:before {
                content: '';
                overflow: hidden;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                margin: 0 auto;
                width: 0;
                height: 2px;
                background-color: #ffffff;
                transition: all 0.3s ease-in-out;
            }
    }

    @media (min-width: 992px) {
        .main-nav .nav-item a.nav-link {
            padding: 40px 15px;
            font-size: 14px;
        }
    }

    @media (min-width: 1200px) {
        .main-nav .nav-item a.nav-link {
            padding: 40px 18px;
            font-size: 14px;
        }
    }

    .main-nav .nav-item a.nav-link:hover, .main-nav .nav-item a.nav-link:focus {
        color: #222222;
    }

    @media (min-width: 768px) {
        .main-nav .nav-item a.nav-link:focus {
            color: #222222;
        }
    }

    .main-nav .nav-item a.nav-link:hover:before, .main-nav .nav-item a.nav-link:focus:before {
        width: 100%;
        opacity: 0.8;
    }

    @media (min-width: 768px) {
        .main-nav .nav-item a.nav-link:hover:after, .main-nav .nav-item a.nav-link:focus:before, .main-nav .nav-item a.nav-link:focus:after {
            opacity: 0.8;
        }
    }

    .main-nav .nav-item.active a.nav-link {
        background-color: #008371;
    }

        .main-nav .nav-item.active a.nav-link:after {
            opacity: 1;
        }

    .show > a.nav-link {
        color: #4ac8ed;
    }

        .show > a.nav-link:hover, .show > a.nav-link:focus {
            color: #4ac8ed;
        }

    .show > .dropdown-menu {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
        z-index: 1;
        transition-delay: 0s, 0s, 0.3s;
    }

    .dropdown-menu {
        top: 100%;
        min-width: 230px;
        margin-top: 0px;
        width: auto;
        padding: 0px 20px 0px;
        border-radius: 0px;
        box-shadow: none;
    }

        .dropdown-menu a {
            padding: 5px 0;
            font-size: 14px;
            display: block;
            color: #848484;
        }

    @media (min-width: 768px) {
        .dropdown-menu a {
            padding: 15px 0;
            color: #333333;
        }

            .dropdown-menu a:hover {
                color: #222222;
            }
    }

    @media (min-width: 768px) {
        .nav-item.dropdown > .dropdown-menu {
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
            background-color: #ffffff;
            margin-top: 0px;
            padding-left: 20px;
            padding-right: 20px;
            display: block;
            opacity: 0;
            /* z-index: -1; */
            /* visibility: hidden; */
            max-height: 0;
            overflow: hidden;
            top: 92px;
            transition: all 0.3s;
        }

        .topbar .nav-item.dropdown > .dropdown-menu {
            top: 42px;
        }

        .nav-item.dropdown:hover > .dropdown-menu {
            opacity: 0.9;
            visibility: visible;
            max-height: 600px;
        }
    }

    @media (min-width: 992px) {
        .dropdown-menu {
            margin-top: 0px;
            padding: 0px 20px 0px;
        }
    }

    .dropdown-menu li {
        padding: 0;
    }

    @media (min-width: 768px) {
        .dropdown-menu li {
            border-bottom: 1px solid #e5e5e5;
        }

            .dropdown-menu li:last-child {
                border-bottom: 0px;
            }
    }

    .dropdown-menu li.dropdown .dd_second {
        border: none;
        margin-top: 0px;
        margin-left: 0px;
        box-shadow: none;
        border-left: 0px solid transparent;
        border-top: 0px solid transparent;
        background: transparent;
    }

    @media (min-width: 768px) {
        .dropdown-menu li.dropdown .dd_second {
            top: 0 !important;
            left: -100% !important;
            margin-top: -23px;
            box-shadow: none;
            border-right: 0px solid transparent;
            border-top: 3px solid transparent;
            margin-left: -50px;
            background: #ffffff;
        }
    }

    @media (min-width: 992px) {
        .dropdown-menu li.dropdown .dd_second {
            top: 0 !important;
            left: -100% !important;
            margin-top: -23px;
            box-shadow: none;
            border-right: 0px solid transparent;
            border-top: 3px solid transparent;
            margin-left: -70px;
            background: #ffffff;
        }
    }

    @media (min-width: 1200px) {
        .dropdown-menu li.dropdown .dd_second {
            top: 0 !important;
            left: 100% !important;
            margin-top: -23px;
            margin-left: -5px;
            box-shadow: none;
            border-left: 10px solid transparent;
            border-top: 3px solid transparent;
            background: #ffffff;
        }
    }

    .dropdown-menu li.dropdown.show > .dropdown-menu {
        transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s ease-in-out;
        transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
        opacity: 1;
        display: block;
    }

    @media (min-width: 768px) {
        .megaDropMenu {
            position: static;
        }

            .megaDropMenu .dropdown-menu {
                width: 100%;
                top: 100%;
                padding: 0 0px;
            }

                .megaDropMenu .dropdown-menu > li {
                    float: left;
                    padding: 0 20px;
                    border-bottom: 0px;
                }

                .megaDropMenu .dropdown-menu ul li {
                    border-bottom: 1px solid #e5e5e5;
                }

                    .megaDropMenu .dropdown-menu ul li:last-child {
                        border-bottom: none;
                    }
    }

    .navbar-sticky {
        position: fixed;
        top: 0;
        z-index: 1099;
        width: 100%;
    }

    .static .navbar-sticky {
        display: none;
    }

    .main-nav .nav-item .btn-search {
        top: 0;
        right: 0;
    }

        .main-nav .nav-item .btn-search:hover:before, .main-nav .nav-item .btn-search.active:before, .main-nav .nav-item .btn-search:focus:before {
            border: 0px !important;
            opacity: 0 !important;
        }

        .main-nav .nav-item .btn-search:hover:after, .main-nav .nav-item .btn-search.active:after, .main-nav .nav-item .btn-search:focus:after {
            border: 0px !important;
            opacity: 0 !important;
        }

        .main-nav .nav-item .btn-search.nav-link {
            /*display: none;*/
        }

    @media (min-width: 768px) {
        .main-nav .nav-item .btn-search.nav-link {
            display: block;
        }

            .main-nav .nav-item .btn-search.nav-link:before {
                /*display: none;*/
            }
    }

    .search_form {
        /*display: none;*/
        margin: 15px;
        position: relative;
        right: 0px;
        background: #ffffff;
        top: 100%;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
        z-index: 10;
        padding: 10px 15px;
    }

    @media (min-width: 768px) {
        .search_form {
            width: 300px;
            /*display: none;*/
            position: absolute;
            margin-top: -20px;
            padding: 15px;
        }
    }

    .search_form input {
        display: inline-block;
        padding: 8px 2px;
        font-size: 14px;
        border: none;
        max-width: 50%;
        color: #848484;
    }

    @media (min-width: 768px) {
        .search_form input {
            max-width: 100%;
        }
    }

    .search_form .btn-small {
        font-size: 12px;
        float: right;
    }

    .nav-cart {
        position: absolute;
        right: 45px;
        top: 0px;
        margin-top: 0px;
    }

    @media (min-width: 768px) {
        .nav-cart {
            position: relative;
            margin-right: 0px;
            margin-top: 0px;
            margin-left: 15px;
            right: 0px;
        }
    }

    .nav-cart .btn-cart {
        width: 40px;
        height: 40px;
        display: inline-block;
        font-size: 18px;
        line-height: 40px;
        color: #fff;
        background: #86c9d4;
        text-align: center;
        border-radius: 50%;
    }

    .nav-cart .cart_item-box {
        position: absolute;
        right: 0px;
        background: #fff;
        width: 300px;
        top: 55px;
        display: none;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
        z-index: 10;
        padding: 20px;
    }

    @media (min-width: 768px) {
        .nav-cart .cart_item-box {
            top: 50px;
        }
    }

    .nav-cart .cart_item-box .btn {
        font-weight: 700;
    }

    .nav-cart .cart_item-box .media-head {
        max-width: 70px;
        max-height: 70px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

    .nav-cart .cart_item-box li {
        border-bottom: 1px solid #e5e5e5;
        padding: 15px 0;
    }

        .nav-cart .cart_item-box li:nth-child(3), .nav-cart .cart_item-box li:last-child {
            border-bottom: 0px;
        }

        .nav-cart .cart_item-box li:last-child {
            text-align: center;
        }

    .nav-cart .cart_item-box .media-body {
        padding: 0px 15px;
        position: relative;
    }

        .nav-cart .cart_item-box .media-body h5 {
            font-size: 16px;
            max-width: 120px;
            line-height: 22px;
        }

        .nav-cart .cart_item-box .media-body span {
            font-weight: 700;
            font-size: 16px;
            line-height: 26px;
        }

        .nav-cart .cart_item-box .media-body .btn-close {
            position: absolute;
            right: 0;
            top: 5px;
            opacity: 0.5;
        }

    .nav-cart, .btn-logo {
        display: table;
        table-layout: fixed;
    }

    .icon-toggle {
        display: table-cell;
        transition: all 0.3s ease 0s;
        vertical-align: middle;
    }

        .icon-toggle.active > i {
            opacity: 0;
            -webkit-transform: translateY(-20px) scale(0.7);
            transform: translateY(-20px) scale(0.7);
        }

        .icon-toggle.active::after {
            opacity: 1;
            -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
        }

        .icon-toggle > i {
            display: inline-block;
            font-style: normal;
            opacity: 1;
            position: relative;
            -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
            transition: opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
            transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
            transition: transform 0.3s ease 0s, opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
        }

        .icon-toggle::after {
            content: "\f00d";
            display: block;
            font-family: 'FontAwesome';
            margin-top: -40px;
            opacity: 0;
            -webkit-transform: translateY(20px) scale(0.7);
            transform: translateY(20px) scale(0.7);
            transition: opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
            transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
            transition: transform 0.3s ease 0s, opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
            font-display: swap;
        }

    .boxed-menu header {
        height: auto !important;
    }

    @media (min-width: 768px) {
        .boxed-menu .navbar-brand {
            margin-left: 15px;
        }

        .boxed-menu .main-nav {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

            .boxed-menu .main-nav a.nav-link {
                color: #ffffff;
                font-family: 'niveau-grotesk', sans-serif;
                font-display: swap;
                padding: 18px 10px;
                font-size: 12px;
                font-weight: 600;
                font-display: swap;
            }

                .boxed-menu .main-nav a.nav-link:before {
                    border-bottom: 2px solid #ffffff;
                }

                .boxed-menu .main-nav a.nav-link:hover, .boxed-menu .main-nav a.nav-link:focus {
                    color: #ffffff;
                }

            .boxed-menu .main-nav.navbar-sticky {
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }

                .boxed-menu .main-nav.navbar-sticky a.nav-link {
                    color: #ffffff;
                }
    }

    @media (min-width: 992px) {
        .boxed-menu .main-nav {
            max-width: 940px;
            margin-left: auto;
            margin-right: auto;
        }

            .boxed-menu .main-nav a.nav-link {
                font-size: 16px;
            }
    }

    @media (min-width: 1200px) {
        .boxed-menu .main-nav {
            max-width: 1197px;
            margin-left: auto;
            margin-right: auto;
        }

            .boxed-menu .main-nav .container {
                padding: 0;
                margin: 0 5px;
            }

            .boxed-menu .main-nav a.nav-link {
                padding-left: 20px;
                padding-right: 20px;
                font-size: 18px;
                letter-spacing: 0.7px;
            }
    }

    @media (min-width: 480px) {
        .boxed.boxed-menu .navbar-sticky {
            max-width: 520px;
            margin: 0 auto;
        }
    }

    @media (min-width: 768px) {
        .boxed.boxed-menu .navbar-sticky {
            background-color: transparent;
            max-width: 728px;
            margin: 0 auto;
        }
    }

    @media (min-width: 992px) {
        .boxed.boxed-menu .navbar-sticky {
            background-color: transparent;
            max-width: 970px;
            margin: 0 auto;
        }
    }

    @media (min-width: 1200px) {
        .boxed.boxed-menu .navbar-sticky {
            background-color: transparent;
            max-width: 1260px;
            margin: 0 auto;
        }
    }

    @media (min-width: 768px) {
        .boxed.boxed-menu .navbar-sticky {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
    }

    .mobile-sticky-header-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
        background-color: rgba(17, 17, 17, 0.4);
    }

        .mobile-sticky-header-overlay.active {
            opacity: 1;
            visibility: visible;
            z-index: 5550;
        }

    .display-single_element .bg-dark .main-nav .nav-item a.nav-link {
        color: #ffffff;
    }

    .display-single_element .bg-dark .main-nav a.nav-link:before {
        border-color: #ffffff;
    }

    .display-single_element .main-nav a.nav-link:before {
        border-color: #222222;
    }

    .display-single_element .main-nav a.nav-link:after {
        border-color: transparent;
    }

    .display-single_element .main-nav {
        box-shadow: none;
    }

        .display-single_element .main-nav .nav-item a.nav-link {
            color: #222222;
        }

        .display-single_element .main-nav .navbar-collapse {
            margin-top: 20px;
            height: 200px;
        }

    @media (min-width: 768px) {
        .display-single_element .main-nav .navbar-collapse {
            margin-top: 0px;
            height: auto;
        }
    }

    .display-single_element .main-nav .navbar-collapse .navbar-nav {
        background-color: #ffffff;
    }

    @media (min-width: 768px) {
        .display-single_element .main-nav .navbar-collapse .navbar-nav {
            background-color: transparent;
        }
    }

    .display-single_element .main-nav .dropdown-menu a {
        color: #222222;
    }

    .display-single_element .main-nav .navbar-toggler, .display-single_element .main-nav .nav-cart {
        top: 20px;
    }

    @media (min-width: 768px) {
        .display-single_element .main-nav .navbar-toggler, .display-single_element .main-nav .nav-cart {
            top: 0;
        }
    }

    .display-single_element .main-nav .navbar-brand {
        margin-left: -15px;
    }

    @media (min-width: 768px) {
        .display-single_element .main-nav .navbar-brand {
            margin-left: unset;
        }
    }

    .logo-center .main-nav .nav-item a.nav-link {
        color: #222222;
    }

    @media (min-width: 768px) {
        .logo-center {
            background-image: url("../img/slider/slv1.jpg");
            background-position: bottom;
        }

            .logo-center .navbar-brand {
                position: absolute;
                width: 100%;
                left: 0;
                text-align: center;
                margin: auto;
                margin-left: -30px;
            }
    }

    @media (min-width: 768px) and (min-width: 768px) {
        .logo-center .navbar-brand {
            width: 150px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
    }

    @media (min-width: 992px) {
        .modal .modal-lg {
            max-width: 870px !important;
        }
    }

    .modal.show .modal-dialog {
        -webkit-transform: translate(0, 15%);
        transform: translate(0, 15%);
    }

    @media (min-width: 992px) {
        .modal.show .modal-dialog {
            -webkit-transform: translate(0, 25%);
            transform: translate(0, 25%);
        }
    }

    .modal-content {
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
        border: none;
    }

        .modal-content .modal-item {
            padding: 15px;
        }

    @media (min-width: 992px) {
        .modal-content .modal-item {
            padding: 30px;
        }
    }

    button.close {
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        font-size: 16px;
        -webkit-appearance: none;
        position: absolute;
        right: 15px;
        z-index: 55;
    }

        button.close:hover, button.close.active, button.close:focus {
            outline: none;
            box-shadow: none;
        }

    .card_img {
        position: relative;
        overflow: hidden;
    }





    .page-item a.page-link {
        border-radius: 0px !important;
        margin-right: 10px;
        color: #222222;
        font-size: 17px;
        height: 45px;
        width: 45px;
        line-height: 26px;
        overflow: hidden;
        text-align: center;
        border: 1px solid #dadada;
    }

    .page-item.active a.page-link, .page-item:hover a.page-link {
        background-color: #4ac8ed;
        border: 1px solid #4ac8ed;
        color: #ffffff;
    }

    .page-item:last-child a.page-link {
        margin-right: 0px;
    }

    .page-item a.page-link {
        border-radius: 0px !important;
        margin-right: 10px;
        color: #222222;
        font-size: 17px;
        height: 45px;
        width: 45px;
        line-height: 26px;
        overflow: hidden;
        text-align: center;
        border: 1px solid #dadada;
    }

    .page-item.active a.page-link, .page-item:hover a.page-link {
        background-color: #4ac8ed;
        border: 1px solid #4ac8ed;
        color: #ffffff;
    }

    .page-item:last-child a.page-link {
        margin-right: 0px;
    }

    .circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #4ac8ed;
        white-space: nowrap;
        position: absolute;
        padding: 0px;
        top: -40px;
        left: 50%;
        box-shadow: 0px 4px 10px rgba(134, 201, 212, 0.3);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #ffffff;
    }

    .style2 {
        padding: 40px;
        position: relative;
    }

        .style2 h2 {
            margin: 25px 0 15px;
        }

        .style2 p {
            margin-bottom: 20px;
        }

        .style2 .btn {
            height: 40px;
            line-height: 40px;
        }

            .style2 .btn:hover {
                color: #ffffff !important;
            }

    .popover {
        border-radius: 0px;
        border-color: #e5e5e5;
    }

        .popover.bs-tether-element-attached-left::before, .popover.popover-right::before, .popover.popover-left::before, .popover.popover-top::before, .popover.popover-bottom::before {
            border-right-color: #e5e5e5;
        }

    .popover-title {
        font-size: 15px;
        border-bottom: 1px solid #e5e5e5;
        padding: 5px;
    }

    .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #fff !important;
        position: relative;
        text-align: center;
        background-color: #0a233b !important;
        border-radius: 0px;
    }

        .tooltip-inner:after {
            position: absolute;
            content: '';
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-bottom-color: #000000;
            border-width: 0 5px 5px;
        }

    .display-single_element button[data-toggle="tooltip"] {
        margin-bottom: 15px;
        display: block;
    }

    @media (min-width: 768px) {
        .display-single_element button[data-toggle="tooltip"] {
            margin-bottom: 0px;
            display: inline-block;
        }
    }

    .icon_tabs {
        margin-top: 25px;
        border: none;
        display: block;
    }

    @media (min-width: 768px) {
        .icon_tabs {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .icon_tabs .nav-item {
        border: none;
        display: block;
        text-align: left !important;
        margin-bottom: 10px;
    }

    @media (min-width: 768px) {
        .icon_tabs .nav-item {
            margin-bottom: 0px;
            text-align: center !important;
        }
    }

    @media (min-width: 992px) {
        .icon_tabs .nav-item {
            display: inline-block;
            margin: 0 5px;
        }
    }

    .icon_tabs .nav-item a.nav-link {
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
        border: none;
        border-radius: 0px;
        background: #fff;
        position: relative;
        color: #222222;
        white-space: nowrap;
        padding: 25px;
    }

    @media (min-width: 768px) {
        .icon_tabs .nav-item a.nav-link {
            padding: 20px 0px;
        }
    }

    @media (min-width: 992px) {
        .icon_tabs .nav-item a.nav-link {
            padding: 25px 0px;
        }
    }

    @media (min-width: 1200px) {
        .icon_tabs .nav-item a.nav-link {
            padding: 40px 0px;
        }
    }

    .icon_tabs .nav-item a.nav-link:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 0.3s ease;
        border-bottom: 4px solid #4ac8ed;
    }

    .icon_tabs .nav-item a.nav-link i {
        font-size: 26px;
        color: #848484;
        float: left;
        line-height: 20px;
        transition: all 0.3s ease;
    }

    @media (min-width: 768px) {
        .icon_tabs .nav-item a.nav-link i {
            float: unset;
            font-size: 30px;
            padding-bottom: 14px;
        }
    }

    @media (min-width: 992px) {
        .icon_tabs .nav-item a.nav-link i {
            float: unset;
            font-size: 40px;
            padding-bottom: 20px;
        }
    }

    .icon_tabs .nav-item a.nav-link h3 {
        text-transform: capitalize;
        display: inline-block;
        margin-left: 15px;
        font-size: 18px;
    }

    @media (min-width: 768px) {
        .icon_tabs .nav-item a.nav-link h3 {
            display: block;
            margin-left: 0px;
            font-size: 15px;
        }
    }

    @media (min-width: 992px) {
        .icon_tabs .nav-item a.nav-link h3 {
            font-size: 18px;
        }
    }

    .icon_tabs .nav-item a.nav-link:hover:before, .icon_tabs .nav-item a.nav-link.active:before {
        opacity: 1;
    }

    .icon_tabs .nav-item a.nav-link:hover .fa, .icon_tabs .nav-item a.nav-link.active .fa {
        color: #4ac8ed;
    }

    .nav-tabs.bar-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .nav-tabs.bar-tabs .nav-item {
            margin-bottom: 0px;
        }

        .nav-tabs.bar-tabs .nav-link {
            border-radius: 0px;
            position: relative;
            display: inline-block;
            padding: 10px 25px;
            padding-bottom: 15px !important;
            background-color: transparent !important;
            margin-right: 0px;
            border: none !important;
        }

            .nav-tabs.bar-tabs .nav-link.active h5 {
                transition: all 0.3s ease;
                color: #4ac8ed;
            }

            .nav-tabs.bar-tabs .nav-link.active:before {
                position: absolute;
                content: '';
                bottom: 0;
                left: 0;
                border-bottom: 3px solid #4ac8ed;
                width: 100%;
            }

    .tab-content .active {
        padding: 25px 0;
    }

    @media (min-width: 768px) {
        .nav-tabs .nav-item {
            margin-bottom: -1px;
        }
    }

    .tab-content.tab-bordered .active {
        border: 1px solid #e5e5e5;
        border-top: 0px solid transparent;
        padding: 25px;
    }

    .nav-unbordered.nav-tabs {
        border-bottom: 0px;
    }

        .nav-unbordered.nav-tabs .nav-item {
            padding: 10px 25px 10px 0;
        }

            .nav-unbordered.nav-tabs .nav-item .nav-link {
                border: 0px;
                padding: 0px;
                font-size: 18px;
                background-color: transparent;
                text-transform: capitalize;
                position: relative;
                display: inline-block;
            }

                .nav-unbordered.nav-tabs .nav-item .nav-link.active {
                    color: #7bd1df;
                    background-color: transparent;
                }

                    .nav-unbordered.nav-tabs .nav-item .nav-link.active:before {
                        content: '';
                        position: absolute;
                        width: 100%;
                        border-bottom: 2px solid #7bd1df;
                        bottom: -8px;
                    }

    .nav.nav-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    @media (min-width: 768px) {
        .nav.nav-tabs {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: unset;
            flex-direction: unset;
        }
    }

    .nav-stacked {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .nav-tabs.nav-stacked {
        margin-right: 0;
        border-bottom: 0;
        border-right: none;
    }

    @media (min-width: 768px) {
        .nav-tabs.nav-stacked {
            border-right: 1px solid #e5e5e5;
            padding-right: 0;
        }
    }

    .nav-tabs.nav-stacked .nav-item {
        margin: 0 !important;
        float: none !important;
        display: block !important;
    }

        .nav-tabs.nav-stacked .nav-item .nav-link {
            padding: 10px 15px;
            margin-right: 0px;
            border-right: 0px;
        }

            .nav-tabs.nav-stacked .nav-item .nav-link i {
                padding-right: 10px;
            }

            .nav-tabs.nav-stacked .nav-item .nav-link.active {
                border-top-color: #e5e5e5;
                border-top-width: 1px;
                bottom: 0;
            }

    @media (min-width: 768px) {
        .nav-tabs.nav-stacked .nav-item .nav-link.active {
            margin-right: -1px;
            border-right-color: #fff !important;
        }
    }

    .carousel-item {
        transition: -webkit-transform 1.6s ease;
        transition: transform 1.6s ease;
        transition: transform 1.6s ease, -webkit-transform 1.6s ease;
    }

    .grid-menu {
        display: -ms-grid !important;
        display: grid !important;
        -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        width: 450px;
        height: 315px;
        -webkit-column-gap: 10px;
        column-gap: 10px;
        grid-auto-flow: column;
    }

    .row1 {
        -ms-grid-row: 1;
    }

    .row2 {
        -ms-grid-row: 2;
    }

    .row3 {
        -ms-grid-row: 3;
    }

    .row4 {
        -ms-grid-row: 4;
    }

    .row5 {
        -ms-grid-row: 5;
    }

    .row6 {
        -ms-grid-row: 6;
    }

    .col1 {
        -ms-grid-column: 1;
    }

    .col2 {
        -ms-grid-column: 2;
    }

    .col3 {
        -ms-grid-column: 3;
    }

    @supports (-ms-ime-align: auto) {
        .grid-menu li {
            padding-right: 15px;
        }
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-menu li {
        padding-right: 15px;
    }
}
.insurance-menu-header {
    font-size: larger;
    font-weight: bold;
    padding-top: 15px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #145545 !important;
}

.locations-menu-header {
    grid-column: 1 / span 2;
    border-bottom: 1px solid #145545 !important;
}

.header-column-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.header-column-2 {
    grid-row-end: 1;
    grid-row-start: 2;
}

.OnSiteServices {
    font-family: niveau-grotesk, sans-serif;
    font-size: 22px;
    color: #212121;
    line-height: 1.6;
}

.sr-only {
    color: #212121 !important;
}