html {
    scroll-behavior: smooth;
}


a{
    color: #000;
    text-decoration: none;
}

a:hover{
    
    text-decoration: none;
}

.sectors-links-a {
    font-size: 16px;
    transition: font-size 0.2s ease-in-out;
}
  
.sectors-links-a:hover {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}




.lin{
    height: 5px;
    background-color: #088395;
    margin-top: 30px;
    margin-left: 25%;
    margin-right: 25%;
}
.lin1{
    
    background-color: #088395;
}

.lin2{
    height: 5px;
    background-color: #0A4D68;
}


.nav-item a{
    color: black;
}

.nav-item a:hover{
    color: white;
    background-color: #088395;
}


.second-nav img{
    width: 50px;
}

.second-nav-1{
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: #ccc 1px solid;
}

.carsoul1{
    position: relative;
    z-index: 99;
}
.carsoul1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21,21,21,.8);
    z-index: -1;
}

.carousel-caption{
    background-color: rgba(21,21,21,.8);
}

.content{
    margin-top: 20px;
}


.costomline{
    background-color: #000;
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
}

.pheader{
    font-weight: bold;
    font-size: small;
}


.homeproducttitle{
    font-size: small;
}

.fs-s-m{
    font-size: small;
}

.vl {
    border-left: 2px solid #cccccc;
    height: 2px;
  }

.pweight{
    font-size: small;
    font-weight: bolder;
}

.whoweare{
    margin-top: 60px;
    background-image:url("../files/s3.jpg");
    position: relative;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
}

.whoweare::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21,21,21,.7);
    z-index: -1;
}

.newabout{
    margin-top: 30px;
    font-family: sans-serif;
    
}

.newaboutcol1{
    background-color: #f2f2f2;
}

.silverbg{
    background-color: #fdfbfb;
}





.sector-col{
    transition: filter 0.9s ease-in-out;
}
.sector-col img{
    filter: brightness(80%);
}

.sector-col:hover img {
    filter: brightness(30%);
   
    
}




.text-title{
    position: absolute; 
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    
}

.sector-dis{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  opacity: 0; 
  transition: opacity 0.3s ease-in-out; 
}

.cat-items td{
    vertical-align: middle;
    align-items: center;
}

.cat-items td img{
    width: 100px;
}

.ver-mid{
    vertical-align: middle;
}

.addimagetoproductbtn{
    margin-top: 27%;
}

.p-im-w img{

    
}







footer{
    background-image:url("../files/s3.jpg");
    position: relative;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
}

footer::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21,21,21,.7);
    z-index: -1;
}





/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 

    .fs-s-m{
        font-size: large;
    }

    .second-nav img{
        width: 50px;
        
    }

    .second-nav-1{
        padding-top: 2px;
        padding-bottom: 2px;
    }


 }



 