:root {
    --pri-color: #d95f6e;
    --sec-color: #8cbf40;
}


.section-clients-3 .nbs-flexisel-inner:before {
    position: absolute;
    top: 0;
    width: 6%;
    height: 50px;
    display: block;
    content: "";
    z-index: 3;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='$left-color', endColorstr='$right-color', GradientType=1);
    left: 0;
}

.section-clients-3 .nbs-flexisel-inner:after {
    position: absolute;
    top: 0;
    width: 6%;
    height: 50px;
    display: block;
    content: "";
    z-index: 3;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='$left-color', endColorstr='$right-color', GradientType=1);
    right: 0;
}

.section-clients-3 .nbs-flexisel-nav-left {
    font-size: 30px;
}

.section-clients-3 .nbs-flexisel-nav-right {
    font-size: 30px;
}

.section-clients-3 #clients-carousel li {
    position: relative;
}

.section-clients-3 #clients-carousel li img {
    width: 50%;
    cursor: pointer;
    position: relative;
    margin: 0;
    max-height: 50px;
    max-width: 200px;
}

.section-clients-3 #clients-carousel li img:first-child {
    transition: all 150ms linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 2;
}

.section-clients-3 #clients-carousel li img:first-child:hover {
    opacity: 0;
}

.project-content {
    position: fixed;
    z-index: 1;
    color: #fff;
    pointer-events: none;
    background-color: rgba(51, 51, 51, 0);
    transition: all 400ms 50ms cubic-bezier(0.7, 0, 0.3, 1);
}

.project-content .icon-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    display: block;
    width: 72px;
    height: 52px;
    cursor: pointer;
    opacity: 0;
}

.project-content .icon-close i {
    transition: all 150ms linear;
    font-size: 50px;
}

.project-content .icon-close:hover {
    color: #c5a47e;
}

.project-content .icon-close:hover i {
    transform: rotate(90deg);
}

.project-content.scroll {
    overflow-y: auto;
}

.project-content.has-background {
    background: #343434;
}

.project-content>div {
    visibility: hidden;
    height: 0;
    transition: all 100ms 0ms cubic-bezier(0.7, 0, 0.3, 1);
}

.project-content>div .project-details {
    margin: 0 auto;
    transition: opacity 0.1s;
    perspective: 300px;
    transition-delay: 300ms;
}

.project-details p {
    color: #fff;
}

.project-content>div .project-details .container {
    position: relative;
    z-index: 2;
    margin-top: 5em;
}

.project-content>div .project-details .project-title {
    text-align: center;
    max-width: 768px;
    margin: 0 auto 75px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.2s, transform 0.2s;
}

.project-content>div .project-details .project-title .full-image {
    height: 400px;
}

.project-content>div .project-details .project-title h5 {
    color: #9a9a9a;
}

.project-content>div .project-details .project-image {
    position: relative;
    width: 100%;
    max-height: 380px;
    margin-bottom: 30px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.2s, transform 0.2s;
}

.project-content>div .project-details .project-image img {
    width: 100%;
    height: 295px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .project-content>div .project-details .project-image img {
        width: 100%;
        height: 185px;
        object-fit: cover;
    }
}

.project-content>div .project-details .product .project-image {
    max-height: inherit;
    width: 100%;
}

.project-content>div .project-details .product .project-image img {
    width: 100%;
    height: auto;
}

.project-content>div .project-details .product .project-text.text-right {
    text-align: right;
    float: right;
}

.project-content>div .project-details .product .project-text p {
    margin-top: 50px;
}

.project-content>div .project-details .project-text {
    opacity: 0;
    transform: translateY(-20px);
    transition: background-color 0.25s, opacity 0.25s 0s, transform 0.25s 0s;
}

.project-content>div .project-details .project-text h3 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.project-content>div .project-details .project-text h3 span {
    color: #c5a47e;
    font-size: 150%;
}

.project-content>div .project-details .project-text p {
    color: #e3e3e3;
    line-height: 1.4;
    font-size: 1em;
}

