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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

body {
  background-color: #fff;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: 'Calisto MT'; }

p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

.container {
  width: 1520px;
  max-width: 100%; }

.btn-primary {
  border-radius: 10px 0 10px 10px;
  background: #F2BC22;
  padding: 11px 25px;
  display: inline-flex;
  align-items: center;
  gap: 0 10px; }
  .btn-primary p {
    color: #00132C !important;
    font-weight: 600 !important;
    font-size: 18px;
    font-family: Montserrat; }

.up-head {
  background-color: #00132C;
  padding: 15px 0;
  font-family: 'Montserrat'; }
  .up-head .head-inner-area {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .up-head .social-links ul {
    display: flex;
    align-items: center;
    gap: 10px; }
    .up-head .social-links ul li a {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      color: #00132C; }
  .up-head .other-links ul {
    display: flex;
    align-items: center; }
    .up-head .other-links ul li {
      border-right: 1px solid #515F72;
      padding-right: 20px;
      margin-right: 20px; }
      .up-head .other-links ul li:last-child {
        inset: 0;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        border: none; }
        .up-head .other-links ul li:last-child i {
          color: #fff; }
      .up-head .other-links ul li a {
        display: flex;
        align-items: center; }
        .up-head .other-links ul li a svg {
          width: 30px; }
        .up-head .other-links ul li a p {
          color: #fff;
          padding-left: 8px;
          font-size: 18px; }
        .up-head .other-links ul li a .flag {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          overflow: hidden; }
          .up-head .other-links ul li a .flag img {
            width: 30px;
            height: 30px;
            object-fit: cover; 
           }
      .up-head .other-links ul li .dropdown {
        display: block !important;
        display: none; }
        .up-head .other-links ul li .dropdown ul {
          display: none;
           border: none;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            padding: 10px !important;
          border-radius: 8px;
          background: #fff;
          padding: 0;
          overflow: hidden; }
          .up-head .other-links ul li .dropdown ul li {
            width: 100%;
            display: block;
            border-bottom: 1px solid #d6e5d8;
            margin-bottom: 0px;
            position: relative;
            padding: 0;
            border-right: 0; }
            .up-head .other-links ul li .dropdown ul li:hover {
              background-color: #F0F8FF; }
            .up-head .other-links ul li .dropdown ul li:last-child {
              border: none;
              padding-bottom: 0; }
              .up-head .other-links ul li .dropdown ul li a:hover{
                  color: #F2BC22;
                  border-left-color: #F2BC22;
                  background-color: transparent;
                }
                .up-head .other-links ul li .dropdown ul li a.active {
                  color: #F2BC22;
                  border-left-color: #F2BC22;
                  background-color: transparent;
                }
                 .up-head .other-links ul li .dropdown ul li a:focus{
                  color: #F2BC22;
                  border-left-color: #F2BC22;
                  background-color: transparent;
                }
            .up-head .other-links ul li .dropdown ul li a {
              color: #0C356A;
                border-left: 3px solid transparent;
                font-size: 14px;
              font-style: normal;
              font-weight: 600;
              line-height: 23px;
              padding: 6px 6px 6px 10px;
              text-align: start; }
          .up-head .other-links ul li .dropdown ul.show {
            display: block; }
        .up-head .other-links ul li .dropdown.show {
          display: block; }
        .up-head .other-links ul li .dropdown button {
          border: none;
          padding: 0;
          padding-left: 10px;
          color: #fff;
          border: none;
          background-color: transparent;
          font-size: 18px; }

header {
  background-color: #fff;
  font-family: 'Montserrat';
  padding: 10px 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.6s ease-in-out;
  z-index: 99; }
  header.fixed {
    position: fixed; }
  header .head-area {
    display: flex;
    justify-content: space-between; }
    header .head-area::after {
      content: "";
      clear: both;
      display: table; }
    header .head-area .logo-area {
      width: 110px;
      float: left; }
      header .head-area .logo-area .img-area {
        width: 110px; }
        header .head-area .logo-area .img-area img {
          width: 100%; }
    header .head-area .other-links {
      width: calc(100% - 110px);
      float: left;
      display: flex;
      align-items: center;
      justify-content: end; }
      header .head-area .other-links ul {
        display: flex;
        align-items: center;
        justify-content: end; }
        header .head-area .other-links ul li {
          padding-left: 60px;
          font-size: 18px;
          color: #00132C; }
          header .head-area .other-links ul li:first-child {
            padding-left: 0; }
          header .head-area .other-links ul li a {
            color: #00132C;
            position: relative; }
            header .head-area .other-links ul li a.active {
              color: #F2BC22;
              font-weight: 600; }
              header .head-area .other-links ul li a.active::after {
                width: 22px; }
            header .head-area .other-links ul li a::after {
              content: '';
              width: 0;
              height: 3px;
              transition: all 0.3s ease-in-out;
              position: absolute;
              left: 0;
              bottom: 0;
              margin-bottom: -8px;
              background-color: #F2BC22;
              border-radius: 5px; }
          header .head-area .other-links ul li .dropdown ul {
            display: none;
            border-radius: 10px;
            border: none;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            padding: 10px !important;
            background: #FFF;
            padding: 0;
            overflow: hidden; }
            header .head-area .other-links ul li .dropdown ul li {
              width: 100%;
              display: block;
              border-bottom: 1px solid #d6e5d8;
              margin-bottom: 0px;
              position: relative;
              padding: 0; }
              header .head-area .other-links ul li .dropdown ul li:hover {
                background-color: transparent; }
              header .head-area .other-links ul li .dropdown ul li:last-child {
                border: none;
                padding-bottom: 0; }
                header .head-area .other-links ul li .dropdown ul li a:hover{
                  color: #F2BC22;
                  border-left-color: #F2BC22;
                  background-color: transparent;
                }
                 header .head-area .other-links ul li .dropdown ul li a:focus{
                  color: #F2BC22;
                  border-left-color: #F2BC22;
                  background-color: transparent;
                }
              header .head-area .other-links ul li .dropdown ul li a {
                color: #0C356A;
                border-left: 3px solid transparent;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 23px;
                padding: 6px 6px 6px 10px;
                transition: all 0.3s ease-in-out;
                text-align: start; }
            header .head-area .other-links ul li .dropdown ul.show {
              display: block; }
          header .head-area .other-links ul li .dropdown button {
            border: none;
            padding: 0;
            padding-left: 10px;
            color: #00132C;
            border: none;
            background-color: transparent;
            font-size: 18px;
            margin: 0; }
      header .head-area .other-links button {
        margin-left: 40px; }
        header .head-area .other-links button p {
          font-weight: 600; }

.hero-section {
  position: relative;
  overflow: hidden;
 }

 .hero-section .owl-dots{
    text-align:center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.hero-section .owl-dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#F2BC22 !important;
    margin:0 5px;
    display:inline-block;
    transition:0.3s;
}

.hero-section .owl-dot.active{
    background:#002789 !important;
    width:30px;
    border-radius:20px;
}


  .hero-section .owl-carousel {
    position: relative;
    z-index: 3; }

      .hero-section .owl-carousel .owl-item{
        position: unset !important;
        height: 100% !important;
      }
  .hero-section .item .slide-in {
    display: flex;
    width: 1520px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0; 
  }
  .container-custom{
    position: relative;
  }
    .hero-section .item .left-area {
      width: 50%; }
      .hero-section .item .left-area h1 {
        font-size: 51px;
        color: #fff;
        text-align: center;
        font-weight: 700; }
      .hero-section .item .left-area h2 {
        font-size: 36px;
        color: #F2BC22;
        text-align: center;
        margin: 20px 0px;
        font-weight: 700; }
      .hero-section .item .left-area .achiver {
        margin-bottom: 30px; }
        .hero-section .item .left-area .achiver ul {
          display: flex;
          gap: 0 20px; }
          .hero-section .item .left-area .achiver ul li {
            padding: 26px;
            border-radius: 20px;
            border: 1px solid #002789;
            background: linear-gradient(110deg, rgba(9, 1, 26, 0.65) 0%, rgba(9, 1, 26, 0) 100%);
            backdrop-filter: blur(5px);
            text-align: center; }
            .hero-section .item .left-area .achiver ul li img {
              width: 32px;
              height: 32px;
              margin: 0 auto; }
            .hero-section .item .left-area .achiver ul li p {
              font-size: 18px;
              color: #fff;
              margin-top: 10px;
              font-family: 'Montserrat';
              font-weight: 500; }
      .hero-section .item .left-area .reduce {
        display: flex;
        align-items: center; }
      .hero-section .item .left-area h3 {
        font-size: 40px;
        color: #fff;
        font-weight: 700; }
      .hero-section .item .left-area .quto-area {
        border-radius: 20px;
        border: 1px solid #002789;
        background: #07133C;
        backdrop-filter: blur(5px);
        padding: 40px 64px;
        color: #fff; }
        .hero-section .item .left-area .quto-area h4 {
          font-size: 30px;
          margin-bottom: 20px;
          font-weight: 700; }
        .hero-section .item .left-area .quto-area .user-quto {
          display: flex; }
          .hero-section .item .left-area .quto-area .user-quto::after {
            content: "";
            clear: both;
            display: table; }
          .hero-section .item .left-area .quto-area .user-quto .img-area {
            width: 56px;
            height: 56px;
            float: left;
            border-radius: 10px;
            overflow: hidden; }
            .hero-section .item .left-area .quto-area .user-quto .img-area img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .hero-section .item .left-area .quto-area .user-quto p {
            font-size: 18px;
            width: calc(100% - 56px);
            float: left;
            padding-left: 10px;
            font-family: 'Montserrat'; }
    .hero-section .item .right-area {
      width: 50%;
      padding-left: 50px;
      position: relative;
      z-index: 3; }
      .hero-section .item .right-area .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .hero-section .video-set {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%; }
    .hero-section .video-set video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero-section .info-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    font-family: 'Montserrat'; }
    .hero-section .info-area::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background-color: #fff;
      height: 100%;
      top: 0;
      z-index: -1; }
    .hero-section .info-area .info-in {
      background-color: #F2BC22;
      display: flex;
      align-items: center;
      padding: 25px 44px;
      border-radius: 0 0 80px 80px; }
      .hero-section .info-area .info-in p {
        font-size: 26px;
        color: #00132C;
        width: 366px;
        max-width: 100%;
        font-weight: 600;
        line-height: 30px; }
      .hero-section .info-area .info-in ul {
        display: flex;
        align-items: center; }
        .hero-section .info-area .info-in ul li {
          border-left: 1.5px solid #00132c;
          padding-left: 23px;
          margin-left: 23px; }
          .hero-section .info-area .info-in ul li svg {
            width: 30px; }
          .hero-section .info-area .info-in ul li p {
            color: #00132C;
            font-size: 20px;
            width: 100%;
            margin: 5px 0;
            font-weight: 600; }
          .hero-section .info-area .info-in ul li span {
            font-size: 18px;
            font-weight: 500; }
  .hero-section .owl-nav button {
    position: absolute;
    left: 2%;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .hero-section .owl-nav button.owl-next {
      left: unset;
      right: 2%; }
    .hero-section .owl-nav button i {
      color: #fff;
      font-size: 24px; }

.brands-section {
  padding: 40px 0px;
  overflow: hidden; }
  .brands-section.two .cover-up {
    background-color: #FFF9E9; }
  .brands-section .brands-section-title {
    position: relative;
    text-align: center; }
    .brands-section .brands-section-title .titlw-brnd {
      position: relative;
      display: inline-block;
      padding: 15px 80px;
      color: #fff;
      font-weight: 700;
      font-size: 22px;
      z-index: 2; }
  .brands-section .titlw-brnd::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 60'><path d='M0 0H250L234.442 46.3627C231.708 54.51 224.075 60 215.481 60H34.5189C25.9251 60 18.292 54.51 15.558 46.3627L0 0Z' fill='%230C356A'/></svg>") no-repeat center;
    background-size: 100% 100%; }
  .brands-section .cover-up {
    position: relative;
    border-radius: 30px;
    background: #F0F8FF;
    padding: 0 0px 30px 0px; }
  .brands-section .titlw-brnd {
    text-align: center;
    margin-bottom: 40px; }
    .brands-section .titlw-brnd h3 {
      display: inline-block;
      clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
      background-color: #0C356A;
      padding: 2px 66px;
      color: #FFF;
      text-align: center;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px; }
  .brands-section .owl-carousel .owl-stage {
    display: flex;
    transition-timing-function: linear !important; }
  .brands-section .owl-item {
    height: 100%; }
    .brands-section .owl-item .item {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      border: 1px solid #DDD;
      background: #FFF;
      padding: 20px 30px; }
      .brands-section .owl-item .item .img-area {
        height: 70px; }
        .brands-section .owl-item .item .img-area img {
          width: 100%;
          height: 100%;
          object-fit: contain; }

.time-line {
  background: #0C356A;
  padding: 80px 0;
  position: relative; }
  .time-line::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1520px;
    max-width: 100%;
    background-image: url("../images/timeline-mmap.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: calc(100% - 30%);
    margin: 0 auto; }
  .time-line .container {
    position: relative;
    z-index: 2; }
  .time-line .head-area h3 {
    color: #fff !important; }
  .time-line .head-area p {
    padding-top: 10px;
    font-size: 20px;
    font-family: Montserrat;
    color: #fff; }
  .time-line #timeline {
    position: relative; }
    .time-line #timeline .owl-stage {
      display: flex;
      align-items: center;
      position: relative;
      height: 200px; }
      .time-line #timeline .owl-stage::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        transform: translateY(-50%); }
    .time-line #timeline .owl-item.center .item .year {
      width: 200px;
      height: 200px;
      background-color: #F2BC22; }
      .time-line #timeline .owl-item.center .item .year h3 {
        display: block;
        font-size: 50px;
        color: #000; }
    .time-line #timeline .owl-item.center .item .img-area {
      display: block; }
    .time-line #timeline .owl-item.center .item p {
      display: block; }
    .time-line #timeline .owl-item.prev-near .item .year, .time-line #timeline .owl-item.next-near .item .year {
      width: 120px !important;
      height: 120px !important; }
      .time-line #timeline .owl-item.prev-near .item .year h3, .time-line #timeline .owl-item.next-near .item .year h3 {
        font-size: 30px;
        display: block; }
    .time-line #timeline .owl-item .item {
      margin: 0 auto; }
      .time-line #timeline .owl-item .item .year {
        width: 60px;
        height: 60px;
        border: 4px solid #fff;
        border-radius: 50%;
        margin-bottom: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Montserrat;
        background-color: #0C356A;
        margin: 0 auto; }
        .time-line #timeline .owl-item .item .year h3 {
          color: #FFF;
          text-align: center;
          font-size: 30px;
          font-style: normal;
          font-weight: 700;
          display: none; }
    .time-line #timeline .owl-nav {
      position: relative;
      z-index: 3; }
      .time-line #timeline .owl-nav button {
        position: absolute;
        left: 0;
        top: -126px;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        z-index: 9; }
        .time-line #timeline .owl-nav button.owl-next {
          left: unset;
          right: 0; }
        .time-line #timeline .owl-nav button i {
          font-size: 37px;
          color: #0C356A;
          font-weight: 500; }
  .time-line .timeline-content {
    text-align: center;
    margin-top: 50px; }
    .time-line .timeline-content .img-area {
      width: 231px;
      margin: 0 auto; }
       .time-line .timeline-content .img-area:has(img.d-none) {
        width: 100%;
         } 
      .time-line .timeline-content .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .time-line .timeline-content p {
      width: 700px;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 30px;
      font-size: 20px;
      color: #fff;
      font-family: Montserrat; }

