/*-------------------------------------*/
/* Basic Components */
/*-------------------------------------*/


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    background-color: white;
    color: #555;
    font-family: 'Lato','Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    
}
.clearfix{zoom:1}
.clearfix:after{
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*-------------------------------------*/
/* Reusable Components */
/*-------------------------------------*/

.box{
    padding: 1%;
}
.row{
    max-width: 1140px;
    margin: 0 auto;
    
}
section{

    padding: 80px 0;
    color: black;
    background-color: white;

}

/*------Headings------*/
h1{
    margin-top: 0;
    color: black;
    font-size: 200%;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-bottom: 20px;

}
h2{
    font-size: 180%;
    font-weight: 500;
    word-spacing: 1.5px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a2c57;
    
    

    
    
}
h2:after{
    display: block;
    height: 2px;
    background-color: #82a5ec; 
    content: " ";
    width: 100px;
    margin: 30px auto;
}
h3{
     font-size: 110%;
    font-weight: 300;

    margin-bottom: 15px;

    
}
h4{
    text-align: center;
    font-size: 120%;
    margin-top: 15px;
}
h5{
    font-size: 180%;
    font-weight: 500;
    word-spacing: 1.5px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    
}
h5:after{
    display: block;
    height: 2px;
    background-color: #82a5ec; 
    content: " ";
    width: 100px;
    margin: 30px auto;
}
/*-----Paragraphs------*/
.long-copy{
    line-height: 145%; 
    width: 64%; 
    margin: 0 18%;
}
.box p{
    font-size: 90%;
    line-height: 145%;
}
/*-----Icons------*/
.icon-big{
    font-size: 300%;
    display: block;
    color: darkred;
    margin-bottom: 10px;
}





/*-----Buttons------*/
/* .btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 200px;
    color: white;
    margin-right: 20px;
    transition: font-size 0.5 s;
     
}
.btn-full:link,
.btn-full:visited,
input[type=submit]{
border: 1px solid white;
     
}

.btn-ghost:link,
.btn-ghost:visited{
    border: 1px solid white;
}
.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active
{
    font-size: 120%;
    
}
input[type=submit]{
    color: white;
    background-color: black;
    font-weight: 400;
    border: 2px solid darkred;
} */


/*-------------------------------------*/
/* Header */
/*-------------------------------------*/


header{
    
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)),url(images1/rogers.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    
}
.Hero-Text-Box{
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    
    
}
.company-name{
    color: black;
    float: left;
    margin-top: 40px;
    font-size: 200%;
    font-weight: 500;
        
    
}
.company-name img{
    height: 75px;
    width: 300px;
}
/* MAin - Navi */

nav p{
    
}

.main-nav{
    float: right;
    list-style: none;
    margin-top: 60px;
    
}
.main-nav li{
    display: inline-block;
    margin-left: 40px;
    
}
.main-nav li a:link,
.main-nav li a:visited{
    color: #1a2c57;
    text-decoration: none;
    font-size: 90%;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s;
    transition: font-size 0.5s;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    
    
    
    
}
.main-nav li a:hover,
.main-nav li a:active{
    color: #1a2c57;
    text-decoration: none;
    font-size: 90%;
    text-transform: uppercase;
    border-bottom: 2px solid #1a2c57;
    
    
    font-size: 110%;
    
}
 /*     Sticky - navi   */

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:#f5f5f5;
    box-shadow: 0 4px 4px #1a2c57;
    z-index: 9999;
    

    
    

}

.sticky .main-nav{
    margin: 0;
    padding: 20px 0;
    font-weight: 400;
    padding-bottom: 30px;
}
.sticky .company-name{
    margin-top: 0;
    font-size: 110%;
    
}
.sticky .company-name img{
    height: 65px;
}
  .sticky .main-nav li a:link,
  .sticky .main-nav li a:visited{
    
      color: #1a2c57;
     
      
}
.sticky .main-nav li a:hover,
.sticky .main-nav li a:active{
    border-bottom: hidden;
}   



/*     Mobile - navi   */

