.section-title.hide {
  display: none; 
}

.comsat-container {
  float: none !important;
  max-width: 1920px;
  margin: 0 auto;
}

.listing-modal {
  padding: 0px 30px 30px;
}

.listing-modal .lm-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.listing-modal .lm-wrap .lm-item .modalButton {
  opacity: 1; 
  transition: all 0.7s;
}

.listing-modal .lm-wrap .lm-item {
  position: relative;
  cursor: pointer;
  margin-bottom: 35px;
  border: 0px solid #ccc;
  border-radius: px;
}

.listing-modal .lm-wrap.t3 .lm-item {
  flex: 0 1 25%;
  margin: 0 2.3% 30px;
}

.listing-modal .lm-wrap.t4 .lm-item {
  flex: 0 1 20%;
  margin: 0 1% 30px;
}

.listing-modal .lm-wrap.t5 .lm-item {
  flex: 0 1 15%;
  margin: 0 2% 30px;
}


/*.listing-modal .lm-wrap .lm-item:hover {
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
}*/

.listing-modal .lm-wrap .lm-item:hover .modalButton {
  opacity: .75;
  filter: saturate(0);
}

.lm-wrap .lm-item .lm-content {
  padding: 20px;
}

/* Inner profile Content */

.lm-item .profile-box {
  position: relative;
  height: 100%;
  padding: 0;
  display: block;
}

.lm-item .profile-box .profile {
  font-size: 0px;
  padding: 0;
  font-weight: 700;
  text-align: center;
}

.lm-item .profile-box .profile img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.lm-item .profile-box .content h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 0 ;
}

.lm-item .profile-box .content h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.lm-item .profile-box .content p:last-child {
    margin: 0;
}

.lm-item .profile-box .content p {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}

.lm-item .profile-box.cat::before {
  color: #fff;
  content: '';
  font-size: 18px;
  position: absolute;
  right: -20px;
  width: 60px;
  padding: 5px 10px 5px 10px;
  line-height: 1.75;
  text-transform: uppercase;
  display: inline-block;
}

.lm-item .profile-box.cat.live::before {
  color: #fff;
  content: 'Live';
  background: #00ae3e;
}

.lm-item .profile-box.cat.plan::before {
  color: #333;
  content: 'Planned';
  background: #eee;
}

.modalWindow .popup-content {
  padding: 20px 0; 
}

#m-social-media {
  padding: 15px 0; 
}

#m-social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

#m-social-media ul li {
  align-items: center;
  font-size: 30px;
  margin: 0 10px;
}

/* Modal CSS */

.modalct {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.modalWindow {
  display: none;
  position: center;
  top: 5%;
  left: 50%;
  z-index: 9999 !important;
  max-width: 1000px;
  min-height: 200px;
  margin-left: -495px;
  background: transparent;
  cursor: default;
  border-radius: 5px;
}

.modalWindow .profile {
  overflow: hidden;
  border-radius: 100%;
  max-width: 200px;
}

.modalct.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  cursor: pointer;
}
.modalWindow .modalWrapper {
 
}

.team .modalWindow >div{position: relative}
.team .modalWindow .btn-default{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    border: unset;
}
.team .modalWindow .btn-default:hover svg path{
  fill: #6D717A;
}
.team .modalWindow .btn-default.btn-prev{
    left: -53px;
}
.team .modalWindow .btn-default.btn-next{
    right: -53px;
}
.modalWrapper .profile-box .profile {
}

.modalWindow .modalWrapper.center .content {
  text-align: center; 
}

.modalWindow .modalWrapper.left .content {
  text-align: left; 
}

.modalWindow .modalWrapper.right .content {
  text-align: right; 
}

.closeBtn {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
  padding: 0px;
  width: 40px;
  background: #6D717A;
  display: flex;
  justify-content: center;
  height: 31px;
  cursor: pointer;
  font-size: 30px;
  border-radius: 3px;
}

.closeBtn i {
  -webkit-text-stroke: 4px #6D717A;
  color: white;
  opacity: 0.8;
}

.closeBtn i:hover {
  opacity: 1;
}


@media (max-width: 991px) {
  .listing-modal .lm-wrap {
    justify-content: center !important; 
  }
}


@media (max-width: 768px) {
.lm-item .modalWindow {
    top: 0 !important;
    bottom: 0;
   transform: unset !important;
   margin-top: 30px !important;
  }
  .modalWindow .modalWrapper{
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .comsat-container {
    padding: 0 15px; 
  }
  
  .listing-modal {
    padding: 60px 10px;
  }

  .listing-modal .lm-wrap .lm-item, .listing-modal .lm-wrap.t3 .lm-item, .listing-modal .lm-wrap.t4 .lm-item, .listing-modal .lm-wrap.t5 .lm-item {
    flex: 0 1 48%;
    margin: 0 1% 30px;
  }
  
  .modalWindow {
    width: 80%;
    margin: 0 10% !important;
    min-height: 200px;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
  }
}

 .modalWindow .content{
    padding: 20px 0 0 0;
  }
@media (max-width: 480px) {
  
  .listing-modal {
    padding: 45px 10px;
  }
  
  .listing-modal .lm-wrap .lm-item {
    flex: 0 1 100% !important;
    margin: 0 0 20px !important;
  }

  .modalWindow {
    width: 75%;
    margin: 0 12% !important;
    min-height: 200px;
    left: 0%;
    margin-left: 0%;
    top: 50%;
    transform: translateY(-50%);
  }
  
  
}

.lm-item .profile-box .top-profile-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border-top-left-radius: 6px;
  background: #8CC440; 
  
}
@media(min-width: 768px){
  .lm-item .profile-box .top-profile-box{
      flex-direction: row;
      align-items: flex-start;
    }
  .modalWindow .content{
  padding-left: 50px;
  padding-top: 50px
}
}


.modalWindow .content h3,
.modalWindow .content h4{
  text-align: left;
  color: white;
}

.modalWindow .popup-content{
  background: #fff;
  padding: 50px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #6D717A;
  font-family: Barlow Condensed;
  font-size: 18px;
  line-height: 1.75;
}

.modalWindow .content #m-social-media ul li a i {
  color: white;
}
.modalWindow .modalWrapper {
  height: 90vh;
  overflow-y: auto;
/*   -ms-overflow-style: none;  
  scrollbar-width: none;  */
}
/*   .modalWindow .modalWrapper::-webkit-scrollbar { 
    display: none; 
} */

@media(max-width: 500px){
  .modalWindow .popup-content{
    padding: 30px;
  }
  .team .modalWindow .btn-default svg{
    width: 20px !important;
    height: 30px !important;
  }
  .team .modalWindow .btn-default.btn-next{
      right: -45px;
  }
   .team .modalWindow .btn-default.btn-prev{
      left: -45px;
  }
}

.closeBtn {
  position: absolute;
  top: -30px;
  right: 0;
  color: white;
  padding: 0px;
  width: 40px;
  background: #6D717A;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
  font-size: 30px;
  border-radius: 3px;
  line-height: 1;
}

.closeBtn:hover {
  opacity: 1;
  background-color: #5a5e68;
}
