.tp-main-menu>nav>ul>li>.submenu li:hover>a {
    color: #fda53f !important;

}

.tp-main-menu>nav>ul>li>a {
    font-weight: 800 !important;

}

.tp-main-menu>nav>ul>li.has-dropdown>a::after {

    content: "" !important;

}

.tp-main-menu>nav>ul>li>.submenu li a {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.industries-title,
.services-title,
.insights-title,
.featured-title {
    color: #e57d04;
    padding: 10px;
}

.menu-btn-lg {
    padding: 5px 27px !important;

}

.menu-btn-lg:hover {
    color: #fff !important;
}

.p-header-shadow {

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.tp-main-menu>nav>ul>li>a {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-core-primary);
    position: relative;
    padding: 21px 0px !important;
    display: inline-block;
}

.tp-header-height {
    height: 120px;
    /* default for desktop */
}

/* Tablet */
@media (max-width: 992px) {
    .tp-header-height {
        height: 100px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .tp-header-height {
        height: 68px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .tp-header-height {
        height: 69px;
    }
}

.tp-bg-light-blue {
    background-color: #556f93;
    z-index: 1000;
}

/*.ellipsis {*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    width: 410px !important;*/
/*}*/