﻿.container-fluid {
    max-width: 1650px;
    padding-bottom: 50px;
}

.navbar-default {
    background: #282625;
    padding: 0;
}

.nav {
    padding-top: 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: transparent;
}

.navbar-brand {
    font-weight: 700;
    color: #282625 !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #bfb153;
    }

.navbar-brand img {
    width: 180px;
    height: auto;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
}

.navbar-brand {
    height: 70px;
}

/*.services-wrap {
    padding-top: 10px;
}*/

.footer-btm {
    color: white;
}

.btn-success {
    border: 1px solid rgba(0,0,0,.21);
    border-left: 4px solid #e77500;
    display: inline-block;
    /*padding: 0.9375rem 1.75rem;*/
    text-decoration: none;
    -webkit-transition: border .15s ease;
    transition: border .15s ease;
    color: #000;
    background-color: #ffffff;
}

    .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #282625;
        border-left: 0;
    }

#catTable a {
    color: black !important;
}

.form-wizard .form-wizard-steps {
    padding: 0;
    margin: -30px 0 0;
    list-style: none;
}

    .form-wizard .form-wizard-steps li {
        width: 25%;
        position: relative;
        padding: 0 25px 0 40px;
        background: #e8e9e7;
        color: #1f5675;
        font-size: 16px;
        font-weight: 500;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        letter-spacing: 0;
        height: 60px;
        clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
        margin: 0 -8px;
        white-space: nowrap;
    }

        .form-wizard .form-wizard-steps li span {
            background-color: #f1c05b;
            border-radius: 50%;
            display: inline-block;
            height: 30px;
            min-width: 30px;
            line-height: 30px;
            position: relative;
            text-align: center;
            width: 30px;
            z-index: 1;
            font-size: 16px;
            font-weight: bold;
            color: #1f5675;
            margin-right: 10px;
        }

        .form-wizard .form-wizard-steps li.active {
            background: #e7863c;
            color: #fff;
        }

        .form-wizard .form-wizard-steps li.completed {
            background: #f1c05b;
            color: #fff;
            color: #0b435c;
        }

            .form-wizard .form-wizard-steps li.completed span {
                background: #0b435c;
                color: #f1c05b;
            }




@media screen and (max-width: 1199px) {
    .form-wizard .form-wizard-steps li {
        width: 25%;
        padding: 0 25px;
        font-size: 15px;
        height: 50px;
        clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 8% 50%);
        margin: 0 -6px;
    }

    .form-wizard .form-wizard-steps {
        margin: -25px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .form-wizard .form-wizard-steps li {
        width: 33.333%;
        margin-bottom: 6px;
    }

    .form-wizard .form-wizard-steps {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .form-wizard .form-wizard-steps li {
        width: 50%;
        font-size: 10px;
        height: 44px;
    }

    .form-wizard .form-wizard-steps {
        margin-top: -22px;
    }
}
