/*Home*/
/**/
.homeBanner {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #000 url(../images/homebg.png) right center no-repeat;
  padding: 8% 0px 8% 0px; }
  .homeBanner .container {
    max-width: 1440px;
    height: 100%;
    z-index: 200;
    position: relative; }
  .homeBanner .wrapConIntro {
    width: 100%;
    padding: 5% 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between; }
  .homeBanner .titleWrap {
    width: 80%;
    background: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    z-index: 200;
    padding-right: 0%; }
  .homeBanner h1 {
    margin-bottom: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize; }
  .homeBanner h6 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 80px;
    font-weight: 300; }
  .homeBanner .moreBtn {
    border-radius: 30px;
    padding: 15px 36px; }
  .homeBanner .videobg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .homeBanner .videobg video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    background-size: cover; }
  .homeBanner .imgWrap {
    width: 30%; }
  .homeBanner img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .homeBanner .icoList {
    margin-top: 80px; }
    .homeBanner .icoList h4 {
      color: rgba(255, 255, 255, 0.6);
      margin: 0 auto;
      margin-bottom: 24px;
      font-size: 18px;
      text-align: center; }
    .homeBanner .icoList .listWrap {
      display: flex;
      justify-content: center;
      border-top: 1.6px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1.6px solid rgba(255, 255, 255, 0.2);
      justify-content: space-between; }
      .homeBanner .icoList .listWrap .innerImg {
        width: 100%;
        border-left: 1.6px solid rgba(255, 255, 255, 0.2);
        border-right: 1.6px rgba(255, 255, 255, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 24px 30px; }
        .homeBanner .icoList .listWrap .innerImg.last {
          border-right-style: solid; }
      .homeBanner .icoList .listWrap img {
        width: 170px;
        height: 42px;
        object-fit: contain; }
  .homeBanner .scollingArrow {
    position: absolute;
    left: 12%;
    bottom: 80px;
    background: url(../images/scroll_page_icon.svg) 20px center no-repeat;
    padding-left: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 50;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 200; }

/**/
.platformWrap {
  background: #000;
  padding: 120px 0px 160px 0px; }
  .platformWrap .introWrap {
    width: 80%; }
    .platformWrap .introWrap h4 {
      font-size: 36px;
      color: #fff;
      line-height: 1.1;
      font-weight: 300; }
      .platformWrap .introWrap h4 b {
        font-weight: 500; }
    .platformWrap .introWrap p {
      color: rgba(255, 255, 255, 0.4);
      font-weight: 300;
      font-size: 18px; }
      .platformWrap .introWrap p b {
        color: #fff; }
  .platformWrap .imgWrap {
    display: flex;
    justify-content: center; }
    .platformWrap .imgWrap img {
      max-width: 100%;
      height: auto;
      object-fit: contain; }

/**/
.ourserviceWrap {
  padding: 5% 0px;
  position: relative;
  z-index: 50;
  background: #000; }
  .ourserviceWrap .ourserviceList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px; }
  .ourserviceWrap .wrapTitleBox {
    width: 80%;
    margin: 0 auto; }
    .ourserviceWrap .wrapTitleBox h3 {
      font-size: 42px;
      color: #fff;
      font-weight: 300; }
      .ourserviceWrap .wrapTitleBox h3 b {
        font-weight: 500; }
    .ourserviceWrap .wrapTitleBox p {
      color: #fff;
      opacity: .4;
      font-size: 21px;
      text-transform: capitalize; }
  .ourserviceWrap .innerservice {
    width: 100%;
    height: 360px;
    padding: 40px 32px 40px 32px;
    margin-bottom: 40px;
    position: relative;
    background: #27272A;
    border-radius: 16px; }
    .ourserviceWrap .innerservice img {
      width: 100px;
      height: 100px;
      display: block;
      margin-bottom: 12px; }
    .ourserviceWrap .innerservice h5 {
      color: #fff;
      font-style: normal;
      font-size: 28px;
      line-height: 1.2;
      display: inline-block;
      margin-bottom: 16px;
      text-transform: capitalize; }
    .ourserviceWrap .innerservice p {
      color: #fff;
      margin-top: 16px;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      opacity: .4;
      line-height: 1.3; }

/**/
.playerPlatformWrap {
  background: #000;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 120px; }
  .playerPlatformWrap .introWrap h2 {
    font-size: 45px;
    margin-bottom: 40px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300; }
    .playerPlatformWrap .introWrap h2 b {
      color: #fff;
      font-weight: 600; }
  .playerPlatformWrap .introWrap h6 {
    font-size: 21px;
    color: #fff;
    font-weight: 300;
    opacity: .4; }
  .playerPlatformWrap .imgWrap {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center; }
    .playerPlatformWrap .imgWrap img {
      width: 100%;
      height: auto;
      object-fit: contain; }

/**/
.modularWrap {
  background: #000 url(../images/convertion-panel-bg-dark.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px; }
  .modularWrap .introWrap h2 {
    font-size: 48px;
    margin-bottom: 40px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300; }
    .modularWrap .introWrap h2 b {
      color: #fff;
      font-weight: 600; }
  .modularWrap .introWrap h6 {
    font-size: 21px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5); }
    .modularWrap .introWrap h6 b {
      color: #fff;
      font-weight: 300; }
  .modularWrap .imgWrap {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center; }
    .modularWrap .imgWrap img {
      width: 80%;
      height: auto;
      object-fit: contain; }

/**/
.newsInsightsSecion {
  padding: 100px 0px 100px 0px; }
  .newsInsightsSecion .container {
    position: relative; }
  .newsInsightsSecion .wrapTitleBox {
    text-align: left;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px; }
  .newsInsightsSecion .slideArrowGroup {
    position: absolute;
    left: auto;
    right: 0%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    gap: 16px;
    bottom: 24px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow {
      width: 50px;
      height: 50px;
      cursor: pointer;
      background: #fff;
      transition: all ease-in-out 0.3s; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow-prev {
      border: 1px solid #cccccc;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_left.svg) center center no-repeat;
      background-size: 16px 14px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-prev:hover {
        background: #29277A url(../images/slide_arrow_left_w.svg) center center no-repeat;
        background-size: 16px 14px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow-next {
      border: 1px solid #cccccc;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_right.svg) 45% center no-repeat;
      background-size: 16px 14px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-next:hover {
        background: #29277A url(../images/slide_arrow_right_w.svg) 45% center no-repeat;
        background-size: 16px 14px; }
  .newsInsightsSecion .newsinsightslist {
    padding: 20px 0px !important;
    position: relative;
    z-index: 100; }
    .newsInsightsSecion .newsinsightslist .swiper-wrapper {
      width: 100%;
      position: relative;
      z-index: 10;
      display: flex;
      justify-content: space-between; }
  .newsInsightsSecion .newsInner {
    background: #fff; }
    .newsInsightsSecion .newsInner .imgBox {
      width: 100%;
      height: 228px;
      background: #F2F3F5; }
      .newsInsightsSecion .newsInner .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .newsInsightsSecion .newsInner .txtBox {
      height: 300px;
      padding: 16px 24px 30px 24px;
      background-color: #F0F0F0 !important; }
      .newsInsightsSecion .newsInner .txtBox h4 {
        font-size: 21px;
        margin-bottom: 12px;
        color: #1E9BD7;
        font-weight: 500;
        line-height: 24px;
        text-transform: capitalize; }
        .newsInsightsSecion .newsInner .txtBox h4 a {
          color: #1E9BD7; }
      .newsInsightsSecion .newsInner .txtBox .columnTitle {
        color: #0c0c0c;
        font-size: 14px;
        margin-bottom: 12px; }
      .newsInsightsSecion .newsInner .txtBox .intro {
        font-size: 15px;
        color: #6E6E6E;
        line-height: 21px; }
      .newsInsightsSecion .newsInner .txtBox .time {
        font-size: 16px;
        color: #6E6E6E;
        line-height: 21px; }
  .newsInsightsSecion .moreListBtn {
    color: #0c0c0c;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 8px; }
    .newsInsightsSecion .moreListBtn i {
      width: 30px;
      height: 12px;
      background: url(../images/morelist_arrow.svg) center center no-repeat;
      background-size: contain;
      display: inline-block; }

@media only screen and (max-width: 1920px) {
  .homeBanner .container {
    height: 100%;
    z-index: 200;
    position: relative; }
    .homeBanner .container h2 {
      font-size: 48px; }
  .coreScalability .introWrap h3 {
    font-size: 36px; }
  .coreScalability .introWrap .intro {
    font-size: 18px; }
  .coreScalability .imgWrap img {
    max-height: 480px; }
  .modularWrap .imgWrap img {
    max-height: 450px; }
  .developerEvolution .imgWrap img {
    max-height: 520px; } }

@media only screen and (max-width: 1680px) {
  .homeBanner .container h2 {
    margin-bottom: 20px;
    font-size: 42px;
    padding: 0px; }
  .homeBanner h6 {
    font-size: 18px; }
  .homeBanner .linkbtn {
    margin-top: 20px; }
  .homeBanner .groupListBox {
    height: 100px; }
  .homeBanner .groupListBox .iconInner p {
    font-size: 21px;
    line-height: 24px; }
  .homeBanner .groupListBox .container {
    gap: 30px;
    padding: 12px 20px; }
  .homeBanner .groupListBox .iconInner i img {
    width: 56px;
    height: 56px; }
  .ourserviceWrap .innerservice {
    padding: 30px 32px 30px 32px; }
  .ourserviceWrap .innerservice img {
    width: 90px;
    height: 90px; }
  .ourserviceWrap .innerservice h5 {
    font-size: 24px;
    line-height: 1.2; }
  .ourserviceWrap .innerservice p {
    font-size: 16px; } }

@media only screen and (max-width: 1480px) {
  .homeBanner:before {
    height: 640px; }
  .homeBanner .container {
    max-width: 90%;
    padding: 0px 60px; }
  .homeBanner .container h2 {
    font-size: 42px; }
  .homeBanner .wrapConIntro {
    padding: 12% 0px 8% 0px; }
  .platformWrap .wrapTitleBox h3 {
    color: #fff;
    line-height: 1.2; }
  .aboutUsWrap h4 {
    font-size: 24px;
    line-height: 1.2; }
  .platformWrap .container {
    max-width: 100%;
    padding: 0px 60px; }
  .ourserviceWrap .wrapTitleBox h3 {
    font-size: 36px;
    line-height: 1.2; }
  .platformWrap .introWrap h4 {
    font-size: 28px; }
  .modularWrap .wrapTitleBox h3 {
    font-size: 32px; }
  .modularWrap .imgWrap img {
    max-height: 450px; }
  .modularWrap .introWrap h2,
  .playerPlatformWrap .introWrap h2 {
    font-size: 36px; }
  .modularWrap .introWrap h6,
  .playerPlatformWrap .introWrap h6 {
    font-size: 18px; } }

@media only screen and (max-width: 1360px) {
  .homeBanner:before {
    height: 450px; }
  .homeBanner .container {
    padding: 0px 0px;
    max-width: 90%; }
  .homeBanner .titleWrap {
    padding-right: 5%; }
  .homeBanner h1 {
    font-size: 48px;
    line-height: 1.2;
    width: 90%; }
  .homeBanner h5 {
    font-size: 21px;
    line-height: 1.5; }
  .homeBanner .jumbotron {
    padding: 0px; }
  .platformWrap .introWrap h4 {
    font-size: 24px; }
  .ourserviceWrap .wrapTitleBox h3 {
    font-size: 32px; }
  .ourserviceWrap .innerservice h5 {
    margin-bottom: 0px; }
  .platformWrap {
    padding-top: 8%;
    padding-bottom: 8%; }
  .platformWrap .wrapTitleBox {
    width: 90%; }
  .ourserviceWrap .innerservice {
    height: 340px; }
    .ourserviceWrap .innerservice p {
      font-size: 15px; }
  .ourserviceWrap .wrapTitleBox p {
    font-size: 18px; }
  .modularWrap .imgWrap img {
    max-height: 360px; }
  .modularWrap .introWrap h2, .playerPlatformWrap .introWrap h2 {
    font-size: 36px; } }

@media only screen and (max-width: 1280px) {
  .homeBanner .container {
    max-width: 100%; }
  .homeBanner .container h2 {
    font-size: 36px; } }

@media only screen and (max-width: 1024px) {
  .homeBanner {
    padding: 80px 80px 60px 80px; }
  .homeBanner .container {
    width: 100%;
    max-width: 100%; }
  .homeBanner .titleWrap {
    width: 100%; }
  .homeBanner .jumbotron {
    padding: 0px 5%; }
  .homeBanner .wrapConIntro {
    padding: 15% 0px 8% 0px; }
  .homeBanner h1 {
    font-size: 45px; }
  .homeBanner h6 {
    font-size: 15px; }
    .homeBanner h6 br {
      display: none; }
  .homeBanner .container h1 br {
    display: none; }
  .ourserviceWrap .wrapTitleBox h3 {
    font-size: 24px; }
  .ourserviceWrap .wrapTitleBox p {
    font-size: 16px; }
  .aboutUsWrap {
    margin-top: 40px; }
  .aboutUsWrap .imgWrap img {
    max-width: 90%; }
  .aboutUsWrap h4 {
    font-size: 21px;
    line-height: 1.2; }
  .contentGroup .intro {
    font-size: 14px;
    line-height: 1.3; }
  .ourserviceWrap .ourserviceList {
    justify-content: center;
    width: 90%;
    margin: 60px auto; }
  .modularWrap .imgWrap img {
    max-height: 320px; }
  .developerEvolution .imgWrap img {
    max-height: 360px; }
  .modularWrap .introWrap h6, .playerPlatformWrap .introWrap h6 {
    font-size: 16px; } }

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 42px;
    line-height: 1.3; }
    h1 br {
      display: none; }
  h3 {
    font-size: 28px;
    line-height: 1.3; }
    h3 br {
      display: none; }
  h4 {
    font-size: 24px;
    line-height: 1.3; }
    h4 br {
      display: none; }
  h6 {
    font-size: 16px;
    line-height: 1.3; }
  .wrapTitleBox {
    margin-bottom: 40px; }
    .wrapTitleBox .intro {
      width: 90%;
      font-size: 18px;
      line-height: 24px; }
      .wrapTitleBox .intro br {
        display: none; }
  .homeBanner {
    background-size: cover;
    padding: 0px 30px; }
    .homeBanner:before {
      height: 240px;
      background-size: cover; }
    .homeBanner .container {
      max-width: 100%;
      padding: 0px;
      padding-top: 120px; }
      .homeBanner .container .titleWrap {
        width: 96%;
        padding: 0px 5%; }
      .homeBanner .container h1, .homeBanner .container h2 {
        font-size: 28px;
        line-height: 1.2; }
      .homeBanner .container h6 {
        font-size: 15px;
        line-height: 1.4; }
        .homeBanner .container h6 br {
          display: none; }
      .homeBanner .container .linkbtn {
        margin-top: 20px;
        padding: 6px 12px;
        font-size: 12px; }
    .homeBanner .imgWrap {
      width: 60%;
      margin: 0 auto;
      margin-top: 40px; }
    .homeBanner .scollingArrow {
      left: 20px;
      bottom: 60px; }
    .homeBanner .icoList .listWrap .innerImg {
      padding: 20px 12px; }
  .cardGroupList {
    padding: 80px 0px; }
  .cardlist .card .card-body {
    min-height: auto;
    padding: 20px 32px 30px 32px; }
  .platformWrap {
    padding: 12% 0px; }
  .platformWrap .wrapTitleBox {
    width: 100%; }
  .platformWrap .introWrap {
    width: 100%;
    padding: 0px !important; }
    .platformWrap .introWrap.pr-5 {
      padding-right: 0% !important; }
  .ourserviceWrap .wrapTitleBox {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px; }
    .ourserviceWrap .wrapTitleBox h3 {
      font-size: 26px;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 20px; }
    .ourserviceWrap .wrapTitleBox p br {
      display: none; }
  .ourserviceWrap {
    padding: 10% 0px; }
  .ourserviceWrap .innerservice {
    width: 100%;
    height: auto;
    padding-bottom: 50px; }
  .ourserviceWrap .ourserviceList .col-lg-6 {
    padding: 0px; }
  .playerPlatformWrap .introWrap h2 {
    font-size: 32px;
    margin-bottom: 20px; }
  .playerPlatformWrap .introWrap h6 {
    font-size: 18px; }
  .modularWrap .introWrap h6 {
    font-size: 18px;
    opacity: .4; }
  .modularWrap .introWrap h2 {
    font-size: 32px;
    margin-bottom: 20px; }
  .ourserviceWrap .ourserviceList {
    width: 90%;
    justify-content: center;
    margin: 0px auto; }
  .newsInsightsSecion .wrapTitleBox {
    display: flex;
    flex-direction: column-reverse; }
  .newsInsightsSecion a.linkbtn {
    position: relative;
    width: 160px;
    height: 32px;
    margin-right: 12px;
    font-size: 14px;
    margin-top: 20px; }
  .newsInsightsSecion .slideArrowGroup {
    display: none; }
  .newsInsightsSecion .container {
    max-width: 100%;
    padding: 0px;
    padding-left: 16px; }
  .newsInsightsSecion .slideArrowGroup .slide-arrow {
    width: 42px;
    height: 42px; }
  .newsInsightsSecion .newsInner {
    width: 300px !important; }
  .newsInsightsSecion .titleWrap h3 {
    font-size: 24px; }
  .newsInsightsSecion .newsInner .txtBox {
    padding: 16px 16px 16px 16px;
    background-color: #fff; }
  .newsInsightsSecion .newsInner .txtBox h4 {
    font-size: 16px !important;
    line-height: 1.5; }
  .newsInsightsSecion .newsInner .txtBox p {
    font-size: 14px; }
  .newsInsightsSecion .newsInner .txtBox .columnTitle {
    color: #0c0c0c;
    font-size: 12px;
    margin-bottom: 12px; } }

@media only screen and (max-width: 640px) {
  .homeBanner .icoList .listWrap .innerImg {
    padding: 20px 12px; }
  .coreScalability .imgWrap {
    margin-bottom: 40px; } }
