@charset "utf-8"; /* CSS Document */
img.banner_logo {
    position: absolute;
    right: 90px;
    top: -18px;
    transition: 0.8s;
    width: 96px;
}

.banner_text_box aside {
    position: relative;
}
.scroll_box {
    position: absolute;
    /* transform: translate(-50%, -50%); */
    /* top: 50%; */
    /* left: 50%; */
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    margin: 0px auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.homeSec4-box1 .banner_we_text {
    text-align: center;
}
span.banner_we_text.two h2 {
    font-size: 38px;
    line-height: 46px;
}
.banner_text_box {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1488px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
}

span.banner_we_text h2 {
    font-size: 82px;
    line-height: 86px;
    font-weight: 900;
    text-transform: uppercase;
}
span.banner_we_text p {
    text-align: left;
    font-size: 24px;
    margin-top: 10px;
}
.homeSec1 {
    width: 100%;
    height: 100vh;
    height: calc(92vh - 90px);
    display: flex;
    background: #fff;
    /* padding: 70px 0; */
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 65px;
}
section.homeSec1 .center {
    height: 100%;
    position: inherit;
}
.homeSec1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec1-box1 {
    width: 100%;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    /* -webkit-flex-wrap: wrap; */
    align-content: center;
    align-items: center;
    padding: 0px 0;
    justify-content: center;
}

.homeSec1-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec1-box1 figure {
    width: 30%;
    height: auto;
    float: left;
    display: block;
    /* position: relative; */
}

.homeSec1-box1 figure i {
    width: 100%;
    max-width: 355px;
    height: auto;
    float: left;
    display: block;
}

.homeSec1-box1 figure i img {
    width: 100%;
}

.homeSec1-box1 aside {
    width: 46%;
    height: auto;
    float: left;
    display: block;
}

.homeSec1-box1 aside h2 {
    width: 630px;
    height: auto;
    display: block;
    font-size: 100px;
    font-weight: 900;
    color: #323232;
    line-height: 90px;
    overflow: hidden;
}

.homeSec1-box1 aside h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 84px;
    font-weight: 900;
    color: #323232;
    line-height: 90px;
}
span.banner_we_text {
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-align: left;
}
.homeSec1-box1 aside p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    line-height: 32px;
    padding-top: 20px;
}

.homeSec2 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 120px 0;
}

.homeSec2:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec2-box1 {
    width: 100%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    /* align-items: center; */
    padding: 0px 0;
    flex-direction: column;
}

.homeSec2-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec2-box1 h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    line-height: 22px;
    padding-bottom: 10px;
}

.homeSec2-box1 h2 {
    width: 100%;
    max-width: 742px;
    height: auto;
    display: block;
    font-size: 48px;
    font-weight: 900;
    color: #323232;
    line-height: 55px;
}

.homeSec2-box2 {
    width: 100%;
    max-width: 640px;
    height: auto;
    float: right;
    margin: 30px 0 0 0;
    padding: 0px 0;
}

.homeSec2-box2:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec2-box2 span {
    width: 100%;
    height: 8px;
    display: block;
    margin-bottom: 8px;
    position: relative;
}
/* .homeSec2-box2 span:before {
    width: 10px;
    height: 8px;
    clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #d01c49;
    content: "";
    display: inline-block;
    top: 0px;
    position: absolute;
    left: -7px;
} */

.homeSec2-box2 span.red {
    background: #D01C49;
}

.homeSec2-box2 span.purple {
    background: #900CE1;
}

.homeSec2-box2 span.blue {
    background: #0B4AEF;
}

.homeSec3 {
    width: 100%;
    background: #fff;
    padding: 70px 0;
    padding-top: 160px;
    /* height: 100vh; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.homeSec3:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec3-box1 {
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    flex-wrap: wrap;
    /* -webkit-flex-wrap: wrap; */
    /* align-content: center; */
    align-items: center;
    /* padding: 0px 0; */
    overflow: hidden;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    perspective: 1000;
}

