@font-face {
    font-family: 'UrbanistSemiBold';
    src: url('../fonts/Urbanist/static/Urbanist-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UrbanistRegular';
    src: url('../fonts/Urbanist/static/Urbanist-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-VariableFont_wght.ttf');
    font-weight: bold;
    font-style: auto;
}

@font-face {
    font-family: 'WorkSansRegular';
    src: url('../fonts/Work_Sans/static/WorkSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSansMedium';
    src: url('../fonts/Work_Sans/static/WorkSans-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSansBold';
    src: url('../fonts/Work_Sans/static/WorkSans-Bold.ttf');
    font-weight: bold;
    font-style: auto;
}


#showcase-holder {
    width: 100%;
    height: 100vh;
    position: absolute;
    perspective: 1000px;
    overflow: hidden;
    opacity: 0;
}

#showcase-tilt-wrap {
    width: 100%;
    height: 100vh;
    position: absolute;
    perspective: 1000px;
    overflow: hidden;
}

#showcase-tilt {
    width: 100%;
    height: 100%;
    position: fixed;
    transform-style: preserve-3d;
    transform: scale(1.05);
}

#showcase-tilt.disabled {
    transform: translate3d(0, 0, 0) scale(1.05) !important;
    transition: 0.5s ease-in-out;
}

#showcase-slider, #showcase-carousel-slider {
    height: 100%;
    width: 100%;
}

#showcase-slider {
    overflow: visible;
}

.ovisible #showcase-holder, .ovisible #showcase-holder-wrap, .ovisible #showcase-tilt-wrap, .ovisible #showcase-tilt, .ovisible #showcase-slider {
    overflow: visible !important;
}

.scale-up #showcase-slider {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    box-sizing: border-box;
}

.section-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}

.section-image::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#showcase-holder .showcase-captions-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    z-index: 100;
    top: 0;
    pointer-events: none;
}

#showcase-holder .showcase-captions {
    padding: 80px 80px 240px 80px;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#showcase-holder .swiper-pagination-bullet {
    position: absolute;
    padding: 80px 80px 240px 80px;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    text-align: left;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgba(0, 0, 0, 1);
}

#showcase-holder .swiper-pagination-bullet .inner {
    width: 100%;
    vertical-align: bottom;
}

.light-content #showcase-holder .swiper-pagination-bullet {
    color: rgba(255, 255, 255, 1);
}

.swiper-slide .outer {
    padding: 80px 100px 240px 100px;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

.swiper-slide .inner {
    vertical-align: bottom;
}

.title {
    position: relative;
    opacity: 1;
    display: table;
    width: auto;
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    margin-top: 30px;
    color: #000;
    cursor: pointer;
}

#showcase-slider .outer .title {
    pointer-events: initial;
}

.scale-up .title {
    pointer-events: none;
}

.swiper-pagination-bullet .title {
    opacity: 0;
    transform: translateY(60px);
}

.swiper-pagination-bullet:first-child .title {
    opacity: 1;
    transform: translateY(0px);
}

.light-content .title {
    color: #e0ddd0;
}

.swiper-slide .title {
    opacity: 0;
    position: relative;
}

.subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 10;
    opacity: 0;
    position: relative;
    transform: translateY(60px);
}

.swiper-pagination-bullet:first-child .subtitle {
    opacity: 1;
    transform: translateY(0px);
}

.showcase-subtitles-wrap {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    pointer-events: none;
}

.showcase-subtitles-wrap .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    text-align: left;
    opacity: 1;
    bottom: 0;
}

.showcase-subtitles-wrap .subtitle {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding-left: 3px;
    position: absolute;
    top: 0;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.showcase-subtitles-wrap .swiper-pagination-bullet:first-child .subtitle {
    position: absolute;
    top: 0;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.light-content .showcase-subtitles-wrap .subtitle {
    color: #e0ddd0;
}

.no-stroked .subtitle, .stroked .subtitle {
    position: absolute;
    display: none;
}

.arrows-wrap {
    width: 160px;
    height: 80px;
    position: relative;
    float: left;
    left: -30px;
    bottom: 0px;
    pointer-events: initial;
    opacity: 1;
}

.prev-wrap, .next-wrap {
    width: 80px;
    height: 80px;
    float: left;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.prev-wrap {
    transform: rotate(-90deg);
}

.next-wrap {
    float: right;
    transform: rotate(-90deg);
}

.arrows-wrap .swiper-button-next, .arrows-wrap .swiper-button-prev {
    position: relative;
    top: auto;
    width: 40px;
    height: 40px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 11px 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: auto;
    right: auto;
    background-image: none !important;
}

.arrows-wrap .swiper-button-prev::before {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family: 'FontAwesome';
    content: "\F106";
    color: #000;
    transition: 0.15s ease-in-out;
}

.arrows-wrap .swiper-button-prev::after {
    height: 0px;
    width: 2px;
    position: absolute;
    left: 0;
    text-align: center;
    content: "";
    background-color: #e0ddd0;
    top: 19px;
    left: 19px;
    transition: 0.15s ease-in-out;
}

.arrows-wrap .prev-wrap:hover .swiper-button-prev::after {
    height: 14px;
}

.arrows-wrap .swiper-button-next::before {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family: 'FontAwesome';
    content: "\F107";
    color: #000;
    transition: 0.15s ease-in-out;
}

.arrows-wrap .swiper-button-next::after {
    height: 0;
    width: 2px;
    position: absolute;
    left: 0;
    text-align: center;
    content: "";
    background-color: #e0ddd0;
    bottom: 18px;
    left: 19px;
    transition: 0.25s ease-in-out;
}

.arrows-wrap .next-wrap:hover .swiper-button-next::after {
    height: 14px;
}

.light-content .arrows-wrap .swiper-button-prev::before, .light-content .arrows-wrap .swiper-button-next::before {
    color: #e0ddd0;
}

.arrows-wrap .swiper-button-next.swiper-button-disabled, .arrows-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}


.scale-up #showcase-carousel-slider .swiper-wrapper1 {
    transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    transform-style: flat;
}

#showcase-holder-wrap {
    width: 100%;
    height: 100vh;
    position: absolute;
}

#showcase-holder, #showcase-holder-wrap {
    overflow: visible;
}

#showcase-carousel-slider.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

#showcase-carousel-slider .swiper-slide {
    height: 30%;
    top: calc(35% - 50px);
    overflow: visible;
    cursor: pointer;
}

#showcase-carousel-slider .img-mask-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    box-sizing: border-box;
}

#showcase-carousel-slider .img-mask {
    overflow: hidden;
    transform: scale(1.1);
    transition: all 0.5s cubic-bezier(.165, .84, .44, 1) 0s;
}

#showcase-carousel-slider .swiper-slide:hover .img-mask, .above .img-mask {
    transform: scale(1);
}

#showcase-carousel-slider .section-image {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#showcase-carousel-slider .hero-video-wrapper {
    position: absolute;
    z-index: 0;
}

.carousel-caption {
    z-index: 10;
    position: absolute;
    bottom: -110px;
    height: auto;
    padding: 0 80px;
    box-sizing: border-box;
    width: 100%;
    cursor: default;
    pointer-events: none;
    text-align: left;
}

.carousel-title {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    display: block;
    position: relative;
    color: #000;
}

.light-content .carousel-title {
    color: #e0ddd0;
}

.carousel-cat {
    display: block;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
    margin-left: 2px;
    line-height: 20px;
    color: #000;
    opacity: 0.4;
}

.light-content .carousel-cat {
    color: #e0ddd0;
}

.swiper-scrollbar {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 25%;
    height: 3px;
    background: rgba(255, 255, 255, 0) !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
    pointer-events: false;
    transform-origin: right;
}

.swiper-scrollbar::after {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    width: 100%;
    left: 0;
    top: 1px;
    position: absolute;
}

.swiper-scrollbar-drag {
    background-color: #e0ddd0 !important;
    pointer-events: initial;
    z-index: 1;
}

.showcase-counter {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.counter-wrap {
    transition: 0.2s ease-in-out;
}

.counter {
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 60px;
    left: calc(50% - 55px);
    text-align: center;
    opacity: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    text-align: center;
    transform: translateY(20px) scale(1);
}

.light-content .counter, .light-content .showcase-counter::after {
    color: #e0ddd0;
}

.swiper-pagination-bullet:first-child .counter {
    transform: translateY(0px) scale(1);
}

.showcase-counter {
    opacity: 0;
}

.showcase-counter::after {
    content: attr(data-total);
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    bottom: 60px;
    left: calc(50% + 35px);
    opacity: 1;
    font-weight: 600;
    color: #000;
    text-align: center;
    transition: 0.2s ease-in-out;
}

.showcase-counter::before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 70px;
    left: calc(50% - 10px);
    background-color: rgba(0, 0, 0, 1);
    transition: 0.2s ease-in-out;
}

.light-content .showcase-counter::before {
    background-color: rgba(255, 255, 255, 1);
}

.disable-click {
    cursor: pointer;
    pointer-events: none;
}

.link-pdf {
    border: 1px solid #e0ddd0;
    border-radius: 0.8em;
    padding: 0.7em;
    margin-bottom: 3em;
    font-weight: bold;
}

.logo-pdf {
    height: 2em;
}

.link-pdf:hover {
    transition: 1s;
    color: #000;
    background-color: #e0ddd0;
}


/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/


@media only screen and (max-width: 1466px) {


    .swiper-slide .outer {
        padding: 80px 80px 220px 80px;
    }

    #showcase-holder .showcase-captions {
        padding: 80px 60px 220px 60px;
    }

    #showcase-holder .swiper-pagination-bullet {
        padding: 80px 60px 220px 60px;
    }

    .showcase-counter::before {
        bottom: 50px;
    }

    .showcase-counter::after {
        bottom: 40px;
    }

    .counter {
        bottom: 40px;
    }

    .carousel-caption {
        padding: 0 60px;
    }


}


@media only screen and (max-width: 1024px) {

    .swiper-slide .outer {
        padding: 80px 60px 220px 60px;
    }

    #showcase-holder .showcase-captions {
        padding: 80px 40px 220px 40px;
    }

    #showcase-holder .swiper-pagination-bullet {
        padding: 80px 40px 220px 40px;
    }

    .carousel-caption {
        padding: 0 40px;
    }

}


@media only screen and (max-width: 767px) {

    .swiper-slide .outer {
        padding: 80px 50px 220px 50px;
    }

    #showcase-holder .showcase-captions {
        padding: 80px 30px 220px 30px;
    }

    #showcase-holder .swiper-pagination-bullet {
        padding: 80px 30px 220px 30px;
    }

    .title {
        font-size: 36px;
        line-height: 50px;
        margin-top: 20px;
    }

    .showcase-counter::before {
        display: none;
    }

    .showcase-counter::after {
        display: none;
    }

    .counter {
        display: none;
    }

    .carousel-caption {
        padding: 0 30px;
    }

}


@media only screen and (max-width: 479px) {

    .swiper-slide .outer {
        padding: 80px 40px 220px 40px;
    }

    #showcase-holder .showcase-captions {
        padding: 80px 20px 220px 20px;
    }

    #showcase-holder .swiper-pagination-bullet {
        padding: 80px 20px 220px 20px;
    }

    .title {
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px;
    }

    .carousel-caption {
        padding: 0 20px;
    }
}

/*--------------------------------------------------
	Hero Section
---------------------------------------------------*/

#hero {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
    /*background: url(../images/04hero.jpg);*/
}

#hero-02 {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
    background: url(/images/03hero.jpg?fe7f4c5f11e5731645158c92b48a2805);
}

#hero-03 {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
    background: url(/images/04hero.jpg?8dae9450688242265573d421f9ce39fe);
}

#hero-04 {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
    background: url(/images/1690x1100-9.jpg?ddc90120a3de8e378920e4a7a84faf2d);
}

#hero-05 {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
    background: url(/images/1690x1100-10.jpg?2e4db85c02871559dfd89b5f7ee13d03);
}

#hero-06 {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
    background: url(/images/1690x1100-11.jpg?acef8ed311037f2d830368e1c7dd0310);
}

#hero-07 {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
    background: url(/images/1690x1100-12.jpg?df35e8fa0f35dd9b692ffd97574839d9);
}

#hero-08 {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 0;
    background: url(/images/1690x1100-13.jpg?104bc4c68012b0460c03b59fc1a24e39);
}

#hero.has-image {
    z-index: 2;
    height: 100vh;
    overflow: hidden;
}

