/*Home*/
/**/
.homeBanner {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0px 120px 0px;
  background: #F5F8FA;
  background-size: contain; }
  .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: 50%;
    background: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    z-index: 200;
    padding-right: 10%; }
  .homeBanner h2 {
    margin-bottom: 40px;
    line-height: 1.1;
    font-weight: 500;
    color: #0c0c0c;
    text-transform: capitalize; }
    .homeBanner h2 b {
      background: linear-gradient(89.94deg, #0055FF 1.46%, #16CFF1 96.22%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      margin: 0px; }
  .homeBanner h6 {
    color: #0c0c0c;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 40px; }
  .homeBanner .imgWrap {
    width: 50%; }
  .homeBanner img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .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 .icoList h4 {
    color: rgba(0, 0, 0, 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 #58555540;
    border-bottom: 1.6px solid #58555540;
    justify-content: space-between; }
    .homeBanner .icoList .listWrap .innerImg {
      width: 100%;
      border-left: 1.6px solid #58555540;
      border-right: 1.6px #58555540;
      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: #fff; }
  .platformWrap .introWrap h4 {
    color: #212121;
    text-transform: inherit; }
  .platformWrap .imgWrap {
    display: flex;
    justify-content: center; }
    .platformWrap .imgWrap img {
      max-width: 80%;
      height: auto;
      object-fit: contain; }

/**/
.ourserviceWrap {
  padding: 5% 0px;
  position: relative;
  z-index: 50;
  background: #F5F8FA; }
  .ourserviceWrap .ourserviceList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px; }
  .ourserviceWrap .innerservice {
    width: 100%;
    padding: 40px 32px 40px 32px;
    margin-bottom: 40px;
    position: relative;
    background: #fff;
    border: 1px solid #E9EDF5;
    border-radius: 16px; }
    .ourserviceWrap .innerservice .txtBox {
      height: 180px; }
    .ourserviceWrap .innerservice h5 {
      font-style: normal;
      font-size: 28px;
      line-height: 1.2;
      display: inline-block;
      margin-bottom: 16px; }
      .ourserviceWrap .innerservice h5 b {
        background: linear-gradient(89.94deg, #162f60 1.46%, #4484FF 96.22%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        text-transform: capitalize; }
    .ourserviceWrap .innerservice p {
      margin-top: 16px;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 1.2; }

/**/
.modularWrap {
  background: url(../images/visionwrap_bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 0px;
  height: 560px; }
  .modularWrap .wrapTitleBox h2 {
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff; }
  .modularWrap .introWrap h6 {
    width: 80%;
    font-size: 24px;
    margin: 0 auto;
    color: #fff;
    text-align: center; }
  .modularWrap .imgWrap {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center; }
    .modularWrap .imgWrap img {
      max-height: 480px;
      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;
    padding: 0px 80px;
    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 {
    padding: 100px 0px 120px 0px; }
  .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 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 h6 {
    font-size: 16px; }
  .homeBanner .container {
    max-width: 90%;
    padding: 0px 60px; }
  .homeBanner .container h2 {
    font-size: 42px; }
  .homeBanner .wrapConIntro {
    padding: 5% 0px 8% 0px; }
  .platformWrap .introWrap h4 {
    font-size: 28px; }
  .aboutUsWrap h4 {
    font-size: 24px;
    line-height: 1.2; }
  .platformWrap .container {
    max-width: 100%; }
  .platformWrap .introWrap.pr-5 {
    padding-right: 0% !important; }
  .modularWrap .wrapTitleBox h3 {
    font-size: 32px; }
  .modularWrap .imgWrap img {
    max-height: 450px; } }

@media only screen and (max-width: 1360px) {
  .homeBanner {
    padding: 80px 120px 120px 120px; }
  .homeBanner:before {
    height: 450px; }
  .homeBanner .container {
    padding: 0px 0px;
    max-width: 90%; }
  .homeBanner .titleWrap {
    padding-right: 5%; }
  .homeBanner h1 {
    font-size: 32px;
    line-height: 1.2;
    width: 90%; }
  .homeBanner h5 {
    font-size: 21px;
    line-height: 1.5; }
  .homeBanner .jumbotron {
    padding: 0px; }
  .platformWrap .imgWrap img {
    max-width: 70%;
    height: auto;
    object-fit: contain; }
  .modularWrap .imgWrap img {
    max-height: 360px; } }

@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 h2 {
    font-size: 36px; }
  .homeBanner h1 {
    width: 100%; }
  .homeBanner h6 {
    font-size: 15px; }
    .homeBanner h6 br {
      display: none; }
  .homeBanner .jumbotron {
    padding: 0px 5%; }
  .homeBanner .container h1 br {
    display: none; }
  .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; }
  .modularWrap .imgWrap img {
    max-height: 320px; }
  .developerEvolution .imgWrap img {
    max-height: 360px; } }

@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; }
  .contentGroup h2 {
    font-size: 32px;
    line-height: 1.2; }
  .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 h2 {
        font-size: 32px;
        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; }
  .ourserviceWrap .ourserviceList .col-lg-6 {
    padding: 0px; }
  .ourserviceWrap .innerservice .txtBox {
    height: auto; }
  .modularWrap {
    padding-top: 80px; }
  .modularWrap .introWrap h3, .modularWrap .introWrap p {
    width: 90%; }
  .modularWrap .introWrap h6 {
    width: 80%;
    font-size: 21px; }
  .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; } }