.homeSec3-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec3-box1 ul {
    /* width: 500%; */
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    display: flex;
    /* flex-wrap: wrap; */
    /* -webkit-flex-wrap: wrap; */
    /* overflow-x: hidden; */
    width: 300%;
    height: 100%;
}

.homeSec3-box1 ul li {
    /* width: 100%; */
    /* height: auto; */
    /* display: block; */
    /* margin-bottom: 50px; */
    /* width: calc(100% / 3); */
    height: 100%;
    width: calc(100% / 3);
    /* float: left; */
    position: relative;
    /* padding-right: 70px; */
}
.homeSec3-box1 ul li:nth-child(2) {
    padding-left: 20px;
}
.homeSec3-box1 ul li:nth-child(3) {
    padding-left: 20px;
}
.marketing-box1 aside ul li:nth-child(2) {
    padding-left: 30px;
}
.technology-box1 aside ul li:nth-child(3) {
    padding-left: 30px;
}
.design-box1 aside ul li:nth-child(3) {
    padding-left: 30px;
}
.design-box1 aside ul li:nth-child(2) {
    padding-left: 30px;
}
.technology-box1 aside ul li:nth-child(2) {
    padding-left: 30px;
}
.technology-box1 aside ul li:nth-child(3) {
    padding-left: 30px;
}
.marketing-box1 aside ul li:nth-child(2) {
    padding-left: 30px;
}
.marketing-box1 aside ul li:nth-child(3) {
    padding-left: 30px;
}
.design-box {
    width: 100%;
    height: auto;
    display: block;
}