#homeBody  #logo{
    display:none;
}

#hero.has-image2 {

    background: rgb(0 0 0 / 58%);
}

.nav-tabs {
    border-bottom: 0px !important;
}

.nav-tabs .nav-link {
    padding: 1rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #928C59 #928C59 #FFF !important;
}

.tab-content > .active {
    display: block;
    border: 1px solid #928C59;
    border-radius: 2rem;
    border-right: 1px solid #928C59;
    background: #FFF;
    margin-top: -10px;
    padding: 2rem;
}

.nav-link {
    color: #928C59 !important;
}

#hero-styles {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 2;
}

#hero.has-image #hero-styles {
    position: fixed;
    height: 100vh;
}

#hero-caption {
    display: table;
    width: 100%;
    padding: 240px 80px 140px 80px;
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    text-align: left;
}

#hero.has-image #hero-caption {
    padding: 80px 80px 240px 80px;
    max-width: none;
}

#hero #hero-caption .inner {
    vertical-align: middle;
}

#hero.has-image #hero-caption .inner {
    vertical-align: bottom;
}

#hero-bg-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    transition: -webkit-filter 0.6s ease-in-out;
    transition: filter 0.6s ease-in-out;
    transition: filter 0.6s ease-in-out, -webkit-filter 0.6s ease-in-out;
    overflow: hidden;
}

#hero-bg-image::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#hero-image-parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

#hero-bg-image {
    background-size: cover;
    position: absolute;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    perspective: 1000px;
    overflow: visible;
    transform: scale(1.2);
}

.load-project-page #hero-bg-image, .load-next-project #hero-bg-image {
    opacity: 1;
    transform: scale(1.05);
}

.load-project-page-carousel #hero-bg-image {
    opacity: 1;
    transform: scale(1.05);
}

.hero-title {
    font-family: "Urbanist", Poppins;
    margin-top: 30px;
    width: auto;
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    z-index: 10;
    color: #000;
    position: relative;
    transform: translateY(15vh) translateX(-2px);
    -webkit-transform: translateY(15vh) translateX(-2px);
    opacity: 0;
    display: block;
    height: 140px;
}

.has-image .hero-title {
    height: auto;
}


.light-content .hero-title {
    color: #f8f7f7;
    font-family: "UrbanistSemiBold", sans-serif;
}

.load-project-page .hero-title, .load-project-page-carousel .hero-title {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1 !important;
}

.load-next-project .hero-title {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1 !important;
}

.load-next-page .hero-title {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    opacity: 1 !important;
}

.hero-subtitle {
    font-family: "Urbanist";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 10;
    opacity: 0;
    position: relative;
    color: #000;
    transform: translateY(5vh);
    -webkit-transform: translateY(5vh);
}

.load-next-project .hero-subtitle, .load-project-page-carousel .hero-subtitle {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    opacity: 1 !important;
}

.load-next-page .hero-subtitle {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    opacity: 1 !important;
}

.load-project-page .hero-subtitle {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    opacity: 1 !important;
}

.light-content .hero-subtitle {
    color: #f8f7f7;
    font-family: "UrbanistSemiBold";
    font-size: 1.2rem;
}

#hero.has-image .hero-subtitle:before, .text-align-center .hero-subtitle:before {
    left: 50%;
    margin-left: -10px;
}

.hero-bottom {
    position: absolute;
    width: 100%;
    height: 140px;
    padding: 60px 80px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-family: 'UrbanisRegular', sans-serif;
    font-size: 12px;
    color: #000;
}

.light-content .hero-bottom {
    color: #e0ddd0;
}

.hb-left {
    float: left;
    height: 20px;
    line-height: 20px;
    opacity: 0;
    cursor: pointer;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
}

.hb-right {
    float: right;
    height: 20px;
    line-height: 20px;
    opacity: 0;
    cursor: pointer;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
}

.hb-left::before, .hb-right::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .2s ease-out;
}

.light-content .hb-left::before, .light-content .hb-right::before {
    background: rgba(255, 255, 255, 1);
}

.hb-left:hover::before, .hb-right:hover::before {
    transform: scaleX(0);
    transform-origin: right;
}

.bann_principale_img_2 {
    width: 1160px;
}


/*--------------------------------------------------
	Page Navigation
---------------------------------------------------*/

#page-nav {
    height: auto;
    width: 100%;
    color: #000;
    position: relative;
    margin-bottom: 0;
}

.light-content #page-nav {
    color: #e0ddd0;
}

.next-page-wrap {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.white-section-bg {

    padding-top: 1rem;
    background-color: #F8F7F7 !important;
}

.grey-section-bg {

    padding-top: 1rem;
    background-color: #F8F7F7 !important;
}

.next-page-title {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0px 80px 140px 80px;
    max-width: 1280px;

    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.next-page-title .inner {
    vertical-align: middle;
    text-align: left;
}

.page-title {
    font-weight: 500;
    margin-top: 30px;
    height: 140px;
    margin-bottom: 0px;
    width: auto;
    font-size: 48px;
    line-height: 70px;
    z-index: 10;
    color: #000;
    position: relative;
    opacity: 0.4;
    transition: all 0.2s ease-in-out;
}

.light-content .page-title {
    /*	color:#282828;*/
}

.page-title:hover, .page-is-changing .page-title {
    opacity: 1;
}

.page-title span {
    background-image: linear-gradient(transparent calc(100% - 3px), #000 1px);
    background-size: 0;
    background-repeat: no-repeat;
    display: inline;
    transition: 0.5s ease;
}

.light-content .page-title span {
    background-image: linear-gradient(transparent calc(100% - 3px), #928C59 1px);
}

.page-title:hover span {
    background-size: 100%;
}

.page-is-changing .page-title span {
    background-size: 0;
    transition: 0.3s ease;
}

.subtitle-info, .subtitle-name {
    margin-bottom: 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'UrbanisRegular', sans-serif;
}

.subtitle-info {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.subtitle-name {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}


.white-section-bg .subtitle-info, .white-section-bg .subtitle-name {
    color: #928C59;
}


.light-content .subtitle-info, .light-content .subtitle-name {
    color: #F8F7F7;
}


/*--------------------------------------------------
	Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {

    #hero-caption {
        padding: 220px 60px 140px 60px;
    }

    #hero.has-image #hero-caption {
        padding: 80px 60px 220px 60px;
    }

    .hero-bottom {
        height: 100px;
        padding: 40px 60px;
    }

    .next-page-title {
        padding: 220px 60px 140px 60px;
    }

}

@media only screen and (max-width: 1024px) {

    #hero-caption {
        padding: 220px 40px 140px 40px;
    }

    #hero.has-image #hero-caption {
        padding: 80px 40px 220px 40px;
    }

    .hero-bottom {
        height: 100px;
        padding: 40px 40px;
    }

    .next-page-title {
        padding: 220px 40px 140px 40px;
    }

    .page-title span, .light-content .page-title span {
        background-image: none;
    }

}

@media only screen and (max-width: 767px) {

    #hero-caption {
        padding: 200px 30px 140px 30px;
    }

    #hero.has-image #hero-caption {
        padding: 80px 30px 220px 30px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 50px;
        margin-top: 20px;
    }

    .hero-bottom {
        height: 80px;
        padding: 30px 30px;
    }

    .next-page-title {
        padding: 200px 30px 140px 30px;
    }

    .page-title {
        font-size: 36px;
        line-height: 50px;
        margin-top: 20px;
    }

}
.svgDesktop{
    opacity: 1;
    display: inline;
}

.svgMobile{
    opacity: 0;
    display: none;
}

@media only screen and (max-width: 479px) {

    .svgMobile{
        opacity: 1;
        display: inline;
    }

    .svgDesktop{
        opacity: 0;
        display: none;
    }


    .rect-animation rect {
        stroke-dasharray: 500; /* Longueur du tracé du rectangle */
        stroke-dashoffset: 500; /* Position initiale de la ligne (cachée) */
        animation: drawRect 7s ease-in-out forwards; /* Animation pour dessiner la bordure */
    }


    #hero-caption {
        padding: 180px 20px 140px 20px;
    }

    #hero.has-image #hero-caption {
        padding: 80px 20px 220px 20px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px;
    }

    .hero-bottom {
        height: 80px;
        padding: 30px 20px;
    }

    .next-page-title {
        padding: 180px 20px 140px 20px;
    }

    .page-title {
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px;
    }

}

.container {
    width: 900px;
    display: flex;
    justify-content: space-around;
}

.container .card {
    position: relative;
    /*width: 600px;*/
    background: #222;
    background: linear-gradient(0deg, #1b1b1b, #222, #1b1b1b);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.container .card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .5);
    transform: translateY(-10px);
}

.container .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .03);
    pointer-events: none;
    z-index: 1;
}

.percent {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: inset 0 0 50px #000;
    background: #222;
    z-index: 100;
}

.percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.percent .number h2 {
    color: #777;
    font-weight: 700;
    font-size: 40px;
    transition: 0.5s;
}

.card:hover .percent .number h2 {
    color: #e0ddd0;
    font-size: 60px;
}

.percent .number h2 span {
    font-size: 24px;
    color: #777;
}

.text {
    color: #777;
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s;
}

.card:hover .text {
    color: #e0ddd0;
}

svg {
   /* position: relative;
    width: 150px;
    height: 150px;
    z-index: 1000;*/
}

circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #191919;
    stroke-width: 10;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

circle:nth-child(2) {
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
}

.card:nth-child(1) svg circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 90) / 100);
    stroke: #00ff43;
}

.card:nth-child(2) svg circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 85) / 100);
    stroke: #00a1ff;
}

.card:nth-child(3) svg circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 60) / 100);
    stroke: #c104ff;
}

.thumb-container {
    visibility: hidden;
    height: 100vh;
    width: 100%;
    left: 0px;
    position: fixed;
    top: 0;
    z-index: 100;
    opacity: 1;
    transform: scale(1.05);
    background-color: #161717;
}


.thumb-page {
    cursor: pointer;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0px;
    position: fixed;
    visibility: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.thumb-page::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

/*--------------------------------------------------
	02. Filters
---------------------------------------------------*/

.filters-info {
    font-weight: 600;
    font-family: 'UrbanisRegular', sans-serif;
    font-size: 12px;
    line-height: 30px;
    margin: 25px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 140px;
    color: #000;
    float: left;
    opacity: 0;
    -webkit-transition: translateY(30px);
    transform: translateY(30px);
}

.light-content .filters-info {
    color: #e0ddd0;
}

#show-filters {
    opacity: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: translateY(55px);
    transform: translateY(55px);
}

#show-filters::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .2s ease-out;
}

#show-filters:hover::before {
    transform: scaleX(0);
    transform-origin: right;
}

#filters-overlay {
    position: fixed;
    z-index: 15;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    transition: all 0.1s ease-in-out 0.6s;
}

#filters-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out 0.2s;
}

#close-filters {
    position: fixed !important;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#filters-overlay .outer {
    width: 100%;
    margin: 0 auto;
    padding: 80px;
    padding-top: 160px;
    box-sizing: border-box;
}

#filters-overlay .inner {
    vertical-align: bottom;
    position: relative;
    pointer-events: none;
    text-align: left;
}

.filters-wrap {
    position: relative;
    width: 100%;
    max-height: 0px;
    opacity: 0;
    margin-top: 100px;
    transition: all 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s;
    -webkit-transition: all 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s;
}

.filters-wrap.active {
    opacity: 1;
    max-height: 100px;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#filters {
    height: auto;
    z-index: 15;
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0;
    pointer-events: initial;
    margin: 0;
}

#filters li {
    display: block;
    opacity: 1;
    position: relative;
    margin: 5px 0;
    opacity: 0;
    text-align: left;
}

#filters li a {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    z-index: 15;
    position: relative;
    transition: all 0.15s ease-in-out;
}

.light-content #filters li a {
    color: #e0ddd0;
}

#filters li a::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
}

#filters li a:hover::before, #filters li a.active::before {
    transform: scaleX(1);
    transform-origin: left;
}

/*--------------------------------------------------
	09. Portfolio Isotope Transitions
---------------------------------------------------*/

.isotope, .isotope .isotope-item {
    transition-duration: 1.8s;
}

.isotope {
    transition-property: height, width;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}

/*--------------------------------------------------
	03. Portfolio Layout
---------------------------------------------------*/

.portfolio-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 80px;
    min-height: 50vh;
}

.portfolio {
    position: relative;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    transition: height 0.5s ease-out;
}

