.navbar-brand{
    width: 200px;
}

.navbar {
    padding: .5rem 0rem;
}

.fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s ease all;
    z-index: 100;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 300 !important;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu a {
    font-size: 18px !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e81e28;
}

.navbar-nav a {
    font-size: 19px;
    font-weight: 400;
}

.navbar__tools li{
    height:100%;
    display:block;
    padding-left:10px;
    padding-right: 10px;
}

header{
    background: #fff;
}

header.navigation{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

/*header .navbar-brand img {
    display: none;
}

header.navigationTop .navbar-brand img {
    display: block !important;
}*/


.logo{
    opacity: 0;
}
.navigationTop{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.07);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 0);
}


.header__contact span, .header__contact a {
    font-size: 14px;
    color: #101010 !important;
    font-family:'DIN Next LT W01 Medium', sans-serif;
    font-style: normal;
}

.header__contact span, .header__contact i {
    font-size: 14px;
    color: #009ddc;
}

.header__contact{
    color:#616161;
    cursor: default;
}

.header__contact {
    text-align: center;
    padding: 9px 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}
.navbar-light .navbar-nav .nav-link {
    color: #222 !important;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e81e28 !important;
    transition: all 0.3s ease-out;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e81e28;
}


.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
}

@media (max-width: 767.98px) {
    .navbar-brand{
        max-width: 150px;
    }
    .navbar {
        padding: 0;
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
    .navcontainer,
    .mainnavi_container{
        height:100px
    }
}

@media (max-width: 991.98px) {
    .dropdown-menu {
        border: 0px solid rgba(0, 0, 0, .15);
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #e81e28;
        text-decoration: none;
        background-color: #fff;
    }
}

@media (max-width: 1200px) {
    .navbar-nav a {
        font-size: 16px;
    }
}