@import "../../../../../../use.typekit.net/xao0nhc.css";
* {
  margin: 0;
  padding: 0;
  font-family: "soleil", sans-serif;
  font-weight: 400; }

header {
  background: #051C2C;
  padding: 0 30px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out; }
  header .logo img {
    width: 100%;
    transition: all 0.3s ease-in-out; }
  header .header_cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px; }
    header .header_cnt nav > ul {
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center; }
      header .header_cnt nav > ul li {
        display: flex;
        margin-right: 60px;
        transition: all 0.3s ease-in-out;
        align-items: center; }
        header .header_cnt nav > ul li:last-child {
          margin: 0; }
        header .header_cnt nav > ul li a {
          color: #ffffff;
          text-decoration: none;
          font-family: "soleil", sans-serif;
          font-weight: 400;
          font-size: 17px;
          transition: all 0.2s ease-in-out; }
        header .header_cnt nav > ul li .login_btn {
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "soleil", sans-serif;
          font-weight: 400;
          font-size: 15px;
          border: 1px solid #ffffff;
          height: 36px;
          padding: 0 20px;
          color: #ffffff !important;
          cursor: pointer;
          line-height: normal;
          white-space: nowrap; }
          header .header_cnt nav > ul li .login_btn img {
            margin-right: 5px; }
          header .header_cnt nav > ul li .login_btn:hover {
            border: 1px solid #05b2e8;
            background: #05b2e8; }
        header .header_cnt nav > ul li.has_dropdown {
          padding-right: 18px;
          background: url("../../images/caret-down-white.svg") no-repeat right center; }
          header .header_cnt nav > ul li.has_dropdown:hover {
            background: url("../../images/caret-down.svg") no-repeat right center; }
        header .header_cnt nav > ul li .dropdown_wrap {
          display: none;
          position: absolute;
          top: 60px;
          left: 0;
          padding: 40px 0 100px;
          width: 100%;
          background: transparent; }
          header .header_cnt nav > ul li .dropdown_wrap .dropdown {
            width: 100%;
            background: #021421 url("../../images/dropdown_bg.png") no-repeat right bottom;
            min-height: 420px;
            padding: 20px 0; }
            header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt {
              display: flex;
              align-items: flex-start; }
              header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .nav .nav-link {
                padding: 30px 30px 30px 0;
                width: 400px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
                header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .nav .nav-link em {
                  font-family: "soleil", sans-serif;
                  font-weight: 400;
                  font-size: 20px;
                  color: rgba(255, 255, 255, 0.7);
                  font-style: normal;
                  transition: all 0.3s ease-in-out;
                  display: block; }
                header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .nav .nav-link.active {
                  background: #051C2C;
                  border-left: 2px solid #05b2e8;
                  border-bottom: none;
                  margin-top: -1px; }
                  header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .nav .nav-link.active em {
                    color: #05b2e8;
                    font-family: "soleil", sans-serif;
                    font-weight: 700;
                    padding-left: 20px; }
              header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .tab-content {
                padding: 80px 0 0 150px; }
                header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .tab-content p {
                  font-family: "soleil", sans-serif;
                  font-weight: 300;
                  font-size: 26px;
                  line-height: 40px;
                  margin-bottom: 40px;
                  color: #ffffff; }
            @media screen and (max-width: 1599px) {
              header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .tab-content {
                padding: 80px 80px 0 80px; } }
            @media screen and (max-width: 1400px) {
              header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .nav .nav-link {
                padding: 20px 25px 20px 0; }
                header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .nav .nav-link em {
                  font-size: 18px; }
              header .header_cnt nav > ul li .dropdown_wrap .dropdown .dropdown_cnt .tab-content p {
                font-size: 20px;
                line-height: 32px; } }
        header .header_cnt nav > ul li:hover > a {
          color: #05b2e8; }
        header .header_cnt nav > ul li:hover .dropdown_wrap {
          cursor: default; }
          @media screen and (min-width: 991px) {
            header .header_cnt nav > ul li:hover .dropdown_wrap {
              display: block; } }
  header .sub_nav {
    position: relative;
    width: 400px;
    padding: 0;
    margin: 0px; }
    header .sub_nav li {
      position: static;
      padding: 0px;
      margin: 0 !important; }
      header .sub_nav li > a {
        font-family: "soleil", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.8);
        font-style: normal;
        display: block;
        height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        width: 100%; }
      header .sub_nav li.active > a, header .sub_nav li:hover > a {
        background: #051C2C;
        border-left: 2px solid #05b2e8;
        border-bottom: none;
        margin-top: -1px;
        color: #05b2e8 !important;
        padding-left: 20px; }
      header .sub_nav li .tab-cnt {
        position: absolute;
        left: 100%;
        top: 0px;
        width: 700px;
        padding: 50px 0 0 150px;
        display: none;
        background: #021421;
        min-height: 100%; }
        header .sub_nav li .tab-cnt p {
          font-family: "soleil", sans-serif;
          font-weight: 300;
          font-size: 26px;
          line-height: 40px;
          margin-bottom: 40px;
          color: #ffffff; }
      header .sub_nav li:hover .tab-cnt {
        display: block; }
      header .sub_nav li:not(:hover):nth-child(1) .tab-cnt {
        display: block; }
  header .menu_icon {
    position: relative;
    width: 25px;
    height: 16px;
    cursor: pointer;
    display: none; }
    header .menu_icon span {
      position: absolute;
      background: #ffffff;
      width: 100%;
      height: 2px;
      border-radius: 20px;
      transition: .25s ease-in-out; }
      header .menu_icon span:nth-child(1) {
        top: 0; }
      header .menu_icon span:nth-child(2) {
        top: 8px; }
      header .menu_icon span:nth-child(3) {
        top: 16px; }
    header .menu_icon.open span:nth-child(1) {
      transform: rotate(135deg);
      top: 7px; }
    header .menu_icon.open span:nth-child(2) {
      display: none; }
    header .menu_icon.open span:nth-child(3) {
      transform: rotate(-135deg);
      top: 7px; }
  @media screen and (max-width: 1400px) {
    header .logo img {
      width: 200px; }
    header .header_cnt nav ul li.has_dropdown {
      padding: 30px 18px 30px 0; } }
  @media screen and (max-width: 1199px) {
    header .header_cnt nav ul li {
      margin-right: 30px; } }
  @media screen and (max-width: 991px) {
    header {
      padding: 0 10px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background: #051C2C !important; }
      header .logo img {
        width: 150px; }
      header .header_cnt nav {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #ffffff;
        padding: 0 20px 10px;
        box-shadow: 0px 8px 20px rgba(208, 206, 196, 0.5); }
        header .header_cnt nav.open {
          display: block; }
        header .header_cnt nav > ul {
          flex-direction: column;
          align-items: flex-start; }
          header .header_cnt nav > ul > li {
            padding: 10px 18px 10px 0 !important; }
            header .header_cnt nav > ul > li .mob-menu {
              display: none; }
            header .header_cnt nav > ul > li > a {
              color: #051C2C; }
            header .header_cnt nav > ul > li .login_btn {
              border-color: #05b2e8;
              background: #05b2e8;
              color: #ffffff; }
      header .menu_icon {
        display: block; } }
  @media screen and (max-width: 767px) {
    header .header_cnt {
      height: 80px; }
      header .header_cnt nav {
        height: calc(100vh - 80px);
        overflow: auto; }
        header .header_cnt nav ul li {
          padding: 10px 0 !important;
          flex-direction: column;
          margin: 0;
          width: 100%;
          align-items: flex-start; }
          header .header_cnt nav ul li.has_dropdown {
            background-position: right 10px top 20px;
            position: relative; }
            header .header_cnt nav ul li.has_dropdown .mob-menu {
              display: block;
              width: 30px;
              height: 30px;
              background: url("../../images/icons/plus.png") no-repeat center #051C2C;
              position: absolute;
              right: 0;
              top: 9px;
              background-size: 16px !important; }
              header .header_cnt nav ul li.has_dropdown .mob-menu.open {
                background: url("../../images/icons/minus_icon.png") no-repeat center #051C2C; }
          header .header_cnt nav ul li .dropdown_wrap {
            position: static;
            width: 100%;
            background: #051C2C;
            margin-top: 10px;
            padding: 0px;
            transition: all 0.3s ease-in-out; }
            header .header_cnt nav ul li .dropdown_wrap .dropdown {
              padding: 0px; }
              header .header_cnt nav ul li .dropdown_wrap .dropdown > .container {
                padding: 0px; }
            header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt {
              flex-direction: column; }
              header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .nav .nav-link {
                width: auto;
                padding: 0;
                border: none;
                margin-bottom: 10px; }
                header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .nav .nav-link:last-child {
                  margin-bottom: 0; }
                header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .nav .nav-link em {
                  font-size: 16px; }
                header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .nav .nav-link.active {
                  border: none; }
                  header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .nav .nav-link.active em {
                    margin: 0;
                    padding: 0; }
              header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .tab-content {
                display: none; }
              header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .sub_nav {
                width: 100%; }
                header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .sub_nav > li {
                  padding: 20px !important; }
                  header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .sub_nav > li > a {
                    color: #05b2e8;
                    border-left: 0px;
                    background: transparent;
                    padding-left: 0px;
                    height: auto;
                    font-size: 20px;
                    border-bottom: 0px; }
                  header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .sub_nav > li .tab-cnt {
                    position: static;
                    padding: 0px 0 0 0px;
                    width: 100%;
                    display: block;
                    background: transparent; }
                    header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .sub_nav > li .tab-cnt p {
                      font-size: 16px;
                      line-height: 26px;
                      margin-bottom: 10px; }
                  header .header_cnt nav ul li .dropdown_wrap .dropdown_cnt .sub_nav > li:nth-child(even) {
                    background: #051C2C; } }

.home_banner {
  background: url("../../images/banner_bg.png") no-repeat;
  background-size: cover; }
  .home_banner header {
    background: transparent linear-gradient(180deg, #051C2C 0%, transparent 100%); }
    .home_banner header.fixed {
      background: #051C2C; }
  .home_banner .banner_sec {
    padding: 150px 0 100px; }

.banner_sec {
  padding: 100px 0 0px;
  position: relative; }
  .banner_sec .one_stop_sec {
    max-width: 730px;
    background: rgba(5, 28, 44, 0.5);
    padding: 55px 70px;
    border-left: 2px solid #05b2e8;
    backdrop-filter: blur(10px); }
    .banner_sec .one_stop_sec .aws_logo {
      display: block; }
      .banner_sec .one_stop_sec .aws_logo img {
        height: 60px;
        margin-bottom: 12px;
        border-radius: 13px; }
    .banner_sec .one_stop_sec h1 {
      color: #ffffff;
      font-family: "soleil", sans-serif;
      font-weight: 700;
      font-size: 48px;
      line-height: 55px;
      margin-bottom: 15px; }
    .banner_sec .one_stop_sec p {
      color: rgba(255, 255, 255, 0.8);
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 30px; }
    .banner_sec .one_stop_sec .link_btn {
      margin-left: 40px; }
  .banner_sec.softwaredev_banner {
    background: url("../../images/softwaredev_bg.png") no-repeat top center;
    background-size: 100%;
    padding: 0; }
    .banner_sec.softwaredev_banner .one_stop_sec {
      padding: 130px 100px 180px 0;
      border: none;
      background: transparent;
      backdrop-filter: unset; }
      @media screen and (max-width: 1680px) {
        .banner_sec.softwaredev_banner .one_stop_sec {
          padding: 0; } }
    @media screen and (max-width: 1680px) {
      .banner_sec.softwaredev_banner {
        padding: 100px 0 150px; } }
    @media screen and (max-width: 1600px) {
      .banner_sec.softwaredev_banner {
        padding: 100px 0 120px; } }
    @media screen and (max-width: 1599px) {
      .banner_sec.softwaredev_banner {
        padding: 60px 0 80px 130px !important; } }
    @media screen and (max-width: 1399px) {
      .banner_sec.softwaredev_banner {
        padding-left: 0 !important; } }
    @media screen and (max-width: 1024px) {
      .banner_sec.softwaredev_banner {
        padding: 50px 0 50px 0 !important; } }
  @media screen and (max-width: 1599px) {
    .banner_sec .one_stop_sec h1 {
      font-size: 36px;
      line-height: 48px; } }
  @media screen and (max-width: 1400px) {
    .banner_sec .one_stop_sec {
      padding: 30px 50px;
      max-width: 550px; }
      .banner_sec .one_stop_sec h1 {
        font-size: 30px;
        line-height: 36px; }
      .banner_sec .one_stop_sec p {
        font-size: 16px;
        line-height: 26px; } }
  @media screen and (max-width: 991px) {
    .banner_sec {
      padding: 100px 10px 50px !important; }
      .banner_sec.softwaredev_banner {
        padding: 75px 0 30px 0 !important;
        background-size: cover; } }
  @media screen and (max-width: 767px) {
    .banner_sec .one_stop_sec {
      padding: 30px 20px; }
      .banner_sec .one_stop_sec h1 {
        font-size: 28px; }
      .banner_sec .one_stop_sec .one_stop_actions {
        display: flex;
        align-items: center; }
        .banner_sec .one_stop_sec .one_stop_actions .primary_btn {
          margin-right: 10px; }
        .banner_sec .one_stop_sec .one_stop_actions .link_btn {
          margin: 0; } }
  .banner_sec .banner_cnt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 100px; }
  .banner_sec figure {
    display: block;
    width: 100%;
    margin: 0px; }
    .banner_sec figure img {
      max-width: 100%;
      height: auto;
      display: block;
      width: 100%; }

header.fixed ~ .banner_sec {
  /*padding: 100px 0 100px;*/ }
  header.fixed ~ .banner_sec.softwaredev_banner {
    padding: 0; }
    @media screen and (max-width: 1680px) {
      header.fixed ~ .banner_sec.softwaredev_banner {
        padding: 100px 0 100px; } }

.primary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #05b2e8;
  background: #05b2e8;
  height: 50px;
  padding: 0 30px;
  color: #ffffff;
  cursor: pointer;
  line-height: normal;
  white-space: nowrap;
  text-decoration: none; }
  .primary_btn:hover {
    background: transparent;
    color: #05b2e8; }
  @media screen and (max-width: 1400px) {
    .primary_btn {
      height: 40px;
      font-size: 16px;
      padding: 0 20px; } }

.secondary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #ffffff;
  background: transparent;
  height: 50px;
  padding: 0 30px;
  color: #ffffff;
  cursor: pointer;
  line-height: normal;
  white-space: nowrap;
  text-decoration: none; }
  .secondary_btn:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #051C2C; }
  @media screen and (max-width: 1400px) {
    .secondary_btn {
      height: 40px;
      font-size: 16px;
      padding: 0 20px; } }

.btn_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #ffffff;
  background: #9ba4ab;
  border: 1px solid #9ba4ab;
  height: 50px;
  padding: 0 60px;
  color: #ffffff;
  cursor: pointer;
  line-height: normal;
  white-space: nowrap; }
  .btn_submit:hover {
    background: #05b2e8;
    border: 1px solid #05b2e8; }
  @media screen and (max-width: 1400px) {
    .btn_submit {
      height: 40px;
      font-size: 16px;
      padding: 0 20px; } }

.btn_white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #ffffff;
  background: #ffffff;
  height: 50px;
  padding: 0 30px;
  color: #051C2C;
  cursor: pointer;
  line-height: normal;
  white-space: nowrap;
  text-decoration: none; }
  .btn_white:hover {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }
  @media screen and (max-width: 1400px) {
    .btn_white {
      height: 40px;
      font-size: 16px;
      padding: 0 20px; } }

.link_btn {
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none; }
  .link_btn:hover {
    color: #05b2e8;
    text-decoration: underline; }
  @media screen and (max-width: 1400px) {
    .link_btn {
      font-size: 16px; } }

.more_about_sec {
  padding: 100px 0; }
  .more_about_sec .more_about_cnt {
    max-width: 1140px;
    margin: 0 auto; }
    .more_about_sec .more_about_cnt .description_sec {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 46px; }
      .more_about_sec .more_about_cnt .description_sec h4 {
        color: #051C2C;
        font-family: "soleil", sans-serif;
        font-weight: 400;
        font-size: 28px;
        max-width: 808px;
        margin: 0;
        line-height: 40px; }
      .more_about_sec .more_about_cnt .description_sec h3 {
        font-family: "soleil", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #05b2e8;
        padding: 25px 0 0 0; }
      .more_about_sec .more_about_cnt .description_sec p {
        font-family: "soleil", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #051C2C;
        padding: 0px; }
      .more_about_sec .more_about_cnt .description_sec ul {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 10px 0 0 20px; }
        .more_about_sec .more_about_cnt .description_sec ul li {
          width: 50%;
          margin-bottom: 15px; }
      .more_about_sec .more_about_cnt .description_sec.staff_sec .staff_cnt {
        width: 100%; }
        .more_about_sec .more_about_cnt .description_sec.staff_sec .staff_cnt h3 {
          padding: 0; }
      .more_about_sec .more_about_cnt .description_sec.staff_sec figure {
        width: 100%;
        margin: 50px 0 0 0; }
        .more_about_sec .more_about_cnt .description_sec.staff_sec figure img {
          display: block;
          width: 100%; }
  .more_about_sec.softwaredev {
    padding: 80px 0; }
    .more_about_sec.softwaredev .more_about_cnt .description_sec {
      margin: 0; }
      .more_about_sec.softwaredev .more_about_cnt .description_sec h4 {
        max-width: 100%; }
    @media screen and (max-width: 1599px) {
      .more_about_sec.softwaredev {
        padding: 50px 0; } }
  .more_about_sec.advantages .more_about_cnt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .more_about_sec.advantages .more_about_cnt .description_sec {
      width: calc(100% - 650px); }
      .more_about_sec.advantages .more_about_cnt .description_sec h3 {
        font-family: "soleil", sans-serif;
        font-weight: 800;
        color: #051C2C;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
        padding: 0; }
      .more_about_sec.advantages .more_about_cnt .description_sec p {
        max-width: 440px;
        width: 100%; }
    .more_about_sec.advantages .more_about_cnt figure {
      width: 600px;
      margin: 0px; }
      .more_about_sec.advantages .more_about_cnt figure img {
        max-width: 100%; }
    @media screen and (max-width: 767px) {
      .more_about_sec.advantages .more_about_cnt {
        flex-direction: column; }
        .more_about_sec.advantages .more_about_cnt .description_sec {
          width: 100%; }
        .more_about_sec.advantages .more_about_cnt figure {
          width: 100%; } }
  @media screen and (max-width: 1599px) {
    .more_about_sec {
      padding: 50px 0 80px; }
      .more_about_sec .more_about_cnt .description_sec h4 {
        font-size: 22px;
        line-height: 32px; } }
  @media screen and (max-width: 1400px) {
    .more_about_sec .more_about_cnt .description_sec h4 {
      font-size: 20px;
      line-height: 28px; } }
  @media screen and (max-width: 991px) {
    .more_about_sec.softwaredev {
      padding: 30px 10px; } }
  @media screen and (max-width: 767px) {
    .more_about_sec {
      padding: 30px 10px; }
      .more_about_sec .more_about_cnt .description_sec {
        flex-direction: column;
        margin-bottom: 30px; }
        .more_about_sec .more_about_cnt .description_sec h4 {
          margin-bottom: 20px; } }

.why_choose_sec h5 {
  color: #05b2e8;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px; }
.why_choose_sec .why_choose_list {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  margin: 0;
  padding: 0; }
  .why_choose_sec .why_choose_list li {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 25px 25px 25px 0;
    min-height: 150px;
    box-shadow: 0px 0px 30px #0000000D; }
    .why_choose_sec .why_choose_list li strong {
      padding-left: 20px;
      font-family: "soleil", sans-serif;
      font-weight: 700;
      font-weight: normal; }
    .why_choose_sec .why_choose_list li figure {
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 35px;
      border-radius: 0px 50px 50px 0px;
      background: #F7F9FB; }
    .why_choose_sec .why_choose_list li span {
      margin-left: 20px;
      color: #051C2C;
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 20px; }
  .why_choose_sec .why_choose_list.why_choose_list-v2 li {
    padding: 25px 15px 25px 0; }
    .why_choose_sec .why_choose_list.why_choose_list-v2 li strong {
      height: 80px;
      width: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0 50px 50px 0;
      background: #F7F9FB;
      padding: 0;
      font-size: 16px; }
    .why_choose_sec .why_choose_list.why_choose_list-v2 li span {
      width: calc(100% - 150px); }
@media screen and (max-width: 1400px) {
  .why_choose_sec .why_choose_list li {
    min-height: 120px;
    padding: 20px 20px 20px 0; }
    .why_choose_sec .why_choose_list li figure {
      padding: 15px 25px; }
      .why_choose_sec .why_choose_list li figure img {
        width: 40px; }
    .why_choose_sec .why_choose_list li span {
      font-size: 18px; } }
@media screen and (max-width: 991px) {
  .why_choose_sec .why_choose_list {
    grid-template-columns: auto auto; } }
@media screen and (max-width: 767px) {
  .why_choose_sec .why_choose_list {
    grid-template-columns: auto; } }

.results_sec {
  background: #05b2e8;
  padding: 60px 0;
  position: relative; }
  .results_sec:before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
    background: url("../../images/result_bg.svg") no-repeat; }
  .results_sec .results_cnt {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px; }
    .results_sec .results_cnt h4 {
      color: rgba(255, 255, 255, 0.8);
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 28px;
      margin: 0;
      text-align: center; }
    .results_sec .results_cnt .count_sec {
      margin: 50px 0 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .results_sec .results_cnt .count_sec li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .results_sec .results_cnt .count_sec li .count {
          display: flex; }
          .results_sec .results_cnt .count_sec li .count .counter, .results_sec .results_cnt .count_sec li .count em {
            font-family: "soleil", sans-serif;
            font-weight: 700;
            color: #ffffff;
            font-size: 64px;
            line-height: 80px;
            font-style: normal; }
          .results_sec .results_cnt .count_sec li .count .counter {
            min-width: 100px;
            text-align: right; }
        .results_sec .results_cnt .count_sec li .count_info {
          font-family: "soleil", sans-serif;
          font-weight: 400;
          font-size: 20px;
          color: rgba(255, 255, 255, 0.8);
          margin-top: 10px;
          padding-top: 20px;
          position: relative; }
          .results_sec .results_cnt .count_sec li .count_info:before {
            content: '';
            width: 40px;
            height: 2px;
            background: #ffffff;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
  .results_sec.our_core_values {
    background: #05b2e8 url("../../images/corevalues_bg.svg") no-repeat left bottom;
    background-size: cover;
    padding: 180px 0 100px; }
    .results_sec.our_core_values:before {
      top: auto;
      bottom: -50px; }
    .results_sec.our_core_values .our_core_cnt h3 {
      color: rgba(255, 255, 255, 0.8);
      font-family: "soleil", sans-serif;
      font-weight: 700;
      font-size: 32px;
      margin: 0 0 40px;
      text-align: center; }
    .results_sec.our_core_values .our_core_cnt .value_list {
      padding: 0 0 100px;
      margin: 0;
      display: flex; }
      .results_sec.our_core_values .our_core_cnt .value_list li {
        list-style-type: none;
        padding: 0 40px;
        border-right: 1px solid rgba(255, 255, 255, 0.4); }
        .results_sec.our_core_values .our_core_cnt .value_list li:last-child {
          border: none; }
        .results_sec.our_core_values .our_core_cnt .value_list li h5 {
          font-family: "soleil", sans-serif;
          font-weight: 700;
          font-size: 20px;
          color: #ffffff;
          margin: 20px 0; }
        .results_sec.our_core_values .our_core_cnt .value_list li p {
          font-family: "soleil", sans-serif;
          font-weight: 800;
          font-size: 15px;
          color: rgba(255, 255, 255, 0.8);
          margin: 0; }
    .results_sec.our_core_values .results_cnt h4 {
      font-family: "soleil", sans-serif;
      font-weight: 700;
      font-size: 32px; }
  @media screen and (max-width: 1680px) {
    .results_sec.our_core_values {
      padding: 120px 0; } }
  @media screen and (max-width: 1599px) {
    .results_sec.our_core_values {
      padding: 120px 0 50px; }
      .results_sec.our_core_values .our_core_cnt .value_list {
        padding: 0 0 70px; }
      .results_sec.our_core_values .our_core_cnt h3 {
        font-size: 28px; } }
  @media screen and (max-width: 1199px) {
    .results_sec {
      padding: 50px 0; }
      .results_sec .results_cnt .count_sec {
        margin: 30px 0 0; }
        .results_sec .results_cnt .count_sec li .count {
          font-size: 55px;
          line-height: 55px; }
        .results_sec .results_cnt .count_sec li .count_info {
          font-size: 16px;
          padding-top: 10px; } }
  @media screen and (max-width: 991px) {
    .results_sec.our_core_values .our_core_cnt .value_list {
      flex-direction: column;
      padding: 0 0 30px; }
      .results_sec.our_core_values .our_core_cnt .value_list li {
        border-right: none;
        margin-bottom: 40px;
        padding: 0; }
        .results_sec.our_core_values .our_core_cnt .value_list li:last-child {
          margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .results_sec {
      padding: 30px 10px; }
      .results_sec:before {
        display: none; }
      .results_sec .results_cnt {
        padding: 0; }
        .results_sec .results_cnt .count_sec {
          flex-direction: column; }
          .results_sec .results_cnt .count_sec li {
            margin-bottom: 30px; }
            .results_sec .results_cnt .count_sec li:last-child {
              margin-bottom: 0; }
      .results_sec.our_core_values {
        padding: 30px 10px; }
        .results_sec.our_core_values:before {
          display: none; } }

.our_services_sec {
  padding: 100px 0; }
  .our_services_sec .our_services_cnt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto; }
    .our_services_sec .our_services_cnt .services_sec {
      position: sticky;
      top: 140px;
      max-width: 430px; }
      .our_services_sec .our_services_cnt .services_sec h6 {
        font-family: "soleil", sans-serif;
        font-weight: 700;
        color: #05b2e8;
        font-size: 16px;
        margin-bottom: 20px; }
      .our_services_sec .our_services_cnt .services_sec h2 {
        font-family: "soleil", sans-serif;
        font-weight: 700;
        color: #051C2C;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px; }
      .our_services_sec .our_services_cnt .services_sec p {
        font-family: "soleil", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #5A5B5E;
        margin-bottom: 30px; }
    .our_services_sec .our_services_cnt .services_list {
      max-width: 570px; }
      .our_services_sec .our_services_cnt .services_list h6 {
        font-family: "soleil", sans-serif;
        font-weight: 700;
        color: #05b2e8;
        font-size: 24px;
        margin-bottom: 20px; }
      .our_services_sec .our_services_cnt .services_list ul {
        padding: 0;
        margin: 0; }
        .our_services_sec .our_services_cnt .services_list ul li {
          list-style-type: none;
          margin-bottom: 70px; }
          .our_services_sec .our_services_cnt .services_list ul li:last-child {
            margin: 0; }
          .our_services_sec .our_services_cnt .services_list ul li figure {
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            border: 1px solid #051C2C1A;
            background: #ffffff; }
          .our_services_sec .our_services_cnt .services_list ul li h5 {
            font-family: "soleil", sans-serif;
            font-weight: 700;
            color: #051C2C;
            font-size: 20px;
            margin-bottom: 10px; }
            .our_services_sec .our_services_cnt .services_list ul li h5 a {
              font-family: "soleil", sans-serif;
              font-weight: 700;
              color: #051C2C;
              font-size: 20px;
              text-decoration: none; }
          .our_services_sec .our_services_cnt .services_list ul li p {
            font-family: "soleil", sans-serif;
            font-weight: 400;
            color: #5A5B5E;
            font-size: 15px; }
          .our_services_sec .our_services_cnt .services_list ul li ol {
            padding: 0px; }
            .our_services_sec .our_services_cnt .services_list ul li ol li {
              box-shadow: 0px 0px 15px #05b2e81A;
              width: 100%;
              border: 1px solid #7EC10066;
              border-radius: 4px;
              margin-bottom: 15px;
              background: url("../../images/check_mark.svg") no-repeat 30px center #ffffff;
              min-height: 100px;
              padding: 20px 30px 20px 100px;
              font-family: "soleil", sans-serif;
              font-weight: 400;
              font-size: 16px;
              color: #051C2C;
              line-height: 24px;
              display: flex;
              align-items: center;
              border-left: 4px solid #7EC100; }
          .our_services_sec .our_services_cnt .services_list ul li:hover a {
            background: url("../../images/icons/external-link.png") no-repeat right 8px;
            padding-right: 24px;
            background-size: 16px; }
  .our_services_sec.softwaredev {
    background: #F7F9FB;
    padding: 80px 0; }
    .our_services_sec.softwaredev .our_services_cnt .services_sec {
      max-width: 510px; }
      .our_services_sec.softwaredev .our_services_cnt .services_sec h2 {
        margin-bottom: 20px; }
  .our_services_sec.imp_testing {
    background: #f7f9fb; }
    .our_services_sec.imp_testing .our_features {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .our_services_sec.imp_testing .our_features .list_items {
        width: calc(100% - 450px); }
        .our_services_sec.imp_testing .our_features .list_items h5 {
          font-family: "soleil", sans-serif;
          font-weight: 700;
          font-size: 40px;
          color: #051C2C;
          line-height: 50px;
          margin-bottom: 20px; }
        .our_services_sec.imp_testing .our_features .list_items p {
          font-family: "soleil", sans-serif;
          font-weight: 400;
          font-size: 20px;
          color: #051C2C;
          line-height: 30px;
          margin-bottom: 20px; }
      .our_services_sec.imp_testing .our_features figure {
        width: 400px;
        margin: 0px; }
        .our_services_sec.imp_testing .our_features figure img {
          max-width: 100%;
          display: block; }
    @media screen and (max-width: 767px) {
      .our_services_sec.imp_testing .our_features {
        flex-direction: column; }
        .our_services_sec.imp_testing .our_features .list_items {
          width: 100%; }
        .our_services_sec.imp_testing .our_features figure {
          width: 100%; } }
  @media screen and (max-width: 1599px) {
    .our_services_sec {
      padding: 50px 0 100px; }
      .our_services_sec .our_services_cnt .services_sec h2 {
        font-size: 34px;
        line-height: 45px; }
      .our_services_sec .our_services_cnt .services_sec p {
        font-size: 18px; } }
  @media screen and (max-width: 1400px) {
    .our_services_sec .our_services_cnt .services_sec h2 {
      font-size: 28px;
      line-height: 36px; }
    .our_services_sec .our_services_cnt .services_sec p {
      margin-bottom: 20px; }
    .our_services_sec .our_services_cnt .services_list ul li {
      margin-bottom: 40px; } }
  @media screen and (max-width: 1199px) {
    .our_services_sec .our_services_cnt .services_sec {
      max-width: 300px; } }
  @media screen and (max-width: 991px) {
    .our_services_sec {
      padding: 50px 10px 50px; }
      .our_services_sec .our_services_cnt {
        flex-direction: column; }
        .our_services_sec .our_services_cnt .services_sec {
          position: static;
          width: 100%;
          max-width: 100%;
          margin-bottom: 40px; }
        .our_services_sec .our_services_cnt .services_list {
          width: 100%;
          max-width: 100%; }
      .our_services_sec.softwaredev {
        padding: 30px 10px; } }
  @media screen and (max-width: 767px) {
    .our_services_sec {
      padding: 30px 10px; } }

.our_solutions_sec h2 {
  font-family: "soleil", sans-serif;
  font-weight: 700;
  color: #051C2C;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
  text-align: center; }
.our_solutions_sec .our_solutions_cnt {
  display: flex; }
  .our_solutions_sec .our_solutions_cnt .micro_lending {
    background: url("../../images/Cloud_bg.png") no-repeat; }
  .our_solutions_sec .our_solutions_cnt .staff_augmentation {
    background: url("../../images/Salesforce_bg.png") no-repeat; }
  .our_solutions_sec .our_solutions_cnt .image_wrap {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 100px; }
    .our_solutions_sec .our_solutions_cnt .image_wrap img {
      max-width: 100%;
      height: auto;
      width: 100%; }
    .our_solutions_sec .our_solutions_cnt .image_wrap .content {
      max-width: 572px; }
      .our_solutions_sec .our_solutions_cnt .image_wrap .content span {
        display: block;
        margin-bottom: 30px; }
        .our_solutions_sec .our_solutions_cnt .image_wrap .content span img {
          max-width: 100%;
          display: block;
          width: auto;
          height: auto; }
      .our_solutions_sec .our_solutions_cnt .image_wrap .content h2 {
        text-align: left;
        color: #ffffff;
        margin-bottom: 10px; }
      .our_solutions_sec .our_solutions_cnt .image_wrap .content p {
        font-family: "soleil", sans-serif;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        margin-bottom: 30px; }
@media screen and (max-width: 1599px) {
  .our_solutions_sec h2 {
    font-size: 34px;
    line-height: 36px; }
  .our_solutions_sec .our_solutions_cnt .image_wrap .content {
    max-width: 450px; }
    .our_solutions_sec .our_solutions_cnt .image_wrap .content h2 {
      font-size: 32px; } }
@media screen and (max-width: 1400px) {
  .our_solutions_sec h2 {
    font-size: 28px;
    margin-bottom: 20px; }
  .our_solutions_sec .our_solutions_cnt .image_wrap .content h2 {
    font-size: 24px; } }
@media screen and (max-width: 1199px) {
  .our_solutions_sec .our_solutions_cnt .image_wrap .content {
    left: 50px;
    bottom: 50px;
    max-width: 400px; } }
@media screen and (max-width: 991px) {
  .our_solutions_sec .our_solutions_cnt {
    flex-direction: column; }
    .our_solutions_sec .our_solutions_cnt .image_wrap {
      padding: 0;
      height: auto; } }
@media screen and (max-width: 767px) {
  .our_solutions_sec .our_solutions_cnt .image_wrap .content {
    left: 0px;
    bottom: 0px;
    padding: 20px; }
    .our_solutions_sec .our_solutions_cnt .image_wrap .content h2 {
      font-size: 20px; }
    .our_solutions_sec .our_solutions_cnt .image_wrap .content p {
      margin-bottom: 20px; } }

.our_technologies_sec {
  padding: 100px 0; }
  .our_technologies_sec .our_technologies_cnt {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .our_technologies_sec .our_technologies_cnt h2 {
      font-family: "soleil", sans-serif;
      font-weight: 700;
      color: #051C2C;
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 20px; }
    .our_technologies_sec .our_technologies_cnt p {
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #5A5B5E;
      margin: 0 auto 30px;
      max-width: 750px; }
    .our_technologies_sec .our_technologies_cnt img {
      max-width: 100%;
      height: auto;
      width: 100%; }
    .our_technologies_sec .our_technologies_cnt .cloud_partners {
      width: 100%;
      background: #051C2C;
      padding: 40px 20px;
      box-shadow: 0px 0px 30px #0000000D;
      border-radius: 4px;
      font-family: "soleil", sans-serif;
      font-weight: 700;
      font-size: 32px;
      line-height: 40px;
      color: #ffffff;
      text-align: center; }
    .our_technologies_sec .our_technologies_cnt .aws_logo {
      display: block;
      margin: 0 auto;
      text-align: center; }
      .our_technologies_sec .our_technologies_cnt .aws_logo img {
        width: auto;
        margin-bottom: 20px; }
    .our_technologies_sec .our_technologies_cnt .swiper-pagination {
      bottom: 0px; }
      .our_technologies_sec .our_technologies_cnt .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #051C2C; }
  @media screen and (max-width: 1599px) {
    .our_technologies_sec {
      padding: 70px 0; }
      .our_technologies_sec .our_technologies_cnt h2 {
        font-size: 34px;
        line-height: 36px; } }
  @media screen and (max-width: 1400px) {
    .our_technologies_sec {
      padding: 50px 0; }
      .our_technologies_sec .our_technologies_cnt h2 {
        font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .our_technologies_sec {
      padding: 30px 10px; } }

.working_at_sec {
  display: flex; }
  .working_at_sec .image_wrap {
    width: 100%; }
    .working_at_sec .image_wrap img {
      width: 100%;
      height: auto;
      max-width: 100%; }
  .working_at_sec .working_cnt {
    background: transparent linear-gradient(146deg, #051C2C 0%, #183448 100%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 100px; }
    .working_at_sec .working_cnt h6 {
      font-family: "soleil", sans-serif;
      font-weight: 700;
      color: #05b2e8;
      font-size: 16px;
      margin-bottom: 10px; }
    .working_at_sec .working_cnt h2 {
      font-family: "soleil", sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 10px;
      max-width: 375px; }
    .working_at_sec .working_cnt p {
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 40px;
      max-width: 420px; }
    .working_at_sec .working_cnt .link_btn {
      margin-left: 40px; }
  @media screen and (max-width: 1599px) {
    .working_at_sec .working_cnt h2 {
      font-size: 34px;
      line-height: 45px; } }
  @media screen and (max-width: 1400px) {
    .working_at_sec .working_cnt h2 {
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 36px; } }
  @media screen and (max-width: 1199px) {
    .working_at_sec .working_cnt {
      padding-left: 50px; } }
  @media screen and (max-width: 991px) {
    .working_at_sec {
      flex-direction: column; }
      .working_at_sec .working_cnt {
        padding: 50px; } }
  @media screen and (max-width: 767px) {
    .working_at_sec .working_cnt {
      padding: 30px 20px; }
      .working_at_sec .working_cnt p {
        margin-bottom: 20px; }
      .working_at_sec .working_cnt .working_actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; }
        .working_at_sec .working_cnt .working_actions span {
          margin: 0; }
        .working_at_sec .working_cnt .working_actions .secondary_btn {
          margin-bottom: 20px; }
        .working_at_sec .working_cnt .working_actions .link_btn {
          margin-left: 0px; } }

.our_clients_sec {
  padding: 100px 0 85px; }
  .our_clients_sec h2 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    color: #051C2C;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center; }
  .our_clients_sec p {
    font-family: "soleil", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5A5B5E;
    text-align: center;
    margin: 0 auto 25px; }
  .our_clients_sec .clients_list {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0; }
    .our_clients_sec .clients_list li {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 40px;
      background: #ffffff;
      box-shadow: 0px 0px 30px #0000000D;
      margin: 15px; }
      .our_clients_sec .clients_list li img {
        width: 100%;
        max-width: 160px;
        height: auto; }
  @media screen and (max-width: 1599px) {
    .our_clients_sec {
      padding: 50px 0; }
      .our_clients_sec h2 {
        font-size: 34px;
        line-height: 36px; } }
  @media screen and (max-width: 1400px) {
    .our_clients_sec h2 {
      font-size: 28px; }
    .our_clients_sec .clients_list {
      flex-wrap: wrap; }
      .our_clients_sec .clients_list li {
        margin: 15px; }
        .our_clients_sec .clients_list li img {
          max-width: 120px; }
        .our_clients_sec .clients_list li:first-child {
          margin-left: 15px; }
      .our_clients_sec .clients_list.top, .our_clients_sec .clients_list.bottom {
        justify-content: center; }
        .our_clients_sec .clients_list.top li:last-child, .our_clients_sec .clients_list.bottom li:last-child {
          margin-right: 15px; }
        .our_clients_sec .clients_list.top li:first-child, .our_clients_sec .clients_list.bottom li:first-child {
          margin-left: 15px; }
      .our_clients_sec .clients_list.bottom li:last-child {
        margin-right: 15px; } }
  @media screen and (max-width: 767px) {
    .our_clients_sec {
      padding: 30px 10px; } }

.we_build_sec {
  padding-bottom: 100px; }
  .we_build_sec .we_build_cnt {
    max-width: 1140px;
    height: 400px;
    margin: 0 auto;
    background: #05b2e8 url("../../images/we_build_bg.png") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column; }
    .we_build_sec .we_build_cnt h2 {
      font-family: "soleil", sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 10px;
      text-align: center; }
    .we_build_sec .we_build_cnt p {
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.8);
      text-align: center;
      max-width: 700px;
      margin-bottom: 30px; }
  .we_build_sec.softwaredev {
    background: url("../../images/software_ready_bg.svg") no-repeat left bottom;
    background-size: 100%; }
  @media screen and (max-width: 1599px) {
    .we_build_sec {
      padding-bottom: 50px; }
      .we_build_sec .we_build_cnt h2 {
        font-size: 34px;
        line-height: 45px; } }
  @media screen and (max-width: 1400px) {
    .we_build_sec .we_build_cnt h2 {
      font-size: 28px;
      line-height: 36px; } }
  @media screen and (max-width: 1199px) {
    .we_build_sec .we_build_cnt {
      height: 300px;
      background-size: 100%; } }
  @media screen and (max-width: 767px) {
    .we_build_sec {
      padding: 0 10px 30px 10px; }
      .we_build_sec .we_build_cnt {
        padding: 20px;
        height: auto; } }

footer {
  background: #051C2C;
  padding: 40px 0 0; }
  footer .footer_cnt {
    display: flex;
    justify-content: space-between; }
    footer .footer_cnt .logo_address_sec {
      min-width: 290px;
      margin-right: 100px; }
      footer .footer_cnt .logo_address_sec p {
        font-family: "soleil", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        margin: 20px 0 75px;
        max-width: 285px; }
      footer .footer_cnt .logo_address_sec a {
        font-family: "soleil", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #ffffff;
        display: block;
        text-decoration: none;
        margin-bottom: 20px; }
        footer .footer_cnt .logo_address_sec a:hover {
          text-decoration: underline; }
      footer .footer_cnt .logo_address_sec .social_icons {
        display: flex;
        margin: 55px 0 0;
        padding: 0; }
        footer .footer_cnt .logo_address_sec .social_icons li {
          display: flex;
          margin-right: 10px; }
          footer .footer_cnt .logo_address_sec .social_icons li:last-child {
            margin: 0; }
    footer .footer_cnt .location_sec {
      width: 100%; }
      footer .footer_cnt .location_sec ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0; }
        footer .footer_cnt .location_sec ul li {
          list-style-type: none; }
          footer .footer_cnt .location_sec ul li h6 {
            font-family: "soleil", sans-serif;
            font-weight: 700;
            font-size: 18px;
            color: #ffffff;
            margin: 25px 0 10px; }
          footer .footer_cnt .location_sec ul li p {
            font-family: "soleil", sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            max-width: 185px; }
          footer .footer_cnt .location_sec ul li a {
            font-family: "soleil", sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            display: inline-block;
            text-decoration: none;
            margin-bottom: 10px; }
            footer .footer_cnt .location_sec ul li a:hover {
              text-decoration: underline;
              color: #ffffff; }
        footer .footer_cnt .location_sec ul.locations {
          border-bottom: 1px solid rgba(255, 255, 255, 0.15);
          margin-bottom: 40px;
          padding-bottom: 40px; }
  footer .copy_right_sec {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    margin-top: 40px; }
    footer .copy_right_sec .copy_right_cnt {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      footer .copy_right_sec .copy_right_cnt span {
        font-family: "soleil", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.5);
        line-height: normal; }
      footer .copy_right_sec .copy_right_cnt ul {
        padding: 0;
        margin: 0;
        display: flex; }
        footer .copy_right_sec .copy_right_cnt ul li {
          list-style-type: none;
          margin-right: 40px;
          line-height: normal; }
          footer .copy_right_sec .copy_right_cnt ul li:last-child {
            margin: 0; }
          footer .copy_right_sec .copy_right_cnt ul li a {
            font-family: "soleil", sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none; }
            footer .copy_right_sec .copy_right_cnt ul li a:hover {
              text-decoration: underline; }
  @media screen and (max-width: 1400px) {
    footer .footer_cnt .logo_address_sec {
      min-width: 250px;
      margin-right: 50px; } }
  @media screen and (max-width: 1199px) {
    footer .footer_cnt .location_sec ul li {
      padding-right: 20px; }
      footer .footer_cnt .location_sec ul li:last-child {
        padding: 0; } }
  @media screen and (max-width: 991px) {
    footer .footer_cnt {
      flex-direction: column; }
      footer .footer_cnt .logo_address_sec p {
        margin-bottom: 20px; }
      footer .footer_cnt .logo_address_sec .social_icons {
        margin: 20px 0 0; }
      footer .footer_cnt .location_sec {
        margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    footer {
      padding: 0; }
      footer .footer_cnt {
        padding: 30px 10px 0; }
        footer .footer_cnt .location_sec ul {
          flex-direction: column; }
          footer .footer_cnt .location_sec ul li {
            margin-bottom: 20px; }
            footer .footer_cnt .location_sec ul li:last-child {
              margin-bottom: 0; }
      footer .copy_right_sec {
        margin-top: 20px;
        padding: 20px; }
        footer .copy_right_sec .copy_right_cnt {
          flex-direction: column; }
          footer .copy_right_sec .copy_right_cnt ul {
            margin-top: 20px; } }

.software_dev_process {
  padding: 100px 0 0; }
  .software_dev_process .software_dev_cnt {
    max-width: 1140px;
    margin: 0 auto; }
    .software_dev_process .software_dev_cnt h2 {
      font-family: "soleil", sans-serif;
      font-weight: 700;
      color: #051C2C;
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 60px;
      text-align: center; }
    .software_dev_process .software_dev_cnt .process_list {
      padding: 0;
      margin: 0; }
      .software_dev_process .software_dev_cnt .process_list li {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: normal; }
        .software_dev_process .software_dev_cnt .process_list li:nth-child(odd) {
          background: #E3FFAF; }
        .software_dev_process .software_dev_cnt .process_list li .title {
          font-family: "soleil", sans-serif;
          font-weight: 700;
          color: #051C2C;
          font-size: 24px;
          padding: 30px 38px 30px 30px;
          width: 300px;
          text-align: right;
          position: relative; }
          .software_dev_process .software_dev_cnt .process_list li .title:after {
            content: '';
            width: 2px;
            height: 100%;
            background: #051C2C;
            position: absolute;
            right: 0;
            top: 0; }
          .software_dev_process .software_dev_cnt .process_list li .title:before {
            content: '';
            width: 16px;
            height: 16px;
            background: #ffffff;
            border: 2px solid #051C2C;
            border-radius: 50%;
            position: absolute;
            right: -7px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 9;
            background: #051C2C; }
          .software_dev_process .software_dev_cnt .process_list li .title.processed:after, .software_dev_process .software_dev_cnt .process_list li .title.processed:before {
            background: #051C2C; }
        .software_dev_process .software_dev_cnt .process_list li .description {
          font-family: "soleil", sans-serif;
          font-weight: 800;
          color: #051C2C;
          font-size: 20px;
          padding: 30px 30px 30px 38px;
          width: calc(100% - 300px); }
  @media screen and (max-width: 1599px) {
    .software_dev_process {
      padding: 50px 0 0; }
      .software_dev_process .software_dev_cnt h2 {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px; } }
  @media screen and (max-width: 1400px) {
    .software_dev_process .software_dev_cnt h2 {
      font-size: 28px; } }
  @media screen and (max-width: 991px) {
    .software_dev_process {
      padding: 30px 10px 0; }
      .software_dev_process .software_dev_cnt .process_list li .title {
        width: 215px; } }
  @media screen and (max-width: 767px) {
    .software_dev_process .software_dev_cnt .process_list li {
      flex-direction: column;
      margin-bottom: 20px; }
      .software_dev_process .software_dev_cnt .process_list li:last-child {
        margin-bottom: 0; }
      .software_dev_process .software_dev_cnt .process_list li .title {
        width: 100%;
        text-align: center;
        padding: 10px 20px 0;
        font-size: 18px; }
        .software_dev_process .software_dev_cnt .process_list li .title:after, .software_dev_process .software_dev_cnt .process_list li .title:before {
          display: none; }
      .software_dev_process .software_dev_cnt .process_list li .description {
        width: 100%;
        padding: 10px 20px 15px;
        font-size: 16px;
        text-align: center; } }

.form-group {
  margin-bottom: 20px;
  position: relative; }
  .form-group > p {
    margin-bottom: 0 !important; }
  .form-group .form-label {
    font-family: "soleil", sans-serif;
    font-weight: 400;
    color: #051C2C;
    margin-bottom: 5px;
    line-height: normal; }
  .form-group .form-control {
    background: #F7F9FB80;
    border: 1px solid #051C2C26;
    border-radius: 0;
    font-family: "soleil", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #051C2C;
    height: 45px; }
    .form-group .form-control:focus, .form-group .form-control:focus-visible {
      outline: none;
      box-shadow: none; }
  .form-group textarea.form-control {
    min-height: 70px; }
  .form-group .wpcf7-form-control-wrap {
    position: static; }
    .form-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
      color: #cc0101;
      font-size: 14px;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: 100%;
      line-height: 18px; }

.about_sec {
  padding: 170px 0 70px;
  position: relative;
  background: url("../../images/about_bg.svg") no-repeat left top;
  background-size: cover; }
  .about_sec .about_cnt {
    max-width: 1140px;
    margin: 0 auto; }
    .about_sec .about_cnt img.team_img {
      position: absolute;
      right: 0;
      top: 100px;
      max-width: 870px;
      z-index: 9; }
    .about_sec .about_cnt h3 {
      font-family: "soleil", sans-serif;
      font-weight: 700;
      font-size: 32px;
      color: #05b2e8;
      margin-bottom: 20px;
      max-width: 530px; }
    .about_sec .about_cnt p {
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      color: #051C2C;
      margin-bottom: 30px;
      max-width: 530px; }
    .about_sec .about_cnt .why_choose_sec {
      z-index: 9;
      position: relative;
      margin-top: 60px; }
      .about_sec .about_cnt .why_choose_sec h5 {
        font-family: "soleil", sans-serif;
        font-weight: 700;
        font-size: 32px; }
    @media screen and (max-width: 1400px) {
      .about_sec .about_cnt .about_text {
        width: 100%;
        max-width: 420px; } }
  @media screen and (max-width: 1680px) {
    .about_sec .about_cnt img.team_img {
      max-width: 820px; } }
  @media screen and (max-width: 1599px) {
    .about_sec .about_cnt img.team_img {
      max-width: 780px; }
    .about_sec .about_cnt h3 {
      font-size: 28px; }
    .about_sec .about_cnt p {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 20px; }
    .about_sec .about_cnt .why_choose_sec h5 {
      font-size: 28px; } }
  @media screen and (max-width: 1400px) {
    .about_sec .about_cnt img.team_img {
      max-width: 740px; } }
  @media screen and (max-width: 1199px) {
    .about_sec .about_cnt {
      display: flex;
      align-items: flex-start;
      flex-direction: row-reverse;
      flex-wrap: wrap; }
      .about_sec .about_cnt img.team_img {
        position: static;
        width: 300px; }
      .about_sec .about_cnt .about_text {
        width: calc(100% - 300px);
        padding-right: 30px;
        max-width: 100%; } }
  @media screen and (max-width: 991px) {
    .about_sec .about_cnt p {
      max-width: 100%; }
    .about_sec .about_cnt h3 {
      font-size: 24px; }
    .about_sec .about_cnt .why_choose_sec {
      margin-top: 30px; }
      .about_sec .about_cnt .why_choose_sec h5 {
        font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .about_sec {
      padding: 80px 10px 30px; } }
  .about_sec .about_cnt.careers_cnt {
    display: flex;
    align-items: flex-start; }
    .about_sec .about_cnt.careers_cnt img {
      position: static;
      width: 50%; }
    .about_sec .about_cnt.careers_cnt .careers_text {
      width: 50%; }
      @media screen and (max-width: 1199px) {
        .about_sec .about_cnt.careers_cnt .careers_text p {
          font-size: 16px;
          line-height: 22px; } }
    @media screen and (max-width: 767px) {
      .about_sec .about_cnt.careers_cnt .careers_text {
        width: 100%;
        padding-top: 30px; } }
  @media screen and (max-width: 767px) {
    .about_sec .about_cnt {
      flex-direction: column; }
      .about_sec .about_cnt .team_img {
        display: none; }
      .about_sec .about_cnt .why_choose_sec {
        order: 2; }
      .about_sec .about_cnt .about_text {
        order: 1;
        width: 100%;
        padding-right: 0;
        padding-top: 30px; } }

.team_sec {
  padding: 50px 0 100px; }
  .team_sec .team_sec_cnt {
    max-width: 1140px;
    margin: 0 auto; }
    .team_sec .team_sec_cnt h4 {
      font-family: "soleil", sans-serif;
      font-weight: 700;
      font-size: 32px;
      color: #051C2C;
      margin-bottom: 40px;
      text-align: center; }
    .team_sec .team_sec_cnt p {
      text-align: center;
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #051C2C;
      margin: 0 auto 20px;
      max-width: 900px; }
    .team_sec .team_sec_cnt .team_list {
      display: grid;
      grid-template-columns: auto auto auto auto;
      grid-gap: 20px;
      padding: 0;
      margin: 0; }
      .team_sec .team_sec_cnt .team_list li {
        list-style-type: none; }
        .team_sec .team_sec_cnt .team_list li img {
          width: 100%;
          max-width: 100%;
          height: auto; }
        .team_sec .team_sec_cnt .team_list li span {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin-top: 20px;
          font-family: "soleil", sans-serif;
          font-weight: 400;
          color: #051C2C;
          font-size: 20px; }
          .team_sec .team_sec_cnt .team_list li span em {
            font-size: 16px;
            font-style: normal;
            color: #05b2e8; }
  @media screen and (max-width: 1599px) {
    .team_sec {
      padding: 50px 0; }
      .team_sec .team_sec_cnt h4 {
        font-size: 28px; } }
  @media screen and (max-width: 991px) {
    .team_sec .team_sec_cnt .team_list {
      grid-template-columns: auto auto; } }
  @media screen and (max-width: 767px) {
    .team_sec .team_sec_cnt .team_list {
      grid-template-columns: auto; } }

.modal .modal-dialog {
  max-width: 1000px; }
  .modal .modal-dialog .modal-content {
    border-radius: 0; }
    .modal .modal-dialog .modal-content .modal-body {
      display: flex;
      padding: 0; }
      .modal .modal-dialog .modal-content .modal-body .btn-close {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 0; }
        .modal .modal-dialog .modal-content .modal-body .btn-close:focus {
          outline: none;
          box-shadow: none; }
      .modal .modal-dialog .modal-content .modal-body .get_started_sec {
        background: transparent linear-gradient(153deg, #05b2e8 0%, #B6ED00 100%);
        padding: 70px 20px 40px 40px;
        max-width: 310px; }
        .modal .modal-dialog .modal-content .modal-body .get_started_sec h3 {
          font-family: "soleil", sans-serif;
          font-weight: 700;
          color: rgba(255, 255, 255, 0.8);
          font-size: 32px;
          margin-bottom: 15px; }
        .modal .modal-dialog .modal-content .modal-body .get_started_sec p {
          font-family: "soleil", sans-serif;
          font-weight: 800;
          color: #ffffff;
          font-size: 16px;
          margin-bottom: 55px;
          color: rgba(255, 255, 255, 0.7);
          max-width: 244px; }
        .modal .modal-dialog .modal-content .modal-body .get_started_sec img {
          position: relative;
          right: 10px; }
      .modal .modal-dialog .modal-content .modal-body .form_sec {
        padding: 50px; }
        .modal .modal-dialog .modal-content .modal-body .form_sec .attachment_sec {
          display: inline-flex;
          align-items: center;
          margin: 10px 0 30px;
          cursor: pointer;
          position: relative;
          overflow: hidden; }
          .modal .modal-dialog .modal-content .modal-body .form_sec .attachment_sec span {
            font-family: "soleil", sans-serif;
            font-weight: 700;
            color: #051C2C;
            font-size: 16px;
            margin-left: 16px;
            line-height: normal;
            cursor: pointer; }
          .modal .modal-dialog .modal-content .modal-body .form_sec .attachment_sec img {
            cursor: pointer; }
          .modal .modal-dialog .modal-content .modal-body .form_sec .attachment_sec input {
            position: absolute;
            opacity: 0;
            left: 0;
            top: 0;
            width: 100%; }

.contact_banner {
  background: #051C2C;
  padding: 150px 0 0; }
  .contact_banner .contact_banner_cnt {
    display: block;
    text-align: center;
    padding-bottom: 40px; }
    .contact_banner .contact_banner_cnt p {
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 24px;
      color: #ffffff;
      line-height: 32px;
      padding: 0px;
      margin: 0 0 20px 0; }
  .contact_banner .address_block {
    display: block;
    position: relative;
    z-index: 9; }
    .contact_banner .address_block ul {
      display: flex;
      border-radius: 10px;
      overflow: hidden;
      padding: 0px 0 5px 0;
      margin: 0px; }
      .contact_banner .address_block ul li {
        width: 33.3%;
        height: 275px;
        background: #ffffff;
        padding: 40px;
        position: relative;
        list-style-type: none; }
        .contact_banner .address_block ul li img {
          display: block;
          margin-bottom: 20px; }
        .contact_banner .address_block ul li h6 {
          font-family: "soleil", sans-serif;
          font-weight: 600;
          font-size: 18px;
          line-height: 22px;
          color: #000000;
          margin: 0px 0 10px 0;
          padding: 0px; }
        .contact_banner .address_block ul li p {
          font-family: "soleil", sans-serif;
          font-weight: 400;
          font-size: 15px;
          line-height: 22px;
          color: #000000;
          margin: 0px;
          padding: 0px; }
        .contact_banner .address_block ul li::after {
          content: '';
          width: 100%;
          height: 5px;
          background: transparent;
          display: block;
          position: absolute;
          top: 100%;
          left: 0px;
          transition: all 0.3s ease-in-out; }
        .contact_banner .address_block ul li:nth-child(odd) {
          background: transparent linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; }
        .contact_banner .address_block ul li:hover {
          box-shadow: 0px 0px 20px #051C2C33;
          z-index: 99; }
          .contact_banner .address_block ul li:hover::after {
            content: '';
            width: 100%;
            height: 5px;
            background: #051C2C;
            display: block; }
    @media screen and (max-width: 767px) {
      .contact_banner .address_block ul {
        flex-wrap: wrap; }
        .contact_banner .address_block ul li {
          width: 100%;
          height: auto;
          background: transparent linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; } }

.map_address {
  display: block;
  margin-top: -150px; }
  .map_address iframe {
    display: block;
    width: 100%;
    margin: 0px; }

.contact_form {
  padding: 50px 0;
  background: #05b2e8; }
  .contact_form .contact_cnt {
    max-width: 670px;
    margin: 0 auto;
    text-align: center; }
    .contact_form .contact_cnt p {
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      margin-bottom: 30px; }
    .contact_form .contact_cnt form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      font-weight: 400;
      font-weight: 400; }
      .contact_form .contact_cnt form .form-group {
        width: calc(50% - 10px);
        display: block;
        text-align: left; }
        .contact_form .contact_cnt form .form-group .form-label {
          font-family: "soleil", sans-serif;
          font-weight: 700;
          font-size: 15px;
          color: #ffffff;
          margin-bottom: 5px; }
        .contact_form .contact_cnt form .form-group .form-control {
          background: #F7F9FB;
          border-radius: 4px;
          height: 50px;
          padding: 0 15px;
          font-family: "soleil", sans-serif;
          font-weight: 400;
          font-size: 16px;
          color: #051C2C; }
          .contact_form .contact_cnt form .form-group .form-control::placeholder {
            color: rgba(5, 28, 44, 0.7); }
        .contact_form .contact_cnt form .form-group textarea {
          padding: 10px 15px !important; }
        @media screen and (max-width: 599px) {
          .contact_form .contact_cnt form .form-group {
            width: 100%; } }
      .contact_form .contact_cnt form .primary_btn {
        width: 180px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "soleil", sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #ffffff;
        background: #051C2C;
        border-radius: 4px; }
  @media screen and (max-width: 991px) {
    .contact_form {
      padding: 100px 0 50px; } }

.w-full {
  width: 100% !important; }

:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 30s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap)); }

.marquee {
  display: flex;
  overflow: hidden; }
  .marquee .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    -webkit-animation: scroll-x var(--duration) linear infinite;
    animation: scroll-x var(--duration) linear infinite; }

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  -webkit-animation-delay: -3s;
  animation-delay: -3s; }

.marquee:hover .marquee__group {
  animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; } }
@-webkit-keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start)); }
  to {
    transform: translateX(var(--scroll-end)); } }
@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start)); }
  to {
    transform: translateX(var(--scroll-end)); } }
@-webkit-keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start)); }
  to {
    transform: translateY(var(--scroll-end)); } }
@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start)); }
  to {
    transform: translateY(var(--scroll-end)); } }
.our_features {
  max-width: 1140px;
  margin: 0 auto; }

.list_items h5 {
  font-family: "soleil", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #05b2e8;
  margin-bottom: 20px; }
.list_items ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  margin: 0px; }
  .list_items ul li {
    width: 50%;
    padding: 0 50px 20px 0; }

@media screen and (max-width: 767px) {
  .banner_sec {
    overflow: hidden;
    padding-top: 80px !important;
    padding-bottom: 0px !important; }
    .banner_sec .banner_cnt {
      padding-top: 65px; }
      .banner_sec .banner_cnt .one_stop_sec {
        padding: 20px 20px; }
        .banner_sec .banner_cnt .one_stop_sec h1 {
          margin-bottom: 10px; }
        .banner_sec .banner_cnt .one_stop_sec p {
          margin-bottom: 15px; }
    .banner_sec figure {
      height: 370px;
      position: relative; }
      .banner_sec figure img {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: auto;
        max-width: inherit; } }
.staff_visual {
  background: #F7F9FB;
  padding: 70px 15px;
  margin-bottom: 50px; }
  .staff_visual .staff_visual_cnt {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px; }
    .staff_visual .staff_visual_cnt h4 {
      font-family: "soleil", sans-serif;
      font-weight: 700;
      font-size: 34px;
      line-height: 36px;
      color: #051C2C;
      text-align: center;
      margin-bottom: 50px;
      display: block; }
    .staff_visual .staff_visual_cnt figure {
      display: block;
      margin: 0px; }
      .staff_visual .staff_visual_cnt figure img {
        display: block;
        width: 100%; }

.list_items_sec {
  padding: 50px 15px;
  background: #ffffff; }
  .list_items_sec.graybg {
    background: #F7F9FB; }

.list_items_cnt {
  max-width: 1140px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto; }
  .list_items_cnt .list_items_left {
    width: 50%;
    position: sticky;
    top: 100px;
    padding-right: 50px; }
    .list_items_cnt .list_items_left h5 {
      font-family: "soleil", sans-serif;
      font-weight: 800;
      color: #051C2C;
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 40px; }
    .list_items_cnt .list_items_left p {
      font-family: "soleil", sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #051C2C;
      line-height: 30px;
      margin-bottom: 20px; }
    .list_items_cnt .list_items_left .salesforce_logo {
      display: block;
      margin-bottom: 20px;
      margin-top: -20px; }
      .list_items_cnt .list_items_left .salesforce_logo img {
        height: 80px;
        display: block; }
  .list_items_cnt .list__items {
    width: 50%;
    padding: 0; }
    .list_items_cnt .list__items ul {
      padding: 0;
      margin: 0px;
      list-style-type: none; }
      .list_items_cnt .list__items ul li {
        box-shadow: 0px 0px 15px #05b2e81A;
        width: 100%;
        border: 1px solid #7EC10066;
        border-radius: 4px;
        margin-bottom: 20px;
        background: url("../../images/check_mark.svg") no-repeat 30px center #ffffff;
        min-height: 140px;
        padding: 20px 30px 20px 100px;
        font-family: "soleil", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #051C2C;
        line-height: 24px;
        display: flex;
        align-items: center;
        border-left: 4px solid #7EC100; }
  @media screen and (max-width: 767px) {
    .list_items_cnt {
      flex-direction: column; }
      .list_items_cnt .list_items_left {
        width: 100%;
        position: static;
        padding-right: 0; }
        .list_items_cnt .list_items_left img {
          max-width: 100%; }
        .list_items_cnt .list_items_left h5 {
          font-size: 28px;
          line-height: 40px;
          margin-bottom: 20px; }
          .list_items_cnt .list_items_left h5 br {
            display: none; }
      .list_items_cnt .list__items {
        width: 100%; }
        .list_items_cnt .list__items ul li {
          background-position: 20px center;
          font-size: 16px;
          line-height: 20px;
          min-height: auto;
          padding: 20px 30px 20px 75px; } }

.devider {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin: 50px auto 60px;
  display: block;
  max-width: 1140px; }

.salesforce_products ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px; }
  .salesforce_products ul li {
    box-shadow: 0px 0px 15px #05b2e81A;
    width: calc(33.3% - 30px);
    margin: 0 15px 30px;
    border: 1px solid #7EC10066;
    border-radius: 4px;
    margin-bottom: 20px;
    background: url("../../images/check_mark.svg") no-repeat 30px center #ffffff;
    min-height: 110px;
    padding: 20px 30px 20px 100px;
    font-family: "soleil", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #051C2C;
    line-height: 24px;
    display: flex;
    align-items: center;
    border-left: 4px solid #7EC100;
    text-align: left; }
  @media screen and (max-width: 1199px) {
    .salesforce_products ul li {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 767px) {
    .salesforce_products ul {
      margin: 0; }
      .salesforce_products ul li {
        width: 100%;
        margin: 0 0 20px 0; } }

.privacy-policy > .container {
  padding-top: 140px;
  padding-bottom: 50px;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #051C2C; }
  .privacy-policy > .container h3 {
    font-family: "soleil", sans-serif;
    font-weight: 600;
    font-weight: normal;
    font-size: 18px;
    padding-top: 20px; }

@media screen and (min-width: 1200px) {
  .capability_sec .container {
    max-width: 998px;
    width: 998px; } }
.capability_sec .header_cnt1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px; }
  .capability_sec .header_cnt1 .logo {
    width: 320px;
    height: 80px; }
.capability_sec .capability_banner {
  margin-top: 98px; }
  .capability_sec .capability_banner .revenue_sec {
    padding-left: 45px;
    padding-top: 35px; }
    .capability_sec .capability_banner .revenue_sec h4 {
      color: #05b2e8;
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 0px;
      font-family: "soleil", sans-serif;
      font-weight: 600; }
    .capability_sec .capability_banner .revenue_sec span {
      color: #051C2C;
      font-size: 44px;
      text-transform: uppercase;
      font-weight: 900; }
  .capability_sec .capability_banner .banner_base {
    background-color: #051c2c;
    height: 133px;
    display: flex;
    align-items: center; }
    .capability_sec .capability_banner .banner_base h3 {
      color: #05b2e8;
      font-size: 20px;
      text-transform: uppercase;
      text-align: left;
      padding: 0px 45px;
      font-family: "soleil", sans-serif; }
      .capability_sec .capability_banner .banner_base h3 span {
        color: #ffffff;
        font-size: 26px;
        font-weight: 500;
        display: block; }
  .capability_sec .capability_banner .business_widget {
    width: 470px;
    padding: 40px;
    background-color: rgba(5, 28, 44, 0.8);
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 50px 0px 0px 0px;
    backdrop-filter: blur(10px); }
    .capability_sec .capability_banner .business_widget ul {
      padding: 0px;
      margin: 0px; }
      .capability_sec .capability_banner .business_widget ul li {
        list-style-type: none;
        display: block;
        color: #ffffff;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 14px;
        border-left: #05b2e8 solid 3px;
        padding-left: 20px;
        font-family: "soleil", sans-serif; }
.capability_sec .main_heading h4 {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
  color: #051C2C;
  font-family: "soleil", sans-serif; }
  .capability_sec .main_heading h4::before {
    position: absolute;
    background-color: #05b2e8;
    height: 3px;
    width: 50px;
    left: 0px;
    bottom: -7px;
    display: block;
    content: "";
    border-radius: 4px; }
.capability_sec .main_heading.white_heading h4 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px; }
  .capability_sec .main_heading.white_heading h4::before {
    background-color: #ffffff;
    height: 3px;
    width: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -12px;
    display: block;
    content: ""; }
.capability_sec .aboutus_sec {
  padding: 0px 0px 120px; }
  .capability_sec .aboutus_sec .whoweare_block {
    padding-top: 40px; }
  .capability_sec .aboutus_sec p {
    font-weight: 400;
    font-size: 22px;
    font-family: "soleil", sans-serif;
    line-height: 34px; }
  .capability_sec .aboutus_sec .global_sec {
    background-color: #f9fafb;
    padding: 40px;
    border-radius: 0px 0px 0px 15px; }
    .capability_sec .aboutus_sec .global_sec ul {
      margin: 0px;
      padding: 0px; }
      .capability_sec .aboutus_sec .global_sec ul li {
        display: flex;
        align-items: center;
        margin-bottom: 25px; }
        .capability_sec .aboutus_sec .global_sec ul li span {
          font-size: 20px;
          font-weight: 600;
          font-family: "soleil", sans-serif;
          margin-left: 10px; }
        .capability_sec .aboutus_sec .global_sec ul li figure {
          border: #e7eaec solid 3px;
          background-color: #ffffff;
          border-radius: 100%;
          padding: 7px;
          overflow: hidden;
          width: 70px;
          min-width: 70px;
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 0px; }
          .capability_sec .aboutus_sec .global_sec ul li figure img {
            height: 40px; }
.capability_sec .core_block {
  position: relative;
  margin-top: 20px; }
  .capability_sec .core_block h3 {
    font-size: 26px;
    font-family: "soleil", sans-serif;
    font-weight: 700;
    color: #051C2C;
    text-align: left;
    position: absolute;
    left: 0px;
    width: 100px;
    top: 25px; }
  .capability_sec .core_block .core_block_cnt {
    position: relative; }
    .capability_sec .core_block .core_block_cnt .core_widget {
      display: flex;
      justify-content: end; }
      .capability_sec .core_block .core_block_cnt .core_widget .box-item {
        position: relative; }
        .capability_sec .core_block .core_block_cnt .core_widget .box-item:before {
          z-index: 9;
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          background: #fff;
          border-radius: 100%;
          min-width: 15px;
          border: #051c2c solid 4px;
          left: 50%;
          bottom: -12px;
          transform: translate(-50%, -50%);
          position: absolute; }
      .capability_sec .core_block .core_block_cnt .core_widget .box_parent {
        filter: url("#flt_tag");
        position: relative; }
        .capability_sec .core_block .core_block_cnt .core_widget .box_parent .flt_svg {
          visibility: hidden;
          position: absolute;
          width: 0px;
          height: 0px; }
        .capability_sec .core_block .core_block_cnt .core_widget .box_parent .box2 {
          width: 140px;
          background-color: #051c2c;
          height: 150px;
          clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
          margin: 0px 5px;
          align-items: center;
          justify-content: center;
          display: flex;
          position: relative;
          padding: 30px 15px; }
          .capability_sec .core_block .core_block_cnt .core_widget .box_parent .box2 p {
            margin-bottom: 0px;
            text-align: center;
            color: #ffffff;
            font-weight: 400;
            font-size: 16px;
            font-family: "soleil", sans-serif;
            line-height: 20px; }
    .capability_sec .core_block .core_block_cnt .core_widget1 {
      position: absolute;
      right: 75px;
      top: 117px; }
      .capability_sec .core_block .core_block_cnt .core_widget1 .box-item:before {
        top: 6px; }
.capability_sec .industries_sec {
  padding: 50px 0px 0px; }
  .capability_sec .industries_sec .industry_block {
    background-color: #05b2e8;
    padding: 50px;
    position: relative; }
    .capability_sec .industries_sec .industry_block .industry_list {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .capability_sec .industries_sec .industry_block .industry_list figure {
        margin-bottom: 0px;
        margin-right: 10px; }
        .capability_sec .industries_sec .industry_block .industry_list figure img {
          width: 60px; }
      .capability_sec .industries_sec .industry_block .industry_list span {
        font-size: 20px;
        font-weight: 600;
        font-family: "soleil", sans-serif;
        color: #ffffff;
        line-height: 24px; }
  .capability_sec .industries_sec .partner_block {
    padding: 50px;
    background-color: #051C2C;
    position: relative; }
    .capability_sec .industries_sec .partner_block .main_heading h4::before {
      background-color: #05b2e8; }
    .capability_sec .industries_sec .partner_block .partner_list {
      margin: 0px auto 15px;
      text-align: center; }
      .capability_sec .industries_sec .partner_block .partner_list img {
        width: 300px; }
    .capability_sec .industries_sec .partner_block .div_pattern {
      background-image: url("../../images/capability/lines_pattern.png");
      background-repeat: no-repeat;
      background-size: 91%;
      width: 248px;
      height: 224px;
      position: absolute;
      right: -20px;
      bottom: -224px; }
.capability_sec .exp_summary {
  padding: 50px 0px 25px;
  position: relative; }
  .capability_sec .exp_summary .exp_sum_block ul {
    margin: 0px;
    padding: 0px; }
    .capability_sec .exp_summary .exp_sum_block ul li {
      padding: 0px 20px;
      list-style-type: none;
      border-left: #bee07f solid 3px;
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 600;
      font-family: "soleil", sans-serif;
      text-align: left;
      line-height: 28px; }
  .capability_sec .exp_summary .keyfacts_sec .col-12.col-md-6, .capability_sec .exp_summary .keyfacts_sec .col-12.col-sm-6.col-md-12 {
    padding-left: 8px;
    padding-right: 7px; }
  .capability_sec .exp_summary .keyfacts_sec .key_factslist {
    padding: 20px 35px;
    text-align: center;
    background: white;
    border-radius: 8px;
    margin-bottom: 12px;
    border: #f8fafb solid 4px; }
    .capability_sec .exp_summary .keyfacts_sec .key_factslist.customer_ret {
      padding-bottom: 40px; }
    .capability_sec .exp_summary .keyfacts_sec .key_factslist h5 {
      color: #05b2e8;
      font-size: 56px;
      font-family: "soleil", sans-serif;
      font-weight: 900; }
      .capability_sec .exp_summary .keyfacts_sec .key_factslist h5 span {
        color: #051C2C;
        font-size: 20px;
        font-family: "soleil", sans-serif;
        font-weight: 700;
        display: block;
        margin-top: 10px; }
        .capability_sec .exp_summary .keyfacts_sec .key_factslist h5 span.agile_item {
          line-height: 28px;
          padding: 15px 0px; }
.capability_sec .contact_info {
  padding: 50px 0px 0px;
  background-image: url("../../images/capability/contactinfo_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -285px;
  position: relative;
  z-index: -1; }
  .capability_sec .contact_info::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px; }
  .capability_sec .contact_info h4 {
    text-align: left !important;
    margin-bottom: 20px; }
    .capability_sec .contact_info h4::before {
      left: 25px !important; }
  .capability_sec .contact_info .address_block {
    background-color: rgba(5, 28, 44, 0.6);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 8px 8px 0px 0px; }
    .capability_sec .contact_info .address_block h5 {
      color: #ffffff;
      font-size: 28px;
      margin-bottom: 30px;
      font-weight: 600;
      font-family: "soleil", sans-serif; }
    .capability_sec .contact_info .address_block ul {
      margin: 0px;
      padding: 0px; }
      .capability_sec .contact_info .address_block ul li {
        padding: 0px 0px 0px 20px;
        list-style-type: none;
        border-left: #6f757f solid 3px;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 600;
        font-family: "soleil", sans-serif;
        text-align: left;
        color: #ffffff; }
  .capability_sec .contact_info .contact_footer {
    background-color: rgba(5, 28, 44, 0.8);
    padding: 10px 0px; }
    .capability_sec .contact_info .contact_footer .contact_footer_cnt P {
      color: #ffffff;
      text-align: center;
      margin-bottom: 0px; }
      .capability_sec .contact_info .contact_footer .contact_footer_cnt P span {
        margin-right: 25px;
        position: relative;
        padding-right: 15px;
        position: relative; }
        .capability_sec .contact_info .contact_footer .contact_footer_cnt P span:last-child::after {
          display: none; }
        .capability_sec .contact_info .contact_footer .contact_footer_cnt P span::after {
          content: "";
          border-right: #ccc solid 1px;
          position: relative;
          right: -22px; }
        .capability_sec .contact_info .contact_footer .contact_footer_cnt P span a {
          color: #ffffff; }
@media screen and (max-width: 1299px) {
  .capability_sec .aboutus_sec .capability_sec .core_block .core_block_cnt .core_widget {
    flex-flow: wrap; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .capability_sec .aboutus_sec {
    padding: 50px 0px 130px; }
    .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget .box_parent .box2 {
      width: 135px;
      height: 145px;
      padding: 30px 15px; }
      .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget .box_parent .box2 p {
        font-size: 16px;
        line-height: 22px; }
    .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget1 {
      right: 66px;
      top: 120px;
      flex-flow: wrap; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .capability_sec .capability_banner .banner_base h3 {
    font-size: 20px;
    padding: 0px 30px; }
  .capability_sec .capability_banner .business_widget {
    width: 390px;
    padding: 35px;
    line-height: 22px; }
    .capability_sec .capability_banner .business_widget ul li {
      font-size: 18px; }
  .capability_sec .industries_sec .industry_block {
    padding: 30px; }
    .capability_sec .industries_sec .industry_block .industry_list figure img {
      width: 60px; }
    .capability_sec .industries_sec .industry_block .industry_list span {
      font-size: 22px; }
  .capability_sec .aboutus_sec {
    padding: 0px 0px 80px; }
    .capability_sec .aboutus_sec p {
      font-size: 20px;
      line-height: 30px; }
    .capability_sec .aboutus_sec .core_block h3 {
      font-size: 20px; }
    .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget .box_parent .box2 {
      width: 98px;
      height: 108px;
      padding: 30px 15px; }
      .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget .box_parent .box2 p {
        font-size: 12px;
        line-height: 18px; }
    .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget1 {
      right: 60px;
      top: 95px; }
  .capability_sec .exp_summary .exp_sum_block ul li {
    font-size: 18px; }
  .capability_sec .contact_info {
    margin-top: -310px; } }
@media screen and (max-width: 767px) {
  .capability_sec .exp_summary .exp_sum_block ul li {
    font-size: 20px;
    line-height: 24px; }
  .capability_sec .exp_summary .keyfacts_sec {
    margin-top: 20px; }
    .capability_sec .exp_summary .keyfacts_sec .key_factslist {
      padding: 10px 30px; }
  .capability_sec .capability_banner .business_widget {
    width: 100%;
    border-radius: 0px;
    position: static;
    padding: 15px; }
    .capability_sec .capability_banner .business_widget ul li {
      font-size: 18px;
      line-height: 20px; }
  .capability_sec .capability_banner .revenue_sec {
    padding: 10px 0px; }
    .capability_sec .capability_banner .revenue_sec span {
      line-height: 30px; }
  .capability_sec .capability_banner .banner_base {
    height: 80px; }
    .capability_sec .capability_banner .banner_base h3 {
      font-size: 16px;
      padding: 0px 30px; }
      .capability_sec .capability_banner .banner_base h3 span {
        font-size: 20px; }
  .capability_sec .aboutus_sec {
    padding: 20px 0px 20px; }
    .capability_sec .aboutus_sec .global_sec {
      padding: 10px; }
    .capability_sec .aboutus_sec p {
      font-size: 20px;
      line-height: 28px; }
    .capability_sec .aboutus_sec .core_block h3 {
      position: static;
      font-size: 24px; }
    .capability_sec .aboutus_sec .core_block .core_block_cnt {
      flex-flow: column-reverse;
      display: flex; }
      .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget {
        flex-flow: wrap;
        justify-content: start; }
        .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget .box-item {
          margin-bottom: 10px; }
        .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget .box_parent .box2 {
          width: 158px;
          height: 178px; } }
        @media screen and (max-width: 767px) and (max-width: 360px) {
          .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget .box_parent .box2 {
            width: 138px;
            height: 148px; } }
@media screen and (max-width: 767px) {
          .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget .box_parent .box2 p {
            font-weight: 400;
            font-size: 15px;
            font-family: "soleil", sans-serif;
            line-height: 24px; }
      .capability_sec .aboutus_sec .core_block .core_block_cnt .core_widget1 {
        position: static; }
  .capability_sec .industries_sec .industry_block {
    padding: 30px; }
    .capability_sec .industries_sec .industry_block .industry_list figure img {
      width: 60px; }
    .capability_sec .industries_sec .industry_block .industry_list span {
      font-size: 22px; }
  .capability_sec .contact_info {
    margin-top: -65px !important; } }

/*# sourceMappingURL=style.css.map */
