/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.gallery-section-three .card {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.card {
    border: none;
    border-radius: 0;
    background: transparent;
}
.mb-30 {
    margin-bottom: 30px;
}

.gallery-section-three .card .content {
    position: absolute;
    left: 0;
    bottom: 0; 
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
    opacity: 0;
    text-align: center;
}

.gallery-section-three .card .content a:hover {
    color: var(--ambed-base);
}

.gallery-section-three .card .content a {
    color: #fff;
}

.gallery-section-three .card:hover .content {
    opacity: 1;
    bottom: 0;
}

 .video .content a i {
    font-size: 50;
    position: relative;
    top: 50%;
}
.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-play-circle:before {
    content: "\ebbe";
}

.video .content a i {
    font-size: 50px;
    position: relative;
    top: -95%;
    color: #fff;
}

.gallery-section-three{
    padding:90px 0px;
}

@media screen and (max-width:480px){
    
    .gallery-section-three{
        padding:60px 0px;
    }
}

.page-header{
    position: relative;
        display: block;
        padding: 144px 0 118px;
        z-index: 1;
        margin-top: -35px;
    }
    .page-header-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }
    .page-header__inner {
        position: relative;
        display: block;
        text-align: center;
        z-index: 15;
    }
    .thm-breadcrumb {
        position: relative;
        display: block;
    }
    .page-header__inner h2 {
        font-size: 40px;
        color: var(--ambed-white, #ffffff);
        font-weight: 900;
        line-height: 50px;
        margin-top: 10px;
    }
    .thm-breadcrumb li {
        position: relative;
        display: inline-block;
        color: #c1b8b3;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .thm-breadcrumb li a {
        position: relative;
        display: inline-block;
        color: #c1b8b3;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        text-decoration:none;
    }
    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    
    .pop-btn-main{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }