 :root {
     --darkorange: #f29100;
     --lightorange: #F6B656;
     --black: #000;
     --white: #fff;
 }
/* 
 @font-face {
     font-family: 'sf-pro';
     src: url("../fonts/sf1.ttf") format("truetype");
     font-weight: 100;
 }

 @font-face {
     font-family: 'sf-pro';
     src: url("../fonts/sf2.ttf") format("truetype");
     font-weight: 200;
 }

 @font-face {
     font-family: 'sf-pro';
     src: url("../fonts/sf3.ttf") format("truetype");
     font-weight: 300;
 }

 @font-face {
     font-family: 'sf-pro';
     src: url("../fonts/sf4.ttf") format("truetype");
     font-weight: 400;
 }

 @font-face {
     font-family: 'sf-pro';
     src: url("../fonts/sf5.ttf") format("truetype");
     font-weight: 500;
 }

 @font-face {
     font-family: 'sf-pro';
     src: url("../fonts/sf6.ttf") format("truetype");
     font-weight: 600;
 }

 @font-face {
     font-family: 'sf-pro';
     src: url("../fonts/sf7.ttf") format("truetype");
     font-weight: 700;
 }
 
 */

@font-face {
    font-family: 'sf-pro';
    src: url('../fonts/sf1.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/sf1.woff') format('woff');
        /* Modern Browsers */
    font-weight: 100;
    
    
}

@font-face {
    font-family: 'sf-pro';
    src: url('../fonts/sf2.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/sf2.woff') format('woff');
        /* Modern Browsers */
        font-weight: 200;
}

@font-face {
    font-family: 'sf-pro';
    src: url('../fonts/sf3.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/sf3.woff') format('woff');
        /* Modern Browsers */
        font-weight: 300;
}

@font-face {
    font-family: 'sf-pro';
    src: url('../fonts/sf4.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/sf4.woff') format('woff');
        /* Modern Browsers */
        font-weight: 400;
}

@font-face {
    font-family: 'sf-pro';
    src: url('../fonts/sf5.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/sf5.woff') format('woff');
        /* Modern Browsers */
        font-weight: 500;
}

@font-face {
    font-family: 'sf-pro';
    src: url('../fonts/sf6.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/sf6.woff') format('woff');
        /* Modern Browsers */
        font-weight: 600;
}

