* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

@font-face {
    font-family: Oswald-Bold;
    src: url(../fonts/Oswald-Bold.ttf)
}

@font-face {
    font-family: PT-Sans-Bold;
    src: url(../fonts/PT_Sans-Web-Bold.ttf)
}

@font-face {
    font-family: PT-Sans-Regular;
    src: url(../fonts/PT_Sans-Web-Regular.ttf)
}

@font-face {
    font-family: PT-Sans-Italic;
    src: url(../fonts/PT_Sans-Web-Italic.ttf)
}

body {
    font-size: 16px;
    font-family: PT-Sans-Regular
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: PT-Sans-Bold
}

h2 {
    font-size: 25px;
    text-transform: uppercase
}

@media (max-width:600px) {
    h2 {
        font-size: 18px
    }
}

a {
    text-decoration: none
}

.card {
    border: none;
    background: 0 0;
    border-radius: 0
}

.card img {
    border-radius: 0
}

.fh5co-two-img .card-img-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), #000);
    background: -moz-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), #000);
    background: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), #000);
    background: -linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), #000)
}

@media (max-width:767px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

.back-to-top {
    position: fixed;
    display: none;
    background: #1bb1dc;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    left: 35px;
    bottom: 45px;
    transition: background .5s;
    z-index: 11
}

.back-to-top i {
    padding-top: 12px;
    color: #fff
}
.gallery-h1>h1 {
    color: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    margin-top: 100px
}

.stick__nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
@media screen and (max-width: 500px){
.isotope{
margin: 6px;
}
}

.vp__playbtn{
    position: absolute;
    top: 43%;
    left: 45%;
    z-index: 10;
    color: #ffffff;
    opacity: 0.9;
   
}