.design-box .red-line {
    width: 100%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.design-box .red-line article {
    display: inline-block;
    width: auto;
}

.design-box .red-line article h2 {
    display: block;
    width: auto;
    white-space: nowrap;
    padding: 15px 20px 15px 0;
    font-size: 40px;
    font-weight: 400;
    color: #323232;
    line-height: 46px;
}

.design-box .red-line article h2 strong {
    font-size: 48px;
    font-weight: 900;
    color: #323232;
    line-height: 46px;
    padding-right: 25px;
    position: relative;
}

.design-box .red-line article h2 strong:after {
    content: '';
    position: absolute;
    right: 8px;
    bottom: 12px;
    width: 8px;
    height: 8px;
    background: #D01C49;
    border-radius: 50%;
}

.design-box .red-line aside {
    display: inline-block;
    width: 100%;
}

.design-box .red-line aside span {
    width: 100%;
    height: 8px;
    background: #D01C49;
    display: block;
    background: rgb(208, 28, 73);
    background: linear-gradient(90deg, rgba(208, 28, 73, 1) 20%, rgba(151, 71, 255, 1) 100%);
}

.design-box1 {
    width: 100%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0px 0;
    padding: 40px;
    border-radius: 20px;
    background: rgb(208,28,73);
    background: linear-gradient(90deg, rgba(208,28,73,1) 20%, rgba(151,71,255,1) 100%);
    border-bottom-right-radius: 0px;
    margin-top: 20px;
}

.design-box1 aside {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.design-box1 aside h2 {
    width: 50%;
    max-width: 50%;
    height: auto;
    display: block;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    line-height: 46px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.design-box1 aside ul {
    width: 36%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.design-box1 aside ul li {
    width: 50%;
    height: auto;
    float: left;
    display: block;
    padding: 0 10px 10px 30px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    line-height: 26px;
    margin: 0;
}

.design-box1 aside ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background: url("../images/hexagon-icon.png") no-repeat left top;
    width: 9px;
    height: 11px;
    filter: brightness(0) invert(1);
}

.design-box small {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 60px;
    position: relative;
}

.design-box small a {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}

.design-box small a span {
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.design-box small a:hover span {
    background: #d01c49;
}

.design-box small a:hover:after {
    background: url(../images/arrow4.png) no-repeat -3px 0;
    -webkit-filter: sepia(1) brightness(0.54) saturate(0) hue-rotate(305deg);
    filter: sepia(1) brightness(0.54) saturate(0) hue-rotate(305deg);
}

.design-box small a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/arrow4a.png) no-repeat -26px 26px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    overflow: hidden;
}

.design-box1 figure {
    width: 40%;
    height: auto;
    float: left;
    display: block;
}

.design-box1 figure i {
    width: 100%;
    max-width: 296px;
    height: auto;
    display: block;
    float: right;
}

.design-box1 figure i img {
    width: 100%;
}

.technology-box {
    width: 100%;
    height: auto;
    display: block;
}

.technology-box .red-line {
    width: 100%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.technology-box .red-line article {
    display: inline-block;
    width: auto;
}

.technology-box .red-line article h2 {
    display: block;
    width: auto;
    white-space: nowrap;
    padding: 15px 20px 15px 0;
    font-size: 40px;
    font-weight: 400;
    color: #323232;
    line-height: 46px;
}

.technology-box .red-line article h2 strong {
    font-size: 48px;
    font-weight: 900;
    color: #323232;
    line-height: 46px;
    padding-right: 25px;
    position: relative;
}

.technology-box .red-line article h2 strong:after {
    content: '';
    position: absolute;
    right: 8px;
    bottom: 12px;
    width: 8px;
    height: 8px;
    background: #900CE1;
    border-radius: 50%;
}

.technology-box .red-line aside {
    display: inline-block;
    width: 100%;
}

.technology-box .red-line aside span {
    width: 100%;
    height: 8px;
    background: #900CE1;
    display: block;
    background: rgb(151, 71, 255);
    background: linear-gradient(90deg, rgba(151, 71, 255, 1) 20%, rgba(11, 74, 239, 1) 100%);
}

.technology-box1 {
    width: 100%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0px 0;
    background: rgb(151,71,255);
    background: linear-gradient(90deg, rgba(151,71,255,1) 20%, rgba(11,74,239,1) 100%);
    padding: 40px;
    border-radius: 30px;
    border-bottom-right-radius: 0px;
    margin-top: 20px;
}

.technology-box1 aside {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.technology-box1 aside h2 {
    width: 54%;
    /* max-width: 538px; */
    height: auto;
    display: block;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    line-height: 46px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.technology-box1 aside ul {
    width: 36%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.technology-box1 aside ul li {
    width: 50%;
    height: auto;
    float: left;
    display: block;
    padding: 0 10px 10px 30px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    line-height: 26px;
    margin: 0;
}

.technology-box1 aside ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background: url("../images/hexagon-icon.png") no-repeat left top;
    width: 9px;
    height: 11px;
    filter: brightness(0) invert(1);
}

.technology-box small {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 60px;
    position: relative;
}

.technology-box small a {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}

.technology-box small a span {
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.technology-box small a:hover span {
    background: #900CE1;
}

.technology-box small a:hover:after {
    background: url(../images/arrow4.png) no-repeat -3px 0;
    -webkit-filter: sepia(1) brightness(0.54) saturate(0) hue-rotate(305deg);
    filter: sepia(1) brightness(0.54) saturate(0) hue-rotate(305deg);
}

.technology-box small a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/arrow4a.png) no-repeat -26px 26px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    overflow: hidden;
}

.technology-box1 figure {
    width: 40%;
    height: auto;
    float: left;
    display: block;
}

.technology-box1 figure i {
    width: 100%;
    max-width: 304px;
    height: auto;
    display: block;
    float: right;
}

.technology-box1 figure i img {
    width: 100%;
}

.marketing-box {
    width: 100%;
    height: auto;
    display: block;
}

.marketing-box .red-line {
    width: 100%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.marketing-box .red-line article {
    display: inline-block;
    width: auto;
}

.marketing-box .red-line article h2 {
    display: block;
    width: auto;
    white-space: nowrap;
    padding: 15px 20px 15px 0;
    font-size: 40px;
    font-weight: 400;
    color: #323232;
    line-height: 46px;
}

.marketing-box .red-line article h2 strong {
    font-size: 48px;
    font-weight: 900;
    color: #323232;
    line-height: 46px;
    padding-right: 25px;
    position: relative;
}

.marketing-box .red-line article h2 strong:after {
    content: '';
    position: absolute;
    right: 8px;
    bottom: 12px;
    width: 8px;
    height: 8px;
    background: #0B4AEF;
    border-radius: 50%;
}

.marketing-box .red-line aside {
    display: inline-block;
    width: 100%;
}

.marketing-box .red-line aside span {
    width: 100%;
    height: 8px;
    background: #0B4AEF;
    display: block;
}

.marketing-box1 {
    width: 100%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0px 0;
    background: rgb(11,74,239);
    background: linear-gradient(90deg, rgba(11,74,239,1) 20%, rgba(208,28,73,1) 100%);
    padding: 40px;
    border-radius: 30px;
    border-bottom-right-radius: 0px;
    margin-top: 20px;
}

.marketing-box1 aside {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.marketing-box1 aside h2 {
    width: 50%;
    /* max-width: 538px; */
    height: auto;
    display: block;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    line-height: 46px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.marketing-box1 aside ul {
    width: 36%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.marketing-box1 aside ul li {
    width: 50%;
    height: auto;
    float: left;
    display: block;
    padding: 0 10px 10px 30px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 26px;
    margin: 0;
}

.marketing-box1 aside ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background: url("../images/hexagon-icon.png") no-repeat left top;
    width: 9px;
    height: 11px;
    filter: brightness(0) invert(1);
}

.marketing-box small {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 60px;
    position: relative;
}

.marketing-box small a {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}

.marketing-box small a span {
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.marketing-box small a:hover span {
    background: #0B4AEF;
}

.marketing-box small a:hover:after {
    background: url(../images/arrow4.png) no-repeat -3px 0;
    -webkit-filter: sepia(1) brightness(0.54) saturate(0) hue-rotate(305deg);
    filter: sepia(1) brightness(0.54) saturate(0) hue-rotate(305deg);
}

.marketing-box small a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/arrow4a.png) no-repeat -26px 26px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    overflow: hidden;
}

.marketing-box1 figure {
    width: 40%;
    height: auto;
    float: left;
    display: block;
}

.marketing-box1 figure i {
    width: 100%;
    max-width: 340px;
    height: auto;
    display: block;
    float: right;
}

.marketing-box1 figure i img {
    width: 100%;
}

.homeSec4 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 70px 0;
}

.homeSec4:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec4-box1 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 0;
}

.homeSec4-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec4-box1 h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
    padding-bottom: 10px;
}

.homeSec4-box1 h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 48px;
    font-weight: 900;
    color: #323232;
    line-height: 55px;
}

.homeSec5 {
    width: 100%;
    height: auto;
    display: block;
    /* background: #474747; */
    padding: 10px 0;
    position: relative;
}

section.homeSec5:after {
    /* background: #474747; */
    /* content: ''; */
    /* z-index: -1; */
    /* width: 0; */
    /* height: 0; */
    /* left: 50%; */
    /* top: -40px; */
    /* position: absolute; */
    /* transition: all 1s ease-in-out; */
    /* -webkit-transition: all 1s ease-in-out; */
    /* border-radius: 50%; */
    /* content: ''; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 0; */
    /* background: linear-gradient(to bottom, #321575 0, #8d0b93 100%); */
    /* background: -webkit-linear-gradient(top, #321575 0, #8d0b93 100%); */
    /* background: -moz-linear-gradient(bottom, #321575 0, #8d0b93 100%); */
    /* z-index: 2; */
    /* transition: all .5s ease-in-out; */
    /* -webkit-transition: all 1s ease-in-out; */
}

section.homeSec5.active:after {
    /* left: -25%; */
    /* bottom: -25%; */
    /* width: 150%; */
    /* height: 100%; */
    /* top: inherit; */
}

.homeSec5:after {
    /* content: ''; */
    /* width: 2px; */
    /* height: 50px; */
    /* display: block; */
    /* background: #474747; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: -50px; */
    /* margin: 0 auto; */
    /* line-height: 0; */
    /* font-size: 0px; */
}

.homeSec5:before {
    content: '';
    width: 16px;
    height: 37px;
    display: block;
    background: url("../images/Arrow6.png") no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0px;
}

.homeSec5-box1 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 0;
    position: relative;
    z-index: 10;
}
.homeSec5-box1 span.banner_we_text {
    text-align: center;
}
.homeSec5-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec5-box1 h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
}