@font-face {
    font-family: 'sf-pro';
    src: url('../fonts/sf7.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/sf7.woff') format('woff');
        /* Modern Browsers */
        font-weight: 700;
}



 /*==============================
=            LOADER            =
==============================*/

 #loader {
     position: absolute;
     z-index: 11;
     height: 100vh;
     width: 100%;
     top: 0px;
     left: 0px;
     *background-color: #2884F6;
     -webkit-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
 }

 #loader.hide {
     *opacity: 0;
     opacity: 1;
 }

 #loader .container-bg {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
 }

 #loader .container-bg .bg {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     opacity: 0;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
 }

 #loader .container-bg .bg-filter {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     z-index: 1;
     opacity: 1;
 }

 #loader .container-bg .bg.show-qonto {
     background: -webkit-gradient(linear, left top, right top, from(#5041B2), to(#7969E6));
     background: -webkit-linear-gradient(left, #5041B2 0%, #7969E6 100%);
     background: -o-linear-gradient(left, #5041B2 0%, #7969E6 100%);
     background: linear-gradient(90deg, #5041B2 0%, #7969E6 100%);
     background: #f12711;
     /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, #f5af19, #f12711);
     /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to right, #f5af19, #f12711);
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }

 #loader .container-bg .bg.show-marks {
     background: -webkit-gradient(linear, left top, right top, from(#FD8355), color-stop(37.02%, #F0576C), to(#F79CBD));
     background: -webkit-linear-gradient(left, #FD8355 0%, #F0576C 37.02%, #F79CBD 100%);
     background: -o-linear-gradient(left, #FD8355 0%, #F0576C 37.02%, #F79CBD 100%);
     background: linear-gradient(90deg, #FD8355 0%, #F0576C 37.02%, #F79CBD 100%);
     background: #8A2387;
     /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);
     /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to right, #F27121, #E94057, #8A2387);
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }

 #loader .container-bg .bg.show-chauffeurprive {
     background: -webkit-gradient(linear, left top, right top, from(#CE0C2A), to(#DC6C7F));
     background: -webkit-linear-gradient(left, #CE0C2A 0%, #DC6C7F 100%);
     background: -o-linear-gradient(left, #CE0C2A 0%, #DC6C7F 100%);
     background: linear-gradient(90deg, #CE0C2A 0%, #DC6C7F 100%);
     background: #43C6AC;
     /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, #191654, #43C6AC);
     /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to right, #191654, #43C6AC);
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }

 #loader .container-bg .bg.show-lecollectionist {
     background: -webkit-gradient(linear, right top, left top, from(#FAF0E7), to(#EFE5DC));
     background: -webkit-linear-gradient(right, #FAF0E7 0%, #EFE5DC 100%);
     background: -o-linear-gradient(right, #FAF0E7 0%, #EFE5DC 100%);
     background: linear-gradient(270deg, #FAF0E7 0%, #EFE5DC 100%);
     background: #FF5F6D;
     /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D);
     /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to right, #FFC371, #FF5F6D);
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }

 #loader.show-lecollectionist svg g g g g path {
     fill: #363F54 !important;
 }

 #loader .container-bg .bg.show-orangelabs {
     background: -webkit-gradient(linear, right top, left top, from(#F0613C), to(#F0783C));
     background: -webkit-linear-gradient(right, #F0613C 0%, #F0783C 100%);
     background: -o-linear-gradient(right, #F0613C 0%, #F0783C 100%);
     background: linear-gradient(270deg, #F0613C 0%, #F0783C 100%);
     background: #00c6ff;
     /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
     /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to right, #0072ff, #00c6ff);
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }

 #loader .container-bg .bg.show-mondocteur {
     background-color: #FF6C75;
 }

 #loader .container-bg .bg.show {
     opacity: 1;
 }

 #loader-anim {
     width: 40%;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 #loader-anim.style-qonto svg g g g g path {
     fill: #FFF !important;
 }

 #loader-anim.style-marks svg g g g g path {
     fill: #FFF !important;
 }

 #loader-anim.style-chauffeurprive svg g g g g path {
     fill: #FFF !important;
 }

 #loader-anim.style-lecollectionist svg g g g g path {
     fill: #363F54 !important;
 }

 #loader-anim.style-orangelabs svg g g g g path {
     fill: #FFF !important;
 }

 #loader-anim.style-mondocteur svg g g g g path {
     fill: #FFF !important;
 }

 /*=====  End of LOADER  ======*/

 /*====================================
=            Section HOME            =
====================================*/

 #header-desktop .container-rs {
     top: calc(80vh - 210px);
     opacity: 0;
     opacity: 1;
     -webkit-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     transition: all 0.25s ease;
 }

 #header-desktop .container-rs.show {
     opacity: 1;
 }

 #section-home {
     position: relative;
     height: 80vh;
     min-height: 700px;
     margin-bottom: 20vh;
 }

 #section-home .container-caroussel {
     position: relative;
     height: 100%;
     min-height: 700px;
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-home .container-caroussel .container-bg {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100vh;
     min-height: 700px;
     overflow: hidden;
 }

 #section-home .container-caroussel .container-bg:after {
     content: '';
     position: absolute;
     z-index: 2;
     width: 100%;
     height: 20vh;
     max-height: calc(100vh - 700px);
     background-color: #FFF;
     left: 0px;
     bottom: 0px;
     will-change: transform;
     -webkit-transform: translateZ(0) translateY(100%);
     -ms-transform: translateZ(0) translateY(100%);
     transform: translateZ(0) translateY(100%);
     -webkit-transition: all 1s cubic-bezier(0.000, 0.785, 0.000, 1.000);
     -o-transition: all 1s cubic-bezier(0.000, 0.785, 0.000, 1.000);
     transition: all 1s cubic-bezier(0.000, 0.785, 0.000, 1.000);
 }

 #section-home .container-caroussel .container-bg.show:after {
     -webkit-transform: translateZ(0) translateY(0%);
     -ms-transform: translateZ(0) translateY(0%);
     transform: translateZ(0) translateY(0%);
 }

 #section-home .container-caroussel .container-bg .bg {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     opacity: 0;
     -webkit-transition: all 1s ease;
     -o-transition: all 1s ease;
     transition: all 1s ease;
 }

 #section-home .container-caroussel .container-bg .bg-filter {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     z-index: 1;
     opacity: 1;
 }

 #section-home .container-caroussel .container-bg .bg.bg-qonto {
     background: -webkit-gradient(linear, left top, right top, from(#5041B2), to(#7969E6));
     background: -webkit-linear-gradient(left, #5041B2 0%, #7969E6 100%);
     background: -o-linear-gradient(left, #5041B2 0%, #7969E6 100%);
     background: linear-gradient(90deg, #5041B2 0%, #7969E6 100%);
 }

 #section-home .container-caroussel .container-bg .bg.bg-marks {
     background: -webkit-gradient(linear, left top, right top, from(#FD8355), color-stop(37.02%, #F0576C), to(#F79CBD));
     background: -webkit-linear-gradient(left, #FD8355 0%, #F0576C 37.02%, #F79CBD 100%);
     background: -o-linear-gradient(left, #FD8355 0%, #F0576C 37.02%, #F79CBD 100%);
     background: linear-gradient(90deg, #FD8355 0%, #F0576C 37.02%, #F79CBD 100%);
 }

 #section-home .container-caroussel .container-bg .bg.bg-chauffeurprive {
     background: -webkit-gradient(linear, left top, right top, from(#CE0C2A), to(#DC6C7F));
     background: -webkit-linear-gradient(left, #CE0C2A 0%, #DC6C7F 100%);
     background: -o-linear-gradient(left, #CE0C2A 0%, #DC6C7F 100%);
     background: linear-gradient(90deg, #CE0C2A 0%, #DC6C7F 100%);
 }

 #section-home .container-caroussel .container-bg .bg.bg-lecollectionist {
     background: -webkit-gradient(linear, right top, left top, from(#FAF0E7), to(#EFE5DC));
     background: -webkit-linear-gradient(right, #FAF0E7 0%, #EFE5DC 100%);
     background: -o-linear-gradient(right, #FAF0E7 0%, #EFE5DC 100%);
     background: linear-gradient(270deg, #FAF0E7 0%, #EFE5DC 100%);
 }

 #section-home .container-caroussel .container-bg .bg.bg-orangelabs {
     background: -webkit-gradient(linear, right top, left top, from(#F0613C), to(#F0783C));
     background: -webkit-linear-gradient(right, #F0613C 0%, #F0783C 100%);
     background: -o-linear-gradient(right, #F0613C 0%, #F0783C 100%);
     background: linear-gradient(270deg, #F0613C 0%, #F0783C 100%);
 }

 #section-home .container-caroussel .container-bg .bg.bg-mondocteur {
     background-color: #FF6C75;
 }

 #section-home .container-caroussel .container-bg .bg.show {
     opacity: 1;
 }

 #section-home .container-caroussel .container-text {
     width: 40%;
     position: absolute;
     z-index: 2;
     top: calc(50% + 40px);
     right: 50%;
     text-align: center;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-home .container-caroussel.show-qonto .container-text,
 #section-home .container-caroussel.show-qonto .container-text a {
     color: #FFF;
 }

 #section-home .container-caroussel.show-marks .container-text,
 #section-home .container-caroussel.show-marks .container-text a {
     color: #FFF;
 }

 #section-home .container-caroussel.show-chauffeurprive .container-text,
 #section-home .container-caroussel.show-chauffeurprive .container-text a {
     color: #FFF;
 }

 #section-home .container-caroussel.show-lecollectionist .container-text,
 #section-home .container-caroussel.show-lecollectionist .container-text a {
     color: #363F54;
 }

 #section-home .container-caroussel.show-orangelabs .container-text,
 #section-home .container-caroussel.show-orangelabs .container-text a {
     color: #FFF;
 }

 #section-home .container-caroussel.show-mondocteur .container-text,
 #section-home .container-caroussel.show-mondocteur .container-text a {
     color: #FFF;
 }

 #section-home .container-caroussel .container-text>p:nth-child(1) {
     opacity: 0;
     font-family: National-Regular;
     font-size: 16px;
     margin-bottom: 8px;
     position: relative;
     display: inline-block;
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-home .container-caroussel .container-text>p.show:nth-child(1) {
     opacity: 0.5;
 }

 #section-home .container-caroussel .container-text>p:nth-child(1):before {
     content: '';
     position: absolute;
     top: 50%;
     right: calc(100% + 11px);
     height: 1px;
     width: 19px;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-home .container-caroussel.show-qonto .container-text>p:nth-child(1):before {
     background-color: #FFF;
 }

 #section-home .container-caroussel.show-marks .container-text>p:nth-child(1):before {
     background-color: #FFF;
 }

 #section-home .container-caroussel.show-chauffeurprive .container-text>p:nth-child(1):before {
     background-color: #FFF;
 }

 #section-home .container-caroussel.show-lecollectionist .container-text>p:nth-child(1):before {
     background-color: #363F54;
 }

 #section-home .container-caroussel.show-orangelabs .container-text>p:nth-child(1):before {
     background-color: #FFF;
 }

 #section-home .container-caroussel.show-mondocteur .container-text>p:nth-child(1):before {
     background-color: #FFF;
 }

 #section-home .container-caroussel .container-text>p:nth-child(2) {
     font-family: National-Bold;
     font-size: 54px;
 }

 #section-home .container-caroussel .container-text>p:nth-child(3) {
     opacity: 0.4;
     font-family: National-Bold;
     font-size: 54px;
 }

 #section-home .container-caroussel .container-text>p:nth-child(2) span,
 #section-home .container-caroussel .container-text>p:nth-child(3) span {
     white-space: pre;
     display: inline-block;
     opacity: 0;
     will-change: transform;
     -webkit-transform: translateZ(0) translateY(-100px);
     -ms-transform: translateZ(0) translateY(-100px);
     transform: translateZ(0) translateY(-100px);
     -webkit-transition: all 0.5s cubic-bezier(0.045, 0.855, 0.100, 0.955);
     -o-transition: all 0.5s cubic-bezier(0.045, 0.855, 0.100, 0.955);
     transition: all 0.5s cubic-bezier(0.045, 0.855, 0.100, 0.955);
 }

 #section-home .container-caroussel .container-text>p:nth-child(2) span:nth-child(1) {
     -webkit-transform: translateY(-100px) translateX(-100px);
     -ms-transform: translateY(-100px) translateX(-100px);
     transform: translateY(-100px) translateX(-100px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(2) span:nth-child(1) {
     opacity: 1;
     -webkit-transform: translateY(-100px);
     -ms-transform: translateY(-100px);
     transform: translateY(-100px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(2) span:nth-child(3) {
     -webkit-transform: translateY(-170px) translateX(100px);
     -ms-transform: translateY(-170px) translateX(100px);
     transform: translateY(-170px) translateX(100px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(2) span:nth-child(3) {
     opacity: 1;
     -webkit-transform: translateY(-170px);
     -ms-transform: translateY(-170px);
     transform: translateY(-170px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(2) span:nth-child(5) {
     -webkit-transform: translateY(-50px) translateX(50px);
     -ms-transform: translateY(-50px) translateX(50px);
     transform: translateY(-50px) translateX(50px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(2) span:nth-child(5) {
     opacity: 1;
     -webkit-transform: translateY(-50px);
     -ms-transform: translateY(-50px);
     transform: translateY(-50px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(2) span:nth-child(7) {
     -webkit-transform: translateY(-20px) translateX(100px);
     -ms-transform: translateY(-20px) translateX(100px);
     transform: translateY(-20px) translateX(100px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(2) span:nth-child(7) {
     opacity: 1;
     -webkit-transform: translateY(-20px);
     -ms-transform: translateY(-20px);
     transform: translateY(-20px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(2) span:nth-child(9) {
     -webkit-transform: translateY(-70px) translateX(40px);
     -ms-transform: translateY(-70px) translateX(40px);
     transform: translateY(-70px) translateX(40px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(2) span:nth-child(9) {
     opacity: 1;
     -webkit-transform: translateY(-70px);
     -ms-transform: translateY(-70px);
     transform: translateY(-70px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(2) span:nth-child(9) {
     -webkit-transform: translateY(-90px) translateX(60px);
     -ms-transform: translateY(-90px) translateX(60px);
     transform: translateY(-90px) translateX(60px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(2) span:nth-child(11) {
     opacity: 1;
     -webkit-transform: translateY(-90px);
     -ms-transform: translateY(-90px);
     transform: translateY(-90px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(3) span:nth-child(1) {
     -webkit-transform: translateY(100px) translateX(-100px);
     -ms-transform: translateY(100px) translateX(-100px);
     transform: translateY(100px) translateX(-100px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(3) span:nth-child(1) {
     opacity: 1;
     -webkit-transform: translateY(100px);
     -ms-transform: translateY(100px);
     transform: translateY(100px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(3) span:nth-child(3) {
     -webkit-transform: translateY(170px) translateX(100px);
     -ms-transform: translateY(170px) translateX(100px);
     transform: translateY(170px) translateX(100px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(3) span:nth-child(3) {
     opacity: 1;
     -webkit-transform: translateY(170px);
     -ms-transform: translateY(170px);
     transform: translateY(170px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(3) span:nth-child(5) {
     -webkit-transform: translateY(50px) translateX(50px);
     -ms-transform: translateY(50px) translateX(50px);
     transform: translateY(50px) translateX(50px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(3) span:nth-child(5) {
     opacity: 1;
     -webkit-transform: translateY(50px);
     -ms-transform: translateY(50px);
     transform: translateY(50px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(3) span:nth-child(7) {
     -webkit-transform: translateY(20px) translateX(100px);
     -ms-transform: translateY(20px) translateX(100px);
     transform: translateY(20px) translateX(100px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(3) span:nth-child(7) {
     opacity: 1;
     -webkit-transform: translateY(20px);
     -ms-transform: translateY(20px);
     transform: translateY(20px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(3) span:nth-child(9) {
     -webkit-transform: translateY(70px) translateX(-40px);
     -ms-transform: translateY(70px) translateX(-40px);
     transform: translateY(70px) translateX(-40px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(3) span:nth-child(9) {
     opacity: 1;
     -webkit-transform: translateY(70px);
     -ms-transform: translateY(70px);
     transform: translateY(70px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(3) span:nth-child(11) {
     -webkit-transform: translateY(140px) translateX(-80px);
     -ms-transform: translateY(140px) translateX(-80px);
     transform: translateY(140px) translateX(-80px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(3) span:nth-child(11) {
     opacity: 1;
     -webkit-transform: translateY(140px);
     -ms-transform: translateY(140px);
     transform: translateY(140px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(3) span:nth-child(13) {
     -webkit-transform: translateY(60px) translateX(-80px);
     -ms-transform: translateY(60px) translateX(-80px);
     transform: translateY(60px) translateX(-80px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(3) span:nth-child(13) {
     opacity: 1;
     -webkit-transform: translateY(60px);
     -ms-transform: translateY(60px);
     transform: translateY(60px);
 }

 #section-home .container-caroussel .container-text>p:nth-child(3) span:nth-child(15) {
     -webkit-transform: translateY(100px) translateX(-60px);
     -ms-transform: translateY(100px) translateX(-60px);
     transform: translateY(100px) translateX(-60px);
 }

 #section-home .container-caroussel .container-text.slide-1>p:nth-child(3) span:nth-child(15) {
     opacity: 1;
     -webkit-transform: translateY(100px);
     -ms-transform: translateY(100px);
     transform: translateY(100px);
 }

 #section-home .container-caroussel .container-text.slide-2>p:nth-child(2) span,
 #section-home .container-caroussel .container-text.slide-2>p:nth-child(3) span,
 #section-home .container-caroussel .container-text.show>p:nth-child(2) span,
 #section-home .container-caroussel .container-text.show>p:nth-child(3) span {
     -webkit-transition: all 0.75s cubic-bezier(0.045, 0.855, 0.100, 0.955);
     -o-transition: all 0.75s cubic-bezier(0.045, 0.855, 0.100, 0.955);
     transition: all 0.75s cubic-bezier(0.045, 0.855, 0.100, 0.955);
     opacity: 1;
     -webkit-transform: translateZ(0px) translateY(0px);
     -ms-transform: translateZ(0px) translateY(0px);
     transform: translateZ(0px) translateY(0px);
 }

 #section-home .container-caroussel .container-text .btn {
     padding: 15px 20px 15px 20px;
     border-radius: 3px;
     display: inline-block;
     text-decoration: none;
     margin-top: 30px;
     cursor: pointer;
     opacity: 0;
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-home .container-caroussel .container-text>.btn.show {
     opacity: 1;
 }

 #section-home .container-caroussel.show-qonto .container-text .btn,
 #section-home .container-caroussel.show-marks .container-text .btn,
 #section-home .container-caroussel.show-mondocteur .container-text .btn,
 #section-home .container-caroussel.show-orangelabs .container-text .btn,
 #section-home .container-caroussel.show-chauffeurprive .container-text .btn {
     background-color: rgba(255, 255, 255, 0.2);
 }

 #section-home .container-caroussel.show-lecollectionist .container-text .btn {
     background-color: rgba(0, 0, 0, 0.2);
 }

 #section-home .container-caroussel .container-text .btn p {
     font-family: National-Bold;
     font-size: 14px;
 }

 #section-home .container-caroussel .wrapper-container-el {
     z-index: 2;
     position: absolute;
     top: calc(50% + 40px);
     left: 50%;
     width: 35%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
 }

 #section-home .container-caroussel .wrapper-container-el .container-el {
     position: relative;
 }

 #section-home .container-caroussel>.btn {
     position: absolute;
     z-index: 2;
     top: 50%;
     right: 60px;
     height: 35px;
     width: 35px;
     border-radius: 30px;
     cursor: pointer;
     opacity: 0;
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-home .container-caroussel>.btn.show {
     opacity: 1;
 }

 #section-home .container-caroussel.show-qonto>.btn,
 #section-home .container-caroussel.show-marks>.btn,
 #section-home .container-caroussel.show-chauffeurprive>.btn,
 #section-home .container-caroussel.show-orangelabs>.btn,
 #section-home .container-caroussel.show-mondocteur>.btn {
     background-color: rgba(255, 255, 255, 0.2);
 }

 #section-home .container-caroussel.show-lecollectionist>.btn {
     background-color: rgba(54, 63, 84, 0.2);
 }

 #section-home .container-caroussel>.btn .arrow {
     stroke: none !important;
     height: 10px;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-home .container-caroussel>.btn .progress {
     position: absolute;
     top: 50%;
     left: 50%;
     height: 38px;
     width: 38px;
     -webkit-transform: translate(-50%, -50%) rotate(-90deg);
     -ms-transform: translate(-50%, -50%) rotate(-90deg);
     transform: translate(-50%, -50%) rotate(-90deg);
 }

 #section-home .container-caroussel>.btn .progress circle:nth-child(1) {
     fill: none !important;
     stroke-width: 4px;
     stroke-dasharray: 339.292;
     stroke-dashoffset: 339.292;
     -webkit-transition: stroke-dashoffset 0s ease;
     -o-transition: stroke-dashoffset 0s ease;
     transition: stroke-dashoffset 0s ease;
 }

 #section-home .container-caroussel>.btn .progress.active circle:nth-child(1) {
     -webkit-transition: stroke-dashoffset 6s linear;
     -o-transition: stroke-dashoffset 6s linear;
     transition: stroke-dashoffset 6s linear;
     stroke-dashoffset: 0;
 }

 #section-home .container-caroussel.show-qonto>.btn .arrow,
 #section-home .container-caroussel.show-qonto>.btn .progress circle {
     fill: #FFF;
     stroke: #FFF;
 }

 #section-home .container-caroussel.show-marks>.btn .arrow,
 #section-home .container-caroussel.show-marks>.btn .progress circle {
     fill: #FFF;
     stroke: #FFF;
 }

 #section-home .container-caroussel.show-chauffeurprive>.btn .arrow,
 #section-home .container-caroussel.show-chauffeurprive>.btn .progress circle {
     fill: #FFF;
     stroke: #FFF;
 }

 #section-home .container-caroussel.show-lecollectionist>.btn .arrow,
 #section-home .container-caroussel.show-lecollectionist>.btn .progress circle {
     fill: #363F54;
     stroke: #363F54;
 }

 #section-home .container-caroussel.show-orangelabs>.btn .arrow,
 #section-home .container-caroussel.show-orangelabs>.btn .progress circle {
     fill: #FFF;
     stroke: #FFF;
 }

 #section-home .container-caroussel.show-mondocteur>.btn .arrow,
 #section-home .container-caroussel.show-mondocteur>.btn .progress circle {
     fill: #FFF;
     stroke: #FFF;
 }

 #section-home .container-caroussel .container-ms {
     position: absolute;
     z-index: 1;
     left: 50%;
     bottom: 38px;
     opacity: 0;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-home .container-caroussel .container-ms.show {
     opacity: 1;
 }

 #section-home .container-caroussel .container-ms svg {
     height: 30px;
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-home .container-caroussel.show-qonto .container-ms svg {
     fill: #FFF;
 }

 #section-home .container-caroussel.show-marks .container-ms svg {
     fill: #FFF;
 }

 #section-home .container-caroussel.show-chauffeurprive .container-ms svg {
     fill: #FFF;
 }

 #section-home .container-caroussel.show-lecollectionist .container-ms svg {
     fill: #363F54;
 }

 #section-home .container-caroussel.show-orangelabs .container-ms svg {
     fill: #FFF;
 }

 #section-home .container-caroussel.show-mondocteur .container-ms svg {
     fill: #FFF;
 }

 #section-home .container-ms svg path:nth-child(1) {
     opacity: 0.3;
 }

 #section-home .container-ms svg path:nth-child(2) {
     animation: containerMsScroll 3s ease infinite;
     -webkit-animation: containerMsScroll 3s ease infinite;
 }

 @keyframes containerMsScroll {
     0% {
         -webkit-transform: translateY(0%);
         -ms-transform: translateY(0%);
         transform: translateY(0%);
     }

     50% {
         -webkit-transform: translateY(8px);
         -ms-transform: translateY(8px);
         transform: translateY(8px);
     }

     100% {
         -webkit-transform: translateY(0%);
         -ms-transform: translateY(0%);
         transform: translateY(0%);
     }
 }

 @-webkit-keyframes containerMsScroll {
     0% {
         -webkit-transform: translateY(0%);
         -ms-transform: translateY(0%);
         transform: translateY(0%);
     }

     50% {
         -webkit-transform: translateY(8px);
         -ms-transform: translateY(8px);
         transform: translateY(8px);
     }

     100% {
         -webkit-transform: translateY(0%);
         -ms-transform: translateY(0%);
         transform: translateY(0%);
     }
 }

 /*=====  End of Section HOME  ======*/

 /*=======================================
=            Section CONTACT            =
=======================================*/

 #section-contact {
     position: relative;
     padding: 50px 0px 200px 0px;
     text-align: center;
     z-index: 2;
     opacity: 0;
     -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
     -o-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
 }

 #section-contact.reach {
     opacity: 1;
 }

 #section-contact .container-text {
     display: inline-block;
     vertical-align: middle;
     width: 485px;
     padding-left: 95px;
     text-align: left;
 }

 #section-contact .container-text h2 {
     color: darkgray;
     font-family: sf-pro;
     font-size: 42px;
     line-height: 51px;
     margin-bottom: 34px;
     position: relative;
     font-weight: 300;
 }

 #section-contact .container-text h2:before {
     content: '';
     height: 3px;
     width: 60px;
     border-radius: 2px;
     background-color: #ea5b36;
     position: absolute;
     top: 23px;
     right: calc(100% + 35px);
     -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     -o-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005), -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
 }

 #section-contact.reach .container-text h2:before {
     -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
     transform: scaleX(1);
 }

 #section-contact .container-text p {
     color: gray;
     font-family: sf-pro;
     font-size: 24px;
     line-height: 42px;
     font-weight: 300;
 }

 #section-contact .container-action {
     display: inline-block;
     vertical-align: middle;
     width: 485px;
 }

 #section-contact .container-action a {
     text-decoration: none;
     display: inline-block;
     position: relative;
 }

 #section-contact .container-action a .btn {
     position: relative;
     display: block;
     height: 100px;
     width: 100px;
     margin: auto;
 }

 #section-contact .container-action a .btn:before {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     height: 100%;
     width: 100%;
     border-radius: 100px;
     background-color: #2884F6;
     -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
     box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-transition: transform 500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
     -o-transition: transform 500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
     -webkit-transition: -webkit-transform 500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
     transition: -webkit-transform 500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
     transition: transform 500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
     transition: transform 500ms cubic-bezier(0.000, 0.785, 0.000, 1.000), -webkit-transform 500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
 }

 #section-contact .container-action a:hover .btn:before {
     -webkit-transform: translate(-50%, -50%) scale(0.9);
     -ms-transform: translate(-50%, -50%) scale(0.9);
     transform: translate(-50%, -50%) scale(0.9);
 }

 #section-contact .container-action a .btn svg {
     height: 18px;
     fill: #FFF;
     position: absolute;
     z-index: 1;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 #section-contact .container-action a .text {
     width: 100%;
     display: block;
     white-space: nowrap;
     text-align: center;
     margin-top: 15px;
 }

 #section-contact .container-action a .text p {
     color: #363F54;
     font-family: National-Bold;
     font-size: 14px;
     display: inline-block;
     vertical-align: middle;
 }

 #section-contact .container-action a .text .arrow {
     fill: #363F54;
     height: 8px;
     display: inline-block;
     vertical-align: middle;
     margin-left: 9px;
 }

 /*=====  End of Section CONTACT  ======*/

 /*====================================================
=            Section PR 1 & Section PR 2             =
====================================================*/

 #section-pr-1,
 #section-pr-2 {
     position: relative;
     text-align: center;
 }

 .section-pr-el .container-el {
     position: relative;
 }

 .section-pr-el .container-el .el {
     padding: 116px 0px 50px 0px;
     position: relative;
     overflow: hidden;
     margin-bottom: 200px;
 }

 .section-pr-el .container-el .el:last-child {
     margin-bottom: 0px;
 }

 .section-pr-el .container-el .el .title {
     position: relative;
     text-align: center;
     z-index: 1;
     display: inline-block;
 }

 .section-pr-el .container-el .el .title h2 {
     display: inline-block;
     color: #ea5b36;
     font-family: sf-pro;
     font-size: 42px;
     line-height: 51px;
     position: relative;
     -webkit-transform: translateY(30px);
     -ms-transform: translateY(30px);
     transform: translateY(30px);
     opacity: 0;
     -webkit-transition: all 0.75s ease;
     -o-transition: all 0.75s ease;
     transition: all 0.75s ease;
 }

 .section-pr-el .container-el .el.reach .title h2 {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
 }

 .section-pr-el .container-el .el:nth-child(odd) .title h2 {
     text-align: left;
 }

 .section-pr-el .container-el .el:nth-child(even) .title h2 {
     text-align: right;
 }

 .section-pr-el .container-el .el .title h2:before {
     content: '';
     height: 3px;
     width: 60px;
     border-radius: 2px;
     background-color: #ea5b36;
     position: absolute;
     top: 30px;
     -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     -o-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005), -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
 }

 .section-pr-el .container-el .el.reach .title h2:before {
     -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
     transform: scaleX(1);
 }

 .section-pr-el .container-el .el:nth-child(odd) .title h2:before {
     right: calc(100% + 35px);
 }

 .section-pr-el .container-el .el:nth-child(even) .title h2:before {
     left: calc(100% + 35px);
 }

 .section-pr-el .container-el .el .illu {
     position: absolute;
     top: 0px;
     height: 100%;
     width: 45%;
     border-radius: 4px;
     overflow: hidden;
     background-color: rgba(0, 0, 0, 0.1);
 }

 .section-pr-el .container-el .el:nth-child(odd) .illu {
     left: 0px;
     -webkit-transform: rotateY(180deg);
     -ms-transform: rotateY(180deg);
     transform: rotateY(180deg);
 }

 .section-pr-el .container-el .el:nth-child(even) .illu {
     right: 0px;
 }

 .section-pr-el .container-el .el .illu .bg {
     position: absolute;
     height: 100%;
     width: 100%;
     left: 0px;
     top: 0px;
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     -webkit-transition: transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -o-transition: transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -webkit-transition: -webkit-transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     transition: -webkit-transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     transition: transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     transition: transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 .section-pr-el .container-el .el.reach .illu .bg {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
 }

 .section-pr-el .container-el .el .illu:after {
     content: '';
     position: absolute;
     z-index: 1;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background-color: #FFF;
     -webkit-transition: transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -o-transition: transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -webkit-transition: -webkit-transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     transition: -webkit-transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     transition: transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     transition: transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 750ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 .section-pr-el .container-el .el.reach:nth-child(odd) .illu:after {
     -webkit-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
     transform: translateX(-100%);
 }

 .section-pr-el .container-el .el.reach:nth-child(even) .illu:after {
     -webkit-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
     transform: translateX(-100%);
 }

 .section-pr-el .container-el .el .wrapper {
     position: relative;
     z-index: 1;
     margin-top: 40px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
 }

 .section-pr-el .container-el .el:nth-child(even) .wrapper .container-text,
 .section-pr-el .container-el .el:nth-child(odd) .wrapper .container-img {
     -webkit-box-ordinal-group: 2;
     -ms-flex-order: 1;
     order: 1;
 }

 .section-pr-el .container-el .el:nth-child(odd) .wrapper .container-text,
 .section-pr-el .container-el .el:nth-child(even) .wrapper .container-img {
     -webkit-box-ordinal-group: 3;
     -ms-flex-order: 2;
     order: 2;
 }

 .section-pr-el .container-el .el .wrapper .container-img {
     width: 613px;
     height: 412px;
     position: relative;
     display: inline-block;
     vertical-align: middle;
     opacity: 0;
     -webkit-transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1);
     -o-transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1);
 }

 .section-pr-el .container-el .el.reach .wrapper .container-img {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
 }

 .section-pr-el .container-el .el .wrapper .container-img img.desktop {
     filter: drop-shadow(0px 14px 28px rgba(0, 0, 0, 0.3));
     -webkit-filter: drop-shadow(0px 14px 28px rgba(0, 0, 0, 0.3));
     -moz-filter: drop-shadow(0px 14px 28px rgba(0, 0, 0, 0.3));
 }

 .section-pr-el .container-el .el.el-desktop .wrapper .container-img img {
     width: 100%;
 }

 /* EL MOBILE */

 .section-pr-el .container-el .el.el-mobile .wrapper .container-img .device {
     height: 100%;
     position: absolute;
     top: 50%;
     filter: drop-shadow(0px 14px 28px rgba(0, 0, 0, 0.3));
     -webkit-filter: drop-shadow(0px 14px 28px rgba(0, 0, 0, 0.3));
     -moz-filter: drop-shadow(0px 14px 28px rgba(0, 0, 0, 0.3));
     -webkit-transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
     -o-transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
     opacity: 0;
 }

 .section-pr-el .container-el .el.el-mobile .wrapper .container-img .device:nth-child(1) {
     left: 30%;
     -webkit-transform: translateX(-50%) translateY(calc(-50% + 30px));
     -ms-transform: translateX(-50%) translateY(calc(-50% + 30px));
     transform: translateX(-50%) translateY(calc(-50% + 30px));
 }

 .section-pr-el .container-el .el.el-mobile .wrapper .container-img .device:nth-child(2) {
     right: 30%;
     -webkit-transform: translateX(50%) translateY(calc(-50% + 30px));
     -ms-transform: translateX(50%) translateY(calc(-50% + 30px));
     transform: translateX(50%) translateY(calc(-50% + 30px));
     -webkit-transition-delay: 0.25s;
     -o-transition-delay: 0.25s;
     transition-delay: 0.25s;
 }

 .section-pr-el .container-el .el.el-mobile.reach .wrapper .container-img .device:nth-child(1) {
     -webkit-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
     opacity: 1;
 }

 .section-pr-el .container-el .el.el-mobile.reach .wrapper .container-img .device:nth-child(2) {
     -webkit-transform: translateX(50%) translateY(-50%);
     -ms-transform: translateX(50%) translateY(-50%);
     transform: translateX(50%) translateY(-50%);
     opacity: 1;
 }

 .section-pr-el .container-el .el.el-mobile .wrapper .container-img .device .iphone {
     height: 100%;
     position: relative;
     z-index: 1;
 }

 .section-pr-el .container-el .el.el-mobile .wrapper .container-img .device .container-screen {
     overflow: hidden;
     position: absolute;
     top: 50%;
     left: 50%;
     width: 89%;
     height: 95.5%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .section-pr-el .container-el .el.el-mobile .wrapper .container-img .device .container-screen img {
     width: 100%;
     min-height: 100%;
 }

 /* END EL MOBILE */

 .section-pr-el .container-el .el .wrapper .container-text {
     display: inline-block;
     vertical-align: middle;
     position: relative;
     width: 335px;
     text-align: left;
     opacity: 0;
     -webkit-transform: translateY(20px);
     -ms-transform: translateY(20px);
     transform: translateY(20px);
     -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     -o-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
 }

 .section-pr-el .container-el .el.reach .wrapper .container-text {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
 }

 .section-pr-el .container-el .el:nth-child(odd) .wrapper .container-text {
     margin-left: 150px;
 }

 .section-pr-el .container-el .el:nth-child(even) .wrapper .container-text {
     margin-right: 150px;
 }

 .section-pr-el .container-el .el .wrapper .container-text h3 {
     font-family: sf-pro;
     font-size: 16px;
     margin-bottom: 42px;
 }

 /* CHAUFFEUR PRIVE */

 .section-pr-el .container-el .el.el-chauffeurprive .wrapper .container-text h3 {
     color: #ea5b36;
 }

 /* END CHAUFFEUR PRIVE */

 /* LE COLLECTIONIST */

 .section-pr-el .container-el .el.el-lecollectionist .wrapper .container-text h3 {
     color: #DBBC8F;
 }

 /* END LE COLLECTIONIST */

 /* MARKS */

 .section-pr-el .container-el .el.el-marks .wrapper .container-text h3 {
     color: #ED665E;
 }

 /* END MARKS */

 /* ORANGE LABS */

 .section-pr-el .container-el .el.el-orangelabs .wrapper .container-text h3 {
     color: #FF6600;
 }

 /* END ORANGE LABS */

 /* QONTO */

 .section-pr-el .container-el .el.el-qonto .wrapper .container-text h3 {
     color: #7969E6;
 }

 /* END QONTO */

 /* THOUGHTSPOT */

 .section-pr-el .container-el .el.el-thoughtspot .wrapper .container-text h3 {
     color: #ED665E;
 }

 /* END THOUGHTSPOT */

 /* LE MON DOCTEUR */

 .section-pr-el .container-el .el.el-mondocteur .wrapper .container-text h3 {
     color: #FF6C75;
 }

 /* END LE MON DOCTEUR */

 .section-pr-el .container-el .el .wrapper .container-text>p {
     color: #363F54;
     color: gray;
     font-family: sf-pro;
     font-size: 16px;
     line-height: 24px;
     margin-bottom: 60px;
 }

 .section-pr-el .container-el .el .wrapper .container-text a {
     text-decoration: none;
     position: relative;
     display: inline-block;
 }

 .section-pr-el .container-el .el .wrapper .container-text a:after {
     content: '';
     height: 2px;
     width: 10px;
     position: absolute;
     left: calc(100% + 12px);
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
 }

 .section-pr-el .container-el .el.el-chauffeurprive .wrapper .container-text a:after {
     background-color: #ea5b36;
 }

 .section-pr-el .container-el .el.el-lecollectionist .wrapper .container-text a:after {
     background-color: #DBBC8F;
 }

 .section-pr-el .container-el .el.el-marks .wrapper .container-text a:after {
     background-color: #ED665E;
 }

 .section-pr-el .container-el .el.el-orangelabs .wrapper .container-text a:after {
     background-color: #FF6600;
 }

 .section-pr-el .container-el .el.el-qonto .wrapper .container-text a:after {
     background-color: #7969E6;
 }

 .section-pr-el .container-el .el.el-thoughtspot .wrapper .container-text a:after {
     background-color: #ED665E;
 }

 .section-pr-el .container-el .el.el-mondocteur .wrapper .container-text a:after {
     background-color: #FF6C75;
 }

 .section-pr-el .container-el .el .wrapper .container-text a p {
     color: #363F54;
     font-family: sf-pro;
     font-size: 14px;
     font-weight: 600;
 }

 .section-pr-el .link-work {
     padding: 16px 32px 16px 32px;
     border-radius: 3px;
     background-color: #2884F6;
     display: inline-block;
     text-decoration: none;
     margin-top: 150px;
 }

 .section-pr-el .link-work p {
     color: #FFFFFF;
     font-family: National-Bold;
     font-size: 14px;
 }

 /*=====  End of Section PR 1 & Section PR 2 ======*/

 /*====================================
=            Section work            =
====================================*/

 #section-work {
     position: relative;
     margin-top: 150px;
     margin-bottom: 150px;
     padding: 350px 0px 150px 20%;
     -webkit-transition: 0.7s;
     -o-transition: 0.7s;
     transition: 0.7s;
     opacity: 1;
     overflow: hidden;
 }

 #section-work.reach {
     opacity: 1;
 }

 #section-work:after {
     content: '';
     position: absolute;
     right: 0px;
     top: 0px;
     width: 95%;
     height: 100px;
     background-color: #FFF;
 }

 #section-work:before {
     content: '';
     position: absolute;
     right: 0px;
     top: 0px;
     width: 95%;
     height: 100%;
     background-color: #353333;
 }

 #section-work .bnd {
     position: absolute;
     z-index: 5;
     top: 0%;
     left: 0%;
     width: calc(100% + 280px);
     height: 100%;
     background-color: #FFF;
     -webkit-transform: translateX(-140px) skew(-20deg);
     -ms-transform: translateX(-140px) skew(-20deg);
     transform: translateX(-140px) skew(-20deg);
     -webkit-transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
     -o-transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
 }

 #section-work.reach .bnd {
     -webkit-transform: translateX(100%);
     -ms-transform: translateX(100%);
     transform: translateX(100%);
 }

 #section-work .container-text {
     width: 310px;
     position: relative;
     z-index: 3;
     opacity: 0;
     -webkit-transform: translateY(20px);
     -ms-transform: translateY(20px);
     transform: translateY(20px);
     -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     -o-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
     -webkit-transition-delay: 0.2s;
     -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
 }

 #section-work.reach .container-text {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
 }

 #section-work .container-text h2 {
     position: relative;
     color: #ea5b36;
     top: -30px;
     display: inline-block;
     margin-bottom: 40px;
     font-family: sf-pro;
     font-size: 42px;
     line-height: 51px;
     -webkit-transform-origin: left top;
     -ms-transform-origin: left top;
     transform-origin: left top;
     -webkit-transform: translateX(-60px) rotate(-90deg);
     -ms-transform: translateX(-60px) rotate(-90deg);
     transform: translateX(-60px) rotate(-90deg);
 }

 #section-work .container-text h2:after {
     border-radius: 3px;
     content: '';
     position: absolute;
     right: calc(100% + 35px);
     top: 24px;
     width: 60px;
     height: 3px;
     background-color: #ea5b36;
     -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     -o-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005), -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
 }

 #section-work.reach .container-text h2:after {
     -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
     transform: scaleX(1);
 }

 #section-work .container-text>p {
     color: #FFFFFF;
     font-family: sf-pro;
     font-size: 24px;
     line-height: 34px;
 }

 #section-work .container-text>p i {
     color: #013E8D;
 }

 #section-work .container-text .btn {
     margin-top: 60px;
     padding: 18px 20px 18px 20px;
     border-radius: 3px;
     background-color: #FFFFFF;
     display: inline-block;
     cursor: pointer;
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-work .container-text .btn p {
     color: #363F54;
     font-family: sf-pro;
     font-size: 14px;
     line-height: 0;
     margin: 0;
 }

 #section-work .container-illu {
     position: absolute;
     z-index: 2;
     bottom: 0px;
     right: 0px;
     height: calc(100% - 100px);
     overflow: hidden;
     max-width: 60%;
 }

 @-moz-document url-prefix() {
     #section-work .container-illu {
         width: 800px;
     }
 }

 #section-work .container-illu:after {
     content: '';
     position: absolute;
     z-index: 4;
     left: 0px;
     top: 0px;
     width: 10%;
     height: 100%;
     background: -webkit-gradient(linear, left top, right top, from(#2884F6), to(rgba(40, 132, 246, 0)));
     background: -webkit-linear-gradient(left, #2884F6, rgba(40, 132, 246, 0));
     background: -o-linear-gradient(left, #2884F6, rgba(40, 132, 246, 0));
     background: linear-gradient(to right, #2884F6, rgba(40, 132, 246, 0));
 }

 #section-work .container-illu video {
     height: 100%;
     opacity: 0;
     -webkit-transition: all 1s ease;
     -o-transition: all 1s ease;
     transition: all 1s ease;
     -webkit-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;
     transition-delay: 0.5s;
 }

 #section-work.reach .container-illu video {
     opacity: 1;
     z-index: 10;
 }

 #section-work .container-illu img.illu {
     display: none;
 }

 #section-work .container-illu img.cloud-1 {
     display: inline-block;
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 60%;
     z-index: 1;
     opacity: 0.7;
 }

 #section-work .container-illu img.cloud-2 {
     display: inline-block;
     position: absolute;
     top: 20%;
     right: 0px;
     width: 30%;
     z-index: 1;
     opacity: 0.7;
 }

 #section-work .container-illu img.cloud-3 {
     display: inline-block;
     position: absolute;
     top: 45%;
     right: 0px;
     width: 20%;
     z-index: 1;
     opacity: 0.7;
 }

 #section-work .container-illu img.cloud-4 {
     display: inline-block;
     position: absolute;
     bottom: 0px;
     left: 60%;
     width: 20%;
     z-index: 1;
     opacity: 0.7;
 }

 /*=====  End of Section work  ======*/

 /*====================================
=            Section TEAM            =
====================================*/

 #section-team {
     position: relative;
     padding: 0px 0px 0px 42%;
     margin-top: 150px;
     overflow: hidden;
 }

 #section-team:before {
     content: '';
     position: absolute;
     left: 0px;
     top: 0px;
     width: 95%;
     height: 100%;
     background-color: #003981;
 }

 #section-team .bnd {
     position: absolute;
     z-index: 5;
     top: 0%;
     left: 0%;
     width: calc(100% + 280px);
     height: 100%;
     background-color: #FFF;
     -webkit-transform: translateX(-140px) skew(-20deg);
     -ms-transform: translateX(-140px) skew(-20deg);
     transform: translateX(-140px) skew(-20deg);
     -webkit-transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
     -o-transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
     transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
 }

 #section-team.reach .bnd {
     -webkit-transform: translateX(calc(95% - 265px));
     -ms-transform: translateX(calc(95% - 265px));
     transform: translateX(calc(95% - 265px));
 }

 #section-team .wrapper-caroussel-pp {
     position: absolute;
     z-index: 1;
     height: 100%;
     width: 42%;
     top: 0px;
     left: 0px;
 }

 #section-team .wrapper-caroussel-pp h2 {
     color: #FFFFFF;
     font-family: National-Bold;
     top: 67px;
     font-size: 42px;
     line-height: 51px;
     position: absolute;
     z-index: 1;
     left: 100%;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
 }

 #section-team .wrapper-caroussel-pp h2:before {
     content: '';
     position: absolute;
     border-radius: 3px;
     width: 60px;
     height: 3px;
     background-color: #FFF;
     right: calc(100% + 35px);
     top: 35px;
     -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     -o-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
     transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005), -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
 }

 #section-team.reach .wrapper-caroussel-pp h2:before {
     -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
     transform: scaleX(1);
 }

 #section-team .wrapper-caroussel-pp .container-caroussel-pp {
     position: relative;
     overflow: hidden;
     height: 100%;
 }

 #section-team .wrapper-caroussel-pp .container-caroussel-pp .el-pp {
     display: none;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     -webkit-transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
     -o-transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
     transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
     -webkit-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
     transform: translateX(-100%);
 }

 #section-team .wrapper-caroussel-pp .container-caroussel-pp .el-pp.show {
     -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
     transform: translateX(0%);
 }

 #section-team .wrapper-caroussel-pp .container-caroussel-pp .el-pp.hide {
     -webkit-transform: translateX(100%);
     -ms-transform: translateX(100%);
     transform: translateX(100%);
 }

 #section-team .container-text {
     padding: 230px 0px 150px 120px;
     position: relative;
     z-index: 1;
 }

 #section-team .container-text>p {
     color: #8A99C0;
     font-family: National-Regular;
     font-size: 18px;
     line-height: 24px;
     max-width: 240px;
 }

 #section-team .container-text .container-caroussel-name {
     margin-top: 100px;
 }

 #section-team .container-text .container-caroussel-name .el-name {
     position: relative;
     padding-left: 47px;
     margin-bottom: 25px;
 }

 #section-team .container-text .container-caroussel-name .el-name:last-child {
     margin-bottom: 0px;
 }

 #section-team .container-text .container-caroussel-name .el-name .prg {
     position: absolute;
     top: 50%;
     left: 0px;
     width: 47px;
     height: 1px;
     overflow: hidden;
     background-color: #8A99C0;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
 }

 #section-team .container-text .container-caroussel-name .el-name .prg:before {
     content: '';
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     width: 100%;
     background-color: #FFF;
     -webkit-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
     transform: translateX(-100%);
     -webkit-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
 }

 #section-team .container-text .container-caroussel-name .el-name.show .prg:before {
     -webkit-transition: all 4s linear;
     -o-transition: all 4s linear;
     transition: all 4s linear;
     -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
     transform: translateX(0%);
 }

 #section-team .container-text .container-caroussel-name .el-name .name {
     color: #8A99C0;
     font-family: National-Bold;
     font-size: 18px;
     padding-left: 23px;
     display: inline-block;
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-team .container-text .container-caroussel-name .el-name.show .name {
     color: #FFF;
 }

 #section-team .container-text .container-caroussel-name .el-name .job {
     color: #8A99C0;
     font-family: National-Regular;
     font-size: 18px;
     padding-left: 23px;
     display: inline-block;
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-team .container-text .container-caroussel-name .el-name.show .job {
     color: #FFF;
 }

 #section-team .container-text .btn {
     position: absolute;
     right: 20%;
     top: 90px;
     padding: 18px 20px 18px 20px;
     border-radius: 3px;
     background-color: #FFFFFF;
     display: inline-block;
     cursor: pointer;
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 #section-team .container-text .btn p {
     color: #363F54;
     font-family: National-Bold;
     font-size: 14px;
 }

 /*=====  End of Section TEAM  ======*/

 /*========================================
=            Section Sponsors            =
========================================*/

 #section-sponsors {
     position: relative;
     padding: 150px 0px 150px 0px;
 }

 #section-sponsors .container-li {
     position: relative;
     width: 80%;
     height: 50px;
     margin: auto;
 }

 #section-sponsors .container-li .li-el {
     position: relative;
     text-align: center;
     display: -webkit-flex;
     /* Safari */
     -webkit-justify-content: space-between;
     /* Safari 6.1+ */
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }

 #section-sponsors .container-li .li-el .el {
     display: inline-block;
     text-decoration: none;
     vertical-align: middle;
     position: relative;
     height: 45px;
     margin-right: 10px;
     margin-left: 10px;
     font-size: 20px;
     -webkit-transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
     -o-transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
     transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
     opacity: 0;
     -webkit-transform: scale(0.8);
     -ms-transform: scale(0.8);
     transform: scale(0.8);
     -webkit-filter: blur(10px);
     -o-filter: blur(10px);
     filter: blur(10px);
 }

 #section-sponsors .container-li .li-el .el.el-toughtspot {
     width: 105px;
 }

 #section-sponsors .container-li .li-el .el.el-orange {
     width: 41px;
 }

 #section-sponsors .container-li .li-el .el.el-chauffeurprive {
     width: 107px;
 }

 #section-sponsors .container-li .li-el .el.el-blackpills {
     width: 132px;
 }

 #section-sponsors .container-li .li-el .el.el-axa {
     width: 43px;
 }

 #section-sponsors .container-li .li-el .el.el-auchan {
     width: 91px;
 }

 #section-sponsors .container-li .li-el .el.el-mondocteur {
     width: 179px;
 }

 #section-sponsors .container-li .li-el .el.el-uber {
     width: 62px;
 }

 #section-sponsors .container-li .li-el .el.el-xola {
     width: 91px;
 }

 #section-sponsors .container-li .li-el .el.el-edf {
     width: 37px;
 }

 #section-sponsors .container-li .li-el .el.el-buzzman {
     width: 100px;
 }

 #section-sponsors .container-li .li-el .el img {
     fill: #8D8D97;
     width: 100%;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 #section-sponsors .container-li .li-el .el:first-child,
 #section-sponsors .container-li .li-el .el:last-child {
     -webkit-transition-delay: 0.3s;
     -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
 }

 #section-sponsors .container-li .li-el .el:nth-child(2),
 #section-sponsors .container-li .li-el .el:nth-child(5) {
     -webkit-transition-delay: 0.2s;
     -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
 }

 #section-sponsors .container-li .li-el .el:nth-child(3),
 #section-sponsors .container-li .li-el .el:nth-child(4) {
     -webkit-transition-delay: 0.1s;
     -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
 }

 #section-sponsors .container-li .li-el.anim .el {
     -webkit-filter: blur(0px);
     -o-filter: blur(0px);
     filter: blur(0px);
     opacity: 1;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
 }

 /*=====  End of Section Sponsors  ======*/

 #section-home .container-caroussel .container-text>p:nth-child(1) {}

 .nopad {
     padding: 0;
 }

 #carousel {
     height: 100vh
 }

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

 .carousel-fade .carousel-inner .item,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
     opacity: 0;
     min-height: 100vh;
 }

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

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

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

 .carousel,
 .carousel-inner,
 .carousel-inner .item {
     height: 100%;
 }

 .slidecar .item:nth-child(1) {
     background: url('../video/new/data.jpg');
 }

 .slidecar .item:nth-child(2) {
     background: url('../video/new/real-estate.jpg');
 }

 .slidecar .item:nth-child(3) {
     background: url('../video/new/ecom.jpg');
 }

 ol li:before {
     content: "";
 }

 ol li {
     padding-left: 6px;
 }


 .carousel-indicators li {
     border-color: rgb(234, 91, 54);
     border-color: #d8d8d8;
     background: transparent;
 }

 .c-cover h1 {
     text-shadow: 0px 0px 20px rgba(0, 0, 8, 0.7);
     font-size: 70px;
     line-height: initial;
 }

 .item.active .imgbg {
     animation-delay: 1s;
     animation: zooming 14s forwards linear;
     background-size: 100%
 }

 @keyframes zooming {
     from {
         transform: scale(1);
     }

     to {
         transform: scale(1.15);
     }
 }



 .carousel-indicators .active {
     width: 13px;
     height: 13px;
     background-color: transparent;
 }

 .carousel-indicators {
     z-index: 99;
 }

 .carousel-indicators li {
     width: 13px;
     height: 13px;
 }

 .carousel-indicators .active {
     *background-color: orange;
     margin: 1px;
     position: relative;
     width: 13px;
     height: 13px;
 }

 .carousel-indicators .active:after {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background: #d8d8d8;
     left: 0%;
     top: 0%;

     border-radius: 50%;
 }

 .nav-white.logo-white .logo svg .whiteclass {
     fill: white;
 }

 .nav-black.logo-black .logo svg .whiteclass {
     fill: #7f7f7f;
 }

 .stripe-loading-indicator .stripe,
 .stripe-loading-indicator .stripe-loaded {
     background: var(--darkorange) !important;
 }

 .container-logo img {
     /*height: 40px;*/
     height: 50px;
 }

 .glyphicon-chevron-left:before,
 .glyphicon-chevron-right:before {
     display: none;
 }

 .carousel-control>.glyphicon img {
     border-radius: 50%;
     border: 1px solid #fff;
     height: 40px;
     width: 40px;
     max-width: none;
     padding: 10px;
 }

 .carousel-fade .carousel-inner .item:after {
     content: "";
     z-index: 99999;
     width: 100%;
     height: 100%;
     *background: rgba(0, 0, 0, 0.5);
     position: absolute;
     top: 0;
     left: 0;
 }

 .carousel-control.right,
 .carousel-control.left {
     background-image: none;
 }

 .carousel-control:hover>.glyphicon img {
     background: #ea5b36;
     border: 1px solid #ea5b36;
 }

 #nav-btn {
     right: 0px;
     left: auto;
 }

 #header-desktop .container-logo {
     cursor: pointer;
     text-decoration: none;
     display: inline-block;
     position: absolute;
     left: 6%;
     top: 50%;
     height: 100%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-0%, -50%);
     -webkit-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
 }

 .bannercontent {
     position: absolute;
     top: 50%;
     left: 50%;
     width: max-content;
     transform: translate(-50%, -50%);
     text-align: -webkit-left;
 }

 .bannercontent h1 {
     font: 200 69px/1.2 sf-pro;
     text-transform: uppercase;
     margin-left: 35px;
     color: white;
     letter-spacing: 4px;
 }

 .bannercontent hr {
     width: 200px;
     background: #ea5b36;
     border: none;
     height: 1px;
     margin-top: 0;
 }

 footer .content .container-xeu .crp a {
     color: #f37959;
     font-family: sf-pro;
     font-size: 13px;
     text-decoration: none;
     cursor: default;
     font-weight: 600;
 }

 .bannercontent span {
     font: 600 15px/1.1 sf-pro;
     text-transform: uppercase;
     /* margin-left: -70px; */

     color: lightgray;
     letter-spacing: 3px;
 }

 .slide.carousel-fade .carousel-inner .item {}

 #nav .content {
     /* padding: 130px 130px 130px 130px; */
     padding: 50px 130px;
     height: 100vh;
     align-items: center;
 }

 .twowidthadd.container-text {
     width: calc(485px + 485px) !important;
 }



 #section-work .container-text {
     width: 73% !important;
 }

 footer .container-logo {
     position: relative;
 }

 footer .container-logo img {
     height: 28px;
 }

 footer .content .container-wrp .container-rs {
     margin-right: 0
 }

 footer .content .container-wrp .container-rs a svg {
     fill: #ea5b36;
 }

 footer .container-logo {
     position: relative;
     top: auto;
     left: auto;
     height: auto;
     transform: none;
 }

 footer a:hover {
     color: black;
 }

 #nav .content .container-contentLink .wrapper-el .el-resources ul,
 #nav .content .container-contentLink .wrapper-el .el-industry ul,
 #nav .content .container-contentLink .wrapper-el .el-resources ul,
 #nav .content .container-contentLink .wrapper-el .el-whyspring ul {
     -moz-column-count: 4;
     -moz-column-gap: 20px;
     -moz-column-fill: balance;
     -webkit-column-count: 3;
     -webkit-column-gap: 20px;
     -webkit-column-fill: balance;
     column-count: 1;
     column-gap: 80px;
     column-fill: balance;
     list-style-position: inside;
     list-style: none;
     width: max-content;
 }

 #nav .content .container-contentLink .wrapper-el .el-industry ul li {
     font-size: 20px;
     text-transform: uppercase;
     display: block;
     *margin-bottom: 19px;
     width: max-content;
 }

 #nav .content .container-prLink ul li:nth-child(6) {
     -webkit-transition-delay: 0.90s;
     -o-transition-delay: 0.90s;
     transition-delay: 0.90s;
 }

 #nav .content .container-prLink ul li:nth-child(7) {
     -webkit-transition-delay: 1s;
     -o-transition-delay: 1s;
     transition-delay: 1s;
 }

 .container-contentLink .container-text ul li {
     font-size: 20px;
     text-transform: uppercase;
     display: block;
     margin-bottom: 19px;
     width: max-content;
 }

 .firstchildmenu {
     width: 30%;
     display: inline-block;
     float: left;
 }

 .firstchildmenu>a>li {
     color: #ea5b36;
     font-family: National-Bold;
     font-size: 14px;
     margin-bottom: 13px;
     font: 500 18px/1.2 sf-pro;
     list-style: none;
     font-size: 20px;
     text-transform: uppercase;
     display: block;
     margin-bottom: 19px;
     width: max-content;
 }

 .firstchildmenu ul {
     padding-left: 14px;
     padding-left: 0px;
     list-style: none;
     color: #757A84;
     font-family: sf-pro;
     font-size: 12px;
     line-height: 18px;
     font: 400 16px/2.1 sf-pro;
     font-size: 20px;
     text-transform: uppercase;
     display: block;
     margin-bottom: 19px;
     width: max-content;
 }

 .firstchildmenu {
     width: 50%;
 }

 .firstchildmenu>a>li ul li {}

 body {
     font-family: sf-pro, 'Roboto', sans-serif;
     overflow-x: hidden;
     max-width: 100%;
 }

 #nav-btn .content .text span {
     font-weight: 700;
 }

 .section-pr-el .container-el .el .title h2:before {
     background: transparent;
 }

 .content-sec1 {
     width: 70%;
     margin: auto;
     padding-right: 80px;
     margin-top: 150px;
     margin-bottom: 100px;
 }

 .content-sec1 ul {
     font-size: 15px;
     color: white;
     color: white;
     font-weight: 400;
     font-family: sf-pro;
     list-style: square;
     -webkit-padding-start: 40px;
 }

 .content-sec1 li {}

 .content-sec1 p {
     font-size: 18px;
     line-height: 1.6em;
     color: white;
     color: #fbbbaa;
     font-weight: 400;
     font-family: sf-pro;
     margin: 0px 0 40px 0;
 }

 .content-sec1 span {
     font-size: 12px;
     color: #fbbbaa;
     font-weight: 700;
     font-family: sf-pro;
 }

 .content-sec1 h2 {
     color: white;
     font-weight: 200;
     font-family: sf-pro;
     margin: 10px 0 30px 0;
 }

 .col-md-6.col1 {
     padding: 0;
     padding: 60px 0 0px 0;
 }

 .col-md-6.col2 {
     padding: 0;
     background: #ea5b36;
     display: flex;
 }

 .flex {
     display: flex
 }

 .panel-default>.panel-heading {
     color: white;
     text-transform: uppercase;
     background-color: transparent;
     border-color: transparent;
 }

 .panel-default {
     border-color: transparent;
 }

 .panel {
     margin-bottom: 20px;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: 4px;
     -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
     box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
     box-shadow: none;
 }

 .panel-title a:hover {
     color: #fff;
 }

 a:active,
 a:focus {
     color: #fff;
 }

 .panel-body p {
     font-size: 15px;
     color: gray;
 }

 .panel-heading {
     padding: 0px 15px;
 }

 .panel-default>.panel-heading+.panel-collapse>.panel-body {
     border: none;
     position: relative;
 }

 .panel-default>.panel-heading+.panel-collapse>.panel-body:before {
     content: "";
     position: absolute;
     height: 1px;
     width: 200px;
     top: 0;
     background: transparent;
 }

 .content-sec1 .panel-group p {
     margin: 0px 0 00px 0;
 }

 .panel-group .panel-heading {
     padding: 0;
     /* border-top: 1px solid white; */
     border-bottom: 0px solid rgba(255, 255, 255, .3);
 }

 .panel-body {
     padding: 15px 0;
 }

 #accordion {
     border-top: .5px solid rgba(255, 255, 255, 0.6);
 }

 a span.togicon::after {
     content: "-";
 }

 a.collapsed span.togicon::after {
     content: "+";
 }

 span.togicon {
     position: absolute;
     color: #ffffff;
     margin-right: 10px;
     right: 0;
     font-size: 25px;
     border: none;
     border-radius: 50%;
     height: 30px;
     top: -5px;
     font-weight: 500;
     width: 30px;
     text-align: center;
 }

 .panel-title {
     position: relative;
     text-transform: capitalize;
 }

 .sectiondivide {
     position: relative;
     height: fit-content;
     color: gray;
     font-size: 20px;
     font: 300 30px/1.2 sf-pro;
     font-size: 24px;
     line-height: 42px;
     font-weight: 300;
 }

 .sectionpad2 {
     padding: calc(130px + 191px);
     background: #f3f3f3;
     margin-top: -191px;
     margin-bottom: -191px;
     padding-left: 100px;
     padding-right: 100px;
 }

 .marginauto {
     margin: auto;
 }

 .splitcontent {
     font: 300 45px/1.3 sf-pro;
     text-transform: capitalize;
     color: #ea5b36;
     font-weight: 200;
     font-family: sf-pro;
     margin: 10px 0 30px 0;
 }

 .sectionpad2 span {
     font-size: 12px;
     color: gray;
     font-weight: 700;
     font-family: sf-pro;
 }

 .otherdivh {
     height: -webkit-fill-available;
     height: calc(100% - 60px);
 }

 .item .imgoverlay {
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, .5);
     top: 0;
 }

 footer>.row>.container>div {}

 .footermain {
     background: #f6f6f6;
     padding-top: 6em;
     padding-bottom: 3em;
 }

 footer {
     /*background-color: #eaeaea;*/
     padding: 0;
 }

 .footermain p.ft-title {
     font: 500 16px/1.1 sf-pro;
     text-transform: uppercase;
     color: #ea5b36;
     margin-bottom: 18px;
 }

 .footermain p.ft-info {
     font: 400 14px/1.6 sf-pro;
 }

 .footermain ul>li {
     list-style: none;
 }

 .ft-info a:hover {
     color: #ea5b36;
 }

 .brandname {
     font-size: 25px !important;
 }

 .footermain input {
     border: none;
     border-bottom: 1px solid white;
 }

 .footermain .subscribe button {
     margin: 0em 0 2em 0;
 }

 .block1 {
     float: left;
 }

 .block2 {
     float: right;
 }

 .secondfooter {
     padding: 3em 0 0 0;
 }

 .socialfooters .socialbar {}

 .socialfooters .socialbar a {
     width: 40px;
     height: 40px;
     line-height: 40px;
     font-size: 16px;
     background: transparent;
     color: #ea5b36;
     width: 43px;
     height: 43px;
     margin: 0px 3px 5px;
     border: 1px solid #ea5b36;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     text-align: center;
     text-decoration: none;
     vertical-align: middle;
     line-height: 43px;
     font-size: 18px;
     display: inline-block;
     -webkit-transition: .2s;
     -o-transition: .2s;
     transition: .2s;
     cursor: pointer;
     -webkit-transition-property: background-color, border-color, color;
     -o-transition-property: background-color, border-color, color;
 }

 .socialfooters .socialbar a:hover {
     color: white;
     background: #ea5b36;
 }

 .footermain {
     background: #f6f6f6;
     padding-top: 6em;
     padding-bottom: 3em;
 }


 .footermain p.ft-title {
     font: 500 16px/1.1 sf-pro;
     text-transform: capitalize;
     color: #ea5b36;
     margin-bottom: -2px;
 }

 .footermain p.ft-info {
     font: 400 14px/1.6 sf-pro;
 }

 .footermain ul>li {
     list-style: none;
     font: 400 14px/1.6 sf-pro;
     color: #4d4d56;
 }

 .ft-info a:hover {
     color: #ea5b36;
 }

 .brandname {
     font-size: 25px !important;
 }

 .footermain input {
     border: none;
     *border-bottom: 1px solid white;
     margin-bottom: 10px;
 }

 .footermain .subscribe button {
     margin: 0em 0 2em 0;
 }

 .block1 {
     float: left;
 }

 .block2 {
     float: right;
 }

 .secondfooter {
     padding: 3em 0 0 0;
 }

 .socialfooters .socialbar {}

 .socialfooters .socialbar a {
     width: 40px;
     height: 40px;
     line-height: 40px;
     font-size: 16px;
     background: transparent;
     color: #ea5b36;
     width: 43px;
     height: 43px;
     margin: 0px 3px 5px;
     border: 1px solid #ea5b36;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     text-align: center;
     text-decoration: none;
     vertical-align: middle;
     line-height: 43px;
     font-size: 18px;
     display: inline-block;
     -webkit-transition: .2s;
     -o-transition: .2s;
     transition: .2s;
     cursor: pointer;
     -webkit-transition-property: background-color, border-color, color;
     -o-transition-property: background-color, border-color, color;
 }

 .socialfooters .socialbar a:hover {
     color: white;
     background: #ea5b36;
 }

 .footer__top {
     padding: 0;
 }

 .text-right {
     text-align: right
 }

 .text-center {
     text-align: center
 }

 .text-left {
     text-align: left
 }

 .bgwhite {
     background: white;
 }

 .small__p,
 small {
     font-size: 13px;
 }

 input[type=date]:hover,
 input[type=email]:hover,
 input[type=file]:hover,
 input[type=number]:hover,
 input[type=password]:hover,
 input[type=tel]:hover,
 input[type=text]:hover,
 textarea:hover {
     border: none;
 }

 .magazine__right,
 .magazine__right:after {
     background-color: #2d2d2d;
 }

 .home-key-pillars__item a:hover {
     color: #f37959;
 }

 .section__wrapper.section__wrapper--home-services {
     padding-bottom: 130px;
 }

 .footer__bottom p {
     text-transform: uppercase;
     text-transform: capitalize;
 }

 .section__wrapper.section__wrapper--magazine.section__wrapper--magazine {
     padding-bottom: 140px;
 }

 .button {
     font-size: 14px;
     line-height: 1.42857;
     font-family: sf-pro;
     padding: 8px 10px;
     width: 100%;
     max-width: 100px;
     background-color: #fff;
     margin: 20px 0;
     text-align: center;
     border: none;
     outline: none;
     cursor: pointer;
     will-change: background-color;
 }

 .text-gray {
     color: gray;
 }

 .footer1 h2 {
     font-weight: 300;
     font-size: 38px;
 }

 .hoverblack {
     transition: all 500ms;
 }

 .hoverblack:hover {
     color: black;
 }

 .footersocial li:first-child {
     width: 30%;
     width: 28%;
     padding-left: 20px;
 }

 .footersocial li {
     display: inline-block;
     padding-right: 40px;
 }

 .footer1 hr {
     width: 100%;
     max-width: none;
     height: 1px;
     background: #d4d4d4;
     border: none;
     margin: 40px 0;
     margin: 30px 0;
 }


 .footersocial ul li:not(:first-child) a::before {
     content: "/";
     display: inline-block;
     text-indent: 0;
     text-align: center;
     margin-right: 36px;
     margin-left: 4px;
     color: #DBDBDB;
 }

 .footersocial ul li:nth-child(2) a::before {
     content: "";

 }

 .footersocial {
     padding: 40px 0;
 }

 /* CONTACT */

 #contact {
     padding: 130px 0 0px 0;
 }

 .aboutpage #contact {
     padding: 0px 0 0px 0;
 }

 #contact h2 a {
     color: #b9b9b9;
     transition: 0.3s;
     display: inline-block;
     text-overflow: ellipsis;
 }

 #contact .bigtitle {
     padding-top: 0;
 }

 #contact .question h3 {
     font-size: 18px;
 }

 #contact h2 a:hover {
     color: #171717;
     transform: scale(0.98);
 }

 #contact ul.links,
 .menu ul.links {
     padding: 0;
 }

 #contact ul.links li,
 .menu ul.links li {
     display: inline;
     font-size: 18px;
 }

 #contact ul.links li:not(:first-child):before,
 .menu ul.links li:not(:first-child):before {
     content: "/";
     display: inline-block;
     text-indent: 0;
     text-align: center;
     margin-right: 6px;
     margin-left: 4px;
     color: #DBDBDB;
 }

 .menu ul.links li:not(:first-child):before {
     color: rgba(255, 255, 255, 0.3);
 }

 #contact ul.links li a,
 .menu ul.links li a {
     color: #707070;
     text-decoration: none;
     transition: 0.3s;
     display: inline-block;
 }

 .menu ul.links li a {
     color: rgba(255, 255, 255, 0.6);
 }

 #contact ul.links li a:hover,
 .menu ul.links li a:hover {
     *transform: scale(0.97);
     transition: 0.3s;
 }

 #contact ul.links li a.dribbble:hover,
 .menu ul.links li a.dribbble:hover {
     color: #ea4c89;
 }

 #contact ul.links li a.facebook:hover,
 .menu ul.links li a.facebook:hover {
     color: #3b5998;
 }

 #contact ul.links li a.behance:hover,
 .menu ul.links li a.behance:hover {
     color: #1769ff;
 }

 #contact ul.links li a.twitter:hover,
 .menu ul.links li a.twitter:hover {
     color: #55acee;
 }

 #contact ul.links li a.linkedin:hover,
 .menu ul.links li a.linkedin:hover {
     color: #007bb5;
 }

 #contact ul.links li a.instagram:hover,
 .menu ul.links li a.instagram:hover {
     color: #bc2a8d;
 }

 #contact h4 {
     font-family: Helvetia;
     font-weight: medium;
     margin-top: 100px;
     margin-bottom: 40px;
     font-size: 14px;
     font-weight: 400;
 }

 .footer__credits>div {
     padding: 0;
 }

 .topbottomspace {
     padding: 0px 0
 }

 .question.col-md-4.footer {
     width: 28.6%;
 }

 .iconsection {
     padding: 0;
 }

 .iconsection .container.container--wide {

     max-width: none;
     padding: 0;
 }

 .footer-bottom-div p {
     font-size: 13px;
 }

 .footer-bottom-block p {
     font-size: 15px;

 }

 .footer__wrapper {
     *border-bottom: 8px solid #ea5b36
 }

 .footer__top {
     background-color: #f2eeeb;
     /*padding: 120px 60px 108px*/
 }

 .footer__top .container:after {
     content: " ";
     display: block;
     clear: both
 }

 .footer__column {
     width: 13.63636%;
     float: left;
     padding-right: 30px
 }

 html.rtl .footer__column {
     padding-right: 0;
     padding-left: 30px
 }

 .footer__column.footer__column--wide {
     width: 72.72727%;
     float: left;
     padding-left: 4.54545%;
     padding-right: 4.54545%
 }

 .footer__column.footer__column--wide:after {
     content: " ";
     display: block;
     clear: both
 }

 .footer__column.footer__column--wide .info-list__item {
     width: 33.333%;
     float: left;
     padding-right: 20px
 }

 html.rtl .footer__column.footer__column--wide .info-list__item {
     padding-right: 0;
     padding-left: 20px
 }

 .footer__column.footer__column--wide .info-list__item:first-child {
     width: 100%
 }

 .footer__newsletter {
     width: 36.36364%;
     float: left
 }

 .footer__bottom {
     background-color: #fff;
     padding-left: 60px;
     padding-right: 60px
 }

 .footer__credits {
     padding: 38px 0
 }

 .footer__credits:after {
     content: " ";
     display: block;
     clear: both
 }

 .footer__credits-left {
     width: 31.81818%;
     float: left
 }

 .footer__credits-left .small__p a {
     font-size: inherit
 }

 .footer__credits-right {
     width: 68.18182%;
     float: left
 }

 .footer__credits-right .small__p a {
     font-size: inherit
 }

 .footer__credits .small__p {
     padding-bottom: 0
 }

 .footer .link-list__item {
     padding: 0
 }

 .footer .link-list__item a,
 .footer .link-list__item span {
     font-family: Roboto-Regular
 }

 .footer .link-list__item .icon {
     position: relative;
     top: auto;
     left: auto;
     color: #ea5b36
 }

 #nav .content .container-contentLink .wrapper-el .el .container-text h3 {
     color: #ea5b36;
 }

 .header-home__heading .heading__h1 {
     max-width: 600px;
     font: 200 60px sf-pro;
     margin-bottom: 3rem;
     /* color: #0a0a0a; */
     font-weight: 200;
     font-family: sf-pro;
     margin: 10px 0 25px 0;
     font-size: 50px;
     line-height: 1.10714;
     text-transform: capitalize;
 }

 .mf-btn--ghost:not(.mf-btn--icon) span.realestatebtn {
     padding: 1.7rem 7.1rem;
 }

 .mf-intro-slide__content:last-of-type:before {
     height: 0px;

 }

 .homepagebtn .mf-btn--ghost {
     position: relative;
     margin: 5px 5px;
 }

 .mf-push--desktop--large:after {
     margin-bottom: 0px;
 }

 .nopadb {
     padding-bottom: 0px;
 }

 .mf-lockup--text .mf-h3.mbrem3 {
     margin-bottom: 3rem;
     color: #0a0a0a;
     font-weight: 200;
     font-family: sf-pro;
     margin: 10px 0 25px 0;
     font-size: 50px;
     line-height: 1.10714;
     text-transform: capitalize;
 }

 img.middleiconset {
     height: 200px;
     width: auto;
     margin: auto auto 40px auto;
 }

 .tile__back img {
     width: 200%;
 }

 .mf-tint--normal:after {
     opacity: 0.45;
 }

 .mf-intro-slide__content:last-of-type:before {
     height: 0px;
 }

 .mf-lockup--text .mf-label--sans {
     font-family: sf-pro;
     font-weight: 400;
 }

 .mf-lockup--text p.paragraph {
     font-size: 15px;
 }

 .mf-btn--ghost:not(.mf-btn--icon) span {
     display: inline-block;
     width: 100%;
     padding: 1.7rem;
     position: relative;
     -webkit-transition: width .3s ease;
     transition: width .3s ease;
     color: inherit;
     font-family: sf-pro;
     font-size: 15px;
     font-family: sf-pro;
     font-weight: 400;
     font-size: 1.2rem;
     line-height: 3rem;
     letter-spacing: .3rem;
     font-style: normal;
     text-transform: uppercase;
 }

 .mf-h4,
 .mf-h5,
 .mf-itin__details.clone .mf-itin__titles h3 {
     font-family: sf-pro, SackersGothicStd-Light, Helvetica, Arial, sans-serif;
     font-weight: 300;
     text-transform: uppercase;
     font-size: 3.5rem;
     margin-bottom: 50px;
 }

 .mf-image--fixed-height--500 img {
     max-height: 590px;
 }

 .mf-h3 {
     font-family: sf-pro, SackersGothicStd-Light, Helvetica, Arial, sans-serif;
     font-size: 2.4rem;
     font-weight: 400;
     line-height: 2.6rem;
     text-transform: uppercase;
     letter-spacing: .3rem;
     margin-bottom: 1rem;
     font-size: 3rem;
     line-height: inherit;
     line-height: 4.3rem;
 }

 .mf-btn--ghost:not(.mf-btn--icon):hover span:before {
     background-color: #ea5b36;
 }

 .mf-btn--ghost:not(.mf-btn--icon):hover span:after {
     color: #ea5b36;
 }

 #destinations-carousel-8 {
     padding: 0;
 }

 .textcaps {
     text-transform: uppercase;
 }

 .floatright {
     float: right;
 }

 .mf-lockup--text {
     max-width: 95%;
 }

 .mf-lockup--text p.paragraph {
     text-align: justify;
 }

 #intro-slider-right-3 {
     padding-top: 0;
 }

 .sectionpad {
     padding: 120px 0px 140px 0px !important;
 }

 .pnextmenu a {
     color: ;
 }

 .pnextmenu a:hover {
     color: #ea5b36;
 }

 .pnextmenu {
     letter-spacing: 1px;
     font-weight: 500;
 }

 h2.linewithhead {
     font-size: 15px;
     text-transform: uppercase;
     color: gray;
     margin-bottom: 0;
     font-weight: 400;
 }

 .mf-center-flex .mf-lockup--text::before {
     position: absolute;
     width: 50px;
     height: 2px;
     background: #ea5b36;
     content: "";
     top: 19.3%;
     left: -40px;
 }

 .mf-lockup--text {
     border-top: 0px solid #b7b9c1;
 }

 .padtop0 {
     padding-top: 0;
 }

 #nav .content .container-prLink ul li:before {
     background-color: #ea5b36;
     width: 18vw;

     background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
     height: 2px;
 }

 .wrapper-el .el .container-text {
     visibility: hidden;
 }

 .small__p,
 small {
     font-size: 13px;
     font-weight: 500;
 }


 .header-home__video {}

 .header-home__video .media__wrapper {
     position: relative;
     width: 100%;
     height: 0;
     overflow: hidden;
     height: 100vh;
 }

 .header-home__video .media__wrapper img,
 .header-home__video .media__wrapper video {
     position: absolute;
 }

 .header-home__video .media__wrapper.is-video-visible img,
 .header-home__video .media__wrapper.is-video-visible video {
     visibility: hidden
 }

 .videocaption {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .videocaption h1 {
     font: 200 60px sf-pro;
     width: max-content;
     letter-spacing: 6px;
     text-transform: uppercase;
     top: 50%;
     position: absolute;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
     color: white;
     line-height: 80px;
 }

 .overlaydiv {
     position: absolute;
     width: 100%;
     height: 100%;
     background: url(../../../../img/mp.png) #00000070;
     background-size: 3px;
 }

 #section-contact .container-text h2:before,
 .bannercontent hr,
 .carousel-control:hover>.glyphicon img,
 .loader.is-inpage .loader__half.loader__half--left,
 .loader.is-inpage .loader__half.loader__half--right .loader__half-inner,
 .loader.is-inpage .loader__half.loader__half--left .loader__half-inner {
     background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%) !important;
     *background: black !important;

 }

 #intro-slider-2 {
     background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);

 }

 .grad1 {
     background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
 }

 .gradtext {
     background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
     color: transparent !important;
     -webkit-background-clip: text !important;
 }

 .gradtext.padleft {
     padding-left: 10px;
 }


 #contact h2 a:hover {
     background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
     color: transparent;
     -webkit-background-clip: text;
 }

 .readmoreicon {
     height: 30px;
 }

 .colinnerbox {
     background: rgba(255, 255, 255, .15);
     color: white;
     height: auto;
     padding: 40px 40px 40px 40px;
 }

 .colinnerbox .headerbox {
     display: flex;
     align-items: center;
     height: auto;
     flex-wrap: wrap;
     padding-bottom: 30px;
 }

 .colinnerbox .icon {
     height: 40px;
     *animation: rotateanim 10s linear infinite;
 }

 @keyframes rotateanim {
     from {
         transform: rotate(0deg);
     }

     to {
         transform: rotate(360deg);
     }
 }

 .colinnerbox .title {
     margin: 0;
     padding-left: 25px;
     font-size: 22px;
 }

 .colinnerbox .bodybox {}

 .colinnerbox .paras {
     margin: 0;
     padding-bottom: 0px;
     text-align: justify;
     font-size: 15px;
 }

 .colinnerbox .readmoreicon {
     position: absolute;
     right: 20px;
     height: 25px;
 }

 .col-md-12.fleft .colinnerbox {
     width: 45%;
     float: left;
     position: relative;
     margin-bottom: 20px;
 }

 .col-md-12.fright .colinnerbox {
     width: 45%;
     float: right;
     position: relative;
     margin-bottom: 20px;
 }

 .extraml20 {
     margin-left: 20px;
 }

 extramr20 {
     margin-right: 20px;

 }

 .mf-info-slider__content:after,
 .mf-intro-slider:after {
     width: 0;
 }

 .industryh1 h1 {
     font-size: 42px;
     color: #ffffff;
     text-transform: uppercase;
     padding-bottom: 90px;
 }

 .titlespan {
     position: absolute;
     left: 16px;
     font-size: 15px;
     color: gray;
     margin-top: 100px;
 }

 .titlespan::before {
     position: absolute;
     height: 1px;
     width: 29vw;
     content: '';
     background-image: linear-gradient(to right, #e24251 0%, #ffffff 100%);
     margin-left: -23vw;
     top: 12px;
 }

 .righttext {
     position: absolute;
     transform: rotate(90deg);
     color: rgba(255, 255, 255, .2);
     right: -11vw;
     top: 41%;
     font-size: 80px;
     margin: 0;
     letter-spacing: 23px;
 }

 #intro-slider-3 {
     background: #f3f3f3;
 }

 #intro-slider-3 .righttext {
     right: -9vw;
 }

 #intro-slider-3 .col-md-6 .colinnerbox::before {
     position: absolute;
     width: calc(20% - 30px);
     height: 2px;
     background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
     top: 0%;
     left: 0%;
     content: "";
     margin-left: 15px;
     margin-right: 15px;
 }

 #intro-slider-3 .col-md-6 {
     margin-bottom: 30px;
     padding-right: 0;
 }

 #intro-slider-3 .colinnerbox .readmoreicon {
     right: 60px;
 }

 .nservices .industryh1 h1 {
     color: darkgray;
     font-family: sf-pro;
     font-size: 42px;
     line-height: 51px;
     margin-bottom: 34px;
     position: relative;
     font-weight: 300;

 }

 .nservices .col-md-6 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
 }

 .nservices .col-md-6 .colinnerbox {
     background: #d0d0d0;
     background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
     padding: 40px 25px 40px 25px;
     text-align: left;
     background: black;
 }

 .nservices .col-md-6 .colinnerbox .headerbox {}

 .nservices .col-md-6 .colinnerbox .headerbox img {
     width: auto;
     text-align: left;
     margin-left: 0;
     height: 50px;
 }

 .nservices .col-md-6 .colinnerbox .headerbox .title {
     padding-left: 0;
     padding-top: 40px;
     width: 100%;
 }

 .nservices .col-md-6 .colinnerbox .bodybox .paras {
     text-align: left;
 }

 .nservices .col-md-6 .colinnerbox .bodybox .readmoreicon {}

 #intro-slider-3 .col-md-6 .colinnerbox::before {
     transition: 1s all
 }

 #intro-slider-3 .col-md-6:hover .colinnerbox::before {

     width: calc(100% - 30px);

 }

 .iconright::after {
     content: '';
     font-family: revicons;
     font-size: 14px;
     font-weight: 800;
     background: rgb(235, 102, 68);
     background: transparent;
     display: inline;
     line-height: initial;
     text-align: center;
     position: absolute;
     width: 25px;
     height: 2px;
     top: calc(60% - 4px);
     margin-left: 10px;
 }

 .footer1 {
     padding: 0px 0px 80px 0px;
 }

 .firstchildmenu ul li {
     color: #757A84;
 }

 .firstchildmenu ul li:hover {
     color: #5a5a5a;
 }

 .bs-example {}

 .acordion-wrap .acordion .title .txt span:not(.expand):not(.hover-line) {
     color: #ffffff;
 }

 .panel-default {
     border-color: var(--darkorange);
 }

 .panel-default>.panel-heading,
 .panel {
     background-color: transparent;
     padding: 1.6em 0;
     padding: 0;
 }

 .panel-group .panel {
     margin-bottom: 0;
     border-radius: 0;
     border-bottom: 1px solid gray;
     background: linear-gradient(45deg, #fbb03b 0%, #df457a 100%);
     background: linear-gradient(60deg, #fbb03b 0%, #df457acc 100%);
     border: 0;
 }

 .panel-title>.small,
 .panel-title>.small>a,
 .panel-title>a,
 .panel-title>small,
 .panel-title>small>a {
     font: 300 25px/1.1 sf-pro;
     color: white;
     transition: 500ms border-color;
 }

 .panel-default>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: #ddd;
     border: 0;
     font: 400 25px/1.3 sf-pro;
     color: black;
     background: #f3f3f3;
 }

 /* .panel-title:after {
    content: "+";
    position: absolute;
    z-index: 99;
    color: white;
    margin-right: 10px;
    right: 0;
    font-size: 35px;
    border: 1px solid gray;
    border-radius: 50%;
    height: 40px;
    top: 25px;
    font-weight: 200;
    width: 40px;
    text-align: center;
} */

 a span.togicon::after {
     content: "-";
 }

 a.collapsed span.togicon::after {
     content: "+";
 }

 span.togicon {
     position: absolute;
     color: #ffffff;
     margin-right: 10px;
     padding-top: 2px;
     right: 30px;
     font-size: 20px;
     border: 1px solid #ffffff;
     border-radius: 50%;
     height: 30px;
     top: 20px;
     font-weight: 300;
     width: 30px;
     text-align: center;
 }

 .panel-heading {
     position: relative;
 }

 .panel-title a {
     text-decoration: none;
     display: block;
     padding: 0.9em 0;
     padding-left: 40px;
 }

 .expandioc {
     border: .14vw solid #f29100;
     border-radius: 50%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     -webkit-transform-origin: center center;
     transform-origin: center center;
     padding: 5px;
     -webkit-transition: border-color .5s, -webkit-transform .5s;
     transition: border-color .5s, -webkit-transform .5s;
     transition: transform .5s, border-color .5s;
     transition: transform .5s, border-color .5s, -webkit-transform .5s;
 }

 .hover-line {
     display: block;
     height: 4px;
     width: 100%;
     position: absolute;
     bottom: -2px;
     left: 0;
     background: var(--lightorange);
     -webkit-transform-origin: left center;
     transform-origin: left center;
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
 }

 .contentbox {
     padding: 1em 1em 1em 40px;
 }

 .contentbox .caption {
     width: 80%;
     font-size: 26px;
     font-weight: 300;
     color: gray;
     text-align: left;
     padding: 1em 0 0.6em 0;
     font-family: sf-pro;
     line-height: 45px;
     padding-left: 40px;
 }

 .contentbox .flexbox {
     display: flex;
     width: 100%;
     flex-wrap: wrap;
 }

 .contentbox hr {
     border-top: 1px solid grey;
     border-top: 1px solid #ea5b36;
     width: 96%;
     margin: 0;
     margin-bottom: 10px;
 }

 .flexbox .col1 {}

 .flexbox .col2 {}

 .flexbox .col3 {}

 .flexbox .col4 {}

 .flexbox .col5 {}

 .flexbox .col {
     width: 100%;
     padding: 20px 0px 20px 0px;
     padding-left: 0;
     margin-bottom: 10px;
 }

 .flexbox .col h2 {
     color: #ea5b36;
     padding-bottom: 15px;
     font-size: 20px;
     display: none;
 }

 .flexbox .col p {
     text-align: justify;
     font-size: 18px;
     padding: 0 40px;
 }

 .servicepage .sec-title.servicenewt h2:after,
 .nichepage .sec-title.servicenewt h2:after {
     opacity: 0;
 }

 .panel-group .panel+.panel {
     margin-top: 0;
 }

 .panel-group .panel {
     background: linear-gradient(60deg, #fbb03b 0%, #df457a 100%);
 }

 .contentblck {
     margin-bottom: 80px;
 }

 .contentblck p {
     text-align: justify;
     font-size: 18px;
     color: gray;
     padding: 20px 0;
 }

 .contentblck h2 {}

 .industrypage .sec-title.servicenewt {
     margin-bottom: 80px;
 }

 span.hline {
     position: relative !important;
     font-size: 22px !important;
     border-bottom: 1px solid #a2a2a2;
     padding: 0;
     margin: 0;
     line-height: 0 !important;
     padding-bottom: 30px !important;
     margin-bottom: 20px !important;
     display: block;
     padding-top: 10px;
 }

 span.txtgray {
     position: relative !important;
     display: inline-block;
     text-align: left;
     font-size: 22px !important;
     padding-bottom: 0 !important;
     padding-right: 5px;
     color: gray !important;
     text-align: left;
 }

 span.srvname {
     position: relative !important;
     display: inline-block;
     text-align: left;
     font-size: 22px !important;
     padding-bottom: 0 !important;
     padding-right: 5px;

 }

 .rev_slider video {
     max-width: none !important;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     position: absolute;
     min-width: 100vw;
     object-fit: cover;
 }

 .about12.whypartnr {
     display: none;
 }
 .job-description{
     padding-top: 20px;
 }
 .job-description ul{
    margin-bottom: 10px;
 }
 .careerslist img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
 .careerslist .lower-box .post-date {
        display: none;
 }
 .careerslist .lower-box .post-date
 {
         margin-top: -19px;
 } 

 .careerslist  .news-block-three .inner-box .lower-box {
    padding: 0.7em 2em 2em 2em;
 }

 .text.job .faq-form-section .form-group input[type="text"],
 .text.job .faq-form-section .form-group input[type="email"],
 .text.job .faq-form-section .form-group select,
 .casedetailpage .faq-form-section .form-group textarea {
         background: #e4e4e4;
             color: #676767;
             font-weight: 400 !important;
 }

 

 .text.job .faq-form-section .form-group input[type="text"]:focus,
 .text.job .faq-form-section .form-group input[type="email"]:focus,
 .text.job .faq-form-section .form-group textarea:focus {
        *box-shadow: 0px 0px 15px 0px rgba(1, 1, 1, 0.3);
            border-color: #e4e4e4;
 }
 .text.job .faq-form-section {
     padding: 30px 0px 0px;
 }
 input[type=file]
 {
     line-height:initial;
 }
 .center{
    text-align: center;
    
 }
 .why-springbord-grid.center .services-block .inner-box h3 {
    font-family: 'sf-pro',
    sans-serif;
    -webkit-background-clip: text;
    background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
    color: transparent !important;
    -webkit-background-clip: text;
 }
 .why-springbord-grid.center .services-block .inner-box h3 + .text
 {
     text-align: justify;
     text-align-last: center;
         width: 95%;
         margin: auto;
 }
 .careerslist .lower-box .post-date {
     display: block;
 }

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

    video.rev-slidebg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bannercontent {
        max-width: 550px;
        top: 35%;
        left: 14%;
        width: auto;
        transform: none;
    }

    .bannercontent h1 {
        text-transform: uppercase;
        font-weight: 200 !important;
        font-size: 40px !important;
        font-family: sf-pro;
        color: white;
        line-height: 50px !important;
        letter-spacing: 3px !important;
        overflow: auto;
        white-space: initial;
        margin: 50px 0px;
    }

    .bannercontent span {
        text-transform: uppercase;
        font-weight: 500 !important;
        font-size: 20px !important;
        font-family: sf-pro;
        color: #f37959;
        letter-spacing: 3px !important;
    }

    .bannerbtn {
        cursor: pointer;
    }

    .slider-text-middle.text-banner-sub .bannercontent {
        z-index: 999999;
    }

    .carousel-fade .carousel-control {
        z-index: 10;
    }

    .carousel-control>.glyphicon img {
        border-radius: 0%;
        background: #000;
        border: 0px solid #000;
    }

    .carousel-control:hover>.glyphicon img {
        border: 0px solid #000;
        background: #000 !important;
    }

    .carousel-control {
        width: 5%;
    }
    #quote-carousel .carousel-indicators li.active,
    #quote-carousel .carousel-indicators li{ 
        width:13px;
        height:13px;
    }
    .jsonloc{
            display: inline-block;
            margin-left: 20px;
    }
span.togicon{
            top: 50%;
            transform: translateY(-50%);
    }
    a span.togicon::after {
        
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    section#contact .oneby2 {
            width: 50%;
            float: left;
            margin-bottom: 30px;
    }
    #contact .oneby2:nth-child(2){
    text-align: right;
    padding-top: 10px;
    margin-bottom: 0;
    }
     .oneby2:nth-child(2) img {
            margin-bottom: 20px;
    }



@media all and (min--moz-device-pixel-ratio:0) and (min-width: 680px) {

    .mf100,
    .bannercontent h1,
    .page-title h1,
    .call-to-action-section .content h2, .page-title h1 .summarymid h2
        {
        font-weight: 100 !important;
    }
    .mf200,
    
    h3.rotated-heading,
   .summarymid h2,
    .panel-title a,
    .footer1 h2 {
        font-weight: 200 !important;
    }
    .mf300,
    .bannercontent span,
    .fact-counter .column .counter-title,
    .gallery-block .inner-box .image .overlay-box .content .text,
    #nav .content .container-prLink ul li a,
    #nav ul,
    #nav li,
    p,
    .flexbox .col p,
    p.whatdop,
    .brouchers .services-block .inner-box h3 a
     {
        font-weight: 300 !important;
    }
    .mf400,
    .footer__credits p,
    .menusec2 li a,
    .page-title .auto-container .row .title-column>p.gradtext,
    .bannerbtn,
    b,
    strong
        {
        font-weight: 400 !important;
    } 
 p.whatdop,
 .why-springbord-grid.center .services-block .inner-box h3+.text,
 .brouchers .services-block .inner-box h3 a
    {
        color: gray;
    }
}