.portfolio:after {
    content: "";
    display: table;
    clear: both;
}

.item {
    display: block;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    margin: 0px;
    width: 50%;
    height: 30vw;
    overflow: hidden;
}

.item.wide {
    margin: 0px;
    width: 100%;
    height: 45vw;
}

.item.floating {
    display: block;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    cursor: pointer;
    transition: opacity 0.1s ease-in-out;
}

.item.floating.first {
    margin-top: 140px;
}

.item.floating.disable {
    opacity: 0.2;
}

.item-appear {
    display: block;
    position: absolute;
    box-sizing: border-box;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    transition: all 2s cubic-bezier(.165, .84, .44, 1) 0.2s;
}

.floating .item-appear {
    padding: 0 80px;
    max-width: 1280px;
    margin: auto;
    left: 0;
    right: 0;
}

.item.active .item-appear {
    opacity: 1;
    transform: scaleY(1);
}

.item.above .item-content {
    opacity: 1 !important;
}

.item-image::after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    transition: all 0.6s ease-in-out;
}

.load-project-thumb .item-image::after {
    content: "";
    opacity: 1;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    transition: all 0.6s ease-in-out;
}

.item-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.item-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
}

.item-wrap-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transform: scale(1.05);
    transition: all 1s cubic-bezier(.165, .84, .44, 1) 0s;
}

.floating .item-wrap-image {
    overflow: visible;
    transform: scale(1);
}

.item:hover .item-appear .item-wrap-image, .above .item-wrap-image {
    transform: scale(1);
}

.item-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 100;
    cursor: pointer;
    background-color: #000;
    overflow: hidden;
}

.floating .item-image {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center center;
    background-color: #222;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transform: scale(0.3);
    transition: opacity 0.3s ease-in-out;
}

.floating.show-image .item-image, .above .floating .item-image {
    opacity: 1;
    visibility: visible;
}

.floating .item-caption-wrap {
    padding: 0 80px;
    max-width: 1280px;
    margin: auto;
    left: 0;
    right: 0;
}

.item-caption {
    z-index: 10;
    position: absolute;
    bottom: 0px;
    height: auto;
    padding: 80px;
    box-sizing: border-box;
    width: 100%;
    cursor: default;
    pointer-events: none;
    text-align: left;
}

.floating .item-caption {
    position: relative;
    height: auto;
    padding: 15px 80px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.active.floating .item-caption {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.item-title {
    margin: 0;
    font-weight: 500;
    font-size: 36px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    display: block;
    position: relative;
    color: #000;
    transition: all 0.2s ease-out;
}

.light-content .item-title {
    color: #e0ddd0;
}

.item:hover .item-title, .item.floating .item-title {
    transform: translateY(0px);
}

.item-cat {
    display: block;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
    margin-left: 2px;
    line-height: 20px;
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    color: #000;
    transition: all 0.1s ease-out;
}

.light-content .item-cat {
    color: #e0ddd0;
}

.item:hover .item-cat, .item.floating .item-cat {
    transform: translateY(15px);
    opacity: 1;
    transition: all 0.1s ease-out 0.1s;
}


/*--------------------------------------------------
	Project Page Navigation
---------------------------------------------------*/

#project-nav {
    height: 100vh;
    width: 100%;
    color: #000;
    position: absolute;
    margin-bottom: 0;
    bottom: -100vh;
}

.light-content #project-nav {
    color: #e0ddd0;
}

.next-project-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
}

.next-project-image {
    position: fixed;
    top: 50%;
    opacity: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    transform: scale(1.2);
}

.next-project-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    transform: scale(1.05) translateY(0%);
}

.next-project-image::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.next-project-title {
    display: table;
    width: 100%;
    padding: 80px 80px 240px 80px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    top: -40%;
    opacity: 0;
}

.next-project-title .inner {
    vertical-align: bottom;
}

.main-title {
    display: table;
    width: auto;
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    z-index: 10;
    color: #000;
    position: relative;
    margin-top: 30px;
}

.light-content .main-title {
    color: #e0ddd0;
}

.main-title span {
    background-image: linear-gradient(transparent calc(100% - 3px), #000 1px);
    background-size: 0;
    background-repeat: no-repeat;
    display: inline;
    transition: 0.5s ease;
}

.light-content .main-title span {
    background-image: linear-gradient(transparent calc(100% - 3px), #e0ddd0 1px);
}

.main-title:hover span {
    background-size: 100%;
}

.page-is-changing .main-title span {
    background-size: 0;
    transition: 0.3s ease;
}

.next-title {
    margin-bottom: 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.light-content .next-title {
    color: #e0ddd0;
}

.next-subtitle-name {
    margin-bottom: 0;
    opacity: 1;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'UrbanisRegular', sans-serif;
    color: #000;
}

.next-subtitle-name {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}

.light-content .next-subtitle-name {
    color: #e0ddd0;
}

/*--------------------------------------------------
	Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {

    #filters-overlay .outer {
        padding: 60px;
    }

    .item-caption {
        padding: 60px;
    }

    .floating .item-appear, .floating .item-caption-wrap {
        padding-left: 60px;
        padding-right: 60px;
        box-sizing: border-box;
    }

    .floating .item-caption {
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .next-project-title {
        padding: 60px 30px 220px 60px;
    }

    .floating .item-image {
        height: 65vw;
        width: 100vw;
        transform: scale(0.5);
    }

}

@media only screen and (max-width: 1024px) {

    #filters-overlay .outer {
        padding: 40px;
        padding-bottom: 80px;
    }

    #filters li a {
        font-size: 24px;
        line-height: 40px;
    }

    .item-caption {
        padding: 40px;
    }

    .item-title {
        font-size: 32px;
    }

    .floating .item-appear, .floating .item-caption-wrap, .floating .item-caption {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .next-project-title {
        padding: 80px 40px 220px 40px;
    }

    .main-title span, .light-content .main-title span {
        background-image: none;
    }

}

@media only screen and (max-width: 767px) {

    #filters-overlay .outer {
        padding: 30px;
        padding-bottom: 80px;
    }

    .item, .item.wide {
        margin: 0px;
        width: 100%;
        height: 65vw;
    }

    .item-caption {
        padding: 40px 30px;
    }

    .item-title {
        font-size: 24px;
    }

    .floating .item-appear, .floating .item-caption-wrap, .floating .item-caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .next-project-title {
        padding: 80px 30px 220px 30px;
    }

    .main-title {
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px;
    }

}

@media only screen and (max-width: 479px) {

    #filters-overlay .outer {
        padding: 20px;
        padding-bottom: 80px;
    }

    .portfolio {
        overflow: hidden;
    }

    .item-caption {
        padding: 40px 20px;
    }

    .floating .item-appear, .floating .item-caption-wrap, .floating .item-caption {
        padding-left: 10px;
        padding-right: 10px;
    }

    .next-project-title {
        padding: 80px 20px 220px 20px;
    }

    .main-title {
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px;
    }

}

/*--------------------------------------------------
	Slider and Carousel
---------------------------------------------------*/


.slider .owl-stage-outer {
    z-index: 0;
}

.slider .owl-controls {
    z-index: 1;
}

.slider .owl-nav, .carousel .owl-nav, .carousel-auto .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    margin: 0 !important;
}

.carousel {
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel-auto .slide img {
    max-height: 50vh;
    width: auto;
}

.slider .owl-prev, .carousel .owl-prev, .carousel-auto .owl-prev {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    pointer-events: auto;
    opacity: 1;
    left: 0;
    cursor: pointer;
    height: 100%;
    width: 50%;
    margin-top: 0;
}

.owl-prev {
    text-decoration: none;
    position: relative;
}

.owl-prev span {
    text-indent: 0;
    margin-left: -90px;
    display: none;
    font-family: 'UrbanisRegular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.white-tooltip .owl-prev span {
    color: #e0ddd0;
}

.owl-prev:hover span {
    display: block;
    position: fixed;
    overflow: hidden;
}

.slider .owl-next, .carousel .owl-next, .carousel-auto .owl-next {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    pointer-events: auto;
    opacity: 1;
    right: 0;
    cursor: pointer;
    height: 100%;
    width: 50%;
    margin-top: 0;
}

.owl-next {
    text-decoration: none;
    position: relative;
}

.owl-next span {
    text-indent: 0;
    display: none;
    font-family: 'UrbanisRegular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.white-tooltip .owl-next span {
    color: #e0ddd0;
}

.owl-next:hover span {
    display: block;
    position: fixed;
    overflow: hidden;
}

.owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    top: -40px;
}

.carousel .owl-dots {
    top: 20px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.1) !important;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    width: 8px;
    height: 8px;
    margin: 4px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #e0ddd0 !important;
}

.text-carousel .owl-nav {
    text-align: center;
    margin: 0 auto;
    width: 160px;
    height: 80px;
    margin-top: 30px;
}

.filters-carousel .owl-nav {
    text-align: center;
    margin: 0 auto;
    width: 180px;
    height: 80px;
    margin-top: 30px;
}

.text-carousel .owl-prev, .text-carousel .owl-next, .filters-carousel .owl-prev, .filters-carousel .owl-next {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.filters-carousel .owl-next {
    float: right;
}

.prev-testimonial, .next-testimonial, .prev-filter, .next-filter {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
}

.text-carousel .owl-nav i, .filters-carousel .owl-nav i {
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: #000;
}

.light-content .text-carousel .owl-nav i, .light-content .filters-carousel .owl-nav i {
    color: #e0ddd0;
}

.user-review {
    color: #000;
    font-weight: 600;
}

.car {
    font-size: 22px;
}

.light-content .user-review {
    color: #f8f7f7;
    font-family: "WorkSansRegular";
}


/*--------------------------------------------------
	Light Box
---------------------------------------------------*/

.image-link {
    display: inline-block;
    width: auto;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.93;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-content figcaption, .mfp-bottom-bar {
    display: none;
}


/*--------------------------------------------------
	Video Player
---------------------------------------------------*/

.hero-video-wrapper {
    position: fixed;
    box-sizing: border-box;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 0;
    overflow: hidden !important;
    opacity: 1;
}

.hero-video-wrapper video.bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.video-wrapper {
    position: relative;
    box-sizing: border-box;
    min-width: 100%;
    max-height: 100vh;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 0;
    overflow: hidden !important;
    opacity: 1;
    transform: translateY(0px);
}

.video-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease-out 0.05s, height 0s ease-out 0s;
}

.video-cover.hidden {
    opacity: 0;
    height: calc(100% - 50px);
    transition: opacity 0.3s ease-out, height 0s ease-out 0.3s;
}

video.bgvid {
    background-size: cover;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    width: 100%;
    z-index: -100;
}

.video-wrapper video.bgvid {
    position: relative;
}

.full .video-wrapper video.bgvid {
    position: relative;
    margin-top: 50vh;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.control {
    bottom: 25px;
    color: #ccc;
    display: none;
    left: 0;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 5;
    background-color: #eee;
    padding: 0;
    box-sizing: border-box;
    right: 0;
    margin: 0 auto;
}

.full .control {
    bottom: 10px;
    width: calc(100% - 160px);
}

.btmControl {
    clear: both;
}

.control .sound {
    width: 30px;
    height: 50px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #e0ddd0;
    opacity: 0.4;
    transition: all 0.2s ease-in-out;
}

.control .sound:hover {
    opacity: 1;
}

.control .sound i {
    line-height: 50px;
}

.control .sound.muted i:first-child {
    display: none;
}

.control .sound.muted i:last-child {
    display: block;
}

.control .sound i:last-child {
    display: none;
}

.control .btnFS {
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #e0ddd0;
    opacity: 0.4;
    transition: all 0.2s ease-in-out;
}

.control .btnFS:hover {
    opacity: 1;
}

.progress-bar {
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    float: left;
    height: auto;
    width: calc(100% - 123px);
    cursor: pointer;
    bottom: 23px;
    position: absolute;
    left: 23px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.video-wrapper:hover .progress-bar {
    opacity: 1;
}

.progress {
    height: 2px;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.progress span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.timeBar {
    z-index: 10;
    width: 0;
    background: #e0ddd0;
}

.bufferBar {
    z-index: 5;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
}

.video-btns {
    position: absolute;
    right: 3px;
    bottom: 0px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.video-wrapper:hover .video-btns {
    opacity: 1;
}

.volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 10px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*--------------------------------------------------
	Buttons
---------------------------------------------------*/

.button-box {
    margin-top: 10px;
    line-height: 16px;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    position: relative;
}

.text-align-center .button-box {
    margin-left: 10px;
    margin-right: 10px;
}

.button-content .submit-box {
    color: #e0ddd0;
}

.clapat-button-wrap {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    min-width: 100px;
    height: 60px;
    pointer-events: initial;
}

.text-align-center .clapat-button-wrap {
    margin: 0 auto;
}

.clapat-button {
    opacity: 1;
}

.button-border {
    height: 40px;
    width: auto;
    border: solid 2px #000;
    background-color: #000;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'UrbanisRegular', sans-serif;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    color: #000;
    text-align: center;
}

.light-content .button-border {
    border: solid 2px #e0ddd0;
    background-color: #e0ddd0;
}

.button-border.rounded {
    border-radius: 30px !important;
}

.design_btn{
    width: 10rem;
    margin: 0 auto;
}
.button-border.outline {
    border: solid 2px #000;
    color: #000;
    background-color: transparent;
}

.light-content .button-border.outline {
    border: solid 2px #928C59;
    color: #928C59;
    background-color: transparent;
}

.button-border span {
    position: relative;
    display: inline-block;
    transition: transform 0.2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%;
    padding: 0 30px;
}

.button-border span::before {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    text-align: center;
}

.clapat-button:hover .button-border span {
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}


/*--------------------------------------------------
	Appearing Items
---------------------------------------------------*/

.has-animation {
    opacity: 0;
    -webkit-transition: translateY(60px);
    transform: translateY(60px);
}

.has-animation.has-scale {
    opacity: 0;
    -webkit-transition: translateY(0px) scale(1.1);
    transform: translateY(0px) scale(1.1);
    transform-origin: 50% 0;
    will-change: transform;
}

.has-mask {
    margin-bottom: 10px;
    margin-top: 0em;
}

.has-mask span {
    display: inline-block;
    overflow: hidden;
}

.has-mask span > span {
    display: inline-block;
    margin: 0 !important;
    line-height: 40px;
    height: 40px;
    opacity: 0;
    transform: translateY(60px);
}

h1.has-mask span, h1.has-mask span > span {
    line-height: 60px;
    height: 60px;
    margin-right: 12px;
}

h2.has-mask span, h2.has-mask span > span {
    line-height: 40px;
    height: 40px;
    margin-right: 10px;
}

h3.has-mask span, h3.has-mask span > span {
    line-height: 32px;
    height: 32px;
    margin-right: 8px;
}

h4.has-mask span, h4.has-mask span > span {
    line-height: 28px;
    height: 28px;
    margin-right: 7px;
}

h5.has-mask span, h5.has-mask span > span {
    line-height: 20px;
    height: 20px;
    margin-right: 6px;
}

h6.has-mask span, h6.has-mask span > span {
    line-height: 16px;
    height: 16px;
    margin-right: 5px;
}


/*--------------------------------------------------
	Underline Link
---------------------------------------------------*/

a.link {
    display: inline-block;
    position: relative;
}

.light-content a.link {
    color: #F8f7f7;
}

.light-content .white-section a.link {
    color: #000;
}

a.link::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 1);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
}

h1 a.link::before {
    bottom: 0px;
    height: 3px;
}

.light-content a.link::before {
    background: rgba(255, 255, 255, 1);
}

.light-content .white-section a.link::before {
    background: rgba(0, 0, 0, 1);
}

a.link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.clapat-icon {
    color: #000;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    display: table;
    width: auto;
    float: left;
}

.clapat-icon i {
    position: relative;
    margin-bottom: 0px;
    font-size: 24px;
}

.light-content .clapat-icon {
    color: #e0ddd0;
}

.light-content .white-section .clapat-icon {
    color: #928C59;
}

.clapat-icon:after {
    content: "";
    clear: both;
    display: table;
}


/*--------------------------------------------------
	Clients Table
---------------------------------------------------*/

.clients-table {
    margin: 0;
    margin-left: 2px;
    display: block;
}

.clients-table:after {
    content: "";
    clear: both;
    display: table;
}

.clients-table li {
    display: block;
    float: left;
    width: 25%;
    min-height: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    margin: 0px;
    margin-left: 0px;
    margin-left: -1px;
    margin-bottom: -1px;
}

.light-content .clients-table li {
    border: 1px solid #222;
}

.clients-table li img {
    margin: 0 auto;
    opacity: 0.3;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.clients-table li:hover img {
    opacity: 1;
}


/*--------------------------------------------------
	Accordion
---------------------------------------------------*/

.accordion dt {
    position: relative;
    cursor: pointer;
    padding: 40px 0px;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #999;
    font-family: 'UrbanisRegular', sans-serif;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.accordion dt.accordion-active {
    color: #000;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.light-content .accordion dt.accordion-active {
    color: #e0ddd0;
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.accordion dt:hover {
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.light-content .accordion dt:hover {
    color: #e0ddd0;
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.accordion dt {
    font-weight: 600;
    font-size: 24px;
}

.accordion dt span {
    max-width: 30%;
    position: relative;
    overflow: hidden;
    display: block;
}

.accordion .accordion-content {
    padding-bottom: 40px;
    margin-bottom: 0;
    line-height: 28px;
    margin-top: -65px;
    padding-left: 30%;
    padding-right: 80px;
}

.accordion {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.light-content .accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.acc-icon-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: none;
    position: absolute;
    right: -25px;
    top: 20px;
}

.acc-button-icon {
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
}

.light-content .acc-button-icon {
    color: #e0ddd0;
}

.acc-button-icon i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    transition: transform 0.2s ease 0s;
    -webkit-transition: transform 0.2s ease 0s;
}

dt.accordion-active .acc-button-icon i {
    transform: rotate(180deg);
}


/*--------------------------------------------------
	Justified Gallery
---------------------------------------------------*/

.justified-gallery {
    box-sizing: border-box;
    padding: 0 10px;
    width: calc(100% + 20px) !important;
    margin-left: 0px;
}

.collage-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.collage-thumb:hover .thumb-info {
    opacity: 1;
    bottom: -5px;
}

.thumb-info {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    opacity: 0;
    color: #e0ddd0 !important;
    padding: 50px 20px 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}


/*--------------------------------------------------
	Contact Formular
---------------------------------------------------*/

#contact-formular {
    margin-top: 30px;
}

.text-align-center #contact-formular {
    margin: 0 auto;
    max-width: 800px;
    margin-top: 30px;
}

#contact-formular::after {
    clear: both;
    content: " ";
    display: table;
}

#contactform {
    position: relative;
}

.name-box, .email-box, .message-box {
    position: relative;
    display: block;
}

.name-box, .email-box {
    width: 47%;
    float: left;
    margin-bottom: 20px;
    margin-right: 6%;
    position: relative;
}

.name-box::after, .email-box::after {
    clear: both;
    content: " ";
    display: table;
}

.email-box {
    margin-right: 0px;
}

.message-box {
    float: left;
    width: 100%;
    margin-top: 60px;
}

input[type="text"], input[type="search"], textarea {
    color: rgba(0, 0, 0, 1);
    font-family: 'UrbanisRegular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    padding: 12px 20px 12px 20px;
    padding-left: 0;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

input[type="search"] {
    padding-left: 0px;
}

.light-content input[type="text"], .light-content input[type="search"], .light-content textarea {
    color: #282828;
    border-bottom: 1px solid rgba(40, 40, 40, 0.8);

}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.light-content ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(40, 40, 40, 0.78);
    opacity: 1; /* Firefox */
}

.light-content :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(40, 40, 40, 0.78);
    opacity: 1; /* Firefox */
}

.light-content ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(40, 40, 40, 0.78);
    opacity: 1; /* Firefox */
}

.light-content ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(40, 40, 40, 0.78);
    opacity: 1; /* Firefox */
}

.light-content :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(40, 40, 40, 0.78);
}

