.footer-area {
  z-index: 2;
  position: relative;
}

.footer-area .images:hover {
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  transform: scale(1.25);
  border: 2px solid #ce0a31;
}

.footer-area ul {
  list-style-type: none;
}

.footer-area li {
  float: left;
  margin: 10px;
}

.footer-area .gallery {
  width: 60px;
  height: 60px;
  object-fit: cover;
  transition: transform .2s;
}

/*
.footer-area .zoom {

  width: 100px;
  height: 100px;
  margin: 0 auto;
  }*/

  .footer-area .gallery:hover {
    -ms-transform: scale(1.25); /* IE 9 */
    -webkit-transform: scale(1.25); /* Safari 3-8 */
    transform: scale(1.25);
    border: 2px solid #ce0a31;
    border: 2px solid #6b100a;
  }

  .single-footer-widget .f_social{
    object-fit: cover;
    transition: transform .2s;
  }

  .single-footer-widget .f_social:hover {
    -ms-transform: scale(1.25); /* IE 9 */
    -webkit-transform: scale(1.25); /* Safari 3-8 */
    transform: scale(1.25);
  }

  .about_us .about_img {
 /* width: 500px;
 height: 500px;*/
 object-fit: cover;
 transition: transform .2s;

}

.about_us .accordion {
  background-color: #CE0A31;
  background-color: #6b100a;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.about_us .active, .about_us .accordion:hover {
  background-color: grey;
}


.about_us .accordion:after {
  content: '\002B';
  color: yellow;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.about_us .active:after {
  content: "\2212";
}


.about_us .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/*.about_us .bottom_para{
  background-color: #CE0A31;
  color: white;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;

  }*/
