#shivaymanufacturerblock .home-title {
     display: none;
}
 #shivaymanufacturerblock .manufacturer-main {
     text-align: center;
}
 #shivaymanufacturerblock .image-container {
     text-align: center;
     cursor: pointer;
     vertical-align: middle;
     -moz-transform: scale(1);
     -webkit-transform: scale(1);
     -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 0.6s;
     -moz-transition: all 0.6s;
     -o-transition: all 0.6s;
     transition: all 0.6s;
}
 #shivaymanufacturerblock .image-container:hover img {
     moz-transform: scale(0.9);
     -webkit-transform: scale(0.9);
     -o-transform: scale(0.9);
     -ms-transform: scale(0.9);
     transform: scale(0.9);
}
 #shivaymanufacturerblock img {
     width: auto;
     max-width: 100%;
     display: inline-block;
     -moz-transform: scale(1);
     -webkit-transform: scale(1);
     -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 1s;
     -moz-transition: all 1s;
     -o-transition: all 1s;
     transition: all 1s;
     cursor: pointer;
     cursor: -moz-pointer;
     cursor: -webkit-pointer;
}
 #shivaymanufacturerblock .owl-nav {
     margin-top: 15px;
}
