    

.intro {

    padding: 0px !important;
    overflow-x: auto;

}

    
    .section_1 {
    padding: 0px 0 30px 0 !important;
}
    
    .section_2 {

    padding: 30px 0 !important;

}
    
   .section_3 {
    padding: 15px 0 0 0px !important;
}
    
     .section_4 {

    padding: 30px 0 !important;

}
    
    .font1 {
    font-size: 25px !important;
    margin: 20px 0 !important;
}
    
    .font2 {
    font-size: 16px;
    line-height: 30px;
    margin-right: 0px !important;
    text-align: center !important;
    padding:10px !important;
}
    
   
    .font3 {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #fff !important;
}
    
    
    .font4{
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
    }

    .font5 {

    font-size: 14px;
    line-height: 20px;
    padding: 20px;

    }
     .line {
        background-image:linear-gradient(to right, #aebf00, #74a113);
         width: 40px !important;
        height: 3px !important;
         margin-left: auto !important;
        margin-right: auto !important;
}
    
    
    .buttonx1{
        animation : 2s 0.2s pulse infinite;
        color:#fff;
        font-size:16px;
        margin-top:20px;
    }

    .buttonx1:hover{
        animation : none;
        color:#ccc;
        transition:0.3s ease-in-out;
    }
    
    
    #content {
    
    background-color: #fefefe !important;
}
    
    
    /*effect*/
 
    .show-content:hover .content-holder {
    opacity: 1;
    transform: scale(1);
    top: 0;
    }
    .show-content .content-holder.black {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    }
    .show-content .content-holder {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 100px;
    transform: scale(1);
    opacity: 0;
    transition: all .35s ease-in-out;
    z-index: 1;
    background-color: rgba(255,255,255,0.7);
    color: #000;
    }

.show-content{
    width:60% !important;
    margin:0 auto;
}

.show-content .img-holder img{
    object-fit:contain !important;
    width: 100% !important;
}