@font-face {
    font-family: "helvetica";
    src: url('../fonts/helvetica.ttf');
}
@font-face {
    font-family: "super-sans";
    src: url('../fonts/super-sans.ttf');
}
:root{
    --normal-font:"super-sans";
    --bold-font:"helvetica";
    --primary-color : "#b29957";
}
*{
    font-family: var(--normal-font);
}
a{
    text-decoration: none;
    color: #000;
}
li{
    list-style: none;
}
ul{
    padding-left: 0px;
}
.ptb100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.mtb70{
    margin-top: 70px;
    margin-bottom: 70px;
}
.pt70{
    padding-top: 70px;
}
.pb70{
    padding-bottom: 70px;
}
.mb70{
    margin-bottom: 70px;
}
.ptb50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt50{
    padding-top: 50px;
}
.pb50{
    padding-bottom: 50px;
}
.pt30{
    padding-top: 30px;
}
.pb30{
    padding-bottom: 30px;
}
header{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-heading{
    font-family: var(--bold-font);
    font-size: 35px;
    font-weight: 900;
}
.heading-about{
    position: relative;
    text-align: center;
}
.heading-about::after{
    content: "";
    position: absolute;
    height: 2px;
    background-color: #f7c16f;
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    z-index: 999;
    border-radius: 50px;
}
.heading-about::before{
    content: "";
    position: absolute;
    height: 2px;
    background-color: #f7c16f;
    width: 25%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    z-index: 999;
    border-radius: 50px;
}
.about-text p{
    font-size: 17px;
    line-height: 1.5;
    text-align: justify;
}
.theme-btn{
  padding: 7px 10px;
  color: #fff;
  background-color: #e0ad5f;
  font-size: 18px;
  border: 2px solid #6d4305;
  margin-top: 20px;
}
.about-text h3{
    font-size: 32px;
}

.about-text{
    padding-left: 30px;
}
.product-hover_effect {
    position: relative;
  }
  
  .product-hover_effect:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
  }
  
  .product-hover_effect:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
  }
  
  .product-hover_effect:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
    left: 50%;
    right: 50%;
  }
  
  .product-hover_effect:hover:after {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    top: 50%;
  }
  .product-inner{
    position: relative;
  }
  .product-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 999;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .product-text h4{
    font-size: 35px;
  }
  .product-inner:hover .product-text{
    opacity: 1;
  }
  .product-inner::after{
    content: "";
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
  }
  .product-inner:hover:after{
    opacity: 0.3;
  }