.project-content>div .project-details .project-text p span {
    /*  width: 17%;
    margin-right: 3%;
    text-transform: uppercase;
    color: #9a9a9a;
    letter-spacing: 2px;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

.project-content>div .project-details .article .project-image {
    width: 50%;
    margin: 0 40px 40px 0;
    float: left;
}

.project-content.open {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    pointer-events: auto;
    transition: all 400ms 500ms cubic-bezier(0.7, 0, 0.3, 1);
}

.project-content.open>div {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: all 0ms 1000ms cubic-bezier(0.7, 0, 0.3, 1);
}

.project-content.open>div .project-details {
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.1s;
    transition-delay: 1.2s;
}

.project-content.open>div .project-details .project-title {
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(0px);
    transition-delay: 1.3s;
}

.project-content.open>div .project-details .project-image {
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(0px);
    transition-delay: 1.3s;
    /*padding-bottom: 640px;*/
}

.project-content.open>div .project-details .project-text {
    opacity: 1;
    transition: opacity 0.2s, transform 0.2s;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.project-content.open .icon-close {
    transition: opacity 0.1s;
    transition-delay: 1.2s;
    opacity: 1;
}

@media (min-width: 992px) {
    .section-we-made-1 .row {
        margin: 0;
    }

    .section-we-made-1 .row [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .section-we-made-2 .scroll-area {
        width: 70%;
        height: 100%;
        position: relative;
        margin: 0 auto;
    }

    .section-we-made-2 .projects {
        width: 100%;
        display: block;
        margin: 0;
        overflow: hidden;
    }

    .section-we-made-2 .projects .row {
        width: 2500px;
        margin: 0;
        position: relative;
    }

    .section-we-made-2 .projects .row.scroller [class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .section-we-made-2 .projects .row.scroller [class^="col-"] .project {
        margin-bottom: 50px;
        height: 400px;
    }

    .section-we-made-2 .projects .row.scroller.scroller-portrait .project {
        height: 550px;
    }

    .section-we-made-2 .projects .project-description p {
        color: #777;
        display: inline;
    }

    .title.add-animation h5 {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
        transition: all 0.3s ease-out 0s;
    }

    .title.add-animation h2 {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
        transition: all 0.3s ease-out 0.15s;
    }

    .title.add-animation .separator-container {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
        transition: all 0.3s ease-out 0.3s;
    }

    .title.add-animation p {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
        transition: all 0.3s ease-out 0.45s;
    }

    .title.add-animation.animate h5 {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .title.add-animation.animate h2 {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .title.add-animation.animate .separator-container {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .title.add-animation.animate p {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .card.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .card.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .card.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .card.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .card.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .card.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .card.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .list-logos .logo.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .list-logos .logo.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .list-logos .logo.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .list-logos .logo.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .list-logos .logo.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .list-logos .logo.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .list-logos .logo.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .project.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .project.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .project.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .project.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .project.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .project.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .project.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .projects .info.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .projects .info.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .projects .info.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .projects .info.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .projects .info.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .projects .info.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .projects .info.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .tab-content.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .tab-content.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .tab-content.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .tab-content.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .tab-content.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .tab-content.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .tab-content.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .nav.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .nav.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .nav.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .nav.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .nav.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .nav.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .nav.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .team .member.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .team .member.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .team .member.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .team .member.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .team .member.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .team .member.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .team .member.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .address.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .address.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .address.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .address.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .address.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .address.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .address.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .address-container.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .address-container.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .address-container.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .address-container.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .address-container.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .address-container.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .address-container.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .form-group.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .form-group.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .form-group.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .form-group.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .form-group.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .form-group.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .form-group.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .footer .info.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .footer .info.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .footer .info.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .footer .info.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .footer .info.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .footer .info.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .footer .info.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .description.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .description.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .description.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .description.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .description.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .description.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .description.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .carousel.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .carousel.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .carousel.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .carousel.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .carousel.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .carousel.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .carousel.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    .static-image.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    .static-image.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    .static-image.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    .static-image.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    .static-image.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    .static-image.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    .static-image.add-animation.animate.open {
        transform: none;
        transition: none;
    }

    p.add-animation {
        transform: translate3D(0px, 150px, 0);
        opacity: 0;
        transition: all 0.3s ease-out 0.6s;
    }

    p.add-animation.animation-1 {
        transition: all 0.3s ease-out 0s;
    }

    p.add-animation.animation-2 {
        transition: all 0.3s ease-out 0.15s;
    }

    p.add-animation.animation-3 {
        transition: all 0.3s ease-out 0.3s;
    }

    p.add-animation.animation-4 {
        transition: all 0.3s ease-out 0.45s;
    }

    p.add-animation.animate {
        transform: translate3D(0px, 0, 0);
        opacity: 1;
    }

    p.add-animation.animate.open {
        transform: none;
        transition: none;
    }
}

.pattern-image {
    width: 100%;
    background-size: 100%;
}

.pattern-image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    opacity: .4;
    background: url(files/pattern.png);
}

.body-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.1);
    visibility: hidden;
    transition: all .1s ease;
}

.body-layer .open {
    visibility: visible;
}

.card .icon {
    font-size: 75px;
    line-height: 75px;
}

.card .icon~h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.card img {
    max-width: 100%;
}

.card p {
    font-size: 1em;
    min-height: 100px;
}

.card h3 {
    font-weight: 300;
}

.section-header {
    padding: 0;
}

.section-header .container {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}

.section-header .content {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    vertical-align: center;
    line-height: 1.7;
    position: relative;
    top: 44%;
    transform: translateY(-50%);
}

.section-header h1 {
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 5em;
    text-transform: uppercase;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3), -2px 4px 2px rgba(0, 0, 0, 0.1);
}

.section-header h5 {
    font-size: 1.3em;
    margin: 0 auto .5em;
    line-height: 1.5;
    letter-spacing: 0.125em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    font-weight: 300;
    text-transform: uppercase;
}

.section-header p {
    letter-spacing: 0.1em;
    margin: 1em 0 0.5em;
    font-weight: 300;
    text-transform: uppercase;
}

.section-header p span {
    text-transform: lowercase;
}

.separator-container {
    text-align: center;
    position: relative;
}

.separator-container .separator {
    color: var(--pri-color);
    margin: 0 auto 1em;
    width: 11em;
}

.separator-container .separator.line-separator:before {
    display: block;
    width: 40%;
    content: " ";
    margin-top: 10px;
    border: 1px solid var(--pri-color);
    float: left;
}

.separator-container .separator.line-separator:after {
    display: block;
    width: 40%;
    content: " ";
    margin-top: 10px;
    border: 1px solid var(--pri-color);
    float: right;
}

.section-header .separator {
    color: #fff;
    margin: 2em auto;
}

.section-header .separator.line-separator:before {
    border-color: #fff;
}

.section-header .separator.line-separator:after {
    border-color: #fff;
}

.section-header video {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    width: auto;
    height: auto;
}

.section-header .line-separator span {
    top: -13px;
}

.section-textpic-1 .parallax {
    height: 450px;
}

.section-textpic-1 .full-image {
    height: 450px;
}

.section-textpic-1 #carousel .carousel-control {
    width: 50%;
}

.section-textpic-1 #carousel .left {
    z-index: 2;
    cursor: url(files/arrow-left.png), url(files/arrow-left.cur), default !important;
}

.section-textpic-1 #carousel .right {
    z-index: 2;
    cursor: url(files/arrow-right.png), url(files/arrow-right.cur), default !important;
}

