
/*
|-----------------------------------------------------------------------------------------------------------
| Main Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/

.nav-primary {
    display: flex;
    align-items: center;
    margin-right: 25px;
    transition: opacity 0.4s ease-in-out;
}

.header-section.search-active .header-right .nav-primary {
    opacity: 0;
    pointer-events: none;
}

.nav-primary .primary-item {
    margin-right: 25px;
}

.nav-primary .primary-item:last-child {
    margin-right: 0;
}

.nav-primary .primary-item:hover > .item-inner > .dropdown-support {
    position: absolute;
    z-index: 100000;
    top: 0;
    left: -60px;
    width: calc(100% + 120px);
    height: 100px;
    transition: transform .6s;
    transform: scaleY(0);
    transform-origin: center bottom;
}

.nav-primary .primary-item > .item-inner > a:hover + .dropdown-support {
    transition: none;
    transform: scaleY(1);
}

.nav-primary .primary-item a {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    z-index: 10;
}

.nav-primary > .primary-item:hover > .item-inner > .dropdown-support {
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 68px;
    transition: transform 2s;
    z-index: 2;
    transform: scaleY(0);
    /* background-color:blue; */
    transform-origin: center bottom;
}
.nav-primary .primary-item.has-submenu > .item-inner > a:hover + .dropdown-support  {
    transition: none;
    transform: scaleY(1);
}

.nav-primary .primary-item .item-inner {
    position: relative;
}

.nav-primary .primary-item > .item-inner::after {
    content: "";
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 100%;
    max-width: 45px;
    background-color: #db6027;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.nav-primary .primary-item:hover .item-inner::after {
    opacity: 1;
    pointer-events: none;
}

.nav-primary .primary-item .nav-dropdown {
    display: grid;
    display: -ms-grid;
    grid-template-rows: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-columns: 200px 250px 250px 250px;
    -ms-grid-columns: 200px 250px 250px 250px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 950px;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
    opacity: 0;
    background-color: #15808f;
}

.header-section.fixed .nav-primary .primary-item .nav-dropdown {
    top: 90%;
}

.nav-primary .primary-item.has-dropdown:hover .nav-dropdown {
    opacity: 1;
    pointer-events: all;
}

.nav-primary .primary-item .nav-dropdown ul {
    margin: 0;
    list-style: none;
}

.nav-primary .primary-item .nav-dropdown .nav-list {
    grid-row: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
}

.nav-primary .nav-dropdown .nav-list {
    position: relative;
}

.nav-primary .nav-dropdown .nav-list ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: #116672;
    line-height: 20px;
}

.nav-primary .nav-dropdown .nav-list li.has-submenu:hover > ul {
    display: block;
}

.nav-primary .nav-dropdown .nav-list ul ul {
    background-color: #0d4f59;
}

.nav-primary .nav-dropdown .item-inner {
    position: relative;
    display: flex;
    border-bottom: 3px solid #3399a6;
    padding: 12px 6px;
    margin-right: 30px;
}
.nav-primary .nav-dropdown .item:hover {background-color:#116672}
.nav-primary .nav-dropdown .item .item:hover {background-color:#0d4f59}
.nav-primary .nav-dropdown .item .item .item:hover {background-color:#09373e}
.nav-primary .nav-dropdown .item > .item-inner > .dropdown-support {
    position: absolute;
    top: -100%;
    left: 0;
    width: calc(100% + 30px);
    height: 300%;
    transition: transform 2s;
    z-index: 2;
    transform: scaleX(0);
    transform-origin: right center;
    /* background-color:blue; */
}
.nav-primary .nav-dropdown .item.has-submenu > .item-inner > a:hover + .dropdown-support  {
    transition: none;
    transform: scaleX(1);
}

.nav-primary .nav-dropdown .item-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 3px);
    z-index: -1;
}

.nav-primary .nav-dropdown .item-inner i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    color: white;
}

.nav-primary .nav-dropdown .item-inner a {
    /* padding: 12px 6px; */
    font-size: 16px;
    color: white;
    font-weight: normal;
    text-transform: none;
    /* border-bottom: 3px solid #3399a6; */
    /* width: calc(100% - 40px); */
}