.light-content ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(40, 40, 40, 0.78);

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.input_label {
    background-color: #000;
    height: 2px;
    left: 0;
    position: absolute;
    top: 49px;
    width: 0;
    transition: all 0.2s ease-in-out;
}

.light-content .input_label {
    background-color: #928C59;
}

.input_label.slow {
    transition: all 0.4s ease-in-out;
}

input[type="text"]:focus + .input_label, input[type="search"]:focus + .input_label, textarea:focus + .input_label {
    width: 100%;
}

input[type="text"]:focus, textarea:focus {
    color: #000;
}

.light-content input[type="text"]:focus, .light-content textarea:focus {
    color: #282828;
}

textarea {
    resize: none;
    margin-bottom: 0;
    height: 50px;
    box-sizing: border-box;
    padding: 14px 20px 6px 20px;
    padding-left: 0;
    margin-bottom: 60px;
}

textarea:after {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    top: 20px;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

input[type="submit"] {
    margin: 0;
    background: transparent;
    border: none;
    color: #e0ddd0;
    font-family: 'UrbanisRegular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}

.light-content input[type="submit"] {
    color: #000;
}

.outline input[type="submit"] {
    color: #000;
}

.light-content .outline input[type="submit"] {
    color: #928C59;
}

.error_message {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e93735;
    font-weight: bold;
}

#success_page p, #success_page p strong {
    color: #928C59;
    margin-top: 20px;
}

#message fieldset {
    border: none;
}


/*--------------------------------------------------
	Google Map
---------------------------------------------------*/

#map_canvas {
    display: block;
    height: 68vh;
    position: relative;
    width: 100%;
}

#hero-image.bgrelative #map_canvas {
    position: relative !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.gm-style button {
    display: none !important;
}


.services-icon i {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-info-text {
    margin-bottom: 40px;
}


/*--------------------------------------------------
	Responsive
---------------------------------------------------*/


@media only screen and (max-width: 1466px) {

    .button-border {
        height: 36px;
        line-height: 36px;
    }

    .button-border span {
        padding: 0 26px;
    }

}


@media only screen and (max-width: 1024px) {

    .slider .owl-prev, .slider .owl-next {
        display: none !important;
    }

    .text-align-center .clapat-icon {
        padding-left: 0;
    }

    .text-carousel {
        max-width: 500px;
        margin: 0 auto;
    }

    #mc_embed_signup .submit-box {
        margin-top: 30px;
    }

    textarea {
        margin-bottom: 30px;
    }

    .justified-gallery {
        margin-left: 0px;
        width: 100% !important;
        padding: 0;
    }

    .slider .owl-nav, .carousel .owl-nav {
        display: none;
    }

    .full .video-wrapper video.bgvid {
        position: relative;
        margin-top: 0;
        left: 0;
        transform: translateX(0) translateY(0);
    }

    .full .control {
        bottom: 10px;
        width: calc(100% - 100px);
    }

    #map_canvas {
        height: 50vh;
    }

    h1.has-mask span, h1.has-mask span > span {
        line-height: 50px;
        height: 50px;
        margin-right: 12px;
    }

    h2.has-mask span, h2.has-mask span > span {
        line-height: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .accordion dt span {
        max-width: none;
    }

    .accordion .accordion-content {
        padding-bottom: 40px;
        margin-bottom: 0;
        line-height: 28px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

}


@media only screen and (max-width: 767px) {

    .text-carousel .owl-prev, .text-carousel .owl-next {
        width: 80px;
        height: 80px;
        margin: 0;
        padding: 23px;
        box-sizing: border-box;
        display: inline-block;
        justify-content: center;
        align-items: center;
        float: none;
    }

    .video-wrapper {
        max-height: 50vh;
    }

    .control {
        display: none;
    }

    .name-box, .email-box {
        width: 100%;
        margin-right: 0;
    }

    .clients-table li {
        width: 50%;
    }

    .empty-space, .empty-space.tx {
        height: 60px;
    }

    input[type="text"], textarea {
        font-size: 14px;
    }

}


@media only screen and (max-width: 479px) {

    .citationH4 {
        font-size: 21px;
    }

    #hero.has-image {
        background: rgba(0, 0, 0, 0.4);
    }

    .clapat-button {
        margin-bottom: 20px;
    }

    .text-carousel {
        max-width: 280px;
    }

    .text-carousel .owl-prev, .text-carousel .owl-next {
        margin: 0;
    }

}

/*--------------------------------------------------
	Ajax Page Transition
---------------------------------------------------*/

main {
    overflow: hidden
}

main .cd-main-content > div {
    height: 100%;
    min-height: 100vh;
}

main .cd-main-content {
    width: 100%;
}

main .cd-main-content.cd-index > div {
    vertical-align: middle
}

