/*========== 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; } }
* {
  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;
  font-weight: 400; }

html {
  scroll-behavior: smooth; }

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

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

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

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

h6 {
  font-size: 18px; }

p {
  font-size: 16px;
  color: #5e6373;
  line-height: 28px;
  font-weight: 400;
  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: #0400F5;
    font-weight: bold;
    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: 10px 20px;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    background: #DFFB0B;
    color: #0400F5;
    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/bluegr-cta.svg) no-repeat;
      width: 24px;
      height: 24px;
      background-size: 100%;
      display: inline-block;
      margin-left: 10px; }
    .btn-container .cta-button:hover {
      background: #0400F5;
      color: #ffffff; }
      .btn-container .cta-button:hover:after {
        background: url(../images/home-images/white-cta.svg) no-repeat;
        background-size: 100%; }
    .btn-container .cta-button.white {
      background: #DFFB0B;
      color: #0400F5; }
      .btn-container .cta-button.white:after {
        background: url(../images/home-images/bluegr-cta.svg) no-repeat;
        background-size: 100%; }
      .btn-container .cta-button.white:hover {
        background: #ffffff;
        color: #0400F5; }
        .btn-container .cta-button.white:hover:after {
          background: url(../images/home-images/bluegr-hovercta.svg) no-repeat;
          background-size: 100%; }

.explore-btn {
  position: relative;
  color: #0400F5;
  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: 25px 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: 18%;
    align-items: center; }
    .header-two .header-item-left .large {
      transition: all 0.7s ease-in-out; }
      .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: 80%;
    display: flex;
    justify-content: right;
    align-items: center; }
    .header-two .header-item-right .mob-nav {
      margin-right: 100px; }
    .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: 16px;
        line-height: 20px;
        padding: 0 10px 35px;
        border: none;
        outline: none;
        color: #fff;
        transition: color 0.3s ease;
        font-weight: 500; }
        .header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
          content: "";
          background: #ffad00;
          width: 100%;
          height: 3px;
          position: absolute;
          left: 0;
          bottom: -4px;
          opacity: 1;
          z-index: 9; }
      .header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item {
        margin: 0 30px 0 100px; }
        .header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor {
          display: inline-block;
          margin-left: 8px;
          vertical-align: middle; }
        .header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov {
          display: none;
          vertical-align: middle;
          margin-left: 8px; }
      .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 a {
          padding: 15px 15px 15px 55px;
          position: relative;
          display: flex;
          color: #05164d;
          margin: 0;
          align-items: center;
          border-radius: 10px; }
          .header-two .header-item-right .menu ul li .menu-mega a:after {
            display: none; }
          .header-two .header-item-right .menu ul li .menu-mega a .menuicon {
            position: absolute;
            left: 10px;
            top: 10px;
            display: block;
            filter: grayscale(1); }
          .header-two .header-item-right .menu ul li .menu-mega a:last-child {
            margin: 0; }
          .header-two .header-item-right .menu ul li .menu-mega a:hover {
            background: #fff9eb; }
        .header-two .header-item-right .menu ul li .menu-mega.small-menu {
          left: 64%;
          width: 280px;
          padding: 20px;
          border-radius: 10px; }
          .header-two .header-item-right .menu ul li .menu-mega.small-menu .tab-menu .tab-contents {
            min-height: initial; }
            .header-two .header-item-right .menu ul li .menu-mega.small-menu .tab-menu .tab-contents .right-tabs .tab-content a .title .menuicon {
              top: 8px; }
            .header-two .header-item-right .menu ul li .menu-mega.small-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
              padding: 0; }
              .header-two .header-item-right .menu ul li .menu-mega.small-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
                line-height: 1.2;
                padding: 5px;
                width: auto; }
                .header-two .header-item-right .menu ul li .menu-mega.small-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column a.top-head {
                  padding: 5px 5px 8px 38px;
                  width: auto;
                  margin: 5px 0 0; }
          .header-two .header-item-right .menu ul li .menu-mega.small-menu.solution-menu {
            width: 580px;
            left: 50%;
            margin: 0 auto;
            border-radius: 10px; }
            .header-two .header-item-right .menu ul li .menu-mega.small-menu.solution-menu .tab-menu .tab-contents .right-tabs .tab-content a .title .menuicon {
              top: 11px; }
          .header-two .header-item-right .menu ul li .menu-mega.small-menu.industries-menu {
            width: 500px;
            left: 50%; }
          .header-two .header-item-right .menu ul li .menu-mega.small-menu.about-menu {
            width: 280px;
            left: 67%; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
          width: 100%;
          min-height: 210px;
          height: 100%; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
            flex-basis: 100%; }
            .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: block;
              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: 14px;
                line-height: 26px;
                color: #6b7280;
                display: block;
                transition: all 0.3s ease-in-out;
                margin-bottom: 0; }
              .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;
                text-transform: uppercase;
                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: 14px;
                    line-height: 22px;
                    color: #0f172b; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title:hover {
                      color: #ffaf00; }
                  .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: 0 0 30px;
                width: 100%;
                justify-content: space-between; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
                  flex-basis: 47%;
                  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: 22%;
                  padding: 0 5px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-5 {
                  flex-basis: 19%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-6 {
                  flex-basis: 16%;
                  position: relative; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-1 {
                  flex-basis: 100%; }
                .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: 12px;
                  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 {
                  margin: 0 0 2px 34px;
                  position: relative;
                  padding: 5px 40px 5px 5px;
                  width: max-content;
                  line-height: 1.2;
                  border-radius: 5px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a.top-head {
                    margin: 15px 0 0;
                    padding: 5px 40px 5px 38px;
                    width: max-content;
                    line-height: 1; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a.top-head .title {
                      margin: 0; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a.top-head.p0 {
                      margin-top: 0; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a.op-0 {
                    opacity: 0;
                    cursor: default; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a:hover {
                    color: #0400f5;
                    background: #F9FAFB; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a:hover .menuicon {
                      filter: none; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a:hover .title {
                      color: #0400f5; }
              .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: 12px;
                line-height: 20px;
                color: #45556c;
                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 {
                  color: #0f172b; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title.view-all {
                    color: #ffad00; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title.view-all:hover {
                      color: #0f172b; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title .menuicon {
                    position: absolute;
                    left: 5px;
                    top: 5px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
                  color: #0f172b; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
                  color: #ffad00;
                  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 {
                display: flex;
                justify-content: space-between; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu .menu-box {
                  flex-basis: 48%; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .spacer-md {
                margin: 0 0 30px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .spacer-sm {
                margin: 0 0 20px; }
              .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: 20%;
                  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: 45px;
                  position: relative;
                  margin: 0 0 20px; }
                  .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: 0; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
              display: flex;
              width: 100%; }
              .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 {
                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 .menu-mega.service-menu {
          width: 90%;
          right: 0;
          margin: 0 auto;
          border-radius: 10px; }
          .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
            padding: 0; }
            .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-5 {
              padding: 0 0 30px; }
            .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo {
              border-left: 1px solid #e5e5e5;
              padding-left: 20px;
              background: #f4f4f4;
              position: relative;
              padding-bottom: 40px; }
              .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo:after {
                content: "";
                background: #f4f4f4;
                width: 100px;
                height: 100%;
                right: -30px;
                top: 0;
                position: absolute;
                border-radius: 0 10px 10px 0;
                z-index: -1; }
              .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo a.top-head.no-padd {
                padding: 10px 0 0; }
                .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo a.top-head.no-padd .title {
                  color: #6b7280; }
                .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo a.top-head.no-padd:hover {
                  color: #6b7280;
                  cursor: default;
                  background: transparent; }
              .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo .m-0 {
                margin: 0 20px; }
              .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo p {
                font-size: 10px;
                line-height: 20px; }
      .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: 0; }
        .header-two .header-item-right .cta-wrap .btn-container .cta-button {
          line-height: 26px;
          padding: 10px 16px; }
      .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-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: #45556c; }
    .header-two.header-bg .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor {
      display: none; }
    .header-two.header-bg .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov {
      display: inline-block; }
    .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.header-bg .cta-wrap .btn-container .cta-button {
    background: #dffb0b;
    color: #0400f5; }
    .header-two.header-bg .cta-wrap .btn-container .cta-button:after {
      background: url(../images/home-images/bluegr-cta.svg) no-repeat;
      background-size: 100%; }
  .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: #45556c; }
        .header-two:hover .header-item-right .menu ul li.menu-item-has-children a:hover {
          color: #0f172b; }
      .header-two:hover .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor {
        display: none; }
      .header-two:hover .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov {
        display: inline-block; }
      .header-two:hover .header-item-right .cta-wrap .btn-sec .btn {
        border-color: rgba(5, 22, 77, 0.08); }
    .header-two:hover .cta-wrap .btn-container .cta-button {
      background: #dffb0b;
      color: #0400f5; }
      .header-two:hover .cta-wrap .btn-container .cta-button:after {
        background: url(../images/home-images/bluegr-cta.svg) no-repeat;
        background-size: 100%; }
      .header-two:hover .cta-wrap .btn-container .cta-button:hover {
        background-color: #0400f5;
        color: #ffffff; }
        .header-two:hover .cta-wrap .btn-container .cta-button:hover:after {
          background: url(../images/home-images/white-cta.svg) no-repeat;
          background-size: 100%; }

@media screen and (max-width: 2490px) {
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 69%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.solution-menu {
      left: 50%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.industries-menu {
      left: 60%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.about-menu {
      left: 72%; } }
@media screen and (max-width: 1700px) {
  .header-two .container {
    max-width: 100%; }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 66%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.solution-menu {
      left: 50%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.industries-menu {
      left: 50%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.about-menu {
      left: 70%; } }
@media screen and (max-width: 1580px) {
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 66%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.solution-menu {
      left: 38%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.industries-menu {
      left: 50%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.about-menu {
      left: 70%; } }
@media screen and (max-width: 1440px) {
  .header-two .container {
    padding: 0 20px; }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 64%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.industries-menu {
      left: 50%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.about-menu {
      left: 67%; } }
@media screen and (max-width: 1390px) {
  .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%; }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
    padding: 5px 20px 5px 5px;
    margin: 0 0 2px 31px;
    width: 100%; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a.top-head {
      padding: 5px 20px 5px 35px;
      width: 100%; }
  .header-two .header-item-right .menu ul li .menu-mega.service-menu {
    width: 92%; } }
@media screen and (max-width: 1280px) {
  .header-two .container {
    padding: 0 20px; }
  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
    padding: 5px 20px 5px 5px;
    margin: 0 0 2px 31px;
    width: 100%; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a.top-head {
      padding: 5px 20px 5px 35px;
      width: 100%; }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 58%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.industries-menu {
      left: 40%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.about-menu {
      left: 67%; } }
@media screen and (max-width: 1139px) {
  .header-two {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1d1c39;
    z-index: 99;
    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; }
        .header-two .header-item-left .large img {
          max-width: 220px; }
      .header-two .header-item-left .small {
        display: none; }
    .header-two .header-item-right {
      flex-basis: 100%; }
      .header-two .header-item-right .mob-nav {
        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.menu-item-has-children.hire-menu-item {
              margin: 20px 0 0; }
            .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;
                width: 100%;
                border-radius: 0;
                padding: 20px 10px !important; }
                .header-two .header-item-right .menu ul li .menu-mega.small-menu.solution-menu {
                  margin-top: 20px;
                  width: 100%;
                  left: auto; }
                .header-two .header-item-right .menu ul li .menu-mega.small-menu.industries-menu {
                  left: auto;
                  width: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega.small-menu.about-menu {
                  width: 100%;
                  left: auto; }
              .header-two .header-item-right .menu ul li .menu-mega.service-menu {
                left: auto;
                width: 100%;
                border-radius: 0;
                margin-top: 20px; }
                .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
                  padding-bottom: 20px; }
                  .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo {
                    margin-top: 15px;
                    padding-bottom: 0;
                    padding-left: 20px; }
                    .header-two .header-item-right .menu ul li .menu-mega.service-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo:after {
                      display: none; }
              .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 {
                      color: #262626;
                      display: block; }
                    .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.bor-0 {
                        border-bottom: none; }
                      .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: #262626; }
                        .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 .spacer-md {
                      margin: 0 0 20px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
                      padding: 0 0 20px;
                      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; }
                        .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 .flex-6 {
                        flex-basis: 100%; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-5 {
                        flex-basis: 100%;
                        position: relative; }
                      .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: max-content; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a.op-0 {
                          display: none; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
                      color: #5d6579;
                      display: block; }
                      .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: 35px;
                          margin: 0 0 15px;
                          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: 0;
                            top: 0; }
                  .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: #1d1c39;
        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; }
    .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: #1d1c39; }
      .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: #1d1c39; }
      .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 .menu ul li.menu-item-has-children a:hover {
            color: #fff;
            opacity: 0.8; }
        .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 .ser-arrow-btn,
    .header-two .tech-arrow-btn {
      top: 4px; } }
.header-two {
  background: #ffffff; }
  .header-two .header-item-left .large .light {
    display: none; }
  .header-two .header-item-left .large .dark {
    display: block; }
  .header-two .header-item-right .menu ul li.menu-item-has-children a {
    color: #262626; }
  .header-two .header-item-right .cta-wrap .btn-container .cta-button {
    background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
    color: #fff; }
    .header-two .header-item-right .cta-wrap .btn-container .cta-button:after {
      background: url(../images/home-images/white-cta.svg) no-repeat; }
    .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/white-cta.svg) no-repeat; }

@media screen and (max-width: 1139px) {
  .header-two {
    background: #05247e; }
    .header-two .header-item-left .large .light {
      display: block; }
    .header-two .header-item-left .large .dark {
      display: none; } }
: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: #0400F5;
    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;
      background: #ffffff;
      color: #0400F5; }
      .footer .footer-top .btn-container .cta-button:after {
        background: url(../images/home-images/bluegr-hovercta.svg) no-repeat;
        background-size: 100%; }
      .footer .footer-top .btn-container .cta-button:hover {
        background: #DFFB0B;
        color: #0400F5; }
        .footer .footer-top .btn-container .cta-button:hover:after {
          background: url(../images/home-images/bluegr-cta.svg) no-repeat;
          background-size: 100%; }
  .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: #0400F5;
  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*/
