:root {
    --black: #171717;    
    --white: #fff;
    --grey: #F5F5F5;
    --red: #C20308;
    --darkred: #A41D21;
}

body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .footer-copyright div {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 1000;
}

div{font-weight: 700;}


h1 {
    font-size: clamp(1.75rem, 2.3vw, 25rem);
} 

h2 {
    font-size: clamp(1.5rem, 2.15vw, 15rem);
}

h3 {
    font-size: clamp(1.3rem, 1.9vw, 12rem);
}

h4 {
    font-size: clamp(1.3rem, 1.6vw, 16rem);
}

h5 {
    font-size: clamp(1.3rem, 1.4vw, 13rem);
}

h6 {
    font-size: clamp(1rem, 1.35vw, 10rem);
}

p, .card-body, .btn-rounded span, .adkindo-button span, .adkindo-hero-button div{
    font-size: clamp(1rem, 0.1rem + 1.1vw, 2.5rem);
    margin-bottom: 0.5rem !important;
}

p, li{
    font-family: 'Nanum Gothic', sans-serif;
}

.text-red{
    color: var(--darkred)
}
.content-area{
    padding-bottom: 15vh;
}

.nav-link{
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 600;
    color: var(--black);
    padding: 1em 2em !important;
    z-index: 4;
}

.primary-menu{
    height: 13vh;
    background-color: #fff;
}

.primary-menu-transparent{
    height: 13vh;
    background-color: transparent;   
}

.nav-link span{
    font-family: 'Nanum Gothic', sans-serif;
    font-size:clamp(0.9rem, 0.1rem + 1vw, 2.5rem);
}

.nav-link:hover{
    font-weight: 900;    
    color: var(--red) !important;
}

.primary-menu-nav, .primary-menu-nav-transparent {
    flex-grow:  0 !important;
}

