

/* @import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;500;600;700&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@500;600;700&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&display=swap'); */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: 'Catamaran', sans-serif !important; */
    font-family: "Roboto";
}

.fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    
.tell{
    margin-top:1.4rem !important;
}   
.tell a{
    color:white;
    /*text-decoration:underline;*/
    font-size:1.1rem;
}   
.tell a i{
    color: #006cb3;
    font-size:1.3rem !important;
    margin-top:1rem !important;
    display:inline-block;
}   
    
p{
    line-height: 1.5 !important;
}

.mb-1{
    margin-bottom: 1rem;
}
.mb-2{
    margin-bottom: 2rem !important;
}

body{
    position: relative;
    /* background-color: #f8f8f8 !important; */
}

.d-none{
    display: none;
}

h1,h2,h3,h4,h5{
    /* font-family: 'Lexend', sans-serif !important; */
    color: #3f3f3f;

}

.social{
    position: fixed;
    right: 1%;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;

}

.social .icon{
    margin: 0.5rem 0;
    /* padding: 0.7rem 0.8rem; */
    /* background-color: rgba(0, 0, 0, 0.4); */
    background-color: #0e76a8;
    border-radius: 4px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid 0e76a8;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.5 ); */
    display: flex; 
    /* flex-direction: column; */
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: white;
}

.social .icon .fa{
    font-size: 1.2rem !important;

}

.social .icon:nth-child(){
    background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  border: 1px solid #dc2743;

}
.social .icon:nth-child(2){
background: #25d366 !important;
border: 1px solid #25d366;

}
.social .icon:nth-child(3){
background: #1877F2 !important;
border: 1px solid #1877F2;

}
.item-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

a{
    color: #3f3f3f ; 
    text-decoration: none;
}
a:hover{
    color: unset ; 
    text-decoration: none !important;
}

li{
    list-style: none;
}

::selection{
    background-color: #006cb3;
    color: white;
}

::-webkit-scrollbar {
    width: 9px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #006cb3;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #006cb3;
  }

  html{
    scroll-behavior: smooth !important;
  }

.span-theme{
    color: white;
    background-color: #006cb3 ;
    padding: 0.3rem 1.5rem;
    position: relative;
    transform: skew(-20deg) !important;
    display: block;
    width: 220px;
    display: none;

}

.heading{
    padding: 2rem 0;
    cursor: pointer;
    position: relative;
  
}
.heading h2{
    /* margin: 1.2rem 0; */
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.heading p{
    font-size: 1.2rem;
    width: 80%;
    margin-top: 2rem;
}

span{
    color: #7ca6d7 !important;
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

}


.heading span{
    margin: 0 auto;
    color: #006cb3 !important;
}

.heading h2 a{
    position: relative;
}
    
.heading h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.9rem;
    width: 30%;
    height:3px;
    /* background-color: #006cb3; */
    background: #006cb3;

}

.heading.center h2 a::after{
    left: 50%;
    transform: translateX(-50%);
    height:5px;
    border-radius:50%;
    bottom: -1rem;



}

.burger-btn{
    cursor: pointer;
    position: relative;
    top: 2rem;
    right: 5%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

/* .burger-btn.open{
    top: 9%;
} */

.burger-btn.open .burger{
    background-color: transparent;
    right: -3px;

}
.burger-btn.open .burger::before{
    height: 3px;
    width: 20px;
transform: rotate(45deg) translate(0px , 0px);
}
.burger-btn.open .burger::after{
    height: 3px;
    width: 20px;
transform: rotate(-45deg) translate(0px , 0px);
    
}

.burger{
    
    height: 3px;
    width: 25px;
    background-color: #006bb3;
    border-radius: 5px;

}

.burger::before,.burger::after{
    content: '';
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 5px;
    background-color: #006bb3;
}
.burger::before{
    transform: translateY(-8px);
}
.burger::after{
    transform: translateY(8px);
}


.container1{
    width: 88% !important;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}
.flex-box-reverse{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.justify-evenly {
    justify-content: space-evenly;
}

.w-full{
    width: 100%;
}

.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}

.lg-50{
    width: 49.5%;
}
.lg-45{
    width: 45%;
}

.lg-40{
    width: 48%;
}
.lg-33{
    width: 32.5%;
}
.lg-24{
    width: 24.5%;
}



.radius-5{
    border-radius: 5px !important;
}

.btn1{
    padding: 0.6rem 1.8rem;
    background-color: #006cb3;
    border: 1px solid #006cb3;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.9rem !important;
}

.btn2 a{
    
    background-color: #006cb3;
    border: 1px solid #006cb3;
    cursor: pointer;
    font-size: 1rem !important;
}

.btn2 a{
    color: white !important;

}

/* Header */

header{
    padding: 0.5rem 0;
    position: fixed;
    width: 100%;
    left: 0%;
    top: 0rem;
    padding: 1rem 0;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    /* background: rgba(255, 255, 255, 0.11); */
    border-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* border: 1px solid rgba(255, 255, 255, 0.48); */
    padding: 0.7rem 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}



header .container1{
    position: relative;
}


header img{
    width: 150px !important;
    margin: 0 auto;

}

header .logo a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-block;
    margin: 0 auto;
}

