:root {
    --s-size-: 16px;
    --m-size-: 22px;
    --r-size-: 34px;
    --size-: 40px;
    --sub-size-: 18px;
    --l-size-: 70px;
    --all-padding: 24px 48px 24px 48px;
    --all-padding-small: 5px 48px;
    --topDown-: 60px 0;
    --topDown-small: 10px 0;
    --down-: 0 0 60px 0;
    --color-1: #F2F2F2;
    --color-2: #666666;
    --color-3: #0360ae;
    --height-1: 70vh;
    --height-1: 70svh;
}

@font-face {
    font-family: light;
    src: url('../fonts/DIN2014-Light.ttf');
}

@font-face {
    font-family: regular;
    src: url('../fonts/DINNextW01Regular.otf');
}

@font-face {
    font-family: demi;
    src: url('../fonts/DIN-2014-Demi.ttf');
}

@font-face {
    font-family: bold;
    src: url('../fonts/DIN2014-Bold.ttf');
}


/*  HEADER   */

.nav-list-dropdown {
    font-family: regular;
    position: absolute;
    left: 0;
    top: 84px;
    z-index: 4;
    background-color: white;
    padding: var(--topDown-small);
    display: none;
    width: 320px;
    /* border-right: 1px solid var(--color-2); */
    height: var(--height-1);
}

.dropdown-headings {
    font-family: demi;
    font-size: 19px;
    line-height: 24px;
    text-decoration: underline;
    padding-left: 48px;
}

.nav-list-dropdown-list {
    list-style-type: none;
    list-style-position: outside;
}

.nav-list-dropdown-list-items,
.nav-list-dropdown-list-items-0 {
    display: block;
    padding: var(--topDown-small);
    position: relative;
    font-family: regular;
    font-weight: 400;
    font-size: var(--s-size-);
    width: 250px;
    text-transform: capitalize;
    cursor: pointer;
}

.nav-list-dropdown-list-items-clicked {
    font-family: regular;
    font-weight: 700;
    color: var(--color-3);
}

.nav-list-dropdown-list-items:after {
    content: url('/icons/right-arrow-grey.png');
    position: absolute;
    right: 0;
}

.nav-list-dropdown-list-items-dropdown {
    position: absolute;
    left: 275px;
    z-index: 1;
    background-color: var(--color-1);
    padding: var(--topDown-small);
    /* display: block; */
    width: 320px;
    border-right: 1px solid var(--color-2);
    height: var(--height-1);
    display: none;
}

.nav-list-dropdown-list-items-dropdown ul {
    list-style-type: none;
    transform: translatex(-13px);
}


/*sub sub menue bars*/

.--ethics {
    top: -268.5px;
    /* display: none; */
}

.--about-us {
    top: -72px;
    /* display: none; */
}

.--leadership {
    top: -115.5px;
    /* display: none; */
}

.--our-business {
    top: -158.5px;
    /* display: none; */
}

.--sustainability {
    top: -202px;
    /* display: none; */
}

.--deterence {
    top: -202px;
}

.--sustainment {
    top: -245.5px;
}

.in-list-heading {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 17px;
}

.toggle_1 {
    color: var(--color-3);
    font-weight: bold;
}


/*sub sub menue bars*/


/*  HEADER   */


/*  SECONDARY HEADER   */


/* .secondary-header {
    background-color: pink;
} */

.logo-container {
    display: flex;
    place-content: center;
}


/* .logoLink {

} */


/*HUMBERGER*/

.hambuger-container {
    position: relative;
    display: flex;
    align-items: center;
}

.hambuger_button {
    position: relative;
    border: none;
    background: transparent;
    cursor: pointer;
}

.hambuger {
    height: 1.5px;
    width: 25px;
    background-color: black;
    margin: 6px 0;
    display: block;
    border-radius: 15px;
    position: relative;
}

.middleBuger_click {
    visibility: hidden;
}

.skew_up_click {
    transform: rotate(-45deg);
    position: relative;
    transition: all .7s;
    top: -3.5px;
}

.skew_down_click {
    transform: rotate(45deg);
    transition: all .7s;
    position: relative;
    bottom: -3.5px;
}


/*HUMBERGER*/


/*HUMBERGER DROPDOWN*/

.secondary-header-left-0 {
    width: 80vw;
    display: none;
    position: absolute;
    top: 10vh;
    left: 0;
    /* background-color: white; */
    /* border: 2px dashed pink; */
}

.secondary-header-nav-list {
    position: absolute;
    background-color: white;
    z-index: 0;
    left: -48px;
    width: 50vw;
    top: 6px;
    width: inherit;
    height: 100vh;
    height: 100svh;
    padding-top: 50px;
}

.secondary-header-nav-list .main_nav_item,
.secondary-header-nav-list .main_nav_item_1 {
    display: block;
    margin: 10px 0;
    padding: 5px 20px 0 35px;
    width: 95%;
    /* background-color: pink; */
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.secondary-header-nav-list .nav-list-dropdown {
    background-color: white;
    position: absolute;
    top: -100px;
    right: 0;
    padding-left: 20px;
    width: 80vw;
    height: 80vh;
    /* border: 1px dashed pink; */
}


/*HUMBERGER DROPDOWN*/


/*HUMBERGER DROPDOWN HEADER*/

.secondary-header-left {
    z-index: 2;
}

.secondary-header-left-1 {
    width: 100px;
    position: relative;
    /* background-color: white; */
    /* border: 3px dashed blue; */
    left: 0vw;
    top: 40px;
}


/* .secondary-header-left-1 {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
    z-index: 1;
    width: 100%;
} */

.secondary-header-left-1 img.logo {
    z-index: 1000;
    position: relative;
    left: 25vw;
    bottom: 12vh;
}


/*HUMBERGER DROPDOWN HEADER*/


/*SECONDARY NAV LIST DROP DOWNS*/

.close-subNav-button {
    cursor: pointer;
}


/*SECONDARY NAV LIST DROP DOWNS*/


/*  SECONDARY HEADER   */

.hambuger_button {
    position: relative;
    transition: all .5s linear;
}

.hambuger_button_moved {
    left: 60vw;
    z-index: 5;
    transition: all .5s linear;
}


/*search section*/

#site-search {
    border-radius: 50px;
    background-size: 30px;
    background-position: left center;
    width: 90vw;
}

.search-part {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    flex-wrap: wrap;
    place-content: center;
    position: fixed;
    top: 0;
    z-index: 2;
    display: none;
}

.search-part button {
    font-family: regular;
    color: white;
    background-color: var(--color-3);
    border: none;
    padding: 20px;
    text-transform: capitalize;
    font-size: 15px;
    cursor: pointer;
    border-radius: 20px;
}

.close-it {
    color: white;
    font-size: var(--l-size-);
    position: absolute;
}

.displays_the_div {
    display: block;
    transition: all .5s linear;
}

.not_seen {
    display: flex;
}


/*search section*/