@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('fonts/GothamNarrow-Book.woff2') format('woff2'),
        url('fonts/GothamNarrow-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #373757;
    background: #FAFAFF;
    overflow-x: hidden;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

button {
    border: 0;
}

/*-- Preloader --*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #91f2d8 #91f2d8 #3e78e3;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #3e78e3;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #3e78e3;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.top-btn,
.send-btn {
    position: relative;
    display: inline-block;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 50px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    letter-spacing: 0.125em;
    border-radius: 50px;
    color: #fff !important;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: rgb(31, 194, 170);
    background: -moz-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fc2aa", endColorstr="#1caee6", GradientType=1);
    overflow: hidden;
}

.top-btn::before,
.send-btn::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(31, 194, 170);
    background: -moz-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fc2aa", endColorstr="#1caee6", GradientType=1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: -1;
}

.top-btn:hover::before,
.send-btn:hover::before {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.top-btn:hover,
.send-btn:hover {
    color: #fff;
}

.btn {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    margin: 20px 0;
    padding: 10px 65px;
    border-radius: 40px;
    border: 0;
}

.btn-primary {
    background: #FE5A85;
}

.btn-outline {
    background: #fff;
    border: 3px solid #5560CF;
    color: #5560CF;
}

.btn-more img,
.btn-gradient img {
    display: inline-block;
    transition: opacity .3s ease;
}

.btn-more:hover img,
.btn-gradient:hover img {
    opacity: 0.7;
}

.gradient-bg {
    background: rgb(31, 194, 170);
    background: -moz-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fc2aa", endColorstr="#1caee6", GradientType=1);
}

/*--- paddings margins ---*/
.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pdlr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pdlr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pdlr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}


/*--- boxed container ---*/
.boxed-container {
    position: relative;
    padding: 100px 0;
    padding-top: 50px;
    overflow: hidden;
}

.boxed-container::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(150deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55.6%, rgba(145, 242, 216, 1) 55.6%, rgba(62, 120, 227, 1) 100%);
    background: -webkit-linear-gradient(150deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55.6%, rgba(145, 242, 216, 1) 55.6%, rgba(62, 120, 227, 1) 100%);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55.6%, rgba(145, 242, 216, 1) 55.6%, rgba(62, 120, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#3e78e3", GradientType=1);
    z-index: -1;
}

.container-custom {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.container-custom {
    max-width: 1400px;
}

.grad-op-1 {
    background: rgba(254, 90, 133, 0);
    background: -moz-linear-gradient(45deg, rgba(254, 90, 133, 0) 0%, rgba(64, 63, 115, 0.1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(254, 90, 133, 0)), color-stop(100%, rgba(64, 63, 115, 0.1)));
    background: -webkit-linear-gradient(45deg, rgba(254, 90, 133, 0) 0%, rgba(64, 63, 115, 0.1) 100%);
    background: -o-linear-gradient(45deg, rgba(254, 90, 133, 0) 0%, rgba(64, 63, 115, 0.1) 100%);
    background: -ms-linear-gradient(45deg, rgba(254, 90, 133, 0) 0%, rgba(64, 63, 115, 0.1) 100%);
    background: linear-gradient(45deg, rgba(254, 90, 133, 0) 0%, rgba(64, 63, 115, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe5a85', endColorstr='#403f73', GradientType=1);
}

.header-box {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 40px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(145, 242, 216, 1) 58%, rgba(62, 120, 227, 1) 100%);
    background: -webkit-linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(145, 242, 216, 1) 58%, rgba(62, 120, 227, 1) 100%);
    background: linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(145, 242, 216, 1) 58%, rgba(62, 120, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#3e78e3", GradientType=1);
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.4);
}

.canvas-shapes,
canvas-shapes-bg {
    position: relative;
}

.canvas-shapes .pklines-sm {
    position: absolute;
    display: block;
    width: 156px;
    height: 95px;
    left: 5%;
    bottom: -70px;
    background: url('../img/pklines-sm@2x.png');
    background-size: 156px;
    background-repeat: no-repeat;
}

.canvas-shapes .whtlines-lg {
    position: absolute;
    display: block;
    width: 365px;
    height: 216px;
    left: 40%;
    bottom: -100px;
    background-image: url('../img/whtlines-lg@2x.png');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.canvas-shapes .pklines-lg {
    position: absolute;
    display: block;
    width: 221px;
    height: 133px;
    right: -10%;
    top: -500px;
    background: url('../img/pklines-lg@2x.png');
    background-size: 221px;
    background-repeat: no-repeat;
}

.canvas-shapes .whtlines-sm {
    position: absolute;
    display: block;
    width: 156px;
    height: 95px;
    right: -5%;
    top: -150px;
    background: url('../img/whtlines-sm@2x.png');
    background-size: 156px;
    background-repeat: no-repeat;
}

.canvas-shapes-bg .curves-one {
    position: absolute;
    display: block;
    width: 126px;
    height: 139px;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    background: url('../img/curves-one@2x.png');
    background-size: 126px;
    background-repeat: no-repeat;
    z-index: -1;
}

.canvas-shapes-bg .curves-two {
    position: absolute;
    display: block;
    width: 140px;
    height: 139px;
    left: 4%;
    bottom: 160px;
    background: url('../img/curves-two@2x.png');
    background-size: 140px;
    background-repeat: no-repeat;
    z-index: -1;
}

.canvas-shapes-bg .curves-three {
    position: absolute;
    display: block;
    width: 139px;
    height: 126px;
    right: -4%;
    bottom: 20px;
    background: url('../img/curves-three@2x.png');
    background-size: 139px;
    background-repeat: no-repeat;
    z-index: 1;
}

.container__custom {
    position: relative;
    padding-left: 4%;
    padding-right: 4%;
}

.container__custom_5 {
    padding-left: 7%;
    padding-right: 7%;
}

/*--- navbar ---*/
#nav-scroll {
    background-color: #fff;
    position: fixed;
    top: -105px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 9999;
    padding: 15px 0;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}

#nav-scroll .logo img {
    width: 45%;
}

#nav-scroll .nav__bar {
    padding: 10px 0;
    display: flex;
}

#nav-scroll .nav__bar ul li a {
    font-size: 12px;
}

#nav-scroll .nav__bar ul li a.nav-scroll_btn {
    background: rgb(31, 194, 170);
    background: -moz-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fc2aa", endColorstr="#1caee6", GradientType=1);
    padding: 12px 25px;
    border-radius: 30px;
    color: #fff;
    margin-left: 25px;
}

.header {
    position: relative;
    padding: 15px 0;
}

.header .logo {
    display: block;
}

.header .logo img {
    width: 45%;
}