header .navbar li{
   padding: 0;
   height: 100%;
}

header .navbar li a{
    color: #3f3f3f ;
    padding: 31px 1rem ; 
    font-size: 1rem;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-weight: 500;

}




header .navbar li a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    /* background-color: #006cb3; */
    background: #006cb3;
    width: 0%;
    height: 2px;
    transition: all 0.3s ease-in-out;
    border-radius:100% !important;

}

header .navbar li a.act{
    color: #006cb3;
    font-weight: 700;
}

header .navbar li a.act::after{
    width: 100%;
    transition: all 0.3s ease-in-out;


}


header .navbar li:hover a{
color: #006cb3;
}



header .navbar li:hover a::after{
    width: 100%;
    transition: all 0.3s ease-in-out;

}


/* Hero / slider */


.hero{
    /* background-image: url('images/slide1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%; */
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    color: white;
    overflow: hidden;
    position: relative;
    height: 100vh;

}

.hero::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero video{
    height: 100vh;
    object-fit: cover;
}
    
.hero .container1{
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 85%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.hero button{
    width: 150px;
    height: 40px;
    padding: 0;
    text-align: center;
    /* text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(0, 0, 0, 0.3); */
    box-shadow: 2px 4px 10px #3f3f3f;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.hero button:hover{
    box-shadow: 0px 0px 0px #3f3f3f;

}

.hero h2{
    font-size: 3.3rem;
    max-width: 550px;
    margin: 0rem 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(0, 0, 0, 0.3);
    color: white;
}

/* About */

.about{
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.about .image{
    width: 30%;
    position: relative;
}


/* .about .image .layer{
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: rgb(255, 255, 255);
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.about .image .layer p:first-child{
    text-align: right; 
    background-color: white;

}

.about .image .layer h2{
   
   
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15rem;
    color: #3f3f3f;
    background-image: url('images/hero.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
} */

.about .image::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba( 0, 0, 0, 0.4 ); */
    border-radius: 10px;

}


.about .image .layer{
    position: absolute;
    top: 5%;
    left: 5%;
    /* background-color: rgba(255, 255, 255, 0.9); */
    background-color: rgba(0, 0, 0, 0.1 );
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 2rem;
    font-weight: 600;
    font-size: 1.4rem;
    color: white;
    z-index: 1;
    border: 1px solid white;
    backdrop-filter: blur( 1px );
    -webkit-backdrop-filter: blur( 1px );
    
}
.about .image .layer p{
    text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(0, 0, 0, 0.3);
}

.about .image .layer p:first-child{
    text-align: right; 
}

.about .image .layer h2{
   
   
    text-align: center;
    /* -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 8rem;
    color: white;
    /* background-image: url('images/about.jpg');
    background-position: left !important;
    background-size: contain;
    background-attachment: fixed;
    background-color: white; */
    /* color: #006cb3 !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    font-weight: 700;
    text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(0, 0, 0, 0.3);
    
}


.about .image img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    

}
    

.about .text{
    width: 55%;
    line-height: 1.5;
}
.about .text li{
    list-style: disc;
    margin-left: 1.5rem;
}

.about .text button{
    margin-top: 1.5rem;
}

.about .text li{
    font-size: 0.9rem;
}


.about .text h2{
    font-size: 3rem;
    font-weight: 600;
    color:#3f3f3f;
    letter-spacing: -2px;
    margin-bottom: 2rem;
}

.about .text h2 span{
    color: #006cb3 !important;

}

.about .text h2 a{
    
    position: relative;
}

.about .text h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 30%;
    height: 3px;
    /* background-color: #006cb3; */
    background: #006cb3;

}

.about .text p{
    font-size: 0.9rem;
    margin-bottom: 2rem;
    
}



/* Industry */


.industry{

    background-image: url('images/industry.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 4rem 0;
}
.industry.inner .box{
    justify-content: unset !important;
}
.industry .box{
    justify-content: space-between !important;
}

.industry .block{
    margin: 0.3rem 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    cursor: pointer;
    height: 350px;
    /* margin-right: 0.5rem; */
}


.industry.inner .block{

    margin-right: 0.5rem;
}

.industry .block::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000038 ;
    transition: all 0.3s ease-in-out;
}


.industry .block:hover::after{
    background-color: #0000006e;
}


.industry .block img{
    transition: all 0.3s ease-in-out;
    height: 400px;
object-fit: cover;
}

.industry .block:hover img{
    transform: scale(1.03);
}

.industry h3{
    margin: 1rem 0 !important;
}

.industry h3 a{
    position: relative;
    transition: all 0.3s ease-in-out;
    font-size: 1rem;

}

.industry h3 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    background-color: #3f3f3f44;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.industry h3 a:hover::after{
    background-color: #006bb3;
}
/* .industry h3 a:hover{
    color: #006bb3;
} */

