/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/* Reset fils
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

button {
    border: none;
    outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/Poppins-Regular.ttf");
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    font-family: "Poppins-Regular", sans-serif;
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    scroll-behavior: smooth;
}

.btn {
    font-family: "Poppins-Medium", sans-serif;
    font-size: 0.8rem;
    border-radius: 0.3rem;
    padding: 15px 35px;
    outline: none;
    border: none;
    color: #ffffff;
}

.btn-clr-orange {
    background: #ED5E40;
}

.btn-clr-black {
    background: #464646;
}

.title-section {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1.2rem;
    color: #ED5E40;
    line-height: 1.8rem;
}

.section-text {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 2.1rem;
    color: black;
    line-height: 2.8rem;
}

.container__header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 100px;
    position: fixed;
    background: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.header__logo {
    margin-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-family: "Poppins-Medium", sans-serif;
}

.header__logo span {
    background: #ED5E40;
    padding: 10px;
    font-family: "Poppins-Medium", sans-serif;
    color: #ffffff;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.header__nav .nav__link {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 0.9rem;
    color: #464646;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header__nav .link-active {
    color: #ED5E40;
}

.header__link-network {
    margin-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.header__link-network svg {
    height: 1.5rem;
    width: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.header__link-network svg * {
    fill: #464646;
}

@media only screen and (max-width: 1200px) {
    .header__logo {
        margin-left: 50px;
    }

    .header__link-network {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 800px) {
    .header__logo {
        margin-left: 20px;
    }

    .header__link-network {
        margin-right: 20px;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .header__nav {
        display: none;
    }
}

@media only screen and (max-width: 300px) {
    .header__link-network {
        display: none;
    }
}

.container__banner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    background: #F2F2F4;
    margin-top: 100px;
    padding: 0 0 0 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.container__banner .banner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 25px;
    overflow: hidden;
}

.container__banner .banner-left h1 {
    font-family: "Poppins-Bold", sans-serif;
    color: black;
    font-size: 3rem;
    line-height: 3.4rem;
}

.container__banner .banner-left p {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1rem;
    color: #464646;
}

.container__banner .banner-left .controll__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.container__banner .banner-rigth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 0 100px 0 0;
}

.container__banner .banner-rigth::after {
    content: "";
    background: #ED5E40;
    width: 50%;
    position: absolute;
    height: 60%;
    border-radius: 20%;
    -webkit-transform: rotate(15deg) translateX(-56%);
    -ms-transform: rotate(15deg) translateX(-56%);
    transform: rotate(15deg) translateX(-56%);
    bottom: 0;
    left: 50%;
    -webkit-animation: moveBg 5s linear infinite;
    animation: moveBg 5s linear infinite;
}

.container__banner .banner-rigth img {
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 100;
}

@-webkit-keyframes moveBg5 {
    from {
        -webkit-transform: rotate(15deg) translateX(-56%);
        transform: rotate(15deg) translateX(-56%);
        bottom: 0;
    }

    to {
        -webkit-transform: rotate(-15deg) translateX(-56%);
        transform: rotate(-15deg) translateX(-56%);
        bottom: 10%;
    }
}

@keyframes moveBg5 {
    from {
        -webkit-transform: rotate(15deg) translateX(-56%);
        transform: rotate(15deg) translateX(-56%);
        bottom: 0;
    }

    to {
        -webkit-transform: rotate(-15deg) translateX(-56%);
        transform: rotate(-15deg) translateX(-56%);
        bottom: 10%;
    }
}

@media only screen and (max-width: 1200px) {
    .container__banner {
        padding: 0 0 0 50px;
    }
}

@media only screen and (max-width: 970px) {
    .container__banner .banner-left .controll__banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-row-gap: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 900px) {
    .container__banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 15px !important;
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
        grid-gap: 0 !important;
        grid-row-gap: 0 !important;
        grid-column-gap: 0 !important;
    }

    .container__banner .banner-left {
        padding: 0 50px 0 0;
    }

    .container__banner .banner-rigth {
        padding: 0 50px;
        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;
    }

    .container__banner .banner-rigth::after {
        content: "";
        background: #ED5E40;
        width: 50%;
        position: absolute;
        height: 60%;
        border-radius: 20%;
        -webkit-transform: rotate(15deg) translateX(-56%);
        -ms-transform: rotate(15deg) translateX(-56%);
        transform: rotate(15deg) translateX(-56%);
        bottom: 0;
        left: 50%;
        -webkit-animation: moveBg 5s linear infinite;
        animation: moveBg 5s linear infinite;
    }

    .container__banner .banner-rigth img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media only screen and (max-width: 800px) {
    .container__banner {
        padding: 0 0 0 20px;
    }
}

@media only screen and (max-width: 700px) {
    .container__banner .banner-left h1 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .container__banner .banner-left p {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .container__banner .banner-rigth img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
        width: 100%;
    }
}

.container__work-details {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    padding: 100px;
    overflow: hidden;
}

.container__work-details .indication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    grid-row-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container__work-details .indication .number {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-family: "Poppins-Bold", sans-serif;
    color: #ED5E40;
    font-size: 2.2rem;
}

.container__work-details .indication .name-indication {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1rem;
    color: #464646;
}

@media only screen and (max-width: 1200px) {
    .container__work-details {
        padding: 50px;
    }
}

@media only screen and (max-width: 800px) {
    .container__work-details {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .container__work-details {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.container__service {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 100px;
    grid-row-gap: 25px;
    overflow: hidden;
}

.container__service .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.container__service .title * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

.service__container {
    overflow: hidden;
    padding: 20px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    position: relative;
}

.service__container .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    grid-row-gap: 10px;
    padding: 30px;
    border: 1px solid #F2F2F4;
    border-top-right-radius: 25px;
    cursor: pointer;
    background: #ffffff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service__container .service:hover {
    background: #ED5E40;
}

.service__container .service:hover .service__icons {
    background: #ffffff;
}

.service__container .service:hover .service__icons svg * {
    fill: #ED5E40;
}

.service__container .service:hover .service__name {
    color: #ffffff;
}

.service__container .service:hover .service__details {
    color: #ffffff;
}

.service__container .service .service__icons {
    position: absolute;
    left: 10%;
    top: -10%;
    padding: 8px;
    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;
    background: #ED5E40;
    border-radius: 0.4rem;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service__container .service .service__icons svg {
    height: 2rem;
    width: 2rem;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service__container .service .service__icons svg * {
    fill: #ffffff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service__container .service .service__name {
    font-family: "Poppins-Medium", sans-serif;
    font-size: 1.1rem;
    color: black;
    margin-top: 25px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service__container .service .service__details {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 0.8rem;
    color: #B8B1D3;
    line-height: 1rem;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 1200px) {
    .container__service {
        padding: 50px 50px;
    }
}

@media only screen and (max-width: 1000px) {
    .service__container {
        gap: 25px;
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 800px) {
    .container__service {
        padding: 50px 20px;
    }

    .service__container {
        gap: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.container__project {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    padding: 50px 100px 100px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 55px;
}

.container__project .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.container__project .title * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

.container__project .title p {
    font-family: "Poppins-Regular", sans-serif;
    color: #464646;
    font-size: 1rem;
    line-height: 1.5rem;
}

.project__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    position: relative;
}

.project__container .project__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 25px;
    overflow: hidden;
}

.project__container .project__rigth {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 25px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 25px;
    overflow: hidden;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.project .project__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 300px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project .project__image img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
    height: 80%;
}

.project .project__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 5px;
}

.project .project__details .name__project {
    font-family: "Poppins-Medium", sans-serif;
    color: black;
    font-size: 1.3rem;
}

.project .project__details .project__descriptions {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 0.9rem;
    color: #464646;
    line-height: 1rem;
}

.clr-1 {
    background: #95C8D9;
}

.clr-2 {
    background: #FFDDCA;
}

.clr-3 {
    background: #B8B1D3;
}

.clr-4 {
    background: #636363;
}

@media only screen and (max-width: 1200px) {
    .container__project {
        padding: 50px 50px 50px 50px;
    }
}

@media only screen and (max-width: 800px) {
    .container__project {
        padding: 50px 20px 20px 20px;
    }

    .project__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-row-gap: 10px !important;
        grid-column-gap: 0 !important;
        grid-gap: 25px !important;
    }

    .project__container .project__rigth {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.container__about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 50px 1fr;
    grid-template-columns: 400px 1fr;
    padding: 25px 100px;
    overflow: hidden;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.container__about .about__profil {
    background: #464646;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container__about .about__profil img {
    z-index: 100;
}

.container__about .about__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container__about .about__text p {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.container__about .about__text .controll__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media only screen and (max-width: 1200px) {
    .container__about {
        padding: 25px 50px;
    }
}

@media only screen and (max-width: 900px) {
    .container__about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-row-gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container__about .about__profil {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .container__about .about__profil img {
        z-index: 100;
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

    .container__about .about__text .controll__banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        grid-row-gap: 20px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

@media only screen and (max-width: 800px) {
    .container__about {
        padding: 25px 20px;
    }
}

.container__clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 25px;
    padding: 20px 100px;
    margin-bottom: 50px;
}

.container__clients .title {
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container__clients .title * {
    text-align: center;
}

.temoignage__container {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 25px;
    padding: 10px 3px;
}

.temoignage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 25px;
    border-radius: 0.8rem;
    margin-bottom: 0;
    -webkit-transform: all 0.5s linear;
    -ms-transform: all 0.5s linear;
    transform: all 0.5s linear;
}

.temoignage:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.temoignage .profil {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.temoignage .profil img {
    height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
}

.temoignage .profil .quote {
    position: absolute;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    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;
    background: red;
    right: 0;
    bottom: 2%;
}

.temoignage .profil .quote svg {
    height: 1.2rem;
    width: 1.2rem;
}

.temoignage .profil .quote svg * {
    fill: #ffffff;
}

.temoignage .details {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 0.9rem;
    color: #464646;
    text-align: center;
    line-height: 1.2rem;
}

.temoignage .details__clients {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 20px;
    position: relative;
}

.temoignage .details__clients::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 3px;
    background: red;
    top: -35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.temoignage .details__clients .name {
    font-family: "Poppins-Medium", sans-serif;
    font-size: 1rem;
}

.temoignage .details__clients .skill {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 0.8rem;
}

.clr-1-quote .quote {
    background: #31C5CA !important;
}

.clr-1-quote::after {
    background: #31C5CA !important;
}

.clr-2-quote .quote {
    background: #90E353 !important;
}

.clr-2-quote::after {
    background: #90E353 !important;
}

.clr-3-quote .quote {
    background: #7F6BE7 !important;
}

.clr-3-quote::after {
    background: #7F6BE7 !important;
}

@media only screen and (max-width: 1200px) {
    .container__clients {
        padding: 20px 50px;
    }
}

@media only screen and (max-width: 900px) {
    .temoignage__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-row-gap: 0 !important;
        grid-column-gap: 0 !important;
        grid-gap: 35px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 800px) {
    .container__clients {
        padding: 20px 20px;
    }
}

.partenaire {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partenaire img {
    height: 100px;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.container__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #464646;
    grid-row-gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 100px;
}

.container__footer span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.container__footer span h2 {
    font-family: "Poppins-Medium", sans-serif;
    font-size: 1rem;
}

.container__footer span strong {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.8rem;
}

.container__footer form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.container__footer form input {
    font-family: "Poppins-Regular", sans-serif;
    padding: 15px;
    font-size: 0.8rem;
    outline: none;
    border: none;
    border-radius: 0.3rem;
    text-align: center;
}

.container__footer p {
    font-family: "Poppins-Medium", sans-serif;
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .container__footer {
        padding: 25px 50px;
    }
}

@media only screen and (max-width: 800px) {
    .container__footer {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 700px) {
    .container__footer form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        grid-row-gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container__footer p {
        font-size: 0.7rem;
    }
}

.reveal {
    opacity: 0 !important;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.reveal__visible {
    opacity: 1 !important;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

@media only screen and (max-width: 700px) {
    .title-section {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .section-text {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }

    .btn {
        font-size: 0.7rem;
    }
}