.section-textpic-1 #carousel .carousel-inner {
    max-height: 400px;
}

.section-textpic-1 p,
.section-textpic-1 li {
    color: #777;
}

.section-textpic-2 {
    position: relative;
    z-index: 3;
}

.section-textpic-2 .parallax {
    height: 450px;
}

.section-textpic-2 .full-image {
    height: 450px;
}

.section-textpic-2 #carousel .carousel-control {
    width: 50%;
}

.section-textpic-2 #carousel .left {
    z-index: 2;
    cursor: url(files/arrow-left.png), url(files/arrow-left.cur), default !important;
}

.section-textpic-2 #carousel .right {
    z-index: 2;
    cursor: url(files/arrow-right.png), url(files/arrow-right.cur), default !important;
}

.section-textpic-2 .text-area {
    padding: 4.375em 0 5em;
}

.section-textpic-2 h2 span {
    font-size: 70%;
}

.section-we-do-1 .text-area {
    padding: 4.375em 0 0;
}

.section-we-do-1 .card {
    text-align: center;
}

.section-we-do-1 h3 {
    margin: 10px 0 20px;
}

.section-we-do-1 h5 {
    margin-bottom: 0;
}

.section-we-do-1 p {
    color: #777;
}

.section-we-do-1 .title {
    margin-bottom: 70px;
}

.section-we-do-2 .text-area {
    padding: 4.375em 0 0;
}

.section-we-do-2 .card {
    text-align: center;
}

.section-we-do-2 h3 {
    margin: 10px 0 20px;
}

