.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track::before,
.slick-track::after {
    content: "";
    display: table
}

.slick-track::after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(".//img/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("/fonts/slick.eot");
    src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    top: calc(50% - 4px);
    border-radius: 40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 100;
    box-shadow: 0 0 24px -12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 24px -12px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
    opacity: 1 !important
}

.slick-prev::after,
.slick-next::after {
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background-color: transparent;
    color: transparent
}

.slick-prev:hover,
.slick-next:hover {
    background-color: transparent
}

.slick-prev {
    left: -37px;
    background-image: url("/img/slick-prev-white.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.slick-prev:hover {
    background-image: url("/img/slick-prev-white.png")
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -20px
}

.slick-next {
    right: -37px;
    background-image: url("/img/slick-next-white.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.slick-next:hover {
    background-image: url("/img/slick-next-white.png")
}

[dir="rtl"] .slick-next {
    left: -20px;
    right: auto
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
    opacity: 1
}

.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 0.75
}

section.home-about-text {
    padding: 56px 0 154px;
    position: relative
}

section.home-about-text .ellipse-bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none
}

section.home-about-text .container {
    position: relative;
    z-index: 1
}

section.home-about-text .container .about-info {
    max-width: 760px;
    margin: auto;
    color: white;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.5px;
    font-family: 'Poppins', sans-serif
}