.industry .block p{
    position: absolute;
    left: 5%;
    bottom: 2%;
    color:white ;
    font-size: 1.5rem;
    font-weight: 500;
    z-index: 1;
    text-shadow: 2px 7px 10px rgba(0,0,0,0.1), 
    0px -4px 20px rgba(0, 0, 0, 0.1) !important;

}

.industry .block .hov p{
    font-size: 0.9rem !important;
    position: relative;
    padding-bottom: 0.3rem;

}

.industry .block .hov{
    position: absolute;
    right: 5%;
    bottom:-9%;
    color:white ;
    font-weight: 500;
    z-index: 100;
    text-shadow: 2px 7px 10px rgba(0,0,0,0.1), 
    0px -4px 20px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease-in-out;
    width: 100px;
}

.industry .block:hover .hov{
    bottom:4%;

}

.industry .block .hov p::after{
    content: '';
    position: absolute;
    left: 0%;
    bottom:2% !important;
    background-color: #006bb3;
    width: 80%;
    height: 2px;
}




/* Parallax */

.parallax{
    /* margin: 6rem 0; */
    background-image: url('images/visions.avif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 auto;
    /* margin-top: 5rem; */
    width: 100% !important;
}

.parallax.vision{
    background-image: url('images/missions.jpg');
}


.parallax .container1{
    width: 100% !important;
    
    padding: 6rem 0rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.parallax p{
    font-size: 1.2rem;
    color: white;
    width: 85%;
    margin: 0 auto;
    text-shadow: 2px 7px 5px rgba(0,0,0,0.6), 
    0px -4px 10px rgba(0, 0, 0, 0.6);
}

.parallax h2{
    
    width: 85%;
    margin: 0 auto;
    margin-bottom: 3rem;
    position: relative;
    text-shadow: 2px 7px 10px rgba(0,0,0,0.7), 
    0px -4px 20px rgba(0, 0, 0, 0.7) !important;
}


.parallax h2 a{
    font-size: 2.5rem;
    color: white;
    position: relative;
}

.parallax h2 a::after{
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 00%;
    /* transform: translateX(-50%); */
    background-color: white;
    height: 3px;
    width: 30%;
  
}


/* Partners */

.partner{
    /* margin-top: 4rem; */
    background-image: url('images/background.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 4rem 0;
}

.partner .box{
    padding: 2rem 0;
    /* background-image: url('images/hero.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    /* box-shadow: 0 0px 10px 2px #3f3f3f; */
    border-radius: 25px;
    margin-top: 0rem;
    justify-content: center !important;

}

.partner .box::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.507); */
    width: 100%;
    height: 100%;
}

.partner .block{
    width: 24%;
    text-align: center;
    margin: 1rem 0;
    position: relative;
    z-index: 10;
}

.partner .block img{
    height: 90px !important;
    width: 150px !important;
    object-fit: contain;
}

.partner .block:first-child img{
    height: 120px !important;
    width: 200px !important;
    object-fit: contain;
}
.partner .block:nth-child(2) img{
    height: 100px !important;
    width: 180px !important;
    object-fit: contain;
}




/* Footer */

footer{
    font-size: 0.9rem;
    margin-top: 0rem;
    /* background-image: url('images/footer.jpg');
    background-position: center;
    background-size: cover; */
}

footer .container1{
    padding-top:2rem ;
    position: relative;
}
footer .container1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #006bb3;
    border-radius: 700%;
}