.section-we-do-2 h5 {
    margin-bottom: 0;
}

.section-we-do-2 p {
    color: #777;
}

.section-we-do-2 .title {
    margin-bottom: 70px;
}

.section-we-do-2 .icon {
    font-size: 75px;
    line-height: 75px;
    color: #c5a47e;
    margin-bottom: 10px;
}

.hidde {
    top: -70px;
}

.section-we-made-1 {
    padding: 0;
}

.section-we-made-1 .row [class^="col-"] img {
    width: 100%;
    position: relative;
}

.section-we-made-1 .row [class^="col-"] img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: url(files/pattern.png);
    z-index: 2;
    content: "";
}

.section-we-made-2.section-with-hover .col-md-3 a .content h4 {
    font-size: 60px;
}

.section-we-made-2.section-with-hover .col-md-3 a .content p {
    font-size: 16px;
}

.section-we-made-2.section-with-hover .col-md-2 a .content h4 {
    font-size: 50px;
}

.section-we-made-2.section-with-hover .col-md-2 a .content p {
    font-size: 16px;
}

.section-we-made-2 .row [class^="col-"] img {
    width: 100%;
    position: relative;
}

.section-we-made-2 .row [class^="col-"] img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: url(files/pattern.png);
    z-index: 2;
    content: "";
}

.section-with-hover .project {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-with-hover .project .animate {
    position: relative;
    z-index: 2;
}

.section-with-hover .project .over-area {
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 3;
    padding: 10% 8%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.55);
    transition: background 0.5s, opacity 0.5s 0.5s;
}

.section-with-hover .project .over-area:hover {
    opacity: 1;
    transition: background 0.25s, opacity 0.25s 0s;
    transition-delay: 0s;
}

.section-with-hover .project .over-area:hover .content {
    opacity: 1;
    transition: opacity 0.2s;
}

.section-with-hover .project .over-area:hover .content h4 {
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(0px);
}

.section-with-hover .project .over-area:hover .content p {
    opacity: 1;
    transform: translateY(0px);
}

.section-with-hover .project .over-area:hover .content .btn {
    opacity: 1;
    transform: translateY(0px);
}

.section-with-hover .project .over-area:hover .btn {
    opacity: 1;
    transform: translateY(0px);
}

.section-with-hover .project .over-area.no-opacity {
    background-color: #333;
}

.section-with-hover .project .over-area.over-area-sm {
    padding: 20px 30px;
}

.section-with-hover .project .over-area.over-area-sm .content {
    text-align: center;
}

.section-with-hover .project .over-area.over-area-sm .content h4 {
    font-size: 1.2em;
}

.section-with-hover .project .over-area.over-area-sm .content p {
    font-size: 1em;
}

.section-with-hover .project .over-area.color-black {
    background: rgba(52, 52, 52, 0.7);
}

.section-with-hover .project .over-area.color-green {
    background: #8cbf40b8
}

.section-with-hover .project .over-area.color-gold {
    background: rgba(197, 164, 126, 0.55);
}

.section-with-hover .project .over-area.color-blue {
    background: rgba(61, 146, 207, 0.55);
}

.section-with-hover .project .over-area.color-purple {
    background: rgba(89, 57, 111, 0.55);
}