.nav-primary .nav-dropdown ul li:last-child .item-inner a {
    border: 0;
}

/* .nav-primary .nav-dropdown .nav-list > li:hover > .item-inner::after {
    background-color: #116672;
} */

/* .nav-primary .nav-dropdown .nav-list ul > li:hover > .item-inner::after {
    background-color: #0c4750;
}

.nav-primary .nav-dropdown .nav-list ul ul > li:hover > .item-inner::after {
    background-color: #09373e;
} */
@media (max-width: 40em) {
    .contentRender_name_plugins_nav_secondary{
        width: 100%
    }

}
.nav-industry
 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nav-industry ul {
    display: none;
    margin: 0 0 0 15px;
    list-style: none;
}

.nav-industry .has-submenu.active > ul {
    display: block;
}

.nav-industry ul ul {
    margin: 0 0 0 25px;
}

.nav-industry .ind-item {
    width: 100%;
}

.nav-industry .ind-item:last-child {
    margin-bottom: 0;
}

.nav-industry .ind-item .item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.nav-industry .ind-item ul .item-inner {
    justify-content: flex-start;
}

.nav-industry .ind-item .item-inner a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #15808f;
}

.nav-industry .ind-item .item-inner i {
    color: #15808f;
    cursor: pointer;
}

.nav-industry .ind-item ul .item-inner a {
    font-size: 16px;
}

.nav-industry .ind-item ul .item-inner i {
    margin-left: 10px;
}

@media (min-width: 1025px) {
    .nav-industry .ind-item ul .item-inner i {
        margin-left: auto;
    }
}

.nav-industry .has-submenu.active > .item-inner i {
    transform: rotate(180deg);
}

@media (min-width: 641px) {
    .nav-industry {
        flex-direction: row;
        margin-right: 15px;
        width: auto;
    }
    .nav-industry .ind-item {
        width: auto;
        margin-right: 15px;
    }
    .nav-industry .ind-item a {
        font-size: 16px;
    }
    .nav-industry .ind-item:last-child {
        margin-right: 0;
    }
    .nav-industry .ind-item i {
        margin-left: 10px;
    }
}

@media (min-width: 850px) {
    .nav-industry .ind-item {
        margin-right: 30px;
    }
}

.nav-slide {
    grid-row: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    width: 100%;
    max-width: 200px;
}
.nav-slide .img-cont {
    padding: 25px 20px 0;
}
.nav-slide img {
    display: block;
    width: 100%;
    position: relative;
}   
.nav-slide .title {
    padding: 20px;
    position: relative;
    z-index: 1;
    transform: translateY(-12px);
} 
.nav-slide .title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/includes/public/assets/images/orange-splash.png");
    background-repeat: no-repeat;
    background-size: 100% 95%;
    z-index: -1;
}
.nav-slide .title h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    text-align: center;
    text-transform: none;
    color: white;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Interior Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/

.interior-nav {
    margin: 0 0 20px;
    list-style: none;
    padding: 0 15px;
}

.interior-nav li {
    position: relative;
    display: inline-block;
}

.interior-nav li::after {
    content: "/";
    margin: 0 2px;
    font-size: 13px;
}

.interior-nav li:last-child::after {
    display: none;
}

.interior-nav a {
    font-weight: 400;
    font-size: 14px;
    color: #333333 !important;
}