footer .flex-box{
    padding-bottom: 1rem;
}   


footer .block:first-child{
    width: 40%;
}

footer .block:nth-child(2){
    width: 20%;
}

footer .block:last-child{
    width: 30%;
}


footer .block .head{
    margin-bottom: 3rem;
}

footer .block .head a{
    position: relative;
    font-weight: 700;
    font-size: 1.5rem;
    color: #006cb3;

}

footer .block .head a::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30%;
    height: 3px;
    background-color: #006cb3;
    

    
}

footer .block p{
    line-height: 2;
    padding-right: 2rem;
    color: #3f3f3f;
}

footer .block li{
    list-style: none;
    margin: 1rem 0 !important;
    font-size: 0.9rem;  
}

footer .block li i{
    margin-right: 0.5rem;
    color: #006cb3;
}

footer .block a{
    color: #3f3f3f;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

footer .block a:hover{
    /* font-weight: 600; */
}

footer .block img{
    width: 150px;
    margin-bottom: 2rem;

    
}

footer .block:last-child li{
margin-top: 1.5rem ;
}


footer .copy{
    padding: 0.7rem 0;
    background-color: white;
    color: #3f3f3f;
    width: 85%;
    margin: 0 auto;
    
}

footer .copy strong{
    color: #006bb3;
}


footer .copy p{
    margin-bottom: unset;
    font-weight: 600;
}



/* Detail Pages */

header.indus{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    background-color: white;
    color: #3f3f3f;
    overflow: visible;
}



/* header.indus .navbar li a{
    color: #3f3f3f ;
    padding: 2rem 2rem ; 
    font-size: 1.05rem;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease-in-out;
}

header.indus .navbar li a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #006cb3;
    width: 0%;
    height: 3px;
    transition: all 0.3s ease-in-out;
    border-radius: 0%;

}

header.indus .navbar li a.act::after{
    width: 100%;
    transition: all 0.3s ease-in-out;


}

header.indus .navbar li:hover a::after{
    width: 100%;
    transition: all 0.3s ease-in-out;

}

header.indus .navbar li:hover a{
    color: #3f3f3f !important;
} */



.info{
    /* background-image: url('images/agriculture.jpg'); */
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-attachment: fixed;
    margin-top: 5rem;
}
.info.abouts{ 
    background-image: url('images/about.jpg');

}

.info.exportt{ 
    background-image: url('images/export.png');
    height: 90vh;

}

.info.constr{ 
    background-image: url('images/constr.png');
    height: 90vh;

}

.info.constr p:last-child{ 
    font-size:0.9rem !important;
    line-height:1.5;
    width:80%;
    margin:0 auto;
    
}

.info.contacts{ 
    background-image: url('images/mission.webp');

}
.info.industries{ 
    background-image: url('images/industries.jpg');

}

.info.abouts::after{ 
    background-color: rgba(241, 241, 241, 0.001);
}

.info.agriculture{ 
    background-image: url('images/agriculture.jpg');
}
.info.cosmetics{
    background-image: url('images/cosmetics.jpg');
}
.info.ceremics{
    background-image: url('images/ceremics.jpg');
}
.info.feed{
    background-image: url('images/feed.jpg');
}
.info.food{
    background-image: url('images/food.jpg');
}
.info.glass{
    background-image: url('images/glass.jpg');
}
.info.leather{
    background-image: url('images/leather.jpg');
}
.info.paper{
    background-image: url('images/paper.jpg');
}
.info.pharma{
    background-image: url('images/pharma.jpg');
}
.info.paint{
    background-image: url('images/paint.jpg');
}
.info.pesticide{
    background-image: url('images/pesticide.jpg');
}
.info.soap{
    background-image: url('images/soap.jpg');
}
.info.textile{
    background-image: url('images/textile.jpg');
}
.info.water{
    background-image: url('images/water.jpg');
}


.info::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);

}

