/* HEADER CSS CODE ::::::::::::::::::::::::::: */


/* HOME PAGE HEADER CSS CODE ::::::::::::::::::::::::::: */

body.home.page-id-38 .desktop-nav {
    background: #0c092078;
}

body.home.page-id-38 header {
    position: absolute;
}

body.home.page-id-38 div#page-container {
    padding-top: 0 !important;
}


/* HOME PAGE HEADER CSS CODE ::::::::::::::::::::::::::: */




/* COMMON PAGE HEADER CSS CODE ::::::::::::::::::::::::::: */

.desktop-nav {
    background: var(--color-dark);
    padding: 41px 77px;
}

header {
    position: relative;
}

.desktop-nav #et-top-navigation {
    display: none;
}

div#top-header {
    display: none;
}

header#main-header {
    top: 0 !important;
    background: transparent;
}

.desktop-nav ul {
    display: flex;
    gap: 130px;
}

.desktop-nav ul li {
    padding-right: 0 !important;
}

.desktop-nav ul li a {
    color: var(--whitecolor) !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
}

.desktop-nav .container.et_menu_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    max-width: 100%;
}

.desktop-nav .container.et_menu_container::after {
    display: none;
}



.desktop-nav .logo_container {
    width: 67px;
    height: 67px;
    position: relative;
}

.desktop-nav .logo_container span.logo_helper {
    display: none;
}

.desktop-nav .logo_container a {
    width: 100%;
    height: 100%;
    display: block;
}

.desktop-nav .logo_container a img#logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100% !important;
}

.secondary-nav-area ul.secondary-nav li.menu-item a {
    color: var(--whitecolor);
    transition: 0.5s ease;
}

.desktop-nav ul li.current-menu-parent a,
.desktop-nav ul li.current-menu-item a,
.desktop-nav ul li a:hover {
    color: var(--color-primary) !important;
    transition: 0.5s ease;
}

.desktop-nav ul li a {
    opacity: 1 !important;
}

@media (min-width: 991px) {


    body.home.page-id-38 .desktop-nav ul li a {
        color: var(--whitecolor) !important;
    }

    body.home.page-id-38 .desktop-nav ul li a::before {
        background: var(--whitecolor);
    }

    body.home.page-id-38 .desktop-nav ul li a:hover::before {
        background: var(--whitecolor) !important;
    }

    .desktop-nav ul li a {
        position: relative;
        transition: 0.5s ease;
    }

    .desktop-nav ul li a::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        background: var(--color-primary);
        bottom: -4px;
        transition: 0.5s ease;
    }

    .desktop-nav ul li.current-menu-parent a::before,
    .desktop-nav ul li.current-menu-item a::before,
    .desktop-nav ul li a:hover::before {
        width: 100%;
        color: var(--color-primary) !important;
        transition: 0.5s ease;
    }

}


/* MOBILE HEADER CSS CODE ::::::::::::::::::::::::::: */

.mobile-outer-recore {
    display: none;
}

/* MOBILE HEADER CSS CODE ::::::::::::::::::::::::::: */



/* HEADER CSS CODE ::::::::::::::::::::::::::: */


/* HOME PAGE CSS CODE ::::::::::::::::::::::::::: */

.vdo-outer-sec,
.vdo-outer-sec .vdo-home-slider,
.vdo-outer-sec .vdo-home-slider .et_pb_slides,
.vdo-outer-sec .vdo-home-slider .et_pb_slides .et_pb_slide {
    height: 100vh !important;
}

.vdo-outer-sec {
    position: relative;
}

.vdo-outer-sec .et_pb_slide_description h4 {
    margin-top: 0;
    width: 70%;
}

.vdo-outer-sec .et_pb_slide_description {
    position: absolute;
    padding: 0;
    bottom: 70px;
    left: -5px;
    text-align: left;
}

body.home.page-id-38 footer#main-footer {
    display: none;
}

/* HOME PAGE CSS CODE ::::::::::::::::::::::::::: */



/* TEAM PAGE CSS CODE :::::::::::::::::::::::::::  */

.team-page-outer {
    background: var(--color-dark);
}

.team-page-outer :where(h1, h2, h3, h4, h5, h6, a, span, p, strong, li) {
    color: var(--whitecolor) !important;
}

.team-page-outer .et_pb_row {
    padding: 0;
}

.team-page-outer .team-title h1 {
    margin-top: 0;
    padding-top: 50px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 4px !important;
}

.team-shortcode-outer .team-wrapper {
    display: grid;
    width: 960px;
    gap: 15px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 40px;
}

.team-shortcode-outer .team-wrapper .team-member {
    width: 100%;
}

.team-shortcode-outer .team-wrapper .team-member .team-image {
    position: relative;
    padding-bottom: 101%;
    overflow: hidden;
}

.team-shortcode-outer .team-wrapper .team-member .team-image img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-shortcode-outer .team-wrapper .team-member .team-details {
    padding-right: 10px;
    padding-top: 8px;
}

.team-shortcode-outer .team-wrapper .team-member .team-details a.team-linkedin {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 0;
    margin-top: 17px;
}

.team-shortcode-outer .team-wrapper .team-member .team-details a.team-linkedin::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/ftr_LInkedIn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.team-shortcode-outer .team-wrapper .team-member .team-details p.team-position {
    margin-bottom: 5px;
}

.team-shortcode-outer .team-wrapper .team-member .team-details p {
    font-size: 13px;
    margin-bottom: -1px;
}

.team-shortcode-outer .team-wrapper .team-member .team-details h6.team-name {
    font-size: 20px !important;
    text-transform: none;
    margin: 0 0 18px 0;
    line-height: 19px !important;
    font-weight: 700;
}

.team-page-outer {
    padding-bottom: 140px !important;
}

/* TEAM PAGE CSS CODE :::::::::::::::::::::::::::  */




/* SUPPLYLINK ATB PAGE CSS CODE START :::::::::::::::::::::::::::  */

.trio-img-outer-col .trio-img-1 {
    opacity: 1;
}

/* SUPPLYLINK ATB PAGE CSS CODE END :::::::::::::::::::::::::::  */



header#main-header ul.sub-menu {
    width: 290px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: none;
}

header#main-header ul.sub-menu li {
    padding: 0;
}

header#main-header ul.sub-menu li a {
    color: #0c0920 !important;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0c0920;
    transition: 0.5s ease;
}

header#main-header ul.sub-menu li:last-child a {
    border-bottom: none;
    transition: 0.5s ease;
}

header#main-header ul.sub-menu li a:hover {
    color: var(--color-primary) !important;
}

header#main-header ul.sub-menu li a::before {
    display: none;
}