img{
	max-width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
	display: block;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
    color: #000;
}




/*header*/

header{

}
.main-header{
    display: flex;
	justify-content: space-between;
    align-items: center;
    color: #000;
        padding: 10px 10px;
        background: rgba(255,255,255,.8);
    position: fixed;
    z-index: 999;
    width: 100%;
}

.logo img{
    width: 200px;
}

.menu ul{
    list-style: none;
    padding: 0;
    display: flex;
}
.menu ul li{
    padding: 10px 20px;
    font-weight: 600;
    font-size: 17px;
}

#banner {
    position: relative;
}

#banner img{
    
    object-fit: cover;
}

#banner .overlay-info{
        position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    bottom: 15%;
}


#banner .image-container:before{
    content: '';
    display: none;
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0, 0.3);
}
#banner .overlay-info p{
        color: #fff;
    font-size: 23px;
    text-align: center;
    opacity: 1;
    font-weight: 600;
    padding: 0;
}

#who_we_are{
    text-align: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 120px 10px 20px;
}

.title{
    color: #f28e1e;
    font-size: 40px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.title:before{
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #387592;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.8s;
}
.title:hover:before{
    width: 100%;
    transition: all 0.8s;
}

#who_we_are .info{
    font-size: 20px;
    margin: 0 auto;
        text-align: left;   
}

.our-category{
    display: flex;
    text-align: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 10px 20px;
    justify-content: stretch;
}

.our-category >div{
    padding: 0 10px;
        width: 33.33%;
}

#Our_Vision .vision-inner{
    border: 2px solid #387592;
}
#Our_Vision .vision-inner .left{
    
    background: #387592;
    font-size: 30px;
    color: #fff;
    padding: 15px;
}
.our-category .info{
        padding: 50px 25px;
    font-size: 17px;
    text-align: center;
    background: #f8f8f8;
    line-height: 30px;
    letter-spacing: 0.5px;
    width: calc(100% - 4px);
    margin: 0 auto;
}

.our-category .inner-category{
    height: 100%;
    background: #f8f8f8;
}


#Our_mission .mission-inner .left{
    
    background: #f28e1e;
        font-size: 30px;
    color: #fff;
    padding: 15px;
}
#Our_mission .mission-inner{
    border: 2px solid #f28e1e;
}

#Our_Goal .goal-inner .left{
    
    background: #00acb6;
        font-size: 30px;
    color: #fff;
    padding: 15px;
}
#Our_Goal .goal-inner{
    border: 2px solid #00acb6;
}


#our_work{
    display: block;
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 10px 20px;
}

.center-title{
    text-align: center;
}

#our_work .content{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.row-material{
    grid-row: 1/3;
    grid-column: 1/2;
}

.machinery{
    grid-row: 1/2;
    grid-column: 2/2;
}

.process{
    grid-row: 3/3;
    grid-column: 1/2;
}

.product{
        grid-row: 2/4;
    grid-column: 2/2;
}

#our_work .content-inner {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
        background: #f6f6f6;
}
#our_work .content-inner p{
    margin: 0;
}

#our_work .content-inner h3{
    margin-top: 0;
}


.tabcontent{
    display: none;
    transition: all 0.8s;
}

.tabcontent.active{
    display: block;
    transition: all 0.8s;
}

.tab{
    display: block;
    border-bottom: 2px solid #387592;
}

.tab button{
    border: none;
    background: transparent;
        font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    cursor: pointer;
}

.tab button.active{
    background:#387592;
    color: #fff;
}

#contact_us{
    background: linear-gradient(60deg, rgba(56, 117, 146, 1) 0%, rgba(0, 172, 182, 1) 100%);
        position: relative;
}

#contact_us .background{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0.3);
}

#contact_us h2, #contact_us h4{
    color: #fff;
}

#contact_us h2:before{
    background: #fff;
}

#contact_us .contact-inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 10px 100px;
    text-align: center;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-around;

}

#contact_us .contact_info{
    text-align: left;
    color: #fff;
    font-size: 18px;
        display: flex;
    align-items: center;
}

#contact_us .line{
    width: 2px;
    background: #fff;
}


.contact-inner form{
        max-width: 500px;
    margin: 0 auto;
}

.contact-inner input, .contact-inner textarea{
    width: 100% !important;
    padding: 10px;
    margin-bottom: 15px;
}

.contact-inner input[type=submit]{
    width: 200px !important;
    background: #fff;
    color: #000;
    margin: 0;
    border: none;
    padding: 12px;
    font-size: 20px;
    cursor: pointer;
}

#why_us{
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 10px 100px;
    text-align: center;
}

.why-us-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.why-us-content .single-block{
    width: 25%;
    padding: 30px 20px;
}

.why-us-content .single-block .info{
font-size: 18px;
}

