#vnt-trustvn-gallery{
    width: 100%;
    max-width: 100%;
    height:100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 50px 0px;
    margin: 0;
}
#galleryFor{
    height:-webkit-calc(100vh - 190px);
    height:-moz-calc(100vh - 190px);
    height:-o-calc(100vh - 190px);
    height: calc(100vh - 190px);
    position: relative;

    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 20px;
}
#galleryFor div{
    height: 100%;
}
#galleryFor .item{
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
#galleryFor .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
}
#galleryFor .caption{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    color: #333333;;
    text-align: center;
    padding: 9px 15px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
}
#galleryFor .slide-arrow{
    width: 60px;
    height: 60px;
    background: transparent;
    font-size: 0;
    padding: 0;
    border:none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color:#ffffff;
    border-radius: 100%;
  
}
#galleryFor .slide-arrow::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-rendering: auto;
    color: #ffff;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-repeat: no-repeat;
}

/*===========================================================*/
#galleryNav{
    height: 90px;
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1100px;
}
#galleryNav .slick-list{
    margin: 0 -10px;
}
#galleryNav .slick-slide{
    padding: 0 10px;
}
#galleryNav .item{
    position: relative;
    cursor: pointer;
}
#galleryNav .slick-slide .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
}
#galleryNav .slick-current .item::before{
    opacity: 0;
    visibility: hidden;
}
#galleryNav .slick-slide .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border:solid 2px #ffff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
#galleryNav .slick-current .img:before{
    opacity: 1;
    border:solid 2px var(--primary-color);
}
#galleryNav .img{
    padding-top: 58.56%;
    position: relative;
    overflow: hidden;
}
#galleryNav .img img{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height:100%;
}
/*  */
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1200px){
    #galleryFor .slick-prev{
        left: 10px;
    }
    #galleryFor .slick-next{
        right: 10px;
    }
}
@media all and (max-width: 1100px){
    #galleryFor .slide-arrow{
        top: 42%;
        width: 40px;
        mix-blend-mode: normal;
        height: 40px;
    }
    #galleryFor .slide-prev{
        left: 0;
    }
    #galleryFor .slide-next{
        right: 0;
    }
}
@media all and (max-width: 991px){
    #vnt-trustvn-gallery{
        padding: 60px 10px;
    }

    #galleryFor{
        padding: 0;
    }

    #galleryNav .slick-list{
        margin: 0 -5px;
    }
    #galleryNav .slick-slide{
        padding: 0 5px;
    }

}

@media all and (max-width: 640px){
    #galleryNav .item{
        width: 20%;
        flex-basis: 17.7%;
    }
}

@media all and (max-width: 480px){
    .vnt-gallery .row .col-xs-6{
        width: 100%;
    }
}

@media all and (max-width: 420px){
    
}