/*========== Variables ==========*/
/*======BG Colors ======*/
@media only screen and (min-width: 768px) {
  @font-face {
    font-family: "Lexend Deca";
    src: url("../fonts/LexendDeca-Regular.woff2") format("woff2"), url("../fonts/LexendDeca-Regular.woff") format("woff"), url("../fonts/LexendDeca-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "Lexend Deca";
    src: url("../fonts/LexendDeca-Medium.woff2") format("woff2"), url("../fonts/LexendDeca-Medium.woff") format("woff"), url("../fonts/LexendDeca-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "Lexend Deca";
    src: url("../fonts/LexendDeca-SemiBold.woff2") format("woff2"), url("../fonts/LexendDeca-SemiBold.woff") format("woff"), url("../fonts/LexendDeca-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "Lexend Deca";
    src: url("../fonts/LexendDeca-Bold.woff2") format("woff2"), url("../fonts/LexendDeca-Bold.woff") format("woff"), url("../fonts/LexendDeca-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap; } }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Lexend Deca", sans-serif;
  color: rgba(65, 65, 65, 0.9);
  font-size: 16px;
  line-height: 28px; }

html {
  scroll-behavior: smooth; }

h1 {
  font-size: 80px;
  line-height: 1.5;
  color: #ffb81d;
  font-weight: 600;
  margin-bottom: 15px; }

h2 {
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  color: #110302;
  margin: 0 0 15px; }

h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #110302;
  margin: 0 0 15px; }

h4 {
  font-size: 20px;
  color: #110302;
  font-weight: 600; }

h6 {
  font-size: 18px; }

p {
  font-size: 16px;
  color: #5e6373;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 15px; }

a {
  color: rgba(65, 65, 65, 0.9);
  text-decoration: none; }

ul {
  list-style: none; }
  ul li {
    color: rgba(65, 65, 65, 0.9);
    font-size: 16px;
    line-height: 26px; }

.container {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 20px; }

img {
  max-width: 100%;
  height: auto; }

section {
  position: relative; }

.light-theme {
  background: #f6f8fb; }

.dark-theme {
  background: #05247e; }
  .dark-theme .heading h2 {
    color: #ffffff; }
    .dark-theme .heading h2::after {
      background: #ffffff; }
  .dark-theme .heading p {
    color: #ffffff; }
  .dark-theme .heading a {
    color: #ffffff; }

.width-100 {
  width: 100%; }

.dis-flex {
  display: flex;
  flex-wrap: wrap; }

.items-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.item-end {
  align-items: flex-end; }

.align-right {
  text-align: right; }

.justify-sb {
  justify-content: space-between; }

.block {
  display: block; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.flex-1 {
  flex-basis: 100%; }

.flex-2 {
  flex-basis: 50%; }

.flex-3 {
  flex-basis: 33.33%; }

.flex-4 {
  flex-basis: 25%; }

.flex-5 {
  flex-basis: 20%; }

.padding-t-120 {
  padding-top: 120px; }

.padding-b-120 {
  padding-bottom: 120px; }

.padding-t-70 {
  padding-top: 70px; }

.padding-b-70 {
  padding-bottom: 70px; }

.padding-t-60 {
  padding-top: 60px; }

.padding-b-60 {
  padding-bottom: 60px; }

.padding-t-50 {
  padding-top: 50px; }

.padding-b-50 {
  padding-bottom: 50px; }

.margin-t-100 {
  margin-top: 100px; }

.margin-t-80 {
  margin-top: 80px; }

.margin-t-70 {
  margin-top: 70px; }

.margin-t-60 {
  margin-top: 60px; }

.margin-t-50 {
  margin-top: 50px; }

.margin-t-20 {
  margin-top: 20px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.learn-more {
  color: #016be3;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease-in-out; }
  .learn-more::after {
    content: "";
    background: url(../images/service/know-more-arrow-icon.png) top center no-repeat;
    position: relative;
    width: 15px;
    height: 11px;
    background-size: 100%;
    top: 0;
    left: 6px;
    display: inline-block;
    transition: all 0.3s ease-in-out; }
  .learn-more:before {
    content: "";
    clear: both;
    display: block;
    background: #016be3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 16px);
    height: 1px;
    transition: all 0.3s ease-in-out;
    opacity: 0; }
  .learn-more:hover:before {
    opacity: 1; }
  .learn-more:hover::after {
    left: 10px; }

::placeholder {
  color: #737373;
  font-weight: 400; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.cmn-btn {
  color: #016be3;
  border: 1.5px solid #016be3;
  border-radius: 3px;
  background: transparent;
  font-size: 18px;
  line-height: 36px;
  display: block;
  width: 100%;
  padding: 8px 0 12px;
  margin: 30px 0 0;
  cursor: pointer;
  transition: 0.3s all ease-in-out; }
  .cmn-btn:hover {
    background-color: #016be3;
    color: #fff; }

.white-btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 14px 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  transition: 0.5s all ease-in-out; }
  .white-btn:hover {
    background-color: #fff;
    color: #016be3;
    border: 1px solid #fff; }
  .white-btn.blue {
    color: #016be3;
    border: 1.5px solid #016be3;
    font-weight: 500; }
    .white-btn.blue:hover {
      background-color: #016be3;
      color: #fff; }
  .white-btn.white {
    background-color: #fff;
    color: #000; }
    .white-btn.white:hover {
      background-color: #016be3;
      color: #000;
      border: 1.5px solid #016be3; }

.heading h2 {
  position: relative;
  margin-bottom: 40px; }
  .heading h2:after {
    content: "";
    background: #016be3;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px; }
.heading p {
  width: 90%;
  margin: auto;
  font-size: 18px;
  color: #414141;
  line-height: 29px; }
.heading ul li {
  font-size: 18px;
  color: #414141;
  line-height: 29px; }

.get-started {
  background: #05247e; }
  .get-started h2 {
    color: #fff; }
  .get-started p {
    margin-top: 15px;
    color: #fff; }
    .get-started p:first-child {
      margin-top: 0; }
    .get-started p a {
      color: #ffffff; }

.breadcrumbs {
  position: relative;
  top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-align: left;
  z-index: 2;
  font-weight: 500; }
  .breadcrumbs a {
    display: inline-block;
    position: relative;
    color: rgba(197, 197, 215, 0.61);
    padding-right: 14px;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }
    .breadcrumbs a:after {
      content: "";
      clear: both;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 3px;
      width: 6px;
      height: 10px;
      background: url(../../assets/images/breadcrumbs-arrow.png) 0 1px no-repeat;
      background-size: 100%; }
    .breadcrumbs a:hover {
      color: #fff; }

.service-breadcrumbs {
  color: #016be3;
  margin-bottom: 30px; }
  .service-breadcrumbs a {
    color: #253053;
    transition: all 0.3s ease-in-out; }
    .service-breadcrumbs a:hover {
      color: #016be3; }

.for-home-client-logo {
  margin-top: 20px; }
  .for-home-client-logo i {
    width: 98px;
    height: 59px;
    background: url(../images/home/home-awards-icon.svg) 0 0 no-repeat;
    display: inline-block;
    background-size: cover; }
    .for-home-client-logo i:nth-child(1) {
      background-position: 0px 0px; }
    .for-home-client-logo i:nth-child(2) {
      background-position: -101px 0px; }
    .for-home-client-logo i:nth-child(3) {
      background-position: -203px 0; }
    .for-home-client-logo i:nth-child(4) {
      background-position: -304px 0; }
    .for-home-client-logo i:nth-child(5) {
      background-position: -406px 0; }

.body-pop {
  position: relative;
  overflow: hidden; }
  .body-pop::after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #656565;
    opacity: 0.8; }

.free-trail-pop-up {
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999; }
  .free-trail-pop-up.open-pop {
    display: grid; }
  .free-trail-pop-up .pop-up-inner {
    background-color: #ffffff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto; }
  .free-trail-pop-up .pop-close {
    text-align: right;
    display: block;
    margin: 25px 25px 25px auto;
    color: #212121;
    background: url(../images/pop-close.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer; }
  .free-trail-pop-up .pop-up-box {
    padding: 30px 100px 100px; }
  .free-trail-pop-up h2 {
    color: #212121; }
  .free-trail-pop-up p {
    margin-top: 10px;
    color: #656565; }
    .free-trail-pop-up p:first-of-type {
      margin-top: 20px; }
  .free-trail-pop-up .popup-green-btn {
    margin-top: 50px;
    padding: 23px 31px;
    color: #ffffff;
    background: #60b741;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .free-trail-pop-up .popup-green-btn:hover {
      background-color: #ffb81d; }

.is-arrow {
  display: block;
  text-decoration: underline;
  color: #05164d;
  text-align: left;
  margin: 40px 0 0;
  font-weight: 400;
  font-size: 18px; }
  .is-arrow:after {
    content: "";
    background: url(../images/home-images/arrow.svg) no-repeat center;
    width: 11px;
    display: inline-block;
    height: 11px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out; }
  .is-arrow:hover {
    text-decoration: none; }
    .is-arrow:hover:after {
      margin-left: 15px; }

.top-section {
  padding: 0 0 100px;
  text-align: center; }
  .top-section h6 {
    color: #016be3;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .top-section p {
    font-size: 18px; }
  .top-section.text-left {
    padding: 0;
    text-align: left; }

.gradient-bg {
  background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%); }
  .gradient-bg .top-section h2 {
    color: #ffffff; }
  .gradient-bg .top-section p {
    color: #bdb7b7; }

.btn-container {
  margin-top: 30px; }
  .btn-container .cta-button {
    display: inline-flex;
    padding: 14px 16px;
    cursor: pointer;
    position: relative;
    background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0px 10px 10px 0px #0000000d; }
    .btn-container .cta-button:after {
      content: "";
      background: url(../images/home-images/white-cta.svg) no-repeat;
      width: 26px;
      height: 26px;
      background-size: 100%;
      display: inline-block;
      margin-left: 10px; }
    .btn-container .cta-button:hover {
      background: #016be3; }
    .btn-container .cta-button.white {
      background: #ffffff;
      color: #05164d; }
      .btn-container .cta-button.white:after {
        background: url(../images/home-images/blue-cta.svg) no-repeat; }
      .btn-container .cta-button.white:hover {
        background: #016be3;
        color: #ffffff; }
        .btn-container .cta-button.white:hover:after {
          background: url(../images/home-images/blue-hovercta.svg) no-repeat; }

.explore-btn {
  position: relative;
  color: #016be3;
  font-weight: 500;
  text-decoration: underline; }
  .explore-btn:after {
    content: "";
    background: url(../images/explore-btn.svg) no-repeat center;
    width: 11px;
    position: absolute;
    height: 11px;
    margin-left: 8px;
    top: 6px;
    transition: all 0.3s ease-in-out; }
  .explore-btn:hover:after {
    margin-left: 15px; }

.ppc-badge {
  margin: 20px 0 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap; }

@media only screen and (max-width: 1780px) {
  .container {
    max-width: 1520px; } }
@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1380px; }

  .padding-t-120 {
    padding-top: 100px; }

  .padding-b-120 {
    padding-bottom: 100px; }

  .margin-t-100 {
    margin-top: 80px; }

  .margin-t-80 {
    margin-top: 60px; }

  .free-trail-pop-up .popup-green-btn {
    margin-top: 40px;
    padding: 14px 20px; }
  .free-trail-pop-up .pop-up-box {
    padding: 10px 60px 70px; }
  .free-trail-pop-up .pop-close {
    margin: 20px 20px 20px auto; }
  .free-trail-pop-up .pop-up-inner {
    max-width: 900px; } }
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1260px; }

  h1 {
    font-size: 65px;
    line-height: 91px; } }
@media only screen and (max-width: 1320px) {
  .container {
    max-width: 1120px; }

  .padding-t-100 {
    padding-top: 60px; }

  .padding-b-100 {
    padding-bottom: 60px; }

  .padding-t-120 {
    padding-top: 80px; }

  .padding-b-120 {
    padding-bottom: 80px; }

  .padding-t-70 {
    padding-top: 60px; }

  .padding-b-70 {
    padding-bottom: 60px; }

  .margin-t-80 {
    margin-top: 60px; }

  .top-section {
    padding: 0 0 60px; } }
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: 0px;
    margin-right: 0px; }

  .tools-developer .flex-4 {
    margin-top: 20px; } }
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px; }

  h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 15px; }

  br {
    display: none; }

  h3 {
    font-size: 22px; }

  .flex-2 {
    flex-basis: 100%; }
    .flex-2:first-child {
      padding-right: 0; }

  .flex-3 {
    flex-basis: 50%; }

  .flex-4 {
    flex-basis: 50%; }

  .flex-5 {
    flex-basis: 33.33%; }

  .padding-t-150 {
    padding-top: 60px; }

  .padding-b-150 {
    padding-bottom: 60px; }

  .margin-b-150 {
    margin-bottom: 60px; }

  .margin-t-100,
  .margin-t-80,
  .margin-t-70,
  .margin-t-60 {
    margin-top: 40px; }

  .flex-4 {
    flex-basis: 50%; }

  .is-arrow {
    margin: 25px 0 0; }

  .free-trail-pop-up .pop-up-inner {
    max-width: 700px; }
  .free-trail-pop-up .pop-up-box {
    padding: 0 50px 50px; }
  .free-trail-pop-up .green-btn {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 24px; }

  ::placeholder,
  input,
  textarea {
    font-family: sans-serif; }

  .padding-t-100 {
    padding-top: 40px; }

  .padding-b-100 {
    padding-bottom: 40px; }

  .padding-b-150 {
    padding-bottom: 60px; }

  .margin-b-150 {
    margin-bottom: 40px; }

  .padding-t-120 {
    padding-top: 50px; }

  .padding-b-120 {
    padding-bottom: 50px; }

  .padding-t-150 {
    padding-top: 60px; }

  .padding-t-70 {
    padding-top: 40px; }

  .padding-b-70 {
    padding-bottom: 60px; }

  h1 {
    font-size: 35px;
    line-height: 45px; }

  h2 {
    font-size: 30px;
    line-height: 35px; }

  h3 {
    font-size: 20px;
    line-height: 30px; }

  p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px; }

  ul li {
    font-size: 14px;
    line-height: 24px; }

  .flex-3 {
    flex-basis: 100%; }

  .flex-4 {
    flex-basis: 100%; }

  .flex-5 {
    flex-basis: 100%; }

  .heading h2 br {
    display: none; }
  .heading h2:after {
    bottom: -15px; }
  .heading p {
    width: 100%;
    font-size: 16px;
    line-height: 27px; }
  .heading ul li {
    font-size: 16px;
    line-height: 27px; }

  .cmn-btn {
    font-size: 16px;
    line-height: 28px; }

  .white-btn {
    padding: 10px 20px; }

  .glider {
    overflow: hidden; }

  .service-breadcrumbs {
    margin-bottom: 10px; }

  .breadcrumbs {
    top: 0; }

  .free-trail-pop-up .pop-close {
    width: 14px;
    height: 14px;
    background-size: 100%;
    margin: 15px 20px 15px auto; }
  .free-trail-pop-up .pop-up-box {
    padding: 0 15px 30px; }
  .free-trail-pop-up p {
    font-size: 14px;
    line-height: 22px; }
    .free-trail-pop-up p:first-of-type {
      margin-top: 10px; }
  .free-trail-pop-up .green-btn {
    margin-top: 30px;
    padding: 12px 15px;
    font-size: 14px; }

  .is-arrow {
    margin: 20px 0 0;
    font-size: 16px; }

  .top-section {
    padding: 0 0 40px; }
    .top-section p {
      font-size: 16px; }

  .btn-container {
    margin-top: 20px; }
    .btn-container .cta-button {
      padding: 12px 16px;
      font-size: 14px;
      display: inline-flex;
      align-items: center; } }
.popup-section {
  width: 100%; }
  .popup-section .popup-wrapper {
    z-index: 999;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6); }
    .popup-section .popup-wrapper .popWrap {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .popup-section .popup-wrapper .popWrap .popup-content {
        width: 612px;
        background: #016be3;
        border-radius: 25px;
        padding: 36px 70px;
        text-align: center;
        position: relative; }
        .popup-section .popup-wrapper .popWrap .popup-content h2 {
          color: #fff;
          font-weight: 600;
          font-size: 32px;
          margin: 0 0 8px;
          line-height: 40px; }
        .popup-section .popup-wrapper .popWrap .popup-content h3 {
          font-size: 24px;
          line-height: 32px;
          margin: 0 0 15px;
          color: #fff; }
        .popup-section .popup-wrapper .popWrap .popup-content p {
          color: #fff; }
        .popup-section .popup-wrapper .popWrap .popup-content .ctasec {
          margin: 20px 0 0; }
          .popup-section .popup-wrapper .popWrap .popup-content .ctasec a {
            display: inline-block;
            border: 1px solid #fff;
            margin: 15px auto 0;
            padding: 15px 20px;
            font-weight: 500;
            color: #fff;
            border-radius: 8px;
            min-width: 376px; }
            .popup-section .popup-wrapper .popWrap .popup-content .ctasec a:hover {
              background: #05164d;
              color: #fff;
              border-color: #05164d; }
          .popup-section .popup-wrapper .popWrap .popup-content .ctasec a.book-btn {
            background: #fff;
            color: #05164d;
            border-color: #fff; }
        .popup-section .popup-wrapper .popWrap .popup-content .closeicon {
          cursor: pointer;
          position: absolute;
          right: 18px;
          top: 10px;
          background: none; }
  .popup-section .exit-intent-popup {
    display: none; }
  .popup-section .exit-intent-popup.visible {
    display: block; }

@media only screen and (max-width: 991px) {
  .popup-section .popup-wrapper .popWrap .popup-content {
    width: 90%;
    border-radius: 20px;
    padding: 30px 35px; }
    .popup-section .popup-wrapper .popWrap .popup-content h2 {
      font-size: 27px;
      line-height: 32px; }
    .popup-section .popup-wrapper .popWrap .popup-content h3 {
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 10px; }
    .popup-section .popup-wrapper .popWrap .popup-content .ctasec {
      margin: 20px 0 0; }
      .popup-section .popup-wrapper .popWrap .popup-content .ctasec a {
        padding: 12px 20px;
        margin: 10px 0 0;
        min-width: auto; } }
.header-two {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 99;
  transition: all 0.3s ease-in-out; }
  .header-two .container {
    padding: 0 30px;
    width: 100%;
    max-width: 1900px; }
  .header-two .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: static; }
  .header-two .header-item-left {
    display: flex;
    flex-basis: 25%;
    align-items: center; }
    .header-two .header-item-left .large {
      transition: all 0.7s ease-in-out;
      margin-top: -15px; }
      .header-two .header-item-left .large img {
        max-width: 220px; }
      .header-two .header-item-left .large .light {
        display: block; }
      .header-two .header-item-left .large .dark {
        display: none; }
    .header-two .header-item-left .small {
      opacity: 0;
      display: grid;
      background: #ececec;
      padding: 10px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      align-items: center;
      position: absolute;
      top: 10px;
      transition: all 0.7s ease-in-out; }
  .header-two .header-item-right {
    flex-basis: 75%;
    display: flex;
    justify-content: end;
    align-items: center; }
    .header-two .header-item-right .menu ul li {
      display: inline-block;
      transition: color 0.3s ease; }
      .header-two .header-item-right .menu ul li.menu-item-has-children a {
        position: relative;
        text-decoration: none;
        font-size: 18px;
        line-height: 20px;
        padding: 0 15px 35px;
        border: none;
        outline: none;
        color: #fff;
        transition: color 0.3s ease; }
        .header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
          content: "";
          background: #016be3;
          width: 100%;
          height: 3px;
          position: absolute;
          left: 0;
          bottom: -4px;
          opacity: 1;
          z-index: 9; }
      .header-two .header-item-right .menu ul li .menu-mega {
        position: absolute;
        left: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin-top: 0;
        top: 98%;
        padding: 0;
        z-index: 1;
        border-top: 1px solid #dedede;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        display: none;
        background: #fff; }
        .header-two .header-item-right .menu ul li .menu-mega.small-menu {
          left: auto;
          right: 23%;
          width: 400px;
          padding: 25px;
          border-radius: 15px; }
          .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
            padding: 15px 15px 15px 55px;
            position: relative;
            display: flex;
            color: #05164d;
            margin: 0;
            font-size: 16px;
            align-items: center;
            border-radius: 10px; }
            .header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
              display: none; }
            .header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
              position: absolute;
              left: 10px;
              top: 10px;
              display: block; }
            .header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
              margin: 0; }
            .header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
              background: #eff6ff; }
          .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
            width: 340px;
            left: auto;
            right: 7%; }
        .header-two .header-item-right .menu ul li .menu-mega.indus-menu {
          width: 790px;
          left: auto;
          right: 2%;
          border-radius: 15px;
          overflow: hidden; }
          .header-two .header-item-right .menu ul li .menu-mega.indus-menu.ind-full {
            width: 1200px; }
          .header-two .header-item-right .menu ul li .menu-mega.indus-menu a {
            font-weight: 400 !important;
            font-size: 14px;
            line-height: 20px;
            color: rgba(65, 65, 65, 0.8) !important;
            display: block;
            padding: 10px 10px 10px 70px;
            border-radius: 10px;
            background: transparent; }
            .header-two .header-item-right .menu ul li .menu-mega.indus-menu a .title {
              font-weight: 500;
              font-size: 16px;
              line-height: 22px;
              color: #414141;
              display: block;
              transition: all 0.3s ease-in-out;
              margin-bottom: 2px; }
            .header-two .header-item-right .menu ul li .menu-mega.indus-menu a img {
              position: absolute;
              left: 10px;
              top: 10px; }
            .header-two .header-item-right .menu ul li .menu-mega.indus-menu a:hover {
              background: #eff6ff; }
          .header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-2,
          .header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-3 {
            padding: 25px; }
            .header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-2:last-child,
            .header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-3:last-child {
              background: #f8f8fb; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
          width: 100%;
          min-height: 525px;
          height: 100%; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
            flex-basis: 20%;
            border-right: 1px solid #e6e6e6;
            padding: 15px 25px 15px 0; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li {
              width: 100%; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
                display: block;
                padding: 15px 35px 15px 15px;
                color: #414141;
                position: relative;
                cursor: pointer;
                background: #fff;
                border-radius: 10px;
                font-weight: 500;
                position: relative;
                font-size: 16px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
                  content: "";
                  background: url(../header-images/arrow.svg) no-repeat center;
                  position: absolute;
                  top: 17px;
                  right: 15px;
                  width: 14px;
                  height: 19px;
                  background-size: 100%;
                  opacity: 0;
                  left: auto;
                  bottom: auto; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.no-link a {
                cursor: default; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a {
                background: #eff6ff; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a:after {
                  opacity: 1; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
            flex-basis: 80%;
            padding: 0 20px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.flex-full {
              flex-basis: 100%; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
              width: 100%;
              display: none;
              height: 100%; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
                width: 100%; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
                width: 68%; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
                font-weight: 500;
                font-size: 16px;
                line-height: 26px;
                color: #414141;
                display: block;
                transition: all 0.3s ease-in-out;
                margin-bottom: 2px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
                padding: 15px 0;
                border-bottom: 1px solid #e6e6e6;
                width: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
                  padding-left: 70px;
                  position: relative;
                  display: block;
                  margin: 0;
                  font-weight: 400 !important; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
                    font-size: 16px;
                    line-height: 22px;
                    color: #414141; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
                    position: absolute;
                    left: 10px;
                    top: 10px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
                padding: 15px 0 30px;
                width: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
                  flex-basis: 50%;
                  padding: 0 5px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
                  flex-basis: 25%;
                  padding: 0 5px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
                  color: #9f9f9f;
                  font-size: 14px;
                  text-transform: uppercase;
                  font-weight: 500;
                  margin: 10px 0 10px;
                  display: block; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
                    opacity: 0; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
                  width: calc(100% - 10px);
                  margin: 0 0 10px -10px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll {
                  overflow-x: scroll;
                  padding-left: 10px;
                  flex-wrap: nowrap; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll .flex-3 {
                    min-width: 33.33%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll::-webkit-scrollbar {
                    height: 8px;
                    /* Height for horizontal scrollbar */
                    width: 8px;
                    /* Width for vertical scrollbar */ }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll::-webkit-scrollbar-track {
                    background: #e5e5e5;
                    /* Track and thumb use the same color */ }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll::-webkit-scrollbar-thumb {
                    background-color: #016be3;
                    /* Thumb color */
                    border-radius: 20px;
                    /* Thumb roundness */
                    border: none;
                    /* Remove the border for a simpler appearance */ }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll::-webkit-scrollbar-thumb:hover {
                    background-color: #414141;
                    /* Hover color */ }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
                font-weight: 400 !important;
                font-size: 14px;
                line-height: 20px;
                color: rgba(65, 65, 65, 0.8);
                display: block;
                padding: 10px;
                border-radius: 10px;
                background: transparent; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
                  font-size: 15px;
                  line-height: 22px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
                  background: #eff6ff; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
                    display: none; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
                  color: #016be3;
                  padding: 30px 0 0;
                  transition: all 0.3s ease-in-out;
                  border-top: 1px solid #e6e6e6;
                  border-radius: 0;
                  margin: 20px 0 0;
                  font-weight: 500;
                  position: relative;
                  transition: all 0.3s ease-in-out; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:after {
                    content: "";
                    background: url(../header-images/arrow.svg) no-repeat center;
                    display: inline-block;
                    position: relative;
                    opacity: 1;
                    width: 14px;
                    height: 19px;
                    background-size: 100%;
                    vertical-align: middle;
                    margin-left: 10px;
                    bottom: auto;
                    transition: all 0.3s ease-in-out; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:hover {
                    background-color: transparent; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:hover:after {
                      margin-left: 15px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a {
                margin-bottom: 0;
                padding-top: 8px;
                padding-bottom: 8px;
                font-size: 15px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.op0 {
                  opacity: 0; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a:hover {
                  color: #016be3;
                  text-decoration: underline; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.top-head {
                  padding: 10px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.top-head:hover {
                    text-decoration: none; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu.margin-t-15 {
                margin-top: 15px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
                width: 30%;
                position: relative;
                padding-left: 20px;
                border-left: 1px solid #e6e6e6;
                background: #f8f9fa; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
                  content: "";
                  position: absolute;
                  right: -60px;
                  top: 0;
                  height: 100%;
                  width: 25%;
                  background: #f8f9fa; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
                  padding-left: 10px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
                  padding-left: 55px;
                  position: relative; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
                    position: absolute;
                    left: 10px;
                    top: 15px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
              display: flex; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
                width: 68%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
                  width: 98%; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
                display: block;
                width: 30%;
                height: auto;
                width: 30%;
                position: relative;
                padding-left: 20px;
                border-left: 1px solid #e6e6e6;
                background: #f8f9fa; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
                  content: "";
                  position: absolute;
                  right: -60px;
                  top: 0;
                  height: 100%;
                  width: 20%;
                  background: #f8f9fa; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
                  padding-left: 10px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a {
                  padding-left: 55px;
                  position: relative;
                  width: calc(100% - 10px);
                  margin: 0 0 10px -10px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a .menuicon {
                    position: absolute;
                    left: 10px;
                    top: 15px; }
      .header-two .header-item-right .menu ul li:hover .menu-mega {
        display: block; }
    .header-two .header-item-right .cta-wrap {
      display: inline-block; }
      .header-two .header-item-right .cta-wrap .btn-container {
        margin-top: 0; }
        .header-two .header-item-right .cta-wrap .btn-container .cta-button {
          padding: 10px 16px;
          margin-left: 20px; }
          .header-two .header-item-right .cta-wrap .btn-container .cta-button:hover {
            background: #016be3;
            color: #fff; }
            .header-two .header-item-right .cta-wrap .btn-container .cta-button:hover:after {
              background: url(../images/home-images/blue-hovercta.svg) no-repeat; }
      .header-two .header-item-right .cta-wrap.large-reso {
        display: block; }
      .header-two .header-item-right .cta-wrap.small-reso {
        display: none; }
        .header-two .header-item-right .cta-wrap.small-reso .btn-container {
          margin-top: 0; }
          .header-two .header-item-right .cta-wrap.small-reso .btn-container .cta-button {
            margin-left: 0; }
  .header-two.header-bg .header-item-left .large .light {
    display: none; }
  .header-two.header-bg .header-item-left .large .dark {
    display: block; }
  .header-two.header-bg .header-item-right {
    opacity: 0; }
    .header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
      color: #414141; }
    .header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
      border-color: rgba(5, 22, 77, 0.08); }
  .header-two.header-bg.sc-up {
    background: #fff; }
    .header-two.header-bg.sc-up .header-item-left {
      opacity: 1; }
    .header-two.header-bg.sc-up .header-item-right {
      opacity: 1; }
  .header-two.header-bg.sc-down .small {
    opacity: 1; }
  .header-two.header-bg.sc-down .large {
    opacity: 0; }
  .header-two:hover {
    background: #fff; }
    .header-two:hover .header-item-left {
      opacity: 1; }
      .header-two:hover .header-item-left .large {
        opacity: 1; }
        .header-two:hover .header-item-left .large .light {
          display: none; }
        .header-two:hover .header-item-left .large .dark {
          display: block; }
      .header-two:hover .header-item-left .small {
        display: none; }
    .header-two:hover .header-item-right {
      opacity: 1; }
      .header-two:hover .header-item-right .menu ul li.menu-item-has-children a {
        color: #414141; }
      .header-two:hover .header-item-right .cta-wrap .btn-sec .btn {
        border-color: rgba(5, 22, 77, 0.08); }

.header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button {
  background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
  color: #fff; }

.header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:hover {
  background: #016be3; }

.header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:after {
  background: url(../images/home-images/white-cta.svg) no-repeat; }

@media screen and (max-width: 1700px) {
  .header-two .container {
    max-width: 100%; } }
@media screen and (max-width: 1440px) {
  .header-two .container {
    padding: 0 20px; }
  .header-two .header-item-right .menu ul li.menu-item-has-children a {
    font-size: 16px; }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
    font-size: 15px; }
  .header-two .header-item-right .menu ul li .menu-mega.indus-menu.ind-full {
    width: 83%; }
  .header-two .header-item-right .menu ul li .menu-mega.indus-menu a {
    font-size: 13px; }
    .header-two .header-item-right .menu ul li .menu-mega.indus-menu a .title {
      font-size: 15px;
      line-height: 22px; }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
    min-height: 520px; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
      font-size: 15px;
      padding: 13px 35px 13px 15px; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
      font-size: 15px;
      line-height: 24px; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
      font-size: 15px;
      line-height: 22px; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
      padding: 15px 0 25px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
        font-size: 13px;
        margin: 8px 0 8px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
        margin: 0 0 5px -10px; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
      font-size: 13px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
        font-size: 14px;
        line-height: 22px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
        padding: 25px 0 0;
        margin: 15px 0 0; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a {
      font-size: 14px;
      margin-bottom: 0;
      padding-top: 5px;
      padding-bottom: 5px; } }
@media screen and (max-width: 1280px) {
  .header-two .container {
    padding: 0 20px; }
  .header-two .header-item-right .menu ul li.menu-item-has-children a {
    font-size: 14px; }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
    min-height: 450px; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
      padding: 15px 20px 15px 0; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
        font-size: 14px;
        padding: 10px 25px 10px 10px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
          top: 14px;
          right: 10px;
          width: 11px;
          height: 14px; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
      padding: 0 15px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
        min-height: 450px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
          font-size: 13px;
          line-height: 20px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
          padding: 10px 0; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
            font-size: 14px;
            line-height: 20px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
          padding: 15px 0 25px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
            padding: 0 3px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
            padding: 0 3px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
            font-size: 12px;
            margin: 8px 0 8px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
            margin: 0 0 5px -8px;
            padding: 8px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
          padding: 8px;
          font-size: 12px;
          line-height: 20px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
            font-size: 13px;
            line-height: 20px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
            padding: 20px 0 0;
            margin: 10px 0 0; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
          padding-left: 12px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
            padding-left: 45px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
              width: 25px;
              height: 25px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
            right: -50px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a {
          margin-bottom: 0;
          padding-top: 4px;
          padding-bottom: 4px;
          font-size: 13px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.top-head {
            padding: 8px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.hire-tabs .other-menu {
          padding-left: 12px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.hire-tabs .other-menu.tab-content {
            min-height: auto; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.hire-tabs .other-menu:after {
            right: -50px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.hire-tabs .other-menu .tab-title a {
            padding-left: 8px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.hire-tabs .other-menu .menu-column a {
            padding-left: 45px;
            width: calc(100% - 10px);
            margin: 0 0 5px -8px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.hire-tabs .other-menu .menu-column a .menuicon {
              width: 25px;
              height: 25px; }
  .header-two .header-item-right .menu ul li .menu-mega.indus-menu a {
    font-size: 13px; }
    .header-two .header-item-right .menu ul li .menu-mega.indus-menu a .title {
      font-size: 14px;
      line-height: 20px; } }
@media screen and (max-width: 1139px) {
  .header-two {
    position: fixed;
    top: 0;
    width: 100%;
    background: #05247e;
    z-index: 9999;
    padding: 20px 0; }
    .header-two .header-item-left {
      display: flex;
      flex-basis: 100%;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
      .header-two .header-item-left .large {
        transition: all 0.7s ease-in-out;
        margin-top: -10px; }
        .header-two .header-item-left .large img {
          max-width: 190px; }
      .header-two .header-item-left .small {
        display: none; }
    .header-two .header-item-right {
      flex-basis: 100%; }
      .header-two .header-item-right .menu {
        display: none; }
        .header-two .header-item-right .menu ul {
          margin: 0; }
          .header-two .header-item-right .menu ul li {
            margin: 20px 0 0;
            display: block; }
            .header-two .header-item-right .menu ul li.menu-item-has-children a {
              padding: 0;
              font-size: 15px;
              color: #fff; }
              .header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
                display: none; }
            .header-two .header-item-right .menu ul li:hover .menu-mega {
              display: none; }
            .header-two .header-item-right .menu ul li .menu-mega {
              position: relative;
              display: none;
              background: 0 0;
              margin-top: 20px;
              padding-left: 0;
              border-top: 1px solid #dedede;
              box-shadow: 4px 4px 60px rgba(59, 85, 112, 0.25);
              display: none;
              background: #fff; }
              .header-two .header-item-right .menu ul li .menu-mega.small-menu {
                left: auto;
                right: auto;
                width: 100%;
                border-radius: 0;
                padding: 20px 10px !important; }
                .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
                  left: auto;
                  right: auto;
                  width: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
                  padding: 15px 15px 15px 55px;
                  position: relative;
                  display: flex;
                  margin: 0;
                  align-items: center;
                  border-radius: 10px;
                  color: #000 !important; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a .title {
                    color: #262626; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
                    display: none; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
                    position: absolute;
                    left: 10px;
                    top: 10px;
                    display: block; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
                    margin: 0; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
                    background: #eff6ff; }
              .header-two .header-item-right .menu ul li .menu-mega.indus-menu {
                width: 100%;
                left: auto; }
                .header-two .header-item-right .menu ul li .menu-mega.indus-menu.ind-full {
                  left: auto;
                  right: auto;
                  width: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega.indus-menu a {
                  font-size: 13px;
                  padding: 10px 10px 10px 60px;
                  line-height: 20px; }
                  .header-two .header-item-right .menu ul li .menu-mega.indus-menu a .title {
                    font-size: 15px;
                    line-height: 20px; }
                .header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-2,
                .header-two .header-item-right .menu ul li .menu-mega.indus-menu flex-3 {
                  flex-basis: 100%;
                  padding: 20px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
                width: 100%;
                min-height: initial; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
                  display: none; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
                  flex-basis: 100%;
                  padding: 0; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
                    min-height: initial;
                    display: block !important;
                    height: auto; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
                      width: 100%; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
                      width: 100%; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
                      font-weight: 500;
                      font-size: 15px;
                      line-height: 26px;
                      color: #000;
                      display: block;
                      transition: all 0.3s ease-in-out;
                      margin-bottom: 2px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
                      padding: 10px 25px 10px 0;
                      border-bottom: 1px solid #e6e6e6;
                      width: 100%;
                      display: flex;
                      align-items: center; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
                        padding: 10px 10px 10px 55px;
                        margin: 0 0 0 -10px;
                        width: 100%; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
                          font-size: 15px;
                          line-height: 20px;
                          color: #414141; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
                          left: 8px;
                          width: 35px;
                          height: 35px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
                      display: block; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
                      padding: 15px 0 0;
                      width: 100%; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-service {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.hr-submenu {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-tech {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.m-active {
                        display: block; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
                        flex-basis: 100%;
                        padding: 0;
                        margin: 0; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
                        flex-basis: 100%;
                        padding: 0;
                        margin: 0 0 25px; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4.margin-0 {
                          margin: 0; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
                        font-size: 13px;
                        margin: 8px 0 8px; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
                          display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
                        width: calc(100% - 10px);
                        margin: 0 0 5px -10px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
                      font-weight: 400;
                      font-size: 13px;
                      line-height: 20px;
                      color: rgba(65, 65, 65, 0.8);
                      display: block;
                      padding: 10px;
                      border-radius: 10px;
                      background: transparent; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
                        font-size: 14px;
                        line-height: 20px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
                        background: #eff6ff; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
                          display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
                        padding: 20px 0 0;
                        margin: 10px 0 0; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:after {
                          display: inline-block; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
                      width: 100%;
                      position: relative;
                      padding-left: 0;
                      border-left: none;
                      background: #fff; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu.mob-hide {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title {
                        padding: 0; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
                          padding: 8px;
                          width: calc(100% - 10px);
                          margin: 0 0 5px -10px; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title .ser-arrow-btn {
                          right: -15px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 {
                        flex-basis: 100%; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
                          padding-left: 55px;
                          position: relative; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
                            position: absolute;
                            left: 10px;
                            top: 15px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu {
                      margin: 0 0 20px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu.margin-t-15 {
                        margin: 0 0 20px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a {
                        margin-bottom: 0;
                        padding-top: 5px;
                        padding-bottom: 5px;
                        font-size: 15px; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.op0 {
                          display: none; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.top-head {
                          padding: 8px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
                    display: flex;
                    flex-wrap: wrap; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
                      width: 100%; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
                        width: 100%; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
                      width: 100%;
                      position: relative;
                      padding-left: 0;
                      border-left: none;
                      background: #fff; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.tab-content {
                        width: 100%;
                        height: auto;
                        min-height: auto; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.mob-hide {
                        display: none !important; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title {
                        padding: 0; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
                          padding: 8px;
                          width: calc(100% - 10px);
                          margin: 0 0 5px -10px; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title .ser-arrow-btn {
                          right: -15px; }
              .header-two .header-item-right .menu ul li .menu-mega.m-active {
                display: block; }
      .header-two .header-item-right .mob-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 88px;
        left: 0;
        background: #05247e;
        padding: 0 20px;
        display: none;
        overflow-y: auto;
        padding-bottom: 120px; }
        .header-two .header-item-right .mob-nav.active {
          display: block; }
      .header-two .header-item-right .cta-wrap {
        display: inline-block; }
        .header-two .header-item-right .cta-wrap .btn-sec .btn {
          font-size: 15px;
          margin: 30px auto 0;
          cursor: pointer; }
          .header-two .header-item-right .cta-wrap .btn-sec .btn.rounded:before {
            top: 3px; }
        .header-two .header-item-right .cta-wrap.large-reso {
          display: none; }
        .header-two .header-item-right .cta-wrap.small-reso {
          display: block;
          text-align: center;
          margin: 30px auto; }
    .header-two.header-bg .header-item-left .large .light {
      display: block; }
    .header-two.header-bg .header-item-left .large .dark {
      display: none; }
    .header-two.header-bg .header-item-right {
      opacity: 0; }
      .header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
        color: #fff; }
      .header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
        border-color: #fff; }
    .header-two.header-bg.sc-up {
      background: #05247e; }
      .header-two.header-bg.sc-up .header-item-left {
        opacity: 1; }
      .header-two.header-bg.sc-up .header-item-right {
        opacity: 1; }
    .header-two.header-bg.sc-down .small {
      opacity: 0; }
    .header-two.header-bg.sc-down .large {
      opacity: 1; }
    .header-two:hover {
      background: #05247e; }
      .header-two:hover .header-item-left {
        opacity: 1; }
        .header-two:hover .header-item-left .large {
          opacity: 1; }
          .header-two:hover .header-item-left .large .light {
            display: block; }
          .header-two:hover .header-item-left .large .dark {
            display: none; }
        .header-two:hover .header-item-left .small {
          display: none; }
      .header-two:hover .header-item-right {
        opacity: 1; }
        .header-two:hover .header-item-right .menu ul li.menu-item-has-children a {
          color: #fff; }
        .header-two:hover .header-item-right .cta-wrap .btn-sec .btn {
          border-color: rgba(5, 22, 77, 0.08); }
    .header-two .bar1,
    .header-two .bar2,
    .header-two .bar3 {
      width: 25px;
      height: 2px;
      background: #ffffff;
      border-radius: 1px;
      margin: 6px 0;
      transition: all 0.3s ease-in-out; }
    .header-two .mback {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #ffffff !important;
      padding-left: 12px;
      position: relative;
      display: block;
      margin: 10px 0; }
      .header-two .mback::before {
        content: "";
        clear: both;
        display: block;
        background: url(../header-images/button-icons-sprite.png) -21px -47px no-repeat;
        width: 18px;
        height: 20px;
        position: absolute;
        top: 3px;
        left: 0;
        margin: 0 auto;
        transform: rotate(-180deg); }
    .header-two .hamberger-menu {
      transition: all 0.3s ease-in-out;
      z-index: 999;
      height: 100%;
      padding: 0 5px;
      position: relative; }
    .header-two .open-close .bar1 {
      transform: rotate(-45deg) translate(-9px, 6px); }
    .header-two .open-close .bar2 {
      opacity: 0; }
    .header-two .open-close .bar3 {
      transform: rotate(45deg) translate(-5px, -3px); }
    .header-two .arrow-btn {
      display: inline-block;
      position: relative;
      width: 70px;
      height: 24px;
      background: url(../header-images/mobile-btn.png) 40px -2px no-repeat;
      vertical-align: top;
      text-align: right;
      float: right; }
      .header-two .arrow-btn.rot {
        background-position: 36px -33px; }
    .header-two .ser-arrow-btn,
    .header-two .hr-arrow-btn,
    .header-two .tech-arrow-btn {
      display: inline-block;
      position: absolute;
      right: 5px;
      width: 30px;
      height: 30px;
      background: url(../header-images/arrow-mob.svg) no-repeat;
      background-size: 16px;
      z-index: 999;
      background-position: center center; }
      .header-two .ser-arrow-btn.rot,
      .header-two .hr-arrow-btn.rot,
      .header-two .tech-arrow-btn.rot {
        transform: rotate(90deg); }

  .header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button {
    background: #fff;
    color: #05164d; }

  .header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:hover {
    background: #016be3; }

  .header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:after {
    background: url(../images/home-images/blue-cta.svg) no-repeat; }

  .header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:hover:after {
    background: url(../images/home-images/white-cta.svg) no-repeat; } }
.award-section .top-logo {
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .award-section .top-logo .text {
    display: flex;
    align-items: center; }
    .award-section .top-logo .text i img {
      margin: 1px 8px 0 0;
      vertical-align: text-top;
      display: inline-block; }
    .award-section .top-logo .text strong {
      font-size: 24px;
      color: #110302;
      margin-right: 10px; }
  .award-section .top-logo .awlogo {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 10px; }
    .award-section .top-logo .awlogo a {
      border: 1px solid #dfdbdb;
      width: 40px;
      height: 40px;
      border-radius: 5px;
      padding: 8px;
      position: relative;
      cursor: default; }
      .award-section .top-logo .awlogo a:after {
        content: "";
        background: url(../images/home-images/awlogo-01.svg) no-repeat;
        width: 25px;
        height: 26px;
        background-size: 100%;
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .award-section .top-logo .awlogo a:nth-child(2):after {
        width: 24px;
        height: 24px;
        background: url(../images/home-images/awlogo-02.svg) no-repeat;
        background-size: 100%; }
      .award-section .top-logo .awlogo a:nth-child(3):after {
        width: 26px;
        height: 25px;
        background: url(../images/home-images/awlogo-03.svg) no-repeat;
        background-size: 100%; }
.award-section .stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-bottom: 1px solid #cdcdcd;
  max-width: 75%;
  margin: 40px auto 0; }
  .award-section .stats .stat {
    border-right: 1px solid #cdcdcd;
    flex-basis: 33.33%;
    padding: 30px 20px;
    text-align: center; }
    .award-section .stats .stat h2 {
      font-size: 56px;
      line-height: 55px;
      margin: 0 0 5px;
      color: #110302; }
    .award-section .stats .stat p {
      color: #110302; }
    .award-section .stats .stat:last-child {
      border: 0; }
.award-section .bottom-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 40px auto 0;
  max-width: 75%;
  align-items: center; }
  .award-section .bottom-section .bottom-card {
    padding: 30px;
    border-radius: 8px;
    text-align: left; }
    .award-section .bottom-section .bottom-card.highlight {
      background: linear-gradient(270deg, #0B147C 21.77%, #4B1BAC 100%);
      position: relative; }
      .award-section .bottom-section .bottom-card.highlight h4 {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 400; }
      .award-section .bottom-section .bottom-card.highlight h2 {
        color: #ffffff;
        margin: 0 0 5px; }
      .award-section .bottom-section .bottom-card.highlight p {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.9);
        font-size: 18px; }
      .award-section .bottom-section .bottom-card.highlight .is-arrow {
        color: #ffffff;
        position: relative;
        z-index: 9; }
        .award-section .bottom-section .bottom-card.highlight .is-arrow:after {
          background: url(../images/home-images/arrow-w.svg) no-repeat center; }
      .award-section .bottom-section .bottom-card.highlight:after {
        content: "";
        background: url(../images/home-images/shape-01.png) no-repeat;
        width: 290px;
        height: 365px;
        background-size: 100%;
        position: absolute;
        top: 5px;
        right: 0; }

@media (max-width: 1440px) {
  .award-section .stats {
    max-width: 90%; }
  .award-section .bottom-section {
    gap: 10px;
    max-width: 90%; } }
@media (max-width: 1320px) {
  .award-section .top-logo .text strong {
    font-size: 22px; }
  .award-section .stats {
    margin: 30px auto 0; }
    .award-section .stats .stat h2 {
      font-size: 45px;
      line-height: 50px; } }
@media (max-width: 1024px) {
  .award-section .stats {
    max-width: 100%; }
    .award-section .stats .stat {
      padding: 25px 20px; }
  .award-section .bottom-section {
    max-width: 100%;
    gap: 20px;
    margin: 30px auto 0; }
    .award-section .bottom-section .bottom-card {
      padding: 20px;
      border-radius: 8px; }
      .award-section .bottom-section .bottom-card.highlight h2 {
        margin: 0 0 10px; }
      .award-section .bottom-section .bottom-card.highlight .is-arrow {
        margin: 30px 0 0; } }
@media (max-width: 767px) {
  .award-section .top-logo {
    flex-wrap: wrap;
    font-size: 16px; }
    .award-section .top-logo .text {
      width: 100%;
      margin: 0 0 20px;
      justify-content: center; }
      .award-section .top-logo .text strong {
        font-size: 20px;
        margin-right: 8px; }
    .award-section .top-logo .awlogo {
      width: 100%;
      justify-content: center;
      margin: 0; }
  .award-section .stats {
    max-width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 8px; }
    .award-section .stats .stat {
      flex-basis: 50%;
      padding: 20px; }
      .award-section .stats .stat h2 {
        font-size: 32px;
        line-height: 40px; }
      .award-section .stats .stat:nth-child(2) {
        border-right: 0; }
      .award-section .stats .stat:last-child {
        flex-basis: 100%;
        border-top: 1px solid #cdcdcd; }
  .award-section .bottom-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; }
    .award-section .bottom-section .bottom-card {
      display: none; }
      .award-section .bottom-section .bottom-card.highlight {
        display: block; }
        .award-section .bottom-section .bottom-card.highlight h4 {
          margin: 0 0 10px;
          font-size: 16px; }
        .award-section .bottom-section .bottom-card.highlight h2 {
          margin: 0 0 10px; }
        .award-section .bottom-section .bottom-card.highlight .is-arrow {
          margin: 20px 0 0; } }
.client-img-section .why-ws {
  position: relative; }
  .client-img-section .why-ws .left-box {
    flex-basis: 45%;
    position: relative; }
    .client-img-section .why-ws .left-box .top-section {
      padding: 0;
      text-align: left; }
    .client-img-section .why-ws .left-box ul {
      margin-top: 25px;
      padding: 0; }
      .client-img-section .why-ws .left-box ul li {
        margin: 0 0 10px;
        position: relative;
        padding-left: 25px; }
        .client-img-section .why-ws .left-box ul li::before {
          content: "";
          display: inline-block;
          background: url(../images/check-img.svg) no-repeat;
          background-size: 100%;
          width: 16px;
          height: 17px;
          top: 5px;
          left: 0;
          position: absolute; }
        .client-img-section .why-ws .left-box ul li:last-child {
          margin: 0; }
  .client-img-section .why-ws .right-box {
    flex-basis: 52%;
    padding-left: 20px;
    position: relative; }
    .client-img-section .why-ws .right-box .why-right .client-section {
      background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
      backdrop-filter: blur(50px);
      display: flex;
      width: 100%;
      flex-direction: column;
      padding: 27px 0;
      border-radius: 10px; }
      .client-img-section .why-ws .right-box .why-right .client-section .client-row {
        position: relative;
        overflow: hidden;
        height: 70px;
        margin: 0 0 15px; }
        .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul {
          display: flex;
          min-width: 150%;
          justify-content: space-around;
          column-gap: 18px;
          position: absolute; }
          .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li {
            border-radius: 8px;
            background: #fafafa;
            height: 70px;
            min-width: 125px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li img {
              vertical-align: middle; }
            .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li:hover {
              color: #016BE3; }
        .client-img-section .why-ws .right-box .why-right .client-section .client-row .hover:hover {
          color: red; }
    .client-img-section .why-ws .right-box .why-left {
      padding-right: 20px; }
      .client-img-section .why-ws .right-box .why-left .plateform {
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #a0a0a02e;
        box-shadow: 0px 4px 44px 0px #041a3317;
        background: #ffffff;
        min-height: 304px; }
        .client-img-section .why-ws .right-box .why-left .plateform h3 {
          font-size: 20px;
          line-height: 30px;
          font-weight: 500; }
        .client-img-section .why-ws .right-box .why-left .plateform ul li {
          font-weight: 500;
          margin: 0 0 15px;
          padding-left: 32px;
          position: relative; }
          .client-img-section .why-ws .right-box .why-left .plateform ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            background: url(../images/home-images/iconex.svg) no-repeat;
            width: 22px;
            height: 22px;
            background-size: 100%; }
    .client-img-section .why-ws .right-box .award-row {
      margin: 20px 0 0; }
      .client-img-section .why-ws .right-box .award-row ul {
        display: flex;
        justify-content: space-around;
        gap: 10px;
        flex-wrap: wrap; }
        .client-img-section .why-ws .right-box .award-row ul li {
          height: 80px;
          min-width: 124px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 10px;
          border: 1.5px solid rgba(160, 160, 160, 0.18);
          background: #fff; }
          .client-img-section .why-ws .right-box .award-row ul li img {
            vertical-align: middle; }
          .client-img-section .why-ws .right-box .award-row ul li:hover {
            background: #fff;
            cursor: default;
            border-color: #016BE3; }

@keyframes slide_to_left {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
@keyframes slide_to_right {
  0% {
    transform: translateX(-50%); }
  to {
    transform: translateX(0); } }
.award-animate-slide-to-left {
  animation: slide_to_left 50s linear infinite; }

.award-animate-slide-to-right {
  animation: slide_to_right 50s linear infinite; }

.hover\:pause:hover {
  animation-play-state: paused; }

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .client-img-section .why-ws .right-box .award-row ul li {
    height: 70px;
    min-width: 114px; } }
@media (max-width: 979px) {
  .client-img-section .why-ws .left-box {
    flex-basis: 100%;
    text-align: center; }
    .client-img-section .why-ws .left-box .top-section {
      text-align: center; }
    .client-img-section .why-ws .left-box ul {
      margin-top: 20px; }
  .client-img-section .why-ws .right-box {
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 30px;
    position: relative; }
    .client-img-section .why-ws .right-box .dis-flex {
      justify-content: space-between; }
    .client-img-section .why-ws .right-box .why-left {
      padding-right: 0;
      flex-basis: 48%; }
      .client-img-section .why-ws .right-box .why-left .plateform {
        min-height: 310px;
        margin: 0 0 30px; }
    .client-img-section .why-ws .right-box .why-right {
      flex-basis: 48%; }
    .client-img-section .why-ws .right-box .award-row {
      margin: 20px 0 0; }
      .client-img-section .why-ws .right-box .award-row ul {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap; }
        .client-img-section .why-ws .right-box .award-row ul li {
          min-width: initial;
          width: 150px; } }
@media (max-width: 767px) {
  .client-img-section .why-ws .right-box .why-left {
    padding-right: 0;
    flex-basis: 100%; }
    .client-img-section .why-ws .right-box .why-left .plateform {
      min-height: initial; }
  .client-img-section .why-ws .right-box .why-right {
    flex-basis: 100%; } }
/*Media Query Ends Here*/
.tailored-slide-section {
  background: linear-gradient(90deg, #05164D 0%, #0C33B3 100%); }
  .tailored-slide-section .top-section h2 {
    color: #ffffff; }
  .tailored-slide-section .top-section p {
    color: #bdb7b7; }
  .tailored-slide-section .tailored-out {
    justify-content: space-between;
    position: relative; }
    .tailored-slide-section .tailored-out .tailored-slider {
      flex-basis: 100%;
      width: 100%;
      position: relative; }
      .tailored-slide-section .tailored-out .tailored-slider .glider {
        width: 100% !important; }
      .tailored-slide-section .tailored-out .tailored-slider .flex-3 {
        padding: 0 10px; }
        .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 {
          flex-basis: 100%;
          min-height: 400px;
          perspective: 1000px;
          position: relative;
          border-radius: 5px;
          box-shadow: 0px 40px 80px 30px rgba(0, 0, 0, 0.02); }
          .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3:hover .flip-card-inner {
            transform: rotateY(180deg); }
          .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner {
            width: 100%;
            height: 100%;
            position: absolute;
            transform-style: preserve-3d;
            transition: transform 0.6s; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner .card-img {
              margin: 0 0 10px;
              display: block; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner h3 {
              font-size: 30px;
              font-weight: 600; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner h4 {
              width: 100%;
              padding: 20px 20px 0;
              margin: 0 0 5px;
              font-size: 25px;
              font-weight: 600;
              line-height: 32px;
              color: #05164d; }
              .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner h4 strong {
                font-weight: 700; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner .prod {
              font-size: 12px;
              line-height: 17px;
              padding: 0 20px;
              text-transform: uppercase;
              letter-spacing: 2px;
              color: rgba(5, 22, 77, 0.8);
              font-weight: 600; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner ul {
              margin: 20px 0 0; }
              .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner ul li {
                position: relative;
                padding-left: 30px;
                margin: 8px 0 0; }
                .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner ul li:after {
                  content: "";
                  width: 100%;
                  background: url(../images/card-list.svg) no-repeat;
                  position: absolute;
                  left: 0;
                  top: 5px;
                  width: 19px;
                  height: 19px;
                  background-size: 100%; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner .card-bottom {
              width: 100%;
              position: absolute;
              right: 0;
              bottom: 30px;
              margin: 20px 0 0; }
              .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner .card-bottom:before {
                content: "";
                width: 90%;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                background: rgba(0, 0, 0, 0.3);
                opacity: 0.6;
                height: 1px; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner .is-arrow {
              display: block;
              text-decoration: underline;
              color: #ffffff;
              text-align: right;
              padding: 20px 20px 0;
              font-weight: 500;
              width: 100%;
              font-weight: bold; }
              .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner .is-arrow:after {
                content: "";
                background: url(../menu-images/view-arrow.svg) no-repeat center;
                width: 11px;
                display: inline-block;
                height: 11px;
                margin-left: 8px;
                transition: all 0.3s ease-in-out; }
              .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner .is-arrow:hover {
                text-decoration: none; }
                .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner .is-arrow:hover:after {
                  margin-left: 15px; }
          .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-front,
          .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            padding: 30px;
            backface-visibility: hidden;
            /* Hide the back side */ }
          .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-front {
            background-color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            color: #ffffff;
            text-align: left; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-front h3 {
              color: #110302; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-front h4 {
              color: #110302; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-front ul li {
              color: #5e6373; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-front p {
              color: #5e6373; }
          .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-back {
            background-color: #ffffff;
            box-shadow: 0px 40px 80px 30px rgba(0, 0, 0, 0.02);
            transform: rotateY(180deg);
            /* Position back side behind */
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            color: #ffffff;
            text-align: left; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-back p {
              color: #5e6373; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-back ul li {
              color: #5e6373;
              position: relative;
              font-weight: 400;
              padding-left: 30px; }
              .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-back ul li:before {
                content: "";
                background: url(../images/home-images/listing.svg) no-repeat center;
                width: 20px;
                height: 20px;
                background-size: 100%;
                position: absolute;
                left: 0;
                top: 4px; }
          .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .card-bottom {
            padding: 0 30px; }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .card-bottom:before {
              background: rgba(0, 0, 0, 0.2); }
            .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .card-bottom .cbtn {
              font-size: 12px;
              color: #05164d;
              font-weight: 600;
              background: #ecf4fe;
              border-radius: 5px;
              padding: 5px 20px;
              letter-spacing: 2px;
              text-transform: uppercase;
              margin: 30px 0 0;
              display: block;
              text-align: center; }
        .tailored-slide-section .tailored-out .tailored-slider .flex-3:nth-child(1n) .box-3 .flip-card-inner .flip-card-front {
          background: #fffbf2; }
        .tailored-slide-section .tailored-out .tailored-slider .flex-3:nth-child(1n) .box-3 .card-bottom .cbtn {
          background: #fff0cd; }
        .tailored-slide-section .tailored-out .tailored-slider .flex-3:nth-child(2n) .box-3 .flip-card-inner .flip-card-front {
          background: #ffffff; }
        .tailored-slide-section .tailored-out .tailored-slider .flex-3:nth-child(2n) .box-3 .flip-card-inner .card-bottom .cbtn {
          background: #dcfbe9; }
    .tailored-slide-section .tailored-out .prev-next-btn {
      position: absolute;
      bottom: 20px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      /* transform: translateY(50%); */
      right: 10px; }
      .tailored-slide-section .tailored-out .prev-next-btn .tail-prev,
      .tailored-slide-section .tailored-out .prev-next-btn .tail-next {
        background-color: transparent;
        border: 2px solid #e8dcff;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 16px;
        background: url(../images/service-images/ft-prev.svg) no-repeat center;
        width: 36px;
        height: 36px;
        top: auto;
        font-size: 0;
        right: 43px;
        opacity: 1;
        left: auto;
        transform: rotate(0);
        font-size: 0;
        position: absolute; }
        .tailored-slide-section .tailored-out .prev-next-btn .tail-prev:hover,
        .tailored-slide-section .tailored-out .prev-next-btn .tail-next:hover {
          background-color: #ffffff;
          border-color: #ffffff;
          background: url(../images/service-images/ft-prev.svg) no-repeat center; }
      .tailored-slide-section .tailored-out .prev-next-btn .tail-next {
        background: url(../images/service-images/ft.svg) no-repeat center;
        right: 0; }
        .tailored-slide-section .tailored-out .prev-next-btn .tail-next:hover {
          transform: rotate(180deg); }
    .tailored-slide-section .tailored-out .progress-container {
      position: relative;
      width: 90%;
      height: 3px;
      background-color: #2a52d2;
      border-radius: 10px;
      overflow: hidden;
      margin-top: 50px; }
      .tailored-slide-section .tailored-out .progress-container .progress-bar {
        width: 0%;
        height: 100%;
        background-color: #ffffff;
        transition: width 0.3s ease-in-out; }
    .tailored-slide-section .tailored-out .dots {
      display: none; }
      .tailored-slide-section .tailored-out .dots button {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #ddd;
        border: none;
        cursor: pointer; }
        .tailored-slide-section .tailored-out .dots button.active {
          background-color: #007bff; }

/* General scrollbar hiding for all browsers */
.testimonial-slider .glider,
.tailored-slider .glider {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

/* For WebKit-based browsers (Chrome, Safari, Edge) */
.testimonial-slider .glider::-webkit-scrollbar,
.tailored-slider .glider::-webkit-scrollbar {
  display: none; }

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .tailored-slide-section
  .tailored-out
  .tailored-slider
  .flex-3
  .box-3
  .card-bottom {
    padding: 0 20px; }

  .tailored-slide-section
  .tailored-out
  .tailored-slider
  .flex-3
  .box-3
  .flip-card-front,
  .tailored-slide-section
  .tailored-out
  .tailored-slider
  .flex-3
  .box-3
  .flip-card-back {
    padding: 20px; }

  .tailored-slide-section
  .tailored-out
  .tailored-slider
  .flex-3
  .box-3
  .card-bottom
  .cbtn {
    padding: 3px 10px;
    letter-spacing: 1px; } }
@media (max-width: 1280px) {
  .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 {
    min-height: 380px; }
  .tailored-slide-section .tailored-out .prev-next-btn {
    bottom: 5%; }
  .tailored-slide-section .tailored-out .progress-container {
    margin-top: 40px; }
  .tailored-slide-section .tailored-out .right-section {
    padding: 18px; } }
@media (max-width: 1024px) {
  .tailored-slide-section .tailored-out .right-section {
    flex-basis: 100%;
    border-radius: 20px;
    margin: 30px 0 0;
    padding: 20px; }
    .tailored-slide-section .tailored-out .right-section img {
      margin: 0; }
    .tailored-slide-section .tailored-out .right-section h4 {
      font-size: 16px;
      line-height: 26px; }
    .tailored-slide-section .tailored-out .right-section .is-arrow {
      margin: 15px 0 0; }
  .tailored-slide-section .tailored-out .tailored-slider {
    flex-basis: 100%;
    width: 100%;
    margin: 0 0 40px; }
    .tailored-slide-section .tailored-out .tailored-slider .flex-3 {
      padding: 0 10px; }
      .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 {
        min-height: 350px; }
        .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 h3 {
          font-size: 18px; }
        .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-front h3 {
          font-size: 25px; }
        .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .flip-card-inner h3 {
          font-size: 25px; }
        .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text {
          padding: 20px;
          text-align: center; }
          .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .no-more {
            padding: 12px 20px;
            font-size: 16px;
            margin: 20px auto 0;
            width: 200px; }
  .tailored-slide-section .tailored-out .prev-next-btn {
    bottom: 6%; }
  .tailored-slide-section .tailored-out .progress-container {
    width: 85%;
    margin-top: 35px; } }
@media (max-width: 767px) {
  .tailored-slide-section .tailored-out .tailored-slider .flex-3 .box-3 {
    min-height: 280px; }
  .tailored-slide-section .tailored-out .progress-container {
    width: 70%; } }
/*Media Query Ends Here*/
.fixfull-section .entire-sticky {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff; }
  .fixfull-section .entire-sticky .left-column {
    width: calc(100% - 280px);
    padding-right: 60px; }
  .fixfull-section .entire-sticky .right-column {
    width: 278px;
    margin-right: -15px; }
    .fixfull-section .entire-sticky .right-column .toc-sec h4 {
      font-size: 20px;
      font-weight: 500;
      margin: 0 0 25px; }
    .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap {
      border-left: 3px solid #f6f6f6;
      padding-left: 15px;
      margin: 15px 0 0; }
      .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p {
        color: rgba(33, 33, 33, 0.5);
        font-weight: 500;
        margin: 0; }
        .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a {
          padding: 5px 0;
          color: rgba(33, 33, 33, 0.5);
          display: block;
          position: relative; }
          .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a:before {
            content: "";
            background: #4b1bac;
            position: absolute;
            width: 3px;
            left: -18px;
            top: 5px;
            height: 30px;
            opacity: 0; }
          .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a:hover {
            color: #212121; }
            .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a:hover:before {
              opacity: 1; }
          .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a.active {
            color: #212121; }
            .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a.active:before {
              opacity: 1; }
    .fixfull-section .entire-sticky .right-column .sticky-button {
      margin: 40px 0 0; }
      .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta {
        padding: 20px 20px 20px 20px;
        display: inline-block;
        position: relative;
        background: #f8f8ff;
        border-radius: 10px;
        border: 1px solid #05164d14;
        font-weight: 500;
        font-size: 18px;
        transition: all 0.3s ease;
        width: 100%;
        min-height: 97px;
        display: flex;
        align-items: center; }
        .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta p {
          margin: 0;
          color: #05164d; }
        .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:after {
          content: "";
          width: 86px;
          height: 97px;
          background: url(../images/service-images/side-shape.png) 0 0 no-repeat;
          background-size: 100%;
          position: absolute;
          right: 0;
          top: 0; }
        .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:before {
          content: "";
          width: 7px;
          height: 100%;
          background-color: #4b1bac;
          background-size: 100%;
          position: absolute;
          left: 0;
          top: 0;
          transition: all 0.3s ease;
          border-radius: 10px 0 0 10px; }
        .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta .gtexprt {
          display: none;
          position: relative;
          cursor: pointer;
          text-align: center;
          width: 100%; }
        .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover {
          transition: all 0.3s ease;
          padding: 0 20px; }
          .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover p {
            display: none; }
          .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover .gtexprt {
            display: inline-block;
            color: #ffffff;
            padding: 20px 20px 20px 20px;
            text-align: center;
            width: 100%;
            position: absolute;
            left: 0;
            top: 15px;
            z-index: 99; }
          .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover:before {
            width: 100%;
            border-radius: 10px; }
    .fixfull-section .entire-sticky .right-column.fixed {
      position: fixed;
      top: 80px;
      right: 0; }
  .fixfull-section .entire-sticky .cta-section {
    border-radius: 10px;
    padding-left: 40px; }
    .fixfull-section .entire-sticky .cta-section .left-sec {
      flex-basis: 52%; }
    .fixfull-section .entire-sticky .cta-section .right-sec {
      flex-basis: 46%; }

.hamburger {
  position: fixed;
  width: 45px;
  height: 45px;
  padding: 9px 10px 10px;
  background: #ffffff;
  border-radius: 10px;
  top: 110px;
  right: 15px;
  cursor: pointer;
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  display: none;
  align-items: center;
  justify-content: center; }
  .hamburger .ham-icon {
    background: url(../images/ham-01.svg) no-repeat center;
    width: 18px;
    height: 17px;
    background-size: 100%; }
  .hamburger.show .ham-icon {
    background: url(../images/ham-02.svg) no-repeat center; }

.hb-toc .right-column {
  position: fixed;
  top: 70px;
  right: 0;
  width: 200px;
  min-height: 65%;
  background-color: #ffffff;
  box-shadow: 0px 40px 20px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(221, 221, 221, 0.83);
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  border-radius: 10px;
  padding: 20px; }
  .hb-toc .right-column.active {
    transform: translateX(0); }
  .hb-toc .right-column .sticky-button {
    display: none; }
.hb-toc .fixfull-section .entire-sticky .right-column.active {
  margin-right: 20px;
  width: 220px;
  top: 165px; }
.hb-toc .fixfull-section .entire-sticky .right-column {
  top: 165px; }
.hb-toc .hamburger {
  display: flex; }

@media (max-width: 979px) {
  .fixfull-section .entire-sticky {
    flex-wrap: wrap; }
    .fixfull-section .entire-sticky .left-column {
      width: 100%;
      padding-right: 0;
      order: 2; }
    .fixfull-section .entire-sticky .right-column {
      width: 100%;
      margin-right: 0;
      order: 1; }
      .fixfull-section .entire-sticky .right-column .toc-sec h4 {
        font-size: 18px; }
      .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap {
        margin: 10px 0 0; }
      .fixfull-section .entire-sticky .right-column .sticky-button {
        margin: 30px 0 0;
        padding: 18px; }
        .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta {
          font-size: 17px;
          min-height: 60px; }
          .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:after {
            width: 70px;
            height: 64px; }
          .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:before {
            width: 5px; }
          .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover {
            padding: 0 18px; }
            .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover .gtexprt {
              top: 0px;
              padding: 18px; }
            .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover:before {
              width: 100%;
              border-radius: 10px; }
      .fixfull-section .entire-sticky .right-column.fixed {
        position: initial; }

  .hb-toc .hamburger {
    display: none; } }
@media (max-width: 767px) {
  .fixfull-section .entire-sticky .cta-section {
    padding: 20px; }
    .fixfull-section .entire-sticky .cta-section .left-sec {
      flex-basis: 100%; } }
.service-section .flex-2 {
  margin-top: 20px; }
.service-section .ser-row {
  width: calc(100% + 10px);
  margin-left: -10px; }
.service-section .card {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #F3F1F1;
  margin: 0 10px;
  background: #FCFCFC;
  position: relative; }
  .service-section .card:hover {
    border: 1px solid #0B147C;
    background: #ffffff; }
  .service-section .card .box-3 {
    padding: 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-right: 70px; }
    .service-section .card .box-3 .move {
      width: 40px;
      height: 46px;
      border: 2px solid #858585;
      background: transparent;
      border-radius: 18px;
      position: absolute;
      top: 20px;
      right: 25px;
      transition: all 0.3s ease-in-out; }
      .service-section .card .box-3 .move:after {
        content: "";
        background: url(../images/home-images/move-grey.svg) no-repeat;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 15px;
        background-size: 100%;
        width: 14px;
        height: 14px;
        transform: rotate(-8deg);
        transition: all 0.3s ease-in-out; }
      .service-section .card .box-3 .move:hover {
        width: 40px;
        height: 40px;
        background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
        border: 1px solid #0B147C;
        border-radius: 100%; }
        .service-section .card .box-3 .move:hover:after {
          background: url(../images/service-images/move-white.svg) no-repeat;
          top: 13px;
          background-size: 100%;
          transform: rotate(0deg); }
    .service-section .card .box-3 h3 a {
      color: #110302; }
      .service-section .card .box-3 h3 a:hover {
        text-decoration: underline; }
    .service-section .card .box-3 p {
      min-height: initial; }
      .service-section .card .box-3 p a {
        color: #5e6373; }
        .service-section .card .box-3 p a:hover {
          text-decoration: underline; }
    .service-section .card .box-3 ul {
      margin: 25px 0 0;
      display: flex;
      flex-direction: column; }
      .service-section .card .box-3 ul li {
        flex-basis: 48%;
        margin-bottom: 10px;
        font-weight: 400;
        padding-left: 30px;
        position: relative; }
        .service-section .card .box-3 ul li a {
          color: #656565; }
          .service-section .card .box-3 ul li a:hover {
            text-decoration: underline; }
        .service-section .card .box-3 ul li:before {
          content: "";
          background: url(../images/home-images/listing.svg) no-repeat center;
          width: 20px;
          height: 20px;
          background-size: 100%;
          position: absolute;
          left: 0;
          top: 4px; }

@media (max-width: 979px) {
  .service-section {
    margin: 50px 0 0; }
    .service-section .flex-2 {
      flex-basis: 50%; }
    .service-section .ser-row {
      width: 100%;
      margin-left: 0; }
    .service-section .card {
      margin: 0 10px; }
      .service-section .card .box-3 {
        padding: 20px; }
    .service-section .explore-btn {
      font-size: 13px;
      bottom: 20px; } }
@media (max-width: 767px) {
  .service-section .flex-2 {
    flex-basis: 100%; }
  .service-section .ser-row {
    width: 100%;
    margin-left: 0; }
  .service-section .card {
    margin: 0; }
    .service-section .card .box-3 {
      padding: 15px; }
      .service-section .card .box-3 p {
        min-height: initial; }
      .service-section .card .box-3 h3 {
        margin-bottom: 15px;
        padding: 0 50px 0 0; }
      .service-section .card .box-3 .move {
        width: 35px;
        height: 40px;
        right: 15px; }
        .service-section .card .box-3 .move:after {
          top: 12px; }
        .service-section .card .box-3 .move:hover {
          width: 37px;
          height: 37px; }
          .service-section .card .box-3 .move:hover:after {
            top: 10px; }
  .service-section .explore-btn {
    font-size: 13px;
    bottom: 20px; } }
.software-work .flex-1,
.software-work .flex-1,
.software-work .flex-2,
.software-work .flex-3 {
  margin-top: 20px; }
.software-work .soft-wrap .sf-title {
  font-size: 25px;
  font-weight: 600;
  color: #1d0706;
  display: block; }
.software-work .soft-wrap .soft-row {
  width: calc(100% + 10px);
  margin-left: -10px;
  margin-top: 20px; }
  .software-work .soft-wrap .soft-row .soft-card {
    height: 100%;
    border-radius: 10px;
    border: 1px solid #f3f1f1;
    margin: 0 10px;
    background: #fcfcfc;
    position: relative;
    padding: 25px; }
    .software-work .soft-wrap .soft-row .soft-card .card-header ul {
      display: flex;
      flex-direction: column; }
      .software-work .soft-wrap .soft-row .soft-card .card-header ul li {
        flex-basis: 100%;
        margin-bottom: 10px;
        font-weight: 400;
        padding-left: 30px;
        position: relative;
        color: #656565;
        display: none;
        transition: transform 0.5s ease; }
        .software-work .soft-wrap .soft-row .soft-card .card-header ul li:nth-child(-n + 2) {
          display: list-item; }
        .software-work .soft-wrap .soft-row .soft-card .card-header ul li:before {
          content: "";
          background: url(../images/home-images/listing.svg) no-repeat center;
          width: 20px;
          height: 20px;
          background-size: 100%;
          position: absolute;
          left: 0;
          top: 4px; }
    .software-work .soft-wrap .soft-row .soft-card .card-header.show-li {
      transition: transform 0.5s ease; }
      .software-work .soft-wrap .soft-row .soft-card .card-header.show-li ul li {
        display: block;
        transition: transform 0.5s ease; }
    .software-work .soft-wrap .soft-row .soft-card h3 {
      margin: 0 0 15px; }
    .software-work .soft-wrap .soft-row .soft-card .expandable-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-out;
      /* Smooth transition */ }
    .software-work .soft-wrap .soft-row .soft-card .see-more-btn {
      background-color: transparent;
      border: none;
      color: #016be3;
      cursor: pointer;
      margin-top: 20px;
      font-weight: 500;
      display: flex;
      text-align: right;
      position: relative;
      justify-content: right;
      align-items: center;
      padding-right: 32px;
      font-size: 0; }
      .software-work .soft-wrap .soft-row .soft-card .see-more-btn:before {
        content: "";
        width: 36px;
        height: 36px;
        background: url(../images/service-images/plus-icon.svg) 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: 0; }
      .software-work .soft-wrap .soft-row .soft-card .see-more-btn:hover:before {
        background: url(../images/service-images/plus-hover.svg) 0 0 no-repeat; }
      .software-work .soft-wrap .soft-row .soft-card .see-more-btn.expanded-btn:before {
        background: url(../images/service-images/minus-icon.svg) 0 0 no-repeat; }
      .software-work .soft-wrap .soft-row .soft-card .see-more-btn.expanded-btn:hover:before {
        background: url(../images/service-images/minus-icon-hover.svg) 0 0 no-repeat; }
    .software-work .soft-wrap .soft-row .soft-card:hover {
      border: 1px solid #0b147c;
      background: #ffffff; }

@media (max-width: 979px) {
  .software-work .flex-1,
  .software-work .flex-1,
  .software-work .flex-2,
  .software-work .flex-3 {
    flex-basis: 50%; }
  .software-work .soft-wrap .sf-title {
    font-size: 20px; }
  .software-work .soft-wrap .soft-row {
    width: 100%;
    margin-left: 0; }
    .software-work .soft-wrap .soft-row .soft-card {
      margin: 0 10px;
      padding: 20px; }
      .software-work .soft-wrap .soft-row .soft-card .card-header h3 {
        margin: 0 0 15px; } }
@media (max-width: 767px) {
  .software-work .flex-1,
  .software-work .flex-1,
  .software-work .flex-2,
  .software-work .flex-3 {
    flex-basis: 100%; }
  .software-work .soft-wrap .soft-row {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; }
    .software-work .soft-wrap .soft-row .soft-card {
      margin: 0; } }
.cta-section {
  background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
  padding: 30px 0 0; }
  .cta-section .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .cta-section .left-sec {
    flex-basis: 60%;
    padding: 40px 0 70px; }
    .cta-section .left-sec .top-section h2 {
      color: #ffffff; }
      .cta-section .left-sec .top-section h2 a {
        color: #ffffff; }
        .cta-section .left-sec .top-section h2 a:hover {
          opacity: 0.8; }
    .cta-section .left-sec .top-section p {
      color: #bdb7b7; }
      .cta-section .left-sec .top-section p a {
        color: #bdb7b7;
        text-decoration: underline; }
        .cta-section .left-sec .top-section p a:hover {
          text-decoration: none; }
    .cta-section .left-sec .top-section .btn-container {
      margin: 40px 0 0; }
    .cta-section .left-sec .top-section ul {
      display: flex;
      align-items: center;
      margin: 25px 0 0; }
      .cta-section .left-sec .top-section ul li {
        padding-left: 30px;
        color: #dcdcdc;
        position: relative;
        margin-right: 15px;
        font-weight: 400; }
        .cta-section .left-sec .top-section ul li:before {
          content: "";
          background: url(../images/home-images/tick-mark.svg) no-repeat center;
          width: 20px;
          height: 17px;
          background-size: 100%;
          position: absolute;
          left: 0;
          top: 5px; }
      .cta-section .left-sec .top-section ul a {
        color: #dcdcdc;
        text-decoration: underline; }
        .cta-section .left-sec .top-section ul a:hover {
          text-decoration: none; }
  .cta-section .right-sec {
    flex-basis: 35%; }
    .cta-section .right-sec img {
      display: block; }

@media (max-width: 1024px) {
  .cta-section .left-sec {
    flex-basis: 60%;
    padding: 40px 0 50px; }
    .cta-section .left-sec ul {
      flex-wrap: wrap; }
      .cta-section .left-sec ul li {
        width: 100%; }
  .cta-section .right-sec {
    flex-basis: 35%; } }
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0; }
    .cta-section .left-sec {
      flex-basis: 100%;
      padding: 0;
      text-align: center; }
      .cta-section .left-sec .top-section.text-left {
        text-align: center; }
      .cta-section .left-sec .top-section .btn-container {
        margin: 30px 0 0; }
      .cta-section .left-sec .top-section ul {
        display: flex;
        align-items: center;
        margin: 20px 0 0;
        justify-content: center; }
        .cta-section .left-sec .top-section ul li {
          padding-left: 23px;
          margin-right: 10px;
          margin-bottom: 5px;
          width: auto; }
          .cta-section .left-sec .top-section ul li:before {
            width: 20px;
            height: 20px; }
    .cta-section .right-sec {
      flex-basis: 100%;
      display: none; } }
.industries-slider-section {
  overflow: hidden;
  background: #F5F9FE; }
  .industries-slider-section .top-section {
    width: 60%;
    text-align: left;
    margin: initial; }
    .industries-slider-section .top-section.b-100 {
      text-align: left;
      margin: initial; }
  .industries-slider-section .industries-slider {
    position: relative;
    width: 100%; }
    .industries-slider-section .industries-slider .industry-card {
      position: relative;
      width: 16.66% !important;
      height: 360px !important;
      overflow: hidden;
      border-radius: 10px;
      background: linear-gradient(270deg, #0B147C 21.77%, #4B1BAC 100%);
      transition: transform 0.3s, box-shadow 0.3s;
      margin: 0 10px; }
      .industries-slider-section .industries-slider .industry-card .card-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 360px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: top 0.6s ease-in-out;
        z-index: 1; }
        .industry-card:hover .industries-slider-section .industries-slider .industry-card .card-bg {
          top: 0; }
        .industries-slider-section .industries-slider .industry-card .card-bg:before {
          content: "";
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(7, 0, 153, 0) 10.6%, #070099 63.21%);
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          transform: rotate(180deg); }
      .industries-slider-section .industries-slider .industry-card:hover .card-bg {
        top: 100%; }
        .industries-slider-section .industries-slider .industry-card:hover .card-bg:before {
          top: 0; }
      .industries-slider-section .industries-slider .industry-card .card-content {
        position: relative;
        z-index: 2;
        padding: 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        color: #ffffff;
        z-index: 2; }
        .industries-slider-section .industries-slider .industry-card .card-content h5 {
          font-size: 16px;
          margin-bottom: 15px;
          text-transform: uppercase;
          font-weight: 400; }
        .industries-slider-section .industries-slider .industry-card .card-content h4 {
          font-size: 18px;
          font-weight: 500;
          color: #ffffff;
          margin: 0 0 10px; }
        .industries-slider-section .industries-slider .industry-card .card-content p {
          color: rgba(255, 255, 255, 0.8); }
        .industries-slider-section .industries-slider .industry-card .card-content .expand {
          text-align: right;
          font-size: 18px;
          color: #ffffff;
          text-decoration: underline;
          right: 0;
          margin: 50px 0 0;
          position: absolute;
          text-decoration: underline; }
          .industries-slider-section .industries-slider .industry-card .card-content .expand:after {
            content: "";
            background: url(../images/home-images/white-arrow.svg) no-repeat center;
            width: 11px;
            display: inline-block;
            height: 11px;
            margin-left: 8px;
            vertical-align: middle;
            background-size: 100%;
            transition: all 0.3s ease-in-out; }
          .industries-slider-section .industries-slider .industry-card .card-content .expand:hover:after {
            margin-left: 15px; }
        .industries-slider-section .industries-slider .industry-card .card-content .hover-content {
          opacity: 0;
          transform: translateY(20px);
          transition: opacity 0.3s ease, transform 0.3s ease; }
          .industries-slider-section .industries-slider .industry-card .card-content .hover-content p {
            margin-bottom: 10px;
            font-weight: normal; }
      .industries-slider-section .industries-slider .industry-card:hover .card-content:before {
        transform: rotate(0deg); }
      .industries-slider-section .industries-slider .industry-card:hover .card-content .hover-content {
        opacity: 1;
        transform: translateY(0); }
      .industries-slider-section .industries-slider .industry-card:nth-child(2n) {
        background: #ffffff; }
        .industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-bg {
          top: auto;
          bottom: 0;
          height: 200px;
          left: 0;
          transition: left 0.6s ease-in-out; }
          .industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-bg:before {
            display: none; }
        .industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content h5 {
          color: #110302; }
        .industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content h4 {
          color: #110302; }
        .industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content p {
          color: #5e6373; }
        .industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content .expand {
          color: #110302; }
          .industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content .expand:after {
            background: url(../images/home-images/barrow.svg) no-repeat center;
            background-size: 100%; }
        .industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content .hover-content {
          transform: translateX(2%); }
        .industries-slider-section .industries-slider .industry-card:nth-child(2n):hover .card-bg {
          left: -100%; }
    .industries-slider-section .industries-slider .test-button {
      position: absolute;
      top: -105px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      right: 100px; }
      .industries-slider-section .industries-slider .test-button .glider-dots {
        align-items: center; }
        .industries-slider-section .industries-slider .test-button .glider-dots .glider-dot {
          display: inline-block;
          background: #05164d;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          margin: 0 2px;
          display: none; }
          .industries-slider-section .industries-slider .test-button .glider-dots .glider-dot.active {
            background: #05164d;
            width: 16px;
            height: 16px; }
      .industries-slider-section .industries-slider .test-button .test-prev,
      .industries-slider-section .industries-slider .test-button .test-next {
        background-color: transparent;
        border: 2px solid rgba(5, 22, 77, 0.7);
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 16px;
        background: url(../images/home-images/blue-arrow.svg) no-repeat center;
        width: 36px;
        height: 36px;
        top: auto;
        font-size: 0;
        right: 43px;
        opacity: 1;
        left: auto;
        transform: rotate(0);
        font-size: 0;
        position: absolute; }
        .industries-slider-section .industries-slider .test-button .test-prev:hover,
        .industries-slider-section .industries-slider .test-button .test-next:hover {
          background-color: #ffffff;
          border-color: #ffffff; }
        .industries-slider-section .industries-slider .test-button .test-prev.test-next,
        .industries-slider-section .industries-slider .test-button .test-next.test-next {
          background: url(../images/home-images/blue-arrow.svg) no-repeat center;
          right: 0;
          transform: rotate(180deg); }
          .industries-slider-section .industries-slider .test-button .test-prev.test-next:hover,
          .industries-slider-section .industries-slider .test-button .test-next.test-next:hover {
            background-color: #ffffff;
            border-color: #ffffff; }

/*Media Query Start From Here*/
@media (max-width: 1024px) {
  .industries-slider-section {
    padding-left: 20px;
    padding-right: 20px; }
    .industries-slider-section .top-section {
      width: 100%; }
      .industries-slider-section .top-section.b-100 {
        text-align: center;
        margin: initial; }
    .industries-slider-section .industries-slider .industry-card {
      width: calc(50% - 20px) !important;
      max-width: calc(50% - 20px);
      margin: 0 10px; }
      .industries-slider-section .industries-slider .industry-card:first-child {
        margin-left: 10px !important; }
      .industries-slider-section .industries-slider .industry-card .card-content h4 {
        line-height: 28px; }
      .industries-slider-section .industries-slider .industry-card .card-bg {
        height: 100%; }
    .industries-slider-section .industries-slider .test-button {
      top: -70px;
      right: 60px; } }
@media (max-width: 767px) {
  .industries-slider-section {
    padding-left: 20px;
    padding-right: 20px; }
    .industries-slider-section .industries-slider .industry-card {
      width: 100vw !important;
      max-width: 100vw;
      margin: 0 5px; }
      .industries-slider-section .industries-slider .industry-card:first-child {
        margin-left: 4px !important; }
      .industries-slider-section .industries-slider .industry-card .card-bg {
        height: 100%; }
      .industries-slider-section .industries-slider .industry-card .card-content {
        padding: 15px; }
        .industries-slider-section .industries-slider .industry-card .card-content h5 {
          font-size: 15px;
          margin-bottom: 10px; }
    .industries-slider-section .industries-slider .test-button {
      position: static;
      margin: 30px auto; } }
/*Media Query Ends Here*/
.glider {
  margin: 0 auto;
  position: relative;
  transform: translateZ(0);
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: hidden; }
  .glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
    display: none; }

.glider-contain {
  margin: 0 auto;
  position: relative;
  width: 100%; }

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1; }

.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: transparent;
  width: 12px;
  height: 12px;
  margin: 7px; }
  .glider-dot:focus {
    background: #F76600; }
  .glider-dot:hover {
    background: #F76600; }

.glider-prev,
.glider-next {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  position: absolute;
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #212121;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  width: 65px;
  height: 65px; }

.glider-next {
  right: 10px;
  background: url(../images/right-slide-btn.png) 0 0 no-repeat;
  background-size: 100%; }

.glider-prev {
  background: url(../images/left-slide-btn.png) 0 0 no-repeat;
  background-size: 100%; }

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }
  .glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px; }
  .glider-slide img {
    max-width: 100%; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .2;
  cursor: default; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0; }

.glider-dot.active {
  background: #fff; }

.day .glider-next {
  background-position: -53px 0; }
.day .glider-prev {
  background-position: -53px 0; }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }
.tabs-section {
  background: #f9fcff; }
  .tabs-section .tab-flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .tabs-section .tabs-container {
    flex-basis: 45%; }
    .tabs-section .tabs-container .tabs {
      list-style: none;
      padding: 0;
      margin: 40px 0 0;
      display: flex;
      background: #fff;
      box-shadow: 20px 30px 50px 0px #0000000d;
      border: 1px solid #dbdbdb;
      max-width: 500px;
      justify-content: space-between;
      padding: 15px;
      border-radius: 10px;
      gap: 20px; }
      .tabs-section .tabs-container .tabs .tab {
        border: none;
        padding: 10px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 10px;
        transition: background 0.3s;
        color: #110302;
        display: flex;
        flex-wrap: wrap; }
        .tabs-section .tabs-container .tabs .tab img {
          margin-right: 5px;
          vertical-align: middle; }
        .tabs-section .tabs-container .tabs .tab .normal {
          display: inline-block; }
        .tabs-section .tabs-container .tabs .tab .hover {
          display: none; }
        .tabs-section .tabs-container .tabs .tab.active, .tabs-section .tabs-container .tabs .tab:hover {
          background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
          color: #ffffff; }
          .tabs-section .tabs-container .tabs .tab.active .hover, .tabs-section .tabs-container .tabs .tab:hover .hover {
            display: inline-block; }
          .tabs-section .tabs-container .tabs .tab.active .normal, .tabs-section .tabs-container .tabs .tab:hover .normal {
            display: none; }
    .tabs-section .tabs-container .tab-content {
      margin: 60px 0 0; }
      .tabs-section .tabs-container .tab-content .content {
        display: none; }
        .tabs-section .tabs-container .tab-content .content h3 {
          margin: 10px 0; }
        .tabs-section .tabs-container .tab-content .content p {
          font-weight: 500; }
        .tabs-section .tabs-container .tab-content .content ul {
          margin: 40px 0 0;
          display: flex;
          flex-wrap: wrap; }
          .tabs-section .tabs-container .tab-content .content ul li {
            flex-basis: 48%;
            margin-bottom: 10px;
            font-weight: 400;
            padding-left: 30px;
            position: relative; }
            .tabs-section .tabs-container .tab-content .content ul li:before {
              content: "";
              background: url(../images/home-images/listing.svg) no-repeat center;
              width: 20px;
              height: 20px;
              background-size: 100%;
              position: absolute;
              left: 0;
              top: 4px; }
            .tabs-section .tabs-container .tab-content .content ul li a {
              color: #656565; }
              .tabs-section .tabs-container .tab-content .content ul li a:hover {
                text-decoration: underline; }
        .tabs-section .tabs-container .tab-content .content.active {
          display: block; }
  .tabs-section .image-container {
    flex-basis: 40%;
    text-align: right; }
    .tabs-section .image-container .tab-image {
      display: none;
      max-width: 100%;
      height: auto;
      border-radius: 8px; }
      .tabs-section .image-container .tab-image.active {
        display: block; }
  .tabs-section.techno-tabs {
    background: #ffffff; }
    .tabs-section.techno-tabs .tabs-container {
      flex-basis: 100%; }
      .tabs-section.techno-tabs .tabs-container .tabs {
        margin: 0;
        padding: 0;
        max-width: 100%;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
        border-bottom: 3px solid #dde5; }
        .tabs-section.techno-tabs .tabs-container .tabs .tab {
          border: none;
          padding: 10px;
          font-size: 18px;
          cursor: pointer;
          border-radius: 10px;
          transition: background 0.3s;
          color: #110302;
          display: flex;
          flex-wrap: wrap;
          position: relative;
          margin: 0 0 15px;
          align-items: center; }
          .tabs-section.techno-tabs .tabs-container .tabs .tab.active, .tabs-section.techno-tabs .tabs-container .tabs .tab:hover {
            background: #edf1ff;
            color: #05164d; }
            .tabs-section.techno-tabs .tabs-container .tabs .tab.active:after, .tabs-section.techno-tabs .tabs-container .tabs .tab:hover:after {
              content: "";
              background: #016be3;
              width: 100%;
              height: 3px;
              position: absolute;
              left: 0;
              bottom: -17px; }
      .tabs-section.techno-tabs .tabs-container .tab-content .content .dis-flex {
        justify-content: space-between; }
      .tabs-section.techno-tabs .tabs-container .tab-content .content .img-div {
        flex-basis: 40%; }
      .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div {
        flex-basis: 50%; }
        .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div h3 a {
          color: #110302; }
          .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div h3 a:hover {
            text-decoration: underline; }
        .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul {
          margin: 20px 0 0; }
          .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li {
            flex-basis: 100%; }
            .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li a {
              color: rgba(65, 65, 65, 0.9); }
              .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li a:hover {
                text-decoration: underline; }
            .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li:last-child {
              margin: 0; }
  .tabs-section.technologies-tabs {
    background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
    position: relative; }
    .tabs-section.technologies-tabs .container {
      position: relative;
      z-index: 9; }
    .tabs-section.technologies-tabs .top-section {
      text-align: left; }
      .tabs-section.technologies-tabs .top-section h2 {
        color: #ffffff; }
      .tabs-section.technologies-tabs .top-section p {
        color: #bdb7b7; }
    .tabs-section.technologies-tabs .tabs-container {
      flex-basis: 100%;
      display: flex;
      background: #fff;
      border-radius: 20px;
      flex-wrap: wrap; }
      .tabs-section.technologies-tabs .tabs-container .tabs {
        margin: 0;
        width: 50%;
        display: flex;
        max-width: 100%;
        justify-content: flex-start;
        gap: 10px;
        flex-direction: column;
        border: 0;
        background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
        padding: 50px;
        border-radius: 20px 0 0 20px; }
        .tabs-section.technologies-tabs .tabs-container .tabs .tab {
          color: #ffffff;
          padding: 18px; }
          .tabs-section.technologies-tabs .tabs-container .tabs .tab img {
            margin-right: 10px; }
          .tabs-section.technologies-tabs .tabs-container .tabs .tab.active {
            background: #ffffff;
            color: #05164d;
            position: relative; }
            .tabs-section.technologies-tabs .tabs-container .tabs .tab.active:after {
              content: "";
              position: absolute;
              top: 25px;
              right: 20px;
              background: url(../images/home-images/tab-arrow.svg) no-repeat center;
              background-size: 100%;
              width: 13px;
              height: 13px;
              font-size: 0;
              background-size: 100%; }
          .tabs-section.technologies-tabs .tabs-container .tabs .tab:hover {
            background: #ffffff;
            color: #05164d; }
    .tabs-section.technologies-tabs .tab-content {
      margin: 0;
      width: 50%;
      padding: 50px;
      border-radius: 0 20px 20px 0; }
      .tabs-section.technologies-tabs .tab-content .content-div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
        .tabs-section.technologies-tabs .tab-content .content-div .cont-col {
          flex-basis: 49%;
          display: flex;
          align-items: center;
          background: #edf5ff;
          border: 2px solid #edf5ff;
          border-radius: 10px;
          color: #05164d;
          padding: 15px;
          position: relative;
          overflow: hidden;
          min-height: 63px; }
          .tabs-section.technologies-tabs .tab-content .content-div .cont-col i {
            width: 36px;
            margin-right: 10px; }
            .tabs-section.technologies-tabs .tab-content .content-div .cont-col i img {
              width: 100%;
              vertical-align: middle; }
          .tabs-section.technologies-tabs .tab-content .content-div .cont-col a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            position: absolute;
            left: 0;
            top: 0;
            padding: 15px; }
            .tabs-section.technologies-tabs .tab-content .content-div .cont-col a:hover {
              border-color: #016be3;
              background: #fff; }
    .tabs-section.technologies-tabs:after {
      content: '';
      background: url(../images/home-images/tech-bg.png) no-repeat center;
      width: 100%;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .tabs-section.kpi-tabs .tabs-container .tabs {
    max-width: 80%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 20px 30px 50px 0px #0000000d;
    border: 1px solid #dbdbdb;
    padding: 15px;
    border-radius: 10px; }
    .tabs-section.kpi-tabs .tabs-container .tabs .tab {
      margin: 0; }
      .tabs-section.kpi-tabs .tabs-container .tabs .tab.active, .tabs-section.kpi-tabs .tabs-container .tabs .tab:hover {
        background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
        color: #fff; }
      .tabs-section.kpi-tabs .tabs-container .tabs .tab:after {
        display: none; }

@media (max-width: 1380px) {
  .tabs-section.techno-tabs .tabs-container .tabs {
    gap: 10px; }
    .tabs-section.techno-tabs .tabs-container .tabs .tab {
      font-size: 16px; } }
@media (max-width: 1320px) {
  .tabs-section .tabs-container {
    flex-basis: 50%; }
  .tabs-section.technologies-tabs .tab-content .content-div .cont-col {
    flex-basis: 48%;
    min-height: 60px; }
  .tabs-section.technologies-tabs:after {
    display: none; } }
@media (max-width: 1024px) {
  .tabs-section .tabs-container .tab-content .content ul {
    margin: 25px 0 0; }
    .tabs-section .tabs-container .tab-content .content ul li {
      flex-basis: 100%; }
  .tabs-section.techno-tabs .tabs-container .tabs .tab {
    font-size: 14px; }
  .tabs-section.technologies-tabs .tabs-container .tabs {
    padding: 20px; }
    .tabs-section.technologies-tabs .tabs-container .tabs .tab {
      padding: 14px;
      font-size: 15px; }
      .tabs-section.technologies-tabs .tabs-container .tabs .tab.active.after {
        top: 21px;
        right: 15px; }
  .tabs-section.technologies-tabs .tab-content {
    padding: 20px; }
    .tabs-section.technologies-tabs .tab-content .content-div .cont-col {
      flex-basis: 100%;
      min-height: 60px; }
  .tabs-section.technologies-tabs:after {
    display: none; }
  .tabs-section.kpi-tabs .tabs-container .tabs {
    max-width: 100%; } }
@media (max-width: 767px) {
  .tabs-section .tab-flex {
    flex-wrap: wrap; }
  .tabs-section .tabs-container {
    flex-basis: 100%; }
    .tabs-section .tabs-container .tabs {
      border-radius: 15px; }
      .tabs-section .tabs-container .tabs .tab {
        font-size: 16px; }
        .tabs-section .tabs-container .tabs .tab img {
          display: block;
          margin: 0 0 2px; }
    .tabs-section .tabs-container .tab-content {
      margin: 30px 0 0; }
      .tabs-section .tabs-container .tab-content .content h3 {
        margin: 10px 0; }
      .tabs-section .tabs-container .tab-content .content ul {
        margin: 20px 0 0; }
        .tabs-section .tabs-container .tab-content .content ul li {
          padding-left: 27px;
          position: relative; }
          .tabs-section .tabs-container .tab-content .content ul li:before {
            top: 3px;
            width: 18px;
            height: 18px; }
  .tabs-section .image-container {
    flex-basis: 100%;
    text-align: center;
    display: none; }
  .tabs-section.techno-tabs .tabs-container {
    flex-basis: 100%; }
    .tabs-section.techno-tabs .tabs-container .tabs {
      flex-wrap: wrap;
      border-bottom: 3px solid #dde5;
      margin: 0;
      justify-content: space-between; }
      .tabs-section.techno-tabs .tabs-container .tabs .tab {
        font-size: 15px;
        flex-basis: 47%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0;
        text-align: center; }
        .tabs-section.techno-tabs .tabs-container .tabs .tab.active:after, .tabs-section.techno-tabs .tabs-container .tabs .tab:hover:after {
          bottom: 0; }
    .tabs-section.techno-tabs .tabs-container .tab-content .content .dis-flex {
      justify-content: space-between;
      flex-wrap: wrap; }
    .tabs-section.techno-tabs .tabs-container .tab-content .content .img-div {
      flex-basis: 100%; }
    .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div {
      flex-basis: 100%;
      margin: 10px 0 0; }
      .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul {
        margin: 20px 0 0; }
        .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li {
          flex-basis: 100%; }
          .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li:last-child {
            margin: 0; }
  .tabs-section.technologies-tabs {
    position: relative; }
    .tabs-section.technologies-tabs .top-section {
      text-align: center; }
    .tabs-section.technologies-tabs .tabs-container {
      border-radius: 15px; }
      .tabs-section.technologies-tabs .tabs-container .tabs {
        padding: 20px;
        border-radius: 15px 15px 0 0;
        width: 100%; }
        .tabs-section.technologies-tabs .tabs-container .tabs .tab {
          padding: 12px; }
          .tabs-section.technologies-tabs .tabs-container .tabs .tab.active:after {
            top: 20px; }
    .tabs-section.technologies-tabs .tab-content {
      width: 100%;
      padding: 30px;
      border-radius: 0 0 15px 15px;
      margin: 0; }
      .tabs-section.technologies-tabs .tab-content .content-div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
        .tabs-section.technologies-tabs .tab-content .content-div .cont-col {
          flex-basis: 100%;
          min-height: 60px; }
    .tabs-section.technologies-tabs:after {
      display: none; }
  .tabs-section.kpi-tabs .tabs-container .tabs {
    max-width: 100%; }
  .tabs-section.kpi-tabs .tabs-container .tab-content .content .img-div {
    margin: 30px 0 0; } }
.software-costing {
  background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
  position: relative; }
  .software-costing .container {
    position: relative;
    z-index: 99; }
  .software-costing .top-section {
    text-align: left; }
    .software-costing .top-section h2 {
      color: #ffffff; }
    .software-costing .top-section p {
      color: #bdb7b7; }
  .software-costing .costing-outer .col-box {
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap; }
    .software-costing .costing-outer .col-box .cost-card {
      width: 100%;
      overflow: hidden;
      transition: transform 0.3s ease, background-color 0.3s ease;
      height: 100%;
      border-radius: 10px;
      border: 1.5px solid #ececec;
      background: #fff;
      position: relative;
      padding: 25px;
      box-shadow: 0 4px 40px 0 rgba(237, 246, 255, 0.3);
      overflow: hidden;
      transition: transform 0.3s ease, background-color 0.3s ease; }
      .software-costing .costing-outer .col-box .cost-card:after {
        content: "";
        width: 215px;
        height: 276px;
        background: url(../images/btn-shape.png) 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0; }
      .software-costing .costing-outer .col-box .cost-card h3 {
        margin: 0 0 10px; }
      .software-costing .costing-outer .col-box .cost-card p {
        line-height: 24px; }
      .software-costing .costing-outer .col-box .cost-card .normal-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: opacity 0.3s ease;
        padding: 20px; }
        .software-costing .costing-outer .col-box .cost-card .normal-content .soft-img {
          margin: 0 0 20px;
          display: block; }
      .software-costing .costing-outer .col-box .cost-card .hover-content {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99; }
        .software-costing .costing-outer .col-box .cost-card .hover-content .btn-container {
          margin: 10px; }
      .software-costing .costing-outer .col-box .cost-card:hover {
        transform: translateY(-10px); }
        .software-costing .costing-outer .col-box .cost-card:hover .hover-content {
          display: flex;
          transition: opacity 0.3s ease;
          display: none; }
          .software-costing .costing-outer .col-box .cost-card:hover .hover-content.bg-royal-linear {
            display: flex;
            transition: opacity 0.3s ease; }
        .software-costing .costing-outer .col-box .cost-card:hover:after {
          opacity: 1; }
        .software-costing .costing-outer .col-box .cost-card:hover .normal-content {
          opacity: 1;
          transition: opacity 0.3s ease; }
      .software-costing .costing-outer .col-box .cost-card.no-hover.hover .hover-content {
        display: none; }
  .software-costing:after {
    content: "";
    background: url(../images/home-images/tech-bg.png) no-repeat center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover; }

.development-phase .col-box-outer {
  justify-content: center; }
.development-phase .flex-5 {
  flex-basis: 18%;
  padding-right: 30px;
  position: relative; }
  .development-phase .flex-5 .box {
    padding: 10px 10px 50px;
    border-radius: 35px;
    border: 1.963px solid rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative; }
    .development-phase .flex-5 .box:before {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      top: -30px;
      background: url(../images/yellow-shape.png) no-repeat;
      width: 37px;
      height: 37px; }
    .development-phase .flex-5 .box h4 {
      padding: 20px 10px;
      border-radius: 20px;
      background: #ffffff; }
    .development-phase .flex-5 .box h3 {
      padding: 20px 10px;
      border-radius: 20px;
      background: #e3f0ff;
      color: #212121;
      font-size: 18px;
      line-height: 1.5;
      min-height: 87px;
      justify-content: center;
      align-items: center;
      display: flex; }
    .development-phase .flex-5 .box p {
      font-size: 14px;
      line-height: 160%;
      margin: 15px 0 0;
      font-weight: normal; }
      .development-phase .flex-5 .box p a {
        display: inline; }
        .development-phase .flex-5 .box p a:hover {
          text-decoration: underline; }
    .development-phase .flex-5 .box:hover {
      border: 1px solid #016BE3; }
  .development-phase .flex-5:nth-child(6n) {
    padding-right: 0; }
  .development-phase .flex-5:before {
    content: "";
    position: absolute;
    left: 133px;
    top: -46px;
    background: url(../images/dash-shape.png) no-repeat;
    width: 290px;
    height: 52px;
    background-size: 100%; }
  .development-phase .flex-5:last-child:before {
    display: none; }

@media only screen and (max-width: 1900px) {
  .development-phase .flex-5:before {
    left: 105px;
    top: -52px; } }
@media only screen and (max-width: 1700px) {
  .development-phase .flex-5:before {
    left: 113px;
    width: 226px;
    top: -46px; } }
@media only screen and (max-width: 1440px) {
  .development-phase .flex-5 {
    padding-right: 15px; }
    .development-phase .flex-5 .box h4 {
      font-size: 16px; }
    .development-phase .flex-5:before {
      width: 204px; } }
@media only screen and (max-width: 1320px) {
  .development-phase .flex-5 {
    padding-right: 15px; }
    .development-phase .flex-5 .box h4 {
      font-size: 16px;
      padding: 15px 8px; }
      .development-phase .flex-5 .box h4 br {
        display: none; }
    .development-phase .flex-5:before {
      width: 183px;
      left: 80px; } }
@media only screen and (max-width: 1024px) {
  .development-phase .flex-5 {
    flex-basis: 33.33%;
    padding-bottom: 30px; }
    .development-phase .flex-5 .box {
      padding: 10px 10px 30px; }
      .development-phase .flex-5 .box h3 {
        min-height: initial;
        font-size: 17px; }
    .development-phase .flex-5:nth-child(3n) {
      padding-right: 0; }
    .development-phase .flex-5:nth-child(6n) {
      padding-right: 0; }
    .development-phase .flex-5:before {
      display: none; } }
@media only screen and (max-width: 767px) {
  .development-phase .flex-5 {
    flex-basis: 100%;
    padding-right: 0;
    padding-bottom: 30px; }
    .development-phase .flex-5:nth-child(3n) {
      padding-right: 0; }
    .development-phase .flex-5:nth-child(6n) {
      padding-right: 0; }
    .development-phase .flex-5:before {
      display: none; } }
.methodologies-section {
  background: linear-gradient(90deg, #05164D 0%, #0C33B3 100%); }
  .methodologies-section .top-section h2 {
    color: #ffffff; }
  .methodologies-section .top-section p {
    color: #bdb7b7; }
  .methodologies-section .method-out {
    justify-content: space-between;
    position: relative; }
    .methodologies-section .method-out .flex-4 {
      padding: 0 10px;
      flex-basis: 25%; }
      .methodologies-section .method-out .flex-4 .box-4 {
        height: 100%;
        border-radius: 20px;
        padding: 25px;
        transition: all 0.3s ease-in-out;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 320px;
        display: flex;
        align-items: end;
        cursor: pointer; }
        .methodologies-section .method-out .flex-4 .box-4 h3 {
          color: #ffffff;
          font-size: 20px;
          line-height: 30px;
          position: relative; }
          .methodologies-section .method-out .flex-4 .box-4 h3 a {
            color: #ffffff;
            position: relative; }
        .methodologies-section .method-out .flex-4 .box-4 .overlay-text {
          min-height: 200px;
          width: 90%;
          opacity: 0;
          transition: 0.5sease;
          border-radius: 15px;
          background-color: #fff;
          box-shadow: 0px 4px 50px 0px #0000000d;
          padding: 20px;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: 20px; }
          .methodologies-section .method-out .flex-4 .box-4 .overlay-text h3 {
            color: #110302;
            margin: 0 0 10px; }
          .methodologies-section .method-out .flex-4 .box-4 .overlay-text p {
            font-weight: 400; }
          .methodologies-section .method-out .flex-4 .box-4 .overlay-text .no-more {
            padding: 14px 30px;
            font-size: 18px;
            color: #ffffff;
            cursor: pointer;
            text-align: center;
            background: #000;
            display: block;
            margin: 30px 0 0;
            border-radius: 30px;
            font-weight: 500; }
            .methodologies-section .method-out .flex-4 .box-4 .overlay-text .no-more:hover {
              background: #000; }
        .methodologies-section .method-out .flex-4 .box-4:hover .overlay-text {
          opacity: 1; }

/*Media Query Start From Here*/
@media (max-width: 1024px) {
  .methodologies-section .method-out .flex-4 {
    flex-basis: 50%;
    margin: 0 0 20px; } }
@media (max-width: 767px) {
  .methodologies-section .method-out .flex-4 {
    flex-basis: 100%; } }
/*Media Query Ends Here*/
.latest-insight {
  background: #F9FCFF;
  text-align: left; }
  .latest-insight .top-section {
    text-align: left; }
  .latest-insight .text-right .is-arrow {
    text-align: right; }
  .latest-insight .insight-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .latest-insight .insight-row .card {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      background: transparent;
      transition: transform 0.3s ease; }
      .latest-insight .insight-row .card:hover {
        transform: translateY(-5px); }
    .latest-insight .insight-row .card-image {
      position: relative;
      width: 100%;
      height: 220px; }
      .latest-insight .insight-row .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .latest-insight .insight-row .card-image .category {
        position: absolute;
        top: 20px;
        left: 20px;
        background: rgba(0, 0, 0, 0.6);
        line-height: initial;
        color: #fff;
        padding: 4px 10px;
        font-weight: 500;
        border-radius: 5px;
        font-size: 12px; }
    .latest-insight .insight-row .card-content {
      margin: 20px 0 0; }
      .latest-insight .insight-row .card-content h3 {
        font-size: 20px;
        line-height: 34px; }
        .latest-insight .insight-row .card-content h3 a {
          color: #110302; }
          .latest-insight .insight-row .card-content h3 a:hover {
            text-decoration: underline; }
    .latest-insight .insight-row .author {
      display: flex;
      align-items: center;
      gap: 12px; }
      .latest-insight .insight-row .author img {
        width: 40px;
        height: 40px;
        border-radius: 50%; }
      .latest-insight .insight-row .author span {
        color: #5e6373;
        font-size: 14px;
        opacity: 0.9; }

@media (max-width: 1024px) {
  .latest-insight .insight-row .card-content h3 {
    font-size: 20px;
    line-height: 32px; } }
@media (max-width: 767px) {
  .latest-insight .top-section.b-100 {
    text-align: center; }
  .latest-insight .text-right .is-arrow {
    text-align: center; }
  .latest-insight .insight-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px; } }
.success-slider-section {
  overflow: hidden;
  background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%); }
  .success-slider-section .top-section h2 {
    color: #ffffff; }
  .success-slider-section .top-section p {
    color: #bdb7b7; }
  .success-slider-section .success-slider {
    position: relative;
    width: 100%; }
    .success-slider-section .success-slider .glider {
      display: flex;
      width: 100%;
      overflow: hidden; }
    .success-slider-section .success-slider .glider-slide {
      flex: 0 0 67%;
      transition: all 0.3s ease; }
      .success-slider-section .success-slider .glider-slide:nth-child(2n) {
        flex: 0 0 30%;
        opacity: 1; }
    .success-slider-section .success-slider .industry-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin: 0 10px;
      width: 100% !important; }
      .success-slider-section .success-slider .industry-card .card-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 460px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: top 0.6s ease-in-out;
        z-index: 1;
        border-radius: 10px; }
        .success-slider-section .success-slider .industry-card .card-bg .category {
          position: absolute;
          top: 30px;
          left: 30px;
          background: rgba(255, 255, 255, 0.1);
          line-height: initial;
          color: #fff;
          padding: 4px 10px;
          font-weight: 500;
          border-radius: 5px;
          font-size: 12px;
          text-transform: uppercase; }
        .success-slider-section .success-slider .industry-card .card-bg .move {
          width: 31px;
          height: 36px;
          border: 2px solid #ffffff;
          border-radius: 14px;
          position: absolute;
          bottom: 30px;
          right: 30px;
          transition: all 0.3s ease-in-out; }
          .success-slider-section .success-slider .industry-card .card-bg .move:after {
            content: "";
            background: url(../images/home-images/move.svg) no-repeat;
            position: absolute;
            right: 0;
            left: 0;
            margin: 0 auto;
            top: 10px;
            background-size: 100%;
            width: 10px;
            height: 10px;
            transform: rotate(-8deg);
            transition: all 0.3s ease-in-out; }
          .success-slider-section .success-slider .industry-card .card-bg .move:hover {
            width: 31px;
            height: 31px;
            border-radius: 14px; }
            .success-slider-section .success-slider .industry-card .card-bg .move:hover:after {
              transform: rotate(0deg);
              top: 8px; }
      .success-slider-section .success-slider .industry-card .card-content {
        position: relative;
        z-index: 2;
        padding: 30px;
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        color: #ffffff;
        z-index: 2; }
        .success-slider-section .success-slider .industry-card .card-content h5 {
          font-size: 16px;
          margin-bottom: 15px;
          text-transform: uppercase;
          font-weight: 400; }
        .success-slider-section .success-slider .industry-card .card-content h4 {
          font-size: 24px;
          color: #ffffff;
          margin: 0 0 15px; }
          .success-slider-section .success-slider .industry-card .card-content h4 a {
            color: #ffffff; }
            .success-slider-section .success-slider .industry-card .card-content h4 a:hover {
              text-decoration: underline; }
        .success-slider-section .success-slider .industry-card .card-content p {
          color: #e0e0e0;
          font-weight: 400; }
        .success-slider-section .success-slider .industry-card .card-content .expand {
          text-align: right;
          font-size: 18px;
          color: #ffffff;
          text-decoration: underline;
          right: 0;
          margin: 50px 0 0;
          position: absolute;
          text-decoration: underline; }
          .success-slider-section .success-slider .industry-card .card-content .expand:after {
            content: "";
            background: url(../images/home-images/white-arrow.svg) no-repeat center;
            width: 11px;
            display: inline-block;
            height: 11px;
            margin-left: 8px;
            vertical-align: middle;
            background-size: 100%;
            transition: all 0.3s ease-in-out; }
          .success-slider-section .success-slider .industry-card .card-content .expand:hover:after {
            margin-left: 15px; }
      .success-slider-section .success-slider .industry-card:nth-child(2n) .card-bg {
        position: relative;
        height: 294px; }
      .success-slider-section .success-slider .industry-card:nth-child(2n) .card-content {
        margin: 25px 0 0;
        padding: 0;
        width: 70%;
        height: initial; }
        .success-slider-section .success-slider .industry-card:nth-child(2n) .card-content p {
          color: #fff; }
    .success-slider-section .success-slider .test-button {
      position: absolute;
      bottom: 55px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      right: 0; }
      .success-slider-section .success-slider .test-button .glider-dots {
        align-items: center; }
        .success-slider-section .success-slider .test-button .glider-dots .glider-dot {
          display: inline-block;
          background: #05164d;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          margin: 0 2px;
          display: none; }
          .success-slider-section .success-slider .test-button .glider-dots .glider-dot.active {
            background: #05164d;
            width: 16px;
            height: 16px; }
      .success-slider-section .success-slider .test-button .test-prev,
      .success-slider-section .success-slider .test-button .test-next {
        background-color: transparent;
        border: 2px solid #ffffff80;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 16px;
        background: url(../images/home-images/white-arrowsd.svg) no-repeat center;
        width: 36px;
        height: 36px;
        top: auto;
        font-size: 0;
        right: 43px;
        opacity: 1;
        left: auto;
        transform: rotate(0);
        font-size: 0;
        position: absolute; }
        .success-slider-section .success-slider .test-button .test-prev:hover,
        .success-slider-section .success-slider .test-button .test-next:hover {
          background: url(../images/home-images/blue-arrow.svg) no-repeat center;
          background-color: #ffffff;
          border-color: #ffffff; }
        .success-slider-section .success-slider .test-button .test-prev.test-next,
        .success-slider-section .success-slider .test-button .test-next.test-next {
          background: url(../images/home-images/white-arrowsd.svg) no-repeat center;
          right: 0;
          transform: rotate(180deg); }
          .success-slider-section .success-slider .test-button .test-prev.test-next:hover,
          .success-slider-section .success-slider .test-button .test-next.test-next:hover {
            background: url(../images/home-images/blue-arrow.svg) no-repeat center;
            background-color: #ffffff; }

.glider-slide {
  opacity: 1 !important; }

.card-content {
  transition: transform 0.5s ease-out, opacity 0.5s ease-out; }

/*Media Query Start From Here*/
@media (max-width: 1024px) {
  .success-slider-section .success-slider .glider-slide {
    flex: 0 0 100%;
    flex: 100%;
    width: 100%; }
    .success-slider-section .success-slider .glider-slide:nth-child(2n) {
      flex: 0 0 100%;
      flex: 100%;
      width: 100%; }
  .success-slider-section .success-slider .industry-card {
    flex: 0 0 100%;
    flex: 100%;
    width: 100vw !important;
    max-width: 100vw;
    margin: 0 5px; }
    .success-slider-section .success-slider .industry-card .card-bg {
      height: 400px; }
      .success-slider-section .success-slider .industry-card .card-bg .category {
        top: 20px;
        left: 20px; }
      .success-slider-section .success-slider .industry-card .card-bg .move {
        bottom: 40px;
        right: 15px; }
    .success-slider-section .success-slider .industry-card .card-content {
      padding: 20px;
      width: 90%; }
      .success-slider-section .success-slider .industry-card .card-content h5 {
        font-size: 16px;
        margin-bottom: 15px; }
      .success-slider-section .success-slider .industry-card .card-content h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px; }
    .success-slider-section .success-slider .industry-card:nth-child(2n) .card-content {
      margin: 15px 0 0;
      padding: 0;
      width: 100%; }
  .success-slider-section .success-slider .test-button {
    margin: 20px 0 0;
    position: static;
    padding: 0 0 30px; } }
@media (max-width: 767px) {
  .success-slider-section .success-slider .industry-card {
    flex: 0 0 100%;
    flex: 100%;
    width: 100vw !important;
    max-width: 100vw; }
    .success-slider-section .success-slider .industry-card .card-bg {
      height: 400px; }
      .success-slider-section .success-slider .industry-card .card-bg .category {
        top: 20px;
        left: 20px; }
      .success-slider-section .success-slider .industry-card .card-bg .move {
        bottom: 40px; }
    .success-slider-section .success-slider .industry-card .card-content {
      padding: 20px;
      width: 90%; }
      .success-slider-section .success-slider .industry-card .card-content h5 {
        font-size: 16px;
        margin-bottom: 15px; }
      .success-slider-section .success-slider .industry-card .card-content h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px; }
    .success-slider-section .success-slider .industry-card:nth-child(2n) .card-content {
      margin: 15px 0 0;
      padding: 0;
      width: 100%; }
  .success-slider-section .success-slider .test-button {
    margin: 20px 0 0;
    position: static;
    padding: 0 0 30px; } }
/*Media Query Ends Here*/
.client-testimonial {
  background: #f4f4f4; }
  .client-testimonial .client-out {
    position: relative; }
    .client-testimonial .client-out .test-row {
      display: flex;
      gap: 30px; }
      .client-testimonial .client-out .test-row .vid-wrap {
        width: 33.33%;
        background: #ffffff;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex-wrap: wrap;
        background: #ffffff;
        border-radius: 5px; }
        .client-testimonial .client-out .test-row .vid-wrap .client-videos {
          flex-basis: 100%;
          position: relative; }
          .client-testimonial .client-out .test-row .vid-wrap .client-videos .client-video-box {
            position: relative;
            height: 220px; }
          .client-testimonial .client-out .test-row .vid-wrap .client-videos img {
            display: block;
            height: 100%;
            width: revert-layer;
            object-fit: fill;
            -o-object-fit: cover;
            font-family: "object-fit: cover;";
            object-position: center;
            margin: 0;
            border-radius: 5px; }
          .client-testimonial .client-out .test-row .vid-wrap .client-videos iframe {
            vertical-align: bottom;
            background-color: #656565;
            width: 100%;
            border: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 999; }
          .client-testimonial .client-out .test-row .vid-wrap .client-videos .frame-mask {
            display: block;
            height: 100%;
            width: 100%;
            position: relative; }
            .client-testimonial .client-out .test-row .vid-wrap .client-videos .frame-mask img {
              display: block;
              height: 100%;
              width: 100%; }
            .client-testimonial .client-out .test-row .vid-wrap .client-videos .frame-mask .playBtn {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              margin: 0 auto;
              width: 100%;
              z-index: 9;
              height: 100%;
              cursor: pointer; }
            .client-testimonial .client-out .test-row .vid-wrap .client-videos .frame-mask .playsc {
              position: absolute;
              top: 35%;
              left: 0;
              right: 0;
              width: 58px;
              height: 58px;
              border-radius: 50%;
              margin: 0 auto;
              transition: 0.4s ease-in-out; }
              .client-testimonial .client-out .test-row .vid-wrap .client-videos .frame-mask .playsc::before {
                content: "";
                position: absolute;
                top: -11px;
                left: -10px;
                width: 78px;
                height: 78px;
                border-radius: 50%;
                background: #016be3;
                opacity: 0.5;
                transition: 0.4s ease-in-out; }
              .client-testimonial .client-out .test-row .vid-wrap .client-videos .frame-mask .playsc .playicon {
                width: 100%;
                height: 100%;
                background: url(../images/playicon.svg) center center/contain no-repeat;
                position: absolute;
                top: 0;
                left: 0;
                cursor: pointer;
                z-index: 1;
                transition: 0.4s ease-in-out; }
              .client-testimonial .client-out .test-row .vid-wrap .client-videos .frame-mask .playsc:hover .playicon {
                top: 10px;
                transition: 0.4s ease-in-out; }
              .client-testimonial .client-out .test-row .vid-wrap .client-videos .frame-mask .playsc:hover:before {
                width: 85px;
                height: 85px;
                left: -13px;
                top: -5px;
                transition: 0.4s ease-in-out; }
        .client-testimonial .client-out .test-row .vid-wrap .content-box {
          flex-basis: 100%;
          position: relative;
          padding: 25px; }
          .client-testimonial .client-out .test-row .vid-wrap .content-box p {
            margin: 40px 0 15px;
            line-height: 160%; }
          .client-testimonial .client-out .test-row .vid-wrap .content-box h5 {
            margin: 30px 0 10px;
            color: #3f3f3f;
            font-weight: 600;
            font-size: 20px;
            line-height: 1; }
          .client-testimonial .client-out .test-row .vid-wrap .content-box span {
            font-size: 16px;
            font-weight: 300;
            display: block;
            margin: 0 0 10px; }
          .client-testimonial .client-out .test-row .vid-wrap .content-box .star-image {
            width: 96px;
            height: 17px;
            background: url(../images/star-image.png) center center no-repeat;
            background-size: 100%; }
          .client-testimonial .client-out .test-row .vid-wrap .content-box::before {
            content: "";
            display: block;
            width: 40px;
            height: 32px;
            background: url(../images/home-images/dble-quote.svg) center center no-repeat;
            border-radius: 50%;
            position: absolute;
            top: 20px;
            left: 30px; }
  .client-testimonial .popup-section .popup-wrapper .popup-content {
    max-width: 800px;
    width: 100%;
    padding: 0; }
    .client-testimonial .popup-section .popup-wrapper .popup-content iframe {
      width: 100%;
      height: 480px; }
    .client-testimonial .popup-section .popup-wrapper .popup-content .closeicon {
      cursor: pointer;
      position: absolute;
      right: -7px;
      top: -10px;
      background: #fff;
      width: 30px;
      height: 29px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9; }

@media (max-width: 1280px) {
  .client-testimonial .client-out .test-row {
    gap: 20px; }
    .client-testimonial .client-out .test-row .vid-wrap .content-box {
      padding: 20px; }
      .client-testimonial .client-out .test-row .vid-wrap .content-box p {
        font-size: 14px; }
      .client-testimonial .client-out .test-row .vid-wrap .content-box span {
        font-size: 14px; }
      .client-testimonial .client-out .test-row .vid-wrap .content-box h5 {
        margin: 10px 0 10px; }
      .client-testimonial .client-out .test-row .vid-wrap .content-box:before {
        left: 20px; } }
@media (max-width: 1024px) {
  .client-testimonial .client-out .test-row .vid-wrap .client-videos .client-video-box {
    height: 170px; }
  .client-testimonial .popup-section .popup-wrapper .popup-content {
    max-width: 800px;
    width: 100%;
    padding: 0; }
    .client-testimonial .popup-section .popup-wrapper .popup-content iframe {
      width: 100%;
      height: 480px; }
    .client-testimonial .popup-section .popup-wrapper .popup-content .closeicon {
      cursor: pointer;
      position: absolute;
      right: -7px;
      top: -10px;
      background: #fff;
      width: 30px;
      height: 29px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center; } }
@media (max-width: 979px) {
  .client-testimonial .popup-section .popup-wrapper .popup-content {
    max-width: 90%;
    width: 100%;
    padding: 0; }
    .client-testimonial .popup-section .popup-wrapper .popup-content iframe {
      width: 100%;
      height: 480px; }
    .client-testimonial .popup-section .popup-wrapper .popup-content .closeicon {
      cursor: pointer;
      position: absolute;
      right: -7px;
      top: -10px;
      background: #fff;
      width: 30px;
      height: 29px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center; } }
@media (max-width: 767px) {
  .client-testimonial .client-out .test-row {
    flex-wrap: wrap; }
    .client-testimonial .client-out .test-row .vid-wrap {
      width: 100%; } }
.faq-section .faq-outer {
  max-width: 970px;
  margin: 0 auto; }
  .faq-section .faq-outer .faq-accordion-item-outer {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 0 20px; }
    .faq-section .faq-outer .faq-accordion-item-outer.active {
      border-bottom: 2px solid #016be3; }
      .faq-section .faq-outer .faq-accordion-item-outer.active .faq-accordion-content {
        display: block; }
      .faq-section .faq-outer .faq-accordion-item-outer.active .open-icon {
        display: none; }
      .faq-section .faq-outer .faq-accordion-item-outer.active .faq-accordion-toggle::after {
        display: none; }
    .faq-section .faq-outer .faq-accordion-item-outer:nth-child(1) .faq-accordion-toggle {
      border-top: 0; }
  .faq-section .faq-outer .faq-accordion-toggle {
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 20px 20px 20px 0;
    position: relative;
    font-weight: 600;
    color: #110302;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    font-size: 20px;
    line-height: 32px; }
    .faq-section .faq-outer .faq-accordion-toggle a {
      display: contents; }
    .faq-section .faq-outer .faq-accordion-toggle::before {
      content: "";
      clear: both;
      display: block;
      background: #016be3;
      height: 3px;
      width: 18px;
      border-radius: 3px;
      position: absolute;
      right: 0; }
    .faq-section .faq-outer .faq-accordion-toggle::after {
      content: "";
      clear: both;
      display: block;
      background: #016be3;
      height: 18px;
      width: 3px;
      border-radius: 3px;
      position: absolute;
      right: 7px; }
  .faq-section .faq-outer .faq-accordion-content {
    display: none;
    padding: 20px 0; }
    .faq-section .faq-outer .faq-accordion-content p {
      margin: 0 0 10px;
      font-weight: 400;
      color: #5e6373; }
    .faq-section .faq-outer .faq-accordion-content ul,
    .faq-section .faq-outer .faq-accordion-content ol {
      margin: 20px 0 0;
      padding-left: 0; }
      .faq-section .faq-outer .faq-accordion-content ul li,
      .faq-section .faq-outer .faq-accordion-content ol li {
        margin: 10px 0 0;
        position: relative;
        padding-left: 18px; }
        .faq-section .faq-outer .faq-accordion-content ul li:before,
        .faq-section .faq-outer .faq-accordion-content ol li:before {
          content: "";
          width: 8px;
          height: 8px;
          background-color: #016be3;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 8px; }
  .faq-section .faq-outer .no-list-type ul {
    list-style-type: none;
    padding-left: 0; }

@media only screen and (max-width: 767px) {
  .faq-section .faq-outer .faq-accordion-content p {
    font-size: 14px;
    margin-top: 10px; }
  .faq-section .faq-outer .faq-accordion-toggle {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 30px 15px 0; }
    .faq-section .faq-outer .faq-accordion-toggle::before {
      height: 2px;
      width: 12px; }
    .faq-section .faq-outer .faq-accordion-toggle::after {
      height: 12px;
      width: 2px;
      right: 5px; } }
.footer-form-section {
  position: relative;
  background: #ffffff; }
  .footer-form-section ::placeholder {
    color: rgba(50, 50, 50, 0.5); }
  .footer-form-section:before {
    content: '';
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
    height: 100%; }
  .footer-form-section .left-box {
    flex-basis: 35%;
    position: relative;
    z-index: 1; }
    .footer-form-section .left-box .soc-box {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      font-weight: 500; }
      .footer-form-section .left-box .soc-box a {
        display: flex;
        align-items: center;
        padding-left: 20px;
        position: relative;
        color: rgba(255, 255, 255, 0.8);
        line-height: initial; }
        .footer-form-section .left-box .soc-box a:before {
          content: "";
          width: 1px;
          height: 25px;
          position: absolute;
          left: 9px;
          top: -2px;
          background: rgba(65, 65, 65, 0.3); }
        .footer-form-section .left-box .soc-box a:hover {
          color: #ffffff; }
        .footer-form-section .left-box .soc-box a:first-child {
          padding: 0; }
          .footer-form-section .left-box .soc-box a:first-child:before {
            display: none; }
        .footer-form-section .left-box .soc-box a i {
          margin-right: 10px; }
          .footer-form-section .left-box .soc-box a i img {
            vertical-align: middle; }
        .footer-form-section .left-box .soc-box a:before {
          content: "";
          width: 1px;
          height: 25px;
          position: absolute;
          left: 9px;
          top: -2px;
          background: rgba(65, 65, 65, 0.3); }
        .footer-form-section .left-box .soc-box a span {
          position: relative; }
          .footer-form-section .left-box .soc-box a span:after {
            content: "";
            width: 100%;
            height: 2px;
            background: url(../images/home-images/soc-border.svg) 0 0 no-repeat;
            position: absolute;
            bottom: -1px;
            left: 0;
            opacity: 1 !important; }
    .footer-form-section .left-box .award-box {
      width: 100%;
      padding: 30px 0 0; }
      .footer-form-section .left-box .award-box p {
        color: #ffffff;
        font-weight: 500;
        font-size: 18px; }
        .footer-form-section .left-box .award-box p strong {
          font-weight: 700; }
        .footer-form-section .left-box .award-box p a {
          color: #ffffff;
          text-decoration: underline; }
      .footer-form-section .left-box .award-box .row-box .col-box {
        margin: 30px 0 0;
        align-items: self-start; }
        .footer-form-section .left-box .award-box .row-box .col-box .icon {
          flex-basis: 50px; }
        .footer-form-section .left-box .award-box .row-box .col-box .desp {
          flex-basis: 85%;
          padding-left: 0; }
          .footer-form-section .left-box .award-box .row-box .col-box .desp h4 {
            color: #E0E0E0;
            font-weight: 500; }
          .footer-form-section .left-box .award-box .row-box .col-box .desp p {
            font-size: 14px;
            margin: 5px 0 0;
            line-height: 24px;
            color: #C0C0C0;
            font-weight: 400; }
      .footer-form-section .left-box .award-box .client-stack {
        margin: 30px 0 0; }
        .footer-form-section .left-box .award-box .client-stack ul {
          display: flex;
          gap: 7px;
          flex-wrap: wrap; }
  .footer-form-section #ffile-type-error {
    color: #FF0000;
    font-size: 12px; }
  .footer-form-section .list-box {
    padding-left: 60px;
    position: relative;
    padding-top: 25px; }
    .footer-form-section .list-box::before {
      clear: both;
      background: #016BE3;
      box-shadow: 0 0 10px rgba(9, 39, 149, 0.25);
      color: #fff;
      font-size: 18px;
      line-height: 21.09px;
      border-radius: 50px;
      height: 40px;
      width: 40px;
      display: block;
      position: absolute;
      left: 0;
      top: 20px;
      justify-content: center;
      display: flex;
      align-items: center;
      z-index: 1; }
  .footer-form-section .side-dash1 p {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .footer-form-section .side-dash1::before {
    content: "1"; }
  .footer-form-section .side-dash1::after {
    content: "";
    clear: both;
    display: block;
    height: 100%;
    border-left: 0.8px dashed rgba(223, 223, 223, 0.5);
    width: 4px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 0; }
  .footer-form-section .side-dash2::before {
    content: "2"; }
  .footer-form-section .contact-form-box {
    background: #FFFFFF;
    border-radius: 15px; }
  .footer-form-section .right-box {
    flex-basis: 60%;
    padding-left: 50px; }
  .footer-form-section .form-text-cont {
    flex-basis: 50%;
    margin-top: 30px;
    position: relative; }
    .footer-form-section .form-text-cont:nth-child(2n -1) {
      padding-right: 20px; }
    .footer-form-section .form-text-cont .user-input {
      position: relative; }
      .footer-form-section .form-text-cont .user-input label {
        position: absolute;
        top: -13px;
        left: 8px;
        font-size: 13px;
        background: #fff;
        padding: 0 8px;
        color: rgba(51, 51, 51, 0.7);
        font-weight: 500; }
    .footer-form-section .form-text-cont .dis-flex {
      flex-wrap: nowrap;
      justify-content: space-between; }
  .footer-form-section .input-field {
    border: 1.5px solid #d4e0ed;
    padding: 0 15px;
    height: 54px;
    background: transparent;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    outline: 0;
    color: rgba(51, 51, 51, 0.5);
    line-height: initial; }
    .footer-form-section .input-field:focus {
      border: 0.5px solid #010101; }
  .footer-form-section .user-input.textarea-box .input-field {
    height: initial;
    padding: 15px; }
  .footer-form-section small {
    display: none;
    color: #FF0000;
    font-size: 12px; }
  .footer-form-section .verror small {
    display: block; }
  .footer-form-section .verror .input-field,
  .footer-form-section .verror .user-input {
    border-color: #FF0000 !important; }
  .footer-form-section .verror.user-input small {
    margin-top: 5px; }
  .footer-form-section .comment-input {
    min-height: 100px;
    border: 0;
    outline: 0;
    width: 100%;
    resize: none;
    font-size: 16px;
    line-height: 20px;
    color: #323232;
    font-family: Lexend Deca;
    font-weight: normal; }
  .footer-form-section .drop-input {
    position: relative;
    bottom: 0;
    left: 0; }
  .footer-form-section .drop-box {
    text-decoration: none;
    padding: 5px 10px;
    border: 0.5px solid #fff;
    font-size: 12px; }
  .footer-form-section .checkout {
    flex-basis: 34%;
    text-align: right; }
    .footer-form-section .checkout .btn-container {
      margin-top: 0; }
      .footer-form-section .checkout .btn-container .cta-button {
        background: #0B147C url(../images/home-images/white-cta.svg) no-repeat right 15px center;
        border: none;
        padding: 16px 50px 16px 20px; }
        .footer-form-section .checkout .btn-container .cta-button:hover {
          background: #016BE3 url(../images/home-images/white-cta.svg) no-repeat right 15px center; }
  .footer-form-section .form-text-cont.width-full {
    flex-basis: 100%;
    padding-right: 0; }
  .footer-form-section .drop-area-box {
    display: inline-block;
    background: none;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    border-radius: 0;
    cursor: pointer;
    color: #323232; }
    .footer-form-section .drop-area-box input {
      display: none; }
    .footer-form-section .drop-area-box button {
      background: rgba(217, 217, 217, 0.2);
      color: #414040;
      text-decoration: none;
      padding: 5px 10px;
      border: 1px solid #d1d1e1;
      font-size: 12px;
      border-radius: 5px;
      font-weight: 500; }
      .footer-form-section .drop-area-box button:hover {
        background: rgba(217, 217, 217, 0.8);
        opacity: 1; }
  .footer-form-section .for-two-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px; }
  .footer-form-section .autocomplete-items {
    display: none; }
    .footer-form-section .autocomplete-items.has-data {
      background: #fff;
      display: block;
      height: 140px;
      overflow-y: auto;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-width: 280px;
      box-shadow: 0px 6px 9px rgba(1, 0, 12, 0.4);
      border-radius: 5px;
      z-index: 2; }
      .footer-form-section .autocomplete-items.has-data div {
        color: #444444;
        background: #fff;
        border-bottom: 1px solid #444444;
        padding: 10px;
        font-size: 14px;
        cursor: pointer;
        padding: 15px 20px; }
        .footer-form-section .autocomplete-items.has-data div.autocomplete-active, .footer-form-section .autocomplete-items.has-data div:hover {
          background-color: rgba(0, 0, 0, 0.05); }
  .footer-form-section .gal-loader {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    display: none; }
    .footer-form-section .gal-loader.active {
      display: block;
      background: rgba(0, 0, 0, 0.1);
      margin-top: 30px; }
      .footer-form-section .gal-loader.active .loader {
        display: block; }
    .footer-form-section .gal-loader.show-me {
      display: block;
      min-height: 100px; }
    .footer-form-section .gal-loader .loader {
      border: 5px solid #9F9F9F;
      border-radius: 50%;
      border-top: 5px solid #016BE3;
      width: 50px;
      height: 50px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      margin-bottom: 10px;
      margin-right: 10px;
      display: inline-block;
      position: absolute;
      top: 22px;
      left: 50%;
      display: none; }
  .footer-form-section .gallery div {
    display: inline-flex;
    margin-right: 10px;
    vertical-align: baseline;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease-in-out; }
    .footer-form-section .gallery div button,
    .footer-form-section .gallery div a {
      text-decoration: none;
      background: #FFB81D;
      padding: 4px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      vertical-align: middle;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      position: absolute;
      right: 4px;
      cursor: pointer;
      border: 0;
      outline: 0; }
    .footer-form-section .gallery div button:focus,
    .footer-form-section .gallery div a:focus {
      background: #f30909; }
  .footer-form-section .gallery img {
    width: auto;
    height: 45px;
    margin-right: 10px;
    vertical-align: middle; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .footer-form-section .form-quiz-group {
    display: flex;
    align-items: center;
    flex-basis: 66%; }
    .footer-form-section .form-quiz-group .quizQ {
      border: 1px dashed #C4C4C4;
      border-radius: 4px;
      padding: 13px 30px;
      background: url("../images/quiz-bg.png") 5px center no-repeat;
      height: 50px; }
    .footer-form-section .form-quiz-group .equal {
      margin: 0 15px; }
    .footer-form-section .form-quiz-group span {
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #4A4C55; }
    .footer-form-section .form-quiz-group .refreshbtn {
      background: url(../images/home-images/refresh-icon.svg) top center no-repeat;
      background-size: 100%;
      width: 24px;
      height: 21px;
      margin-left: 35px;
      cursor: pointer;
      margin-top: -4px;
      transition: all .5s ease 0s;
      display: inline-block;
      vertical-align: middle; }
      .footer-form-section .form-quiz-group .refreshbtn:active {
        transform: rotate(360deg); }
    .footer-form-section .form-quiz-group .quizAns input {
      border: 1px solid #C4C4C4;
      border-radius: 4px;
      height: 50px;
      max-width: 67px;
      text-align: center;
      padding: 10px 20px; }
    .footer-form-section .form-quiz-group .quizAns span {
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      color: #FF0000; }
  .footer-form-section .user-input .pcode-prefix {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 0;
    border: 0;
    outline: 0;
    width: 100px;
    background: none;
    padding-left: 44px;
    color: #737373; }
  .footer-form-section .flag-box {
    flex-basis: 26%; }
  .footer-form-section .phone-flag-box .user-input:last-child {
    flex-basis: 74%;
    padding-left: 20px; }

.info-wrap {
  display: flex;
  justify-content: left;
  align-items: center; }
  .info-wrap .info {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .info-wrap .info:after {
      content: "";
      width: 14px;
      height: 15px;
      background: url(../images/info-icon2.svg) 0 0 no-repeat;
      position: absolute;
      top: -1px;
      transform: translateY(-50%);
      left: 0; }
    .info-wrap .info .info-content {
      width: 315px;
      border-radius: 10px;
      background: #fff;
      box-shadow: 4px 4px 30px 0px rgba(227, 233, 245, 0.38);
      padding: 15px;
      position: absolute;
      top: 25px;
      left: -75px;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      visibility: hidden;
      text-align: left;
      line-height: initial;
      z-index: 9; }
      .info-wrap .info .info-content h4 {
        font-size: 14px;
        color: #000;
        margin: 0 0 5px; }
      .info-wrap .info .info-content p {
        font-size: 11px;
        color: #000;
        line-height: 160%;
        margin: 0 0 5px;
        font-weight: normal; }
      .info-wrap .info .info-content .kmore {
        font-size: 11px;
        margin: 10px 0 0;
        text-decoration: underline;
        position: relative;
        color: #000; }
        .info-wrap .info .info-content .kmore:after {
          content: "";
          background: url(../images/know-arrow.png) 0 0 no-repeat;
          width: 8px;
          display: inline-block;
          height: 8px;
          margin-left: 5px;
          transition: all 0.3s ease-in-out; }
        .info-wrap .info .info-content .kmore:hover {
          text-decoration: none;
          color: #000; }
          .info-wrap .info .info-content .kmore:hover:after {
            margin-left: 10px; }
      .info-wrap .info .info-content:before {
        content: "";
        clear: both;
        display: block;
        background: url(../images/poly.svg) 0 0 no-repeat;
        background-size: 100%;
        width: 25px;
        height: 25px;
        position: absolute;
        top: -15px;
        left: 70px; }
    .info-wrap .info:hover .info-content {
      opacity: 1;
      visibility: visible; }

@media screen and (max-width: 1320px) {
  .footer-form-section .form-quiz-group .equal {
    margin: 0 5px; }
  .footer-form-section .form-quiz-group .refreshbtn {
    margin-left: 20px; }
  .footer-form-section .form-quiz-group .quizQ {
    padding: 13px 20px; }
  .footer-form-section .form-quiz-group {
    flex-basis: 50%; }
  .footer-form-section .checkout {
    flex-basis: 35%; }
    .footer-form-section .checkout .checkout-submit {
      padding: 12px 15px; } }
@media screen and (max-width: 1200px) {
  .footer-form-section .contact-form-box {
    border-radius: 10px; } }
@media screen and (max-width: 991px) {
  .footer-form-section .left-box {
    flex-basis: 100%;
    padding-right: 0; }
    .footer-form-section .left-box h2 {
      margin-bottom: 30px; }
    .footer-form-section .left-box .award-box .row-box .col-box .icon {
      flex-basis: 50px; }
    .footer-form-section .left-box .award-box .row-box .col-box .desp {
      flex-basis: 80%; }
  .footer-form-section .right-box {
    flex-basis: 100%;
    margin-top: 60px;
    padding: 0; }
    .footer-form-section .right-box .top-section.text-left {
      padding: 30px 0;
      text-align: center; }
  .footer-form-section .contact-form-box {
    padding: 0; }
  .footer-form-section .input-field {
    height: 50px;
    font-size: 14px; }
  .footer-form-section .comment-input {
    font-size: 14px; }
  .footer-form-section .checkout .btn-container {
    text-align: center; }
  .footer-form-section:before {
    width: 100%;
    height: 43%; } }
@media screen and (max-width: 767px) {
  .footer-form-section .phone-flag-box .user-input:last-child {
    padding-left: 10px; }
  .footer-form-section .user-input .pcode-prefix {
    top: 25px; }
  .footer-form-section .form-text-cont {
    flex-basis: 100%; }
    .footer-form-section .form-text-cont:nth-child(2n-1) {
      padding-right: 0px; }
  .footer-form-section .for-two-col {
    margin-top: 30px; }
    .footer-form-section .for-two-col .attachment-box {
      flex-basis: 100%; }
    .footer-form-section .for-two-col .checkout {
      flex-basis: 100%;
      text-align: left;
      margin-top: 30px; }
  .footer-form-section .left-box h2 br {
    display: none; }
  .footer-form-section .left-box .profile-pic img {
    max-width: 45px; }
  .footer-form-section .side-dash1::after {
    left: 15px; }
  .footer-form-section .list-box {
    padding-left: 45px; }
    .footer-form-section .list-box::before {
      height: 30px;
      width: 30px; }
  .footer-form-section .right-box .form-text-cont:first-child {
    margin-top: 0; }
  .footer-form-section .comment-input {
    min-height: 85px; }
  .footer-form-section .drop-area-box label::before {
    background-position: 4px 6px;
    background-size: 70%;
    width: 28px;
    height: 28px;
    top: -5px; }
  .footer-form-section .form-quiz-group {
    flex-basis: 100%;
    align-items: baseline; }
    .footer-form-section .form-quiz-group .quizQ {
      min-width: 130px;
      padding: 12px 15px; }
    .footer-form-section .form-quiz-group span {
      font-size: 16px; }
    .footer-form-section .form-quiz-group .refreshbtn {
      margin-left: 10px;
      margin-top: 1px;
      width: 20px; }

  .footer-form-section .form-quiz-group .quizAns span {
    margin: 5px 0 0;
    display: block; }

  .info-wrap .info .info-content {
    width: 250px; }

  .footer-form-section:before {
    height: 41%; } }
:root {
  --blue: #016be3;
  --yellow: #ffbc38;
  --white: #ffffff;
  --gray: #202020;
  --white: #fff;
  --black: #000; }

.footer-section {
  background: #f1f6ff; }

.footer {
  width: 100%;
  background: #f1f6ff;
  padding: 30px 0 40px; }
  .footer .footer-top {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .footer .footer-top .count-sec {
    display: flex;
    flex-basis: 70%; }
  .footer .footer-top .count-sec .count-col {
    margin-right: 40px; }
  .footer .footer-top .count-sec h5 {
    color: #000000;
    font-size: 20px;
    margin: 0 0 10px; }
  .footer .footer-top .count-sec p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 24px;
    margin: 0; }
  .footer .footer-top .subs-box {
    background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
    position: relative;
    padding: 20px 40px;
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    overflow: hidden; }
  .footer .footer-top .subs-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--white);
    margin: 0 0 15px; }
  .footer .footer-top .btn-container {
    margin: 10px 0 0; }
    .footer .footer-top .btn-container .cta-button {
      padding: 10px 16px; }
  .footer .footer-top .white-btn:hover {
    background: var(--gray);
    color: var(--white);
    border-color: var(--gray); }
  .footer .footer-middle {
    padding: 40px 0 25px;
    justify-content: space-between; }
  .footer .footer-middle .flex-5 {
    flex-basis: auto;
    padding-right: 60px;
    text-align: left; }
  .footer .footer-middle .flex-5:last-child {
    padding-right: 0; }
  .footer .footer-middle h4 {
    font-size: 18px;
    color: var(--black);
    font-weight: 500; }
  .footer .footer-middle ul li {
    margin: 10px 0 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 26px; }
  .footer .footer-middle ul li a {
    color: rgba(0, 0, 0, 0.6); }
  .footer .footer-middle ul li a:hover {
    color: var(--black); }
  .footer .footer-bottom {
    padding: 40px 0 0;
    gap: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    justify-content: space-between; }
  .footer .footer-bottom .flex-3 {
    flex-basis: auto;
    text-align: left; }
  .footer .footer-bottom h3 {
    font-size: 15px;
    line-height: 24px;
    color: var(--black);
    font-weight: 400;
    margin: 0 0 22px; }
  .footer .footer-bottom .logo-box .dis-flex a {
    margin-right: 30px; }
  .footer .footer-bottom .social-box .dis-flex a {
    margin-right: 20px; }
  .footer .footer-bottom .social-box .dis-flex a:hover {
    opacity: 0.8; }
  .footer .footer-bottom .copyright p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0; }

.footer-copyright {
  background: #07216c;
  color: #fff;
  padding: 10px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px; }
  .footer-copyright .copyright-left p,
  .footer-copyright .copyright-right p {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    margin: 0; }
  .footer-copyright .copyright-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .footer-copyright .copyright-left ul {
      display: flex;
      align-items: center;
      margin: 0 0 0 15px; }
      .footer-copyright .copyright-left ul li {
        margin: 0 5px; }
        .footer-copyright .copyright-left ul li a {
          color: #fff;
          font-size: 13px; }
          .footer-copyright .copyright-left ul li a:hover {
            text-decoration: underline; }
  .footer-copyright .copyright-right p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex-wrap: wrap; }
    .footer-copyright .copyright-right p img {
      margin: 3px 0 0; }

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .footer .footer-top .count-sec .count-col {
    margin-right: 25px; }
  .footer .footer-middle ul li {
    font-size: 15px; }
  .footer .footer-middle .flex-5 {
    padding-right: 20px; } }
@media (max-width: 1280px) {
  .footer-copyright .copyright-left p {
    font-size: 12px; }
  .footer-copyright .copyright-left ul {
    margin-left: 10px; }
    .footer-copyright .copyright-left ul li a {
      font-size: 12px; }
  .footer-copyright .copyright-right p {
    font-size: 12px; } }
@media (max-width: 1200px) {
  .footer .footer-middle ul li {
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 1160px) {
  .footer .footer-top .count-sec p {
    font-size: 12px;
    line-height: 24px; }
  .footer .footer-top .subs-box {
    padding: 20px 15px;
    border-radius: 20px; }
  .footer .footer-top .subs-box::before {
    width: 60px;
    height: 52px; }
  .footer .footer-top .subs-box::after {
    width: 34px;
    height: 46px; }
  .footer .footer-middle .flex-5 {
    padding-right: 20px; }
  .footer .footer-bottom {
    gap: 20px; } }
@media (max-width: 1023px) {
  .footer .footer-top {
    flex-wrap: wrap; }
  .footer .footer-top .count-sec {
    flex-basis: 100%;
    justify-content: space-between; }
  .footer .footer-top .subs-box {
    flex-basis: 100%;
    margin: 20px 0 0; }
  .footer .footer-middle .flex-5 {
    flex-basis: 20%; }
  .footer .footer-top .count-sec .count-col {
    margin-right: 18px; }
  .footer .footer-bottom {
    gap: 0;
    justify-content: space-between; }
  .footer .footer-bottom .flex-3 {
    flex-basis: 33%; }
  .footer .footer-bottom .copyright p {
    font-size: 13px;
    line-height: 22px; }
  .footer .footer-bottom h3 {
    font-size: 14px;
    line-height: 22px; }
  .footer .footer-bottom .logo-box .dis-flex a {
    margin-right: 0;
    margin-bottom: 10px; }
  .footer .footer-bottom .social-box .dis-flex a {
    margin-right: 10px; } }
@media (max-width: 1024px) {
  .footer-copyright .justify-sb {
    justify-content: center; } }
@media (max-width: 980px) {
  .footer-copyright {
    text-align: center; }
    .footer-copyright .copyright-left,
    .footer-copyright .copyright-right {
      flex-basis: 100%; }
    .footer-copyright .copyright-right {
      flex-basis: 100%;
      margin-top: 10px; }
      .footer-copyright .copyright-right p {
        justify-content: center; }
        .footer-copyright .copyright-right p img {
          margin: 3px 0 0; } }
@media (max-width: 767px) {
  .footer .footer-top {
    flex-wrap: wrap; }
  .footer .footer-top .count-sec {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer .footer-top .count-sec .count-col {
    flex-basis: 48%;
    margin-right: 0;
    text-align: center;
    padding: 0 0 20px; }
  .footer .footer-top .count-sec h5 {
    font-size: 18px;
    margin: 0 0 5px; }
  .footer .footer-top .count-sec p {
    font-size: 12px;
    line-height: 22px; }
  .footer .footer-top .subs-box {
    flex-basis: 100%;
    padding: 30px; }
  .footer .footer-middle {
    padding: 30px 0 10px; }
  .footer .footer-middle .flex-5 {
    flex-basis: 48%;
    padding: 0 0 20px; }
  .footer .footer-middle h4 {
    font-size: 17px; }
  .footer .footer-middle ul li {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 24px; }
  .footer .footer-bottom {
    padding: 30px 0 0;
    gap: 0; }
  .footer .footer-bottom .flex-3 {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0 0; }
  .footer .footer-bottom .flex-3 .dis-flex {
    flex-wrap: nowrap;
    justify-content: center; }
  .footer .footer-bottom .logo-box .dis-flex a {
    margin-right: 20px; }
  .footer .footer-bottom h3 {
    font-weight: 500; } }
/*Media Query Ends Here*/
.tab-scroll-section ::-webkit-scrollbar {
  width: 6px;
  height: 85px;
  border-radius: 5px;
  overflow: scroll; }
.tab-scroll-section ::-webkit-scrollbar-track {
  background: rgba(110, 109, 134, 0.15);
  border-radius: 5px; }
.tab-scroll-section ::-webkit-scrollbar-thumb {
  background: #016be3;
  border-radius: 10px; }
.tab-scroll-section ::-webkit-scrollbar-thumb:hover {
  background: #60ac0b; }
.tab-scroll-section .tab-head {
  font-size: 30px;
  display: block;
  font-weight: 500;
  color: #414141;
  margin-bottom: 30px; }
.tab-scroll-section .tab-outer {
  margin-top: 90px; }
.tab-scroll-section .tab-nav {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 30px; }
  .tab-scroll-section .tab-nav .tab-link {
    display: block;
    font-size: 18px;
    margin-top: 25px;
    text-decoration: none;
    line-height: 25px;
    padding-right: 10px;
    font-weight: 400;
    transition: all 0.3s linear;
    position: relative; }
    .tab-scroll-section .tab-nav .tab-link:first-child {
      margin-top: 0; }
    .tab-scroll-section .tab-nav .tab-link.is-active, .tab-scroll-section .tab-nav .tab-link:hover {
      color: #414141; }
    .tab-scroll-section .tab-nav .tab-link:hover {
      text-decoration: underline; }
.tab-scroll-section ul {
  list-style-type: disc; }
.tab-scroll-section ol {
  list-style-type: decimal; }
.tab-scroll-section .tab-content {
  padding-top: 60px; }
  .tab-scroll-section .tab-content.is-active {
    display: block; }
  .tab-scroll-section .tab-content p {
    margin-top: 20px;
    line-height: 28px; }
    .tab-scroll-section .tab-content p ul li strong {
      color: #666E86; }
    .tab-scroll-section .tab-content p ol li b {
      font-weight: 500; }
    .tab-scroll-section .tab-content p ul li b {
      font-weight: 500; }
    .tab-scroll-section .tab-content p ol li strong {
      color: #666E86; }
    .tab-scroll-section .tab-content p strong {
      font-weight: 500; }
    .tab-scroll-section .tab-content p b {
      font-weight: 500; }
  .tab-scroll-section .tab-content h6 {
    margin-top: 30px; }
  .tab-scroll-section .tab-content h3 {
    font-weight: 500; }
  .tab-scroll-section .tab-content ol li::marker {
    color: #666E86;
    font-weight: 500; }
  .tab-scroll-section .tab-content table {
    border-collapse: collapse;
    margin: 40px 0;
    width: 100%; }
    .tab-scroll-section .tab-content table td {
      padding: 11px;
      font-size: 16px;
      line-height: 26px; }
      .tab-scroll-section .tab-content table td b {
        font-weight: 500; }
  .tab-scroll-section .tab-content table,
  .tab-scroll-section .tab-content td,
  .tab-scroll-section .tab-content th {
    border: 1px solid black; }
.tab-scroll-section .left-tabs {
  flex-basis: 30%; }
.tab-scroll-section .right-tabs {
  flex-basis: 70%;
  padding-left: 78px; }
.tab-scroll-section ul,
.tab-scroll-section ol {
  padding-left: 30px; }
  .tab-scroll-section ul li,
  .tab-scroll-section ol li {
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px; }
  .tab-scroll-section ul strong,
  .tab-scroll-section ol strong {
    font-weight: 500; }
.tab-scroll-section .sticky-tab {
  position: sticky;
  top: 100px; }

b {
  font-weight: 500; }

@media screen and (max-width: 1440px) {
  .tab-scroll-section .tab-head {
    margin-bottom: 30px; }
  .tab-scroll-section .tab-nav .tab-link {
    font-size: 16px;
    margin-top: 20px; } }
@media screen and (max-width: 1200px) {
  .tab-scroll-section .right-tabs {
    padding-left: 40px; }
  .tab-scroll-section .tab-nav {
    padding-right: 20px; }
  .tab-scroll-section .tab-outer {
    margin-top: 40px; }
  .tab-scroll-section .tab-content h6 {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .tab-scroll-section .left-tabs {
    flex-basis: 100%; }
  .tab-scroll-section .right-tabs {
    flex-basis: 100%;
    padding-left: 0; }
  .tab-scroll-section .tab-content {
    padding-top: 40px; }
    .tab-scroll-section .tab-content table td {
      padding: 6px;
      line-height: 20px;
      font-size: 12px; }

  .tab-scroll-section ul li, .tab-scroll-section ol li {
    font-size: 14px; } }
.video-banner-section {
  background-size: cover;
  height: 100vh;
  display: grid;
  align-items: center;
  position: relative;
  display: flex;
  display: -webkit-flex; }
  .video-banner-section #background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .video-banner-section .breadcrumbs {
    position: initial;
    font-weight: 400;
    margin: 0 0 15px; }
  .video-banner-section .content-wrap {
    position: relative;
    z-index: 9;
    padding-top: 20px; }
    .video-banner-section .content-wrap .dis-flex {
      align-items: center; }
    .video-banner-section .content-wrap .margin-t-30 {
      margin-top: 30px; }
    .video-banner-section .content-wrap .left-box {
      flex-basis: 60%; }
      .video-banner-section .content-wrap .left-box h1 {
        font-size: 60px;
        color: #ffffff;
        line-height: 1.2; }
      .video-banner-section .content-wrap .left-box p {
        line-height: 34px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400; }
        .video-banner-section .content-wrap .left-box p a {
          color: #ffffff; }
          .video-banner-section .content-wrap .left-box p a:hover {
            text-decoration: underline; }
      .video-banner-section .content-wrap .left-box ul {
        margin: 25px 0 0;
        list-style: none; }
        .video-banner-section .content-wrap .left-box ul li {
          color: rgba(255, 255, 255, 0.8);
          font-weight: 400;
          font-size: 18px;
          position: relative;
          margin: 0 0 10px;
          padding-left: 20px; }
          .video-banner-section .content-wrap .left-box ul li:before {
            content: "";
            width: 15px;
            height: 15px;
            background: url(../images/home-images/blue-list.svg) 0 0 no-repeat;
            background-size: 100%;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 5px; }
    .video-banner-section .content-wrap .right-box {
      flex-basis: 28%;
      position: relative;
      margin: 80px 0 0; }
      .video-banner-section .content-wrap .right-box .card-box {
        width: 100%;
        text-align: center;
        position: relative;
        border: 1px solid #e0edff;
        border-radius: 10px;
        background: #ffffff;
        border-top: 4px solid #016be3; }
        .video-banner-section .content-wrap .right-box .card-box .card-top {
          padding: 20px 25px; }
          .video-banner-section .content-wrap .right-box .card-box .card-top img {
            margin-top: -100px; }
          .video-banner-section .content-wrap .right-box .card-box .card-top p {
            color: #414141;
            margin: 15px 0 0; }
          .video-banner-section .content-wrap .right-box .card-box .card-top strong {
            font-weight: 500;
            color: #016be3;
            font-style: italic; }
        .video-banner-section .content-wrap .right-box .card-box .ratings {
          display: flex;
          flex-direction: row;
          border-radius: 0 0 10px 10px;
          justify-content: space-between;
          padding: 20px 25px;
          border-top: 1px solid #dcecff;
          background: #f9f7f7; }
          .video-banner-section .content-wrap .right-box .card-box .ratings .rating {
            flex-basis: 45%;
            position: relative;
            padding-right: 20px; }
            .video-banner-section .content-wrap .right-box .card-box .ratings .rating:after {
              content: "";
              background: #bcbcbc;
              position: absolute;
              top: 0;
              right: -5px;
              width: 1px;
              height: 100%; }
            .video-banner-section .content-wrap .right-box .card-box .ratings .rating img {
              margin: 0 0 5px;
              display: block; }
            .video-banner-section .content-wrap .right-box .card-box .ratings .rating span {
              color: #131e29;
              display: block;
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: 130%;
              text-align: left; }
            .video-banner-section .content-wrap .right-box .card-box .ratings .rating strong {
              font-weight: 600;
              color: #131e29; }
            .video-banner-section .content-wrap .right-box .card-box .ratings .rating:last-child {
              padding-right: 0; }
              .video-banner-section .content-wrap .right-box .card-box .ratings .rating:last-child:after {
                display: none; }
        .video-banner-section .content-wrap .right-box .card-box:before {
          content: "";
          width: 55px;
          height: 55px;
          background: url(../images/service-images/serspe-02.svg) 0 0 no-repeat;
          background-size: 100%;
          position: absolute;
          right: -23px;
          top: 20px; }
        .video-banner-section .content-wrap .right-box .card-box:after {
          content: "";
          width: 55px;
          height: 55px;
          background: url(../images/service-images/serspe-01.svg) 0 0 no-repeat;
          background-size: 100%;
          position: absolute;
          left: -22px;
          bottom: 105px; }
      .video-banner-section .content-wrap .right-box:before {
        content: "";
        width: 111px;
        height: 96px;
        background: url(../images/line-shape.png) 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        left: -72px;
        top: -58px; }
      .video-banner-section .content-wrap .right-box .se-logo-box {
        margin: 20px 0 0;
        gap: 10px; }
        .video-banner-section .content-wrap .right-box .se-logo-box .logo-box {
          width: 96px;
          height: 54px;
          display: inline-block;
          background-size: 100%; }
          .video-banner-section .content-wrap .right-box .se-logo-box .logo-box.logo1 {
            background: url(../images/bdge-01.svg) 0 0 no-repeat; }
          .video-banner-section .content-wrap .right-box .se-logo-box .logo-box.logo2 {
            background: url(../images/bdge-02.svg) 0 0 no-repeat; }
          .video-banner-section .content-wrap .right-box .se-logo-box .logo-box.logo3 {
            background: url(../images/bdge-03.svg) 0 0 no-repeat; }
          .video-banner-section .content-wrap .right-box .se-logo-box .logo-box.logo4 {
            background: url(../images/bdge-04.svg) 0 0 no-repeat; }
  .video-banner-section .badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px; }
    .video-banner-section .badges img {
      margin-right: 15px; }
  .video-banner-section:before {
    content: "";
    background: rgba(4, 12, 23, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.client-img-section {
  background: #f9fcff; }

@media (max-width: 1680px) {
  .video-banner-section .content-wrap .right-box {
    flex-basis: 32%; } }
@media (max-width: 1440px) {
  .video-banner-section .content-wrap .right-box {
    flex-basis: 36%; } }
@media (max-width: 1366px) {
  .video-banner-section .content-wrap .left-box h1 {
    font-size: 55px; }
  .video-banner-section .content-wrap .right-box {
    margin: 120px 0 0; }
    .video-banner-section .content-wrap .right-box .card-box .ratings {
      padding: 18px; }
      .video-banner-section .content-wrap .right-box .card-box .ratings .rating {
        flex-basis: 46%;
        padding-right: 10px; } }
@media (max-width: 1280px) {
  .video-banner-section {
    height: 650px; }
    .video-banner-section #background-video {
      height: 100%; }
    .video-banner-section .content-wrap .left-box {
      flex-basis: 60%; }
      .video-banner-section .content-wrap .left-box h1 {
        font-size: 50px; }
    .video-banner-section .content-wrap .right-box {
      margin: 200px 0 0; }
      .video-banner-section .content-wrap .right-box .card-box::after {
        width: 35px;
        height: 35px; }
      .video-banner-section .content-wrap .right-box .card-box:before {
        width: 35px;
        height: 35px;
        right: -15px; } }
@media (max-width: 979px) {
  .video-banner-section {
    padding: 120px 0 50px;
    height: auto;
    text-align: center;
    background-color: #05247e; }
    .video-banner-section #background-video {
      display: none; }
    .video-banner-section .content-wrap {
      width: 100%; }
      .video-banner-section .content-wrap .dis-flex {
        justify-content: center; }
      .video-banner-section .content-wrap .left-box {
        text-align: center;
        flex-basis: 100%; }
        .video-banner-section .content-wrap .left-box h1 {
          font-size: 40px; }
        .video-banner-section .content-wrap .left-box p {
          font-size: 16px;
          line-height: 30px; }
      .video-banner-section .content-wrap .right-box {
        flex-basis: 95%;
        margin: 120px 0 0; }
        .video-banner-section .content-wrap .right-box .card-box::after {
          width: 35px;
          height: 35px;
          bottom: 125px;
          left: -15px; }
        .video-banner-section .content-wrap .right-box .card-box:before {
          width: 35px;
          height: 35px; }
    .video-banner-section .badges {
      margin-top: 40px;
      justify-content: center; }
    .video-banner-section .breadcrumbs {
      text-align: center;
      font-size: 12px;
      line-height: 20px; } }

/*# sourceMappingURL=service.min-v4.css.map */