main .cd-main-content.cd-index::after {
    background-color: rgba(64, 137, 166, 0);
    background-image: linear-gradient(to top, #4089a6, rgba(64, 137, 166, 0))
}

main .cd-main-content.cd-index::before {
    background-color: rgba(64, 137, 166, 0);
    background-image: linear-gradient(to bottom, #4089a6, rgba(64, 137, 166, 0))
}

main .cd-main-content.cd-about {
    background-color: #e0ddd0
}

main .cd-main-content.cd-about > div {
    padding-top: 50px
}

main .cd-main-content.cd-about::after {
    background-color: rgba(40, 48, 64, 0);
    background-image: linear-gradient(to top, #283040, rgba(40, 48, 64, 0))
}

main .cd-main-content.cd-about::before {
    background-color: rgba(40, 48, 64, 0);
    background-image: linear-gradient(to bottom, #283040, rgba(40, 48, 64, 0))
}

.cd-cover-layer, .cd-cover-layer.invisible {
    background-color: transparent
}

.cd-cover-layer {
    position: fixed;
    z-index: 5000;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    height: 101%;
    width: 101%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s 0s, visibility 0s .4s
}

.page-is-changing .cd-cover-layer {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s .3s, visibility 0s 0s
}


/*--------------------------------------------------
	Flex Nav
---------------------------------------------------*/

.flexnav, .flexnav li ul {
    width: 100%;
    margin: 0
}

.flexnav, .flexnav li {
    margin: 0
}

.flexnav li, .flexnav li ul li {
    font-size: 100%
}

.flexnav .touch-button:hover, .menu-button {
    cursor: pointer
}

.flexnav {
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    max-height: 0
}

.flexnav.opacity {
    opacity: 0
}

.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    transition: all .5s ease-in-out
}

.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px
}

.flexnav li, .flexnav li a, .flexnav li ul li {
    position: relative;
    overflow: hidden
}

.flexnav li a {
    background: #e0ddd0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    color: #222;
    display: block;
    padding: 20px 0;
    z-index: 2
}

.oldie .flexnav li ul.open ul.open, .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0
}

.flexnav li ul.flexnav-show li, .oldie .flexnav, .oldie .flexnav li, .oldie .flexnav li a {
    overflow: visible
}

.flexnav li ul li a {
    background: #e0ddd0;
    display: block;
    padding: 20px
}

.flexnav ul li ul li a {
    background: #bfbfbc
}

.flexnav ul li ul li ul li a {
    background: #cbcbc9
}

.flexnav .touch-button {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    height: 60px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 60px;
    z-index: 999
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 1.8em;
    font-size: 12px;
    color: #666
}

.menu-button {
    background: 0 0;
    border-bottom: medium none;
    box-sizing: border-box;
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    z-index: 0
}

.no-button .menu-button {
    padding-right: 0
}

.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px
}

.menu-button .touch-button {
    background: 0 0;
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center
}

.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666
}

@media all and (min-width: 1025px) {
    .flexnav li a, .flexnav li ul li a {
        border-bottom: none
    }

    .flexnav, .flexnav li {
        overflow: visible
    }

    body.one-page {
        padding-top: 70px
    }

    .flexnav.opacity {
        opacity: 1
    }

    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px
    }

    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        background-color: #a6a6a2
    }

    .flexnav li a {
        border-left: 1px solid #acaca1
    }

    .flexnav li > ul {
        position: absolute;
        top: auto;
        left: 0
    }

    .flexnav li ul li > ul, .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0
    }

    .flexnav li > ul li {
        width: 100%
    }

    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1
    }

    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px
    }

    .menu-button {
        display: none
    }
}

.oldie body.one-page {
    padding-top: 70px
}

.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px
}

.oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px
}

.oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible
}

.oldie .flexnav li:hover > ul li {
    width: 100%;
    float: none
}

.oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none
}

.oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible
}

.oldie .flexnav li ul.open, .oldie .flexnav li ul.open ul.open {
    display: block;
    width: 100%;
    overflow: visible
}

.oldie .flexnav li ul li ul {
    top: 0
}

.oldie .flexnav li ul li a {
    border-bottom: none
}

.oldie .flexnav li ul.open li {
    width: 100%
}

.oldie .menu-button {
    display: none
}

.oldie.ie7 .flexnav li {
    width: 19.9%
}


/*--------------------------------------------------
	Swiper Slider
---------------------------------------------------*/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #e0ddd0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #e0ddd0;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(224, 221, 208, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #e0ddd0;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }

}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------
	Owl Carousel
---------------------------------------------------*/

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/images/owl.video.play.png?6c0fb9618630201e42f8670ffd87e209) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/*--------------------------------------------------
	Magnific Popup
---------------------------------------------------*/

.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg, .mfp-container, .mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-arrow, .mfp-arrow:focus, .mfp-arrow:hover, .mfp-close, .mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close, .mfp-preloader a:hover {
    color: #e0ddd0
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    cursor: pointer !important;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #e0ddd0;
    right: -20px;
    padding-right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    top: 20px;
    background: #000;
    line-height: 40px;
    border-radius: 2px
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:after, .mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 25px;
    margin-left: 35px
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 22px
}

.mfp-arrow::before {
    width: 30px;
    height: 60px;
    opacity: 1;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px
}

.mfp-arrow-left::after, .mfp-arrow-right:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #e0ddd0
}

.mfp-arrow:hover::before {
    background: rgba(0, 0, 0, 1)
}

.mfp-arrow-left::after {
    border-left: 2px solid #e0ddd0;
    margin-left: 31px;
    transform: rotate(-45deg)
}

.mfp-arrow-left:after {
    margin-left: 36px
}

.mfp-arrow-left:before {
    margin-left: 25px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-right: 2px solid #e0ddd0;
    margin-left: 41px;
    transform: rotate(45deg)
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}


/*--------------------------------------------------
	Tool Tips
---------------------------------------------------*/

[data-tooltip] {
    position: relative
}

[data-tooltip]::after, [data-tooltip]::before {
    position: absolute;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in-out;
    line-height: 12px
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
    text-align: left
}

.light-content [data-tooltip]::before {
    color: #e0ddd0
}

[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: ''
}

[data-tooltip]:hover::after, [data-tooltip]:hover::before {
    opacity: 1
}

[data-tooltip][data-placement=left]::before {
    top: 32%;
    right: 100%;
    margin-right: 35px
}

[data-tooltip][data-placement=left]:hover::before {
    margin-right: -2px;
    transition: all .3s ease-out .5s
}

[data-tooltip][data-placement=top]::before {
    top: 16%;
    right: 100%;
    margin-right: 0;
    width: 200px;
    height: 16px;
    transform: translateX(147px) translateY(-170px) rotate(-90deg)
}

[data-tooltip][data-placement=top]:hover::before {
    transform: translateX(147px) translateY(-140px) rotate(-90deg);
    transition: all .3s ease-out .2s
}

[data-tooltip][data-placement=right]::before {
    top: 32%;
    left: 100%;
    margin-left: 35px
}

[data-tooltip][data-placement=right]:hover::before {
    margin-left: -2px;
    transition: all .3s ease-out .5s
}

@media only screen and (max-width: 479px) {
    [data-tooltip]:hover::after, [data-tooltip]:hover::before {
        opacity: 0
    }
}


/*--------------------------------------------------
	Social Share
---------------------------------------------------*/

.jssocials-shares {
    margin: .2em 0
}

.jssocials-shares * {
    box-sizing: border-box
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: .3em .6em .3em 0
}

.jssocials-share:last-child {
    margin-right: 0
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em
}

img.jssocials-share-logo {
    width: auto;
    height: 1em
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1
}

.jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: .6em;
    margin: 0 -.5em -.8em
}

.jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height: 1em
}

.jssocials-share-label {
    padding-left: .3em;
    vertical-align: middle
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 .3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default
}

.jssocials-share-count-box.jssocials-share-no-count {
    display: none
}

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle
}


/*--------------------------------------------------
	Justified Galler
---------------------------------------------------*/

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}

.justified-gallery > a, .justified-gallery > div, .justified-gallery > figure {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    filter: "alpha(opacity=10)";
    opacity: .1;
    margin: 0;
    padding: 0
}

.justified-gallery > a > a > img, .justified-gallery > a > img, .justified-gallery > div > a > img, .justified-gallery > div > img, .justified-gallery > figure > a > img, .justified-gallery > figure > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 0
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #e0ddd0;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif
}

.justified-gallery > .entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: 0 0
}

.justified-gallery > .entry-visible > a > img, .justified-gallery > .entry-visible > img {
    filter: "alpha(opacity=100)";
    opacity: 1;
    transition: opacity .5s ease-in
}

.justified-gallery > .jg-filtered {
    display: none
}

.justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial
}

.justified-gallery > .spinner > span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #e0ddd0;
    border-radius: 6px
}

@charset "UTF-8";

/*------------------------------------------------------------------
Project:	Bauman -  Creative Showcase Portfolio Template
Version:	1.0
Last change:	13/11/2019
Assigned to:	ClaPat
Primary use:	Showcase Portfolio
-------------------------------------------------------------------*/

/*------------------------------------------------------------------

01. General Styles
02. Magic Cursor
03. Page Preloader
04. Header Elements
05. Main Content
06. Footer Elements
07. Responsive Media Querries

-------------------------------------------------------------------*/

/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/

html,
body {
    font-family: "WorkSansMedium", sans-serif;
    font-weight: 300;
    font-size: 15px;
    height: 100%;
    width: 100%;
    color: #777;
    background-color: #000;
}

html {
    box-sizing: border-box;
    margin-right: 0px !important;
    overflow: visible !important;
}

body {
    overflow: hidden;
    overflow-y: scroll;
    transition: opacity 0.2s ease-in-out 0.2s;
}

body.smooth-scroll {
    overflow: hidden;
}

body.hidden {
    opacity: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio {
    display: inline-block;
    max-width: 100%;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 600;
    color: #000;
}

.light-content b,
.light-content strong {
    font-weight: 600;
    color: #928C59;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background: none repeat scroll 0 0 #111;
    text-decoration: none;
    color: #e0ddd0;
    padding: 0px 10px;
    display: inline-block;
    border-radius: 2px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-left: 2px #ddd solid;
    padding: 20px 20px 20px 40px;
    letter-spacing: 0.01em;
}

.light-content blockquote {
    color: #e0ddd0;
}

blockquote span {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
    color: #999;
}

.UrbanistRegular {
    font-family: "UrbanistRegular", sans-serif;
}

.linkwhite {
    color: #F8F7F7 !important;
}

blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 10px 0 0 20px;
}

li {
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
}

.light-content li {
    color: #e0ddd0;
    padding: 1rem 1rem 0 0;
    font-size: 2rem;
}

.figure-wrapper {
    overflow: hidden;
}

figure {
    margin: 0;
    position: relative;
    display: block;
}

figure.has-parallax {
    overflow: hidden;
    max-height: 80vh;
}

figure img {
    max-width: 100%;
}

.full img {
    width: 100vw;
}

figcaption {
    background-color: black;
    bottom: 25px;
    color: #e0ddd0;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 20px;
    position: absolute;
    right: 25px;
    z-index: 10;
    border-radius: 3px;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 0;
}

