.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important
}

.bg-parallax {
    width: 100%;
    min-height: 115%;
    will-change: transform;
    height: 80vh;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-attachment: scroll !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1
}

.bg-parallax.horizontal-parallax {
    min-height: auto;
    height: 100%
}

.parallax.disabled {
    width: 100%;
    min-height: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.bg-parallax img {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%
}

.bg-parallax-mobiled {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-size: cover !important;
    background-attachment: scroll !important
}

.bg-parallax-mobiled img {
    width: 100%;
    min-height: auto;
    height: auto;
    min-width: auto
}

@media only screen and (max-width:500px) {
    .bg-parallax-mobiled img {
        width: auto;
        min-height: auto;
        height: 140%;
        min-width: auto
    }
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.active.right,
    .carousel-fade .carousel-inner>.item.next {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner>.item.active.left,
    .carousel-fade .carousel-inner>.item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner>.item.active,
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.gradient-progress-bar * {
    position: relative;
    z-index: 9;
    line-height: inherit
}

.gallery-type-1 .cbp-caption-activeWrap {
    background-color: rgba(0, 0, 0, .45)
}

.gallery-type-1.slash .cbp-caption-activeWrap {
    width: 94%;
    left: 3%;
    height: 94%;
    top: 3%
}

.gallery-type-1.no-hover .cbp-caption-activeWrap {
    background-color: rgba(0, 0, 0, .1)
}

.gallery-type-1:not(.no-hover) .cbp-caption-activeWrap a {
    width: 50px;
    margin: 0 3px;
    opacity: 0;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding: 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    -ms-transform: scale(.1);
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.gallery-type-1:not(.no-hover) .cbp-caption-activeWrap a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    content: '';
    background-color: rgba(255, 255, 255, .1);
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.gallery-type-1:not(.no-hover) .cbp-caption-activeWrap a:hover:before {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.gallery-type-1:not(.no-hover) .cbp-caption-activeWrap a i {
    position: relative;
    z-index: 2;
    font-weight: 900;
    font-size: 19px
}

.gallery-type-1:not(.no-hover) .cbp-item:hover .cbp-caption-activeWrap a {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-type-1 .cbp-caption-activeWrap a:nth-of-type(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.gallery-type-1 .cbp-caption-activeWrap a:nth-of-type(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.gallery-type-1 .cbp-caption-activeWrap a:nth-of-type(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.gallery-type-1 .cbp-caption-activeWrap a:nth-of-type(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.gallery-type-1:not(.no-hover) .cbp-item:hover .cbp-caption-activeWrap {
    opacity: 1
}

.gallery-type-1:not(.no-hover) .cbp-item img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.gallery-type-1:not(.no-hover) .cbp-item:hover img {
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.gallery-type-1.with-texts .cbp-item .cbp-item-wrapper {
    padding-bottom: 10px
}

.gallery-type-1.with-texts .cbp-item .cbp-item-wrapper:before {
    content: '';
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: 0 0;
    position: absolute;
    border: 1px solid #eee
}

.gallery-type-1.with-texts .cbp-item .title {
    color: #666;
    font-size: 17px;
    padding-left: 10px;
    position: relative;
    z-index: 2
}

.gallery-type-1.with-texts .cbp-item .description {
    font-size: 13px;
    padding-left: 10px
}

.projects-white-buttons .cbp a {
    font-size: 11px;
    font-weight: bolder;
    text-transform: uppercase;
    background-color: #fff;
    margin-top: 1px;
    color: #333
}

.custom-texts .cbp-filter-item {
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-size: inherit
}

.cbp:not(.cbp-l-grid-faq) .cbp-item-off {
    display: none
}

@media only screen and (max-width:830px) {
    .gallery-type-1 .cbp-item-wrapper .cbp-caption>div {
        overflow: hidden
    }

    .gallery-type-1 .cbp-caption-activeWrap {
        position: relative;
        opacity: 1;
        background-color: #252525;
        visibility: visible
    }

    .gallery-type-1:not(.no-hover) .cbp-caption-activeWrap a {
        opacity: 1;
        visibility: visible;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
	
}

.styled-portfolio .cbp-item .cbp-caption-activeWrap {
    background-color: rgba(24, 24, 24, .7)
}

.styled-portfolio.bordered-items .cbp-item .cbp-caption-activeWrap {
    background-color: transparent
}

.styled-portfolio.bordered-items .cbp-item .cbp-caption-activeWrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(32, 32, 32, 1);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.styled-portfolio.parallax .cbp-item .cbp-caption-defaultWrap img {
    display: block;
    position: relative;
    -webkit-transform: translate(0, 0) scale(1);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.styled-portfolio .cbp-item .cbp-caption-activeWrap .cbp-l-caption-title {
    font-weight: 600;
    letter-spacing: -.4px;
    font-size: 18px;
    line-height: 35px
}

.styled-portfolio .cbp-item .cbp-caption-activeWrap .cbp-l-caption-desc {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 11px;
    color: #bbb
}

.styled-portfolio .cbp-item .cbp-caption-activeWrap .cbp-l-caption-title img {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 11px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

@media only screen and (min-width:630px) {
    .styled-portfolio.bordered-items .cbp-item .cbp-caption-activeWrap:before {
        background-color: rgba(24, 24, 24, .7)
    }

    .styled-portfolio.bordered-items .cbp-item:hover .cbp-caption-activeWrap:before {
        left: 20px;
        right: 20px;
        bottom: 20px;
        top: 20px
    }

    .styled-portfolio .cbp-item .cbp-caption-activeWrap .cbp-l-caption-desc span,
    .styled-portfolio .cbp-item .cbp-caption-activeWrap .cbp-l-caption-title span {
        opacity: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        position: relative;
        display: inline-block
    }

    .styled-portfolio .cbp-item .cbp-caption-activeWrap .cbp-l-caption-title span {
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms
    }

    .styled-portfolio .cbp-item:hover .cbp-caption-activeWrap .cbp-l-caption-desc+.cbp-l-caption-title span,
    .styled-portfolio .cbp-item:hover .cbp-caption-activeWrap .cbp-l-caption-title+.cbp-l-caption-desc span {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .styled-portfolio .cbp-item:hover .cbp-caption-activeWrap .cbp-l-caption-desc span,
    .styled-portfolio .cbp-item:hover .cbp-caption-activeWrap .cbp-l-caption-title span {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.parallax-portfolio .item {
    display: block;
    position: relative
}

.parallax-portfolio .item:after {
    display: block;
    position: absolute;
    content: '';
    background: rgba(20, 20, 20, .6);
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.parallax-portfolio .item .item-overlay {
    opacity: 0;
    position: relative;
    z-index: 1
}

.parallax-portfolio .item:hover .item-overlay,
.parallax-portfolio .item:hover:after {
    opacity: 1
}

.parallax-portfolio .item .item-overlay .item-icon {
    opacity: 0;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear .4s
}

.parallax-portfolio .item .item-overlay .item-title {
    opacity: 0;
    margin: 0;
    padding: 0;
    position: relative;
    left: 15px;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.parallax-portfolio .item .item-overlay .item-desc {
    opacity: 0;
    margin: 0;
    padding: 0;
    position: relative;
    left: 15px;
    -webkit-transition: all .3s linear .2s;
    -moz-transition: all .3s linear .2s;
    transition: all .3s linear .2s
}

.parallax-portfolio .item:hover .item-overlay .item-desc,
.parallax-portfolio .item:hover .item-overlay .item-icon,
.parallax-portfolio .item:hover .item-overlay .item-title {
    left: 0;
    opacity: 1
}

.portfolio-column,
.portfolio-column .slide {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block
}

.portfolio-column .slide .slide-img {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.portfolio-column .slide .slide-img img {
    min-height: 100%;
    width: auto;
    min-width: 105.5%;
    object-fit: cover;
    position: relative;
    -webkit-transform: translateX(-5%);
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%);
    -webkit-transition: -webkit-transform .6s;
    -moz-transition: -moz-transform .6s;
    transition: transform .6s
}

.portfolio-column .slide:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    background-color: rgba(15, 15, 15, 1);
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.portfolio-column .slide:hover:before {
    opacity: .4
}

.portfolio-column .slide:hover .slide-img img {
    -webkit-transform: translateX(-2%);
    -moz-transform: translateX(-2%);
    -ms-transform: translateX(-2%);
    transform: translateX(-2%)
}

.portfolio-column .slide .details {
    position: absolute;
    left: 30px;
    right: 30px;
    top: auto;
    bottom: 30px;
    z-index: 2;
    padding: 15px
}

.portfolio-column .slide .details>* {
    opacity: 0;
    top: 10px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.portfolio-column .slide:hover .details>* {
    opacity: 1;
    top: 0
}

.portfolio-column .slide:hover .details .title {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.portfolio-column .slide:hover .details>div {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.portfolio-column .slide:hover .details .description {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.portfolio-column .slide:hover .details .button {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.portfolio-column .slide .details .button:hover {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.portfolio-column.style-2 .slide {
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .25s
}

.portfolio-column.style-2 .slide:hover .slide-img img {
    -webkit-transform: translateX(-3%);
    -moz-transform: translateX(-3%);
    -ms-transform: translateX(-3%);
    transform: translateX(-3%)
}

@media only screen and (min-width:1170px) {
    .portfolio-column.style-2.qdr-col-5:hover .slide {
        width: 19.5% !important
    }

    .portfolio-column.style-2.qdr-col-5 .slide:hover {
        width: 22% !important
    }

    .portfolio-column.style-2.qdr-col-4:hover .slide {
        width: 24% !important
    }

    .portfolio-column.style-2.qdr-col-4 .slide:hover {
        width: 28% !important
    }

    .portfolio-column.style-2.qdr-col-3:hover .slide {
        width: 32% !important
    }

    .portfolio-column.style-2.qdr-col-3 .slide:hover {
        width: 36% !important
    }

    .portfolio-column.style-2.qdr-col-2:hover .slide {
        width: 47% !important
    }

    .portfolio-column.style-2.qdr-col-2 .slide:hover {
        width: 53% !important
    }
}

@media only screen and (max-width:1025px) {
    .portfolio-column .slide .details>* {
        opacity: 1;
        top: 0
    }

    .portfolio-column .slide:before {
        opacity: 1;
        background-color: rgba(15, 15, 15, .3)
    }
}

.portfolio-column.centered-details .slide .details {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.portfolio-column.style-3 .slide .details>* {
    opacity: 1;
    top: 0
}

.portfolio-column.style-3 .slide:before {
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%)
}

.works-without-images {
    padding: 0
}

.works-without-images .item-body {
    padding: 30px 20px;
    display: block;
    border: 1px solid #eee;
    opacity: .5
}

.works-without-images .item-body .title img {
    max-width: 140px
}

.works-without-images .item-body:hover {
    opacity: 1
}

.works-without-images .item-body .title {
    padding: 0;
    margin: 0 0 15px 0
}

.works-without-images .item-body .desc {
    line-height: 22px;
    margin-bottom: 20px
}

.icon-arrow {
    width: 15%;
    margin: 10px 0;
    background-color: #aaa;
    display: block;
    height: 1px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.icon-arrow:after,
.icon-arrow:before {
    width: 5px;
    height: 1px;
    transform: rotate(90deg);
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    top: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.icon-arrow:after {
    top: -2px;
    transform: rotate(-90deg)
}

.icon-arrow-trigger:hover .icon-arrow:before {
    transform: rotate(146deg);
    right: -3px;
    width: 16px;
    top: 4px
}

.icon-arrow-trigger:hover .icon-arrow:after {
    transform: rotate(-146deg);
    right: -3px;
    width: 16px;
    top: -4px
}

.icon-arrow-trigger:hover .icon-arrow {
    width: 50%
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #2a2a2a
}


.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important
}

.bg-parallax {
    width: 100%;
    min-height: 115%;
    will-change: transform;
    height: 80vh;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-attachment: scroll !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1
}

.bg-parallax.horizontal-parallax {
    min-height: auto;
    height: 100%
}

.parallax.disabled {
    width: 100%;
    min-height: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.bg-parallax img {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%
}

.bg-parallax-mobiled {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-size: cover !important;
    background-attachment: scroll !important
}

.bg-parallax-mobiled img {
    width: 100%;
    min-height: auto;
    height: auto;
    min-width: auto
}