.project-img{
    padding-bottom: 120px!important;
}

.bg-custom-gray{
    background-color: #f4f5f5!important;
}
.carousel-caption-custom{
    right: 0%!important;
    left: 0%!important;
    width: 100%!important;
    z-index: 20!important;

}
.tns-controls-custom{
    height: 80%!important;
}
.custom-form{
    list-style: none!important;
}


.ImgThumbnail {

    cursor: pointer;
    transition: 0.3s;
    
    }
    
    .modal {
    display: none;
    position: fixed;
    
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    }
    .modalImage {
    margin: auto;
    display: block;
    max-width: 700px;
    height:90vh;
    }
    #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    }
    .close {
    position: absolute;
    top: 21%;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    }
    .close:hover,
    .close:focus {
    color: rgb(255, 0, 0);
    cursor: pointer;
    }


    .imgContainer{
        width: 100%;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      height: 250px;
    }
    
    img.absolute-size {
        
        position: absolute;
      }

      .bg-slide{
        background: #00000000;
      }
      #mm-1,#mm-2{
        margin-top: 31%!important;
      }
      .mm-panel_opened{
        transition-timing-function: linear !important;
        transition: transform .4s ease,-webkit-transform .4s ease!important;
      }