legend {
    white-space: normal;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(rgba(224, 221, 208, 0), rgba(224, 221, 208, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

.whiteColor {
    color: #F8F7F7 !important;
}

.greenColor {
    color: #928C59 !important;
}

.greenColor2:hover {
    background: #928C59;
    color: #F8F7F7 !important;
    transition-duration: 0.6s;
    display: block;
}

.linkEquipe{
    font-size: 1.4rem;

    border-radius: 2rem;
    padding: 1rem;
}
.linkEquipe:hover {
   background: #928C59;
    color: #F8F7F7 !important;
    transition-duration: 0.6s;
}
.breadcrumb li a{
    color: #928C59;
    transition-duration: 0.6s;
}
.breadcrumb li a:hover{
    border-bottom: 1px solid #928C59;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    color: #928C59;
    font-weight: 500;
    font-size: 1rem;
    float: left;
}

.breadcrumb li + li::before {
    content: "›";
    margin: 0 12px;
    color: #928C59;
}

.breadcrumb a {
    color: #928C59;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #6f6a45;
}

.breadcrumb .active {
    color: #928C59;
    font-weight: bold;
    cursor: default;
}


.darColor {
    color: #282828 !important;
}
.ulDar li {
    font-size: 18px;
    color: #282828 !important;
}

.citteam {
    margin-left: 6rem;
}

.aboutp {
    line-height: 2.5rem;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.teamh2 {
    font-size: 3rem;
}

.padding_bottom {
    padding-bottom: 3rem;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    padding: 10px;
}

td {
    border-width: 0 1px 1px 0;
    padding: 10px;
}

del {
    color: #767676;
}

hr {
    border: 0;
    height: 25px;
    width: 100%;
    float: none;
    margin: 0;
    display: inline-block;
}

hr.small {
    height: 20px;
}

hr:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

::-moz-selection {
    background: #000;
    color: #e0ddd0;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #e0ddd0;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #e0ddd0;
    text-shadow: none;
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.light-weight {
    font-weight: 500 !important;
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    margin-left: -1px;
}

h4 {
    font-size: 22px;
    line-height: 36px;
    margin-left: -1px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    margin-left: -1px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

.secondary-font {
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
    color: #928C59;
}

.blackContent {
    color: #282828 !important;
}

.greenbg {
    background: #928C59;
}

.light-content .white-section h1,
.light-content .white-section h2,
.light-content .white-section h3,
.light-content .white-section h4,
.light-content .white-section h5,
.light-content .white-section h6 {
    color: #928C59;
}

.light-content p {
    /*color: rgba(40, 40, 40, 0.5);*/
}

.light-content .white-section p {
    color: #928C59;
    font-family: "WorkSansRegular";
}

.title-has-line {
    position: relative;
}

.title-has-line::after {
    background: none repeat scroll 0 0 #000;
    bottom: 20px;
    content: "";
    height: 1px;
    left: -40px;
    position: absolute;
    width: 25px;
}

p.title-has-line::after {
    background: none repeat scroll 0 0 #000;
    top: 14px;
    content: "";
    height: 1px;
    left: -30px;
    position: absolute;
    width: 16px;
}

.light-content .title-has-line::after {
    background: none repeat scroll 0 0 white;
}

p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 28px;
    color: #777;
}

.light-content p {
    color: #928C59;
}

p.no-margins {
    margin-bottom: 0;
}

.bigger {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #222;
}

.smaller {
    font-size: 12px;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.post-content .container {
    padding: 0;
}

.container::after {
    clear: both;
    content: " ";
    display: table;
}

a:hover,
a:active {
    outline: 0;
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
    outline: 0;
}

.light-content a {
    color: #f8f7f7;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.one_half {
    width: 48% !important;
}

.one_third {
    width: 30.6% !important;
}

.one_fourth {
    width: 22% !important;
}

.one_fifth {
    width: 16.8% !important;
}

.one_sixth {
    width: 13.33% !important;
}

.two_fifth {
    width: 37.6% !important;
}

.two_fourth {
    width: 48% !important;
}

.two_third {
    width: 65.33% !important;
}

.three_fifth {
    width: 58.4% !important;
}

.three_fourth {
    width: 74% !important;
}

.four_fifth {
    width: 79.2% !important;
}

.five_sixth {
    width: 82.67% !important;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    float: left !important;
    margin-bottom: 20px !important;
    margin-right: 4% !important;
    position: relative !important;
}

.last {
    margin-right: 0px !important;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
}

.inner {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.white-section-wrapper,
.dark-section-wrapper {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}

.white-section-container,
.dark-section-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    padding: 0 80px;
    margin: 0 auto;
}

.vc_row {
    position: relative;
    z-index: 1;
    opacity: 1;
    box-sizing: border-box;
}

.vc_row.small {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.vc_row.full {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}

.full {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}

.vc_row::after {
    clear: both;
    content: " ";
    display: table;
}

.full .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.full .wpb_button,
.full .wpb_content_element,
.full ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}

.vc_row.has-animation {
    opacity: 0;
}

.row_padding_top {
    padding-top: 8vw;
}

.row_padding_bottom {
    padding-bottom: 8vw;
}

.row_padding_left {
    padding-left: 8vw;
}

.row_padding_right {
    padding-right: 8vw;
}

.row_padding_all {
    padding: 8vw;
}

main {
    transition: background 0.4s ease-in-out 0s;
}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/

#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.hidden-ball #magic-cursor {
    opacity: 0 !important;
}

#ball {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

.mfp-zoom-out-cur #ball {
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball,
#ball.over-movie,
.light-content #ball.with-icon {
    border: 2px solid #999999;
    border-color: #999999;
}

#ball:before {
    font-family: FontAwesome;
    content: "\F053";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -17px;
    top: 15px;
    color: #e0ddd0;
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
    color: #e0ddd0;
}

#ball::after {
    font-family: FontAwesome;
    content: "\F054";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: 50px;
    top: 15px;
    color: #e0ddd0;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before,
.light-content #ball:after {
    color: #e0ddd0;
}

.scale-up #ball:before {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.scale-up #ball:after {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.scale-up.scale-none #ball:before,
.scale-up.scale-none #ball:after {
    opacity: 0;
}

.scale-up-carousel #ball:before {
    width: 8px;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.scale-up-carousel #ball:after {
    width: 8px;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    background: rgba(224, 221, 208, 0);
}

#hold-event::after {
    content: "Hold";
    font-size: 11px;
    font-weight: 500;
    width: 60px;
    height: 10px;
    box-sizing: border-box;
    line-height: 10px;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    right: -18px;
    top: 45px;
    color: #000;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#view-event {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 100%;
    background: rgba(224, 221, 208, 0);
    -webkit-transform: scale(0.1);
    opacity: 0;
    transform: scale(0.1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#view-event::after {
    content: "View Project";
    font-size: 5px;
    font-weight: 600;
    width: 30px;
    height: 14px;
    box-sizing: border-box;
    line-height: 7px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 13px;
    color: #e0ddd0;
    opacity: 1;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    z-index: 2;
}

.view #view-event {
    top: -1px;
    left: -1px;
    opacity: 1;
    transform: scale(1);
}

.light-content #hold-event::after {
    color: #e0ddd0;
}

.hold #hold-event::after {
    padding-top: 0;
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.with-icon #hold-event {
    opacity: 0;
    padding-top: 20px;
    transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.with-icon #hold-event:after {
    opacity: 0;
    padding-top: 20px;
    transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball i {
    color: #e0ddd0;
    width: 39px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 6px;
    display: block;
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball i,
#ball.over-movie i,
.light-content #ball.with-icon i {
    color: #e0ddd0;
}

.light-content #ball.with-icon.dark-icon i {
    color: #000;
}

.scale-up #ball i {
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
    width: 37px;
}

#ball.with-icon i:nth-child(2) {
    display: none;
}

#ball.close-icon i {
    width: 37px;
    font-size: 8px;
}

#ball.over-movie i.fa-play,
#ball.over-movie.pause-movie i.fa-pause {
    display: block;
}

#ball.over-movie i.fa-pause,
#ball.over-movie.pause-movie i.fa-play {
    display: none;
}

#ball-loader {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #999999;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    transition: opacity 0s ease-in-out 0s;
}

.light-content #ball-loader {
    border-bottom: 2px solid #999999;
}

.show-loader #ball-loader {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0s;
}

@-webkit-keyframes rotating {
    0% {
        transform: translate(-7px, -7px) rotate(0deg);
    }

    95% {
        transform: translate(-7px, -7px) rotate(350deg);
    }

    100% {
        transform: translate(-7px, -7px) rotate(360deg);
    }
}

@keyframes rotating {
    0% {
        transform: translate(-7px, -7px) rotate(0deg);
    }

    95% {
        transform: translate(-7px, -7px) rotate(350deg);
    }

    100% {
        transform: translate(-7px, -7px) rotate(360deg);
    }
}

.show-loader a,
.show-loader nav {
    pointer-events: none;
}

#rotate-device {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #0f1010;
    background-image: url(/images/rotate.png?7840dd693f700d1f37ae9c7326838365);
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #e0ddd0;
    z-index: 800;
    text-align: left;
}

.light-content.preloader-wrap {
    background: #928C59;
}

.preloader-wrap .outer {
    padding: 80px 90px;
    box-sizing: border-box;
}

.preloader-wrap .inner {
    vertical-align: bottom;
}

.percentage {
    z-index: 100;
    opacity: 1;
    font-size: 32px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    display: table;
    width: auto;
}

.percentage::after {
    content: "%";
    width: 20px;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    color: #000;
}

.light-content .percentage,
.light-content .percentage:after {
    color: #e0ddd0;
}

.trackbar {
    width: 200px;
    height: 1px;
    margin-top: 30px;
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.1);
}

.light-content .trackbar {
    background: rgba(224, 221, 208, 0.1);
}

.loadbar {
    width: 0%;
    height: 1px;
    background: black;
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
}

.light-content .loadbar {
    background: white;
}

.hold-progress-bar {
    width: 0%;
    height: 6px;
    background: white;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.light-content .hold-progress-bar {
    background: black;
}

/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/

.admin-bar header {
    top: 32px;
}

header {
    width: 100%;
    height: 90px;
    left: 0;
    top: 0;
    /*background-color: transparent !important;*/
    position: fixed;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
    transition: background 0s ease-in-out 0s;
}

#header-container {
    box-sizing: border-box;
    height: inherit;
    padding: 00px 80px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 20;
    opacity: 0;
}

.header-visible #header-container {
    opacity: 1;
}

.header-middle {
    max-width: 1280px;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    opacity: 0;
}

#logo {
    position: relative;
    display: table;
    pointer-events: initial;
    z-index: 10;
    top: 20px;
    float: left;
}

#logo a {
    display: block;
    transition: transform 0.5s ease-in-out 0.1s;
}

.logo-hidden #logo a {
    transform: rotate(-360deg);
}

#logo a.disable,
.open #logo a {
    pointer-events: none;
}

#logo img {
    display: block;
    height: auto;
    width: auto;
    max-width: none;
}

#logo img.black-logo {
    opacity: 1;
}

.light-content #logo img.black-logo {
    opacity: 0;
}

#logo img.white-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.light-content #logo img.white-logo {
    opacity: 1;
}

.light-content .white-header #logo img.black-logo {
    opacity: 1;
}

.light-content .white-header.over-white-section #logo img.black-logo,
.show-loader .light-content .white-header #logo img.black-logo {
    opacity: 0;
}

.light-content .white-header #logo img.white-logo {
    opacity: 0;
}

.light-content .white-header.over-white-section #logo img.white-logo,
.show-loader .light-content .white-header #logo img.white-logo {
    opacity: 1;
}

.menu-open.light-content .slide-in #logo img.white-logo {
    opacity: 1;
}

nav {
    pointer-events: initial;
}