.homeSec5-box1 aside {
    width: auto;
    height: auto;
    display: table;
    margin: 25px auto 0;
}

.homeSec5-box1 aside span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}

.homeSec5-box1 aside span:nth-child(1) {
    background: #D01C49;
}

.homeSec5-box1 aside span:nth-child(2) {
    background: #900CE1;
}

.homeSec5-box1 aside span:nth-child(3) {
    background: #0B4AEF;
}

.homeSec5-box2 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 0 0;
    padding: 50px 0 0 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.homeSec5-box2 ul {
    margin-left: -15px;
    margin-right: -15px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.homeSec5-box2 ul li {
    width: 33.333%;
    height: auto;
    float: left;
    display: block;
    padding: 30px 40px 0 40px;
}

.homeSec5-box2 ul li aside {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.homeSec5-box2 ul li aside span {
    position: absolute;
    left: 20px;
    ; top: -15px;
    width: auto;
    height: auto;
    background: #FFDD26;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    z-index: 2;
}

.homeSec5-box2 ul li aside figure {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    line-height: 0;
    border-radius: 10px;
}

.homeSec5-box2 ul li aside figure img {
    width: 100%;
    border-radius: 10px;
}

.homeSec6 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 70px 0;
}

.homeSec6:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec6-box1 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 0;
}
.homeSec6-box1 span.banner_we_text {
    text-align: center;
}
.homeSec6-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec6-box1 h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
    letter-spacing: 4px;
}