.mobile-nav-icon{
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i{
    font-size: 200%;
    color: #1a2c57;
}

.about-us{
    color: #1a2c57;
    font-weight: 500;
    letter-spacing: 0.5px;
    word-spacing: 1.5px;
    padding-bottom: 0;
    
}
.about-us li{
    padding: 10px;
}
.text-trade{
    margin-top: 50px;
    display: flex;
justify-content: center;
}
.text-trade img{
    margin-bottom: 60px;
    height: 100px;
    width: 350px;
    margin-right: 30px;
    
}

.test-report{
    margin-top: 100px;
}

.why-efofex{
    margin-top: 100px;

}
.why-efofex h2:after{
    background-color: #1a2c57;
}

.US{
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.US img{
    margin-top: 100px;
    height: 150px;
    width: 300px;
}

.us-text{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    font-weight: 500;
}

.us-text1{
    margin-right: 25%;
    margin-left: 25%;
    margin-top: 30px;
    width: 50%;
    color: #1a2c57;
    font-weight: 500;
    font-size: x-large;
}
    

.owners{
    margin-top: 100px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 200px;
    
    
}
.owners img{
    float: right;
    height: 300px;
    width: 250px;
    border: solid 3px #1a2c57;
    box-shadow: 0 6px 6px #1a2c57;
}
.email{
    font-size: 30px;
    display: flex;
    justify-content: center;
}
.email1{
    font-size: 25px;
    display: flex;
    justify-content: center;
    font-weight: 300;
}
.main-product{
    text-align: center;
}

.main-product img{
    margin-top: 50px;
    width: 400px;
    height: 100px;
}
.our-products{

}
.product{
    margin-top: 20px;
    color: #1a2c57;
    font-weight: 500;
}
.product-img{
    text-align: center;
}
.product-img img{
    height: 600px;
    width: 600px;
    
}
.product-showcase{
    
    list-style: none;
    width: 100%;
}
.product-showcase li{
    display: block;
    float: left;
    width: 50%;
   
    margin: 0 auto;
    
}
.mask-photo{
    width 100%; 
    margin 0; 
    overflow: hidden;
    
}
.mask-photo img{
   
    width: 100%;
    height: 550px;
    margin: 0;
    
    
}
.mask-photo1{
    width 100%; 
    margin 0; 
    overflow: hidden;
    
}
.mask-photo1 img{
   
    width: 100%;
    height: 550px;
    margin: 0;
    
    
}
.mask-showcase{
    
    list-style: none;
    width: 100%;
}
.mask-showcase li{
    display: block;
    float: left;
    width: 50%;
   
    margin: 0 auto;
    
}
.pack-showcase{
    
    list-style: none;
    width: 100%;
    margin-top: 100px;
}
.pack-showcase li{
    
    display: block;
    float: left;
    width: 33.33%;
   
    margin-top: 50px;
    
    
}
.pack-photo{
    width 100%; 
    margin 0; 
    overflow: hidden;
}
.pack-photo img{
    width: 100%;
    height: 400px;
    margin: 0;
}

.packaging-showcase{
    
    list-style: none;
    width: 100%;
}
.packaging-showcase li{
    display: block;
    float: left;
    width: 25%;
   
    margin: 0 auto;
    
}
.packaging-photo{
    width 100%; 
    margin 0; 
    overflow: hidden;
}
.packaging-photo img{
   
    width: 100%;
    height: 300px;
    margin: 0;
    opacity: 0.7;
    background-color: white;
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.5s;
    
    
    
}
.packaging-photo img:hover{
    transform: scale(1.03);
    opacity: 1;
}

.packaging{
    margin-top: 30px;
}
.our-machinery{
    margin-top: 100px;
}
.machinery-text{
    margin-top: 50px;
    display: flex;
    justify-content: center;
        
}
.machinery-text img{
    height: 400px;
    
}
.y-efofex{
    background-color: #82a5ec;
    margin-top: 0;
    padding-top: 0;
    
    
}
.why-efofex{
    
    
}

.why-points{
    color: #1a2c57;
    font-weight: 500;
    letter-spacing: 0.5px;
    word-spacing: 1.5px;
     
    
}
.why-points li{
    padding: 15px;
    font-size: 30px;
   
    
}
input[type=submit] {
    display: inline-block;
    color:white;
    margin-left: 25px;
    height: 60px;
    width: 90px;
    font-size: 15px;
    border-radius: 20px;
    /*overflow: hidden;*/
    transition: 0.5s;
    letter-spacing: 0.5px;
    background-color: #1a2c57;
    border-color: #1a2c57;
    text-transform: uppercase;

}
input[type=submit]:hover{
    background: #82a5ec;
    color: white;
    border-color:  #82a5ec;


    box-shadow: 0 0 5px #82a5ec ,
                0 0 25px #82a5ec ,
                0 0 50px #82a5ec ,
                0 0 200px #82a5ec;

}
.test-report a{
    text-decoration: none;
    list-style: none;
     
}
.test-report{
    color: #1a2c57;
    display: block;
    align-content: center;
    text-align: center;
   
}
.test-report p{
    font-size: 35px;
    font-weight: 500;
}
.video{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.col-4{
    margin-top: 20px;
    float: left;
    width: 33.33%;
}    
.number{
    
}
.terms{
    font-weight: 100;
    font-size: 15px;
    margin-right: 10px;
    
    
    
}
.terms a{
    text-decoration: none;
    list-style: none;
    color: white;
}
.terms a:visited{
    color: white;
}
.terms a:hover{
    text-decoration: underline;
}


/*-------------------------------------*/
/* features */
/*-------------------------------------*/
.features .long-copy{

    margin-bottom: 30px;
}
.features{
        background-color: #f5f5f5;
}

.video video{
    width: 500px;
    height: 350px;
   
}






/*-------------------------------------*/
/* cars */
/*-------------------------------------*/

.section-cars{
    background-color: white;
    padding: 0;
    margin-top: 100px;
}
.cars-showcase{
    background-color: white;
    list-style: none;
    width: 100%;

}
.cars-showcase li{
    display: block;
    float: left;
    width: 25%;
    background-color: white;
    margin: 0 auto;
    
}
.car-photo{
    width 100%; 
    margin 0; 
    overflow: hidden;
    
}
.car-photo img{
    opacity: 0.7;
    width: 100%;
    height: 300px;
    margin: 0;
    background-color: black;
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.5s;
}
.car-photo img:hover{
    transform: scale(1.03);
    opacity: 1;
}



/*-------------------------------------*/
/* How it works */
/*-------------------------------------*/

.steps{
    background-color: #f5f5f5;
}

.steps-box:first-child{
    text-align: right;
    padding-right: 3%;
    margin-top:30px;
    
}
.steps-box:last-child{
    
    padding-left: 3%;
    margin-top: 70px;
    
}
.app-screen{
     width: 40%;
}
.works-steps:first-of-type{
    margin-bottom: 50px;
}
.works-steps:last-of-type{
    margin-bottom: 50px;
}
.second{
    margin-bottom: 30px;
}

.works-steps div{
    color: darkred;
    border: 2px solid darkred;
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 55px ;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%; 
    margin-right: 25px;
}


/*-------------------------------------*/
/* Cities */
/*-------------------------------------*/

.box img{
    width: 100%;
    height: 200px;
    
    
    
}
/*-------------------------------------*/
/* Contact-us */
/*-------------------------------------*/

.section-form{
    background-color: #1a2c57;
    color: white;
    height: 350px;
}


.contact-form{
     width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    
    background-color: #1a2c57;
    color: white;
    font-weight: 400;

}

input[type=text],
input[type=email],
select,
text-area{
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 3px solid rgb(130, 165, 236);
}

textarea{
    height: 100px;
    width: 300px;

}
.l1{
    color: white;
    font-weight: 400;
}
input[type=checkbox]{
    margin: 10px 5px 10px 0;
    
}
*:focus{
    outline: none;
}


/*-------------------------------------*/
/* Animations */
/*-------------------------------------*/

.js--wp-1,
.js--wp-2,
.js--wp-3{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    
}

.js--wp-1.animate__animated,
.js--wp-2.animate__animated,
.js--wp-1.animate__animated{
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}



