.section_1{
padding:0 0 25px 0;
}

.section_2{
padding:0 ;
}

.section_3{
padding:30px 0;
}

.section_4{
padding:60px 0 30px 0;
}

.font1{
font-size:24px;
text-transform:uppercase;
color:#333;
font-weight:normal;
letter-spacing:1px;
    line-height:30px;
}

.font2{
font-size:16px;
line-height:32px;
}

.font3{
font-size:20px;
}

/*
.line2{
width:100%;
height:1px;
background:#281700;
margin: 20% auto;
}


.border-line{
border-left:2px dashed #333;
border-right:2px dashed #333;

}

*/

.imgx1 img{
animation :2s pulse infinite;
}

.imgx2{
transition:ease-in-out 0.3s;
}

.imgx2:hover{
animation : 1s .2s  swing both;
}

.boxes-1{
padding:0 20px !important;
}

.cert{
margin:20px 20px 0 20px;
}


.show-content{
    width:80% ;
    margin:0 auto;
    
}

.show-content .content-holder {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 25% !important;
    transform: scale(1) !important;
    opacity: 1 !important;
    transition: all .3s ease-in-out;
    z-index: 1;
    background-color: rgba(255,255,255,0) !important;
    color:#fff;


}

.show-content:hover  .content-holder{ 
    opacity: 0 !important;
    display:none;
}


.product-box{

    border: 1px solid rgb(0,0,0,0);
    padding:10px 20px 10px 20px;
    transition:ease-in-out 0.3s;
    font-weight:bold;
}

.img-holder {

    transform:scale(1);
    transition:ease-in-out 0.3s;
    filter:brightness(60%);

}

.img-holder img{
    width:100% !important;
    object-fit:cover;
}

.show-content:hover .img-holder{

    transform:scale(1.05);
    filter:brightness(100%);


}

.btn-square.black {
    border-color: #000;
    color: #000;
}

.btn-square.black:hover {
    border-color: #000;
    color: #fff;
    background-color:#000;
}


.intro {
    padding: 0px !important;
    overflow-x: auto;
}