/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 06:30:39 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#top-bar {
    display: none !important;
}
/*  */
#breadcrumbs .breadcrumbs-inner .breadcrumb-trail a:hover {
  color: #15606f !important;
}
/*  */
.quotes {
    display: none !important;
}
/*  */

.flickity-viewport .master-partner.item-carousel img {
  height: 100px !important;        /* sab images ki same height */
  width: 100% !important;          /* responsive width */
  object-fit: contain !important;  /* cut na ho, poora image show */
  background: #fff;                /* optional: gap fill kare */
  display: block;                  /* inline gaps avoid kare */
}
/*  */

.master-testimonial .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* image circle ke andar poori fit hogi */
  object-position: center; /* image bilkul center align hogi */
}