section.new-services-page {
    min-height: 1000px;
    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.new-services-page > img {
    position: absolute;
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

section.new-services-page > img:first-child {
    left: 0
}

section.new-services-page > img:nth-child(2) {
    right: 0
}

section.new-services-page .films-floating a {
    position: absolute;
    z-index: 2;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

section.new-services-page .films-floating a img {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

section.new-services-page .films-floating a:nth-child(2) {
    top: 149px;
    left: 184px
}

section.new-services-page .films-floating a:nth-child(2) img {
    max-width: 93px
}

section.new-services-page .films-floating a:nth-child(3) {
    top: 229px;
    left: 338px
}

section.new-services-page .films-floating a:nth-child(3) img {
    max-width: 140px
}

section.new-services-page .films-floating a:nth-child(4) {
    top: 296px;
    left: 65px
}

section.new-services-page .films-floating a:nth-child(4) img {
    max-width: 90px
}

section.new-services-page .films-floating a:nth-child(5) {
    top: 538px;
    left: 331px
}

section.new-services-page .films-floating a:nth-child(5) img {
    max-width: 111px
}

section.new-services-page .films-floating a:nth-child(6) {
    top: 573px;
    left: 82px
}

section.new-services-page .films-floating a:nth-child(6) img {
    max-width: 129px
}

section.new-services-page .films-floating a:nth-child(7) {
    top: 726px;
    left: 264px
}

section.new-services-page .films-floating a:nth-child(7) img {
    max-width: 94px
}

section.new-services-page .films-floating a.active {
    z-index: 3;
    opacity: 1;
    top: 367px !important;
    left: 184px !important
}

section.new-services-page .films-floating a.active img {
    opacity: 1;
    max-width: 187px !important
}

section.new-services-page .films-floating a.active:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

section.new-services-page .platforms-floating a {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 126px;
    opacity: 0.5
}

section.new-services-page .platforms-floating a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    max-height: 28px;
    max-width: 95px
}

section.new-services-page .platforms-floating a.image-main {
    width: 180px;
    height: 80px;
    line-height: 80px;
    opacity: 1
}

section.new-services-page .platforms-floating a.image-main img {
    max-height: 45px;
    max-width: 124px
}

section.new-services-page .platforms-floating a:first-child {
    top: 271px;
    right: 116px
}

section.new-services-page .platforms-floating a:nth-child(2) {
    top: 410px;
    right: 226px
}

section.new-services-page .platforms-floating a:nth-child(3) {
    top: 520px;
    right: 116px
}

section.new-services-page .platforms-floating a:nth-child(4) {
    top: 660px;
    right: 206px
}

section.new-services-page .platforms-floating a:nth-child(5) {
    right: 233px;
    top: 146px
}

section.new-services-page .platforms-floating a:nth-child(6) {
    right: 54px;
    top: 185px
}

section.new-services-page .platforms-floating a:nth-child(7) {
    top: 281px;
    right: 341px
}

section.new-services-page .platforms-floating a:nth-child(8) {
    right: 63px;
    top: 381px
}

section.new-services-page .platforms-floating a:nth-child(9) {
    right: 326px;
    top: 560px
}

section.new-services-page .platforms-floating a:nth-child(10) {
    right: 40px;
    top: 630px
}

section.new-services-page .platforms-floating a:nth-child(11) {
    top: 770px;
    right: 143px
}

section.new-services-page .platforms-floating a:nth-child(12) {
    right: 343px;
    top: 810px
}

section.new-services-page .platforms-floating a:not(:hover) {
    -webkit-box-shadow: 0 4px 40px 10px transparent !important;
    box-shadow: 0 4px 40px 10px transparent !important
}

section.services-items {
    min-height: 780px;
    padding: 100px 0 20px 0;
    height: calc(100vh - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1120px) {
    section.services-items {
        height: auto
    }
}

@media (max-width: 767px) {
    section.services-items {
        min-height: calc(100vh - 280px)
    }
}

section.services-items > img {
    position: absolute
}

section.services-items > img:nth-child(1) {
    left: 0
}

section.services-items > img:nth-child(2) {
    right: 0;
    top: 20px
}

section.services-items .container {
    z-index: 2
}

section.services-items .services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px -8px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

section.services-items .services-wrapper > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 8px;
    min-height: 160px
}

@media (max-width: 767px) {
    section.services-items .services-wrapper > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

section.services-items .services-wrapper > div:nth-child(8) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

section.services-items .services-wrapper > div.services-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 767px) {
    section.services-items .services-wrapper > div.services-heading {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

section.services-items .services-wrapper > div.services-heading .services-heading-wrapper {
    padding-right: 10%
}

section.services-items .services-wrapper > div.services-heading .services-heading-wrapper h2 {
    margin-bottom: 22px
}

@media (max-width: 767px) {
    section.services-items .services-wrapper > div.services-heading .services-heading-wrapper {
        padding-right: 0;
        padding-bottom: 20px
    }
}

section.services-items .services-wrapper > div.services-heading h2 {
    color: white;
    font-weight: 500;
    font-size: 35px;
    line-height: 52px
}

section.services-items .services-wrapper > div.services-heading p {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    opacity: 0.8;
    font-family: 'Poppins', sans-serif
}

section.services-items .services-wrapper > div.services-heading p:not(:last-child) {
    margin-bottom: 20px
}

section.services-items .services-wrapper > div.services-heading .service-inner-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px
}

section.services-items .services-wrapper > div.services-heading .service-inner-heading .service-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px
}

section.services-items .services-wrapper > div.services-heading .service-inner-heading .service-item:nth-child(1) img {
    max-width: 50px
}

section.services-items .services-wrapper > div.services-heading .service-inner-heading .service-item:nth-child(1) h2 {
    padding-bottom: 13px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper > div.services-heading .service-inner-heading .service-item:nth-child(1) img {
        max-width: 40px
    }
}

section.services-items .services-wrapper > div.services-heading .service-inner-heading .service-item:nth-child(2) img {
    max-width: 100px
}

section.services-items .services-wrapper > div.services-heading .service-inner-heading .service-item:nth-child(2) h2 {
    padding-bottom: 50px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper > div.services-heading .service-inner-heading .service-item:nth-child(2) img {
        max-width: 80px
    }

    section.services-items .services-wrapper > div.services-heading .service-inner-heading .service-item:nth-child(2) h2 {
        padding-bottom: 30px
    }
}

section.services-items .services-wrapper .service-item .service-item-wrapper {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 22px;
    height: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item .service-item-wrapper {
        padding: 18px
    }
}

section.services-items .services-wrapper .service-item .service-item-wrapper h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: white;
    padding-bottom: 40px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item .service-item-wrapper h2 {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 767px) {
    section.services-items .services-wrapper .service-item-container.mobile-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px;
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

section.services-items .services-wrapper .service-item-container .service-item:not(:last-child) {
    margin-bottom: 16px
}

@media (max-width: 767px) {
    section.services-items .services-wrapper .service-item-container .service-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 5px;
        margin-bottom: 0 !important
    }

    section.services-items .services-wrapper .service-item-container .service-item img {
        max-width: 80px;
        max-height: 40px
    }
}

section.services-items .services-wrapper .service-item-container.first-col {
    padding-top: 70px
}

section.services-items .services-wrapper .service-item-container.first-col .service-item:first-child img {
    max-width: 35px
}

section.services-items .services-wrapper .service-item-container.first-col .service-item:first-child h2 {
    padding-bottom: 20px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item-container.first-col .service-item:first-child h2 {
        padding-bottom: 30px
    }
}

section.services-items .services-wrapper .service-item-container.first-col .service-item:nth-child(2) img {
    max-width: 55px
}

section.services-items .services-wrapper .service-item-container.first-col .service-item:nth-child(2) h2 {
    padding-bottom: 29px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item-container.first-col .service-item:nth-child(2) h2 {
        padding-bottom: 40px
    }
}

section.services-items .services-wrapper .service-item-container.first-col .service-item:nth-child(3) img {
    max-width: 45px
}

section.services-items .services-wrapper .service-item-container.first-col .service-item:nth-child(3) h2 {
    padding-bottom: 20px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item-container.first-col .service-item:nth-child(3) h2 {
        padding-bottom: 30px
    }
}

section.services-items .services-wrapper .service-item-container.first-col .service-item:nth-child(4) img {
    max-width: 35px
}

section.services-items .services-wrapper .service-item-container.first-col .service-item:nth-child(4) h2 {
    padding-bottom: 20px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item-container.first-col .service-item:nth-child(4) h2 {
        padding-bottom: 30px
    }
}

section.services-items .services-wrapper .service-item-container.second-col {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:first-child img {
    max-width: 50px
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:first-child h2 {
    padding-bottom: 30px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item-container.second-col .service-item:first-child h2 {
        padding-bottom: 40px
    }
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(2) img {
    max-width: 35px
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(2) h2 {
    padding-bottom: 20px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(2) h2 {
        padding-bottom: 30px
    }
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(3) img {
    max-width: 45px
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(3) h2 {
    padding-bottom: 40px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(3) h2 {
        padding-bottom: 50px
    }
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(4) img {
    max-width: 30px
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(4) h2 {
    padding-bottom: 15px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(4) h2 {
        padding-bottom: 30px
    }
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(5) img {
    max-width: 35px
}

section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(5) h2 {
    padding-bottom: 20px
}

@media (max-width: 1120px) {
    section.services-items .services-wrapper .service-item-container.second-col .service-item:nth-child(5) h2 {
        padding-bottom: 30px
    }
}

section.service-testimonials {
    padding: 100px 0 150px
}

@media (max-width: 1120px) {
    section.service-testimonials {
        padding: 80px 0 100px
    }
}

@media (max-width: 767px) {
    section.service-testimonials {
        padding: 100px 0 80px
    }
}

section.service-testimonials > img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 650px;
    pointer-events: none
}

@media (max-width: 1120px) {
    section.service-testimonials > img {
        max-width: 400px
    }
}

section.service-testimonials .service-testimonials-slick .slick-arrow {
    background-color: #8881fe;
    width: 50px;
    height: 50px;
    background-size: 16px;
    background-position: center
}

@media (max-width: 1120px) {
    section.service-testimonials .service-testimonials-slick .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 14px
    }
}

section.service-testimonials .service-testimonials-slick .slick-arrow.slick-prev {
    left: 50px
}

@media (max-width: 1120px) {
    section.service-testimonials .service-testimonials-slick .slick-arrow.slick-prev {
        left: 0
    }
}

@media (max-width: 767px) {
    section.service-testimonials .service-testimonials-slick .slick-arrow.slick-prev {
        top: -50px
    }
}

section.service-testimonials .service-testimonials-slick .slick-arrow.slick-next {
    right: 50px
}

@media (max-width: 1120px) {
    section.service-testimonials .service-testimonials-slick .slick-arrow.slick-next {
        right: 0
    }
}

@media (max-width: 767px) {
    section.service-testimonials .service-testimonials-slick .slick-arrow.slick-next {
        top: -50px;
        left: 50px;
        right: unset
    }
}

section.service-testimonials .service-testimonials-slick .service-testimonial-item {
    max-width: 650px;
    margin: auto;
    display: block !important
}

@media (max-width: 1120px) {
    section.service-testimonials .service-testimonials-slick .service-testimonial-item {
        max-width: 500px
    }
}

section.service-testimonials .service-testimonials-slick .service-testimonial-item h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif
}

@media (max-width: 1120px) {
    section.service-testimonials .service-testimonials-slick .service-testimonial-item h2 {
        font-size: 16px;
        line-height: 24px
    }
}

section.service-testimonials .service-testimonials-slick .service-testimonial-item .name-and-picture {
    margin-top: 50px
}

section.service-testimonials .service-testimonials-slick .service-testimonial-item .name-and-picture img {
    margin: auto auto 8px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

section.service-testimonials .service-testimonials-slick .service-testimonial-item .name-and-picture .position {
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
    opacity: 0.6
}

section.service-testimonials .service-testimonials-slick .service-testimonial-item .name-and-picture .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: white;
    margin-top: 24px
}