.nav__bar {
    padding: 15px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.nav__bar ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav__bar ul li a {
    padding-left: 25px;
    padding-right: 25px;
    color: #373757;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.09em;
    transition: color .3s ease;
}

.nav__bar ul li:first-child a {
    padding-left: 0;
}

.nav__bar ul li:last-child a {
    padding-right: 0;
}

/*--- hero-content__section ---*/
.hero-content__section {
    position: relative;
    padding: 50px 0;
}

.hero-text {
    position: relative;
    padding-bottom: 30px;
}

.hero-text h1 {
    font-size: 36px;
    color: #39397a;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.6;
    opacity: 0;
    -webkit-animation: moveInLeft 0.7s 2s ease-out forwards;
    animation: moveInLeft 0.7s 2s ease-out forwards;
}

.hero-text h2 {
    font-size: 21px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 0;
    -webkit-animation: moveInLeft 0.7s 2.3s ease-out forwards;
    animation: moveInLeft 0.7s 2.3s ease-out forwards;
}

.hero-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #373757;
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-animation: moveInLeft 0.7s 2.5s ease-out forwards;
    animation: moveInLeft 0.7s 2.5s ease-out forwards;
}

.hero-image img {
    opacity: 0;
    -webkit-animation: moveInRight 0.7s 2.7s ease-out forwards;
    animation: moveInRight 0.7s 2.7s ease-out forwards;
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.section-title {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}

.section-title h2 {
    font-size: 32px;
    color: #39397a;
    letter-spacing: 0.105em;
    margin-bottom: 0;
}

.section-title__text {
    padding-bottom: 50px;
    text-align: center;
}

.section-title__text p {
    color: #373757;
}

/*--- common-question__section ---*/
.common-question__section {
    position: relative;
    padding: 60px 0;
}

.common-question__section .section-text {
    position: relative;
}

.common-question__section .section-text p {
    margin-bottom: 0;
    margin-left: 40px;
    padding: 10px 0;
    position: relative;
    font-size: 18px;
}

.common-question__section .section-text p::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url('../img/check-mark@2x.png');
    background-size: 30px;
    background-repeat: no-repeat;
}

.common-question__section .section-text p span {
    color: #00c2c0;
}

.common-question__section .section-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    z-index: 1;
}

.common__image {
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-image: url('../img/image-1@2x.png');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

/*--- target-user__section ---*/
.target-user__section {
    position: relative;
    padding-bottom: 60px;
    padding-top: 40px;
}

.section-user {
    margin-bottom: 30px;
}

.target-user__section .section-user__img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 0;
    z-index: 1;
}

.user__image {
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.user__image.user-one {
    background-image: url('../img/illustration-1@2x.png');
}

.user__image.user-two {
    width: 40%;
    background-image: url('../img/illustration-2@2x.png');
}

.user__image.user-three {
    width: 28%;
    background-image: url('../img/illustration-3@2x.png');
}

.user__image.user-four {
    background-image: url('../img/illustration-4@2x.png');
}

.target-user__section .section-user p {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    background: rgb(31, 194, 170);
    background: -moz-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fc2aa", endColorstr="#1caee6", GradientType=1);
}

.target-user__section .f-text p {
    color: #373757;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 20px;
}

/*--- companies-list__section ---*/
.companies-list__section {
    position: relative;
    padding: 60px 0;
    background: #fff;
}

.companies-list__section .companies-item {
    padding-bottom: 25px;
    padding-top: 25px;
}

/*--- brain-partnership__section ---*/
.brain-partnership__section {
    position: relative;
    padding-bottom: 120px;
    padding-top: 60px;
    overflow: hidden;
}

.brain-partnership__section .section-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.brain-partnership__section .section-text {
    position: relative;
    padding-left: 0;
}

.brain-partnership__section .section-text p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.03em;
}

.brain-partnership__section .section-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    z-index: 1;
}

.brain-partnership__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-image: url('../img/globe@2x.png');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

/*--- four-services__section ---*/
.four-services__section {
    position: relative;
    padding: 60px 0;
}

.four-services__section::before {
    content: "";
    position: absolute;
    display: block;
    top: -90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100.7%;
    background: url('../img/bg-four-s@2x.png');
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

.four-services__section .canvas-shapes {
    position: relative;
}

.four-services__section .canvas-shapes .pklines-sm {
    position: absolute;
    display: block;
    width: 156px;
    height: 95px;
    left: 2%;
    bottom: 578px;
    background: url('../img/pklines-sm@2x.png');
    background-size: 156px;
    background-repeat: no-repeat;
    z-index: -2;
}

.four-services__section .canvas-shapes .whtlines-lg {
    position: absolute;
    display: block;
    width: 365px;
    height: 216px;
    left: 2%;
    bottom: 400px;
    background: url('../img/whtlines-lg@2x.png');
    background-size: 365px;
    background-repeat: no-repeat;
    z-index: -2;
}

.four-services__section .canvas-shapes .pklines-lg {
    position: absolute;
    display: block;
    width: 221px;
    height: 133px;
    right: -10%;
    top: -500px;
    background: url('../img/pklines-lg@2x.png');
    background-size: 221px;
    background-repeat: no-repeat;
}

.four-services__section .canvas-shapes .whtlines-sm {
    position: absolute;
    display: block;
    width: 156px;
    height: 95px;
    right: -8%;
    top: -550px;
    background: url('../img/whtlines-sm@2x.png');
    background-size: 156px;
    background-repeat: no-repeat;
}

.four-services__section .canvas-shapes__two .pklines-sm {
    position: absolute;
    display: block;
    width: 156px;
    height: 95px;
    left: -20px;
    top: 170px;
    background: url('../img/pklines-sm@2x.png');
    background-size: 156px;
    background-repeat: no-repeat;
}

.four-services__section .canvas-shapes__two .whtlines-lg {
    position: absolute;
    display: block;
    width: 365px;
    height: 216px;
    right: -350px;
    top: 50%;
    background: url('../img/whtlines-lg@2x.png');
    background-size: 365px;
    background-repeat: no-repeat;
}

.four-services__section .canvas-shapes__two .pklines-lg {
    position: absolute;
    display: block;
    width: 221px;
    height: 133px;
    right: 50px;
    top: 100px;
    background: url('../img/pklines-lg@2x.png');
    background-size: 221px;
    background-repeat: no-repeat;
}

.four-services__section .canvas-shapes__two .whtlines-sm {
    position: absolute;
    display: block;
    width: 156px;
    height: 95px;
    left: -5%;
    top: -150px;
    background: url('../img/whtlines-sm@2x.png');
    background-size: 156px;
    background-repeat: no-repeat;
}

.four-services__container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1;
}

