  #contact h4 {
    font-weight: 500;
    font-size: 28px;
  }
  #contact .add {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 10px;
  }
  #contact .add_mail {
    color: #054a97;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
  }
  #contact a span {
    color: #054a97;
  }
  #contact a:hover {
    color: #357ae8;
  }
  #contact iframe {
    width: 100%;
    height: 100%;
  }
  #contact .cont_addr,
  #contact #map {
    height: 35vh;
  }

  #gallery {
    margin-bottom: 40px;
  }
  #gallery .sec_gallery {
    margin-top: 50px;
  }
  #gallery .img_box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
  }
  
  #gallery .content {
    padding: 8px;
    background: #df8d29;
    border-radius: 0 0 10px 10px;
  }
  #gallery .content h4 {
    color: #fff;
    font-size: 18px;
  }
  #gallery .modal-dialog .modal-body .carousel-inner img {
    height: 400px;
    object-fit: cover;
    width: 100%;    
  }
  