.section-with-hover .project .over-area.gradient-1 {
    background: linear-gradient(135deg, rgba(151, 78, 32, 0.4) 0, rgba(244, 218, 138, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66954d20', endColorstr='#66f4d887', GradientType=1);
}

.section-with-hover .project .over-area.gradient-2 {
    background: linear-gradient(135deg, rgba(216, 44, 73, 0.4) 0, rgba(217, 99, 131, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66d82c49', endColorstr='#66d96383', GradientType=1);
}

.section-with-hover .project .over-area.gradient-3 {
    background: linear-gradient(135deg, rgba(223, 212, 139, 0.4) 0, rgba(236, 101, 101, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66dfd48b', endColorstr='#66ec6565', GradientType=1);
}

.section-with-hover .project .over-area.gradient-4 {
    background: linear-gradient(135deg, rgba(174, 97, 167, 0.4) 0, rgba(210, 121, 135, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66ae61a8', endColorstr='#66d27987', GradientType=1);
}

.section-with-hover .project .over-area.gradient-5 {
    background: linear-gradient(135deg, rgba(107, 57, 172, 0.4) 0, rgba(200, 254, 206, 0.4) 100%);
}

.section-with-hover .project .content {
    position: relative;
    opacity: 0;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    min-height: 165px;
    word-break: break;
    transition: opacity 0.5s;
    perspective: 300px;
}

.section-with-hover .project h4 {
    font-size: 3em;
    line-height: 1.3em;
    font-weight: 700;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(-20px);
    transition: opacity 0.2s, transform 0.2s;
}

.section-with-hover .project p {
    font-size: 1em;
    color: #fff;
    opacity: 0;
    transform: translateY(-20px);
    transition: background-color 0.5s, opacity 0.5s 0.15s, transform 0.5s 0.15s;
}

.section-with-hover .project .btn {
    opacity: 0;
    transform: translateY(-20px);
    transition: background-color 0.3s, opacity 0.3s 0.3s, transform 0.3s 0.3s;
    color: #fff;
    border-color: #fff;
}

.section-with-hover .col-md-4 h4 {
    font-size: 2em;
}

.section-with-hover .col-sm-4 h4 {
    font-size: 2em;
}

.section-with-hover .col-xs-4 h4 {
    font-size: 2em;
}

.section-clients-1 .list-logos {
    padding-top: 70px;
}

.section-clients-1 .logo {
    position: relative;
    margin-bottom: 30px;
}

.section-clients-2 {
    padding: 5em 0 3em;
}

.section-clients-2 .nav-text {
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}

.section-clients-2 .nav-text li {
    margin: 0 15px;
}

.section-clients-2 .nav-text li a {
    opacity: .9;
    color: #343434;
    padding: 3px 0;
}

.section-clients-2 .nav-text li a img {
    width: 120px;
}

.section-clients-2 .nav-text>li a:hover {
    color: #c5a47e !important;
}

.section-clients-2 .nav-text>li.active a {
    color: #c5a47e !important;
    border-bottom: 2px solid #c5a47e;
}

.section-clients-2 .nav-text>li.active a img:first-child {
    opacity: 0;
}

.section-clients-2 .tab-content {
    text-align: center;
    max-width: 760px;
    min-height: 130px;
}

.section-clients-2 .tab-content p.large {
    color: #777;
    padding: 0 20px;
}

.section-clients-2 .tab-content a:not(.btn) {
    color: #c5a47e;
}

.section-team-1 {
    padding: 0;
}

.section-team-1 .container {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 5;
}

.section-team-1 .text-area {
    background-color: transparent;
    max-width: 760px;
    margin: 0 auto;
}

.section-team-1 p {
    color: #555;
}

.section-team-1 .static-image img {
    width: 100%;
}

.section-team-2 {
    padding-top: 0;
}

.section-team-2 .team-text {
    position: relative;
    padding: 0 0 75px;
}

.section-team-2 .team {
    display: block;
    position: relative;
}

.section-team-2 .team .member {
    border-radius: 50%;
    display: block;
    text-align: center;
}

.section-team-2 .team .member p {
    font-size: 1em;
}

.section-team-2 .team .member .social-buttons {
    display: inline-block;
    padding: 15px 35px;
}

.section-team-2 .team .member img {
    background: none repeat scroll 0 0 transparent;
    height: auto;
    width: 120px;
    margin: 0 auto;
}

.section-team-2 .team .description {
    padding: 10px 0;
    text-align: center;
}

.section-team-4 {
    padding-top: 5em;
}

.section-team-4 .team {
    text-align: center;
    padding: 70px 0 10px;
}

.section-team-4 .team .member {
    padding: 0 10px;
}

.section-team-4 .team .member img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.section-team-4 .team .member .description {
    padding: 10px 0;
}

.section-team-4 .team .member .description .details {
    font-size: 14px;
}

.section-team-4 .team .member .description .details i {
    color: #777;
}

.img-circle {
    border-radius: 50%;
    border: 3px solid #c5a47e;
}

.img-circle.img-profile {
    width: 120px;
    height: 120px;
}

.description {
    margin-bottom: 20px;
}

.big-text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.small-text {
    color: #777;
    text-align: center;
}

.social-buttons {
    margin-top: -20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.scroller {
    transition: all 0.4s ease-out;
}

.scroll-anchor {
    position: relative;
    top: -10px;
}

.text-white {
    color: #fff !important;
}

.section-numbers-1 .card {
    text-align: center;
}

.section-numbers-1 h3 {
    line-height: 1;
}

.section-numbers-1 .number {
    font-size: 40px;
    color: #c5a47e;
    font-wight: 300;
    text-transform: uppercase;
}

.section-numbers-1 .description {
    margin-bottom: 80px;
}

.section-numbers-1 .icon {
    color: #999;
}

.section-numbers-2 {
    overflow: hidden;
    padding: 0;
}

.section-numbers-2 .card {
    text-align: center;
}

.section-numbers-2 .card h5 {
    font-size: 1em;
}

.section-numbers-2 h2,
.section-numbers-2 h3 {
    color: #fff;
}

.section-numbers-2 h3 {
    line-height: 1;
}

.section-numbers-2 .number {
    font-size: 40px;
    color: #c5a47e;
    font-wight: 300;
    text-transform: uppercase;
    color: #fff;
}

.section-numbers-2 .description {
    margin-bottom: 80px;
}

.section-numbers-2 .icon {
    color: #999;
}

.section-numbers-2 .full-image {
    position: absolute;
    z-index: 1;
    height: 650px;
}

.section-numbers-2 .parallax {
    position: absolute;
    z-index: 1;
    height: 650px;
}

.section-numbers-2 .container {
    position: relative;
    z-index: 2;
    padding: 60px 0 120px;
}

.section-numbers-2 p {
    color: #fff;
}

.section-numbers-2 h5 {
    color: #fff;
}

.section-numbers-2 h5.text-gray {
    color: #fff;
}

.section-numbers-2 .separator {
    color: #fff;
}

.section-numbers-2 .separator.line-separator:before {
    border-color: #fff;
}

.section-numbers-2 .separator.line-separator:after {
    border-color: #fff;
}

.section-numbers-2 .text-area {
    background-color: transparent;
}

.section-numbers-2 .filter:after {
    opacity: .8;
}

.section-numbers-3 .full-image {
    position: absolute;
    z-index: 1;
    height: 650px;
}

.section-numbers-3 .text-area {
    background-color: transparent;
}

.section-numbers-3 .separator.line-separator:before {
    border-color: #fff;
}

.section-numbers-3 .separator.line-separator:after {
    border-color: #fff;
}

.section-numbers-3 .card h5 {
    font-size: 1em;
}

.address h4 {
    font-size: 1.6em;
}

.address p {
    font-size: 1em;
}

.section-closure {
    padding: 0;
    overflow: hidden;
}

.section-closure .full-image {
    position: absolute;
    z-index: 1;
}

.section-closure .container {
    position: relative;
    z-index: 2;
    padding: 150px 0;
}

.section-closure .text-area {
    background-color: transparent;
    color: #fff;
}

@media (max-width: 992px) {
    .project-content .project-details {
        padding: 0 30px;
    }

    .project-content .icon-close {
        right: -15px;
    }

    .project-content .icon-close i {
        font-size: 30px;
    }

    .section-header {
        padding: 0 !important;
    }

    .section-header .parallax {
        height: 80vh;
    }

    .section-header .parallax:after {
        height: 80vh;
    }

    .section-header .full-image {
        height: 80vh;
    }

    .section-header .full-image:after {
        height: 80vh;
    }

    .section-header .content {
        top: 50%;
    }

    .section-header .content h1 {
        margin: 0;
        font-size: 4.5em;
        letter-spacing: 0.07em;
        line-height: 1.7;
    }

    .section-header .content h1 span {
        font-size: 1em;
    }

    .section-header .content h5 {
        margin: 0;
        font-size: 1.125em;
        margin-top: 50px;
    }

    .section-header .content p {
        margin: 0;
    }

    .section-header .content .separator {
        width: 12em;
    }

    .section-with-hover .project .over-area {
        opacity: 1;
        transition: background 0.25s, opacity 0.25s 0.25s;
        transition-delay: 0;
    }

    .section-with-hover .project .over-area .content {
        opacity: 1;
        transition: opacity 0.2s;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

    .section-with-hover .project .over-area .content h4 {
        opacity: 1;
        transition: opacity 0.3s, transform 0.3s;
        transform: translateY(0px);
    }

    .section-with-hover .project .over-area .content p {
        opacity: 1;
        transform: translateY(0px);
    }

    .close-block .icon-close {
        right: -15px;
    }

    .close-block .icon-close i {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    h1.responsive-small {
        font-size: 4em !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2em;
        line-height: 1.25;
    }

    h1.responsive-small {
        font-size: 2.3em !important;
    }

    h2 {
        font-size: 1.625em;
        line-height: 1.15384615;
    }

    h3 {
        font-size: 1.375em;
        line-height: 1.13636364;
    }

    h4 {
        line-height: 1.11111111;
    }

    .navbar-transparent {
        background-color: transparent;
    }

    .wrapper {
        text-align: center !important;
        overflow: hidden;
    }

    .section {
        padding: 50px 0 0;
    }

    .section .title {
        max-width: 90%;
        margin-bottom: 40px;
    }

    .section .text-area {
        padding: 0;
    }

    .section-team-3 .name {
        margin-top: -10px;
    }

    .section-team-3 .motto h3 {
        font-size: 1em;
    }

    .btn {
        margin: 0 auto 15px;
        float: none;
    }

    .project-content .product .project-text {
        text-align: center !important;
    }

    .project-content .article .project-image {
        width: 100% !important;
    }

    footer {
        padding-top: 15px;
    }

    footer .row .info {
        margin-top: 15px;
    }

    footer .row .info .title {
        text-align: center !important;
        margin-top: 25px;
    }

    footer .row .info ul {
        text-align: center;
    }

    footer .row div:first-child .title {
        margin-top: 0;
    }

    .nav-open .navbar .container {
        /*transform: translate3d(-230px, 0, 0); */
    }

    .section-we-made-1 p {
        display: none;
    }

    .section-clients-1 .logos ul li {
        width: 33%;
    }

    .section-clients-1 .logos ul li img {
        width: 80%;
    }

    .section-clients-1 .logos ul li img:last-child {
        opacity: 0;
    }

    .section-clients-2 .tab-content {
        min-height: 130px;
    }

    .section-team-1 .full-image img {
        margin-top: 0;
    }
}

input[type="file"]>input[type="button"]::-moz-focus-inner {
    outline: 0;
}

.ui-slider-handle:focus {
    outline: 0 !important;
}

.input-group .form-control:first-child {
    border-right: 0 none;
}

.input-group .form-control:last-child {
    border-left: 0 none;
}

fieldset[disabled] .form-control {
    background-color: #e3e3e3;
    color: #888;
    cursor: not-allowed;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 10px;
    margin-top: -5px;
}

.nav-open .nav .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.btn-group.select .dropdown-menu {
    min-width: 100%;
}

section-team-1 .full-image {
    height: auto;
    min-height: 100vh;
    overflow: auto;
}

.nav-text>li.active a {
    transition: all 150ms linear;
}

.animate.moving.open {
    transform: none !important;
}

.line-separator span {
    font-size: 30px;
    position: relative;
    top: -3px;
}

.section-we-made-3 .row [class^="col-"] {
    margin-bottom: 10px;
    padding: 0 5px;
}

.section-we-made-3 .row [class^="col-"] img {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
}

@media (max-width: 767px) {
    .section-we-made-3 .row [class^="col-"] img {
        width: 100%;
        height: 259px;
        position: relative;
        object-fit: cover;
    }
}

.section-we-made-3 .row [class^="col-"] img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: url(files/pattern.png);
    z-index: 2;
    content: "";
}

.section-we-made-3 .row .col-md-4 a {
    padding: 4% 8%;
}

.section-we-made-3 .row .col-md-4 a .content h4 {
    font-size: 28px;
}

.section-we-made-3 .row .col-md-4 a .content p {
    font-size: 16px;
}

.section-team-3 .team {
    margin-bottom: 50px;
}

.section-team-3 .team .member {
    text-align: center;
}

.section-team-3 .team .member .big-text {
    margin-bottom: 20px;
}

.section-team-3 .team .member img {
    margin: 0 auto;
}

.section-team-3 .team .member .first-name {
    min-width: 65%;
    padding: 0 15px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    padding-top: 9px;
    vertical-align: middle;
    margin-top: 35px;
    float: right;
}

.section-team-3 .team .member .last-name {
    min-width: 65%;
    padding: 0 15px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    padding-top: 9px;
    vertical-align: middle;
    margin-top: 35px;
    float: left;
}

.section-team-3 .team .member .motto {
    position: relative;
    text-transform: none;
    color: #c5a47e;
    max-width: 55%;
    margin: 0 auto;
}

.section-team-3 .team .member .motto h3 {
    font-size: 22px;
}