.primary-menu-nav-transparent ul li a {
    color: #fff !important;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 600;
    padding: 1em 2em !important;
    z-index: 4;
}
.dropdown-menu{
    padding: 1em;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.adkindo-hero {
    position: relative;
    text-align: left;
    background: url('../images/adkindo-hero.png') no-repeat;
    height: 90vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero-button{
    margin-top: 3vh;
}

.text-jumbo{
    font-size: clamp(6rem, 5.8vw, 60rem);
    font-weight: 700;
}

.adkindo-hero-text-container { 
    height: auto;   
    margin-top: 20vh;
    max-width: 60%;
    width: auto;
    z-index: 2;
    color: white;
    padding: 5vh 5vw;
    background-color: transparent;
    /* background-color: rgba(255, 255, 255, .7); */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.adkindo-hero-descriprtion{
    /* width: 80%; */
}

.maps-row, .contactus-maps-desc {
    width: 30vw;
}

.maps-col {

}

.adkindo-hero-button{
    margin-top: 2rem;
}

.adkindo-hero-header{
    padding-bottom: 1rem;
}

.adkindo-button {
    background-image:  transparent;
    border: 2px solid var(--white);
	border-radius: 0.5em;
	display: block;
	height: 3.25em;
	padding: 3px;
	position: relative;
    text-decoration: none;
	width: 13em;
	z-index: 6;
    /* margin-top: 2em; */
    cursor: pointer;
    color: var(--white);
}

.adkindo-button:hover {
	background-color: var(--white);    
    cursor: pointer;
}

.adkindo-button span {
	align-items: center;
    color: var(--white);
	border-radius: 1.5em;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
}

.adkindo-button:hover span {
    color: var(--black);
    /* background-color: var(--red); */
}

.adkindo-video-container{
    display: flex;
    align-items: center;
    margin-top: 20vh;
    padding: 0 5vw;
}

.facilities-video-container{
    display: flex;
    align-items: flex-end;
    margin-top: 15vh;
    /* padding: 0 5vw; */
}

.facilities-description-container{
    margin-top: 20vh;
}
.facilities-description {
    margin: 8vh 0;
}

.about-header-container{
    background: url('../images/about-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 40vh;
    margin-top: 5vh;
}

.background-container-2 {
    background: url('../images/home-bg-element-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}
.facilities-highlight-container{

    margin-top: 20vh;
    padding: 0 5vw;
}

.adkindo-hero-video{
    width: 90%;
}

.adkindo-hero-video-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10vh;
}

.adkindo-home-video{
    width: 60%;
}


.adkindo-facilities-video{
    width: 60%;
    margin: auto;
}

.adkindo-video-description-container{
    width: 40%;
    padding-left: 5vw;
}

.process-description-container{
    width: 40%;
    display: flex;
    height: 100%;
    align-items: flex-end;
    /* justify-content: flex-end; */
    text-align: start;
    padding-left: 5vw;
    padding-bottom: 5vh;
}






.adkind-hero-image img {
    max-width: 100%;
    object-fit: cover;
}


.background-container{
    background: url('../images/home-bg-element.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40%;
}

.adkindo-intro{    
    height: auto;
    padding: 20vh 0;
    display: flex;
    align-items: center;
}

.adkindo-intro-text {
    width: 50%;
    margin-left: 10vw;
}

.adkindo-intro-text-content{
    font-weight: 800;
}

.adkindo-gallery-menu {
    padding: 0 5vw 10vh;
}

.home-menu-page-col{
    display: flex;
    align-items: center;
    justify-self: center;
    margin: auto;
}

.adkindo-line{
    width: 20%;
    border: none;
    height: 0.25rem;
    color: var(--black);
    background-color:var(--black);
    margin-bottom: 20px;
    
}

.line-black{
    color: var(--black);
    background-color:var(--black);    
}

.line-white {
    color: white;
    background-color: white;
}

.certification-container{
    display: block;
    margin-top: 10vh;
}

.adkindo-clients{
    height: 60vh;
    margin: 0;
    padding: 0;
}

.adkindo-clients-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.adkindo-clients-text{
    /* display: flex; */
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
}


.footer-container{
    background: #A41D21;
    height: 50vh;
}

.footer-info-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-info{
    font-weight: 800;
}

.home-menu-hilight{
    width: 100%;
}

.footer-copyright{
    font-size: clamp(0.9rem, 0.2rem + 0.9vw, 2.5rem);
    font-weight: 400 !important;
    height: 8vh;
    background-color: var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2em;
}

.footer-copyright div, .footer-address {
    font-weight: 400 !important;
}

.no-decoration{
    text-decoration: none;
}

.btn-home-about{
    border: 2px solid var(--white);
    color: var(--white);
    text-align: center;
    font-weight: 600;    
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 0.5em;
    text-decoration: none;
	width: 13em;
    height: 3.25em;
	z-index: 6;
    cursor: pointer;
}

.btn-home-about:hover{
    border: 3px solid var(--white);
    background-color: var(--white);
    color: var(--black); 
    text-align: start;
    font-weight: 600;
    border-radius: 10px;    
}


.btn-home-about-dark{
    border: 2px solid var(--black);
    color: var(--black);
    text-align: center;
    font-weight: 600;    
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 0.5em;
    text-decoration: none;
	width: 13em;
    height: 3.25em;
	z-index: 6;
    cursor: pointer;
}

.btn-home-about-dark:hover{
    border: 3px solid var(--white);
    background-color: var(--white);
    color: var(--black); 
    text-align: start;
    font-weight: 600;
    border-radius: 10px;    
}


.btn-home-about2{
    border: 3px solid var(--red);
    color: var(--red);
    text-align: start;
    font-weight: 600;
    border-radius: 10px;
    width: 13em;
    height: 3.25em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-home-about2:hover{
    border: 3px solid var(--red);
    background-color: var(--red);
    color: white; 
    text-align: start;
    font-weight: 600;
    border-radius: 10px;
}


.home-menu-page {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.home-menu-page-facilities:hover {
    content: url("../images/home-menu-facilities-hover.png");
}

.home-menu-page-products:hover {
    content: url("../images/home-menu-products-hover.png");
}


.home-menu-page-contact:hover {
    content: url("../images/home-menu-contact-hover.png");
}

.sidenav {
    /* width: 15vw; */
    position: fixed;
    z-index: 1;
    top: 15vh;
    left: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.sidenav a {
    padding: .5em 1em .5em 0;
    text-decoration: none;
    color: white;
    display: block;    
}

.test2{
    /* height: 100vh; */
    height: auto;
    margin-left: 30vw;
    margin-right: 5vw;
    padding-bottom: 15vh;
}

.cert-image-container{
    padding-top: 5vh;
}
.vision-mission-container{
    padding-top: 20vh;
    /* padding-bottom: 20vh; */
}
.mission-container{
    padding-top: 5vh;
    height: auto;
}

.vismis-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facilities-container{    
    padding:10vh 10vh 20vh;
}
.process-desc-col{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-description-col{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}

.process-desc-item{    
    background-color: #A41D21;
    width: 100%;
    height: 30em;    
}

.process-desc-item-white{    
    background-color: #f5f5f5;
    width: 100%;
    height: 30em;     
}

.facilities-description-wrapper{
    padding: 5vh 0 20vh;
    background: url(../images/facilities-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 45%;
}

.facilities-description-item h3{
    font-weight: normal;
}

.facilities-description-item{
    padding-top: 8vh;
}

.facilities-item-1{
    width: 50%;
}

.facilities-item-2{
    padding-left: 30vw; 
    width: 80%;
}

.facilities-item-3{
    padding-left: 50vw; 
    width: 100%;
}



.process-desc-wrapper{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.process-desc-text{
    padding: 5vh 2vw 0;
}

.process-description-item{
    display: flex;
    flex-direction: column;
    padding: 10% 10% 25%;
    border: .2rem solid var(--red);
    border-radius: 1rem;
    width: 30vw;
    height: 40vh;
}

/* .slick-list {margin: 0 -5px;} */
/* .slick-slide>div {padding: 0 5px;} */

.slick-dots li button:before{
    height: 1.5em;
    width: 1.5em;
    border-radius: 100%;
    text-indent: -9999px;
    overflow:hidden; 
    margin-top: 4em;
    opacity: .8;
}

.slick-dots li:not(.slick-active) button:before {
    background-color: black;   
}

.slick-dots li.slick-active button:before {
    background-color: var(--red);
    opacity: 1;
}

.process-conclusion{
    margin-top: 10vh;
}

.process-description-image{
    height: 100%;
    width: 100%;
    margin: auto;
}

.process-desc-image{
    /* height: 50%;
    width: 50%;
    object-fit: contain;
    margin: auto; */
}

.process-description {
    padding-top: 10vh;
    /* padding: 5em 0 5em 5em;     */
}
.sidenav-item .test {
    position: relative;
    width:20vw;
    height:4rem;
    /* margin-left:40px; */
    color:black;
    background-color:#fff;
    text-align:center;
    line-height:4rem;
}

.sidenav-item-active .test {
    position: relative;
    width:18vw;
    height:4rem;
    /* margin-left:40px; */
    color:#FFFFFF;
    background-color:var(--red);
    text-align:center;
    line-height:4rem;

}


.sidenav-item-active .test::before{
    content:"";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 2rem solid transparent;
    border-left: 1.75rem solid var(--red);
    border-bottom:2rem solid transparent;
}

.test p {
    text-align: start;
    padding-left: 3rem
}

/* .sidenav a.active {
    color: black;
} */
  
.sidenav a:hover {
    color: #064579;
}

.contactus-container {
    /* margin-top: -10vh; */
    /* background-color: white; */
    background-image:  url("../images/contactus-bg.png");
    background-size: 65vh;
    background-position: right 5vw top;
    background-repeat: no-repeat !important;
    height: auto;
    min-height: 82vh;
    /* padding-top: 10vh; */
    /* margin-top: 4em !important; */
}

.contactform-container{
    width: 100%;
    padding: 5vh 5vw;
}
.contactus-col {
    display: flex !important;
    align-items: center !important;
    /* margin: auto !important; */
}

.gmaps{
    /* width: 50vw !important; */
}

.contactus-maps-desc{
    background-color: var(--darkred);
    color: var(--white);
    padding: 2em 2em 1em 4em;
    
}

.contactus-desc-text{
    font-weight: 400 !important;
    font-size: small;
}
.contacus-maps-desc-header{
    font-weight: 700;
}

.contactform-container{
    /* display: flex !important;    */
    /* align-items: center !important; */
}

.home-highlight-col-1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.products-container{
    padding: 10vh 10vh 20vh;
}

.products-row{
    padding-top: 10vh;
}

.facilities-desc-row{
    padding: 10vh 0;
}

.about-hero-image{
    width: 80%;
}

.about-history-container{

}


.backgrond-wrapper{
    background: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-position: 30vw 50vh;
    background-size: 50%;
    
}
.timeline-container {
    /* max-width: 1024px; */
    width: 80%;
    margin: 0 auto;
    margin-top: 10vh;
}

.timeline-item {
    padding: 3em 2em 2em;
    position: relative;
    color: rgba(0, 0, 0, .7);
    border-left: 2px solid var(--red);
}

.timeline-item h3  {
    color: var(--red);
}

.text-red{
    color: var(--red);
}

.about-hero-description{
    margin-top: 5vh;
    height: auto;
}

.about-timeline-header{
    margin-top: 10vh;
}


.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 1em;
    display: block;
    font-weight: 700;
    font-size: clamp(1rem, 0.1rem + 0.9vw, 2.5rem);
}
.timeline-item::after {
    width: 1em;
    height: 1em;
    display: block;
    top: 1em;
    position: absolute;
    left: -.55em;
    border-radius: 1em;
    content: '';
    border: 2px solid var(--red);
    background: white;
}
.timeline-item:last-child {
    border-image: linear-gradient(to bottom, var(--red) 60%, rgba(0, 0, 0, 0)) 1 100%;
}
.facilities-hero{
    height: auto;
}

.facilities-hero-col{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 5vh;
}

div.wpforms-container .wpforms-form .choices__list--single .choices__item, div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item{
    font-weight: normal!important;
}

.wpforms-container.wpf-center {
    margin: 0 auto !important;    
    color: var(--black) !important
}
.wpforms-submit{
    max-width: 20vw !important;
    width: 18vw !important;
    border-radius: 1em !important;
    background-color: var(--darkred) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600 !important;
    padding: 1em !important;
    margin-top: 1em !important;
}

.wpforms-field-small, .wpforms-field-medium, .wpforms-field-large {
    border: .1em solid var(--black) !important;
    border-radius: .25em !important;
    color: var(--black) !important;
    width: 100% !important; 
}

div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form textarea, div.wpforms-container-full .wpforms-form input[type=number]{
    background-color: transparent !important;    
    color: var(--black) !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: var(--black) !important;
    padding-left: 1em !important;
    padding-top: 0.5em !important;
}


div.wpforms-container-full .wpforms-form textarea{
    /* padding: 1em 1em 1.75em 1em !important; */
}

.wpforms-container-full .wpforms-form input.wpforms-field-large {
    background-color: transparent !important;
    padding: 1em !important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 20vh !important;
}

::placeholder {
    color: var(--black) !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--black) !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--black) !important;
  }

.products-wrapper {
    background: url(../images/products-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 70%;
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: none;
}
  
.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
  
.menu-icon-white span {
    background-color: var(--black);
}
    
.animated-icon span:nth-child(1) {
    top: 0px;
}
  
.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
    top: 10px;
}
  
.animated-icon span:nth-child(4) {
  top: 20px;
}
  
.animated-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
  
.animated-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--black);
}
  
.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--black);
}
  
.animated-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.fading {
    -webkit-animation-name: fading;
    animation: fading 0.1s ease-in;
    animation-fill-mode: forwards;
}


@-webkit-keyframes fading {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.appearing {
    -webkit-animation-name: appearing;
    animation: appearing 0.5s ease-in;
    animation-fill-mode: forwards;
}

@-webkit-keyframes appearing {
    from {
        transform: translate3d(-20px,0,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}


.fadeDown {
    -webkit-animation-name: fadeDown;
    animation: fadeDown 2s ease-in;
}


@-webkit-keyframes fadeDown {
    from {
        transform: translate3d(0,-1rem,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
 
 @keyframes fadeDown {
    from {
        transform: translate3d(0,-1rem,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

 .fadeUp {
    -webkit-animation-name: fadeUp;
    animation: fadeUp 2s ease-in;
}

@-webkit-keyframes fadeUp {
    from {
        transform: translate3d(0,1rem,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
 }
 
 @keyframes fadeUp {
    from {
        transform: translate3d(0,1rem,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.product-wrapper{
    padding: 0.5em;
    background-color: var(--grey);
    position: relative;
}

.product-name-wrapper{
    background-color: var(--darkred);
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-col{
    height: 50vh;
}

#map {
    height: 100%;
  }
  

.navbar-logo{
    height: 8vh;
    object-fit: contain;
    width: 100%;
}

.menu-item:last-child a span{    
    color: var(--red);
    border: 2px solid rgba(210, 23, 25, 1);
    border-radius: 10px;
    padding: 0.74em 3em;
    transition: ease 0.2s;
}

.menu-item:last-child a span:hover{    
    color: var(--white);
    background-color: var(--red);
    transition: ease 0.2s;
}

.measurement-container{
    padding-bottom: 10vh;
}

.facilities-gallery-container{
    padding-bottom: 20vh;
}

body.modal-open {
    overflow: visible;
}

.modal-content{
    background-color: transparent;
    border: none;
}

.cert-enlarge{
    height: 80vh;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.footer-col{
    margin-left: 3rem;
    margin: auto;
}
body.lock-scroll {
    position:sticky;
    overflow: hidden;
}

.navbar-brand{
    margin-left: 1rem;
}

.facilities-hero-col {
    padding-left: 2em;
}

.facilities-hero-img{
    width: 100%;
}

.not-found-container{
    height: 100vh;
}

.navbar-light .navbar-toggler{
    border: 0;
    box-shadow: none;
}
.navbar-toggler:focus {
    outline: none;
}

.footer-number{
    pointer-events: none;
}

.footer-number a {
    text-decoration:none;
    color: inherit;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 991px) {
    .home-menu-page-facilities:hover {
        content: url("../images/home-page-facilities-mobile.png");
    }
    
    .home-menu-page-products:hover {
        content: url("../images/home-page-contact-mobile.png");
    }
        
    .home-menu-page-contact:hover {
        content: url("../images/home-page-products-mobile.png");
    }


    .facilities-hero-col {
        padding-left: 0;
    }
    .nav-link-item, .additional-nav-mobile-wrapper{
        position: relative;
    }

    .additional-nav{
        position: absolute;
        display: flex !important;
        justify-content: center;
        bottom: 10vh;
        width: 100%;
        padding-left: -2em;
        padding-right: -2em;
    }
    body.lock-scroll .additional-nav-mobile-wrapper {
        opacity: 1;
        visibility: visible;
        transition: opacity 1s ease;
        display: flex;
        flex-direction: column;
        /* height: 90vh; */
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        z-index: 1;
        /* z-index: -1; */
    }
    
    .nav-link span{
        font-family: 'Nanum Gothic', sans-serif;
        font-size: clamp(1.5rem, 0.1rem + 1.3vw, 2.5rem);
        font-weight: 800;
        color: var(--black);    
        border-bottom: 5px solid black;
        padding-bottom: 1em;
        display: inline-block;
        width: 30vw;
    }

    .menu-item:last-child a span {
        border-width: 3px;
        display: flex;
        width: 50vw;
        margin-top: 1em;
        padding: 0.5em 1em;
        align-items: center;
        justify-content: center;
        
    }

    .cert-enlarge{
        height: 50vh;
    }

    .btn-home-about{
        border-width: 3px;
    }

    
    .nav-wrappers {
        height: 100vh;
        background: var(--white);
        /* padding: 0 2em; */
    }

    .nav-link{
        /* padding-left:0 !important; */
    }
    
    .navbar-nav{
        padding-top: 100px;
        background: var(--white);
        /* box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.12); */
        /* height: 100vh; */
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        z-index: -1 !important;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 450ms ease;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 250ms ease-in-out;
    }
    
    body.lock-scroll {
        position: relative;
    }

    body.lock-scroll .nav-link {
        margin-right: 0 !important;

    }

    body.lock-scroll .menu-container {
        position: relative;
    }

    body.lock-scroll .navbar-nav{
        text-align: start;
    }

    body.lock-scroll .navbar-logo{
        display: none;
    }
    body.lock-scroll .navbar{
        z-index: 999;
        pointer-events: auto;
    }

    /* body.lock-scroll .navbar-brand{
        background-color: transparent;
    } */
    /* 
    body.lock-scroll .navbar-logo{
        display: none;
    } */

    
    .navbar-logo{
        height: 7vh;
    }

    .footer-container{
        height: 60vh;
    }

    .products-row{
        padding-top: 5vh;
    }

    .products-row-2{
        padding-top: 0vh !important;
    }
    .products-container{
        padding: 5vh 7.5vw 0;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths{
        width: 100%!important;
    }

    div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds{
        margin-left: 0 !important;
    }

    .wpforms-submit-container{ 
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .wpforms-submit{
        max-width: 50vw !important;
        width: 35vw !important;
    }
    .contactus-maps-desc{
        padding: 2em;
    }
    .maps-row, .contactus-maps-desc {
        width: 100%;
    }
    .facilities-gallery-container{
        padding: 5vh 7.5vw 0;
    }

    .measurement-container {
        padding: 5vh 7.5vw 5vh;
    }


    .facilities-gallery-col{
        padding-bottom: 3vh;
    }
    .process-desc-image {
        height: 12em;
    }
    .process-desc-item, .process-desc-item-white{
        height: 25em;
        margin-bottom: 5vh;
        padding: 4em;
    }
    .facilities-hero-col{
        padding: 5vh 7.5vw 0;
    }
    .process-description{
        padding-top: 0vh;
    }
    .facilities-description-container{
        margin-top: 8vh;
        padding: 0 7.5vw;
    }
    .process-description-container{
        width: 100%;
        padding-top: 5vh !important;
    }
    .facilities-video-container{
        flex-direction: column;
        margin-top: 0vh;
    }

    .facilities-item-1 {
        padding-top: 2vh;
        padding-left: 0;
        width: 100%;
    }
    .facilities-item-2, .facilities-item-3{
        padding-left: 0;
        width: 100%;
        padding-top: 6vh;
    }

    .process-desc-row, .desc-header, .process-description-container, .facilities-description-wrapper {
        padding: 0 7.5vw;
    }
    .facilities-container{
        padding: 5vh 0;
    }

    .vision-mission-container{
        padding: 5vh 7.5vw !important;
    }

    .vision-container{
        padding-top: 5vh;
    }

    .cert-image-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pop{
        padding-bottom: 5vh;
    }
    .certification-container{
        margin-left: 7.5vw;
    }
    .about-hero-description{
        margin: 5vh 7.5vw;
    }
    
    .about-header-container{
        margin-top: 0;
        height: 30vh;
        background: url('../images/about-header-mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }
    .timeline-container{
        width: 95%;
        padding-left: 5vw;
    }
    .test2{
        margin: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .footer-copyright div {
        font-weight: 400;
    }
    .footer-copyright{
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 3vh 0;
        justify-content: space-between;
    }
    .footer-col{
        margin-left: 0  !important;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 5vh 0;
    }
    .footer-info-container{
        padding-top: 5vh;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .footer-separator{
        width: 90vw;
        color: var(--white);
        height: 2px !important;
        padding: .1em;
        opacity: 1;
    }
    .content-area{
        padding-bottom: 5vh;    
    }
    .read-more-home-col{
        padding: 0;
    }
    .adkindo-home-video{
        order: 2;
        padding-top: 5vh;
    }

    .adkindo-video-description-container{
        order: 1;
        padding: 0 5vw;
    }
    .adkindo-video-container, .adkindo-facilities-video{
        width: 100%;
        margin-top: 5vh;
        padding: 0;
    }

    .home-highlight-col-1{
        padding: 5vh 5vw;
    }

    .adkindo-hero-button{
        margin-top: 2rem !important;
    }

    .facilities-highlight-container{
        margin-top: 5vh;
        padding: 0;
    }
    .adkindo-hero-video-container{
        margin-top: 0;
    }
    .adkindo-hero-video{
        width: 100%;
    }


    .home-menu-page-facilities {
        content: url("../images/home-page-facilities-mobile.png");
    }
    
    .home-menu-page-products {
        content: url("../images/home-page-contact-mobile.png");
    }
    
    
    .home-menu-page-contact {
        content: url("../images/home-page-products-mobile.png");
    }


    .adkindo-intro{
        padding: 0;
    }

    .home-menu-page-itemcol{
        padding-top: 5vh;
    }

    .adkindo-intro-text{
        margin: 0;
        padding: 5vh 5vw;
        width: 100%;
    }

    .adkindo-line{
        width: 40%;
        height: 0.25rem;
        margin-bottom: 1.25em;        
    }

    .adkindo-hero-text-container {
        margin-top: 0 ;
        max-width: 100%;
    }
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .adkindo-video-container{
        flex-direction: column;    
    }
    .adkindo-home-video, .adkindo-video-description-container {
        width: 100%;
    }
    .adkindo-hero {
        background: url('../images/adkindo-hero-mobile.png') no-repeat;
        height: 30vh;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {

}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 992px) and (max-width: 1279px) {
}

@media screen and (min-width: 992px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1599px) {

}

@media screen and (min-width: 1600px) {
    .menu-item{
        padding-left: 3vw;
    }

    .navbar-brand{
        margin-left: 3rem;
    }



    .timeline-item{
        padding: 4em 2em 3em;
    }

    .certi-image{
        width: 30%;
    }

    .cert-enlarge{
        max-width: unset;
    }
    .product-img{
        width: 100%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1899px) {

}

@media screen and (min-width: 1900px) and (max-width: 2499px) {

}
@media (min-width: 2500px) {

  

    .facilities-slick-container2{
        padding-top: 10vh !important;

    }

    .facilities-gallery-img {
        width: 100%;
    }
    
    .process-desc-image{
        width: 35%;
    }
    .process-desc-item-white, .process-desc-item {
        height: 50vh;
    }
    .facilities-hero-col {
        padding-left: 4em;
    }

    .sidenav a {
        padding: 5% 1% 5% 0;
    }

    .sidenav-item-active .test{
        height: 6rem;
        line-height: 6rem;
    }
    
    .sidenav-item-active .test::before{
        border-top-width: 3rem;
        border-bottom-width: 3rem;
        border-left-width: 3rem;
    }

    .timeline-item{
        padding: 6em 3em 3em;
    }

    .adkindo-line{
        width: 25%;
        height: 0.25rem;
        margin-bottom: 3em;        
    }
    
}

@media (min-width: 3600px) {
   
    .cert-enlarge{
        height: 70vh;
    }
    .timeline-item::after {
        width: 2em;
        height: 2em;
        display: block;
        top: 3em;
        position: absolute;
        left: -1em;
        border-radius: 1em;
        content: '';
        border: 2px solid var(--red);
        background: white;
    }
    .sidenav a {
        padding: 5% 1% 5% 0;
    }

    .sidenav-item-active .test{
        height: 8rem;
        line-height: 8rem;
    }
    
    .sidenav-item-active .test::before{
        border-top-width: 4rem;
        border-bottom-width: 4rem;
        border-left-width: 4rem;
    }

    .timeline-item{
        padding: 9em 4em 5em;
    }

    
    .navbar-brand{
        margin-left: 5rem;
    }
    .adkindo-line{
        width: 25%;
        height: 0.35rem;
        margin-bottom: 4em;
    }
}