body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

 @font-face {
    font-family: MetaPro-Bold; 
    src: url(fonts/MetaPro-Bold.otf); 
   } 


 @font-face {
    font-family: MetaPro-Light; 
    src: url(fonts/MetaPro-Light.otf); 
   } 

 @font-face {
    font-family: MetaPro-Medi; 
    src: url(fonts/MetaPro-Medi.otf); 
   }

@font-face {
    font-family: MetaPro-Book; 
    src: url(fonts/MetaPro-Book.otf); 
   }

@font-face {
    font-family: MetaPro-BookIta; 
    src: url(fonts/MetaPro-BookIta.otf); 
   }


 h1, h2, h3, h4, h5, h6{ 
    display: inline-block;
    text-align: center;
    font-size: 38px; 
    font-family: Gilroy-ExtraBold;   
    color: #0d0e25;
    padding: 5px;
     width: 100%;
    text-transform: uppercase;
}

a{
    text-decoration: none;   
    text-decoration-color: black;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background: #2C2C2C;
    z-index: 99999;
}

.menu-mob{
    display: none;
}

header .container{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.logo{
  width: 20%;
  padding-top: 10px;
    margin-left:-20%;
}

.logo img{
  width: 60%
}


.menu-main{
width: 70%;
padding-top: 20px;
margin-left: -27%;
}

.menu {
font-family: MetaPro-Light;
color: #FFA07A; 
display: flex; 
font-size: 18px; 
text-align: center; 
text-transform: uppercase;    
width: 100%;
margin-top: 10px;
}

.menu li{
  list-style: none;
  background: #2C2C2C;
  position: relative;
  text-align: left;
}

.tier{   
}

.menu a {
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transition: all .7s;
  padding-left: 20px;
  padding-right: 20px;
}

.menu a:hover {
  background: #FFCA66;
  color: white;
}

.menu ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  padding: 0;
}

.menu li:hover > ul {
  display: block;
  font-size: 20px; 
}

.menu ul ul {
  display: none;
  top: 0;
  left: 100%;
}