@media all and (min-width: 1025px) {
    .classic-menu nav {
        position: relative;
        width: auto;
        top: 0px;
        transition: all 0.2s ease-in-out 0.5s;
        display: block;
        float: right;
        height: 60px;
        margin: 10px 0;
        background-color: transparent !important;
    }

    .flexnav {
        display: block;
        float: right;
        position: relative;
        width: auto;
        max-height: 60px;
    }

    .flexnav li ul {
        min-width: 170px;
    }

    .flexnav .touch-button {
        background: transparent none repeat scroll 0 0;
    }

    .flexnav .touch-button .navicon {
        display: none;
    }

    .flexnav li {
        background: transparent none repeat scroll 0 0;
        padding: 0 25px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .classic-menu .menu-timeline {
        opacity: 1 !important;
        -webkit-transition: translateY(0px) !important;
        transform: translateY(0px) !important;
    }

    .flexnav li:last-child {
        padding-right: 0px;
    }

    .flexnav li a {
        background: transparent none repeat scroll 0 0;
        padding: 0 5px;
        position: relative;
        border-left: medium none;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #000;
        font-size: 12px;
        line-height: 20px;
        display: block;
        overflow: hidden;
        transition: all 0.15s ease-in-out;
    }

    .light-content .flexnav li a {
        color: #e0ddd0;
    }

    .flexnav:hover li a {
        color: rgba(0, 0, 0, 0.4);
    }

    .light-content .classic-menu .flexnav:hover li a {
        color: rgba(224, 221, 208, 0.4);
    }

    .classic-menu .flexnav li:hover a {
        color: #000;
    }

    .light-content .classic-menu .flexnav li:hover a {
        color: #e0ddd0;
    }

    .classic-menu .flexnav li a span {
        position: relative;
        display: block;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
    }

    .classic-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        content: attr(data-hover);
    }

    .classic-menu .flexnav li:hover a span {
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }

    .flexnav li ul li a {
        padding: 0 20px 20px;
        background-color: transparent;
        font-size: 13px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        text-transform: none;
        color: #e0ddd0 !important;
        opacity: 0.3;
        transition: all 0.05s ease-in-out;
    }

    .flexnav li ul li a.link::before {
        display: none;
    }

    .flexnav li ul li a.active,
    .flexnav li ul li a:hover {
        opacity: 1;
    }

    .flexnav li > ul li {
        margin-left: 0;
        padding: 0;
    }

    .classic-menu .flexnav li ul {
        transform: translate3d(0px, 30px, 0px);
        display: block !important;
        opacity: 0 !important;
        height: inherit !important;
        overflow: visible !important;
        visibility: hidden;
        left: 10px;
        top: 60px;
        padding-top: 20px;
        background: #000;
        border-radius: 3px;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
    }

    .classic-menu .flexnav li ul ul {
        left: 15px !important;
        margin-left: 0;
    }

    .flexnav li ul:after {
        display: block;
        content: "";
        position: absolute;
        top: -6px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
    }

    .flexnav ul li ul:after {
        display: block;
        content: "";
        position: absolute;
        top: -5px;
        left: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
        transform: rotate(0deg);
    }

    .classic-menu .flexnav li ul li > ul,
    .classic-menu .flexnav li ul.open ul.open {
        top: 43px;
    }

    .classic-menu .flexnav ul li ul li a {
        background: #000;
    }

    .classic-menu .flexnav ul li ul li ul li a {
        background: #000;
    }

    .flexnav li ul.flexnav-show {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1 !important;
        visibility: visible;
        transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
    }

    .flexnav .touch-button {
        display: none;
    }

    /*-- Full Screen Menu --*/
    .fullscreen-menu .nav-height {
        overflow-y: scroll;
        position: relative;
        height: 100%;
        padding: 40px 0;
        padding-right: 30px;
        width: calc(100% + 30px);
        box-sizing: border-box;
    }

    .fullscreen-menu nav {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events: none;
        opacity: 0;
        padding: 20px 0;
        transition: all 0.2s ease-in 0.6s;
    }

    .fullscreen-menu nav.open {
        visibility: visible;
        pointer-events: initial;
        opacity: 1;
        transition: all 0.2s ease-out;
    }

    .fullscreen-menu .flexnav {
        max-height: 2000px;
        transition: all 0.2s ease-in 0.6s;
        display: table;
        width: auto;
        padding: 0 80px;
        box-sizing: border-box;
        margin: 0;
        float: none;
    }

    .fullscreen-menu .flexnav.flexnav-show {
        transition: all 0.3s ease-out 0.2s;
    }

    .fullscreen-menu .flexnav li {
        text-align: left;
        line-height: 120px;
        padding: 0;
        box-sizing: border-box;
        float: none;
    }

    .fullscreen-menu .menu-timeline {
        opacity: 0;
        -webkit-transition: translateY(80px);
        transform: translateY(80px);
    }

    .fullscreen-menu .flexnav .touch-button {
        width: 100%;
        display: block;
        height: 60px;
    }

    .fullscreen-menu .flexnav .touch-button .navicon {
        display: none;
    }

    .fullscreen-menu .flexnav li.link {
        border-bottom: none;
    }

    .fullscreen-menu .flexnav li a {
        font-weight: 500;
        font-size: 48px;
        line-height: 60px;
        padding: 0;
        transition: all 0.1s ease-in-out 0s;

    }

    .fullscreen-menu .flexnav li a {
        color: #F8F7F7;
        font-family: 'UrbanistSemiBold';
        margin-top: 1rem;
    }

    .fullscreen-menu .flexnav:hover li a {
        opacity: 0.3;
    }

    .fullscreen-menu .flexnav li:hover a,
    .fullscreen-menu .flexnav li a.active {
        opacity: 1;
    }

    .fullscreen-menu .flexnav:hover li ul li a {
        opacity: 0.3;
    }

    .fullscreen-menu .flexnav:hover li ul li a.active,
    .fullscreen-menu .flexnav:hover li ul li a:hover {
        opacity: 1;
    }

    .fullscreen-menu .flexnav a.link::before {
        display: none;
    }

    .fullscreen-menu .flexnav li ul {
        margin-bottom: 20px;
        position: relative;
        left: 0;
    }

    .fullscreen-menu .flexnav li ul:after {
        display: none;
    }

    .fullscreen-menu .flexnav li ul li a {
        padding: 10px 0;
        font-size: 14px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 20px;
        border-top: none;
        text-transform: none;
    }

    .fullscreen-menu .flexnav ul li ul li a {
        background: transparent;
    }

    .fullscreen-menu .flexnav li ul li > ul,
    .fullscreen-menu .flexnav li ul.open ul.open {
        margin-left: 0;
        top: 0;
    }

    .fullscreen-menu li.buy-item {
        position: fixed !important;
        top: calc(70vh - 100px);
        font-size: 14px;
        line-height: 30px;
        font-weight: 700;
        margin: 0 auto;
        display: table !important;
        width: 160px;
        pointer-events: initial;
    }

    .fullscreen-menu li.buy-item a {
        font-size: 14px;
        line-height: 30px;
        font-weight: 600;
        pointer-events: initial;
        color: #e0ddd0 !important;
        -webkit-text-stroke: 1px rgba(224, 221, 208, 0);
    }

    .fullscreen-menu li.buy-item,
    .fullscreen-menu li.buy-item a {
        pointer-events: none;
    }

    .fullscreen-menu nav.open li.buy-item,
    .fullscreen-menu nav.open li.buy-item a {
        pointer-events: initial;
    }
}

nav,
nav.open {
    transition: all 0s ease-in 0s;
    background: transparent;
}

#burger-wrapper {
    width: 40px;
    height: 40px;
    float: right;
    top: 0px;
    right: 0;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: initial;
}

.classic-menu .button-wrap.right.menu {
    display: none;
}
#menuGreen #menu-burger{
    color : #928C59;
}

#menu-burger {
    top: 0px;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
    font-size: 13px;
    color: #fff;
}

#menuGreen #menu-burger.open{
    color : #fff;
}

#menu-burger.open{
    color:#FFF;
}

.menu-overlay #menu-burger {
    display: block;
}

#menu-burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background-color: #000;
    opacity: 1;
    top: 10px;
    left: 0;
    transform: rotate(0deg);
    transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
}

#burger-wrapper .touch-button {
    display: none;
}

.light-content #menu-burger span {
    background-color: #F8F7F7;
}

.light-content .white-header #menu-burger span {
    background-color: #928C59;
}

.light-content .white-header.over-white-section #menu-burger span,
.show-loader .light-content .white-header #menu-burger span {
    background-color: #e0ddd0;
}

#menu-burger span:nth-child(1) {
    left: 0px;
}

#menu-burger span:nth-child(2) {
    left: 10px;
}

#menu-burger span:nth-child(3) {
    left: 20px;
}

.button-wrap.right.menu .icon-wrap:hover #menu-burger span:nth-child(1) {
    left: 10px;
}

.button-wrap.right.menu .icon-wrap:hover #menu-burger span:nth-child(3) {
    left: 10px;
}

.button-wrap.right.menu .icon-wrap:hover #menu-burger.open span:nth-child(1) {
    left: 3px;
}

.button-wrap.right.menu .icon-wrap:hover #menu-burger.open span:nth-child(3) {
    left: 3px;
}

#menu-burger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    height: 2px;
    width: 20px;
    left: 3px;
}

#menu-burger.open span:nth-child(2) {
    transform: scale(0);
}

#menu-burger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    height: 2px;
    width: 20px;
    left: 3px;
}

/*--------------------------------------------------
	05. Main Content
---------------------------------------------------*/

#content-scroll {
    z-index: 1;
    position: relative;
}

.smooth-scroll #content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.scrollbar-track {
    background: transparent !important;
}

#main {
    position: relative;
    opacity: 0;
}

.load-project-page #main,
.load-project-page-carousel #main,
.load-next-project #main,
.load-next-page #main {
    opacity: 1;
}

#main-content {
    position: relative;
    opacity: 1;
    z-index: 10;
    transition: all 0.4s ease-in-out 0s;
}

#main-page-content {
    position: relative;
    box-sizing: border-box;
    opacity: 0;
    width: 100%;
    max-width: 1280px;
    padding: 0 80px;
    margin: 0 auto;
    margin-bottom: 0;
    transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
}

#main-page-content::after {
    clear: both;
    content: " ";
    display: table;
}

#main-page-content.project-page {
    margin-bottom: calc(100vh - 140px);
}

#main-page-content.portfolio-page {
    width: 100%;
    max-width: none;
    padding: 0;
}

/*--------------------------------------------------
	06. Footer Elements
---------------------------------------------------*/

footer {
    position: relative;
    width: 100%;
    height: 140px;
    z-index: 900;
    box-sizing: border-box;
    text-align: center;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    background: #928C59;
}

footer.fixed {
    position: fixed;
}

#footer-container {
    padding: 0 80px;
    margin: 30px auto;
    height: 80px;
    opacity: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}

.footer-middle {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: table;
    left: 0;
    pointer-events: none;
}

.copyright {
    position: relative;
    top: 25px;
    width: auto;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    color: #000;
    pointer-events: initial;
    display: table;
    width: auto;
    margin: 0 auto;
}

.light-content .copyright {
    color: #e0ddd0;
}

.socials-wrap {
    position: relative;
    float: right;
    color: #000;
    width: 240px;
    height: 160px;
    box-sizing: border-box;
    pointer-events: initial;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#cookie-bar a, #cookie-bar-prompt-content a, #cookie-bar-prompt-content span{
    color: #928C59 !important;
}
#cookie-bar-button, #cookie-bar-prompt #cookiebar-save-customized, #cookie-bar-prompt #cookiebar-save-customized:active{
    border-color: #928C59 !important;
}
.light-content .socials-wrap {
    color: #e0ddd0;
}

footer .socials-wrap {
    margin-top: 0px;
}

.socials-wrap:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.socials-text {
    float: right;
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 40px;
    transform: translateY(20px);
}