.why-us-content .single-block .image{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 50%;
    background: #f6f6f6;
    display: inline-block;
}

#Applications ol{
    padding: 0;
}

#Applications li{
    list-style: none;
    padding: 10px;
    background: #f6f6f6;
    margin-bottom: 10px;
}

#Benefits ol{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#Benefits li{
    width: calc(33.33% - 20px);
    text-align: center;
    padding: 20px;
    list-style: none;
    background: #f6f6f6;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Sizing td{
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
}

#Services li{
padding: 10px;
    border-bottom: 1px solid #ccc;
    list-style: circle;
}

#Transport-and-Packaging .bulk-display{
    display: flex;

}

#Transport-and-Packaging .bulk-display >div{
    width: 33.33%;
    padding: 0 15px;
}
#Transport-and-Packaging .bulk-display ol{
    padding: 0;
}
#Transport-and-Packaging .bulk-display li{
    list-style: none;
}
#Transport-and-Packaging .bulk-display h4{
    border-bottom: 2px solid #333;
    line-height: 28px;
}

#Sustainability .sustainability-inner{
    text-align: center;
    display: block;
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 10px 50px;
}

#Sustainability .title{
    color: #fff;
}
#Sustainability .title:before{
    background: #fff;
}

.who-we-inner{
    display: flex;
    align-items: center;
}

.who-we-inner .title{
        width: 300px;
    border-radius: 50%;
    background: #f28e1e;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
}

.who-we-inner .title:after{
    content: '';
    width: calc(100% + 7px);
    height: calc(100% + 7px);
    position: absolute;
    top: -7px;
    left: -7px;
    border: 3px dashed #f28e1e;
    border-radius: 50%;
}
.who-we-inner .title:before{
    display: none;
}

#who_we_are .info{
    width: calc(100% - 300px);
    padding-left: 50px;
}

.who-we-inner .info >div {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.who-we-inner .number{
        background: #387592;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed;
}
.who-we-inner .location .number{
    background: #f28e1e;
}
.who-we-inner .specialization .number{
    background: #00acb6;
}

.who-we-inner .inner-content{
    width: calc(100% - 70px);
    padding-left: 20px;
}

.who-we-inner h4{
    margin-top: 0;
    margin-bottom: 10px;
}

.who-we-inner p{
    margin: 0;
}

#banner{
    text-align: center;
    background: linear-gradient(60deg, rgba(56, 117, 146, 1) 0%, rgba(0, 172, 182, 1) 100%);
    color: white;
    
}
#banner .image-container{
    height: calc(100vh - 100px);
    position: relative;
}

#banner .image-container .content{
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    height: 40vh;
    width: 40vh;
    background: #fff;
    border-radius: 50%;
    color: #f28e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}


#banner .image-container .content h1{
    margin: 0;
    font-size: 50px;
}

#banner .image-container .content h4{
    font-size: 30px;
    margin: 0;
}

#banner .pop-up-1{
    position: absolute;
    color: #000;
        top: 92px;
    right: 36px;
    cursor: pointer;
    animation: clips 2s linear infinite;
}
#banner .pop-up-1:before{
    /*content: '';*/
    position: absolute;
    background: transparent;
    color: #000;
    top: 0%;
    animation: clips 6s linear infinite;
    right: 0%;
        width: 100%;
    height: 100%;
    z-index: 1; 
        border-radius: 0
    border: 1px dashed #fff;
    opacity: 1;
    transition: all 0.5s;
}
#banner .pop-up-1:hover:before{
    opacity: 1;
    transition: all 0.5s;
    background: #fff;
}
#banner .pop-up-1 .content{
    z-index: 999999;
    position: relative;
    text-align: center;
    /*width: 170px;
    height: 170px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .pop-up-1 .content h5{
        font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

#banner .pop-up-1 .content a{
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.5s;
}
#banner .pop-up-1:hover .content a{
    background: #000;
    color: #fff;
    transition: all 0.5s;
}
@keyframes clips {
  0% {
    transform: scale(1);
    border: 2px dashed #fff;
  }
  50% {
    transform: scale(1.3);
    border: 2px dashed #fff;
  }
    100% {
        transform: scale(1);
        border: 2px dashed #fff;
      }
}


#banner .pop-up-2{
    position: absolute;
    color: #000;
    top: 30%;
    left: 10%;
    cursor: pointer;
    text-align: center;
}

#banner .pop-up-2 .content{
    animation: rotates 6s linear infinite;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #fff;
    border-radius: 50%;
    transition: all .8s;
}
#banner .pop-up-2 .content a{
    color: #fff;
    font-size: 20px;
    transform: scale(.9);
    transition: all .8s;
}

#banner .pop-up-2:hover .content{
    background: #fff;
    transition: all .8s;
}

#banner .pop-up-2:hover .content a{
    transform: scale(1.1);
    color: #000;
    transition: all .8s;
}

@keyframes rotates {
  0% {
    transform: translate3d(0px, 0px, 0px) rotateZ(0deg);
  }
  50% {
    transform: translate3d(40px, 40px, 40px) rotateZ(180deg);
  }
  100%{
    transform: translate3d(0px, 0px, 0px) rotateZ(360deg);
  }
}



#Sustainability{
    text-align: center;
    background: linear-gradient(60deg, rgba(56, 117, 146, 1) 0%, rgba(0, 172, 182, 1) 100%);
    color: white;
}


.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

/* Animation */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
.button_container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.button_container span {
    background: #000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 12px;
}
.button_container span:nth-of-type(3) {
    top: 20px;
}
.main-header .menu.active .top{
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff;
}
.main-header .menu.active .middle{
    opacity: 0;
    background: #fff;
}
.main-header .menu.active .bottom{
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff;
}
.desk-hide{
    display: none;
}