.info .container1{
    position: relative;
    z-index: 1;
}

.info h2{
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
    position: relative;
    text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(0, 0, 0, 0.3);
    padding: 1rem 0;
    line-height: 1.5;
}

.info p{
    line-height: 1.5;
    color: white;
    font-size: 1.1rem;
}

.info h2 span{
    color:#9eb9d8;
    font-size: 2rem;
    text-transform: uppercase;
}

.cert{
    background-color: rgba(243, 242, 242, 0.5);
    cursor: pointer;
}
.cert .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 2rem 0;
}
.cert .container1 img{
    width: 110%;
    filter: grayscale(100%);
}
.cert .container1 p{
    font-size: 1.5rem;
    font-weight: 600;
    color: #3f3f3f;
    position: relative;
}
.cert:hover .container1 p::after{
    background-color: #006bb3;

}

.cert .container1 p::after{
    content: '';
    position: absolute;
    right: -20%;
    bottom:-50%;
    background-color: gray;
    height: 200%;
    width: 3px;
    transition: all 0.3s ease-in-out;
}

/* Industries About */

.indus-about{
    padding: 6rem 0;
}

.indus-about .text{
    width: 50%;
    line-height: 2;

}
.indus-about .text h2{

    margin-bottom: 2rem  !important;
}

.indus-about .text h2 a{
    font-size: 3rem;
    position: relative;
    
}
.indus-about .text h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 30%;
    height: 4px;
    background-color: #006bb3;
}
.indus-about .text p{
    font-size: 1rem;
}

.indus-about .text h2 a span{
    color: #006cb3 !important;
}

.indus-about .image{
    width: 45%;
    position: relative;
    
}

.indus-about .image img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
}

.indus-about .image::after{
    content: '';
    position: absolute;
    left: -3.5%;
    top: 14.6%;
    height: 90%;
    width: 7px;
    background-color: #006cb3;
}


.indus-about .image::before{
    content: '';
    position: absolute;
    left: -3%;
    bottom: -4.5%;
    width: 100%;
    height: 7px;
    background-color: #006cb3;
}



/* Products */