.calculator-section {
  position: relative;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
  padding: 150px 0 90px; }
  .calculator-section .calc-banner-content {
    position: relative;
    z-index: 9; }
    .calculator-section .calc-banner-content h1 {
      font-size: 50px;
      line-height: 1.2;
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 10px; }
    .calculator-section .calc-banner-content h2 {
      font-size: 30px;
      line-height: 1.2;
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 10px; }
    .calculator-section .calc-banner-content p {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.8); }
  .calculator-section .calc-wrapper {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center; }
    .calculator-section .calc-wrapper .calculator-card {
      background: #ffffff;
      padding: 50px;
      border-radius: 20px; }
      .calculator-section .calc-wrapper .calculator-card h3 {
        font-size: 30px;
        font-weight: bold;
        margin: 0 0 20px; }
      .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group {
        margin: 0 0 20px; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group label {
          color: #666666;
          display: block;
          margin: 0 0 10px;
          font-weight: 500; }
          .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group label i.ques {
            vertical-align: middle; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .calc-field {
          width: 100%;
          height: 42px;
          padding: 10px;
          border: 1px solid #9d9d9d;
          color: #9d9d9d;
          border-radius: 5px;
          font-size: 16px;
          transition: border-color 0.2s ease;
          box-sizing: border-box;
          font-family: "Lexend Deca", sans-serif; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .calc-btn {
          min-width: 145px;
          background: #08b25a;
          color: white;
          padding: 14px 20px;
          border: none;
          border-radius: 5px;
          margin: 10px 0 0;
          font-size: 16px;
          font-weight: bold;
          font-family: "Lexend Deca", sans-serif;
          cursor: pointer;
          transition: background-color 0.2s ease; }
          .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .calc-btn:hover {
            background: #007438;
            color: #ffffff; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .input-with-percent {
          position: relative;
          width: 100%; }
          .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .input-with-percent .percent-sign {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #9d9d9d;
            font-size: 16px;
            user-select: none;
            pointer-events: none;
            width: 30px;
            text-align: right; }
          .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .input-with-percent:before {
            content: "";
            width: 0.5px;
            height: 100%;
            position: absolute;
            right: 50px;
            top: 0;
            background: #9d9d9d; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .cpc-result {
          margin-top: 20px;
          padding: 15px;
          background: #edf5ff;
          border: 2px solid #badaff;
          border-radius: 5px;
          text-align: center;
          font-size: 16px;
          color: #0453ac; }
          .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .cpc-result.show {
            display: block; }
      .calculator-section .calc-wrapper .calculator-card .form-wrapper .calc-field:focus {
        outline: none;
        border-color: #000; }
      .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result {
        display: none; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .form-actions {
          width: 100%; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group {
          display: flex;
          gap: 20px; }
          .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .costbtn {
            display: block;
            line-height: 1;
            color: #ffffff;
            border-radius: 5px;
            text-align: center;
            padding: 14px 25px;
            width: 100%;
            background: #016be3;
            font-weight: bold;
            border: 0;
            font-family: "Lexend Deca", sans-serif;
            font-size: 16px; }
            .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .costbtn.btn-red {
              background: #ff4c64; }
            .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .costbtn:hover {
              background: #110302; }
          .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .calc-result-info {
            flex-basis: 50%; }
            .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .calc-result-info h4 {
              color: #016be3;
              margin: 0 0 10px;
              font-size: 16px;
              line-height: 1.2;
              font-weight: 500;
              padding-left: 30px;
              position: relative; }
              .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .calc-result-info h4:before {
                content: "";
                background: url(../images/thumbs-up.svg) no-repeat;
                width: 19px;
                height: 19px;
                background-size: 100%;
                position: absolute;
                left: 0;
                top: 0; }
            .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .calc-result-info p {
              color: #666666;
              font-size: 12px;
              line-height: 140%;
              font-weight: normal; }
            .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .calc-result-info:last-child h4 {
              color: #ff4c64; }
              .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .calc-result-info:last-child h4:before {
                background: url(../images/thumbs-down.svg) no-repeat;
                background-size: 100%; }
    .calculator-section .calc-wrapper .cpc-instructions-steps {
      display: flex;
      flex-direction: column;
      gap: 30px;
      padding-left: 50px; }
      .calculator-section .calc-wrapper .cpc-instructions-steps .cpc-step {
        display: flex;
        gap: 20px;
        align-items: flex-start; }
        .calculator-section .calc-wrapper .cpc-instructions-steps .cpc-step .cpc-step-number {
          width: 40px;
          height: 40px;
          outline: 4px solid rgba(0, 144, 69, 0.5);
          background: #009045;
          color: white;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: bold;
          font-size: 20px;
          flex-shrink: 0; }
        .calculator-section .calc-wrapper .cpc-instructions-steps .cpc-step .cpc-step-content h4 {
          font-size: 20px;
          font-weight: bold;
          color: #ffffff;
          margin: 0 0 10px; }
        .calculator-section .calc-wrapper .cpc-instructions-steps .cpc-step .cpc-step-content p {
          font-size: 14px;
          line-height: 25px;
          margin: 0; }
  .calculator-section:after {
    content: "";
    background: url(../images/shape-01.png) no-repeat;
    width: 452px;
    height: 397px;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .calculator-section:before {
    content: "";
    background: url(../images/shape-02.png) no-repeat;
    width: 217px;
    height: 191px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 40px; }

.calc-bottom-section {
  padding: 70px 0; }
  .calc-bottom-section .bottom-wrap {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between; }
    .calc-bottom-section .bottom-wrap .calc-faq {
      flex-basis: 55%; }
      .calc-bottom-section .bottom-wrap .calc-faq h3 {
        font-size: 30px;
        color: #686868;
        font-weight: 500; }
    .calc-bottom-section .bottom-wrap .calc-faq-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: 30px 0 0; }
      .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item {
        background: white;
        border-radius: 12px;
        border: 1px solid #e5e7eb;
        overflow: hidden;
        transition: box-shadow 0.2s ease; }
        .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-question {
          width: 100%;
          padding: 15px 40px 15px 45px;
          background: none;
          border: none;
          text-align: left;
          font-size: 16px;
          font-weight: bold;
          color: #404040;
          cursor: pointer;
          display: flex;
          position: relative;
          align-items: center;
          transition: background-color 0.2s ease; }
          .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-question:before {
            content: "";
            background: url(../images/qicon.svg) no-repeat;
            background-size: auto;
            width: 19px;
            height: 20px;
            background-size: 100%;
            position: absolute;
            top: 19px;
            left: 15px; }
          .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-question .calc-faq-icon {
            transition: transform 0.2s ease;
            content: "";
            background: url(../images/angle-img.svg) no-repeat;
            width: 17px;
            height: 17px;
            background-size: 100%;
            position: absolute;
            right: 15px;
            top: 20px; }
            .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-question .calc-faq-icon.open {
              transform: rotate(180deg); }
        .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer {
          padding: 0 15px 15px;
          display: none; }
          .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer p {
            color: #404040;
            line-height: 1.7;
            font-size: 14px;
            margin: 0 0 20px; }
            .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer p a {
              color: #0400F5; }
              .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer p a:hover {
                color: #404040;
                text-decoration: underline; }
          .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer ul,
          .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer ol {
            margin: 20px 0 0;
            padding-left: 0; }
          .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer li {
            margin: 10px 0 0;
            position: relative;
            padding-left: 18px;
            color: #404040;
            line-height: 1.7;
            font-size: 14px; }
            .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer li:before {
              content: "";
              width: 8px;
              height: 8px;
              background-color: #016be3;
              border-radius: 50%;
              position: absolute;
              left: 0;
              top: 7px; }
          .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer .per-click {
            padding: 15px;
            background: #eaf4ff;
            width: 100%;
            display: block;
            border-radius: 10px;
            margin: 20px 0 0;
            text-align: center;
            font-weight: 500; }
            .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer .per-click strong {
              color: #0400F5; }
            .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer .per-click:hover {
              background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
              color: #fff; }
              .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer .per-click:hover strong {
                color: #ffffff; }
          .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-answer.show {
            display: block; }
    .calc-bottom-section .bottom-wrap .calc-resources {
      flex-basis: 40%;
      margin: 50px 0 0; }
      .calc-bottom-section .bottom-wrap .calc-resources h3 {
        font-size: 30px;
        line-height: 140%;
        color: #000;
        font-weight: bold; }
      .calc-bottom-section .bottom-wrap .calc-resources ul {
        margin: 20px 0 0; }
        .calc-bottom-section .bottom-wrap .calc-resources ul li {
          margin: 0 0 15px;
          color: #0453ac;
          font-weight: 500;
          position: relative;
          padding-left: 30px; }
          .calc-bottom-section .bottom-wrap .calc-resources ul li:last-child {
            margin: 0; }
          .calc-bottom-section .bottom-wrap .calc-resources ul li a {
            color: #0453ac;
            font-weight: 500; }
            .calc-bottom-section .bottom-wrap .calc-resources ul li a:hover {
              color: rgba(65, 65, 65, 0.9);
              text-decoration: underline; }
          .calc-bottom-section .bottom-wrap .calc-resources ul li:before {
            content: "";
            background: url(../images/double-angle.svg) no-repeat;
            width: 19px;
            height: 19px;
            background-size: 100%;
            position: absolute;
            left: 0;
            top: 3px; }

@media (max-width: 1366px) {
  .calculator-section .calc-wrapper .calculator-card {
    padding: 40px; }
    .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group {
      gap: 13px; }
      .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .costbtn {
        padding: 14px 17px; } }
@media (max-width: 1024px) {
  .calculator-section .calc-banner-content h1 {
    font-size: 45px;
    line-height: 55px; }
  .calculator-section .calc-banner-content h2 {
    font-size: 25px; }
  .calculator-section .calc-banner-content p {
    font-size: 18px; }
  .calculator-section .calc-wrapper {
    grid-template-columns: 1fr; }
    .calculator-section .calc-wrapper .calculator-card {
      padding: 40px; }
    .calculator-section .calc-wrapper .cpc-instructions-steps {
      padding: 0;
      gap: 25px; }

  .calc-bottom-section .bottom-wrap {
    gap: 0; }
    .calc-bottom-section .bottom-wrap .calc-faq {
      flex-basis: 100%; }
      .calc-bottom-section .bottom-wrap .calc-faq h3 {
        font-size: 25px; }
    .calc-bottom-section .bottom-wrap .calc-resources {
      flex-basis: 100%;
      margin: 30px 0 0; } }
@media (max-width: 767px) {
  .calculator-section {
    padding: 140px 0 50px; }
    .calculator-section .calc-banner-content h1 {
      font-size: 35px;
      line-height: 45px; }
    .calculator-section .calc-banner-content h2 {
      font-size: 20px;
      line-height: 1.4; }
    .calculator-section .calc-banner-content p {
      font-size: 16px; }
    .calculator-section .calc-wrapper .calculator-card {
      padding: 30px; }
      .calculator-section .calc-wrapper .calculator-card h3 {
        font-size: 25px; }
      .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group {
        margin: 0 0 15px; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .calc-field {
          font-size: 14px;
          font-family: sans-serif; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper .cpc-form-group .calc-btn {
          font-size: 14px;
          font-family: sans-serif; }
      .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group {
        gap: 15px;
        flex-wrap: wrap; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .costbtn {
          padding: 14px 20px;
          font-family: sans-serif;
          font-size: 16px; }
        .calculator-section .calc-wrapper .calculator-card .form-wrapper.calc-result .btn-group .calc-result-info {
          flex-basis: 100%; }
    .calculator-section .calc-wrapper .cpc-instructions-steps .cpc-step .cpc-step-number {
      width: 35px;
      height: 35px;
      font-size: 16px; }
    .calculator-section .calc-wrapper .cpc-instructions-steps .cpc-step .cpc-step-content h4 {
      font-size: 18px; }
    .calculator-section .calc-wrapper .cpc-instructions-steps .cpc-step .cpc-step-content p {
      line-height: 23px; }
    .calculator-section:after {
      display: none; }

  .calc-bottom-section {
    padding: 50px 0; }
    .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-question {
      font-size: 15px; }
      .calc-bottom-section .bottom-wrap .calc-faq-list .calc-faq-item .calc-faq-question:before {
        top: 17px; }
    .calc-bottom-section .bottom-wrap .calc-resources h3 {
      font-size: 25px; }
    .calc-bottom-section .bottom-wrap .calc-resources ul li {
      padding-left: 25px; }
      .calc-bottom-section .bottom-wrap .calc-resources ul li:before {
        width: 15px;
        height: 16px;
        top: 5px; } }

/*# sourceMappingURL=cost-calculator.css.map */