.clear{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.main-wrap {
  max-width: 1300px;
  min-width: 1820px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  z-index: 10;
  text-align: center;  
  display: block;
}

.wrap {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  padding-top:5%;
}

{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.menu-list img{
    width: 130px;
    padding-right: 50px;
    margin-top: 15px;
    margin-left: 50px;
     display: inline-block;
}

.banner {
    width: 100%;
    height: 100vh;
    text-align: center;
    background-image: url('img/main.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-title{
    width: 100%;
    text-align: center;
    color: #FFCA66;
    text-shadow: 1px 1px 1px #2C2C2C;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 85px;
    font-size: 38px;
    font-family: MetaPro-Light; 
}

.banner-title span{
    color: #FFCA66;
    text-shadow: 1px 1px 1px #2C2C2C;
    font-size: 42px;
    text-transform: uppercase;
    padding-top: 90px;
    line-height: 85px;
    font-size: 96px;
    font-family: MetaPro-Medi; 
}

.about{
  padding: 50px 0 50px 0;
}

.about .container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  width: auto;

}

.about .left{
  width: 30%;
  height: 400px;
  padding-top: 20px;
}
.about img{
  width: 95%;
  height: 300px;
}

.about .left p{
  padding-top: 10px;
  font-size: 26px;
  font-family: MetaPro-Medi;
  margin: 0 auto;
  text-align: center;  

}

.about .right{
  width: 65%;
}

.about-title{
  text-align: left;
  font-size: 26px;
  font-family: MetaPro-Medi; 
  margin-top: 20px;
  padding-left: 30px;
}

.about .right p{
  font-size: 16px;
  font-family: MetaPro-Book; 
  text-align: left;
  padding-top: 20px;
  padding-left: 30px;
}

.post{
  padding: 40px 0 50px 0;
}

.post a{
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.post a:hover{
  color: #FFCA66;
   transition: all .7s;
}

.post-item{
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;  
  align-items: center;
}

.post-left{
  width: 45%;
}

.post-menu-top{
  font-size: 15px;
  font-family: MetaPro-Book; 
  text-align: left;  
  color:#FFCA66;
}

.post-title{
  text-align: left;
  font-size: 30px;
  font-family: MetaPro-Bold;   
}

.post-text p{
  font-size: 15px;
  font-family: MetaPro-Book; 
  text-align: left;
  padding-top: 30px;

}

.post-right{
  width: 45%;
  height: 350px;
}

.page{
  padding: 120px 0 0 0;
}

.page-image{
  width: 90%;
  height: 500px;
  margin: 0 auto;
  text-align: center;
}

.page-cont{
  width: 90%;
  margin: 0 auto;
  text-align: left;  
}

.page-cont-title{
  font-size: 40px;
  font-family: MetaPro-Bold;
  padding-bottom: 30px     
}

.page-cont-text p{
  font-size: 16px;
  font-family:  MetaPro-Book; 
  text-align: left;
  padding-top: 30px;
}

.italic{
  font-family: MetaPro-BookIta;
}


.content {
  display: grid;
  grid-template-areas: 
    'i1 i2 i3';
  grid-gap: 1vw;
  width: 100%;
}

.content > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.content > img:nth-child(1) {grid-area: i1;}
.content > img:nth-child(2) {grid-area: i2;}
.content > img:nth-child(3) {grid-area: i3;}



 *,
    *::before,
    *::after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }


    .sl-container {
      width: 100%;
      margin: 0 auto;
    }

    .itc-slider-items {
      counter-reset: slide;
    }

    .itc-slider-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      counter-increment: slide;
      height: 900px;
      position: relative;
    }

    .itc-slider-item::before {
      content: counter(slide) ;
      position: absolute;
      top: 10px;
      right: 20px;
      color: #fff;
      font-style: italic;
      font-size: 32px;
      font-weight: bold;
      display: block;
    }

    .itc-slider-item:nth-child(1) {
       width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .itc-slider-item:nth-child(2) {
   width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .itc-slider-item:nth-child(3) {
   width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .itc-slider-item:nth-child(4) {
   width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .itc-slider-item:nth-child(5) {
   width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }


    .itc-slider-item:nth-child(6) {
   width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }



    .itc-slider-item:nth-child(7) {
   width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }



    .itc-slider-item:nth-child(8) {
   width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }



    .itc-slider-item:nth-child(9) {
   width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }





    .column {
      width: 100%;
      height: auto;
      margin-top: 20px;
   
  }

    .column p{
      text-align: left;
      font-size: 20px;
     font-family: MetaPro-Book;
    }

    .wrap {
    width: 1450px;
    margin: 0 auto;
    position: relative;
    padding-top:5%;

}

.info{
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.tableone{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: MetaPro-Light;
}

.tableone th{
    padding: 10px;
    font-size: 18px;
    background-color:#FFCA66;
    text-align:center;
    width: 250px;
    height: 20px;
    vertical-align: right;
    border: 2px solid white;
    margin: 0 auto;
}

.tableone caption{
    text-align: center;
     font-size: 40px;
          font-family: MetaPro-Book;
     margin-bottom: 30px;
}

.cont{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    height: auto;
}

.box{
    width: 32%;
    height: auto;
    background-color: #FFCA66;
    margin-top: 15px;

}

.box p{
  padding-top: 10px;
  padding-left: 10px;
}

.box span{
  font-family: MetaPro-Bold;
}


.cont img{
    object-fit: cover;
    width: 100%;
    height: 350px;
}

.cont p{
    font-size: 16px;
    font-family: MetaPro-Book;
    font-weight: 500;
    color:  #2C2C2C;
    text-align: left;
}


.vacuum{
    width: 100%;
    height: 30px;
}

.cont .container{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.box-eco{
    width: 32%;
    height: auto;
    background-color: #FFCA66;
}

.box-eco p{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

iframe {
  width: 100%;
}

.cogam{
  padding-top: 50px;
  padding-bottom: 50px;
}

.cogam .container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cogam-item{
  width: 47%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
  box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);  
}

.cogam-item .left{
  width: 40%;
  height: auto;
}

.cogam-item .right{
  width: 55%;
}

.cogam-title{
  font-size: 20px;
  font-family: MetaPro-Bold;
  text-transform: uppercase;
  margin-top: 20px;
}

.cogam-item p{
  width: 90%;
  font-size: 14px;
  font-family: MetaPro-Book;  
  margin-top: 20px;
}

.eco{
  padding-top: 50px;
  padding-bottom: 50px;
}

.eco .container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.eco-item{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
  box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);  
}

.eco-item .left{
  width: 55%;
  height: auto;
}

.eco-item .right{
  width: 40%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.eco-title{
  font-size: 20px;
  font-family: MetaPro-Bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 20px;
}

.eco-item p{
  width: 90%;
  font-size: 14px;
  font-family: MetaPro-Book;  
  margin-top: 20px;
  margin-left: 20px;
}