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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    background-attachment: fixed;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #222;
    width: 100%;
    height: 100%;
}

a {
    color: #222;
    text-decoration: none;
}
a:focus, a:hover {
    color: #222;
    text-decoration: none;
}

h1, h2, h3, h4 {
    margin-top: 0;
    color: #222;
    letter-spacing: -0.8px;
    font-family: "Lato-Bold";
    font-weight: 500;
    font-style: normal;
    line-height: 1.2em;
}

h1 {
    font-size: 45px;
}
h2 {
    font-size: 47px;
}
h3 {
    font-size: 35px;
}

b {
    font-weight: 700;
}

p {
    line-height: 27px;
}

.left {
    float:left;
}

.right {
    float:right;
}

.container {
    width: 1170px;
    margin: 0 auto;
    display: block;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 45px 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.site-header .container {
    position: relative;
}
.logo {
    background: url(../img/final.png) no-repeat;
    width: 195px;
    height: 45px;
    display: block;
    background-size: contain;
}
.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.language-select {
    margin-top: 13px;
}
.language-select span {
    padding: 10px 0;
}
.language-select span:after {
    content: none;
    border: solid #222;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left: 10px;
    position: relative;
    top: -4px;
}
.language-select:hover {
    cursor: pointer;
}
.language-select .language-dropdown {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: -20px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.language-select .language-dropdown a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #f5f5f5;
}
.language-select .language-dropdown a:hover {
    color: #8248CB;
}
.language-select .language-dropdown a:last-child {
    border-bottom: 0;
}
.language-select:hover .language-dropdown {
    visibility: visible;
    opacity: 1;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}
.site-header.sticky {
    background-color: rgb(255, 255, 255);
    padding: 15px 0;
    border-bottom: 1px solid rgb(173, 150, 150);
}

.showcase {
    background: #ededed url('../img/showcase.jpg') no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 100%;
}
.showcase .container {
    position: relative;
    height: 100%;
}
.showcase-carousel {
    width: 470px;
    position: absolute !important;
    top: 50%;
    transform: translate(0%, -50%);
}
.showcase-text {
    width: 80%;
}
.showcase-text span {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 4px;
    color: #8248CB;
}
.showcase-text h2 {
    margin-top: 15px;
}
.showcase-img {
    display: none;
    max-height: 80%;
    position: absolute !important;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
}
.showcase-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.mouse-scroll-button a {
    background: url('../img/page-down-icon.svg') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 24px;
    display: block;
    position:absolute;
    left: 15px;
    bottom: 50px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.mouse-scroll-button a:hover {
    bottom: 45px;
}
.row {
    padding: 0 15px;
}
.col4 {
    padding: 100px 0;
}
.col6 {
    padding: 100px 0;
}
.col6 .col {
    width: 50%;
}
.col4 .col {
    width: 33.333333%;
}
.col figure {
    max-width: 100%;
}
.col figure img {
    width: 100%;
    height: auto;
}
.section-right-text {
    padding-left: 100px;
}
.section-text-carousel {
    margin-bottom: 30px;
}
.section-text p, .section-right-text p {
    margin-top: 15px;
}
.section-title {
    margin-bottom: 20px;
}
.section-title:after {
    content: "";
    background-color: #8248CB;
    width: 50px;
    height: 5px;
    display: block;
    margin-top: 15px;
}

.works-section {
    background-color: #1E1355;
    color: #fff;
}
.works-section h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 55px;
}
.works-section h3:after {
    margin: 15px auto 0;
}
.works-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.works-row .col {
    flex: 0 0 33.333333%;
}
.works-section .col {
    padding: 15px;
}
.works-section .works-icon {
    background-color: #8248CB;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 100px;
    margin-bottom: 15px;
    position: relative;
}
.works-section .works-icon:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.works-section .works-icon.icon1 {
    background-color: #8248CB;
}
.works-section .works-icon.icon1:after {
    background: url('../img/icon1.svg') no-repeat;
}
.works-section .works-icon.icon2 {
    background-color: #1C959D;
}
.works-section .works-icon.icon2:after {
    background: url('../img/icon2.svg') no-repeat;
}
.works-section .works-icon.icon3 {
    background-color: #3D7AED;
}
.works-section .works-icon.icon3:after {
    background: url('../img/icon3.svg') no-repeat;
}
.works-section .works-icon.icon4 {
    background-color: #50AB6D;
}
.works-section .works-icon.icon4:after {
    background: url('../img/icon4.svg') no-repeat;
}
.works-section .works-icon.icon5 {
    background-color: #FF9900;
}
.works-section .works-icon.icon5:after {
    background: url('../img/icon5.svg') no-repeat;
}
.works-section .works-icon.icon6 {
    background-color: #E14E4E;
}
.works-section .works-icon.icon6:after {
    background: url('../img/icon6.svg') no-repeat;
}
.works-section .col h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 15px;
}
.works-section .col p {
    color: rgba(255,255,255,.7);
}

.site-footer {
    background-color: #F7F6FC;
    padding: 30px 0;
}
.page-up-icon {
    content: "";
    border: solid #222;
    border-width: 0px 3px 3px 0px;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left: 10px;
    margin-top: 10px;
}


/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -30px;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 30px;
    height: 4px;
    margin-right: 10px;
    background: #8248CB;
    border-radius: 20px;
    opacity: .25;
    cursor: pointer
}
.flickity-page-dots .dot:hover {
    height: 6px;
}

.flickity-page-dots .dot.is-selected {
    height: 6px;
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .site-header .container {
        padding: 0 15px;
    }
    .mouse-scroll-button a {
        left: 15px;
    }
    .section-right-text {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 15px;
        padding: 0;
    }
    p {
        line-height: 25px;
    }
    h2 {
        font-size: 37px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 16px;
    }
    .row {
        padding: 0 30px;
    }
    .col4, .col6 {
        padding: 30px 0;
    }
    .col {
        width: 100% !important;
    }
    .site-header {
        padding: 30px 0;
    }
    .site-header .container {
        padding: 0;
    }
    .showcase {
        background: #ededed url('../img/showcase-mobile.jpg') no-repeat;
        background-position: right;
        background-size: 45%;
    }
    .showcase-carousel {
        margin-bottom: 50px;
        width: calc(100% - 30px) !important;
    }
    .showcase-text {
        width: 60%;
    }
    .showcase-text h2 {
        margin-bottom: 0;
    }
    .mouse-scroll-button a {
        left: 30px;
        width: 30px;
    }
    .works-row .col {
        flex: 0 0 50%;
        text-align: center;
    }
    .works-row .works-icon {
        margin: 0 auto 15px;
    }
    .section-right-text {
        padding-left: 0;
        margin-top: 15px;
    }
    .works-section h3 {
        margin-bottom: 15px;
    }
    .contact-us .section-text {
        margin-bottom: 30px;
    }
}