
.modal {
  display: none; 
  position: fixed;
  z-index: 99999; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.trd-partners-logo-section {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 35px 0;
}
.trd-homepage-seven .trd-custom-section {
    padding: 110px 0 100px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url(../images/custom-sec-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: left;
}
.trd-partners-logo-section ul {
    width: 100%;
    display: table;
}
.trd-partners-logo-section ul li {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
    border-right: 1px solid #e9e8e8;
}