
.horizlinediv { 
    color: white !important;
}

hr{ opacity: 100% !important; width:100%; height:5px; background-color: #009edb !important; }


.site_header {
    background-color: #333333;
}


.navbar-custom {
    /*background-color: #1D3457;*/
    /* color: white !important; */
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
}


.navbar-custom .nav-link {
    color: #2b2b2b;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.navbar-custom .nav-link:hover {
    color: #000000;
    border-bottom-color: currentColor;
}





/* .navbar-dark .navbar-toggler {
    color: white !important;
    border-color: white !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
} */

.nav-item {
    width: auto;
    margin-left: 0;
}

.nav-item.dropdown {
    width: auto;
}

.navbar-brand:hover {
    cursor: pointer;

}

.nav-item a:link{
    /* color: white; */
    text-decoration: none;
    text-align: center;
}

.nav-item a:visited{
    /* color: white; */
    text-decoration: none;
}

.nav-item a:hover{
    /* color: rgba(255,255,255,.55); */
    text-decoration: none;
    cursor: pointer;
}



.navbar-custom .nav-link.active {
    color: #000000;
    border-bottom: 2px solid currentColor;
}

.header-phone-link {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}

.header-phone-link:hover,
.header-phone-link:focus {
    color: #000000;
}

.header-phone-link .bi-telephone {
    font-size: 1.15rem;
}

/* .navbar-custom .dropdown-toggle.active + .dropdown-menu .dropdown-item[href="domain_infra_product.html"] {
    font-weight: 600;
} */





.nav-item a:active{
    /* color: white; */
    text-decoration: none;
}

.navbar-brand {
    
    padding: 0 0 0 0;
}

#navbarlogo_icon {
    width: 800px; 
    height: auto;

    padding: 0 0 0 0;
}


.nav-link {
    text-align: center;
}

.dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #e9ecef !important;
}

.dropdown-item {
    color: #2b2b2b !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}

#navtray {
    margin-top: 10px;
}

#navbarlogo_div {
    /* background-color: #1D3457 !important; */
    /* background-color: #f2f2f2 !important; */
    background-color: white !important;
}

#navbarlogo_icon_link img{
    width: 100%;
}


/* @media screen and (min-width: 768px) {

    #navbarlogo_icon_link img{
        width: 768px;
    }

    .navbar-nav {
        margin-right: 50px;
    }
} */


.icon-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    flex: 0 0 1.25em;
}