@media (max-width:1240px){
    .logo img{
        width: 140px;
    }
    #banner .image-container .content{
        height: 250px;
        width: 250px;
    }
    #banner .image-container .content h1{
        font-size: 35px;
    }
    #banner .image-container .content h4{
        font-size: 20px;
    }
    #banner .overlay-info p{
        font-size: 18px;
    }
    #banner .overlay-info{
            bottom: 17vh;
    }
    .who-we-inner .title{
        width: 200px;
        height: 200px;
            font-size: 28px;
    }
    #who_we_are .info{
        width: calc(100% - 200px);
    }
    .desk-hide{
    display: block;
    }
    .menu .inner-top{
    display: none;
    }
    .menu .inner-top.active{
        display: block;
        transition: all .8s;
    }
    .menu .inner-top .inner-menu{
        position: fixed;
        top: 50%;
        bottom: 50%;
        left: 50%;
        right: 50%;
        margin: 0;
        display: none;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        color: #fff;
        background: linear-gradient(60deg, rgba(56, 117, 146, 1) 0%, rgba(0, 172, 182, 1) 100%);
        background-color: white;
        transition: all .8s;
    }
    .menu .inner-top.active .inner-menu{
        display: flex;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .8s;
        z-index: 999;
    }
    .menu .inner-top.active .inner-menu a{
        color: #fff;
        font-size: 26px;
    }
}

@media (max-width:767px){
    .title{
        font-size: 35px;
    }
    #banner .overlay-info p{
        font-size: 13px;
    }
    .who-we-inner{
        flex-flow: column;
    }
    #who_we_are .info{
        width: 100%;
        padding-left: 0;
    }
    .who-we-inner .info >div{
        flex-flow: column;
    }
    .who-we-inner .inner-content{
        width: 100%;
        padding-left: 0;
    }
    /*#banner .image-container{
            height: calc(100vh - 55px);
    }*/
    #who_we_are{
        padding: 73px 10px 20px;
    }
    #why_us{
        padding: 60px 10px 50px;
    }
    .waves{
        height: 10vh;
        min-height: 55px;
    }
    #banner .overlay-info{
        bottom: 10vh;
    }
    #banner .image-container .content{
            height: 160px;
    width: 160px;
    }
    #banner .image-container .content h1{
        font-size: 23px;
    }
    #banner .image-container .content h4{
        font-size: 15px;
    }
    #banner .pop-up-1 .content a{
        padding: 5px 10px;
    font-size: 14px;
    }
    #banner .pop-up-2{
            top: auto;
    bottom: 28%;
    }
    #banner .pop-up-2 .content{
        height: 100px;
    width: 100px;
    }
    #banner .pop-up-2 .content a{
        font-size: 13px;
    }
    .who-we-inner .title{
            width: auto;
    height: auto;
    font-size: 28px;
    border-radius: 0;
    padding: 10px 20px;
    }
    .who-we-inner .title:after{
        border-radius: 0;
    }
    .who-we-inner .number{
        width: 50px;
    height: 50px;
    }
    .our-category{
        flex-flow: column;
        padding: 0 10px;
    }
    .our-category >div{
        width: 100%;
        padding: 10px 0;
    }
    #Transport-and-Packaging .bulk-display{
        flex-flow: column;
    }
    #Transport-and-Packaging .bulk-display >div{
        width: 100%;
        padding: 10px 0;
    }
    #contact_us .contact-inner{
        flex-flow: column;
    }
    #contact_us .line{
        width: 100%;
    background: #fff;
    height: 2px;
    margin: 30px 0;
    }
    .why-us-content .single-block{
        width: 33.33%;
        padding: 10px;
    }
    .why-us-content .single-block .image{
        padding: 15px;
        width: 60%;
    }
    .why-us-content .single-block .info{
            font-size: 14px;
    }
    #Sizing td{
            padding: 5px 2px;
    font-size: 11px;
    }
}