.homeSec6-box1 h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 48px;
    font-weight: 900;
    color: #323232;
    line-height: 70px;
}

.homeSec6-box1 aside {
    width: auto;
    height: auto;
    display: table;
    margin: 25px auto 0;
}

.homeSec6-box1 aside span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}

.homeSec6-box1 aside span:nth-child(1) {
    background: #D01C49;
}

.homeSec6-box1 aside span:nth-child(2) {
    background: #900CE1;
}

.homeSec6-box1 aside span:nth-child(3) {
    background: #0B4AEF;
}

.homeSec6-box2 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.homeSec6-box2a {
    margin-left: -15px;
    margin-right: -15px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.homeSec6-box2 ul {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 100px;
    position: relative;
}

.homeSec6-box2 ul li {
    width: 33.333%;
    height: 376px;
    float: left;
    display: block;
    padding: 30px 15px 0 15px;
    position: relative;
}

.homeSec6-box2 ul li aside {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.homeSec6-box2 ul li aside a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    padding: 30px 30px 150px 30px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    /* transition: 0.4s; */
    /* --border-angle: 0turn; */
    --main-bg: conic-gradient(from var(--, #231f20, #231f20 5%, #231f20 60%, #213 95%));
    --main-bg: conic-gradient(from var(-, #231f20, #231f20 5%, #231f20 60%, #213 95%));
    --main-bg: conic-gradient(from var(, #231f20, #231f20 5%, #231f20 60%, #213 95%));
    /* --main-bg: conic-gradient(#231f20, #231f20 5%, #231f20 60%, #213 95%); */
    background: #F2F2F2;
    background-position: center center;
    /* -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite; */
}

.homeSec6-box2 ul li aside a:hover {
    /* border: 1px solid #000; */
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.homeSec6-box2 ul li aside h4 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 34px;
    padding-bottom: 40px;
}

.homeSec6-box2 ul li aside p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
}

.homeSec6-box2 ul li aside a small {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 45px;
    height: 45px;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.homeSec6-box2 ul li aside a small.design {
    background: #000000;
}

.homeSec6-box2 ul li aside a small.technology {
    background: #000000;
}

.homeSec6-box2 ul li aside a small.marketing {
    background: #000000;
}

.homeSec6-box2 ul li aside a:hover small:after {
    background: url(../images/arrow3.png) no-repeat 0 3px;
    filter: none;
    filter: grayscale(100);
    -webkit-filter: sepia(1) brightness(0.54) saturate(0) hue-rotate(305deg);
    filter: sepia(1) brightness(0.54) saturate(0) hue-rotate(305deg);
}

.homeSec6-box2 ul li aside a small:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    background: url(../images/arrow3.png) no-repeat -32px 38px;
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    overflow: hidden;
}

.ps_dots6 {
    position: absolute!important;
    bottom: 30px;
    left: 0px ;
    right: 0;
    z-index: 9999;
    color: #fff;
    width: auto!important;
    margin: 0 auto -100px!important;
    display: table!important;
    height: 0!important;
    padding: 0 0 0 0!important;
}

.ps_dots6 li {
    width: auto!important;
    height: auto!important;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}

.ps_dots6 li button {
    display: inline-block;
    border: 0 solid;
    width: 8px!important;
    height: 8px!important;
    background-color: #ADADAD;
    border-radius: 20px;
    text-indent: -20000px;
    position: relative;
    margin: 0 2px!important;
    z-index: 99;
    cursor: pointer;
    transition: all .3s ease-in-out;
    padding: 0px!important;
}

.ps_dots6 li.slick-active button {
    width: 18px!important;
    background: #231f20;
}

.homeSec7 {
    width: 100%;
    height: auto;
    display: block;
    /* background: #323232; */
    background: rgb(208,28,73);
    background: linear-gradient(90deg, rgba(208,28,73,1) 0%, rgba(144,12,225,1) 40%, rgba(11,74,239,1) 100%);
    padding: 100px 0;
    transition: 2s;
    transition-delay: 1s;
}
section.homeSec7.active {
    /* background: #900ce1; */
    background: linear-gradient(to left, #323232 50%, #900ce1 50%) right;
    background-size: 200% 100%;
}

.homeSec7:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec7-box1 {
    width: 100%;
    min-height: 220px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
    padding: 0px 230px;
    /* overflow: hidden; */
}

.homeSec7-box1 samp {
    position: absolute;
    left: 0;
    top: 0;
    width: 254px;
    height: 310px;
    display: none;
}

.homeSec7-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.homeSec7-box1 h2 {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 1px;
}

.homeSec7-box1 h3 {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 46px;
    text-align: center;
    /* padding-bottom: 50px; */
}

.homeSec7-box1 h3 strong {
    color: #ffffff;
}

.homeSec7-box1 small {
    width: auto;
    height: auto;
    margin: 42px auto 0;
    display: table;
}

.homeSec7-box1 small a {
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    padding: 15px 46px 15px 30px;
    border-radius: 60px;
    color: #ffffff;
    position: relative;
    background-image: linear-gradient(0, #d01c49, #d01c49);
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
    border: 0px solid #464646;
    background: rgb(151,71,255);
    background: linear-gradient(90deg, rgba(151,71,255,1) 20%, rgba(11,74,239,1) 100%);
}

.homeSec7-box1 small a:hover {
    background-size: 100%;
    color: #fff;
    border: 0px solid #464646;
}
.homeSec7-box1 small a:before{content: '';position: absolute;right: 20px;top: 50%;margin-top: -6px;width: 11px;height: 11px;background: url("../images/arrow1.png") no-repeat -39px top;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.homeSec7-box1 small a:hover:before{   background: url("../images/arrow1.png") no-repeat 0 0;  }
ul.blogs_slid li aside:before {
    content: '';
    z-index: -1;
    width: 0;
    height: 0;
    left: 50%;
    top: -40px;
    position: absolute;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    border-radius: 50%;
    /* background: rgb(144 12 225 / 9%); */
    transition-delay: 1s;
}

ul.blogs_slid li aside.active:before {
    left: -25%;
    top: -25%;
    width: 150%;
    height: 150%;
}
.ml15 .word {
    display: inline-block;
    /* line-height: 1em; */
    position: inherit;
    width: auto;
    height: auto;
  }


@-webkit-keyframes bg-spin {
    to {
      --border-angle: 1turn;
    }
  }
  @keyframes bg-spin {
    to {
      --border-angle: 1turn;
    }
  }
  @property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }



  .homeSec1-box1 figure span {
    width: 16px;
    height: 13px; /* width*√3/2 */
    clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #d01c49;
    display: inline-block;
    position: absolute;
    /* left: 0px; */
    z-index: 9;
    opacity: 0;
}
.homeSec1-box1 figure span#hex1 {
    background: #d01c49;
    left: 0px;
}
.homeSec1-box1 figure span#hex2 {
    background: #900CE1;
    left: 300px;
}
.homeSec1-box1 figure span#hex3 {
    background: #0B4AEF;
    left: 100px;
}
div#TOPBANNER {
    position: relative;
}



.top_animation_box {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 99999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_line1 {
    background: #D01C49;
    height: 16px;
    margin-bottom: 8px;
}

.top_line2 {
    background: #900CE1;
    height: 16px;
    margin-bottom: 8px;
}

.top_line3 {
    -webkit-transition: background-image 0.8s ease-in-out; 
    transition: background-image 0.8s ease-in-out;
    background: #0B4AEF;
    height: 16px;
    position: relative;
}
.top_line3:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0px;
    top: 0px;
}
.pattern_image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.top_line_all_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.u_image {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 8px;
}
.logo_top_all_box {
    text-align: center;
    width: 318px;
}
.top_mid_main_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}





.chevron {
    position: absolute;
    width: 6px;
    height:120px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
    left: 50%;
    right: 50%;
    /* transform: translate(-50%, -50%); */
    background: #0B4AEF;
  }
  
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
    background: #900CE1;
  }
  
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
    background: #D01C49;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    /* background: #D01C49; */
  }
  
  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(100px);
    }
    67% {
      opacity: 1;
      transform: translateY(200px);
    }
    100% {
      opacity: 0;
      transform: translateY(300px) scale3d(0.5, 0.5, 0.5);
    }
  }
  
  .text {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    color: #545454;
    /* text-transform: uppercase; */
    white-space: nowrap;
    /* opacity: .25; */
    /* animation: pulse 2s linear alternate infinite; */
  }
  
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }



  .port_box {
    position: relative;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    width: 100%;
    /* max-width: 1120px; */
    margin: 0 auto;
}
.port_box img {
    width: 100%;
}