.four-services__container::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(62, 120, 227);
    background: -moz-linear-gradient(147deg, rgba(62, 120, 227, 1) 0%, rgba(145, 242, 216, 1) 26%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 48%, rgba(248, 248, 252, 1) 48%, rgba(248, 248, 252, 1) 100%);
    background: -webkit-linear-gradient(147deg, rgba(62, 120, 227, 1) 0%, rgba(145, 242, 216, 1) 26%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 48%, rgba(248, 248, 252, 1) 48%, rgba(248, 248, 252, 1) 100%);
    background: linear-gradient(147deg, rgba(62, 120, 227, 1) 0%, rgba(145, 242, 216, 1) 26%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 48%, rgba(248, 248, 252, 1) 48%, rgba(248, 248, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e78e3", endColorstr="#f8f8fc", GradientType=1);
    z-index: -1;
}

.four-services__section .section-title {
    padding-bottom: 60px;
}

.four-services__section .section-title h2 {
    color: #fff;
}

.four-services__section .four-services__item {
    position: relative;
    padding-bottom: 20px;
}

.four-services__item .four-services__number {
    color: rgba(255, 255, 255, 0.3);
    font-size: 230px;
    font-family: 'Gotham Narrow Book';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}

.four-services__item .four-services__text {
    position: relative;
    padding: 15px;
}

.four-services__item .four-services__text h3 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.four-services__item .four-services__text h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.four-services__item .four-services__text p {
    color: #fff;
    font-size: 14px;
}

.four-services__section .four-services__item:nth-child(2) .four-services__number,
.four-services__section .four-services__item:nth-child(3) .four-services__number,
.four-services__section .four-services__item:nth-child(4) .four-services__number,
.four-services__section .four-services__item:nth-child(5) .four-services__number {
    color: #cdeef2;
}

.four-services__section .four-services__item:nth-child(2) h3,
.four-services__section .four-services__item:nth-child(2) p,
.four-services__section .four-services__item:nth-child(3) h3,
.four-services__section .four-services__item:nth-child(3) p,
.four-services__section .four-services__item:nth-child(4) h3,
.four-services__section .four-services__item:nth-child(4) p,
.four-services__section .four-services__item:nth-child(5) h3,
.four-services__section .four-services__item:nth-child(5) p {
    color: #373757;
}

.four-services__section .four-services__item:nth-child(2) h2,
.four-services__section .four-services__item:nth-child(3) h2,
.four-services__section .four-services__item:nth-child(4) h2,
.four-services__section .four-services__item:nth-child(5) h2 {
    color: #39397a;
}

.four-services__section .four-services__item .four-services__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    z-index: 1;
}

.four-services__section .four-services__item .four-services__image .concept-image {
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.four-services__section .four-services__item:nth-child(1) .four-services__image .concept-image {
    background-image: url('../img/consulting-image@2x.png');
}

.four-services__section .four-services__item:nth-child(2) .four-services__image .concept-image {
    background-image: url('../img/localization-rebranding-image@2x.png');
}

.four-services__section .four-services__item:nth-child(3) .four-services__image .concept-image {
    background-image: url('../img/social-media-marketing-image@2x.png');
}

.four-services__section .four-services__item:nth-child(4) .four-services__image .concept-image {
    background-image: url('../img/optimisation-image@2x.png');
}

.four-services__section .four-services__item:nth-child(5) .four-services__image .concept-image {
    background-image: url('../img/advertising-image@2x.png');
}

.four-services__container-footer {
    padding: 40px 80px;
    margin-top: 100px;
}

.four-services__container-footer h2 {
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.four-services__container-footer h4 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.four-services__container-footer p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1;
}

a.btn-wht:hover {
    opacity: 0.7;
}

/*--- case-example__section ---*/
.case-example__section {
    position: relative;
    padding: 100px 0;
}

.case-example__section .section-title h2 {
    margin-bottom: 15px;
}

.case-example__section .case__item {
    background: #fff;
    padding: 30px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}

.case-example__section .case__item h3 {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #356bbd;
    margin-bottom: 10px;
}

.case-example__section .case__item p {
    font-size: 1rem;
    margin-bottom: 0;
}

.case-example__section .case__item .case__image {
    margin-bottom: 0;
}

.case-example__section .case__item .case__image img {
    width: 90%;
}

.case-example__section .case__item:nth-child(2) .case__image img {
    width: 45%;
}

.case-example__section .case__item:nth-child(3) .case__image img {
    width: 50%;
}

.case-example__section .case__item:last-child {
    margin-bottom: 0;
}

.case-example__section .case__item .case_footer__txt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.case-example__section .case__item .case_footer__txt p {
    font-size: 0.8rem;
}

/*--- case-study__section ---*/
.case-study__slider .slider__img {
    margin-bottom: 0;
    overflow: hidden;
    height: 250px;
}

.case-study__slider .slick-list {
    overflow: inherit;
}

.case-study__slider .slick-slide.slick-cloned {
    opacity: 0;
}

.case-study__slider .slider__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case-study__slider .case-study-text__content {
    background: #fff;
    padding: 30px;
    height: 620px;
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.17);
}

.case-study__slider .case-study-text__content .title {
    font-size: 0.9rem;
    color: #231815;
    margin-bottom: 10px;
}

.case-study__slider .case-study-text__content .name {
    font-size: 1.5rem;
    font-weight: 100;
}

.case-study__slider .case-study-text__content .name-sub {
    font-size: 14px;
    color: #0096b6;
    font-family: learning-curve, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.case-study__slider .case-study-text__content .member-desc {
    padding-top: 20px;
    position: relative;
}

.case-study__slider .case-study-text__content .member-desc::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 30%;
    height: 1px;
    background: #373757;
}

.case-study__slider .case-study-text__content .member-desc p {
    font-size: 0.9rem;
    color: #231815;
    line-height: 1.8;
    margin-bottom: 0;
}


.case-study__slider .slick-dots,
.member__slider .slick-dots {
    text-align: center;
}

.case-study__slider .slick-dots li,
.member__slider .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.case-study__slider .slick-dots li button,
.member__slider .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cbced1;
    border: 0;
    cursor: pointer;
}

.case-study__slider .slick-dots li.slick-active button,
.member__slider .slick-dots li.slick-active button {
    background: rgb(254, 90, 133);
}

.slick-dots {
    margin-top: 1rem;
}

/*--- __section ---*/

.slider-content {
    position: relative;
    padding-bottom: 10px;
}