.test-container{
    background-image: linear-gradient(#fadaab, #fadaab);
    padding: 70px 50px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.test-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.test-img img{
    border-radius: 50%;
}
.test-img{
    display: flex;
    justify-content: center;
}
.stars{
    display: flex;
    justify-content: center;
    column-gap: 5px;
    margin-top: 15px;
}
.stars i{
    color: #da8b14;
    font-size: 14px;
}
.test-text{
    text-align: center;
    padding: 0px 60px;
}
.test-text p{
    color: #070707;
    font-size: 19px;
    line-height: 1.5;
    position: relative;
    padding-top: 15px;
}
.test-text p::after{
    content: "";
    height: 2px;
    width: 80px;
    background-color: #da8b14;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.test-text h5{
    padding-top: 15px;
    font-size: 18px;
    color: #000000;
}
.enquiry-form input{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: none;
    border-radius: unset;
    border-bottom: 1px solid #da8b14;
}
.enquiry-form textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: none;
    border-radius: unset;
    border-bottom: 1px solid #da8b14;
}
.enquiry-form ::placeholder{
    color: #000;
}
.form-wrapper{
    background-color: #fff;
    padding: 20px;
    border: 4px solid #da8b14;
}
.form-btn{
    color: #fff !important;
    padding: 10px 15px;
    background-color: #da8b14 !important;
    border: 3px solid #da8b14 !important;
    font-size: 20px !important;
    font-weight: 600;
    transition: .3s;
    width: 30% !important;
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    border-radius: 5px !important;
}
.form-btn:hover{
    background-color: #fafafa !important;
    color: #da8b14 !important;
    transition: .3s;
}
.form-wrapper h4{
    font-size: 35px;
    margin-bottom: 20px;
}
.test-wrapper{
    padding: 35px;
    border-radius: 25px;
}

.test-swipe .swiper-button-next::after {
    font-size: 26px;
    color: #000000;
    height: 52px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-items: center;
    border-radius: 50%;
}
.test-swipe .swiper-button-prev::after {
    font-size: 26px;
    color: #000000;
    height: 52px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-items: center;
    border-radius: 50%;
}
footer{
    background-color: #feeed7;
}
.footer-column p{
    font-size: 17px;
    text-align: justify;
    margin-top: 5px;
    line-height: 1.5;
}
.footer-column h4{
    font-size: 25px;
    position: relative;
}
.footer-column h4::after{
    position: absolute;
    content: "";
    width: 2    0%;
    height: 3px;
    background: #da8b14;
    left: 0%;
    bottom: -10px;
}
.footer-links{
    margin-top: 20px;
}
.social-icons{
    margin-top: 20px;
}
.footer-links li{
    font-size: 18px;
    line-height: 1.5;
}
.social-icons i{
    font-size: 20px;
    margin-right: 15px;
    transition: .3s;
}
.social-icons i:hover{
    color: #da8b14;
    transform: scale(1.2);
    transition: .3s;
}
.sustainable-icon{
    display: flex;
    justify-content: center;
}
.sustainable-icon img{
    width: 20%;
}
.sustainable-text h3{
    text-align: center;
    padding-top: 20px;
}
.sustainable-sec{
    background-color: #feeed7;
}
.sustainable-box{
    background-color: #fff;
    padding: 20px;
    /* border-radius: 20px; */
    min-height: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sustainable-box-data img{
    width: 27%;
    height: max-content;
}
.sustainable-box-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sustainable-innner-text li{
    color: #da8b14;
    font-size: 15px;
}
.sustainable-innner-text{
    display: flex;
    column-gap: 15px;
}
.sustainable-innner-text ul{
    margin: 0px;
}
.manfacturing-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px;
    /* border-radius: 15px; */
    position: relative;
    overflow: hidden;
    transition: .3s;
    min-height: 480px;
}
.manfacturing-box h4{
    padding: 15px 00px 0px 0px;
    text-align: center;
    font-size: 18px;
}
.manfacturing-box p{
    text-align: justify;
    font-size: 16px;
}
.manfacturing-box::after{
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    background-color: #fadaab;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: .3s;
}
.manfacturing-box:hover::after{
    width: 100%;
    height: 100%;
    transition: .3s;
}
.manfacturing-box:hover h4{
    color: #000000;
    transition: .3s;
}
.manfacturing-box:hover p{
    color: #000000;
    transition: .3s;
}
.skill-text-box{
    padding: 10px;
    background-color: #f7f7f7;
    border-bottom: 4px solid #da8b14;
    margin-bottom: 5px;
}
.skill-text-box p{
    margin-bottom: 5px;
    font-size: 18px;
}
.skill-slider .swiper-button-next::after {
    font-size: 32px;
    background-color: #e0ad5f;
    color: #fff;
    height: 75px;
    padding: 0px 18px;
    display: flex;
    align-items: center;
    justify-items: center;
  }
.skill-slider .swiper-button-prev::after {
    font-size: 32px;
    background-color: #e0ad5f;
    color: #fff;
    height: 75px;
    padding: 0px 18px;
    display: flex;
    align-items: center;
    justify-items: center;
  }

.technical-skill-box{
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 590px;
}
.technical-skill-box h4{
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
}
.technical-skill-box p{
    font-size: 18px;
    text-align: justify;
    padding-top: 10px;
}
.main-heading-white{
    color: #fff;
}
.certifcate-sec{
    background-image: linear-gradient(#0000007e, #0000007e),url('../images/certificate-bg.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.certificate-wrapper p{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.certificate-img{
    background-color: #feeed7;
    padding: 10px;
}
@media (max-width : 1200px) {
   .enquiry-sec img{
    width: 100%;
   } 
   .sustainable-innner-text li{
    font-size: 14px;
   }
   .sustainable-text h3{
    font-size: 22px;
   }
   .manfacturing-box{
    padding: 10px;
   }
   .manfacturing-box h4{
    font-size: 18px;
   }
   .manfacturing-box p{
    font-size: 15px;
   }
   .skill-text-box p{
    font-size: 15px;
   }
   .skill-text-box h4{
    font-size: 18px;
   }
   .technical-skill-box{
    font-size: 10px;
   }
   .technical-skill-box h4{
    font-size: 20px;
   }
   .technical-skill-box p{
    font-size: 16px;
   }
   .certificate-wrapper p{
    font-size: 18px;
   }
}
@media (max-width : 992px) {
    .about-text h3 {
        font-size: 25px;
    }
      .about-text p {
        font-size: 16px;
    }
    .product-inner img{
        width: 100%;
    }
    .product-text h4 {
        font-size: 25px;
    }
    .main-heading{
        font-size: 32px;
    }
    .test-wrapper{
        padding: 0px;
    }
    .form-wrapper h4 {
        font-size: 25px;
    }
    .sustainable-innner-text li {
        font-size: 13px;
    }
    .manfacturing-box{
        min-height: 410px;
    }
    .sustainable-box{
        padding: 10px;
    }
    .sustainable-icon img {
        width: 30%;
    }
    .sustainable-box{
        min-height: 280px;
        padding: 10px;
    }
    .sustainable-text h3 {
        font-size: 18px;
    }
    .technical-skill-box{
        padding: 10px;
    }
    .technical-skill-box h4 {
        font-size: 18px;
    }
    .technical-skill-box{
        min-height: 540px;
    }
    .certificate-wrapper p{
        margin-top: 25px;
    }
    .footer-column img{
        width: 100%;
    }
}
@media (max-width : 768px) {
    .about-text {
        padding-left: 0px;
        margin-top: 25px;
    }
    .ptb100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .test-box {
      padding-left: 20px;
      padding-right: 20px;
    }
    .form-wrapper{
        margin-top: 30px;
    }
    .sustainable-icon img {
        width: 15%;
    }
    .sustainable-box{
        padding: 20px;
    }
    .sustainable-text h3 {
        font-size: 25px;
    }
    .sustainable-innner-text li {
        font-size: 16px;
    }
    .manfacturing-box h4 {
        font-size: 24px;
    }
    .manfacturing-box p {
        font-size: 18px;
    }
    .manfacturing-box {
        padding: 20px;
    }
    .technical-skill-box p {
        font-size: 19px;
    }
    .technical-skill-box {
        padding: 20px;
    }
    .technical-skill-box h4 {
        font-size: 25px;
    }
    .footer-column img {
        width: auto;
      }
      .test-text{
        text-align: center;
        padding: 0px 0px;
    }
}
@media (max-width : 576px) {
    .main-heading {
        font-size: 25px;
    }
    .about-text h3 {
        font-size: 20px;
    }
    .about-text p {
        font-size: 15px;
    }
    .test-container {
        padding: 70px 0px;
    }
    .test-text p{
        font-size: 15px;
    }
    .sustainable-box{
        min-width: 100%;
    }
    .sustainable-innner-text li {
        font-size: 13px;
    }
    .sustainable-text h3 {
        font-size: 20px;
    }
    .sustainable-icon img {
        width: 22%;
    }
    .main-heading {
        font-size: 20px;
    }
    .manfacturing-box h4 {
        font-size: 19px;
    }
    .manfacturing-box p {
        font-size: 15px;
    }
    .manfacturing-box{
        min-height: 100%;
    }
    .main-heading {
        font-size: 18px;
    }
    .technical-skill-box p {
        font-size: 16px;
    }
    .technical-skill-box{
        min-height: 100%;
    }
}
.capabilities-text p{
    margin: 10px 0px 10px 0px;
    font-size: 17px;
}