.port_box small {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 16px;
    position: relative;
}

.port_box small a {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}

.port_box small a span {
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.port_box small a:hover span {
    background: #0B4AEF;
}

.port_box small a:hover:after {
    background: url(../images/arrow4.png) no-repeat 0 0;
    filter: brightness(0) invert(1);
}

.port_box small a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/arrow4a.png) no-repeat -26px 26px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    overflow: hidden;
}
.port_overlay_box {
    position: absolute;
    top: 40px;
    right: 76px;
    width: 140px;
    color: #fff;
    text-align: left;
}

.port_overlay_box p {
    font-size: 14px;
    margin-top: 14px;
}

.port_overlay_box h4 {
    font-size: 20px;
}
.homeSec4-box1 span.banner_we_text h2 {
    font-size: 40px;
    line-height: 46px;
}

.homeSec6-box1 span.banner_we_text h2 {
    font-size: 26px;
    line-height: 36px;
}

.homeSec6-box1 .banner_we_text h3 {
    font-size: 40px;
    line-height: 46px;
}
section.homeSec7 span.banner_we_text h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 18px;
}
.top_ani_arrow_box {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    right: 0px;
    /* transform: translate(10px, -219%); */
}
.mobile {
    display: none;
}



@media screen and (max-width:680px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    img.banner_logo {
        right: 14px;
        top: -36px;
        transition: 0.8s;
        width: 96px;
        scale: 0.6 !important;
    }
    .top_line3 .banner_text_box {
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
    
    .top_line3 span.banner_we_text h2 {
        font-size: 40px;
        line-height: 46px;
    }
    span.banner_we_text p {
        text-align: left;
        font-size: 20px;
        margin-top: 20px;
    }
    .design-box .red-line article h2 {
        font-size: 20px;
    }
    .design-box .red-line article h2 strong {
        font-size: 26px;
    }
    .design-box1 {
        padding: 40px 20px;
    }
    .design-box1 aside {
        width: 100%;
        flex-wrap: wrap;
    }
    .design-box1 aside h2 {
        width: 100%;
        max-width: 100%;
        font-size: 24px;
        line-height: 34px;
    }
    .design-box1 aside ul {
        width: 100%;
        margin-top: 20px;
    }
    .design-box1 aside ul li {
        font-size: 14px;
    }
    .homeSec3 {
        padding-top: 80px;
    }
    .design-box small {
        margin-top: 20px;
    }
    .technology-box .red-line article h2 strong {
        font-size: 16px;
    }
    .technology-box .red-line article h2 {
        font-size: 14px;
    }
    .technology-box1 {
        flex-wrap: wrap;
        padding: 40px 20px;
    }
    .technology-box1 aside h2 {
        width: 100%;
        font-size: 24px;
        line-height: 34px;
    }
    .technology-box1 aside ul {
        width: 100%;
        margin-top: 20px;
    }
    .technology-box1 aside ul li {
        font-size: 14px;
        padding-left: 18px;
        line-height: 20px;
    }
    .marketing-box .red-line article h2 strong {
        font-size: 22px;
    }
    .marketing-box .red-line article h2 {
        font-size: 20px;
    }
    .marketing-box1 aside h2 {
        width: 100%;
        font-size: 24px;
        line-height: 34px;
    }
    .marketing-box1 aside ul {
        width: 100%;
        margin-top: 20px;
    }
    .marketing-box1 aside ul li {
        padding: 0 10px 10px 18px;
        font-size: 14px;
        line-height: 20px;
    }
    .marketing-box1 aside ul li:nth-child(3) {
        padding-left: 18px;
    }
    .marketing-box1 {
        padding: 40px 20px;
    }
    .marketing-box1 aside ul li:nth-child(2) {
        padding-left: 18px;
    }
    .technology-box1 aside ul li:nth-child(3) {
        padding-left: 18px;
    }
    .technology-box1 aside ul li:nth-child(2) {
        padding-left: 18px;
    }
    .homeSec4-box1 span.banner_we_text h2 {
        font-size: 23px;
        line-height: 30px;
        text-transform: capitalize;
        text-align: left;
    }
    .port_box img {
        width: 100%;
    }
    .homeSec7-box1 h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .homeSec7-box1 {
        padding: 0px;
    }
    span.banner_we_text.two h2 {
        font-size: 26px;
        line-height: 36px;
        text-transform: capitalize;
    }
    .technology-box .red-line article h2 strong:after {
        bottom: 4px;
    }
    .marketing-box .red-line article h2 strong:after {
        bottom: 8px;
    }
    .homeSec4 {
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .port_overlay_box {
        top: auto;
        left: 0px;
        right: initial;
        width: 100%;
        padding: 0px 40px;
        bottom: 116px;
    }
    .port_overlay_box h4 {
        font-size: 24px;
    }
    .port_overlay_box p {
        font-size: 16px;
        font-weight: 600;
    }
    .homeSec6 {
        padding-bottom: 0px;
    }
    .ps_dots6 {
        bottom: 64px;
    }
    .port_box small {
        margin-top: 0px;
    }
    .homeSec3-box1 ul li:nth-child(3) {
        padding-left: 8px;
    }
    .homeSec3-box1 ul li:nth-child(2) {
        padding-left: 5px;
    }
    .technology-box small {
        margin-top: 20px;
    }
    .marketing-box small {
        margin-top: 20px;
    }
    .homeSec4-box1 h3 {
        text-align: left;
    }
    .homeSec6-box1 .banner_we_text h3 {
        font-size: 23px;
        line-height: 30px;
        text-align: left;
    }
    .homeSec6-box1 span.banner_we_text h2 {
        font-size: 18px;
        line-height: 36px;
        text-align: left;
        font-weight: 600;
        letter-spacing: 0px;
        text-transform: capitalize;
    }
    .homeSec6-box2 ul li aside a small {
        bottom: 24px;
    }
    .homeSec2 {
        padding: 50px 0;
    }
}