.socials-wrap:hover .socials-text {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-icon {
    float: right;
    width: 30px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    margin-left: 10px;
    transform: scale(1) translateY(20px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials-icon {
    transform: scale(0) translateY(40px);
    width: 0;
    margin: 0;
    overflow: hidden;
}

.socials-icon:after,
.socials-text:after {
    content: "";
    clear: both;
    display: table;
}

.socials {
    height: auto;
    line-height: 30px;
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    bottom: 0;
    display: table;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
}

.socials-wrap .socials {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.socials li {
    margin-right: 0px;
    margin-left: 10px;
    list-style: none;
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    float: right;
    z-index: 2;
    transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(5) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(4) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials li:last-child {
    margin-left: 0px;
}

.socials li a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    transition: opacity 0.2s ease-in-out;
}

.socials:hover li a {
    opacity: 0.3;
}

.socials li a:hover {
    color: #000;
    opacity: 1;
}

.light-content .socials li a {
    color: #e0ddd0;
}

.light-content .socials:hover li a {
    opacity: 0.3;
}

.light-content .socials li a:hover {
    color: #e0ddd0;
    opacity: 1;
}

.button-wrap {
    position: relative;
    cursor: pointer;
    top: 0px;
    pointer-events: initial;
}

.button-wrap.left {
    float: left;
    left: -32px;
}

.button-wrap.right {
    float: right;
    right: -32px;
}

.icon-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}

.button-wrap.left .icon-wrap {
    float: left;
}

.button-wrap.right .icon-wrap {
    float: right;
}

.button-icon {
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
}

.light-content .button-icon {
    color: #e0ddd0;
}

.button-icon i {
    height: 40px;
    line-height: 35px;
    width: 40px;
    text-align: center;
}

.button-text {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 30px;
    margin: 25px 0;
    overflow: hidden;
    width: 100px;
    color: #F8F7F7;
    transition: color 0.05s ease-in-out;
}

.light-content .button-text {
    /*  color: #928C59;*/
}

.light-content .white-header .button-text {
    color: #928C59;
}

.light-content .white-header.over-white-section .button-text,
.show-loader .light-content .white-header .button-text {
    color: #e0ddd0;
}

.button-wrap.left .button-text {
    text-align: left;
    float: left;
}

.button-wrap.right .button-text {
    text-align: right;
    float: right;
}

.button-text span {
    position: relative;
    display: inline-block;
    transition: transform 0.2s;
    width: 100px;
    text-align: center;
    transform-origin: 100% 0%;
}

.button-wrap.left .button-text span {
    text-align: left;
}

.button-wrap.right .button-text span {
    text-align: right;
}

.button-text span::before {
    position: absolute;
    width: 100px;
    top: 100%;
    left: 0;
    content: attr(data-hover);
}

.header-middle .button-text span::before {
    content: attr(data-on);
}

.button-wrap:hover .button-text span {
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}

nav,
nav.open {
    transition: all 0s ease-in 0s;
    background: transparent;
}

/*--------------------------------------------------
	07. Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {
    .preloader-wrap .outer {
        padding: 60px 70px;
        box-sizing: border-box;
    }

    header {
        height: 120px;
    }

    #header-container {
        padding: 15px 60px;
    }

    .flexnav li {
        padding: 20px;
    }

    #main-page-content.project-page {
        margin-bottom: calc(100vh - 100px);
    }

    footer {
        height: 100px;
    }

    #footer-container {
        padding: 0 60px;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 1466px) and (min-width: 1025px) {
    .fullscreen-menu .flexnav {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1466px) {
    .fullscreen-menu li.buy-item a {
        font-size: 14px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .preloader-wrap .outer {
        padding: 50px 50px;
        box-sizing: border-box;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .has-mask {
        margin-bottom: 0px;
    }

    .row_padding_left {
        padding-left: 40px;
    }

    .row_padding_right {
        padding-right: 40px;
    }

    .row_padding_all {
        padding: 8vw 40px;
    }

    header {
        height: 80px;
    }

    #header-container {
        padding: 0;
        margin: 0 auto;
    }

    #logo {
        left: 40px;
    }

    .header-middle {
        display: none;
    }

    .button-wrap.right.menu {
        right: 10px;
    }

    nav {
        padding-top: 80px;
    }

    .flexnav {
        box-sizing: border-box;
        padding: 0 50px;
        background: transparent;
        transition: all 0.5s ease-in-out;
    }

    .flexnav li a,
    .flexnav li ul li a {
        background: transparent;
    }

    .flexnav li a {
        color: #999;
    }

    .flexnav li ul li a:hover,
    .flexnav li ul li a.active {
        color: #e0ddd0;
    }

    .flexnav li ul li a {
        border-top: 1px solid rgba(224, 221, 208, 0.15);
    }

    .flexnav ul li ul li a {
        background: transparent;
    }

    .flexnav li ul li ul li a {
        padding: 20px 40px;
    }

    .flexnav li.link {
        border-bottom: 1px solid rgba(224, 221, 208, 0.15);
    }

    .flexnav li.link:last-child {
        border-bottom: none;
    }

    .flexnav a.link::before {
        display: none;
    }

    .flexnav .touch-button .navicon {
        font-style: normal !important;
    }

    .nav-height {
        overflow-y: scroll;
        position: relative;
        height: 100%;
        padding: 40px 0;
        padding-right: 30px;
        width: calc(100% + 30px);
        box-sizing: border-box;
    }

    nav {
        height: 100vh;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events: none;
        opacity: 0;
        padding: 20px 0;
        transition: all 0.2s ease-in 0.6s;
    }

    nav.open {
        visibility: visible;
        pointer-events: initial;
        opacity: 1;
        background-color: transparent;
        transition: all 0.2s ease-out;
    }

    .flexnav {
        padding: 0 30px;
        max-height: 2000px;
        transition: all 0.2s ease-in 0.6s;
    }

    .flexnav.flexnav-show {
        transition: all 0.3s ease-out 0.2s;
    }

    .flexnav li {
        padding: 0;
        transition: color 0.15s ease-out 0s;
    }

    .flexnav:hover li {
        color: rgba(224, 221, 208, 0.4);
    }

    .flexnav li:hover {
        color: white;
    }

    .flexnav .touch-button {
        width: 100%;
        display: block;
        height: calc(5vw + 20px);
    }

    .flexnav .touch-button .navicon {
        display: none;
    }

    .flexnav li.link {
        border-bottom: none;
    }

    .flexnav li a {
        font-weight: 500;
        font-size: 48px;
        line-height: 60px;
        padding: 0;
        transition: all 0.1s ease-in-out 0s;
    }

    .flexnav li a {
        color: #e0ddd0;
    }

    .flexnav:hover li a {
        opacity: 0.3;
    }

    .flexnav li:hover a,
    .flexnav li a.active {
        opacity: 1;
    }

    .flexnav:hover li ul li a {
        opacity: 0.3;
    }

    .flexnav:hover li ul li a.active,
    .flexnav:hover li ul li a:hover {
        opacity: 1;
    }

    .flexnav li ul {
        margin-bottom: 20px;
    }

    .flexnav li ul li a {
        padding: 10px 0;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-transform: none;
        font-size: 14px;
        line-height: 14px;
        border-top: none;
        color: #e0ddd0;
        opacity: 0.4;
        -webkit-text-stroke: none;
    }

    .flexnav li ul li:hover a,
    .flexnav li ul li a.active {
        opacity: 1;
    }

    li.buy-item a {
        color: #e0ddd0;
        font-size: 14px;
        line-height: 30px;
    }

    #menu-burger span.touch-button {
        display: none;
    }

    .classic-menu .button-wrap.right.menu {
        display: block;
    }

    .parallax-wrap {
        transform: none !important;
    }

    .parallax-element {
        transform: none !important;
    }

    .prev-wrap {
        transform: rotate(-90deg) !important;
    }

    .next-wrap {
        transform: rotate(-90deg) !important;
    }

    #magic-cursor {
        display: none;
    }

    .scroll-down-wrap,
    .scroll-down-wrap.no-border {
        bottom: 40px;
    }

    #main-page-content,
    .white-section-container,
    .dark-section-container {
        padding: 0 40px;
    }

    #footer-container {
        padding: 0 40px;
    }

    .destroy {
        display: none;
    }

    .has-parallax figcaption {
        display: none;
    }

    .footer-button-wrap {
        bottom: 80px;
    }

    .socials-wrap {
        width: 240px;
        height: 40px;
        float: right;
        margin: 0 auto;
        right: -10px;
        transform: translateX(0px) translateY(20px) !important;
        -webkit-transform: translateX(0px) translateY(20px) !important;
    }

    .socials-wrap:hover {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }

    .socials-icon,
    .socials-text {
        display: none;
    }

    .socials-wrap .socials {
        margin-top: 5px;
        text-align: right;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .socials-wrap .socials li {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .socials-wrap:hover .socials li {
        opacity: 1;
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
    }

    .socials li {
        margin-right: 10px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        margin: 0 5px auto;
        display: inline-block;
        float: none;
    }

    .socials li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .preloader-wrap .outer {
        padding: 40px;
        box-sizing: border-box;
    }

    .row_padding_left {
        padding-left: 30px;
    }

    .row_padding_right {
        padding-right: 30px;
    }

    .row_padding_all {
        padding: 8vw 30px;
    }

    .admin-bar header {
        top: 46px;
    }

    #logo {
        left: 30px;
    }

    .flexnav {
        padding: 0 30px;
    }

    .flexnav li a {
        font-size: 36px;
        line-height: 60px;
    }

    li.buy-item a {
        color: #e0ddd0;
        font-size: 14px;
        line-height: 30px;
    }

    .destory {
        display: none;
    }

    figcaption {
        background-color: rgba(0, 0, 0, 0.3);
        bottom: 0px;
        font-size: 10px;
        padding: 5px 10px;
        right: 0px;
        border-radius: 0;
    }

    .one_half {
        width: 100% !important;
    }

    .one_half {
        padding-right: 0 !important;
    }

    .one_half.last {
        padding-left: 0 !important;
    }

    .one_third {
        width: 100% !important;
    }

    .one_fourth {
        width: 100% !important;
    }

    .one_fifth {
        width: 100% !important;
    }

    .one_sixth {
        width: 100% !important;
    }

    .two_fifth {
        width: 100% !important;
    }

    .two_fourth {
        width: 100% !important;
    }

    .two_third {
        width: 100% !important;
    }

    .three_fifth {
        width: 100% !important;
    }

    .three_fourth {
        width: 100% !important;
    }

    .four_fifth {
        width: 100% !important;
    }

    .five_sixth {
        width: 100% !important;
    }

    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .two_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth {
        margin-bottom: 20px !important;
        margin-right: 0% !important;
    }

    .text-align-center p.title-has-line::after,
    #page-nav p.title-has-line::after {
        display: none;
    }

    p {
        font-size: 14px;
    }

    #main-page-content,
    .white-section-container,
    .dark-section-container {
        padding: 0 30px;
    }

    #footer-container {
        padding: 0 30px;
    }

    #footer-container .button-wrap.left {
        float: none;
        left: 0;
        right: 0;
        position: absolute;
    }

    .button-wrap.left .button-text {
        text-align: left;
        float: left;
        display: none;
    }

    .button-wrap.left .icon-wrap {
        float: none;
        position: absolute;
        right: 0;
        left: auto;
        margin: auto;
        top: 0px;
    }

    .copyright {
        margin: 0;
        left: 30px;
        top: 30px;
    }

    .footer-middle {
        max-width: 1180px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        width: 100%;
        top: -40px;
    }

    footer.showcase-footer .arrows-wrap {
        right: auto;
        left: -30px;
        float: left;
        margin: auto;
    }

    footer.showcase-footer .socials-wrap {
        width: 170px;
        float: right;
        left: auto;
        right: 0;
        top: 0;
    }

    .socials-wrap {
        width: 170px;
        float: none;
        left: -6px;
        right: auto;
        top: 0px;
        margin: 0;
    }

    .socials li {
        margin: 0 0px auto;
    }
}

@media only screen and (max-width: 479px) {
    .preloader-wrap .outer {
        padding: 30px;
        box-sizing: border-box;
    }

    .row_padding_left {
        padding-left: 20px;
    }

    .row_padding_right {
        padding-right: 20px;
    }

    .row_padding_all {
        padding: 8vw 20px;
    }

    hr {
        height: 10px;
    }

    #logo {
        left: 20px;
    }

    .button-wrap.right.menu {
        right: 24px;
    }

    .flexnav {
        padding: 0 20px;
    }

    .flexnav li a {
        font-size: 32px;
        line-height: 50px;
    }

    .flexnav li ul li a {
        padding: 5px 0;
    }

    li.buy-item a {
        color: #e0ddd0;
        font-size: 14px;
        line-height: 30px;
    }

    p.title-has-line::after {
        display: none;
    }

    #main-page-content,
    .white-section-container,
    .dark-section-container {
        padding: 0 20px;
    }

    #footer-container {
        padding: 0px;
        margin: 0;
    }

    .copyright {
        left: 20px;
    }

    .socials-wrap {
        float: none;
        left: 14px;
        right: auto;
    }

    .arrows-wrap {
        left: -10px;
        width: 80px;
    }

    .prev-wrap,
    .next-wrap {
        width: 40px;
    }

    footer.showcase-footer .arrows-wrap {
        right: 0;
        left: 0;
        float: none;
        margin: auto;
    }

    footer.showcase-footer .arrows-wrap {
        width: 100%;
    }

    footer.showcase-footer .prev-wrap,
    footer.showcase-footer .next-wrap {
        width: 60px;
    }

    footer.showcase-footer .footer-middle {
        top: 0px;
    }

    footer.showcase-footer .showcase-subtitles-wrap {
        left: 0;
    }

    footer.showcase-footer .socials-wrap {
        display: none;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    #rotate-device {
        display: block;
    }
}

.grecaptcha-badge {
    z-index: 9999;
}

.rect-animation rect {
    stroke-dasharray: 1000; /* Longueur du tracé du rectangle */
    stroke-dashoffset: 1000; /* Position initiale de la ligne (cachée) */
    animation: drawRect 7s ease-in-out forwards; /* Animation pour dessiner la bordure */
}

.logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: fadeInLogo 2s ease-in-out forwards;
    animation-delay: 3s; /* Le logo apparaît après l'animation du rectangle */
}

.logo {
    max-width: 100%;
    height: auto;
}

/* Animation du tracé du rectangle */
@keyframes drawRect {
    0% {
        stroke-dashoffset: 1000; /* Le rectangle est caché au départ */
    }
    100% {
        stroke-dashoffset: 0; /* Le rectangle se dessine complètement */
    }
}

/* Animation de l'apparition du logo */
@keyframes fadeInLogo {
    0% {
        opacity: 0; /* Logo invisible au départ */
    }
    100% {
        opacity: 1; /* Logo devient visible */
    }
}