.products{
    background-image: url('images/industry.jpg');
    padding: 5rem 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.products h2 span{
    color: #006cb3;
}

.products h4{
    font-size: 1.2rem;
}

.products .box{
    width: 100%;
    padding: 2rem 0;
}


.products .box .block h2{
    background-color: #5696df ;
    color: white;
    padding: 0.8rem 1.5rem;
    font-size: 1rem ;
    font-weight: 400;
    border-radius: 20px;
    margin: 1rem 0rem;
    margin-right: 1rem;
    text-align: center;
}

.products .box .block:nth-child(even) h2{
    background-color: #006cb3 !important;
    color: white;

}

.products .box .block:nth-child(3n) h2{
    background-color: white !important;
    color: #006cb3;
    border: 1px solid #006cb3;

}


/* product */


.product{
  padding: 4rem 0;  
}
.product .box{
    padding: 3rem 0;
}
.product .block{
    line-height: 2;
    border-radius: 20px;
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.product .block:nth-child(2){
    flex-direction: row-reverse;
    margin: 1rem 0;
    box-shadow: rgba(0, 0, 0, 0.15) -1.95px 1.95px 2.6px;
}
.product .block .img{
    height: 400px;
    overflow: hidden;

}
.product .block img{
    height: 400px;
    width: 100%;

}

.product .block .txt{
    padding: 2rem;
}


.product .block h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.product .block ul{
    margin-top:1rem ;
    padding-left: 1.5rem;
}

.product .block li{
    position: relative;
}

.product .block li::after{  
    content: '';
    position: absolute;
    left: -1.3rem;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #006bb3;

}

.product .block li strong{
    color: #3f3f3f;
}


/* About */


.company-about{
    padding: 4rem 0;
    background-image: url('images/3.png');
    /* background-size: 30%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.company-about p{
    line-height: 2;
    font-size: 1.1rem;
    margin: 1rem  0;
}

.company-about .image{
    padding: 3rem;
    margin: 0rem 0;
    border-radius:0px;
    /* background-image: url('images/contact.jpg'); */
    /* border: 1px solid #006cb3; */
    position: relative;
}
.company-about.exp .images{
    background-image: url('images/exportt.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 20px;
}
.company-about .images::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-color: #1d1d1d8e; */
    transition: all 0.3s ease-in-out;

    /* From https://css.glass */
background: rgba(0, 0, 0, 0.5);
/* backdrop-filter: blur(1px);
-webkit-backdrop-filter: blur(1px); */
}
.company-about.exp .heading h2 a::after{
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
}
.company-about.exp .images img{
    position: relative;
    z-index: 1;
}
.company-about.exp .images img{
    margin: 0 1rem;
    width: 250px;
}
.company-about.exp .images .text{
    padding: 4rem 8rem;
    line-height: 2 !important;
    position: relative;
    z-index: 1;
    color: rgb(214, 214, 214);
}
.company-about .image::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #afafaf59;
    transition: all 0.3s ease-in-out;

}

.company-about .image:hover::after{
    background-color: #006bb3;
}



.company-about .image .txt img:first-child{
    filter: grayscale(100%);
    width: 200px;
    margin-right: 2rem;
}

.company-about .image .container{
    position: relative;
    z-index: 2;
}

.company-about .image .txt{
    width: 70%;
    text-align: center;
}
.company-about .image .txt h2{
    color: #006cb3;
    /* color: white; */
}




.company-about .image .txt h2 span{
    font-weight: 400;
    color: #006cb3 !important;
}

.company-about .image .txt p{
    /* color: #504d4d; */
    color: #3f3f3f;
    font-weight: 600;
}

.company-about .image .txt p span{
    font-weight: 600;
}

.company-about .text{
    padding-top: 3rem;
}
.company-about.exp .text h4{
    font-size: 1.3rem;
    color: rgb(247, 246, 246);
    margin: 2rem 0;
    text-shadow: 1px 1px black;

}

.company-about.exp .text p{
    font-size: 1rem !important;
    text-align: justify;
    line-height: 2 !important;
    letter-spacing: 1px;
    text-shadow: 1px 1px black;
}

.group{
    width: 24%;
    /* margin-left: 18rem; */
    /* background-color: #221f1f; */
}

.group h2{
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #006bb3;
}

.group img{
    width: 50px;
    margin: 0.2rem;
    height: 50px;
}


/* Chemical */

.info.chemicals{
    background-image: url('images/chemicals/chemicals.webp');
    background-position: center !important;
}

.product-details{
    padding: 2rem 0;
}

.product-details .details .block{
background-color: rgb(250, 250, 250) !important;
    margin: 1rem 0;
    padding: 1rem 2rem;
    border-radius: 5px;
}

.product-details .details .block p,.product-details .details .block h3{
    font-size: 1rem;
    margin: 0 !important;
}

.product-details .details h2{
    margin: 1.5rem 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.product-details .details h3{
    font-size: 1.1rem;
    margin: 1rem 0;
    font-weight: 500;
}
.product-details .details p{
    margin: 1rem 0;
}

.product-details .details .desc{
    margin-top: 1rem ;
}


.product-details .details .specs{
    width: 100%;
    margin: 2rem 0;
    overflow: auto;
}
.product-details .details .specs table{ 
    width: 100%;
    text-align: left;
   margin-top: 2rem;
}
.product-details table th{ 
    margin: 2rem 0;
    padding: 0.7rem 1rem;
    font-weight: 500;
    font-size: 1rem;
    background-color: #006cb3;
    color: white;
    text-transform: uppercase;
}
.product-details table td{ 
    margin: 2rem 0;
    padding: 1rem;
    font-size: 0.9rem;
}


.product-details table tr:nth-child(odd){ 
    background-color: rgb(247, 245, 245);

}

/* Stats */

.stats .container1{
    /* background-image: url('images/chemicals/chemicals.webp'); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0rem 0;
    border-radius: 25px;
    position: relative;

}

.stats .container1::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.7); */
    border-radius: 25px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.stats .container1 .box{
    position: relative;
    z-index: 1;
}

.stats .container1 .box .block{
    color: #3f3f3f;
    margin: 2rem 4rem;
    
}
.stats .container1 .box .block h3{
    font-size: 2rem;
    
    font-weight: 600 !important;
}
.stats .container1 .box .block h3 span{
    color: rgb(63, 63, 63) !important;
}
.stats .container1 .box .block h2{
    font-size: 1rem;
    font-weight: 400;
    margin: 0.5rem 0;
}

.stats .container1 .box .block img{
    margin-bottom:1rem ;
    width: 100px;
    height: 100px;
}



.vision video{
        width: 100%;
}


/* Contact */


.contact{
    padding-top:6rem;
    background-image: url('images/map.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



.contact .text{
    padding-left: 4rem;
}


.contact h3{
    font-weight: 700;
    margin-bottom: 4rem;
}

.contact h2{
    font-weight: 700;
    font-size: 2rem;
    margin: 2rem 0;
}

.contact h4{
    font-weight: 600;
    font-size: 1rem;
    margin: 1rem 0;
}

.contact a, .contact p{
    color: #3f3f3f;
    font-weight: 400;
    font-size: 1rem;
    margin: 1rem 0;
    text-transform:capitalize;

}

.contact i{
    margin-right: 1rem;
    color: #006cb3;
}





.contact .form input , textarea{
    width: 100%;
    padding: 1rem 2rem;
    margin: 0.5rem 0 !important ;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #3f3f3f;
    color: #3f3f3f;
    
}

.contact .form input:focus , textarea:focus{
    
    border: none;
    border-bottom: 1px solid #3f3f3f;

    outline: none;
}



.map{
    width: 100%;
}

iframe{
    width: 100% !important;
    height: 350px !important;
}





/* Subscribe */

/* .subscribe{
    padding: 0rem 0;
    background-color: white;
    position: relative;
} */

.subscribe{
    background-color: #006cb3;
    /* background-image: url('images/footer.jpg'); */
    /* background-size: cover; */
    padding: 0.8rem 0;
    position: relative;
    /* background-attachment: fixed; */

}

.subscribe::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.7); */
}

.subscribe .container1{
    position: relative;
    z-index: 1;
}

.subscribe img{
    margin: 0 1rem;
    width: 70px;
    height: 70px;
    background-color: rgb(235, 233, 233);
    border: 2px solid white ;
    padding: 0.4rem;
    border-radius: 50%;
    /* box-shadow: 0 2px 15px 10px rgba(255, 255, 255, 0.5); */

}

.subscribe h2 a{
    color: white;
    position: relative;
}

.subscribe h2 a::after{
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 30%;
    height: 3px;
    background-color: white;
}

.subscribe input{
    width: 250px;
    padding: 0.5rem 1rem;
    border: 1px solid white;
    outline: none;
    color: #3f3f3f;
    background-color: white;
    margin:0 1.2rem ;
}

.subscribe input:focus{
    outline: none;
    border: none;
    border: 1px solid #006cb3;

}

.subscribe button{
    padding: 0.5rem 1.5rem;
    border: none;
    cursor: pointer;
    background-color: #006cb3;
    border: 1px solid white;
    color: white;
    margin-left: -0.1rem !important;
}

/* Values */

.values{
    padding: 4rem 0;
}
.values .heading{
padding-top: 0;
}

.values.group-company .block{
    width: 24% !important;
    display:block !important;
}
.values .box{
    padding-top: 1rem ;
}

.values .block{
    padding: 1rem 1rem;
    text-align: center;
    width: 19%;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 1.5rem 0;
}


.values .block::after{
    content: '';
    position: absolute;
    right: -2.5%;
    top: 30%;
    transform: translateY(-15%);
    width: 2px;
    height: 50%;
    background-color: #cac9c93a;
    transition: all 0.3s ease-in-out;

}
.values .block:last-child:after{
    background-color: unset;
}
.values .block.act::after{
    /* background-color: #006bb3; */
}
.values .block:hover::after{
    background-color: #006bb3;   
}
.values.group-company .block::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: unset;
    bottom: 0%;
    width: 100%;
    height: 2px;
    background-color: #cac9c93a;
    transition: all 0.3s ease-in-out;
    transform: translateY(0) !important;
}

.values.group-company .block.act::after{
    background-color: #006bb3;
}
.values.group-company .block:hover::after{
    background-color: #006bb3;   
}

.values .block i{
    font-size: 3rem !important;
    color: #006bb3;
}   

.values .block h3{
    margin: 1.5rem 0;

}

.values .block p{
    font-size: 0.9rem;
}
