/*
 Theme Name:   Industrus Child
 Theme URI:    http://wp.dynamiclayers.net/industrus
 Description:  Industrus Child Theme
 Author:       DynamicLayers
 Author URI:   https://dynamiclayers.net
 Template:     industrus
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  industrus-child
*/

.header {
    background-color: #15296e!important;
    width: 100%;
    height: auto;
    display: block;
}



.sticky-header .primary-header {
    background-color: #15296e!important;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
}

.top-bar .top-left li {
    font-size: 14px;
    color: #15296e!important;
    display: inline-block;
    padding-right: 20px;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}
.top-bar .top-left li a {
    color: #15296e!important;
    text-decoration: none;
}

.top-bar .top-social li a {
    color: #15296e!important;
    display: flex;
    align-items: center;
}

.top-bar {
    background-color: #ffffff!important;
}


@media (max-width: 992px)
.header-menu-wrap {
    display: none;
    background-color: #15296e!important;
    width: 100%;
    height: auto;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
}

@media (max-width: 992px)
.dropdown-plus:after, .dropdown-plus:before {
    position: absolute;
    content: "";
    top: 24px;
    right: 18px;
    width: 13px;
    height: 1px;
    background-color: #fff;
}

.header-menu-wrap ul li>a {
    display: block;
    font-family: "Teko",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fffffd !important;
    letter-spacing: .5px;
    padding: 0 15px;
    height: 80px;
    text-transform: uppercase;
    line-height: 80px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap li ul {
    background-color: #15296e!important; 
    display: block;
    width: 220px;
    padding: 0;
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-box-shadow: 0 50px 100px 0 rgb(64 1 4 / 10%), 0px -6px 0 0 rgb(248 99 107 / 0%);
    box-shadow: 0 50px 100px 0 rgb(64 1 4 / 10%), 0px -6px 0 0 rgb(248 99 107 / 0%);
    -webkit-transition: opacity .5s ease,visibility .5s ease;
    -o-transition: opacity .5s ease,visibility .5s ease;
    transition: opacity .5s ease,visibility .5s ease;
}

.footer-3, .footer-2 {
    background-color: #15296e!important;
}


.line-menu {
    background-color: #fff!important;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

@media (max-width: 992px)
.dropdown-plus:after, .dropdown-plus:before {
    position: absolute;
    content: "";
    top: 24px;
    right: 18px;
    width: 13px;
    height: 1px;
    background-color: #fff!important;
}


