/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 07 2023 | 21:19:50 */
.box12{
    display: none;
     transition: .9s ease; 
}
.box13:hover .box12 {
    display: block!important;
}
.box13:hover .iconboxnew{
    display: none!important;
    
}
.box13:hover .iconbox0{
    display: block!important;
}
.box13:hover .img1{
    transform: scale(1.1);
    animation: zoomin 0.5s ease infinite;
}

.img1{
    transition: transform 0.3s ease!important; 
}
body{
	overflow-x:hidden;
}