.smart-hire-section {
  padding: 80px 0 40px 0; }
  .smart-hire-section .content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #F2BC22; }
  .smart-hire-section .content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0C356A; }
  .smart-hire-section .content p {
    font-size: 20px;
    color: #3B424A;
    margin-top: 15px;
    font-family: 'Montserrat'; }
  .smart-hire-section .img-area {
    width: 100%;
    height: 100%;
    padding-left: 140px; }
    .smart-hire-section .img-area img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.our-core-section .head-title h2 {
  font-size: 48px;
  text-align: center;
  color: #0C356A;
  font-weight: 700; }
.our-core-section .location-content {
  display: flex;
  justify-content: space-between;
  padding-top: 25px; }
  .our-core-section .location-content .location-box {
    width: 410px;
    border-radius: 20px;
    border: 2px solid #FFF;
    overflow: hidden;
    transition: width 0.3s ease;
    position: relative;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .our-core-section .location-content .location-box::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 19, 44, 0.4) 0%, rgba(0, 19, 44, 0.8) 100%); }
    .our-core-section .location-content .location-box.expand {
      border-color: transparent;
      border: none; }
      /* .our-core-section .location-content .location-box.expand::after {
        content: none; } */
      .our-core-section .location-content .location-box.expand .content-area {
        top: unset; }
        .our-core-section .location-content .location-box.expand .content-area h2 {
          display: none; }
        .our-core-section .location-content .location-box.expand .content-area h5 {
          transform: rotate(0deg) translate(0px, 0px); }
        .our-core-section .location-content .location-box.expand .content-area p {
          transform: scale(1); }
    .our-core-section .location-content .location-box .location-image {
      transform: scale(1);
      transition: transform 0.3s ease; }
    .our-core-section .location-content .location-box .content-area {
      position: absolute;
      bottom: 0;
      left: 0;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      color: #fff;
      z-index: 2;
      top: 0;
      width: 100%;
      right: 0; }
      .our-core-section .location-content .location-box .content-area h2 {
        text-align: center;
        font-size: 25px;
        padding-top: 14px;
        font-weight: 700; }
      .our-core-section .location-content .location-box .content-area h5 {
        color: #FFF;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 10px;
        transform: rotate(-90deg) translate(-355px, 0px);
        transition: 0.4s ease-in-out;
        z-index: 3;
        white-space: nowrap; }
      .our-core-section .location-content .location-box .content-area p {
        transform: scale(0);
        transition: 0.4s ease-in-out;
        font-family: Montserrat;
        font-size: 18px;
        color: #fff; }
.our-core-section .btn-primary {
  display: inline-flex;
  margin-top: 40px; }

.slider-section {
  overflow: hidden;
  padding: 100px 0;
  /* Main marquee */
  /* Container */
  /* Moving content */
  /* Text item */ }
  .slider-section .rkit-text-marquee-widget-container {
    --e-transform-rotateZ: 3deg;
    position: relative;
    z-index: 2;
    transform: rotate(var(--e-transform-rotateZ));
    width: 103%;
    margin-left: -37px; }
    .slider-section .rkit-text-marquee-widget-container.two {
      --e-transform-rotateZ: -3deg;
      z-index: 1;
      margin-top: -67px; }
      .slider-section .rkit-text-marquee-widget-container.two .rkit-text-marquee {
        background-color: #F2BC22; }
        .slider-section .rkit-text-marquee-widget-container.two .rkit-text-marquee .rkit-marquee-item h2 {
          color: #00132C; }
        .slider-section .rkit-text-marquee-widget-container.two .rkit-text-marquee .rkit-marquee-content {
          animation: marquee 16s linear infinite reverse; }
  .slider-section .rkit-text-marquee {
    border: 1px solid #F2BC22;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    border-width: 1px 0 1px 0; }
  .slider-section .rkit-marquee-container {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row; }
  .slider-section .rkit-marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marquee 16s linear infinite; }
  .slider-section .rkit-marquee-item {
    white-space: nowrap;
    padding-right: 20px; }
  .slider-section .rkit-marquee-item h2 {
    color: #F2BC22;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    font-family: Montserrat; }

    @keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.explore-bpo {
  padding: 60px 0; }
  .explore-bpo .head-title {
    margin-bottom: 30px; }
    .explore-bpo .head-title h2 {
      color: #0C356A;
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
  .explore-bpo .item-area {
    border-radius: 30px;
    background: linear-gradient(99deg, #FFF9EA 1.5%, #E0F7FE 100%);
    padding: 20px;
    padding-bottom: 30px; }
    .explore-bpo .item-area .img-area {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .explore-bpo .item-area .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .explore-bpo .item-area .title-area {
      display: flex;
      margin: 20px 0; }
      .explore-bpo .item-area .title-area .icon-area {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #F2BC22;
        display: flex;
        justify-content: center;
        align-items: center; }
        .explore-bpo .item-area .title-area .icon-area img {
          width: 35px; }
      .explore-bpo .item-area .title-area h4 {
        width: calc(100% - 64px);
        padding-left: 15px;
        color: #0C356A;
        font-size: 30px;
        font-style: normal;
        font-weight: 700; }
    .explore-bpo .item-area p {
      font-size: 18px;
      color: #3B424A;
      font-family: Montserrat;
      line-height: 24px; }
  .explore-bpo .btn-primary {
    margin-top: 40px; }

.job-section {
  background: #FFF9E9;
  padding: 80px 0; }
  .job-section.other {
    background-color: transparent; }
    .job-section.other .item {
      margin-bottom: 40px;
      border: 1px solid #E1E4EB;
      box-shadow: none !important; }
      .job-section.other .item .btn-primary:hover p {
        color: #fff !important; }
      .job-section.other .item .btn-primary p {
        color: #F2BC22 !important; }
  .job-section .head-area-in {
    display: flex;
    justify-content: space-between; }
    .job-section .head-area-in h4 {
      font-size: 40px;
      color: #F2BC22;
      font-weight: 700;
      line-height: 56px; }
    .job-section .head-area-in h3 {
      padding: 20px 0px;
      font-size: 48px;
      color: #0C356A;
      font-weight: 700;
      line-height: 56px; }
    .job-section .head-area-in p {
      font-size: 18px;
      font-family: Montserrat;
      padding-top: 15px; }
    .job-section .head-area-in .btn-primary p {
      padding: 0;
      white-space: nowrap; }
  .job-section .job-listed {
    padding-left: calc(100% - 89%);
    margin-top: 10px; }
    .job-section .job-listed .owl-item {
      padding: 20px 0; }
    .job-section .job-listed .item {
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 1px 4px 0 rgba(59, 66, 74, 0.1);
      padding: 30px; }
      .job-section .job-listed .item .badge {
        border-radius: 30px;
        background: #F0F8FF;
        padding: 4px 20px; }
        .job-section .job-listed .item .badge p {
          color: #3B424A;
          font-family: Montserrat;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 32px; }
      .job-section .job-listed .item h3 {
        color: #0C356A;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        font-family: Montserrat;
        margin: 25px 0; }
      .job-section .job-listed .item ul li {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .job-section .job-listed .item ul li::after {
          content: "";
          clear: both;
          display: table; }
        .job-section .job-listed .item ul li svg {
          width: 20px;
          height: 20px;
          float: left; }
        .job-section .job-listed .item ul li p {
          width: calc(100% - 20px);
          float: left;
          padding-left: 10px;
          color: #3B424A;
          font-family: Montserrat;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 32px; }
      .job-section .job-listed .item .btn-primary {
        border-radius: 10px 0 10px 10px;
        border: 2px solid #F2BC22;
        background: #fff;
        width: 100%;
        justify-content: center;
        transition: all 0.3s ease-in-out; }
        .job-section .job-listed .item .btn-primary:hover {
          background-color: #F2BC22; }
          .job-section .job-listed .item .btn-primary:hover p {
            color: #fff; }
          .job-section .job-listed .item .btn-primary:hover svg path {
            stroke: #fff; }
        .job-section .job-listed .item .btn-primary p {
          color: #F2BC22; }
        .job-section .job-listed .item .btn-primary svg path {
          stroke: #F2BC22; }

.trust-by-section {
  padding: 80px 0; }
  .trust-by-section .head-area {
    text-align: center;
    margin-bottom: 60px; }
    .trust-by-section .head-area h4 {
      font-size: 40px;
      font-weight: 700;
      color: #F2BC22; }
    .trust-by-section .head-area h3 {
      font-size: 48px;
      font-weight: 700;
      color: #0C356A; }
  .trust-by-section .item-e {
    border-radius: 20px;
    border: 1px solid #E1E4EB;
    background: var(--Light-98, #F9FAFB);
    padding: 16px; }
    .trust-by-section .item-e::after {
      content: "";
      clear: both;
      display: table; }
    .trust-by-section .item-e .left-area {
      width: 220px;
      float: left; }
      .trust-by-section .item-e .left-area .img-area {
        width: 220px;
        height: 220px;
        border-radius: 10px;
        overflow: hidden; }
        .trust-by-section .item-e .left-area .img-area img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .trust-by-section .item-e .right-area {
      width: calc(100% - 220px);
      padding-left: 10px;
      float: left; }
      .trust-by-section .item-e .right-area .name {
        font-family: Montserrat;
        color: #3B424A;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
        align-items: start; }
        .trust-by-section .item-e .right-area .name h6 {
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 140%;
          /* 25.2px */ }
        .trust-by-section .item-e .right-area .name p {
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%;
          /* 24px */ }
        .trust-by-section .item-e .right-area .name img {
          width: 50px; }
      .trust-by-section .item-e .right-area p {
        font-size: 17px;
        font-style: normal;
        font-family: Montserrat;
        color: #3B424A;
        font-weight: 500;
        line-height: 150%;
        /* 25.5px */ }
  .trust-by-section .slide-trust {
    margin-top: 20px;
    position: relative; }
    .trust-by-section .slide-trust .item {
      padding: 24px;
      border-radius: 20px;
      border: 1px solid var(--Light-90, #E1E4EB);
      background: var(--Light-98, #F9FAFB); }
      .trust-by-section .slide-trust .item .user-name {
        display: flex;
        align-items: start;
        border-bottom: 1px solid #E7E9EF;
        padding-bottom: 12px;
        margin-bottom: 12px; }
        .trust-by-section .slide-trust .item .user-name::after {
          content: "";
          clear: both;
          display: table; }
        .trust-by-section .slide-trust .item .user-name .img-area {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          overflow: hidden;
          background-color: #000;
          float: left; }
          .trust-by-section .slide-trust .item .user-name .img-area img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .trust-by-section .slide-trust .item .user-name .name-set {
          width: calc(100% - 40px);
          padding-left: 10px;
          float: left;
          font-family: Montserrat;
          display: flex;
          justify-content: space-between;
          align-items: start; }
          .trust-by-section .slide-trust .item .user-name .name-set h5 {
            color: #3B424A;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%; }
          .trust-by-section .slide-trust .item .user-name .name-set p {
            color: #3B424A;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%; }
          .trust-by-section .slide-trust .item .user-name .name-set img {
            width: 30px; }
      .trust-by-section .slide-trust .item p {
        color: #3B424A;
        font-family: Montserrat;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; }

.frequently-section {
  background-color: #F0F8FF;
  padding: 80px 0; }
  .frequently-section .head-area {
    text-align: center;
    margin-bottom: 60px; }
    .frequently-section .head-area h4 {
      font-size: 40px;
      font-weight: 700;
      color: #F2BC22; }
    .frequently-section .head-area h3 {
      font-size: 48px;
      font-weight: 700;
      color: #0C356A; }
  .frequently-section .accordion {
    display: flex;
    align-items: start;
    flex-wrap: wrap; }
    .frequently-section .accordion .accordion-item {
      margin-bottom: 15px;
      border-radius: 4px 16px 16px 4px;
      border-left: 7px solid #E9EFF5;
      background: #fff;
      box-shadow: 0 1px 4px 0 rgba(12, 53, 106, 0.1);
      padding: 23px 20px; }
      .frequently-section .accordion .accordion-item:has(.show) {
        background: #FFF9E9;
        border-color: #F8EAC2; }
        .frequently-section .accordion .accordion-item:has(.show) .accordion-header .accordion-button::after {
          filter: invert(1); }
      .frequently-section .accordion .accordion-item .accordion-header {
        border: none;
        background: transparent; }
        .frequently-section .accordion .accordion-item .accordion-header .accordion-button {
          border: none;
          background-color: transparent;
          padding: 0;
          color: #3B424A;
          font-family: Montserrat;
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: 32px;
          padding-left: 53px;
          box-shadow: none; }
          .frequently-section .accordion .accordion-item .accordion-header .accordion-button::after {
            position: absolute;
            left: 0;
            margin-left: 16px;
            filter: invert(0); }
      .frequently-section .accordion .accordion-item .accordion-body {
        padding: 20px 0 0 54px; }
        .frequently-section .accordion .accordion-item .accordion-body p {
          color: #3B424A;
          font-family: Montserrat;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px; }

.tranform-business {
  padding: 80px 0;
  position: relative; }
  .tranform-business .content-area {
    text-align: center;
    border-radius: 100px 70px 40px 0;
    background: linear-gradient(99deg, #FFF9EA 1.5%, #E0F7FE 100%);
    padding: 126px 0;
    position: relative; }
    .tranform-business .content-area .up-lyer {
      position: relative;
      z-index: 2; }
    .tranform-business .content-area h6 {
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px;
      width: 600px;
      max-width: 100%;
      margin: 0 auto;
      color: #F2BC22; }
    .tranform-business .content-area h3 {
      font-size: 48px;
      font-style: normal;
      font-weight: 400;
      line-height: 56px;
      width: 718px;
      max-width: 100%;
      margin: 10px auto;
      color: #00132C; }
      .tranform-business .content-area h3 span {
        font-weight: 700; }
    .tranform-business .content-area p {
      margin-top: 20px;
      font-size: 18px;
      font-family: Montserrat;
      margin-bottom: 30px; }
    .tranform-business .content-area .btn-primary p {
      margin: 0; }
    .tranform-business .content-area .trsnf-ig {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .tranform-business .content-area .trsnf-ig img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.how-we-work {
  padding: 80px 0; }
  .how-we-work .head-area-in {
    text-align: center;
    margin-bottom: 60px; }
    .how-we-work .head-area-in h4 {
      font-size: 40px;
      font-weight: 700;
      color: #F2BC22; }
    .how-we-work .head-area-in h3 {
      font-size: 48px;
      font-weight: 700;
      color: #0C356A; }
  .how-we-work .setps-area {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 120px 0; }
    .how-we-work .setps-area .item {
      width: 25%; }
      .how-we-work .setps-area .item:nth-child(even) .step-se {
        margin-top: -127px;
        clip-path: polygon(47% 0%, 100% 23%, 100% 100%, 0% 100%, 0% 23%); }
        .how-we-work .setps-area .item:nth-child(even) .step-se h5 {
          padding-bottom: 0px;
          padding-top: 120px; }
      .how-we-work .setps-area .item:nth-child(even) .content {
        margin-top: 0px; }
      .how-we-work .setps-area .item .step-se {
        text-align: center;
        border-radius: 20px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 55%, 0% 70%);
        background: #F2BC22;
        position: relative;
        padding: 32px; }
        .how-we-work .setps-area .item .step-se h5 {
          font-size: 30px;
          font-family: Montserrat;
          color: #00132C;
          font-weight: 700;
          padding-bottom: 120px; }
      .how-we-work .setps-area .item .content {
        position: relative;
        width: calc(100% - 15%);
        margin: 0 auto;
        margin-top: -127px;
        padding: 28px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
        text-align: center;
        z-index: 2; }
        .how-we-work .setps-area .item .content .icon {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #CFE1F2;
          margin: 0 auto; }
          .how-we-work .setps-area .item .content .icon img {
            width: 50px;
            object-fit: contain; }
        .how-we-work .setps-area .item .content p {
          font-size: 20px;
          color: #00132C;
          font-family: Montserrat;
          font-weight: 600;
          padding-top: 15px; }
    .how-we-work .setps-area .arrow {
      position: absolute;
      left: 20%;
      top: 0; }
      .how-we-work .setps-area .arrow.two {
        right: 20%;
        left: unset; }
      .how-we-work .setps-area .arrow.down {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: unset;
        bottom: 0;
        text-align: center; }

footer {
  background-color: #00132C;
  border-radius: 100px 100px 0px 0;
  padding: 90px 0; }
  footer h2 {
    color: #F2BC22;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.2px; }
  footer .foot-ine {
    margin-top: 15px; }
    footer .foot-ine .logo-area {
      display: flex;
      align-items: center; }
      footer .foot-ine .logo-area::after {
        content: "";
        clear: both;
        display: table; }
      footer .foot-ine .logo-area img {
        width: 208px;
        float: left; }
      footer .foot-ine .logo-area p {
        width: calc(100% - 208px);
        float: left;
        color: #FFF;
        text-align: justify;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 187.5% */
        padding-left: 30px; }
  footer .links-area h5 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px; }
  footer .links-area ul li a {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 225% */ }
  footer .subscribe {
    margin: 20px 0; }
    footer .subscribe h5 {
      color: #fff;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 10px; }
    footer .subscribe p {
      color: #fff;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
    footer .subscribe .emil-aea {
      border-radius: 5px;
      background: #FFF;
      display: flex;
      justify-content: space-between;
      padding: 5px; }
      footer .subscribe .emil-aea input {
        border: none;
        box-shadow: none;
        color: #3B424A;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: calc(100% - 54px); }
        footer .subscribe .emil-aea input:focus {
          border: none;
          box-shadow: none;
          outline: none; }
        footer .subscribe .emil-aea input::placeholder {
          color: #3B424A;
          font-family: Montserrat;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal; }
      footer .subscribe .emil-aea button {
        border-radius: 5px;
        background: #F2BC22;
        color: #3B424A;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 11px; }
  footer .social-links ul {
    display: flex;
    align-items: center;
    gap: 10px; }
    footer .social-links ul li a {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      color: #00132C; }

.copy-right {
  background-color: #F2BC22;
  padding: 10px; }
  .copy-right p {
    color: #00132C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
    .copy-right p a {
      color: #00132C; }

.breadcrumb {
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 167px 0px 40px 0px;
  position: relative; }
  .breadcrumb::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0, 16, 68, 0.6);
    mix-blend-mode: overlay; }
  .breadcrumb .content {
    position: relative;
    z-index: 1; }
    .breadcrumb .content h2 {
      font-size: 64px;
      color: #fff;
      padding-bottom: 90px;
      font-weight: 700; }
    .breadcrumb .content ul {
      display: flex;
      align-items: center; }
      .breadcrumb .content ul li {
        padding-left: 35px;
        font-size: 18px;
        font-family: Montserrat;
        color: #fff;
        position: relative; }
        .breadcrumb .content ul li::after {
          position: absolute;
          content: '\f324';
          right: -24px;
          top: 0;
          font-family: 'Font Awesome 5 Pro';
          color: #fff;
          font-size: 12px;
          padding-top: 5px;
          font-weight: 600; }
        .breadcrumb .content ul li:first-child {
          padding-left: 0; }
        .breadcrumb .content ul li:last-child::after {
          content: none; }
        .breadcrumb .content ul li a {
          color: #F2BC22;
          font-weight: 600; }

.permier-hr-section {
  padding: 80px 0;
  background-color: #0C356A; }
  .permier-hr-section.other {
    background-color: #fff; }
    .permier-hr-section.other .head-area h3 {
      font-size: 40px;
      color: #F2BC22;
      font-weight: 700;
      padding-bottom: 10px; }
    .permier-hr-section.other .head-area h2 {
      color: #0C356A; }
    .permier-hr-section.other .head-area p {
      color: #3B424A; }
  .permier-hr-section .head-area {
    margin-bottom: 40px;
    text-align: center; }
    .permier-hr-section .head-area h2 {
      font-size: 48px;
      font-weight: 700;
      color: #fff;
      width: 800px;
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 20px; }
    .permier-hr-section .head-area p {
      color: #fff;
      width: 1200px;
      font-weight: 400;
      max-width: 100%;
      margin: 0 auto;
      font-size: 20px;
      font-family: Montserrat; }
  .permier-hr-section .video-setion {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 600px; }
    .permier-hr-section .video-setion video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .permier-hr-section .video-setion .shadow {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      mix-blend-mode: overlay; }
      .permier-hr-section .video-setion .shadow img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .permier-hr-section .video-setion .overlap-vdieo {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2; }

.trust-pr-section {
  background-color: #F0F8FF;
  padding: 100px 0;
  position: relative;
  padding-bottom: 130px; }
  .trust-pr-section.two {
    background-color: #FFF9E9; }
  .trust-pr-section.mpo {
    background-color: transparent; }
  .trust-pr-section.map {
    padding: 0; }
    .trust-pr-section.map .outer-box {
      top: 0; }
      .trust-pr-section.map .outer-box .img-area {
        border-radius: 0; }
    .trust-pr-section.map .content {
      padding: 140px 0;
      padding-bottom: 200px; }
  .trust-pr-section.other .outer-box {
    right: unset;
    left: 0; }
    .trust-pr-section.other .outer-box .img-area {
      height: 500px;
      border-radius: 0px 400px 400px 0px; }
    .trust-pr-section.other .outer-box .badge-st {
      right: -56px;
      left: unset; }
  
    .trust-pr-section .content h3 {
      font-size: 40px;
      color: #F2BC22;
      font-weight: 700;
      padding-bottom: 10px; }
    .trust-pr-section .content h2 {
      font-size: 48px;
      color: #0C356A;
      padding-bottom: 20px;
      font-weight: 700; }
    .trust-pr-section .content p {
      font-size: 20px;
      color: #3B424A;
      padding-bottom: 20px;
      font-family: Montserrat; }
    .trust-pr-section .content h5 {
      font-size: 20px;
      font-family: Montserrat;
      color: #F2BC22;
      font-weight: 700;
      margin-bottom: 15px; }
    .trust-pr-section .content ul {
      padding-left: 15px;
      margin-bottom: 15px; }
      .trust-pr-section .content ul li {
        font-family: Montserrat;
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 10px;
        font-weight: 500;
        position: relative; }
        .trust-pr-section .content ul li::after {
          content: '';
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #000;
          position: absolute;
          left: 0;
          top: 10px; }
        .trust-pr-section .content ul li span {
          font-weight: 700; }
  .trust-pr-section .outer-box {
    position: absolute;
    right: 0;
    top: 13%;
    width: 45%; }
    .trust-pr-section .outer-box .img-area {
      border-radius: 400px 0 0 400px;
      height: 450px;
      overflow: hidden; }
      .trust-pr-section .outer-box .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .trust-pr-section .outer-box .badge-st {
      width: 120px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: -56px;
      top: 50%;
      transform: translate(0% , -50%);
      background-color: #F2BC22;
      border-radius: 50%;
      overflow: hidden; }
      .trust-pr-section .outer-box .badge-st img {
        width: 80px;
            right: -34px;
        height: 80px;
        object-fit: contain; }

       

.local-exp-aea {
  position: relative;
  top: -90px; }
  .local-exp-aea .in-warap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 1px solid #E1E4EB;
    background: #fff;
    padding: 15px 20px;
    gap: 0 65px;
    align-items: center; }
    .local-exp-aea .in-warap .places {
      border-right: 1px solid #E1E4EB;
      padding-right: 65px; }
      .local-exp-aea .in-warap .places.two {
        border: none;
        padding: 0; }
      .local-exp-aea .in-warap .places h4 {
        color: #0C356A;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 10px; }
      .local-exp-aea .in-warap .places ul {
        display: flex;
        gap: 0 65px; }
        .local-exp-aea .in-warap .places ul li .img-area {
          width: 60px;
          height: 60px;
          border-radius: 20px;
          margin: 0 auto;
          overflow: hidden; }
          .local-exp-aea .in-warap .places ul li .img-area img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .local-exp-aea .in-warap .places ul li p {
          color: #3B424A;
          text-align: center;
          font-family: Montserrat;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 32px;
          margin-top: 4px; }
    .local-exp-aea .in-warap .star-vis {
      width: 152px;
      height: 120px; }
      .local-exp-aea .in-warap .star-vis img {
        width: 100%;
        height: 100%; }

.Powerful-Ecosystem-section {
  overflow: hidden;
  display: flex; }
  .Powerful-Ecosystem-section::after {
    content: "";
    clear: both;
    display: table; }
  .Powerful-Ecosystem-section.white-side .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff; }
    .Powerful-Ecosystem-section.white-side .content h2 {
      color: #0C356A; }
    .Powerful-Ecosystem-section.white-side .content p {
      color: #0C356A; }
  .Powerful-Ecosystem-section .img-area {
    width: 45%;
    float: left;
    position: relative; }
    .Powerful-Ecosystem-section .img-area img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .Powerful-Ecosystem-section .img-area .badge-st {
      border-radius: 30px;
      background: #fff;
      overflow: hidden;
      width: 490px;
      position: absolute;
      right: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 30px;
      margin: 0 auto; }
  .Powerful-Ecosystem-section .content {
    width: calc(100% - 45%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    float: left;
    background-color: #0C356A;
    padding: 40px 116px; }
    .Powerful-Ecosystem-section .content h3 {
      font-size: 40px;
      color: #F2BC22;
      font-weight: 700;
      padding-bottom: 10px; }
    .Powerful-Ecosystem-section .content h2 {
      font-size: 48px;
      color: #fff;
      padding-bottom: 20px;
      font-weight: 700; }
    .Powerful-Ecosystem-section .content p {
      font-size: 20px;
      color: #fff;
      padding-bottom: 20px;
      font-family: Montserrat;
      font-weight: 400; }
    .Powerful-Ecosystem-section .content h5 {
      font-size: 20px;
      font-family: Montserrat;
      color: #F2BC22;
      font-weight: 700;
      margin-bottom: 15px; }
    .Powerful-Ecosystem-section .content ul {
      padding-left: 15px;
      margin-bottom: 15px; }
      .Powerful-Ecosystem-section .content ul li {
        font-family: Montserrat;
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 10px;
        font-weight: 500;
        position: relative;
        color: #fff; }
        .Powerful-Ecosystem-section .content ul li::after {
          content: '';
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 10px; }
        .Powerful-Ecosystem-section .content ul li span {
          font-weight: 700; }

.staff-selection-section {
  padding: 80px 0;
  background-color: #FFF9E9; }
  .staff-selection-section .head-area {
    text-align: center;
    margin-bottom: 40px; }
    .staff-selection-section .head-area h3 {
      font-size: 40px;
      color: #F2BC22;
      font-weight: 700;
      line-height: 56px; }
    .staff-selection-section .head-area h2 {
      font-size: 48px;
      color: #0C356A;
      font-weight: 700;
      line-height: 56px; }
  .staff-selection-section .item-area {
    margin-bottom: 40px; }
    .staff-selection-section .item-area .img-area {
      border-radius: 30px;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .staff-selection-section .item-area .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .staff-selection-section .item-area .content {
      width: calc(100% - 80px);
      margin: 0 auto;
      padding: 30px;
      background-color: #fff;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      z-index: 2;
      margin-top: -160px; }
      .staff-selection-section .item-area .content h4 {
        font-size: 32px;
        color: #0C356A;
        margin-bottom: 15px;
        font-weight: 700; }
      .staff-selection-section .item-area .content p {
        font-size: 18px;
        font-family: Montserrat;
        color: #3B424A;
        line-height: 24px; }

.vission-mission {
  padding: 200px 0;
  padding-bottom: 100px; }
  .vission-mission .row {
    align-items: end; }
    .vission-mission .row [class*="col-"] {
      height: 100%; }
      .vission-mission .row [class*="col-"]:last-child .item {
        height: 100%; }
        .vission-mission .row [class*="col-"]:last-child .item .content {
          margin-top: 0;
          position: relative;
          margin-left: auto;
          height: 100%;
          background: #DAE9F9; }
          .vission-mission .row [class*="col-"]:last-child .item .content img {
            margin-bottom: 20px; }
        .vission-mission .row [class*="col-"]:last-child .item .img-area {
          position: absolute;
          top: 0;
          left: 0;
          transform: translate(0px, -176px); }
  .vission-mission .item {
    position: relative; }
    .vission-mission .item .img-area {
      width: calc(100% - 20%);
      height: 100%;
      border-radius: 10px;
      overflow: hidden;
      height: 500px; }
      .vission-mission .item .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .vission-mission .item .content {
      background: #FFEDBA;
      border-radius: 20px;
      overflow: hidden;
      padding: 24px;
      position: absolute;
      right: 0;
      top: 0;
      width: calc(100% - 42%);
      margin-top: -100px; }
      .vission-mission .item .content img {
        width: 190px;
        margin-bottom: 50px; }
      .vission-mission .item .content h5 {
        color: #00132C;
        font-size: 32px;
        padding-bottom: 10px;
        font-weight: 700; }
      .vission-mission .item .content p {
        color: #3B424A;
        font-size: 18px;
        font-family: Montserrat;
        line-height: 24px; }
      .vission-mission .item .content ul {
        padding-left: 15px;
        margin-bottom: 15px; }
        .vission-mission .item .content ul li {
          font-family: Montserrat;
          font-size: 16px;
          margin-bottom: 10px;
          padding-left: 10px;
          font-weight: 500;
          position: relative;
          color: #3B424A; }
          .vission-mission .item .content ul li::after {
            content: '';
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #3B424A;
            position: absolute;
            left: 0;
            top: 10px; }
          .vission-mission .item .content ul li span {
            font-weight: 700; }

.by-number {
  padding: 80px 0; }
  .by-number.recognized-section {
    background-color: #F0F8FF;
    padding: 80px 0; }
    .by-number.recognized-section .award-year-area {
      position: relative; }
      .by-number.recognized-section .award-year-area #award .owl-nav {
        z-index: 3; }
        .by-number.recognized-section .award-year-area #award .owl-nav button {
          position: absolute;
          left: -56px;
          top: 50%;
          width: 45px;
          height: 45px;
          border-radius: 50%;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff;
          z-index: 9; }
          .by-number.recognized-section .award-year-area #award .owl-nav button.owl-next {
            left: unset;
            right: -56px; }
          .by-number.recognized-section .award-year-area #award .owl-nav button i {
            font-size: 37px;
            color: #0C356A;
            font-weight: 500; }
    .by-number.recognized-section .item {
      border-radius: 20px;
      background: #fff;
      padding: 15px;
      overflow: hidden;
      margin-top: 40px;
      font-family: Montserrat;
      text-align: center; }
      .by-number.recognized-section .item .year {
        position: relative; }
        .by-number.recognized-section .item .year h3 {
          font-size: 32px;
          padding: 69px 56px;
          color: #0C356A;
          font-weight: 700;
          display: inline-block;
          position: relative; }
          .by-number.recognized-section .item .year h3::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 50%;
            background-position: left;
            background: url("../images/award-left.svg");
            background-size: cover;
            background-repeat: no-repeat; }
          .by-number.recognized-section .item .year h3::before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 50%;
            background-position: right;
            background: url("../images/award-right.svg");
            background-size: cover;
            background-repeat: no-repeat; }
      .by-number.recognized-section .item p {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 500;
        color: #3B424A; }
    .by-number.recognized-section .news-show {
      margin-top: 60px; }
      .by-number.recognized-section .news-show ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr); }
        .by-number.recognized-section .news-show ul li {
          margin-left: -40px; }
          .by-number.recognized-section .news-show ul li:nth-child(n+5) {
            margin-top: -95px; }
          .by-number.recognized-section .news-show ul li .img-area {
            width: 100%;
            height: 100%; }
            .by-number.recognized-section .news-show ul li .img-area img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
  .by-number .head {
    margin-bottom: 40px;
    text-align: center;
    width: 1150px;
    max-width: 100%;
    margin: 0 auto; }
    .by-number .head h3 {
      font-size: 40px;
      color: #F2BC22;
      font-weight: 700;
      padding-bottom: 10px; }
    .by-number .head h2 {
      font-size: 48px;
      color: #0C356A;
      padding-bottom: 20px;
      font-weight: 700; }
    .by-number .head p {
      font-size: 20px;
      color: #3B424A;
      padding-bottom: 20px;
      font-family: Montserrat; }
  .by-number .number-in {
    padding-top: 80px; }
    .by-number .number-in ul {
      display: flex;
      gap: 30px;
      align-items: start; }
      .by-number .number-in ul li {
        width: 25%;
        border-radius: 20px;
        background: #FFF9E9;
        padding: 30px;
        overflow: hidden;
        margin-top: 40px;
        font-family: Montserrat;
        text-align: center; }
        .by-number .number-in ul li:nth-child(odd) {
          background-color: #F0F8FF;
          margin-top: -40px; }
        .by-number .number-in ul li .icon {
          width: 80px;
          height: 80px;
          border-radius: 50%;
          overflow: hidden;
          margin: 0 auto;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff; }
          .by-number .number-in ul li .icon img {
            width: 40px;
            height: 40px; }
        .by-number .number-in ul li h3 {
          font-size: 32px;
          color: #0C356A;
          margin: 10px 0;
          font-weight: 700; }
        .by-number .number-in ul li p {
          font-size: 18px;
          color: #3B424A; }

.who-choose-us {
  padding: 80px 0;
  position: relative; }
  .who-choose-us::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #00132C;
    width: 100%;
    height: 80%;
    z-index: -1; }
  .who-choose-us .head {
    margin-bottom: 40px;
    text-align: center;
    width: 1150px;
    max-width: 100%;
    margin: 0 auto; }
    .who-choose-us .head h3 {
      font-size: 40px;
      color: #F2BC22;
      font-weight: 700;
      padding-bottom: 10px; }
    .who-choose-us .head h2 {
      font-size: 48px;
      color: #fff;
      padding-bottom: 20px;
      font-weight: 700; }
  .who-choose-us p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: Montserrat; }
  .who-choose-us .img-area {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px; }
    .who-choose-us .img-area img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.contact-us-section {
  padding: 60px 0;
  /* Grid Layout */
  /* Right Column Form */ }
  .contact-us-section .head-in {
    width: 80rem;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 5rem;
    text-align: center; }
    .contact-us-section .head-in h2 {
      font-size: 48px;
      font-weight: 900;
      color: #00132C;
      letter-spacing: -0.05em;
      line-height: 1.1;
      margin-bottom: 1.5rem; }
    .contact-us-section .head-in .text-accent {
      color: #F2BC22; }
    .contact-us-section .head-in .hero-desc {
      font-size: 20px;
      color: #3B424A;
      font-family: Montserrat;
      font-weight: 300;
      width: 54rem;
      max-width: 100%;
      margin: 0 auto; }
  .contact-us-section .left-col .head-area h3 {
    font-size: 40px;
    color: #F2BC22;
    padding-bottom: 10px;
    font-weight: 700; }
  .contact-us-section .left-col .head-area h2 {
    color: #0C356A;
    font-size: 48px;
    font-weight: 700; }
  .contact-us-section .left-col .head-area p {
    color: #3B424A;
    font-size: 20px;
    margin-top: 10px;
    font-family: Montserrat; }
  .contact-us-section .left-col .connetc {
    margin-top: 40px; }
    .contact-us-section .left-col .connetc ul li {
      border-radius: 20px;
      background: #FFF9E9;
      margin-bottom: 20px; }
      .contact-us-section .left-col .connetc ul li a {
        display: flex;
        padding: 30px; }
        .contact-us-section .left-col .connetc ul li a::after {
          content: "";
          clear: both;
          display: table; }
        .contact-us-section .left-col .connetc ul li a .icon {
          width: 32px;
          float: left; }
        .contact-us-section .left-col .connetc ul li a .text {
          width: calc(100% - 32px);
          padding-left: 10px;
          float: left; }
          .contact-us-section .left-col .connetc ul li a .text p {
            color: #3B424A;
            font-size: 20px;
            font-family: Montserrat;
            font-weight: 600; }
          .contact-us-section .left-col .connetc ul li a .text span {
            font-weight: 400;
            color: #3B424A;
            font-size: 20px;
            font-family: Montserrat; }
  .contact-us-section .content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem; }
  @media (min-width: 1024px) {
    .contact-us-section .content-grid.other{
      grid-template-columns:1fr;
    }
    .contact-us-section .content-grid {
      grid-template-columns: repeat(12, 1fr);
      gap: 5rem; }
    .contact-us-section .left-col {
      grid-column: span 5; }
    .contact-us-section .right-col {
      grid-column: span 7; } }
  .contact-us-section .glass-card {
    border-radius: 30px;
    background: linear-gradient(99deg, #FFF9EA 1.5%, #E0F7FE 100%);
    padding: 2rem;
    position: relative;
    overflow: hidden; }
  @media (min-width: 768px) {
    .contact-us-section .glass-card {
      padding: 3rem; } }
  .contact-us-section .form-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    font-family: Montserrat; }
  .contact-us-section .form-desc {
    color: #fff;
    font-family: Montserrat;
    margin-bottom: 2.5rem;
    font-size: 1.125rem; }
  .contact-us-section .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .contact-us-section .form-grid {
      grid-template-columns: 1fr 1fr; } }
  .contact-us-section .form-group {
    display: flex;
    flex-direction: column; }
  .contact-us-section .form-label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    color: #3B424A;
    margin-bottom: 0.5rem; }

    .select2-container{
      width: 100% !important;
    }
   
  .contact-us-section .form-input , .contact-us-section .select2-container--default .select2-selection--multiple {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #C0C0C0;
    padding: 0.75rem 1rem;
    color: #000;
    font-family: Montserrat;
    transition: border-color 0.3s; }
    .contact-us-section .select2-container--default .select2-selection--multiple {
      padding: 6px;
    }
  .contact-us-section .form-input:focus {
    outline: none;
    border-color: var(--primary); }
  .contact-us-section .form-input::placeholder {
    color: var(--surface-container-highest); }
  .contact-us-section textarea.form-input {
    resize: none; }
  .contact-us-section select.form-input {
    appearance: none;
    cursor: pointer; }
  .contact-us-section .btn-submit {
    width: 100%;
    background-color: var(--primary-container);
    color: var(--on-primary-container);
    padding: 1rem 3rem;
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: background-color 0.3s; }

.Our-Community {
  padding: 80px 0; }
  .Our-Community .head-are h2 {
    color: #0C356A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; }
    .Our-Community .community-box.main-blog .img-area{
      height: 100%;
    }
  .Our-Community .community-box {
    margin-bottom: 40px;
    border: 1px solid #E1E4EB;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px; }
    .Our-Community .community-box .img-area {
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%), url(<path-to-image>) lightgray 0px -12px/100% 240% no-repeat;
      overflow: hidden;
      position: relative; }
      .Our-Community .community-box .img-area img {
        width: 100%;
        max-width: 100%;
        height: 100%; }
      .Our-Community .community-box .img-area h5 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        color: #fff;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        padding-left: 20px;
        padding-bottom: 10px;
        margin: 0; }
    .Our-Community .community-box .conte {
      padding: 16px; }
      .Our-Community .community-box .conte .date {
        background-color: #F2BC22;
        padding: 10px;
        display: inline-block;
        color: #0C356A;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: Montserrat; }
        .Our-Community .community-box .conte .date span {
          color: #0C356A;
          font-weight: 500; }
      .Our-Community .community-box .conte h5 {
        font-size: 24px;
        padding: 15px 0;
        font-weight: 600;
        color: #0C356A; }
      .Our-Community .community-box .conte p {
        font-family: Montserrat;
        color: #3B424A; }
  .Our-Community .request-bt {
    margin-top: 30px; }
  .Our-Community.recent-news .img-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 57, 113, 0) 0%, #103971 100%); }
  .Our-Community.recent-news .head-are {
    margin-bottom: 30px; }
  .Our-Community.recent-news .content-area {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2; }
    .Our-Community.recent-news .content-area h5 {
      position: unset;
      color: #fff;
      font-size: 30px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      padding: 0;
      margin-top: 10px; }
    .Our-Community.recent-news .content-area .date {
      color: #fff;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      display: flex;
      align-items: center;
      gap: 10px; }
  .Our-Community.recent-news .community-box {
    border-radius: 20px; }
  .Our-Community.morenews .head-are h2 {
    text-align: start;
    font-size: 48px; }
  .Our-Community.morenews .community-box {
    display: flex;
    border-radius: 20px;
    overflow: hidden; }
    .Our-Community.morenews .community-box::after {
      content: "";
      clear: both;
      display: table; }
    .Our-Community.morenews .community-box .img-area {
      width: 250px;
      float: left;
      border-radius: 0; }
      .Our-Community.morenews .community-box .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .Our-Community.morenews .community-box .conte {
      float: left;
      width: calc(100% - 250px);
      padding: 16px; }
      .Our-Community.morenews .community-box .conte h5 {
        color: #0C356A;
        font-size: 36px;
        font-weight: 700;
        padding: 10px 0; }
      .Our-Community.morenews .community-box .conte p {
        color: #3B424A;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 500; }
      .Our-Community.morenews .community-box .conte .date {
        color: #00132C;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
  .Our-Community.single-news .head-are {
    text-align: start; }
    .Our-Community.single-news .head-are h2 {
      text-align: start;
      font-size: 36px; }
  .Our-Community.single-news .img-area {
    border-radius: 0px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0; }
    .Our-Community.single-news .img-area img {
      width: 100%; }
    .Our-Community.single-news .img-area::after {
      content: none; }
  .Our-Community.single-news .date {
    margin-top: 20px;
    background-color: #F2BC22;
    padding: 10px;
    display: inline-block;
    color: #0C356A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Montserrat; }
    .Our-Community.single-news .date span {
      color: #0C356A;
      font-weight: 500; }
  .Our-Community.single-news .content-dtel h1, .Our-Community.single-news .content-dtel h2, .Our-Community.single-news .content-dtel h3, .Our-Community.single-news .content-dtel h4, .Our-Community.single-news .content-dtel h5, .Our-Community.single-news .content-dtel h6 {
    color: #0C356A;
    line-height: auto;
    margin-bottom: 20px;
    font-weight: 700; }
  .Our-Community.single-news .content-dtel p {
    color: #3B424A;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 25px; }
    .Our-Community.single-news .content-dtel p a {
      color: #00132C; }
  .Our-Community.single-news .content-dtel ul {
    padding-left: 20px;
    padding-bottom: 10px; }
    .Our-Community.single-news .content-dtel ul li {
      color: #3B424A;
      font-size: 18px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 500;
      padding-bottom: 10px;
      list-style: disc; }
  .Our-Community.single-news .tags-area .tags h5 {
    color: #00132C;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }
  .Our-Community.single-news .tags-area .tags ul li {
    display: inline-block;
    margin-right: 8px; }
    .Our-Community.single-news .tags-area .tags ul li:last-child {
      margin-right: 0; }
    .Our-Community.single-news .tags-area .tags ul li a {
      border: 1px solid #DDD;
      padding: 5px 10px;
      color: #00132C;
      font-size: 14px;
      font-weight: 500;
      display: inline-block; }
  .Our-Community.single-news .tags-area .tags .share-link img {
    max-width: 100%; }
  .Our-Community.big .community-box .img-area {
    width: 50%; }
  .Our-Community.big .community-box .conte {
    width: calc(100% - 50%); }
  .Our-Community .news-oth .img-area {
    background: transparent;
    height: 300px;
    border-radius: 0; }
    .Our-Community .news-oth .img-area::after {
      content: none; }
    .Our-Community .news-oth .img-area h5 {
      position: unset;
      padding: 0;
      margin: 0;
      color: #222;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .Our-Community .news-oth .img-area .date {
      color: #00132C;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding-bottom: 10px; }

/* contact area style  */
.contact-area .section-title {
  max-width: 850px; }

.contact-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto; }

@media only screen and (max-width: 991px) {
  .contact-area .section-header {
    grid-template-columns: 1fr; } }
.contact-area .section-header .text {
  max-width: 300px; }

.contact-area .contact-formwrap {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(2, 1fr); }

@media only screen and (max-width: 767px) {
  .contact-area .contact-formwrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 30px; } }
.contact-area .contact-formwrap .messages {
  grid-column: span 2; }

@media only screen and (max-width: 767px) {
  .contact-area .contact-formwrap .messages {
    grid-column: auto; } }
.contact-area .contact-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--border);
  outline: none;
  background-color: transparent;
  transition: all 0.5s; }

.contact-area .contact-formfield input:focus {
  border-color: var(--primary); }

.contact-area .submit-btn {
  margin-top: 60px; }

@media only screen and (max-width: 767px) {
  .contact-area .submit-btn {
    margin-top: 20px; } }
.contact-area .section-content {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 740px;
  margin-top: 112px; }

@media only screen and (max-width: 1919px) {
  .contact-area .section-content {
    margin-top: 72px; } }
@media only screen and (max-width: 1399px) {
  .contact-area .section-content {
    grid-template-columns: 1fr 640px; } }
@media only screen and (max-width: 1199px) {
  .contact-area .section-content {
    grid-template-columns: 1fr 600px;
    margin-top: 42px; } }
@media only screen and (max-width: 991px) {
  .contact-area .section-content {
    grid-template-columns: 1fr;
    margin-bottom: 2rem; } }
.contact-area .info-box .text {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--primary);
  max-width: 360px; }

.contact-area .contact-list {
  margin-top: 26px; }

.contact-area .contact-list li {
  font-size: 18px;
  line-height: 24px; }

.contact-area .contact-list li:not(:first-child) {
  margin-top: 15px; }

.contact-area .contact-list li a {
  text-decoration: underline;
  text-underline-offset: 2px; }

.scl-are {
  margin-bottom: 40px; }

.parallax-item {
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.parallax-item::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000057;
  z-index: 1;
  content: ''; }

.parallax-item .title {
  color: #FFF;
  font-size: 5rem;
  position: relative;
  z-index: 2;
  margin: 0; }

.parallax-item p {
  color: #FFF;
  font-size: 1.5rem;
  margin-top: 10px;
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 600px) {
  .parallax-item .title {
    font-size: 3rem; }

  .parallax-item p {
    font-size: 1rem; }

  .parallax-item {
    min-height: 400px; } }
@media (max-width: 1700px) {
  /* .hero-section .owl-nav button.owl-next {
    left: unset;
    right: 0%; }

  .hero-section .owl-nav button {
    left: 0; } */

  .by-number.recognized-section .award-year-area #award .owl-nav button.owl-next {
    left: unset;
    right: 0px; }

  .by-number.recognized-section .award-year-area #award .owl-nav button {
    left: 0;
    background-color: #0C356A; }
    .by-number.recognized-section .award-year-area #award .owl-nav button i {
      color: #fff;
      font-size: 22px; }

  .by-number.recognized-section .news-show {
    padding: 0 105px; } }


     .contact-us-section .btn-primary{
      padding: 17px 90px;
          display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0 !important;
    }
@media (max-width: 1600px) {

  .up-head {
    padding: 10px 0; }

  .up-head .other-links ul li a p {
    font-size: 14px; }

  .up-head .other-links ul li .dropdown button {
    font-size: 14px; }

  .up-head .social-links ul li a {
    width: 24px;
    height: 24px; }

  header .head-area .logo-area .img-area {
    width: 82px; }

  .btn-primary {
    padding: 7px 11px; }
    .btn-primary p {
      font-size: 14px; }

  header .head-area .other-links ul li {
    font-size: 14px; }

  header .head-area .other-links ul li .dropdown button {
    font-size: 14px; }

    .trust-pr-section .outer-box .img-area {
      height: 400px;
    }

  .hero-section .item {
    padding-top: 20px; }

    .hero-section .item .slide-in{
      padding-top: 0;
    }

  .hero-section .item .left-area {
    padding-left: 4%; }
    .hero-section .item .left-area h1 {
      font-size: 30px; }
    .hero-section .item .left-area h2 {
      font-size: 25px; }
    .hero-section .item .left-area h3 {
      font-size: 22px;
      padding-right: 15px; }
    .hero-section .item .left-area .quto-area {
      padding: 18px 17px; }
      .hero-section .item .left-area .quto-area h4 {
        font-size: 25px; }
    .hero-section .item .left-area .achiver ul li {
      padding: 16px; }
      .hero-section .item .left-area .achiver ul li p {
        font-size: 14px; }

  .hero-section .item .right-area .img-area {
    height: 560px; }
    .hero-section .item .right-area .img-area img {
      object-fit: contain; }

  .hero-section .info-area .info-in {
    padding: 14px 44px;
    border-radius: 0 0 50px 50px; }
    .hero-section .info-area .info-in p {
      font-size: 20px;
      width: 280px; }
    .hero-section .info-area .info-in ul li {
      padding-left: 15px;
      margin-left: 15px; }
      .hero-section .info-area .info-in ul li p {
        font-size: 16px; }
      .hero-section .info-area .info-in ul li span {
        font-size: 14px; }

  .brands-section .brands-section-title .titlw-brnd {
    padding: 10px 62px;
    font-size: 18px; }

  .brands-section .owl-item .item {
    padding: 10px 10px; }

  header .head-area .other-links ul li {
    padding-left: 48px; }

  .trust-pr-section .content {
    padding-top: 50px; }
    .trust-pr-section .content h3 {
      font-size: 32px; }
    .trust-pr-section .content h2 {
      font-size: 35px; }
    .trust-pr-section .content p {
      font-size: 14px; }

  .trust-pr-section .outer-box .badge-st {
    width: 80px;
    height: 80px;
  left: -36px; }
    .trust-pr-section .outer-box .badge-st img {
      width: 40px;
      height: 40px; }

       .by-number.recognized-section .item p{
          font-size: 14px;
        }

  .trust-by-section {
    padding: 50px 0; }
    .trust-by-section .head-area {
      margin-bottom: 40px; }
      .trust-by-section .head-area h4 {
        font-size: 30px; }
      .trust-by-section .head-area h3 {
        font-size: 35px; }
      .trust-by-section .head-area p {
        font-size: 14px; }

  .trust-by-section .item-e .left-area {
    width: 160px; }

  .trust-by-section .item-e .left-area .img-area {
    width: 160px;
    height: 160px; }

  .trust-by-section .item-e .right-area {
    width: calc(100% - 160px); }

  .trust-by-section .item-e .right-area .name h6 {
    font-size: 14px; }

  .trust-by-section .item-e .right-area .name p {
    font-size: 14px; }

  .trust-by-section .item-e .right-area .name {
    margin-bottom: 10px; }

  .trust-by-section .item-e .right-area p {
    font-size: 14px; }

  .time-line #timeline .owl-item.center .item .year {
    width: 165px;
    height: 165px; }
    .time-line #timeline .owl-item.center .item .year h3 {
      font-size: 35px; }

  .time-line #timeline .owl-item.prev-near .item .year, .time-line #timeline .owl-item.next-near .item .year {
    width: 90px !important;
    height: 90px !important; }

  .time-line #timeline .owl-item.prev-near .item .year h3, .time-line #timeline .owl-item.next-near .item .year h3 {
    font-size: 20px; }

  .time-line .timeline-content {
    margin-top: 7px; }

  .time-line .timeline-content p {
    font-size: 14px; }

  .time-line .timeline-content .img-area {
    width: 170px;
    margin: 0 auto; }

  .smart-hire-section {
    padding: 40px 0; }

  .smart-hire-section .content h3 {
    font-size: 32px; }
  .smart-hire-section .content h2 {
    font-size: 35px; }
  .smart-hire-section .content p {
    font-size: 14px; }

  .smart-hire-section .img-area {
    padding-left: 50px; }

  .our-core-section .head-title h2 {
    font-size: 35px; }

  .slider-section .rkit-marquee-item h2 {
    font-size: 20px; }

  .slider-section {
    padding: 60px 0; }

  .explore-bpo .head-title h2 {
    font-size: 35px; }

  .explore-bpo .item-area .title-area h4 {
    font-size: 22px;
    width: calc(100% - 45px); }

  .job-section {
    padding: 40px 0; }

  .job-section .head-area-in h4 {
    font-size: 30px;
    line-height: 35px; }
  .job-section .head-area-in h3 {
    font-size: 35px;
    line-height: 35px; }

  .job-section .head-area-in p {
    padding: 0;
    font-size: 14px; }

  .job-section .job-listed {
    padding-left: calc(100% - 96%); }

  .job-section .job-listed .item {
    padding: 15px; }

  .job-section .job-listed .item h3 {
    font-size: 22px;
    margin: 10px 0; }

  .explore-bpo .item-area p {
    font-size: 14px; }

  .job-section .job-listed .item ul li {
    align-items: start;
    margin-bottom: 10px; }

  .job-section .job-listed .item ul li p {
    font-size: 14px;
    line-height: 24px; }

  .job-section .job-listed .item .badge {
    padding: 0px 13px; }
    .job-section .job-listed .item .badge p {
      font-size: 12px; }

  .explore-bpo .item-area .title-area .icon-area img {
    width: 20px; }

  .explore-bpo .item-area .title-area {
    margin: 10px 0; }

  .explore-bpo .item-area .title-area .icon-area {
    width: 45px;
    height: 45px; }

  .trust-pr-section {
    padding: 15px 0;
    padding-bottom: 120px; }

  .trust-by-section .slide-trust .item {
    padding: 14px; }

  .trust-by-section .slide-trust .item .user-name .name-set h5 {
    font-size: 16px; }

  .trust-by-section .slide-trust .item .user-name .name-set p {
    font-size: 14px; }

  .trust-by-section .slide-trust .item p {
    font-size: 14px; }

  .frequently-section {
    padding: 40px 0; }
    .frequently-section .head-area {
      margin-bottom: 40px; }
      .frequently-section .head-area h4 {
        font-size: 30px; }
      .frequently-section .head-area h3 {
        font-size: 35px; }

  .frequently-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px; }

  .frequently-section .accordion .accordion-item {
    padding: 10px; }

  .frequently-section .accordion .accordion-item .accordion-body p {
    font-size: 14px; }

  .frequently-section .accordion .accordion-item .accordion-body {
    padding-top: 5px; }

  .tranform-business {
    padding: 40px 0; }

  .tranform-business .content-area {
    padding: 60px 0; }
    .tranform-business .content-area h6 {
      font-size: 30px; }
    .tranform-business .content-area h3 {
      font-size: 35px; }

  footer {
    border-radius: 60px 60px 0px 0;
    padding: 60px 0; }
    footer h2 {
      font-size: 40px; }

  footer .foot-ine .logo-area p {
    font-size: 14px;
    line-height: 25px; }

  footer .links-area ul li a {
    font-size: 14px;
    line-height: 27px; }

  .copy-right p {
    font-size: 14px; }

  .Powerful-Ecosystem-section .content {
    padding: 60px 50px; }

  .Powerful-Ecosystem-section .img-area .badge-st {
    width: 310px; }

  .Powerful-Ecosystem-section .content h3 {
    font-size: 32px; }
    .Powerful-Ecosystem-section .content ul li{
      font-size: 14px;
    }
.Powerful-Ecosystem-section .content h2{
  font-size: 35px;
}
  .Powerful-Ecosystem-section .content p {
    font-size: 14px; }

  .Powerful-Ecosystem-section.white-side .content h2 {
    font-size: 35px; }

  .permier-hr-section {
    padding: 60px 0; }

  .permier-hr-section .head-area h2 {
    font-size: 35px; }

  .permier-hr-section .head-area p {
    font-size: 14px; }

  .trust-pr-section.map .content {
    padding: 61px 0;
    padding-bottom: 200px; }

  .local-exp-aea .in-warap {
    gap: 0 30px; }

  .local-exp-aea .in-warap .places {
    padding-right: 30px; }

  .vission-mission .item .content h5 {
    font-size: 24px; }

  .vission-mission .item .content p {
    font-size: 14px; }

  .by-number.recognized-section .item .year h3 {
    font-size: 24px; }

  .by-number .number-in ul li h3 {
    font-size: 24px; }

  .by-number .number-in ul li p {
    font-size: 14px; }

  .by-number.recognized-section {
    padding: 60px 0; }

  .by-number .head h3 {
    font-size: 30px; }

  .by-number .head h2 {
    font-size: 35px; }

  .who-choose-us {
    padding: 60px 0; }

  .who-choose-us .head h3 {
    font-size: 30px; }

  .who-choose-us .head h2 {
    font-size: 35px; }

  .who-choose-us p {
    font-size: 14px; }

  .breadcrumb {
    padding: 80px 0px 40px 0px; }

  .breadcrumb .content h2 {
    padding-bottom: 40px; }

    .trust-pr-section.other .outer-box .img-area {
    height: 320px;
    }
    .trust-pr-section.other .outer-box .badge-st {
    right: -36px;
    }

        .Our-Community.morenews .head-are h2 {
    font-size: 35px;
}
.Our-Community .head-are h2{
   font-size: 35px;
}
.Our-Community.morenews .community-box .conte h5{
  font-size: 30px;
}
.Our-Community.single-news .content-dtel p{
      font-size: 16px;
    }
    .Our-Community.single-news .content-dtel ul li{
      font-size: 16px;
    }
        .hero-section .owl-nav button {
      top: 42%;
    }

  .local-exp-aea .in-warap .star-vis {
    display: none; } }


@media (max-width: 1300px) {
  .hero-section .item .right-area .img-area {
    height: 410px; }

  .hero-section .item .left-area .achiver ul li img {
    width: 20px;
    height: 20px; }

  .hero-section .item .left-area .quto-area h4 {
    font-size: 20px;
    margin-bottom: 10px; }

  .hero-section .item .left-area h1 {
    font-size: 20px; }

  .hero-section .item .left-area h2 {
    font-size: 20px;
    margin: 10px 0; }

  .hero-section .item .left-area .quto-area {
    padding: 12px; }

  .hero-section .item .left-area .quto-area .user-quto p {
    font-size: 14px; }

  .hero-section .info-area .info-in p {
    font-size: 15px;
    line-height: 20px; }

  .brands-section .owl-item .item .img-area {
    height: 50px; }

  .brands-section .brands-section-title .titlw-brnd {
    padding: 9px 39px;
    font-size: 14px; }


  .trust-pr-section {
    padding-bottom: 60px; }

  .time-line #timeline .owl-item .item .year {
    width: 30px;
    height: 30px; }

  .time-line #timeline .owl-nav button {
    top: -120px;
    width: 40px;
    height: 40px; }
    .time-line #timeline .owl-nav button i {
      font-size: 25px; }

  .trust-pr-section .content h2 {
    font-size: 30px; }

  .trust-pr-section .content h3 {
    font-size: 28px; }

  .smart-hire-section .content h2 {
    font-size: 30px; }

  .smart-hire-section .content h3 {
    font-size: 28px; }

  .explore-bpo .item-area .title-area h4 {
    font-size: 18px; }

  .job-section .head-area-in h4 {
    font-size: 28px; }

  .job-section .head-area-in h3 {
    padding: 15px 0;
    font-size: 30px; }

  .job-section .job-listed .item h3 {
    font-size: 18px; }

  .job-section .job-listed .item ul li p {
    font-size: 12px; }

  .trust-by-section .head-area h4 {
    font-size: 28px; }

  .trust-by-section .head-area h3 {
    font-size: 30px; }

  .trust-by-section .item-e .right-area p {
    font-size: 12px; }

  .trust-by-section .item-e .left-area .img-area {
    width: 100px;
    height: 100px; }

  .trust-by-section .item-e .left-area {
    width: 100px; }

  .trust-by-section .item-e .right-area {
    width: calc(100% - 100px); }

  .trust-by-section .item-e .right-area .name img {
    width: 36px; }

  .trust-by-section .slide-trust .item p {
    font-size: 12px; }

  .frequently-section .head-area h4 {
    font-size: 28px; }

  .frequently-section .head-area h3 {
    font-size: 30px; }

  .frequently-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px; }

  .frequently-section .accordion .accordion-item .accordion-body p {
    font-size: 12px; }

  .tranform-business .content-area h3 {
    font-size: 30px;
    width: 518px;
    line-height: 40px; }

  footer h2 {
    font-size: 30px; }

  footer {
    border-radius: 30px 30px 0px 0;
    padding: 30px 0; }

  footer .foot-ine .logo-area img {
    width: 140px; }

  footer .foot-ine .logo-area p {
    width: calc(100% - 140px);
    font-size: 12px;
    line-height: 22px; }

  .copy-right p {
    font-size: 10px; }

  footer .links-area ul li a {
    font-size: 12px; }

  footer .subscribe .emil-aea button {
    padding: 4px 7px; }

  footer .subscribe .emil-aea input {
    font-size: 14px; }
    footer .subscribe .emil-aea input::placeholder {
      font-size: 14px; }

  footer .subscribe {
    margin: 10px 0; }

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

  footer .social-links ul li a {
    width: 22px;
    height: 22px; }
    footer .social-links ul li a i {
      font-size: 12px; }

  .up-head .other-links ul li a p {
    font-size: 12px; }

  .up-head .other-links ul li {
    padding-right: 10px;
    margin-right: 10px; }

  .up-head .other-links ul li a .flag img {
    width: 100%;
    height: 100%; }

  .up-head .other-links ul li a .flag {
    width: 25px;
    height: 25px; }

  .up-head .other-links ul li .dropdown button {
    font-size: 12px; }

  header .head-area .other-links ul li {
    padding-left: 30px; }

  .hero-section .info-area .info-in ul li svg {
    width: 22px; }

  .hero-section .info-area .info-in ul li p {
    font-size: 14px; }

  .our-core-section .head-title h2 {
    font-size: 30px; }

  .explore-bpo .head-title h2 {
    font-size: 30px; }

  .explore-bpo {
    padding: 30px 0; }

  .Powerful-Ecosystem-section .content h3 {
    font-size: 28px; }

  .Powerful-Ecosystem-section.white-side .content h2 {
    font-size: 30px; }

  .permier-hr-section .head-area h2 {
    font-size: 30px; }

  .trust-pr-section.map .content {
    padding-bottom: 120px; }

  .vission-mission {
    padding: 130px 0;
    padding-bottom: 60px; }

  .local-exp-aea .in-warap .places ul {
    gap: 0 30px; }
    .Powerful-Ecosystem-section .content{
      padding: 30px 15px;
    }

  .Powerful-Ecosystem-section .content h2 {
    font-size: 30px; }

  .staff-selection-section {
    padding: 60px 0; }

  .staff-selection-section .head-area h3 {
    font-size: 30px; }

  .staff-selection-section .head-area h2 {
    font-size: 35px; }

  .staff-selection-section .item-area .content h4 {
    font-size: 28px; }

  .staff-selection-section .item-area .content p {
    font-size: 14px; }

  .permier-hr-section.other .head-area h3 {
    font-size: 28px; }

  .Our-Community {
    padding: 60px 0; }

  .contact-us-section .left-col .head-area h3 {
    font-size: 30px; }

  .contact-us-section .left-col .head-area h2 {
    font-size: 35px; }

  .contact-us-section .glass-card {
    padding: 15px; }

  .contact-us-section .left-col .connetc ul li a {
    padding: 15px; }

  .parallax-item {
    min-height: 480px; }

  .how-we-work {
    padding: 60px 0; }

  .how-we-work .setps-area .item {
    width: 50%; }

  .how-we-work .head-area-in h4 {
    font-size: 28px; }

  .how-we-work .head-area-in h3 {
    font-size: 30px; }

  .how-we-work .setps-area {
    padding: 80px 0; }

    .Our-Community.morenews .head-are h2 {
    font-size: 30px;
}
.Our-Community .head-are h2{
   font-size: 30px;
}
    .Our-Community.morenews .community-box .conte h5 {
        font-size: 24px;
    }
    .Our-Community.morenews .community-box .conte p{
      font-size: 18px;
    }
    .Our-Community .community-box .conte p{
      font-size: 14px;
    }
    .Our-Community.single-news .content-dtel p{
      font-size: 14px;
    }
    .Our-Community.single-news .content-dtel ul li{
      font-size: 14px;
    }

    .hero-section .owl-nav button {
top: 42%;
    }

  .how-we-work .setps-area .item {
    margin-bottom: 30px; } }
@media (max-width: 1100px) {
  .hero-section .item .left-area .achiver ul li {
    padding: 10px; }

  .hero-section .item .left-area .achiver ul li p {
    font-size: 10px; }

  .hero-section .item .left-area .quto-area h4 {
    font-size: 16px; }

  .hero-section .item .right-area .img-area {
    height: 377px; }

  .hero-section .info-area .info-in p {
    font-size: 13px;
    width: 208px; }

  .hero-section .info-area .info-in ul li {
    padding-left: 10px;
    margin-left: 10px; }

  .hero-section .info-area .info-in ul li p {
    font-size: 13px;
    margin: 5px 0;
    line-height: 15px; }

  .hero-section .info-area .info-in ul li svg {
    width: 20px; }

  .hero-section .info-area .info-in ul li span {
    font-size: 11px; }

  .time-line #timeline .owl-item.center .item .year {
    width: 105px;
    height: 105px; }

  .time-line #timeline .owl-item.center .item .year h3 {
    font-size: 26px; }

  .time-line #timeline .owl-item.prev-near .item .year h3, .time-line #timeline .owl-item.next-near .item .year h3 {
    font-size: 16px; }

  .time-line #timeline .owl-stage {
    height: 134px; }

  .time-line #timeline .owl-nav button {
    top: -83px;
    width: 30px;
    height: 30px; }

  .time-line #timeline .owl-nav button i {
    font-size: 20px; }

  .slider-section .rkit-marquee-item h2 {
    font-size: 16px; }

  .explore-bpo .item-area p {
    font-size: 12px;
    line-height: 20px; }

  .job-section .job-listed .item h3 {
    font-size: 15px;
    line-height: 20px; }

  .trust-by-section .slide-trust .item .user-name .name-set h5 {
    font-size: 14px; }

  .trust-by-section .slide-trust .item .user-name .name-set p {
    font-size: 12px; }

  .trust-by-section .slide-trust .item .user-name {
    padding-bottom: 5px;
    margin-bottom: 5px; }

  .trust-by-section {
    padding: 30px 0; }

  .tranform-business .content-area p {
    font-size: 14px; }

  .job-section .job-listed .item ul li p {
    font-size: 10px;
    line-height: 17px; }

  .btn-primary p {
    font-size: 14px; }

  .explore-bpo .item-area {
    padding: 15px;
    padding-bottom: 20px; }

  .time-line #timeline .owl-item.prev-near .item .year, .time-line #timeline .owl-item.next-near .item .year {
    width: 60px !important;
    height: 60px !important; }

  .trust-pr-section.other .outer-box .badge-st {
    right: -31px; }

  .trust-pr-section .outer-box .badge-st {
    width: 70px;
    height: 70px; }

  .trust-pr-section .outer-box .badge-st img {
    width: 33px;
    height: 33px; }

  .local-exp-aea .in-warap {
   
    gap: 10px 0; }


    .local-exp-aea .in-warap .places {
        padding-right: 14px;
    }
 .local-exp-aea .in-warap .places.two{
  padding-left: 14px;
 }
        .trust-pr-section .outer-box .img-area {
        height: 330px;
    }
        .local-exp-aea .in-warap .places ul {
        gap: 0 15px;
    }
.local-exp-aea .in-warap .places ul li p{
  font-size: 15px;
}
  .staff-selection-section {
    padding: 30px 0; } }
@media (max-width: 991px) {
      .trust-pr-section .content {
        padding-top: 22px;
    }
  .vission-mission {
    padding-top: 0; }

  .vission-mission .item .content {
    top: 12%; }

  .vission-mission .row [class*="col-"]:last-child .item .content {
    transform: unset;
    position: absolute;
    top: 12%;
    bottom: unset;
    height: auto; }

  .vission-mission .row [class*="col-"]:last-child .item .img-area {
    position: relative;
    transform: unset; }

  .vission-mission .item {
    margin-bottom: 20px; }

  .vission-mission .item .content {
    margin: 0; }

  .by-number .head p {
    font-size: 14px; }

  .staff-selection-section .head-area h3 {
    font-size: 28px; }

  .staff-selection-section .head-area h2 {
    font-size: 30px; }

  .staff-selection-section .item-area .content h4 {
    font-size: 24px; }

  .staff-selection-section .item-area .content {
    width: calc(100% - 25px);
    margin-top: -78px; }

  .Our-Community.big .community-box .img-area {
    width: 100%;
    float: unset; }

  .Our-Community.morenews .community-box {
    display: block; }
    .Our-Community .community-box.main-blog .img-area{
      height: 300px;
    }
    .Our-Community.morenews .community-box .conte h5{
      font-size: 24px;
    }
    .Our-Community .community-box .conte h5{
      font-size: 20px;
    }
    .Our-Community .community-box .conte{
      padding: 10px 0px;
    }
    .Our-Community.big .community-box .conte{
      padding: 10px 0px;
    }

  .Our-Community.big .community-box .conte {
    width: 100%;
    float: unset; } }
@media (max-width: 850px) {
  .up-head .other-links ul li a p {
    font-size: 10px; }

  header .head-area .other-links ul li {
    padding-left: 16px; }

  .up-head .other-links ul li {
    padding-right: 5px;
    margin-right: 5px; }

  .up-head .other-links ul li a svg {
    width: 16px; }

  header .head-area .other-links button {
    margin-left: 16px; }

  .up-head .other-links ul li .dropdown button {
    font-size: 10px; }

  .up-head .other-links ul li:last-child i {
    font-size: 12px; }

  .up-head .other-links ul li a .flag {
    width: 18px;
    height: 18px; }

  .up-head .social-links ul li a {
    height: 20px;
    width: 20px; }
    .up-head .social-links ul li a i {
      font-size: 11px; }

  header .head-area .logo-area .img-area {
    width: 63px; }

  header .head-area .other-links ul li {
    font-size: 11px; }

  header .head-area .other-links ul li .dropdown button {
    font-size: 11px; }

  .hero-section .item .left-area h3 {
    font-size: 15px; }

  .hero-section .item .left-area .quto-area .user-quto p {
    font-size: 10px; }

  .hero-section .item .left-area .quto-area .user-quto .img-area {
    width: 35px;
    height: 35px; }

  .hero-section .item .left-area .quto-area h4 {
    font-size: 13px; }

  .hero-section .item .left-area .quto-area .user-quto p {
    width: calc(100% - 35px); }

  .hero-section .info-area .info-in {
    padding: 10px;
    border-radius: 0 0 20px 20px; }

  .hero-section .info-area .info-in p {
    font-size: 12px;
    width: 180px; }

  .hero-section .item .left-area .achiver {
    margin-bottom: 13px; }

  .hero-section .item .right-area .img-area {
    height: 346px; }

  .brands-section .titlw-brnd {
    margin-bottom: 15px; } }
 @media (max-width: 770px) {
.local-exp-aea .in-warap{
  display: block;
  text-align: center;
}
.local-exp-aea .in-warap .places ul{
  display: grid;
        grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
        gap: 20px;
        justify-content: center;
}
.local-exp-aea .in-warap .places{
  border: none;
  padding: 0;
}
.local-exp-aea .in-warap .places.two{
  padding: 0;
}
 }
    @media (max-width: 767px) {
  .trust-pr-section {
    display: flex;
    flex-direction: column;
    padding: 30px 0; }

  .trust-pr-section.other .outer-box, .trust-pr-section .outer-box {
    position: relative;
    width: 100%;
    top: unset;
    padding: 0 10px; }

  .trust-pr-section.other .outer-box .badge-st, .trust-pr-section .outer-box .badge-st {
    display: none; }

  .trust-pr-section.other .outer-box .img-area, .trust-pr-section .outer-box .img-area {
    border-radius: 0; }

    .contact-us-section .btn-primary{
          padding: 12px 50px;
    }

  .trust-pr-section .content {
    padding-top: 20px; }

  .smart-hire-section .content {
    padding-top: 20px; }

   

  .hero-section .item .left-area {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 20px; }
    .hero-section .item .left-area .achiver ul {
      justify-content: center; }
    .hero-section .item .left-area .reduce {
      justify-content: center; }
  .hero-section .item .right-area {
    display: none; }

  footer .foot-ine {
    margin-bottom: 20px; }

  .explore-bpo .item-area {
    margin-bottom: 20px; }

  .explore-bpo .item-area .title-area {
    align-items: center; }

  .explore-bpo .btn-primary {
    margin-top: 10px; }

  .trust-by-section .item-e .left-area .img-area {
    width: 70px;
    height: 70px; }

  .trust-by-section .item-e .right-area {
    width: calc(100% - 70px); }

  .trust-by-section .item-e .left-area {
    width: 70px; }

  .tranform-business .content-area {
    padding: 25px 0;
    border-radius: 30px 30px 30px 0; }

  .mobile-menu {
    padding-left: 10px; }
    .mobile-menu a i {
      color: #0C356A;
      font-size: 20px; }

  body.scroll_off {
    overflow: hidden; }

  header.fixed .menu-side {
    height: calc(100% - 65px); }

  .scroll_off .menu-side {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    height: calc(100% - 102px);
    bottom: 0;
    display: block !important;
    overflow: auto; }

  header .head-area .other-links ul li {
    font-size: 20px; }

  header .head-area .other-links ul li .dropdown button {
    font-size: 20px; }

  header .head-area .other-links ul {
    padding: 0 20px; }

  header .head-area .other-links ul li .dropdown button {
    padding: 0; }

  header .head-area .other-links ul li {
    padding: 0;
    margin-bottom: 15px; }

  .smart-hire-section .img-area {
    padding-left: 0; }

  .local-exp-aea .in-warap {
    gap: 0 30px;
    flex-wrap: wrap; }

  .trust-pr-section.map .outer-box {
    position: relative;
    width: 100%; }

  .local-exp-aea {
    top: 0; }

  .vission-mission {
    padding: 60px 0; }

  .vission-mission .item {
    margin-bottom: 20px; }

  .vission-mission .item .img-area {
    width: 100%; }

  .vission-mission .item .content {
    width: 100%;
    position: relative;
    margin: 0; }

  .vission-mission .row [class*="col-"]:last-child .item .content {
    position: relative; }

  .vission-mission .row [class*="col-"]:last-child .item .img-area {
    position: relative;
    transform: unset; }

  .by-number.recognized-section .news-show {
    padding: 0 65px; }

  .by-number.recognized-section .news-show ul {
    grid-template-columns: repeat(3, 1fr); }

  .by-number .number-in ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }

  .by-number .number-in ul li {
    width: 100%; }

  .by-number {
    padding: 60px 0; }

  .Powerful-Ecosystem-section .content {
    padding: 30px 20px; }

  .breadcrumb .content h2 {
    font-size: 50px; }

  .breadcrumb {
    padding: 48px 0px 40px 0px; }

  .Powerful-Ecosystem-section {
    display: block; }

     .Powerful-Ecosystem-section.other {
    display: flex;
    flex-direction: column; }

  .Powerful-Ecosystem-section .img-area {
    width: 100%;
    float: unset; }

  .Powerful-Ecosystem-section .content h2 {
    font-size: 25px; }

  .Powerful-Ecosystem-section .content {
    width: 100%;
    float: unset; }

  .Powerful-Ecosystem-section.white-side .content {
    width: 100%;
    float: unset; }

  .local-exp-aea .in-warap .places ul {
    flex-wrap: wrap; }

  .permier-hr-section.other .head-area h3 {
    font-size: 20px; }

  .Our-Community.morenews .community-box .conte h5 {
    font-size: 20px; }

  .Our-Community.single-news .head-are h2 {
    font-size: 28px;
    line-height: 37px; }

  .contact-us-section .left-col .head-area h3 {
    font-size: 20px; }

  .contact-us-section .left-col .head-area h2 {
    font-size: 25px; }

  .contact-us-section .form-grid {
    margin-bottom: 1rem; }

  .contact-us-section {
    padding: 30px 0; }

    .hero-section .owl-nav button {
          top: 43%;
    }

    .hero-section .info-area{
      position: relative;
    }
    .hero-section .item .slide-in{
      padding-bottom: 0;
    }
    .hero-section {
      padding-bottom: 30px;
    }

  .contact-us-section .content-grid {
        display: block;
    gap: 10px; } }
@media (max-width: 684px) {
  .up-head .head-inner-area {
    justify-content: center;
    display: block; }
    .up-head .head-inner-area .social-links {
      display: none; }

  .up-head .other-links ul li {
    line-height: 15px; }

  .up-head .other-links ul li {
    border: none; }

  .up-head .other-links ul li a svg {
    width: 16px;
    height: 16px; }
    .up-head .other-links ul li .dropdown ul li a{
      padding: 2px;
          line-height: 18px;
    }
    header .head-area .other-links ul li a{
       padding: 2px;
          line-height: 18px;
    }
    header .head-area .other-links ul li .dropdown ul{
      padding: 4px !important;
    }
    .up-head .other-links ul li .dropdown ul{
      padding: 4px !important;
    }
        header .head-area .other-links ul li .dropdown button {
        font-size: 16px;
    }
        header .head-area .other-links ul li {
        font-size: 16px;
    }

  .up-head .other-links ul {
    justify-content: space-between;
    width: 100%; }

  .trust-pr-section.map .content {
    padding-bottom: 30px; } }
@media (max-width: 570px) {
  .up-head .other-links ul li:nth-child(1) , .up-head .other-links ul li:nth-child(2) {
    display: none; }

  .up-head .head-inner-area {
    justify-content: end; }

  .trust-pr-section .content h3 {
    font-size: 20px; }

  .trust-pr-section .content h2 {
    font-size: 24px; }

  .trust-by-section .head-area h4 {
    font-size: 20px; }

  .trust-by-section .head-area h3 {
    font-size: 24px; }

  .smart-hire-section .content h3 {
    font-size: 20px; }

  .smart-hire-section .content h2 {
    font-size: 24px; }

  .our-core-section .head-title h2 {
    font-size: 24px; }

  .explore-bpo .head-title h2 {
    font-size: 24px; }

  .explore-bpo .item-area .title-area h4 {
    font-size: 16px; }

  .job-section .head-area-in h4 {
    font-size: 20px; }

  .job-section .head-area-in h3 {
    padding: 10px 0;
    font-size: 24px; }

  .trust-by-section .head-area h4 {
    font-size: 20px; }

  .trust-by-section .head-area h3 {
    font-size: 24px; }

  .trust-by-section .item-e {
    margin-bottom: 10px; }

  .frequently-section .head-area h4 {
    font-size: 20px; }

  .frequently-section .head-area h3 {
    font-size: 24px; }

  .frequently-section .head-area {
    margin-bottom: 20px; }

  .tranform-business .content-area h6 {
    font-size: 24px;
    line-height: 30px; }

  .tranform-business .content-area h3 {
    font-size: 24px;
    line-height: 35px; }

  footer h2 {
    font-size: 24px;
    text-align: center; }

  .hero-section .item .left-area .achiver ul {
    gap: 0 5px; }

  .trust-by-section .head-area {
    margin-bottom: 20px; }

  footer .foot-ine .logo-area img {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: unset; }

  footer .foot-ine .logo-area p {
    width: 100%;
    padding: 0;
    padding-top: 10px; }

  footer .foot-ine {
    display: block; }

  footer .foot-ine .logo-area {
    display: block; }

  .breadcrumb .content h2 {
    font-size: 40px; }

  .Powerful-Ecosystem-section .content h3 {
    font-size: 20px; }

  .Powerful-Ecosystem-section.white-side .content h2 {
    font-size: 25px; }

  .permier-hr-section {
    padding: 30px 0; }

  .vission-mission .item .content img {
    margin-bottom: 10px; }

  .by-number.recognized-section {
    padding: 30px 0; }

  .by-number .head h3 {
    font-size: 20px; }

  .by-number .head h2 {
    font-size: 25px; }

  .by-number.recognized-section .news-show {
    padding: 0 44px; }

  .by-number {
    padding: 30px 0; }

  .by-number .head h2 {
    font-size: 25px; }

  .by-number .number-in ul {
    gap: 15px; }

  .who-choose-us {
    padding: 30px 0; }

  .who-choose-us .head h3 {
    font-size: 20px; }

  .who-choose-us .head h2 {
    font-size: 25px; }

  .permier-hr-section .video-setion {
    height: 430px; }

  .by-number .head h3 {
    font-size: 20px; }

  .permier-hr-section {
    padding: 30px 0; }

  .permier-hr-section .head-area h2 {
    font-size: 25px; }
    .local-exp-aea .in-warap{
      display: block;
    }
    .local-exp-aea .in-warap .places ul li p{
      font-size: 14px;
    }

  .local-exp-aea .in-warap .places ul {
    display: grid;
        grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
        gap: 20px;
    justify-content: center; }

  .trust-pr-section.map .content {
    padding-bottom: 20px; }

  .staff-selection-section .head-area h3 {
    font-size: 20px;
    line-height: 26px; }

  .staff-selection-section .head-area h2 {
    font-size: 24px;
    line-height: 30px; }

  .staff-selection-section .head-area {
    margin-bottom: 20px; }

  .Our-Community.morenews .community-box .conte h5 {
    font-size: 25px; }

  .Our-Community.morenews .community-box .conte p {
    font-size: 16px; }

  .Our-Community.big .community-box .conte {
    padding: 10px 0; }

  .Our-Community .community-box .conte {
    padding: 10px 0; }

  .Our-Community.recent-news .community-box {
    margin-bottom: 20px; }

  .Our-Community {
    padding: 30px 0; }

  .Our-Community.single-news .head-are h2 {
    font-size: 25px;
    line-height: 30px; }

  .how-we-work .head-area-in h4 {
    font-size: 20px; }

  .how-we-work .setps-area .item .step-se {
    padding: 15px; }

  .how-we-work .setps-area .item .content {
    padding: 15px; }

  .how-we-work .setps-area {
    padding: 80px 0; }

  .how-we-work {
    padding: 30px 0; }

  .how-we-work .head-area-in h3 {
    font-size: 25px; }

  .how-we-work .setps-area .item {
    width: 100%; }

  .how-we-work .setps-area .item:nth-child(even) {
    display: flex;
    flex-direction: column-reverse; }

  .how-we-work .setps-area .item:nth-child(even) .step-se {
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 55%, 0% 70%);
    margin-top: 0px; }

  .how-we-work .setps-area .item:nth-child(even) .step-se h5 {
    padding-bottom: 120px;
    padding-top: 0px; }

  .how-we-work .setps-area .item:nth-child(even) .content {
    margin-top: -127px; }

  .how-we-work .setps-area .item .step-se h5 {
    font-size: 24px; }
.contact-us-section .btn-primary{
          padding: 12px 40px;
    }
    .trust-pr-section .outer-box .img-area {
        height: 270px;
    }
    .Our-Community.morenews .head-are h2{
              font-size: 24px;
    }
        .Our-Community .head-are h2 {
        font-size: 24px;
    }
    .Our-Community .community-box .conte h5{
      font-size: 16px;
    }
    .Our-Community.morenews .community-box .conte h5{
      font-size: 16px;
    }
        header .head-area .other-links ul li {
        font-size: 16px;
    }
    .Our-Community.morenews .community-box .conte p{
      font-size: 14px;
    }
    .Our-Community .community-box .conte p{
      font-size: 14px;
    }
    .Our-Community.single-news .content-dtel h1, .Our-Community.single-news .content-dtel h2, .Our-Community.single-news .content-dtel h3, .Our-Community.single-news .content-dtel h4, .Our-Community.single-news .content-dtel h5, .Our-Community.single-news .content-dtel h6 {
  
    margin-bottom: 10px;
     }
  .how-we-work .setps-area .item .content p {
    font-size: 14px; } }
@media (max-width: 400px) {
  .tranform-business {
    padding: 20px 0; }

  .frequently-section .accordion .accordion-item {
    padding: 3px; }

  .frequently-section .accordion .accordion-item .accordion-header .accordion-button {
    line-height: 22px; }

  header {
    padding: 3px 0; }

  header.fixed .menu-side {
    height: calc(100% - 51px); }

  .scroll_off .menu-side {
    height: calc(100% - 89px); }

  .hero-section .item .left-area {
    padding: 0 0px;
    padding-bottom: 20px; }

  .hero-section .info-area .info-in ul li svg {
    width: 20px;
    height: 18px; }

  .hero-section .info-area .info-in {
    display: block; }

  .hero-section .info-area .info-in p {
    width: 100%; }

  .hero-section .info-area .info-in ul {
    margin-top: 10px; }

  .job-section .head-area-in {
    display: block; }
    .job-section .head-area-in .btn-primary {
      margin-top: 10px; }

  .Powerful-Ecosystem-section .img-area .badge-st {
    width: 230px;
   }

  .permier-hr-section .video-setion {
    height: 350px; }

  .by-number .number-in ul {
    display: block; }

  .by-number .number-in ul li:nth-child(odd) {
    margin-top: 20px; }

  .by-number .number-in ul li {
    margin-top: 20px; }

  .by-number .number-in {
    padding-top: 0px; }

    .Our-Community .news-oth .img-area {
    height: 240px;
}
    .Our-Community .community-box.main-blog .img-area {
       height: 240px;
    }

.hero-section .item .slide-in{
  padding-left: 10px;
  padding-right: 10px;
}
  .breadcrumb .content h2 {
    font-size: 35px;
    padding-bottom: 20px; } }
@media only screen and (max-width: 1199px) {
  .our-core-section .location-content .location-box .content-area h5 {
    font-size: 24px;
    transform: rotate(-90deg) translate(-370px, 0px); }

  .our-core-section .location-content .location-box .content-area {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 950px) {
  .our-core-section .location-content .location-box {
    width: 100% !important; }

  .our-core-section .location-content .location-box {
    border-color: transparent;
    border: none; }
    .our-core-section .location-content .location-box::after {
      background-color: #48284a69; }
    .our-core-section .location-content .location-box .content-area h5 {
      transform: unset; }
    .our-core-section .location-content .location-box .content-area ul {
      transform: scale(1); }

  .our-core-section .location-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px; }

  .our-core-section .location-content .location-box {
    width: 100% !important; }

  .our-core-section .location-content .location-box .content-area p {
    transform: scale(1); }

  .our-core-section .location-content .location-box .content-area h2 {
    text-align: start;
    padding-bottom: 10px; }

  .our-core-section .location-content .location-box .content-area {
    top: unset; }

  .our-core-section .location-content .location-box .content-area p {
    font-size: 14px; } }
@media only screen and (max-width: 800px) {
  .our-core-section .location-content .location-box .content-area h5 {
    font-size: 20px; } }
@media only screen and (max-width: 680px) {
  .our-core-section .location-content {
    grid-template-columns: 1fr; }

  .our-core-section .location-content .location-box {
    border: none; } }
@media only screen and (max-width: 680px) {
  .our-core-section .location-content .time-show-in ul {
    padding: 10px; } }
.cookie-modal {
  position: relative;
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); 
  overflow: hidden;
}
.cookie-modal .modal-body{
 max-height: calc(100dvh - 100px);
  overflow: auto;
}
.cookie-modal .foot-bt{
  position: sticky;
  left: 0;
  right: 0;
      bottom: -23px;
  width: 100%;
  background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 10px;

    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.cookie-icon {
  font-size: 40px; }


  /* Responsive Heading Sizes */

.cookie-modal h1,
.cookie-modal h2,
.cookie-modal h3,
.cookie-modal h4,
.cookie-modal h5,
.cookie-modal h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #0C356A;
    margin-bottom: 15px;
}

/* Desktop */
.cookie-modal h1 {
    font-size: 48px;
}

.cookie-modal h2 {
    font-size: 40px;
}

.cookie-modal h3 {
    font-size: 34px;
}

.cookie-modal h4 {
    font-size: 28px;
}

.cookie-modal h5 {
    font-size: 24px;
}

.cookie-modal h6 {
    font-size: 20px;
}

/* Tablet */
@media (max-width: 991px) {

    .cookie-modal h1 {
        font-size: 40px;
    }

    .cookie-modal h2 {
        font-size: 34px;
    }

    .cookie-modal h3 {
        font-size: 30px;
    }

    .cookie-modal h4 {
        font-size: 25px;
    }

    .cookie-modal h5 {
        font-size: 22px;
    }

    .cookie-modal h6 {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .cookie-modal h1 {
        font-size: 32px;
    }

    .cookie-modal h2 {
        font-size: 28px;
    }

    .cookie-modal h3 {
        font-size: 24px;
    }

    .cookie-modal h4 {
        font-size: 22px;
    }

    .cookie-modal h5 {
        font-size: 20px;
    }

    .cookie-modal h6 {
        font-size: 18px;
    }
}

.cookie-modal p {
  line-height: 1.5; }

.cookie-modal .btn-success {
  background: linear-gradient(135deg, #28a745, #20c997);
  border: none; }

.cookie-modal .btn-success:hover {
  opacity: 0.9; }

.cookie-modal .btn-light {
  background-color: #f8f9fa; }



  /* Desktop */
.Our-Community.single-news .content-dtel h1{
    font-size:48px;
    line-height:58px;
}

.Our-Community.single-news .content-dtel h2{
    font-size:42px;
    line-height:52px;
}

.Our-Community.single-news .content-dtel h3{
    font-size:36px;
    line-height:46px;
}

.Our-Community.single-news .content-dtel h4{
    font-size:30px;
    line-height:40px;
}

.Our-Community.single-news .content-dtel h5{
    font-size:24px;
    line-height:34px;
}

.Our-Community.single-news .content-dtel h6{
    font-size:20px;
    line-height:30px;
}



/* Tablet */
@media(max-width:991px){

    .Our-Community.single-news .content-dtel h1{
        font-size:38px;
        line-height:48px;
    }

    .Our-Community.single-news .content-dtel h2{
        font-size:34px;
        line-height:44px;
    }

    .Our-Community.single-news .content-dtel h3{
        font-size:30px;
        line-height:40px;
    }

    .Our-Community.single-news .content-dtel h4{
        font-size:26px;
        line-height:36px;
    }

    .Our-Community.single-news .content-dtel h5{
        font-size:22px;
        line-height:32px;
    }

    .Our-Community.single-news .content-dtel h6{
        font-size:18px;
        line-height:28px;
    }

}



/* Mobile */
@media(max-width:767px){

    .Our-Community.single-news .content-dtel h1{
        font-size:30px;
        line-height:40px;
    }

    .Our-Community.single-news .content-dtel h2{
        font-size:28px;
        line-height:38px;
    }

    .Our-Community.single-news .content-dtel h3{
        font-size:24px;
        line-height:34px;
    }

    .Our-Community.single-news .content-dtel h4{
        font-size:22px;
        line-height:32px;
    }

    .Our-Community.single-news .content-dtel h5{
        font-size:20px;
        line-height:30px;
    }

    .Our-Community.single-news .content-dtel h6{
        font-size:18px;
        line-height:28px;
    }

}

@media(max-width:576px){

    .Our-Community.single-news .content-dtel h1{
        font-size:28px;
        line-height:30px;
    }

    .Our-Community.single-news .content-dtel h2{
        font-size:25px;
        line-height:30px;
    }

    .Our-Community.single-news .content-dtel h3{
        font-size:20px;
        line-height:25px;
    }

    .Our-Community.single-news .content-dtel h4{
        font-size:18px;
        line-height:25px;
    }

    .Our-Community.single-news .content-dtel h5{
        font-size:16px;
        
        line-height:25px;
    }

    .Our-Community.single-news .content-dtel h6{
        font-size:14px;

        line-height:20px;
    }

}

/*##### sourceMappingURL=style.css.map */