@media (min-width: 1025px) {
    .interior-nav {
        margin: 0 0 60px;
    }
    .interior-nav a {
        font-size: 16px;
    }
    .interior-nav li::after {
        font-size: 15px;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| Footer Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/

.footer-nav {
    display: flex;
    flex-direction: column;
    margin: 5px 0 15px;
}

.footer-nav .left-col,
.footer-nav .right-col {
    display: flex;
    flex-direction: column;
}

.footer-nav a {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 11px;
    color: white !important;
}

@media (min-width: 641px) {
    .footer-nav {
        flex-direction: row;
        order: 1;
    }
    .footer-nav .left-col {
        margin-right: 25px;
    }
}

@media (min-width: 1025px) {
    .footer-nav,
    .contentRender_name_plugins_nav_footer {
        margin-left: auto;
    }
    .footer-nav .left-col {
        margin-right: 45px;
    }
    .footer .nav-industry .ind-item {
        position: relative;
    }
    .footer .nav-industry ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        background-color: #fdf8ed;
        margin: 0;
        padding: 10px 12px;
    }
    .footer .nav-industry ul ul {
        top: 0;
        left: 100%;
        height: 100%;
        background-color: #f9edd7;
    }
    .footer .nav-industry .ind-item ul li a {
        color: #333333;
        font-weight: 400;
        text-transform: none;
    }
    .footer .nav-industry .ind-item ul li .item-inner {
        position: relative;
        padding: 8px 6px;
        z-index: 1;
    }
    .footer .nav-industry .has-submenu:hover > ul {
        display: block;
    }
    .footer .nav-industry .ind-item.has-submenu:hover > .item-inner i {
        transform: rotate(180deg);
    }
    .footer .nav-industry .ind-item ul li .item-inner i {
        transform: rotate(-90deg);
        color: #333333;
    }
    .footer .nav-industry .ind-item ul li .item-inner::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 30px);
        height: 3px;
        background-color: #e7e2d9;
    }
    .footer .nav-industry .ind-item ul li:last-child .item-inner::after {
        display: none;
    }
    .footer .nav-industry .ind-item ul li .item-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 12px);
        height: calc(100% - 3px);
        background-color: #f9edd7;
        opacity: 0;
        z-index: -1;
    }
    .footer .nav-industry .ind-item ul ul li .item-inner::before {
        background-color: #f6e4c4;
        left: -12px;
        width: calc(100% + 24px);
    }
    .footer .nav-industry .ind-item ul li:hover > .item-inner::before {
        opacity: 1;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| Mobile Nav 
|-----------------------------------------------------------------------------------------------------------
*/

.mobilenav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobilenav .controls {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer;
}

.mobilenav .controls i {
    font-size: 20px;
    color: white;
}

.mobilenav .controls .close-mobile {
    display: none;
}

.mobilenav.active .controls .close-mobile {
    display: inline-block;
}

.mobilenav.active .controls .open-mobile {
    display: none;
}

.mobilenav .mobile-dd {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 430px;
    padding: 20px;
    background-color: #007f90;
}

.mobilenav.active .mobile-dd {
    display: block;
}

.mobilenav .mobile-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.mobilenav ul {
    margin: 0;
    list-style: none;
}

.mobilenav .nav-list {
    margin-bottom: 10px;
}

.mobilenav .item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobilenav .nav-list.primary .item-inner {
    padding: 4px 16px 4px 0;
}

.mobilenav .nav-list.primary ul {
    display: none;
}

.mobilenav .nav-list li.has-submenu.active > ul {
    display: block;
}

.mobilenav .nav-list.primary ul .item-inner {
    padding: 10px 16px 10px 8px;
}

.mobilenav .nav-list.primary ul ul .item-inner {
    padding: 10px 16px;
    background-color: #006673;
}

.mobilenav .nav-list.primary ul ul ul .item-inner {
    padding: 10px 16px 10px 24px;
    background-color: #004f59;
}

.mobilenav .nav-list.primary a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.mobilenav .nav-list.primary ul a {
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

.mobilenav .nav-list.primary ul .item-inner {
    border-bottom: 3px solid #3399a6;
}

.mobilenav .nav-list.primary ul li:last-child .item-inner {
    border-bottom: 0;
}

.mobilenav .nav-list.primary ul ul li:last-child .item-inner {
    border-bottom: 3px solid #3399a6;
}

.mobilenav .nav-list.footer a {
    font-size: 16px;
    font-weight: normal;
    color: white;
}

.mobilenav .nav-list .toggle-menu {
    width: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.mobilenav .nav-list .toggle-menu i {
    color: white;
}

.mobilenav .nav-list li.has-submenu.active > .item-inner .toggle-menu i {
    transform: rotate(180deg);
}

@media (min-width: 1025px) {
    .mobilenav {
        display: none;
    }
}

