        @import "bootstrap.min.css";
        @import "owl.carousel.min.css";
        @import "owl.theme.default.min.css";
        @font-face {
            font-family: 'GothamPro';
            src: url('../webfonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('../webfonts/GothamPro.otf') format('opentype'), url('../webfonts/GothamPro.woff') format('woff'), url('../webfonts/GothamPro.ttf') format('truetype'), url('../webfonts/GothamPro.svg#GothamPro') format('svg');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'GothamPro-Light';
            src: url('../webfonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/GothamPro-Light.otf') format('opentype'), url('../webfonts/GothamPro-Light.woff') format('woff'), url('../webfonts/GothamPro-Light.ttf') format('truetype'), url('../webfonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'GothamPro-Medium';
            src: url('../webfonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/GothamPro-Medium.otf') format('opentype'), url('../webfonts/GothamPro-Medium.woff') format('woff'), url('../webfonts/GothamPro-Medium.ttf') format('truetype'), url('../webfonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'GothamPro-Bold';
            src: url('../webfonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/GothamPro-Bold.otf') format('opentype'), url('../webfonts/GothamPro-Bold.woff') format('woff'), url('../webfonts/GothamPro-Bold.ttf') format('truetype'), url('../webfonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
            font-weight: normal;
            font-style: normal;
        }
        
        ul,
        ol {
            margin: 0;
            padding: 0;
        }
        
        li {
            list-style: none;
        }
        
        strong {
            font-family: 'GothamPro-Bold';
        }
        
        body {
            color: #333333;
            font-family: 'GothamPro';
            background: #fff;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5 {
            font-family: 'GothamPro-Bold';
        }
        
        a {
            transition: all 0.5s;
        }
        /* BUTTON CSS */
        
        .btn {
            min-width: 215px;
            font-size: 20px;
            line-height: 20px;
            text-transform: uppercase;
            font-family: 'GothamPro-Bold';
            padding: 10px 10px;
            border-radius: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 60px;
        }
        
        .btn:focus {
            box-shadow: none;
        }
        
        .cta-primary {
            background-color: #000000;
            color: #fff;
        }
        
        .cta-primary:hover {
            background-color: #ffe600;
            color: #000000;
        }
        
        header {
            padding: 13px 0;
        }
        
        .close-menu {
            display: none;
        }
        
        header .navbar-toggler {
            padding: 0;
            margin: 0;
        }
        
        header button.navbar-toggler {
            outline: none;
        }
        
        header .navbar-toggler img {
            height: 24px;
        }
        
        .navbar-brand {
            padding: 0;
            margin: 0;
        }
        
        .navbar-brand img {
            height: 54px;
            object-fit: cover;
        }
        
        .wrapper {
            overflow: hidden;
        }
        
        header .navbar-nav .nav-item .nav-link {
            font-family: 'GothamPro-Medium';
            color: #333333;
            padding: 5px 10px 4px;
            border: 2px solid transparent;
            border-radius: 16.5px;
            line-height: 1;
            display: inline-flex;
            font-size: 20px;
            line-height: 20px;
        }
        
        header .navbar-nav .nav-item {
            padding: 0 10px;
        }
        
        header .navbar-nav .nav-item .nav-link:hover {
            color: #ff9900;
        }
        
        header .navbar-nav .nav-item.active .nav-link {
            border: 2px solid #ff9900;
        }
        
        header .navbar-nav .nav-item.active header .navbar-nav .nav-item:last-child {
            padding-right: 0;
        }
        
        body.show-menu {
            overflow: hidden;
        }
        /*--------------------------------------
 HERO BANNER CSS
 -------------------------------------*/
        
        .hero-banner .img-holder {
            float: right;
            width: 948px;
        }
        
        .hero-text {
            padding: 82px 0;
        }
        
        .hero-text h1 {
            font-family: 'GothamPro-Bold';
            font-size: 50px;
            color: #000000;
            line-height: 60px;
            margin-bottom: 70px;
        }
        
        .hero-text p {
            font-size: 26px;
            line-height: 30px;
            margin-bottom: 80px;
        }
        
        .hero-banner {
            position: relative;
            background-image: url(../images/bg.svg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding: 40px 0 209px;
        }
        /* WHY CHOOSE */
        
        .why-choose {
            margin-top: -80px;
            padding-bottom: 45px;
            position: relative;
        }
        
        .title {
            text-align: center;
        }
        
        .title h2 {
            font-family: 'GothamPro-Bold';
            font-size: 40px;
            color: #f15a24;
            margin-bottom: 17px;
        }
        
        .title h2 span {
            color: #000;
        }
        
        .title p {
            font-size: 24px;
        }
        
        .owl-carousel .owl-item img {
            width: auto;
        }
        
        .content--box {
            max-width: 996px;
            margin: 0 auto;
        }
        
        .card-people .img-holder {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .card-people {
            background-color: #ffa103;
            border-radius: 13px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .card-people .card--body {
            padding: 5px 31px 15px 20px;
            margin-top: -29px;
        }
        
        .card-people i {
            font-family: 'GothamPro-Medium';
        }
        
        .card-people p {
            margin-bottom: 0;
            color: #fff;
            font-size: 19px;
        }
        
        .why-slider {
            margin-top: 60px;
        }
        
        .why-slider .owl-stage {
            padding: 40px 0;
            display: flex;
        }
        
        .why-slider .owl-stage .owl-item .item {
            height: 100%;
        }
        
        .why-slider .img-holder.m-29 {
            transform: translateY(-29px);
        }
        
        .why-slider .img-holder.m-41 {
            transform: translateY(-41px);
        }
        
        .why-slider .img-holder.m-41 img,
        .why-slider .img-holder.m-29 img {
            width: 100%;
        }
        
        .why-slider .img-holder.my-40 {
            transform: translateY(-40px);
        }
        
        .owl-theme .owl-dots .owl-dot span {
            width: 13px;
            height: 13px;
            background: #cccccc;
        }
        
        .owl-theme .owl-dots .owl-dot span:hover,
        .owl-theme .owl-dots .owl-dot.active span {
            background: #f15a24;
        }
        
        .owl-theme .owl-dots .owl-dot {
            outline: none !important;
        }
        
        .why-choose .content--box .text-center .btn {
            margin-top: 54px;
        }
        /* who-we-are */
        
        .who-we-are {
            padding: 45px 0;
        }
        
        .who-we-are .title {
            margin-bottom: 60px;
        }
        
        .content p {
            font-size: 22px;
            line-height: 27px;
            margin-bottom: 27px;
        }
        
        .content p strong {
            color: #1a1a1a;
        }
        
        .content a.btn {
            margin-top: 57px;
        }
        
        .who-we-are .img-holder {
            max-width: 513px;
            margin-left: auto;
            transform: translateY(-114px);
        }
        
        .card-media h2 {
            font-size: 172px;
            font-family: 'GothamPro-Bold';
            color: #fff;
        }
        
        .card-media .media-body {
            text-align: center;
            padding-right: 206px;
        }
        
        .card-media .media-body .inner-text {
            max-width: 700px;
            margin: 0 auto;
        }
        
        .lead-text h3 {
            font-size: 30px;
            color: #ffa103;
            font-style: italic;
            margin-bottom: 0px;
            line-height: 36px;
        }
        
        .lead-text p {
            font-size: 23px;
            color: #1a1a1a;
            margin-bottom: 27px;
        }
        
        .lead-text p i {
            display: block;
            color: #4d4d4d;
            font-size: 25px;
        }
        
        .how-magics .title {
            margin-bottom: 80px;
        }
        
        .shape-wrapper {
            position: relative;
        }
        
        .shape-wrapper::before {
            background-image: url(../images/shap1.svg);
            content: '';
            height: 2300px;
            width: 44%;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            right: 0;
        }
        
        .card-shape {
            position: relative;
        }
        
        .card-shape:before {
            background-image: url(../images/shape2.svg);
            content: '';
            height: 1509px;
            width: 520px;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            z-index: -1;
            transform: translate(0, -50%);
            top: 50%;
        }
        
        .idea {
            padding: 55px 0;
        }
        
        .idea .lead-title {
            text-align: center;
            color: #f15a24;
            margin-bottom: 80px;
        }
        
        .lead-title {
            font-size: 30px;
        }
        
        .card-idea {
            text-align: center;
            position: relative;
            padding: 0 10px;
            height: 100%;
        }
        
        .card-idea:before {
            content: '';
            height: 36%;
            width: 1px;
            background-color: #e6e6e6;
            position: absolute;
            top: 0;
            right: 0;
        }
        
        .card-idea:after {
            content: '';
            height: 36%;
            width: 1px;
            background-color: #e6e6e6;
            position: absolute;
            bottom: 0;
            right: 0;
        }
        
        .card-idea .title-idea {
            text-transform: uppercase;
            font-size: 24px;
            color: #000000;
            margin-bottom: 5px;
        }
        
        .card-idea .arrow-text {
            width: 100px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(50%, -50%);
        }
        
        .card-idea .arrow-text span {
            color: #000000;
            font-family: 'GothamPro-Medium';
            font-size: 11px;
            line-height: 1.3;
            display: block;
        }
        
        .card-idea .arrow-text img {
            width: 100px;
            margin: 0 auto;
        }
        
        .card-idea p {
            color: #000000;
            font-size: 18px;
        }
        
        .card-idea .img-idea {
            position: relative;
            padding-bottom: 6px;
            margin-bottom: 10px;
        }
        
        .card-idea .img-idea .arrow-down {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            bottom: 0;
        }
        
        .idea .row [class*="col-"]:last-child .card-idea:after,
        .idea .row [class*="col-"]:last-child .card-idea:before {
            content: none;
        }
        /*  */
        
        .img-quote {
            max-width: 313px;
        }
        
        .interface-content {
            position: relative;
        }
        
        .interface-content .img-quote {
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(-106px);
        }
        
        .inter-face {
            padding: 75px 0 0;
        }
        
        .inter-face .card-media .media-body {
            padding-left: 206px;
            padding-right: 0;
        }
        
        .inter-face .card-media .media-body .content-body {
            max-width: 645px;
            margin: 0 auto;
        }
        
        .inter-face .card-shape:before {
            background-image: url(../images/shape3.svg);
            right: 0;
            left: auto;
            background-size: cover;
            height: 1882px;
        }
        
        .content-thinling {
            max-width: 1075px;
            margin: 40px auto 0;
        }
        
        .content-thinling .title-lead {
            max-width: 675px;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            color: #f15a24;
            margin-bottom: 46px;
        }
        
        .card-txt {
            border-radius: 12px;
            text-align: center;
            font-size: 15px;
            height: 100%;
            background-color: #F7F7FE;
            line-height: 17px;
            display: flex;
            overflow: hidden;
            border: 2px solid #ffa103;
        }
        
        .card-txt .card-icon {
            background-color: #ffa103;
            width: 75px;
            text-align: center;
            padding: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .card-txt .card-icon img {
            height: 60px;
        }
        
        .card-txt .card--body {
            flex: 1;
            padding: 8px 16px;
            display: flex;
            text-align: left;
            align-items: center;
        }
        
        .how-working {
            display: flex;
            margin: 87px -18px 0;
        }
        
        .how-working li {
            width: 20%;
            position: relative;
        }
        
        .how-working li:after {
            background-image: url(../images/arrow02.svg);
            content: '';
            background-size: 20px;
            position: absolute;
            top: 111px;
            width: 20px;
            height: 8px;
            right: -10px;
            transform: translate(0, -50%);
        }
        
        .how-working li:last-child:after {
            content: none;
        }
        
        .how-working .cw-body {
            background-color: #ffa103;
            border-radius: 9px;
            padding: 12px;
            margin-bottom: 12px;
            min-height: 212px
        }
        
        .how-working .cw-body h3 {
            margin-bottom: 0;
            font-size: 24px;
            color: #1a1a1a;
        }
        
        .how-working .cw-body span {
            font-size: 19px;
            display: block;
        }
        
        .how-working .cw-body .img-holder {
            min-height: 119px;
            display: flex;
            align-items: center;
            justify-content: end;
        }
        
        .how-working .cw-body img {
            margin: 0 auto 15px;
            display: block;
        }
        
        .how-working p {
            margin: 12px 0 0;
            font-size: 16px;
            color: #333333;
        }
        
        .how-working .cw-body span {
            display: block;
            font-size: 19px;
            line-height: 20px;
        }
        
        .how-working li {
            padding: 0 18px;
        }
        
        .content-thinling .text-center .btn {
            margin-top: 30px;
        }
        
        .thinking-linear {
            padding-bottom: 115px;
        }
        /* what-we-good */
        
        .what-we-good {
            padding: 0 0 0;
        }
        
        .what-we-good .title {
            max-width: 1025px;
            margin: 0 auto;
        }
        
        .design .content h3,
        .content-goods .content h3 {
            color: #f15a24;
            font-size: 45px;
            margin-bottom: 15px;
            position: relative;
            z-index: 5;
        }
        
        .list-arrow {
            position: relative;
            z-index: 5;
            padding-right: 15px;
        }
        
        .list-arrow li {
            font-size: 19px;
            font-family: 'GothamPro-Bold';
            display: flex;
            margin-bottom: 15px;
        }
        
        .list-arrow li:before {
            content: '';
            background-image: url(../images/arrow02.svg);
            background-size: 31px;
            height: 12px;
            display: inline-block;
            background-repeat: no-repeat;
            width: 32px;
            position: relative;
            top: 6px;
            margin-right: 20px;
        }
        
        .list-arrow li span {
            display: block;
            font-family: 'GothamPro';
            font-style: italic;
        }
        
        .list-arrow li:last-child {
            margin-bottom: 0;
        }
        
        .design .content,
        .content-goods .content {
            padding: 32px;
            background-color: #FEF8EF;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            position: relative;
        }
        
        .design .content:before,
        .content-goods .content:before {
            width: 2000px;
            height: 100%;
            content: '';
            position: absolute;
            right: 0;
            background-color: #FEF8EF;
            top: 0;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }
        
        .design,
        .content-goods {
            position: relative;
        }
        
        .design:before,
        .content-goods:before {
            background-image: url(../images/shape5.svg);
            content: '';
            height: 1244px;
            width: 429px;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            left: -30px;
            z-index: 1;
            bottom: -50px;
        }
        
        .design:before {
            background-image: url(../images/shap4.svg);
            left: auto;
            right: 0;
            bottom: -140px;
        }
        
        .design .content:before {
            left: 0;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }
        
        .design .content {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }
        
        .img-tech {
            padding-left: 100px;
        }
        
        .img-design {
            padding-right: 100px;
        }
        
        .design {
            position: relative;
            z-index: 5;
        }
        /* EXPERIENCE */
        
        .expensive {
            padding: 64px 0 165px;
            position: relative;
        }
        
        .expensive:before {
            content: '';
            width: 100%;
            height: 1100px;
            background-image: url(../images/bg-expensive.svg);
            background-size: cover;
            background-position: center;
            position: absolute;
            left: 0;
            right: 0;
            top: -200px;
            background-repeat: no-repeat;
        }
        
        .expensive .media .media-body h2 {
            font-size: 40px;
            color: #333333;
            line-height: 48px;
            margin-bottom: 40px;
        }
        
        .expensive .media .media-body h3 span {
            display: block;
            font-size: 20px;
            font-family: 'GothamPro';
        }
        
        .expensive .media .media-body h3,
        .expensive .download .download-text,
        .expensive .media .media-body p {
            font-size: 26px;
            line-height: 27px;
        }
        
        .expensive .media .media-body h3,
        .expensive .media .media-body p {
            color: #fff;
        }
        
        .download-icon img {
            width: 67px;
        }
        
        .download-icon {
            margin-right: 15px;
        }
        
        .expensive .download {
            display: flex;
            align-items: center;
            max-width: 700px;
        }
        
        .expensive .download .download-text {
            flex: 1;
            color: #333333;
        }
        
        .expensive .media .media-body p,
        .expensive .media .media-body h3 {
            margin-bottom: 30px;
        }
        
        .expensive .img-drone {
            max-width: 152px;
            margin-right: 83px;
            margin-bottom: 30px;
        }
        
        .expensive .media {
            align-items: flex-end;
            position: relative;
            z-index: 1;
        }
        /* FOOTER START */
        
        footer {
            padding: 80px 0 100px;
            text-align: center;
            position: relative;
        }
        
        footer:before {
            content: '';
            width: 100%;
            height: 797px;
            background-image: url(../images/footer-bg.svg);
            background-size: cover;
            background-position: right center;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }
        
        footer .container {
            position: relative;
            z-index: 1;
        }
        
        footer .plateform-txt {
            font-family: 'GothamPro-Light';
            margin-bottom: 30px;
            color: #fff;
        }
        
        footer .plateform-txt a {
            color: #ffa103;
            font-family: 'GothamPro-Medium';
            font-style: italic;
            font-size: 19px;
        }
        
        footer .mailto:hover,
        footer .plateform-txt a:hover {
            text-decoration: none;
            color: #ffe600;
        }
        
        footer h3 {
            font-size: 26px;
            color: #fff;
        }
        
        footer .mailto {
            font-family: 'GothamPro-Light';
            font-size: 24px;
            display: inline-block;
            margin-bottom: 15px;
            color: #fff;
        }
        
        footer .copy-txt,
        footer .address {
            font-size: 19px;
            line-height: 20px;
            font-family: 'GothamPro-Light';
            margin-bottom: 30px;
            color: #fff;
        }
        
        .nav-list {
            display: inline-block;
            align-items: center;
            flex-direction: column;
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            left: 60px;
        }
        
        .nav-list li {
            display: block;
            align-items: center;
            position: relative;
        }
        
        .nav-list li a {
            font-size: 20px;
            font-family: 'GothamPro-Medium';
            color: #000;
            opacity: 0.4;
            position: relative;
            display: inline-flex;
        }
        
        .nav-list li:first-child a:after {
            background-image: url(../images/arrow-up.svg);
            content: '';
            background-size: cover;
            height: 32px;
            width: 16px;
            display: block;
            background-repeat: no-repeat;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin: 30px auto 0;
        }
        
        .nav-list li:last-child a:before {
            background-image: url(../images/arrow-up.svg);
            content: '';
            background-size: cover;
            height: 32px;
            width: 16px;
            display: block;
            background-repeat: no-repeat;
            position: absolute;
            bottom: 100%;
            left: 0;
            right: 0;
            margin: 0 auto 30px;
            transform: rotate(180deg);
        }
        
        .nav-list li.active a,
        .nav-list li a:hover {
            text-decoration: none;
            opacity: 1;
        }
        
        .nav-list li {
            margin-bottom: 100px;
        }
        
        .nav-list li:last-of-type {
            margin-bottom: 0;
        }
        
        .custom-modal .modal-content {
            border-radius: 40px;
            background-color: #F15A24;
            padding: 55px 68px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .custom-modal .modal-content .modal-header {
            border: none;
            padding: 0;
            align-items: flex-start;
            margin-bottom: 60px;
        }
        
        .custom-modal .modal-content .modal-header button.close {
            padding: 0;
            outline: none;
            opacity: 1;
            width: 40px;
            margin: 0;
        }
        
        .custom-modal .modal-content .modal-header button.close:hover {
            opacity: 0.6;
        }
        
        .custom-modal .modal-content .modal-header .close img {
            height: 21px;
            position: relative;
        }
        
        .custom-modal .modal-content .modal-header h5 {
            font-size: 40px;
            text-align: left;
            color: #1a1a1a;
            margin-bottom: 0;
        }
        
        .custom-modal .modal-content .modal-header p {
            font-size: 20px;
            color: #333;
            margin-bottom: 0;
            max-width: 475px;
        }
        
        .custom-modal .modal-body {
            padding: 0;
        }
        
        .form-group {
            margin-bottom: 22px;
        }
        
        .custom-modal .modal-dialog {
            max-width: 875px;
        }
        
        .form-control {
            height: 46px;
            border-radius: 8px;
            background: #fff;
            font-size: 20px;
            text-align: left;
            color: #000;
        }
        
        .form-control:focus {
            box-shadow: none;
            border-color: #000;
        }
        
        .form-control::placeholder {
            color: #666;
        }
        
        .pb-22 {
            padding-bottom: 22px;
        }
        
        .pb-22 textarea.form-control {
            height: 100%;
        }
        
        .custom-modal button {
            margin-top: 32px;
        }
        
        .custom-modal .download-btn {
            height: 100%;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            padding-bottom: 22px;
        }