.case-study__slider .slider-prev,
.case-study__slider .slider-next,
.member__slider .slider-prev,
.member__slider .slider-next {
    position: absolute;
    top: 11%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #c9dee6;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}

.case-study__slider .slider-prev,
.member__slider .slider-prev {
    left: -10px;
}

.case-study__slider .slider-next,
.member__slider .slider-next {
    right: -10px;
}

.case-study__slider .slick-arrow.arrow-prev:before,
.case-study__slider .slick-arrow.arrow-next:before,
.member__slider .slick-arrow.arrow-prev:before,
.member__slider .slick-arrow.arrow-next:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.case-study__slider .slick-arrow.arrow-prev:before,
.member__slider .slick-arrow.arrow-prev:before {
    background: url('../img/arrow-right@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.case-study__slider .slick-arrow.arrow-next:before,
.member__slider .slick-arrow.arrow-next:before {
    background: url('../img/arrow-left@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/*--- partner__section ---*/
.member-section {
    position: relative;
    padding: 60px 0;
}

.member-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(62, 120, 227);
    background: -moz-linear-gradient(150deg, rgba(62, 120, 227, 1) 0%, rgba(145, 242, 216, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(62, 120, 227, 1) 60%, rgba(145, 242, 216, 1) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(150deg, rgba(62, 120, 227, 1) 0%, rgba(145, 242, 216, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(62, 120, 227, 1) 60%, rgba(145, 242, 216, 1) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(150deg, rgba(62, 120, 227, 1) 0%, rgba(145, 242, 216, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(62, 120, 227, 1) 60%, rgba(145, 242, 216, 1) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e78e3", endColorstr="#ffffff", GradientType=1);
    z-index: -1;
}

.member-section .sub_section__title h3 {
    color: #ffffff;
    margin-bottom: 30px;
}

.member-section .canvas-shapes__two .pklines-sm {
    position: absolute;
    display: block;
    width: 156px;
    height: 95px;
    left: -20px;
    top: 170px;
    background: url('../img/pklines-sm@2x.png');
    background-size: 156px;
    background-repeat: no-repeat;
}

.member-section .canvas-shapes__two .whtlines-lg {
    position: absolute;
    display: block;
    width: 365px;
    height: 216px;
    right: -150px;
    top: -180px;
    background: url('../img/whtlines-lg@2x.png');
    background-size: 365px;
    background-repeat: no-repeat;
}

.member-section .canvas-shapes__two .pklines-lg {
    position: absolute;
    display: block;
    width: 221px;
    height: 133px;
    right: 60px;
    bottom: 0;
    background: url('../img/pklines-lg@2x.png');
    background-size: 221px;
    background-repeat: no-repeat;
}

.member-section .canvas-shapes__two .whtlines-sm {
    position: absolute;
    display: block;
    width: 156px;
    height: 95px;
    left: 5%;
    bottom: -15px;
    background: url('../img/whtlines-sm@2x.png');
    background-size: 156px;
    background-repeat: no-repeat;
}

.member-section__container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    background: rgb(62, 120, 227);
    background: -moz-linear-gradient(150deg, rgba(62, 120, 227, 1) 0%, rgba(145, 242, 216, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(62, 120, 227, 1) 60%, rgba(145, 242, 216, 1) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(150deg, rgba(62, 120, 227, 1) 0%, rgba(145, 242, 216, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(62, 120, 227, 1) 60%, rgba(145, 242, 216, 1) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(150deg, rgba(62, 120, 227, 1) 0%, rgba(145, 242, 216, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(62, 120, 227, 1) 60%, rgba(145, 242, 216, 1) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e78e3", endColorstr="#ffffff", GradientType=1);
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.member-section .section-title h2,
.member-section .section-title__text p {
    color: #fff;
}

.member-section .member-section__item {
    position: relative;
    margin-bottom: 50px;
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.17);
}

.member-section .member-section__item figure {
    margin-bottom: 0;
}

.member-section .member-section__item .member__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 72.5%;
    z-index: 1;
}

.member-section .member-section__item .member__image .image_content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.member-section .member-section__item .member__image .image_content.member-one {
    background-image: url('../img/top/member01.png');
}

.member-section .member-section__item .member__image .image_content.member-two {
    background-image: url('../img/top/member02.png');
}

.member-section .member-section__item .member__image .image_content.member-three {
    background-image: url('../img/top/member03.png');
}

.member-section .member-section__item .member__image .image_content.member-four {
    background-image: url('../img/top/member04.png');
}

.member-section .member-section__item .member__image .image_content.member-five {
    background-image: url('../img/top/member05.png');
}

.member-section .member-section__item .member__image .image_content.member-six {
    background-image: url('../img/top/member06.png');
}

.member-section__item .member-text__content {
    background: #fff;
    padding: 30px;
    height: 460px;
}

.member-section__item .member-text__content .title {
    font-size: 1rem;
    color: #231815;
}

.member-section__item .member-text__content .name {
    font-size: 1.5rem;
    font-weight: 100;
}

.member-section__item .member-text__content .name-sub {
    font-size: 14px;
    color: #0096b6;
    font-family: learning-curve, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.member-desc {
    padding-top: 20px;
    position: relative;
}

.member-desc::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background: #373757;
}

.member-desc p {
    font-size: 15px;
    color: #231815;
    line-height: 1.8;
    margin-bottom: 0;
}

/*--- partner__section ---*/
.faq-section {
    position: relative;
    padding: 60px 0;
}

.faq-section .accordion .btn {
    display: block;
    background: transparent;
    padding: 10px;
    padding-right: 35px;
    width: 100%;
    border-radius: 0;
    text-align: left;
    text-decoration: none;
    color: #231815;
    position: relative;
}

.faq-section .accordion .btn.collapsed::after {
    content: "";
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 12px;
    background: url('../img/arrow-down_1@2x.png');
    background-size: 20px;
    background-repeat: no-repeat;
}

.faq-section .accordion .btn::after {
    content: "";
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 12px;
    background: url('../img/arrow-up_1@2x.png');
    background-size: 20px;
    background-repeat: no-repeat;
}

.faq-section .accordion .btn:hover {
    box-shadow: none;
}

.faq-section .accordion > .card {
    border: none;
    background: #fff;
    border-radius: 0;
    margin-bottom: 50px;
}

.faq-section .accordion > .card:hover {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}

.faq-section .card-header {
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
}

.faq-section .card-header h2 {
    margin-bottom: 0;
}

.faq-section .card-header:first-child {
    border-radius: 0;
}


.faq-section .card-header {
    display: block;
    width: 100%;
    position: relative;
}

.faq-section .card-body {
    position: relative;
}

.faq-section .card-body::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 96%;
    height: 1px;
    background: #CCCCCC;
}

.faq-section .card-body p {
    color: #231815;
}

.flow-section {
    position: relative;
}

.flow-section::before {
    content: "";
    position: absolute;
    display: block;
    /*bottom: -250px;*/
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(160deg, rgba(255, 255, 255, 0) 50%, rgba(62, 120, 227, 1) 50%);
    background: -webkit-linear-gradient(160deg, rgba(255, 255, 255, 0) 50%, rgba(62, 120, 227, 1) 50%);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0) 50%, rgba(62, 120, 227, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#3e78e3", GradientType=1);
    background-size: cover;
    background-position: 50%;
    z-index: -1;
}

.flow-section .section-title h2 {
    text-shadow: 1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        2px 2px 5px rgba(255, 255, 255);
}

.flow-section-block .accordion .item {
    margin-bottom: 2rem;
}

.flow-section-block .accordion .item .collapse.show::after {
    content: "";
    position: absolute;
    display: block;
    top: 32px;
    left: 32px;
    width: 2px;
    height: 250px;
    background: #8eced1;
    z-index: 1;
}

.flow-section-block .accordion .item:nth-child(2) .collapse.show::after {
    height: 170px
}

.flow-section-block .accordion .item:nth-child(3) .collapse.show::after {
    content: "";
    position: absolute;
    display: block;
    top: 32px;
    left: 32px;
    width: 2px;
    height: 150px;
    background: #8eced1;
    z-index: 1;
}

.flow-section-block .accordion h4 {
    margin-bottom: 0;
}

.flow-section-block .accordion span[aria-expanded="true"] .circle-numbering,
.flow-section-block .accordion span[aria-expanded="false"] .circle-numbering {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.875rem;
    border: transparent;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease;
}

.flow-section-block .accordion span[aria-expanded="false"] .circle-numbering {
    border: transparent;
    background-color: #8eced1;
    color: #484a46;
}

.flow-section-block .accordion .item:hover span[aria-expanded="false"] .circle-numbering {
    border: transparent;
    color: #A4AAE2;
}

.flow-section-block .accordion .accordion-title {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    margin-top: 0.125rem;
    margin-bottom: 0.25rem;
    color: #A4AAE2;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease;
}

.flow-section-block .accordion .item:hover .accordion-title {
    color: #5560CF;
    text-shadow: 1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        2px 2px 5px rgba(255, 255, 255);
}

.flow-section-block .accordion span[aria-expanded="true"] .accordion-title {
    color: #39397a;
    text-shadow: 1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        2px 2px 5px rgba(255, 255, 255);
}

.flow-section-block .accordion .accordion-body {
    margin-left: 3.125rem;
}

.flow-section-block .accordion .accordion-body p {
    color: #231815;
    font-size: 15px;
}

.flow-section-block .accordion span[aria-expanded="true"] .circle-numbering {
    width: 2.25rem;
    height: 2.25rem;
    background: #F3F3FA url('../img/check-mark@2x.png');
    background-size: 2.25rem;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.flow-section .section-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    z-index: 1;
}

.flow__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-image: url('../img/illustrator-5@2x.png');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

/*--- contact-form__section ---*/
.contact-form__section {
    position: relative;
    padding-bottom: 60px;
    padding-top: 100px;
    background: rgb(62, 120, 227);
    background: -moz-linear-gradient(180deg, rgba(62, 120, 227, 1) 0%, rgba(131, 219, 195, 1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(62, 120, 227, 1) 0%, rgba(131, 219, 195, 1) 50%);
    background: linear-gradient(180deg, rgba(62, 120, 227, 1) 0%, rgba(131, 219, 195, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e78e3", endColorstr="#83dbc3", GradientType=1);
}

.contact-form__section .section-title h2,
.contact-form__section .section-title__text p {
    color: #fff;
}

.contactBox {
    padding: 60px 100px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.06);
}

.contactBox .form-control {
    position: relative;
    padding-left: 15px;
    border: 1px solid #F3F3FA;
    background: #F3F3FA;
}

.form-group {
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 20px;
    width: 100%;
    border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
input.form-control {
    border-radius: 0;
    height: 45px;
    width: 100%;
    font-size: 14px;
    color: #190f27;
    box-shadow: none;
    border: 1px solid #F3F3FA;
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    border: 1px solid #F3F3FA;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-size: 24px;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #F3F3FA;
    height: auto;
    cursor: pointer;
    background: #F3F3FA;
}

textarea:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
.form-control:focus {
    box-shadow: none;
    border-color: #F3F3FA;
    background: #F3F3FA;
}

label {
    font-size: 14px;
    line-height: 1.6;
    margin-left: 0;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    font-weight: normal;
    color: #000;
}

/*label span {
    font-size: 11px;
    letter-spacing: 0;
    margin-left: 7px;
    background-color: #5560CF;
    color: #fff;
    padding: 4px;
    border-radius: 2px;
}*/

option {
    color: #000;
}

.form-control {
    border-radius: 0;
    height: 45px;
    color: #B5B5BA;
}

.input-group-addon {
    position: absolute;
    top: 7px;
    z-index: 1;
    left: 17px;
    background: #fff;
    color: #d9d9d9;
    border: 0;
    border-radius: 0;
}

form .contact-category {
    margin-bottom: 50px;
    position: relative;
}

form .contact-category:last-child {
    margin-bottom: 0;
}

.form-box {
    padding-top: 20px;
}

.form-box h5 {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    margin-left: 0;
    color: #000;
}

.form-box h5 span {
    font-size: 11px;
    letter-spacing: 0;
    margin-left: 7px;
    background-color: #5560CF;
    color: #fff;
    padding: 4px;
    border-radius: 2px;
}

.form-box p {
    font-size: 11px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-left: 15px;
    color: #000;
}

.form-group > div {
    display: inline-block;
    margin-left: 10px;
}

.contact-title-sub h3 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    margin-left: 15px;
}

.form-bt {
    text-align: center;
}

.contactBox__bt {
    text-align: center;
    padding-top: 30px;
}

.form-bt p,
.form-bt p a,
.contactBox__bt p {
    color: #231815;
}

.form-bt p a {
    text-decoration: underline;
}

.contactBox__bt p a {
    color: #5560CF;
    text-decoration: underline;
}

footer {
    position: relative;
    background: #83dbc3;
}

footer .footer-address {
    position: relative;
    padding-top:30px;
    margin-bottom:70px;
}

.footer-address .footer-logo img {
    width: 40%;
    margin-bottom: 60px;
}

footer .footer-address .footer-address__item {
    position: relative;
}

footer .footer-address .footer-address__item::before {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #fff;
}

footer .footer-address .footer-address__item:first-child::before {
    content: none;
}

footer .footer-address h1,
footer .footer-address a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.15em;
}

footer .footer-address h1 {
    margin-bottom: 0;
    padding-bottom: 10px;
}

footer .footer-address p {
    font-size: .72rem;
    color: #fff;
    margin-bottom: 0;
}

footer .footer-address .ad-address p {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.ad-tel {
    color: #fff;
    padding-bottom: 0;
}

.ad-tel span a {
    font-size: 12px;
    margin-left: 15px;
    border-bottom: 1px solid #fff;
}

footer .footer-address ul.footer-address__nav {
    margin-bottom: 0;
    list-style: none;
}

footer .footer-address ul.footer-address__nav li {
    text-decoration: none;
    padding: 10px 0;
}

footer .footer-address ul.footer-address__nav li a {
    letter-spacing: 0.01em;
}

footer .footer-address ul.footer-address__nav li a i {
    font-size: 13px;
    padding-right: 8px;
}

footer .footer-nav {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .footer-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

footer .footer-nav ul li a {
    color: #373757;
    font-size: 13px;
    display: inline-block;
    padding-right: 25px;
}

footer .footer-nav ul li:last-child a {
    padding-right: 0;
}


footer .copyright {
    background: #373757;
    padding: 25px 0;
}

footer .copyright p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

/*--- back-to-top ---*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: rgb(31, 194, 170);
    background: -moz-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    background: linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fc2aa", endColorstr="#1caee6", GradientType=1);
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    opacity: 0.6;
}

/*--- modal ---*/
.blocker {
    z-index: 99;
}

.modal {
    max-width: 800px;
    overflow: visible;
    border-radius: 0;
    height: auto;
}

.modal-block {
    display: block !important;
}

/*--- media queries ---*/
@media only screen and (min-width : 1960px) {
    .header-box {
        background-size: auto 100%;
        background-position: 100% 100%;
    }

    .flow-section::before {
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(165deg, rgba(255, 255, 255, 1) 50%, rgba(62, 120, 227, 1) 50%);
        background: -webkit-linear-gradient(165deg, rgba(255, 255, 255, 1) 50%, rgba(62, 120, 227, 1) 50%);
        background: linear-gradient(165deg, rgba(255, 255, 255, 1) 50%, rgba(62, 120, 227, 1) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#3e78e3", GradientType=1);
    }
}

@media screen and (min-width:1345px) and (max-width:1440px) {
    .member-section::before {
        top: -780px;
    }
}


@media only screen and (min-width : 1200px) and (max-width : 1300px) {

    .member-section::before {
        top: -783px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .boxed-container {
        padding: 0;
    }

    .top-btn {
        padding: 0 30px;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .hero-text h2 {
        font-size: 18px;
    }

    .hero-text p {
        line-height: 1.8;
    }

    .common-question__section .section-text p {
        font-size: 16px;
    }

    .four-services__item .four-services__text h2 {
        font-size: 20px;
    }

    .four-services__container-footer h2 {
        font-size: 28px;
    }

    .four-services__container-footer h4 {
        font-size: 21px;
    }

    .four-services__section .canvas-shapes .whtlines-sm {
        top: 50px;
    }

    .four-services__section .canvas-shapes .whtlines-lg {
        display: none;
    }

    footer .footer-nav a {
        font-size: 10px;
        letter-spacing: 0;
    }

    footer .footer-address .footer-address__text p,
    footer .footer-address .ad-email a {
        font-size: 14px;
        letter-spacing: 0;
    }

    footer .footer-address {
        padding: 50px 0;
    }

    footer .footer-address ul.footer-address__nav li a {
        font-size: 13px;
    }

    .member-section::before {
        height: 160%;
        top: -750px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1325px) {
    .nav__bar ul li a {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #nav-scroll .nav__bar ul li a {
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #nav-scroll .nav__bar ul li a.nav-scroll_btn {
        margin-left: 10px;
    }

    .member-section__item .member-text__content {
        height: 570px;
    }

    .case-study__slider .case-study-text__content {
        height: 800px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-toggle {
        position: absolute;
        right: 18px;
        top: 15px;
        z-index: 1000;
        cursor: pointer;
    }

    .hamburger {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: rgb(31, 194, 170);
        background: -moz-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
        background: linear-gradient(90deg, rgba(31, 194, 170, 1) 55%, rgba(28, 174, 230, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fc2aa", endColorstr="#1caee6", GradientType=1);
    }

    .hamburger span {
        background: #fff;
        display: block;
        position: absolute;
        height: 1px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
        -moz-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
        opacity: 1;
        width: 55%;
        left: 10px;
    }

    .hamburger span:nth-child(1) {
        top: 14px;
    }

    .hamburger span:nth-child(2) {
        top: 22px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    .hamburger.open span:nth-child(1) {
        top: 22px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
        background: transparent;
    }

    .hamburger.open span:nth-child(3) {
        top: 22px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header nav {
        position: absolute;
        right: 0;
        top: 0;
        transform: translate3d(100%, 0, 0);
        transition: all .25s ease-out;
        width: 100%;
        height: 100vh;
        background-image: url(../img/sp-nav-bg@2x.png);
        background-color: #fff;
        background-size: contain;
        background-position: 100% 42%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        /*padding-top: 75px;*/
        margin-top: 95px;
        /*text-align: center;*/
        z-index: 999;
    }

    .nav-open nav {
        transform: translate3d(0, 0, 0);
        transition: all .4s ease;
    }

    .header nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        /*display: table-cell;
        vertical-align: middle;*/
        margin-left: 15px;
        margin-right: 15px;
    }

    .header nav li {
        transform: translate3d(40px, 0, 0);
        opacity: 0;
        transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
        margin: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(31, 194, 170, 1);
    }

    .header nav li:first-child {
        border-top: 1px solid rgba(31, 194, 170, 1);
    }

    .header nav li:last-child {
        border-bottom: 0;
    }

    .header nav li.nav-item img {
        width: 12px;
        margin-right: 5px;
    }

    .header nav li .sp__btn:hover {
        opacity: 0.6;
    }

    .nav-open nav li {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .nav-open nav li:nth-child(1) {
        margin-top: 0;
    }

    .nav-open nav li:nth-child(1) {
        transition-delay: 200ms;
    }

    .nav-open nav li:nth-child(2) {
        transition-delay: 300ms;
    }

    .nav-open nav li:nth-child(3) {
        transition-delay: 400ms;
    }

    .nav-open nav li:nth-child(4) {
        transition-delay: 500ms;
    }

    .nav-open nav li:nth-child(5) {
        transition-delay: 600ms;
    }

    .nav-open nav li:nth-child(6) {
        transition-delay: 700ms;
    }

    .header nav a {
        color: #333;
        font-size: 18px;
        text-decoration: none;
        display: inline-block;
        text-align: left;
        padding: 15px;
        padding-bottom: 0;
        position: relative;
        font-weight: 400;
        letter-spacing: 0.06em;
    }

    .header nav a:hover,
    .header nav a:focus {
        color: #fff;
        transition: .5s;
    }

    .header .logo img {
        width: 100%;
    }

    .sp-btn {
        position: relative;
    }

    .sp-btn::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background: rgb(254, 90, 133);
        background: linear-gradient(90deg, rgba(254, 90, 133, 1) 0%, rgba(85, 96, 207, 1) 100%);
    }

    .sp-btn .top-btn {
        margin-top: 20px;
        display: block;
        height: 70px;
        line-height: 65px;
    }

    .four-services__section .four-services__item .order-first {
        -ms-flex-order: 1;
        order: 1;
    }

    .four-services__section .four-services__item:nth-child(1) {
        padding-top: 0;
    }

    .four-services__section .four-services__item:nth-child(2) {
        padding-top: 60px;
    }

    footer .footer-address .footer-address__nav ul li a {
        font-size: 14px;
        letter-spacing: 0.04em;
    }

    .member-section__container {
        padding: 50px 0;
    }

    .mb-0 {
        margin-bottom: 0;
    }

    .member__slider .slider-prev,
    .member__slider .slider-next {
        width: 40px;
        height: 40px;
    }

    .member__slider .slider-prev {
        left: 5px;
    }

    .member__slider .slider-next {
        right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .boxed-container {
        padding: 30px;
    }

    .header .logo img {
        width: 100%;
    }

    .header-box {
        background-position: 60% 100%;
    }

    .canvas-shapes .pklines-lg {
        right: -20%;
        top: -950px;
    }

    .canvas-shapes .whtlines-sm {
        right: -10%;
        top: -550px;
    }

    .canvas-shapes-bg .curves-three {
        right: -10%;
    }

    .hero-content__section {
        padding-top: 0;
    }

    .hero-image {
        padding-top: 30px;
    }

    .four-services__container-footer h2 {
        font-size: 22px;
    }

    .four-services__container-footer h4 {
        font-size: 16px;
    }

    .four-services__section .canvas-shapes .whtlines-lg {
        display: none;
    }

    .four-services__container-footer p {
        font-size: 12px;
    }

    .four-services__section .canvas-shapes .whtlines-sm {
        top: 0;
    }

    .member-section::before {
        height: 100%;
        background-size: 100% 100%;
        top: -1050px;
    }

    .flow-section-block .accordion .item .collapse.show::after {
        height: 260px;
    }

    .contactBox {
        padding-left: 60px;
        padding-right: 60px;
    }

    footer .footer-address .footer-address__text p {
        font-size: 14px;
        letter-spacing: 0;
    }

    footer .footer-address {
        padding-bottom: 0;
    }

    .footer-logo img {
        width: 300px;
        padding-bottom: 15px;
    }

    footer .footer-address .footer-address__item::before {
        content: none;
    }

    footer .footer-address ul.footer-address__nav li {
        display: inline-block;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mb0 {
        margin-bottom: 0;
    }

    .boxed-container {
        padding: 15px;
    }

    .header-box {
        background-position: 52% 100%;
        overflow: hidden;
        padding-top: 0;
    }

    .canvas-shapes .pklines-lg {
        right: -180px;
        top: -680px
    }

    .canvas-shapes .whtlines-sm {
        right: -25%;
        top: -450px;
    }

    .canvas-shapes-bg .curves-one {
        top: -10px;
    }

    .canvas-shapes-bg .curves-three {
        right: -20%;
    }

    .hero-content__section {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .hero-text h2 {
        font-size: 15px;
    }

    .hero-text p {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 24px;
        letter-spacing: 0.05em;
    }

    .common-question__section .section-text p {
        font-size: 16px;
    }

    .common-question__section .section-text p::before {
        top: 40%;
        transform: translateY(-60%);
    }

    .companies-list__section .companies-item {
        padding-left: 0;
        padding-right: 0;
    }

    .four-services__section .section-title {
        text-align: left;
        padding-bottom: 20px;
    }

    .four-services__item .four-services__number {
        font-size: 60px;
    }

    .four-services__item .four-services__text h3 {
        text-align: center;
    }

    .four-services__item .four-services__text h2 {
        font-size: 21px;
        text-align: center;
    }

    .four-services__section .four-services__item {
        margin-bottom: 30px;
    }

    .four-services__container-footer h2 {
        font-size: 18px;
        text-align: center;
    }

    .four-services__container-footer h4 {
        font-size: 16px;
        text-align: center;
    }

    .four-services__container-footer p {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }

    .btn-wht img {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 15px;
    }

    .section-title__text p {
        text-align: left;
    }

    .case-study__slider-content h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .partner-voice__section,
    .member-section,
    .case-study__section {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .flow-section .section-title__text p {
        text-align: center;
    }

    .flow__image {
        height: 80%;
    }

    .flow-section-block .accordion .item .collapse.show::after {
        height: 240px;
    }

    .contact-form__section {
        padding-top: 0;
    }

    .contactBox {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contactBox__bt p {
        text-align: left;
        font-size: 14px;
    }

    footer .footer-address a {
        padding-top: 20px;
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    footer .footer-address .ad-email a {
        padding-top: 0;
    }

    footer .footer-address .ad-address p {
        font-size: 14px;
    }

    footer .footer-address .footer-logo img {
        width: 285px;
    }

    footer .footer-address .footer-logo {
        padding-bottom: 15px;
    }

    footer .footer-address .footer-address__nav {
        padding-top: 15px;
    }

    footer .footer-address .footer-address__nav ul li {
        padding-right: 15px;
    }

    footer .footer-address .footer-address__nav ul li a {
        font-size: 12px;
    }

    footer .footer-address .footer-address__text p {
        font-size: 14px;
        letter-spacing: 0.105em;
    }

    footer .footer-address {
        padding-bottom: 0;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .back-to-top {
        bottom: 45px;
        right: 15px;
    }

    footer .copyright p {
        font-size: 11px;
    }

    .target-user__section .f-text p {
        text-align: left;
    }

    .brain-partnership__section .section-text {
        padding-left: 0;
    }

    .brain-partnership__section .section-text p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    footer .footer-address .footer-address__item::before {
        content: none;
    }

    footer .footer-address ul.footer-address__nav li {
        display: inline-block;
        padding-right: 10px;
    }

    footer .footer-address .footer-address__item:first-child {
        margin-bottom: 40px;
    }

    .flow-section-block .accordion .accordion-title {
        font-size: 1.3rem;
    }

    .flow-section-block .accordion .item:nth-child(3) .collapse.show::after {
        height: 120px;
    }

    .case-example__section .case-example__s_wrap {
        margin-left: 15px;
        margin-right: 15px;
    }

    .case-example__section .case__item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .case-example__section .case__item h3 {
        font-size: 1.1rem;
    }

    .case-example__section .case__item .case__image img {
        margin-bottom: 20px;
    }

    .case-example__section {
        padding-top: 50px;
    }

    .four-services__container-footer {
        padding: 30px 15px;
    }

    .four-services__container-footer .title__btn {
        margin-bottom: 10px;
    }

    .four-services__container-footer .title__btn img {
        width: 70%;
        margin-top: 10px;
    }
}

@media screen and (max-width:667px) {
    .brain-partnership__image {
        width: 90%;
        height: 100%;
    }

    .target-user__section .section-user p {
        width: auto;
        font-size: 13px;
    }

    .four-services__section .canvas-shapes__two .pklines-sm {
        display: none;
    }

    .four-services__section::before {
        top: -150px;
    }

    .four-services__container {
        padding-top: 50px;
    }

    .four-services__container::after {
        top: -10px;
        left: -4px;
        width: 105%;
    }

    .member-section::before {
        height: 100%;
        background-size: 100% 100%;
        top: -970px;
    }

    .flow-section-block .accordion .item .collapse.show::after {
        height: 210px;
    }

    footer .footer-address .footer-logo img {
        width: 100%;
    }

    footer .footer-address .footer-logo {
        padding-bottom: 15px;
    }

    footer .footer-address .footer-logo a {
        display: block;
        padding-top: 0;
    }

    footer .footer-address .footer-address__nav {
        padding-top: 15px;
    }

    footer .footer-address .footer-address__nav ul li {
        padding-right: 15px;
    }

    footer .footer-address .footer-address__nav ul li a {
        font-size: 12px;
    }

    footer .footer-nav ul {
        justify-content: left;
    }

    footer .footer-nav .col-12 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .send-btn {
        padding: 0 80px;
    }

    .four-services__section .four-services__item:nth-child(2) {
        padding-top: 0;
    }

    .four-services__section .four-services__item:nth-child(1) {
        padding-bottom: 0;
    }

    footer .footer-address a {
        display: inline-block;
        padding-top: 10px;
    }

    .case-study__slider .slider-prev,
    .case-study__slider .slider-next {
        width: 40px;
        height: 40px;
    }

    .case-study__slider .slider-prev {
        left: 5px;
    }

    .case-study__slider .slider-next {
        right: 5px;
    }

    .member-section__item .member-text__content {
        height: auto;
    }
}

@media screen and (max-width:414px) {

    .flow-section-block .accordion .item .collapse.show::after {
        height: 240px;
    }
}

@media only screen and (max-width: 320px) {
    .hero-text h1 {
        font-size: 24px;
    }

    .hero-text h2 {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 18px;
    }

    .case-study__slider-content h2 {
        font-size: 16px;
    }

    footer .footer-address a {
        font-size: 12px;
    }

    footer .footer-address .ad-email a {
        font-size: 14px;
    }

    footer .footer-nav a {
        letter-spacing: 0;
        font-size: 10px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hero-text h1 {
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    }

    .hero-text h2 {
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    }

    .hero-text p {
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    }

    .hero-image img {
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    }

    #partner-voice__section {
        display: none;
    }
}

/*200205_add style [engineer:nishiwaki]*/
.contactBox .send-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 0;*/
    border: none;
    /*outline: none;*/
    /*background: transparent;*/
}

.contactBox span.wpcf7-not-valid-tip {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #FE5A85;
}

.contactBox div.wpcf7-validation-errors,
.contactBox div.wpcf7-mail-sent-ok {
    text-align: center;
    color: #FE5A85;
    border: 2px solid #FE5A85;
}

@media only screen and (max-width: 767px) {

    .contactBox div.wpcf7-validation-errors,
    .contactBox div.wpcf7-mail-sent-ok {
        font-size: 14px;
    }
}

div.wp-caption {
    max-width: 100%;
}

/*-- Preloader Animations --*/
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/*200704_add nishiwaki*/
.form-style {
    color: #000;
}

.form-style .other {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -30px;
}

.form-style h6 span {
    position: relative;
    top: -2px;
    font-size: 11px;
    letter-spacing: 0;
    margin-left: 10px;
    background: #5560CF;
    color: #fff;
    padding: 0 10px 2px;
    border-radius: 2px;
}
.form-style .form_input-txt {
    position: relative;
    padding: 10px;
    border: 1px solid #F3F3FA;
    background: #F3F3FA;
    width: 100%;
}

.form-style .other >div {
    width: 50%;
    padding: 30px 0 0 30px;
}
.form-style .other p,
.form-style .reply p,
.form-style .message p {
    margin: 0;
}

.form-style .reply {
    margin-top: 30px;
}
.form-style .reply .inner {
    display: flex;
    align-items: center;
}
.form-style .reply .inner .wpcf7-list-item {
    margin: 0 15px 0 0;
}
.form-style .reply .inner .wpcf7-list-item label {
    margin: 0;
}
.form-style .reply .inner .wpcf7-list-item label span {
    position: relative;
    top: -4px;
}
.form-style .reply .inner .form_input-id {
    position: relative;
    padding: 10px;
    border: 1px solid #F3F3FA;
    background: #F3F3FA;
    width: 150px;
}

.form-style .message {
    margin-top: 25px;
}

.form-style .message .form_input-txtarea {
    position: relative;
    padding: 10px;
    border: 1px solid #F3F3FA;
    background: #F3F3FA;
    width: 100%;
    height: 200px;
}

.form-style .privacy {
    margin: 30px 0 0 0;
    text-align: center;
}
.form-style .privacy a {
    color: #000;
    text-decoration: underline;
}

.form-style .btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 0;
}

.form-style .btn .ajax-loader {
    display: none;
}

@media only screen and (max-width: 767px) {
    .form-style .other {
        display: block;
        margin: -20px 0 0 0;
    }

    .form-style h6 span {
        top: -3px;
        padding: 1px 10px;
    }

    .form-style .other >div {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .form-style .reply {
        margin-top: 20px;
    }
    .form-style .reply .inner {
        display: block;
        margin: -10px 0 0 0;
    }
    .form-style .reply .inner>div {
        padding: 10px 0 0 0;
    }

    .form-style .message {
        margin-top: 20px;
    }

    .form-style .message .form_input-txtarea {
        height: 150px;
    }

}
