.tabs nav ul li.active a/* Default tab style */

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    /*font-weight: 300;*/
    font-size: 1.25em;
    margin-top: -32px;
}

    /* Nav */
    .tabs nav {
        text-align: center;
    }
        .tabs nav ul {
            position: relative;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            margin: 0 auto;
            padding: 0;
            max-width: 1300px;
            list-style: none;
            -ms-box-orient: horizontal;
            -ms-box-pack: center;
            -webkit-flex-flow: row wrap;
            -moz-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
        }

            .tabs nav ul li {
                position: relative;
                z-index: 1;
                display: block;
                margin: 0;
                text-align: center;
                -webkit-flex: 1;
                -moz-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

        .tabs nav a {
            position: relative;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 2.5;
        }

            .tabs nav a span {
                vertical-align: middle;
                font-size: 0.75em;
            }

        .tabs nav li.tab-current a {
            color: #74777b;
        }

        .tabs nav a:focus {
            outline: none;
        }

/* Icons */
.icon::before {
    z-index: 10;
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 1.3em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Content */
.content-wrap {
    position: relative;
}

    .content-wrap section {
        display: none;
        margin: 0 auto;
        padding: 1em;
        max-width: 1200px;
        text-align: center;
    }

        .content-wrap section.content-current {
            display: block;
        }

        .content-wrap section p {
            margin: 0;
            padding: 0.75em 0;
            color: rgba(40,44,42,0.05);
            font-weight: 900;
            font-size: 4em;
            line-height: 1;
        }

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
    display: block;
}

    .no-flexbox nav ul li {
        min-width: 15%;
        display: inline-block;
    }

@media screen and (max-width: 58em) {
    .tabs nav a span i.icon {
        display: none;
    }

    .tabs nav a:before {
        margin-right: 0;
    }
}

.tabs-style-bar nav {
    background-color: transparent;
    padding: 10px;
}

    .tabs-style-bar nav ul {
        border: 6px solid transparent;
    }

        .tabs-style-bar nav ul li a {
            margin: 0 4px;
            transition: background-color 0.2s, color 0.2s;
            text-decoration: none;
            border-radius: 10px;
            padding-bottom: 5px;
            transition: box-shadow 0.3s ease-in-out;

            color: #f2f2f2;
            border-radius: 10px;
            background-color: #161616;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border: 1px solid rgba(255, 22, 22, 0.5);
        }

            .tabs-style-bar nav ul li a:hover {
                color: rgb(255, 22, 22);
                box-shadow: 0 5px 15px rgba(255,255,255,0.1);
            }

            .tabs-style-bar nav ul li a span {
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 800;
                font-size: 12px;
            }

                .tabs-style-bar nav ul li a span i.fa {
                    font-size: 18px !important;
                }

        .tabs-style-bar nav ul li.tab-current a {
            background: #2CC185;
            color: #fff;
        }

.tabs nav ul li.active a {
    margin: 0 4px;
    background-color: #FFF;
    color: #161616;
    transition: background-color 0.2s, color 0.2s;
    text-decoration: none;
    border-radius: 10px;
    padding-bottom: 5px;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    transition: box-shadow 0.3s ease-in-out;
    border: 2px solid #ff1616;
}

 /* Header */

#headerNav {
    background-color: #161616;
    border-bottom: 2px solid #ff1616;
    position: fixed;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    padding-bottom: 40px;
    margin-top: auto;
    z-index: 1000;
    left: 0;
    width: 100vw;
    height: 100px;
    z-index: 999;
}

    #headerNav .headerNav {
        min-height: 8vh;
        transition: .3s ease background-color;
    }

    #headerNav .nav-barNav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 0 2rem;
    }

    .headerNavCompany {
        color: #f2f2f2;
        letter-spacing: 10px;
        font-size: 3rem;
        padding-left: 340px;
        font-weight: 800;
        display: block;

    }

    #headerNav .header-logo {
        font-weight: 900;
        width: 100px;
    }   

    

        #headerNav .nav-barNav .logoNav {
            margin: 5px;
            padding-top: 5px;
            max-width: 60px;
        }

    #headerNav .nav-listNav ul {
        list-style: none;
        position: absolute;
        width: 100vw;
        height: 100vh;
        left: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        overflow-x: hidden;
        transition: .4s ease left;
    }

        #headerNav .nav-listNav ul.active {
            left: 0;
            background-color: #161616;
        }

    #headerNav .nav-listNav a {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: .2rem;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        padding: 20px;
        display: block;
    }

    #headerNav .nav-listNav ul li a::after {
        content: '';
        width: 0%;
        height: 2px;
        background: rgba(255,22,22,255);
        display: block;
        margin: auto;
        transition: .5s;
        z-index: 1000;
    }

    #headerNav .nav-listNav ul li a:hover::after {
        width: 100%;
        z-index: 1000;
    }

    #headerNav .hamburgerNav {
        z-index: 100;
        height: 60px;
        width: 60px;
        display: inline-block;
        border: 3px solid white;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transform: scale(.8);
        margin-right: 20px;
    }

        #headerNav .hamburgerNav .barNav {
            height: 2px;
            width: 30px;
            position: relative;
            background-color: white;
            z-index: -1;
        }

            #headerNav .hamburgerNav .barNav::after,
            #headerNav .hamburgerNav .barNav::before {
                content: '';
                position: absolute;
                height: 100%;
                width: 100%;
                left: 0;
                background-color: white;
                transition: .3s ease;
                transition-property: top, bottom;
            }

            #headerNav .hamburgerNav .barNav::after {
                top: 8px;
            }

            #headerNav .hamburgerNav .barNav::before {
                bottom: 8px;
            }

        #headerNav .hamburgerNav.active .barNav::before {
            bottom: 0;
        }

        #headerNav .hamburgerNav.active .barNav::after {
            top: 0;
        }
/* End Header */

/* Media Query for Mobile */
@media only screen and (max-width: 768px) {
   
}
/* End Media Query for Mobile */

/* Media Query for Tablet */
@media only screen and (min-width: 768px) {
}
/* End Media Query for Tablet */

/* Media Query for Desktop */
@media only screen and (min-width: 1200px) {
    #headerNav .hamburgerNav {
        display: none;
    }

    #headerNav .nav-listNav ul {
        position: initial;
        display: block;
        height: auto;
        width: fit-content;
    }

        #headerNav .nav-listNav ul li {
            display: inline-block;
        }

            #headerNav .nav-listNav ul li a {
                font-size: 1rem;
            }

        #headerNav .nav-listNav ul a:after {
            display: none;
        }

        #headerNav .nav-listNav ul.active {
            left: 0;
        }

    #navGroup {
        overflow-y: hidden
    } 
    
    #headerNav .hamburgerNav {
        display: none;
    }

    #headerNav .nav-listNav ul {
        position: initial;
        display: block;
        height: auto;
        width: fit-content;
    }

    .headerNavCompany {
        display: block;
    }

        #headerNav .nav-listNav ul li {
            display: inline-block;
        }

            #headerNav .nav-listNav ul li a {
                font-size: 1rem;
                padding-bottom: 0;
                letter-spacing: .1rem;
            }

        #headerNav .nav-listNav ul a:after {
            display: none;
        }

        #headerNav .nav-listNav ul.active {
            left: 0;
        }
}
/* End Media Query for Desktop */