@charset "UTF-8";

.main-wrapper {
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .main-wrapper--offset {
        margin-left: 240px;
        position: relative;
        width: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .main-wrapper--offset {
        margin-left: 300px;
    }
}

@media (min-width: 1060px) {
    .content-wrapper--boxed {
        padding: 0 30px 30px 30px;
    }
}

@media only screen and (min-width: 992px) {
    .content-wrapper--boxed-lg {
        padding: 0 70px;
    }
}

.oh {
    overflow: hidden;
}

.section-wrap {
    padding: 40px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 991px) {
    .section-wrap {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-wrap {
        padding: 60px 0;
    }
}

.section-wrap--pb-large {
    padding-bottom: 180px;
}

@media only screen and (max-width: 767px) {
    .section-wrap--pb-large {
        padding-bottom: 60px;
    }
}

.container-semi-fluid {
    padding: 0 50px;
}

@media only screen and (max-width: 767px) {
    .container-semi-fluid {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) {
    .footer .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 992px) {
    .footer-1 .container-fluid {
        padding: 0;
    }
}

.active{
    color: #2a53a1;
    text-decoration: underline;
}

.masonry-filter {
    margin-bottom: 60px;
    margin-left: -12px;
}

.project {
    position: relative;
}

.project__container {
    margin-bottom: 30px;
    overflow: hidden;
}

.project__img-holder {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project__img-holder>a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.project__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.hover-trigger:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
}
