.footer {
  width: 100%;
  background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
  padding: 30px 0 0;
}
.footer .footer-top {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 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 .count-col h5 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 600;
}
.footer .footer-top .count-sec .count-col p {
  color: #b9b9b9;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}
.footer .footer-top .subs-box {
  flex-basis: 30%;
}
.footer .footer-top .subs-box ul {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.footer .footer-middle {
  padding: 40px 0 25px;
  justify-content: space-between;
  align-items: baseline;
}
.footer .footer-middle .flex-5 {
  flex-basis: auto;
  padding-right: 60px;
}
.footer .footer-middle .flex-5:last-child {
  padding-right: 0;
}
.footer .footer-middle h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.footer .footer-middle ul li {
  margin: 10px 0 0;
  color: #b9b9b9;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.footer .footer-middle ul li a {
  color: #b9b9b9;
}
.footer .footer-middle ul li a:hover {
  color: #fff;
}
.footer .footer-bottom {
  padding: 40px 0 0;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  justify-content: space-between;
}
.footer .footer-bottom .flex-4 {
  flex-basis: 15%;
}
.footer .footer-bottom h3 {
  font-size: 15px;
  line-height: 24px;
  color: #b9b9b9;
  font-weight: 400;
  margin: 0 0 22px;
}
.footer .footer-bottom .logo-box {
  flex-basis: 31%;
}
.footer .footer-bottom .logo-box .dis-flex a {
  margin-right: 30px;
}
.footer .footer-bottom .logo-box .dis-flex a:hover {
  opacity: 0.8;
}
.footer .footer-bottom .social-box .dis-flex a {
  margin-right: 10px;
}
.footer .footer-bottom .social-box .dis-flex a:hover {
  opacity: 0.6;
}
.footer .footer-bottom .footer-rating {
  color: #b9b9b9;
  flex-basis: 35%;
}
.footer .footer-bottom .footer-rating .star-outer a {
  font-size: 14px;
  color: #b9b9b9;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer .footer-bottom .footer-rating a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.footer .footer-bottom .footer-rating .star-icon {
  background: url(../images/home-images/footer-icons.png) 0 0 no-repeat;
  width: 18px;
  height: 15px;
  display: inline-block;
}
.footer .footer-bottom .footer-rating .client-outer {
  margin-top: 12px;
}
.footer .footer-bottom .footer-rating .rate-us {
  border: 1px solid #ffb81d;
  border-radius: 6px;
  padding: 5px 18px;
  display: inline-block;
  color: #ffb81d;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.footer .footer-copyright {
  background: #05164d;
  margin: 40px 0 0;
  color: #8d8d8d;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1;
}

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .footer .footer-top .count-sec .count-col {
    margin-right: 25px;
  }
  .footer .footer-middle .flex-5 {
    padding-right: 30px;
  }
  .footer .footer-bottom .logo-box .dis-flex a {
    margin-right: 15px;
  }
  .footer .footer-bottom .social-box .dis-flex a {
    margin-right: 7px;
  }
  .footer .footer-bottom h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 1290px) {
  .footer .footer-top .count-sec .count-col p {
    font-size: 13px;
  }
  .footer .footer-middle ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .footer-bottom h3 {
    font-size: 14px;
  }
  .footer .footer-bottom .flex-4 {
    flex-basis: 17%;
  }
  .footer .footer-bottom .footer-rating {
    flex-basis: 36%;
  }
  .footer .footer-bottom .footer-rating .client-outer {
    font-size: 14px;
  }
  .footer .footer-bottom .footer-rating .star-outer {
    font-size: 14px;
  }
}
@media (max-width: 1160px) {
  .footer .footer-top .count-sec .count-col p {
    font-size: 13px;
  }
  .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-top .footer-middle .flex-5 {
    padding-right: 20px;
  }
  .footer .footer-top .footer-bottom {
    gap: 20px;
  }
  .footer .footer-middle .flex-5 {
    padding-right: 20px;
  }
  .footer .footer-middle ul li {
    font-size: 13px;
  }
}
@media (max-width: 1160px) {
  .footer .footer-top .count-sec .count-col {
    line-height: 24px;
  }
  .footer .footer-top .count-sec .count-col p {
    font-size: 12px;
  }
}
@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 .count-sec .count-col {
    margin-right: 18px;
  }
  .footer .footer-top .subs-box {
    flex-basis: 100%;
    margin: 20px 0 0;
  }
  .footer .footer-middle .flex-5 {
    flex-basis: 20%;
  }
  .footer .footer-bottom {
    gap: 0;
    justify-content: space-between;
  }
  .footer .footer-bottom .flex-4 {
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer-bottom .logo-box {
    flex-basis: 50%;
    text-align: left;
  }
  .footer .footer-bottom .logo-box .dis-flex {
    gap: 15px;
  }
  .footer .footer-bottom .social-box {
    flex-basis: 50%;
    text-align: center;
  }
  .footer .footer-bottom .social-box .dis-flex {
    justify-content: center;
  }
  .footer .footer-bottom .footer-rating {
    flex-basis: 100%;
    text-align: center;
  }
  .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;
  }
  .footer .footer-bottom .copyright p {
    font-size: 13px;
    line-height: 22px;
  }
}
@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 .count-col p {
    font-size: 12px;
    line-height: 22px;
  }
  .footer .footer-top .count-sec .count-col h5 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .footer .footer-top .subs-box {
    flex-basis: 100%;
    padding: 0;
    margin: 0;
  }
  .footer .footer-middle {
    padding: 30px 0 10px;
  }
  .footer .footer-middle .flex-5 {
    flex-basis: 48%;
    padding: 0 0 20px;
  }
  .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-4 {
    flex-basis: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  .footer .footer-bottom .logo-box {
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer-bottom .logo-box .dis-flex {
    justify-content: center;
    gap: 8px;
  }
  .footer .footer-bottom .social-box {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
  .footer .footer-bottom .footer-rating {
    margin: 20px 0 0;
  }
  .footer .footer-bottom h3 {
    font-weight: 500;
  }
}
/*Media Query Ends Here*/
@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 {
  background-color: #ffffff;
  color: #656565;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-weight: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

.bg-blue {
  background-color: #006eff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-blue-linear {
  background: linear-gradient(180deg, #211f47 0%, #05164d 100%);
}
.bg-blue-linear h2 {
  color: #ffffff;
}
.bg-blue-linear p {
  color: #9b9b9b !important;
}

.light-background {
  background: #f4f4f4;
}

h1 {
  font-size: 60px;
  line-height: 1.3;
  color: #ffad00;
  font-weight: bold;
  margin-bottom: 15px;
}

h2 {
  font-size: 42px;
  line-height: 60px;
  font-weight: bold;
  color: #111827;
  margin: 0 0 15px;
}

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

h4 {
  font-size: 18px;
  color: #111827;
  font-weight: bold;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
  color: #4B5563;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 15px;
}

ul {
  list-style: none;
}

p:last-child {
  margin-bottom: 0px;
}

.font-30 {
  font-size: 30px;
  line-height: 40px;
}

a {
  color: #212121;
  text-decoration: none;
}

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

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

section {
  position: relative;
}

.strong,
strong {
  font-weight: 600;
}

.clr-yellow {
  color: #ffb81d;
}

.head-small {
  font-size: 24px;
  line-height: 32px;
  display: block;
  text-transform: uppercase;
}

.sub-head {
  font-size: 34px;
  line-height: 46px;
}

.bg-light,
.bg-dark-theme {
  background: #f8f8f8;
}

.subhead-small {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  text-transform: uppercase;
}

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

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

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

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

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

.block {
  display: block;
}

.flex-2 {
  flex-basis: 50%;
}
.flex-2:first-child {
  padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

.head-txt {
  max-width: 1060px;
  margin: auto;
}
.head-txt p {
  margin-top: 20px;
  color: #3f3f3f;
  line-height: 26px;
}
.head-txt small {
  font-size: 14px;
}
.head-txt a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.head-txt a:hover {
  text-decoration: underline;
}

.green-btn {
  background: #ffad00;
  padding: 16px 42px 16px 22px;
  display: inline-block;
  color: #05164d;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 228px;
}
.green-btn:hover {
  background-color: #ffffff;
}

.green-bdr-btn {
  background: none;
  border: 1px #ffad00 solid;
  padding: 18px 84px 18px 66px;
  display: inline-block;
  color: #ffad00;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
}
.green-bdr-btn:hover {
  border-color: #ffb81d;
  color: #ffb81d;
}
.green-bdr-btn:hover .arrow-icon.green::after {
  background-position: -21px 2px;
}

.arrow-icon {
  position: relative;
}
.arrow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background: url(../images/arrow-icon.png) no-repeat;
  width: 11px;
  height: 17px;
}
.arrow-icon.green::after {
  background: url(../images/green-yl-btn.png) 0 2px no-repeat;
}

.form-link-outer {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
.form-link-outer .form-link {
  border: 0;
  outline: 0;
  background: none;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.form-link-outer .form-link:hover {
  color: #ffb81d;
}

.bg-light-theme .link-box {
  background: #05164d;
  color: #ffffff;
}

.bg-dark-theme .link-box {
  background: #05164d;
  color: #ffffff;
}

.top-content p,
.top-content li {
  color: #3f3f3f;
  line-height: 26px;
}

.tick-icon-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
.tick-icon-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 25px;
  flex-basis: 48%;
}
.tick-icon-list li a {
  display: inline-flex;
}
.tick-icon-list li sup {
  font-size: 10px;
  font-size: 10px;
  margin-left: 2px;
  margin-top: -4px;
}
.tick-icon-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffb81d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.learn-more .round-arrow-icon {
  width: 24px;
  height: 24px;
  background: url(../images/arrow-circle.png) 0 0 no-repeat;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.learn-more::before {
  content: "";
  clear: both;
  display: block;
  background: #8e8c8c;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease-in-out;
}
.learn-more:hover {
  color: #ffad00 !important;
}
.learn-more:hover .round-arrow-icon {
  background-image: url(../images/arrow-circle-hover.png);
  margin-left: 15px;
}

.client-logo-box-section {
  padding: 22px 0;
}
.client-logo-box-section .dis-flex {
  justify-content: space-between;
}
.client-logo-box-section .logo-heading {
  width: 220px;
}
.client-logo-box-section h4 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #aaadb6;
  font-weight: 600;
}
.client-logo-box-section .dis-flex {
  align-items: center;
}
.client-logo-box-section .logo-box-outer {
  background: url(../images/banner-client-logo.svg) 0 0 no-repeat;
  width: calc(100% - 240px);
  height: 69px;
  background-size: 100%;
}

.input-field {
  color: #ffffff;
}

::placeholder {
  color: #9b9b9b;
  font-family: "Lexend Deca", sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::placeholder {
  color: #9b9b9b;
  font-family: "Lexend Deca", sans-serif;
  text-transform: capitalize;
}

input,
textarea {
  font-family: "Lexend Deca", sans-serif;
}

.lighter-theme-img {
  display: none !important;
}

.dot-icon {
  background-color: #ffb81d;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 20px transparent, 0 0 30px #ffb81d, 0 0 20px #ffb81d, 0 0 0px #ffb81d, 0 0 0px #ffb81d, 0 0 0px #ffb81d, 0 0 80px #ffb81d;
}
.dot-icon::before {
  content: "";
  border: 1px #ffb81d solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.dot-icon.dot-md {
  width: 19px;
  height: 19px;
}
.dot-icon.dot-md::before {
  padding: 5px;
  top: -6px;
  left: -6px;
}
.dot-icon.dot-sm {
  width: 12px;
  height: 12px;
}
.dot-icon.dot-sm::before {
  padding: 4px;
  top: -5px;
  left: -5px;
}

.for-box-effect {
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.two-column-right-box-section.bg-dark-theme .has-vlink:hover {
  background: #fff;
}
.two-column-right-box-section .has-vlink:hover {
  background: #f6f6f6;
}

.bg-blue-opacity {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 20px #f3f3f3;
}

.bg-blue-opacity-light {
  background: rgba(255, 255, 255, 0.2);
}

.green-bdr-btn {
  border-color: #ffad00;
  color: #ffad00;
}
.green-bdr-btn .arrow-icon.green::after {
  background-position: -21px 2px;
}
.green-bdr-btn:hover {
  border-color: #60b741;
  color: #60b741;
  color: #60b741;
}
.green-bdr-btn:hover .arrow-icon.green::after {
  background-position: 0 2px;
}

.link-box {
  background: transparent;
  color: #212121;
}
.link-box:hover {
  color: #ffffff;
}

.learn-more .round-arrow-icon {
  background-position: 0 0;
}
.learn-more:hover {
  color: #ffad00;
}
.learn-more:hover .round-arrow-icon {
  background-position: 0 0;
}

.bg-jacarta,
.bg-voilet,
.bg-white {
  background-color: #f6f6f6;
}

.lighter-theme-img {
  display: block !important;
}

.dark-theme-img {
  display: none !important;
}

.hero-section,
.second-level-section {
  padding: 180px 0 70px;
  display: grid;
  flex-wrap: wrap;
  min-height: calc(100vh - 120px);
  align-items: center;
}
.hero-section p span,
.hero-section strong,
.second-level-section p span,
.second-level-section strong {
  color: #ffffff;
}
.hero-section a,
.second-level-section a {
  text-decoration: none;
}
.hero-section::after,
.second-level-section::after {
  content: "";
  background: url(../images/client-logo-sprite.png) bottom center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 92px;
  max-width: 1640px;
  margin: 78px auto 0;
  display: none;
}
.hero-section ul,
.second-level-section ul {
  margin: 30px 0 0;
  list-style: none;
}
.hero-section ul li,
.second-level-section ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 27px;
  line-height: 26px;
  flex-basis: 100%;
  color: #bdb7b7;
}
.hero-section ul li:before,
.second-level-section ul li:before {
  content: "";
  background: url(../images/checklist-icon.svg) no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50px;
}

.second-level-section {
  padding: 145px 0 80px;
  align-items: normal;
}
.second-level-section .has-free-trial {
  position: relative;
  display: block;
}
.second-level-section .has-free-trial::before {
  content: "";
  clear: both;
  display: block;
  background: url(../images/two-weeks-trial-img.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8px;
  right: -7px;
  width: 251px;
  height: 197px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.second-level-section .has-free-trial:hover::before {
  background-image: url(../images/two-weeks-trial-img-light.png);
}
.second-level-section .col-estimate-box {
  margin-top: 40px;
}
.second-level-section .col-estimate-box h3 {
  font-weight: 700;
  color: #f7f7f9;
}
.second-level-section .col-estimate-box .flex-3 {
  padding: 0 10px;
  max-width: 245px;
}
.second-level-section .col-estimate-box .flex-3:first-child {
  padding-left: 0;
}
.second-level-section .col-estimate-box .inner-content {
  background: #1b1a39;
  border: 1px solid #403f6f;
  padding: 15px 30px 15px 40px;
  height: 100%;
}
.second-level-section .col-estimate-box .inner-content p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 18px;
}
.second-level-section .tick-icon-list li {
  color: #bdb7b7;
}

.faq-section .container {
  max-width: 1250px;
}
.faq-section .head-txt {
  max-width: 945px;
}
.faq-section .head-txt h2 {
  text-transform: capitalize;
}
.faq-section .faq-outer {
  max-width: 970px;
  margin: 0 auto;
}
.faq-section .faq-accordion-item-outer {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 0 20px;
}
.faq-section .faq-accordion-item-outer.active {
  border-bottom: 2px solid #ffad00;
}
.faq-section .faq-accordion-item-outer.active .faq-accordion-content {
  display: block;
}
.faq-section .faq-accordion-item-outer.active .open-icon {
  display: none;
}
.faq-section .faq-accordion-item-outer.active .faq-accordion-toggle::after {
  display: none;
}
.faq-section .faq-accordion-item-outer:nth-child(1) .faq-accordion-toggle {
  border-top: 0;
}
.faq-section .faq-accordion-toggle {
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 20px 20px 20px 0;
  position: relative;
  font-weight: 600;
  color: #110302;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}
.faq-section .faq-accordion-toggle a {
  display: contents;
}
.faq-section .faq-accordion-toggle::before {
  content: "";
  clear: both;
  display: block;
  background: #ffb81d;
  height: 3px;
  width: 18px;
  border-radius: 3px;
  position: absolute;
  right: 0;
}
.faq-section .faq-accordion-toggle::after {
  content: "";
  clear: both;
  display: block;
  background: #ffb81d;
  height: 18px;
  width: 3px;
  border-radius: 3px;
  position: absolute;
  right: 7px;
}
.faq-section .faq-accordion-content {
  display: none;
  padding: 20px 0;
}
.faq-section .faq-accordion-content p {
  margin: 0 0 10px;
  font-weight: 400;
  color: #5e6373;
}
.faq-section .faq-accordion-content ul,
.faq-section .faq-accordion-content ol {
  margin: 20px 0;
  padding-left: 0;
}
.faq-section .faq-accordion-content ul li,
.faq-section .faq-accordion-content ol li {
  margin: 10px 0 0;
  position: relative;
  padding-left: 18px;
}
.faq-section .faq-accordion-content ul li:before,
.faq-section .faq-accordion-content ol li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffb81d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.faq-section .no-list-type ul {
  list-style-type: none;
  padding-left: 0;
}

.page-id-12791 .faq-section .head-txt h2 {
  text-transform: initial;
}

.breadcrumbs {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  z-index: 2;
  font-weight: 500;
  margin-bottom: 30px;
}
.breadcrumbs a {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  color: #bababa;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #ffffff;
}
.breadcrumbs a:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 6px;
  height: 10px;
  background: url(../images/breadcrumbs-arrow.png) top center no-repeat;
  background-size: 100%;
}
.breadcrumbs span {
  color: #bababa;
  position: relative;
  padding-right: 14px;
  display: inline-block;
}
.breadcrumbs span:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 3px;
  width: 6px;
  height: 10px;
  background: url(../images/breadcrumbs-arrow.png) top center no-repeat;
  background-size: 100%;
}

.for-client-logo-box {
  margin-bottom: 30px;
}
.for-client-logo-box .logo-box {
  width: 109px;
  height: 57px;
  background: url(../images/home-partner-logo.png) 0 0 no-repeat;
  display: inline-block;
}
.for-client-logo-box .logo-box.logo2 {
  background-position: -111px 0;
}
.for-client-logo-box .logo-box.logo3 {
  background-position: -220px 0;
}
.for-client-logo-box .logo-box.logo4 {
  background-position: -329px 0;
}
.for-client-logo-box .logo-box.logo5 {
  background-position: -439px 0;
}
.for-client-logo-box .logo-box.logo6 {
  background-position: -549px 0;
}

.client-video-section iframe {
  vertical-align: bottom;
  background-color: #656565;
  width: 100%;
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.client-video-section .client-videos {
  position: relative;
  margin: 0 10px;
  border: 1px solid #e2e9ef;
  background-color: #ffffff;
}
.client-video-section .client-description {
  padding: 30px 25px;
  min-height: 142px;
  text-align: center;
  background: #fff;
}
.client-video-section .client-description span {
  display: block;
  text-align: center;
}
.client-video-section .client-description .star-rating {
  width: 96px;
  height: 17px;
  background: url(../images/star-rating.png) no-repeat center;
  background-size: 100%;
  display: block;
  margin: 10px auto;
}
.client-video-section .client-description h3 {
  margin: 0 0 5px;
}
.client-video-section .client-description .detail {
  color: #666666;
  font-weight: 300;
}
.client-video-section .client-testimonial-slider {
  margin-top: 90px;
}
.client-video-section .glider-next,
.client-video-section .glider-prev {
  display: none;
}
.client-video-section .glider-dots {
  align-items: center;
  margin-top: 50px;
}
.client-video-section .glider-dots .glider-dot {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
}
.client-video-section .glider-dots .glider-dot.active {
  width: 15px;
  height: 15px;
  background: #373658;
  margin: 0 1px;
}
.client-video-section .shadow-box {
  position: relative;
}
.client-video-section .shadow-box .client-video-box {
  position: relative;
}
.client-video-section .shadow-box .client-video-box .frame-mask {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.client-video-section .shadow-box .client-video-box .frame-mask img {
  display: block;
  height: 100%;
  width: 100%;
}
.client-video-section .shadow-box:hover::before {
  display: none;
}
.client-video-section .glider-track {
  padding-bottom: 16px;
}

.experts-talk-first-section {
  position: relative;
  z-index: 1;
}
.experts-talk-first-section:before, .experts-talk-first-section:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.experts-talk-first-section:before {
  background: url(../images/intersect-left.png) 0 0 no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
  width: 116px;
  height: 163px;
}
.experts-talk-first-section:after {
  background: url(../images/intersect-right.png) 0 0 no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 304px;
  height: 475px;
}
.experts-talk-first-section .button-section {
  justify-content: center;
}
.experts-talk-first-section .button-section .btn-sec {
  justify-content: center;
}

.experts-talk-second-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.experts-talk-second-section .col-left,
.experts-talk-second-section .col-right {
  flex-basis: 48%;
}
.experts-talk-second-section .col-right .dis-flex {
  justify-content: flex-end;
}
.experts-talk-second-section .col-right .count-box-section {
  text-align: center;
}
.experts-talk-second-section .col-right .count-box-section .count-box-big {
  margin-top: 20px;
}
.experts-talk-second-section .col-right .count-box-section .count-box-small {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  display: inline-block;
}
.experts-talk-second-section:before, .experts-talk-second-section:after {
  content: "";
  position: absolute;
  width: 381px;
  height: 301px;
  z-index: -1;
}
.experts-talk-second-section:before {
  background: url(../images/intersect-circ-left.png) 0 0 no-repeat;
  background-size: 100%;
  top: 0;
  left: -100px;
}
.experts-talk-second-section:after {
  background: url(../images/intersect-circ-right.png) 0 0 no-repeat;
  background-size: 100%;
  bottom: 0;
  right: -100px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .safari_only,
    a,
    span.title,
    .checkout-submit {
      font-weight: 500 !important;
    }
  }
}
@-moz-document url-prefix() {
  a,
  span.title,
  .checkout-submit {
    font-weight: 500 !important;
  }
}
.customer-column-section .client-video-section iframe {
  position: initial !important;
}

.related-tags-section h3 {
  text-transform: uppercase;
}
.related-tags-section a {
  display: inline-block;
  background: rgba(232, 227, 227, 0.32);
  border: 1px solid #d1d1e1;
  border-radius: 40px;
  text-decoration: none;
  padding: 14px 25px;
  color: #212121;
  transition: all 0.3s ease-in-out;
  margin: 20px 20px 0 0;
}
.related-tags-section a:hover, .related-tags-section a.active {
  background: rgba(255, 173, 0, 0.15);
  color: #212121;
  border-color: #ffad00;
}

.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 h6 {
  color: #ffad00;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.top-section p {
  font-size: 18px;
}
.top-section.b-100 {
  max-width: 100%;
  margin: auto;
  padding: 0 0 100px;
  text-align: center;
}

.gradient-bg {
  background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
}
.gradient-bg .top-section h2 {
  color: #ffffff;
}
.gradient-bg .top-section p {
  color: #bdb7b7;
}

.btn-container {
  margin-top: 30px;
}
.btn-container .cta-button {
  display: inline-flex;
  padding: 14px 16px;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  color: #05164d;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
}
.btn-container .cta-button:after {
  content: "";
  background: url(../images/home-images/yellow-cta.svg) no-repeat;
  width: 26px;
  height: 26px;
  background-size: 100%;
  display: inline-block;
  margin-left: 10px;
}
.btn-container .cta-button:hover {
  background-color: #ffad00;
  color: #05164d;
}
.btn-container .cta-button:hover:after {
  background: url(../images/home-images/blue-cta.svg) no-repeat;
}
.btn-container .cta-button.yellow {
  background: #ffad00;
  color: #05164d;
}
.btn-container .cta-button.yellow:after {
  background: url(../images/home-images/white-cta.svg) no-repeat;
}
.btn-container .cta-button.yellow:hover {
  background: #05164d;
  color: #ffffff;
}
.btn-container .cta-button.yellow:hover:after {
  background: url(../images/home-images/yellow-cta.svg) no-repeat;
}

.explore-btn {
  position: relative;
  color: #05164d;
  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;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1380px;
  }
  .related-tags-section .tags-outer {
    margin-top: 10px;
  }
  .related-tags-section a {
    margin: 20px 10px 0 0;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1260px;
  }
  .client-video-section .client-testimonial-slider {
    margin-top: 70px;
  }
  .subhead-small {
    font-size: 18px;
  }
  .margin-t-50 {
    margin-top: 30px;
  }
  .faq-section .container {
    max-width: 1160px;
  }
  .for-client-logo-box i {
    width: 118px;
    height: 68px;
    background: url(../images/header-partner-logo-dark-md-.svg) 0 0 no-repeat;
    margin: 0 5px;
  }
  .for-client-logo-box i:nth-child(1) {
    background-position: 0 -85.5px;
  }
  .for-client-logo-box i:nth-child(2) {
    background-position: -127px -85.5px;
  }
  .for-client-logo-box i:nth-child(3) {
    background-position: -254px -85.5px;
  }
  .for-client-logo-box i:nth-child(4) {
    background-position: -381px -85.5px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 55px;
    line-height: 1.3;
  }
  h2 {
    font-size: 36px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1320px) {
  .container,
  .hero-section::after,
  .second-level-section::after,
  .hero-img-section h1 {
    max-width: 1160px;
  }
  .client-logo-box-section h4 {
    font-size: 12px;
  }
  .experts-talk-first-section:after {
    width: 200px;
    height: 380px;
  }
  .experts-talk-second-section:before, .experts-talk-second-section:after {
    width: 220px;
    height: 180px;
  }
  .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-b-70 {
    padding-top: 60px;
  }
  .padding-t-70 {
    padding-bottom: 60px;
  }
  .margin-t-80 {
    margin-top: 60px;
  }
  .top-section.b-100 {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 15px;
  }
  .client-logo-box-section {
    text-align: center;
  }
  .client-logo-box-section .logo-heading {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .client-logo-box-section .logo-box-outer {
    flex-basis: 100%;
    padding-left: 0;
    width: 100%;
  }
  .client-video-section .client-description .client-name {
    font-size: 20px;
  }
  .for-client-logo-box i {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  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;
  }
  .head-small {
    font-size: 18px;
    line-height: 20px;
  }
  .head-txt p {
    margin-top: 15px;
  }
  .head-txt small {
    text-transform: lowercase;
  }
  .hero-section::after,
  .second-level-section::after {
    margin-top: 10px;
  }
  .second-level-section .col-estimate-box .flex-3 {
    flex-basis: 33.33%;
  }
  .experts-talk-first-section .container .head-txt h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .experts-talk-first-section .container .head-txt p {
    margin-top: 15px;
  }
  .count-box-section .count-box-big {
    font-size: 26px;
  }
  .experts-talk-second-section .container .head-txt h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .experts-talk-second-section .container .d-flex {
    flex-direction: column;
  }
  .experts-talk-second-section .container .d-flex .col-left {
    text-align: center;
  }
  .experts-talk-second-section .container .d-flex .col-right .count-box-section {
    justify-content: space-between;
    margin-left: 0;
  }
  .experts-talk-second-section .container .d-flex .col-right .count-box-section .flex-3 {
    flex-basis: 30%;
  }
  .is-arrow {
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 24px;
  }
  ::placeholder,
  input,
  textarea {
    font-family: sans-serif;
  }
  .subhead-small {
    font-size: 14px;
  }
  .tick-icon-list li {
    margin: 0 0 5px;
    flex-basis: 100%;
    line-height: 24px;
  }
  .tick-icon-list li::before {
    top: 8px;
  }
  .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: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 28px;
    line-height: 37px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  .flex-3 {
    flex-basis: 100%;
  }
  .flex-4 {
    flex-basis: 100%;
  }
  .flex-5 {
    flex-basis: 100%;
  }
  .font-30 {
    font-size: 18px;
    line-height: 26px;
  }
  .green-btn {
    padding: 15px 44px 15px 24px;
    font-size: 16px;
  }
  .head-txt p {
    font-size: 14px;
    line-height: 23px;
  }
  .breadcrumbs {
    line-height: 18px;
  }
  .dot-icon.dot-md, .dot-icon.dot-sm {
    width: 8px;
    height: 8px;
  }
  .dot-icon.dot-md::before, .dot-icon.dot-sm::before {
    padding: 3px;
    top: -4px;
    left: -4px;
  }
  .client-logo-box-section {
    display: none;
  }
  .for-client-logo-box {
    text-align: center;
  }
  .for-client-logo-box i {
    margin: 0 4px;
  }
  .form-link-outer {
    font-size: 14px;
    line-height: 20px;
  }
  .form-link-outer .form-link {
    font-size: 14px;
    line-height: 20px;
  }
  .sub-head {
    font-size: 20px;
    line-height: 28px;
  }
  .hero-section,
  .second-level-section {
    padding-top: 100px;
    min-height: auto;
  }
  .hero-section::after,
  .second-level-section::after {
    display: none !important;
  }
  .experts-talk-first-section:after {
    display: none;
  }
  .experts-talk-first-section:before {
    width: 50px;
    height: 70px;
  }
  .experts-talk-second-section .container .head-txt h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .experts-talk-second-section:before, .experts-talk-second-section:after {
    width: 120px;
    height: 110px;
  }
  .client-video-section .client-testimonial-slider {
    margin-top: 40px;
    padding: 0 10px;
  }
  .client-video-section iframe {
    height: 240px;
  }
  .client-video-section .glider-dots {
    margin-top: 40px;
  }
  .client-video-section .client-videos {
    margin: 0;
  }
  .second-level-section {
    padding-bottom: 50px;
  }
  .second-level-section .has-free-trial::before {
    top: 0;
    right: -5px;
    width: 140px;
    height: 110px;
  }
  .second-level-section .col-estimate-box {
    margin-top: 10px;
    justify-content: center;
  }
  .second-level-section .col-estimate-box .inner-content {
    text-align: center;
  }
  .second-level-section .col-estimate-box .flex-3 {
    flex-basis: 50%;
    margin-top: 10px;
  }
  .second-level-section .tick-icon-list ul {
    margin: 20px 0 0;
  }
  .second-level-section .tick-icon-list li::before {
    background-position: 2px 3px;
  }
  .second-level-section ul li {
    line-height: 24px;
  }
  .second-level-section .margin-t-70 {
    text-align: center;
  }
  .faq-section .faq-accordion-content p {
    font-size: 14px;
    margin-top: 10px;
  }
  .faq-section .faq-accordion-content ul li:before {
    top: 7px;
  }
  .faq-section .faq-accordion-content ol li:before {
    top: 7px;
  }
  .faq-section .faq-accordion-toggle {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 30px 15px 0;
  }
  .faq-section .faq-accordion-toggle::before {
    height: 2px;
    width: 12px;
  }
  .faq-section .faq-accordion-toggle::after {
    height: 12px;
    width: 2px;
    right: 5px;
  }
  .related-tags-section {
    text-align: center;
  }
  .related-tags-section a {
    margin: 8px 5px 0 0;
    padding: 5px 15px;
  }
  .for-client-logo-box {
    margin-bottom: 20px;
  }
  .for-client-logo-box .logo-box {
    margin: 0 0 10px;
  }
  .for-client-logo-box .logo-box.logo3 {
    display: none;
  }
  .is-arrow {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .top-section p {
    font-size: 16px;
  }
  .top-section.b-100 {
    padding: 0 0 40px;
  }
  .btn-container {
    margin-top: 20px;
  }
  .btn-container .cta-button {
    padding: 12px 16px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
  }
}
body.page-template-template-testimonials .client-video-section iframe,
.keka-iframe iframe {
  position: initial !important;
  height: 260px;
}

.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: #fff;
  border-radius: 25px;
  padding: 36px 70px;
  text-align: center;
  position: relative;
}
.popup-section .popup-wrapper .popWrap .popup-content h2 {
  color: #ffad00;
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 5px;
  line-height: 40px;
}
.popup-section .popup-wrapper .popWrap .popup-content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #05164d;
}
.popup-section .popup-wrapper .popWrap .popup-content p {
  color: #666;
}
.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 #05164d;
  margin: 15px auto 0;
  padding: 15px 20px;
  font-weight: 500;
  color: #05164d;
  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: #ffad00;
  border-color: #ffad00;
}
.popup-section .popup-wrapper .popWrap .popup-content .closeicon {
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 10px;
  background: 0 0;
}
.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;
  }
}
.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: black;
  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: #fff;
  border-radius: 25px;
  padding: 36px 70px;
  text-align: center;
  position: relative;
}
.popup-section .popup-wrapper .popWrap .popup-content h2 {
  color: #ffad00;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 5px;
  line-height: 40px;
}
.popup-section .popup-wrapper .popWrap .popup-content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #05164d;
}
.popup-section .popup-wrapper .popWrap .popup-content p {
  color: #666666;
}
.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 #05164d;
  margin: 15px auto 0;
  padding: 15px 20px;
  font-weight: 500;
  color: #05164d;
  border-radius: 8px;
  min-width: 376px;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec a.book-btn {
  background: #ffad00;
  border-color: #ffad00;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec a:hover {
  background: #05164d;
  color: #fff;
  border-color: #05164d;
}
.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;
  }
}
.award-section .top-logo {
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award-section .top-logo .text {
  display: flex;
  align-items: center;
}
.award-section .top-logo .text i img {
  margin: 1px 8px 0 0;
  vertical-align: text-top;
  display: inline-block;
}
.award-section .top-logo .text strong {
  font-size: 24px;
  color: #111827;
  margin-right: 10px;
}
.award-section .top-logo .awlogo {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: 10px;
}
.award-section .top-logo .awlogo a {
  border: 1px solid #dfdbdb;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  padding: 8px;
  position: relative;
  cursor: default;
}
.award-section .top-logo .awlogo a:after {
  content: "";
  background: url(../images/home-images/awlogo-01.svg) no-repeat;
  width: 25px;
  height: 26px;
  background-size: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.award-section .top-logo .awlogo a:nth-child(2):after {
  width: 24px;
  height: 24px;
  background: url(../images/home-images/awlogo-02.svg) no-repeat;
  background-size: 100%;
}
.award-section .top-logo .awlogo a:nth-child(3):after {
  width: 26px;
  height: 25px;
  background: url(../images/home-images/awlogo-03.svg) no-repeat;
  background-size: 100%;
}
.award-section .stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 75%;
  margin: 40px auto 0;
}
.award-section .stats .stat {
  border-right: 1px solid #cdcdcd;
  flex-basis: 33.33%;
  padding: 30px 20px;
  text-align: center;
}
.award-section .stats .stat h2 {
  font-size: 56px;
  line-height: 55px;
  margin: 0 0 5px;
  color: #111827;
}
.award-section .stats .stat p {
  color: #111827;
}
.award-section .stats .stat:last-child {
  border: 0;
}
.award-section .award-image {
  padding: 8px 0 0;
  text-align: center;
}
.award-section .award-image .dis-flex {
  overflow: hidden;
  width: 100%;
}
.award-section .award-image .award-heading {
  position: relative;
  width: 100%;
  margin: 0 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-basis: 100%;
  margin: 0 0 30px;
  justify-content: center;
}
.award-section .award-image .award-heading h4 {
  color: #0f172b;
  font-size: 20px;
  margin: 0 35px;
  background: #ffffff;
  position: relative;
}
.award-section .award-image .award-heading h4 span {
  margin: 0 35px;
  background: #ffffff;
}
.award-section .award-image .award-heading strong {
  color: #ffad00;
}
.award-section .award-image .award-heading:before {
  width: 90%;
  content: "";
  height: 0.197px;
  background: #cdcdcd;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.award-section .award-image .award-section {
  width: 100%;
}
.award-section .award-image .award-section img {
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .award-section .stats {
    max-width: 90%;
  }
}
@media (max-width: 1320px) {
  .award-section .top-logo .text strong {
    font-size: 22px;
  }
  .award-section .stats {
    margin: 30px auto 0;
  }
  .award-section .stats .stat h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 1024px) {
  .award-section .stats {
    max-width: 100%;
  }
  .award-section .stats .stat {
    padding: 25px 20px;
  }
  .award-section .award-image .award-heading {
    margin: 0 0 20px;
    margin: 0 0 25px;
  }
  .award-section .award-image .award-heading h4 {
    font-size: 18px;
    margin: 0 25px;
  }
  .award-section .award-image .award-heading h4 span {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .award-section .top-logo {
    flex-wrap: wrap;
    font-size: 16px;
  }
  .award-section .top-logo .text {
    width: 100%;
    margin: 0 0 20px;
    justify-content: center;
  }
  .award-section .top-logo .text strong {
    font-size: 20px;
    margin-right: 8px;
  }
  .award-section .top-logo .awlogo {
    width: 100%;
    justify-content: center;
    margin: 0;
  }
  .award-section .stats {
    max-width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
  }
  .award-section .stats .stat {
    flex-basis: 50%;
    padding: 20px;
  }
  .award-section .stats .stat h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .award-section .stats .stat:nth-child(2) {
    border-right: 0;
  }
  .award-section .stats .stat:last-child {
    flex-basis: 100%;
    border-top: 1px solid #cdcdcd;
  }
  .award-section .award-image {
    padding: 20px 0 0;
  }
  .award-section .award-image .award-heading {
    margin: 0 0 15px;
  }
  .award-section .award-image .award-heading h4 {
    font-size: 16px;
  }
}
.work-with {
  background: #FFF8EA;
  padding: 65px 0;
  text-align: center;
}
.work-with .top-section {
  margin: 0 0 50px;
}
.work-with .top-section h2 {
  margin: 0 0 25px;
  padding: 0 0 20px;
  position: relative;
}
.work-with .top-section h2:after {
  content: "";
  background: #ffad00;
  width: 90px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.work-with .work-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media (max-width: 979px) {
  .work-with .work-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .work-with .work-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.work-with .card {
  background: #fff;
  border: 1px solid #ffe3a9;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.3s ease;
}
.work-with .card:hover {
  transform: translateY(-5px);
}
.work-with .card .card-image {
  width: 100%;
}
.work-with .card .card-image img {
  width: 100%;
  display: block;
  height: 200px;
  object-position: center;
  object-fit: fill;
}
.work-with .card .card-content {
  margin: 20px 0 0;
}
.work-with .card .card-content h3 {
  margin: 0 0 10px;
}
.work-with .card .card-content p {
  color: #0f172b;
  margin: 0 0 20px;
}
.work-with .card .card-content .is-arrow {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffad00;
  text-decoration: none;
  margin: 0;
  line-height: 1;
  cursor: pointer;
}
.work-with .card .card-content .is-arrow:after {
  background: url(../images/home-images/arrow-yellow.svg) no-repeat center;
  margin: 2px 0 0 8px;
}
.work-with .card .card-content .is-arrow:hover:after {
  margin-left: 15px;
  text-decoration: underline;
}

.what-we-offer .top-section {
  text-align: center;
  margin: 0 0 70px;
}
.what-we-offer .top-section h4 {
  font-size: 24px;
  display: block;
  margin: 0 0 20px;
}
.what-we-offer .top-section h4 span {
  border-radius: 10px;
  padding: 10px;
  background: #ffad00;
  margin: 0 0 20px;
}
.what-we-offer .top-section h2 {
  margin: 0 0 25px;
  padding: 0 0 20px;
  position: relative;
}
.what-we-offer .top-section h2:after {
  content: "";
  background: #ffad00;
  width: 90px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .what-we-offer .top-section {
    margin: 0 0 40px;
  }
  .what-we-offer .top-section h4 {
    font-size: 24px;
  }
}
.what-we-offer .work-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 979px) {
  .what-we-offer .work-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .what-we-offer .work-cards {
    grid-template-columns: 1fr;
  }
}
.what-we-offer .card {
  background: #fff;
  border: 1px solid #ffe3a9;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.3s ease;
}
.what-we-offer .card:hover {
  transform: translateY(-5px);
}
.what-we-offer .card .card-image img {
  width: 100%;
  display: block;
  height: auto;
}
.what-we-offer .card .card-content {
  margin: 20px 0 0;
}
.what-we-offer .card .card-content h3 {
  margin: 0 0 10px;
}
.what-we-offer .card .card-content p {
  color: #0f172b;
  margin: 0 0 20px;
  font-weight: 400;
}
.what-we-offer .card .card-content .is-arrow {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffad00;
  text-decoration: none;
  margin: 0;
  line-height: 1;
  cursor: pointer;
}
.what-we-offer .card .card-content .is-arrow:after {
  background: url(../images/home-images/arrow-yellow.svg) no-repeat center;
  margin: 2px 0 0 8px;
}
.what-we-offer .card .card-content .is-arrow:hover:after {
  margin-left: 15px;
  text-decoration: underline;
}

.tabs-section {
  background: linear-gradient(180deg, #fff8ea 0%, #fff8ea 100%);
}
.tabs-section .tab-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tabs-section .tabs-container {
  flex-basis: 45%;
}
.tabs-section .tabs-container .tabs {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: flex;
  background: #fff;
  box-shadow: 20px 30px 50px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #dbdbdb;
  max-width: 500px;
  justify-content: space-between;
  padding: 15px;
  border-radius: 10px;
  gap: 20px;
}
.tabs-section .tabs-container .tabs .tab {
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.3s;
  color: #111827;
  display: flex;
  flex-wrap: wrap;
}
.tabs-section .tabs-container .tabs .tab img {
  margin-right: 5px;
  vertical-align: middle;
}
.tabs-section .tabs-container .tabs .tab .normal {
  display: inline-block;
}
.tabs-section .tabs-container .tabs .tab .hover {
  display: none;
}
.tabs-section .tabs-container .tabs .tab.active, .tabs-section .tabs-container .tabs .tab:hover {
  background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
  color: #ffffff;
}
.tabs-section .tabs-container .tabs .tab.active .hover, .tabs-section .tabs-container .tabs .tab:hover .hover {
  display: inline-block;
}
.tabs-section .tabs-container .tabs .tab.active .normal, .tabs-section .tabs-container .tabs .tab:hover .normal {
  display: none;
}
.tabs-section .tabs-container .tab-content {
  margin: 40px 0 0;
}
.tabs-section .tabs-container .tab-content .content {
  display: none;
}
.tabs-section .tabs-container .tab-content .content h3 {
  margin: 10px 0;
}
.tabs-section .tabs-container .tab-content .content p {
  font-weight: 500;
}
.tabs-section .tabs-container .tab-content .content ul {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.tabs-section .tabs-container .tab-content .content ul li {
  flex-basis: 48%;
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.tabs-section .tabs-container .tab-content .content ul li:before {
  content: "";
  background: url(../images/home-images/listing.svg) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
.tabs-section .tabs-container .tab-content .content ul li a {
  color: #656565;
}
.tabs-section .tabs-container .tab-content .content ul li a:hover {
  text-decoration: underline;
}
.tabs-section .tabs-container .tab-content .content.active {
  display: block;
}
.tabs-section .image-container {
  flex-basis: 40%;
  text-align: right;
}
.tabs-section .image-container .tab-image {
  display: none;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.tabs-section .image-container .tab-image.active {
  display: block;
}
.tabs-section.techno-tabs {
  background: #ffffff;
}
.tabs-section.techno-tabs .tabs-container {
  flex-basis: 100%;
}
.tabs-section.techno-tabs .tabs-container .tabs {
  margin: 0;
  padding: 0;
  max-width: 100%;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 3px solid rgba(221, 221, 238, 0.3333333333);
}
.tabs-section.techno-tabs .tabs-container .tabs .tab {
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.3s;
  color: #111827;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 15px;
  align-items: center;
}
.tabs-section.techno-tabs .tabs-container .tabs .tab.active, .tabs-section.techno-tabs .tabs-container .tabs .tab:hover {
  background: #edf1ff;
  color: #05164d;
}
.tabs-section.techno-tabs .tabs-container .tabs .tab.active:after, .tabs-section.techno-tabs .tabs-container .tabs .tab:hover:after {
  content: "";
  background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.tabs-section.techno-tabs .tabs-container .tab-content .content .dis-flex {
  justify-content: space-between;
}
.tabs-section.techno-tabs .tabs-container .tab-content .content .img-div {
  flex-basis: 40%;
}
.tabs-section.techno-tabs .tabs-container .tab-content .content .content-div {
  flex-basis: 50%;
}
.tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul {
  margin: 20px 0 0;
}
.tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li {
  flex-basis: 100%;
}
.tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li:last-child {
  margin: 0;
}
.tabs-section.technologies-tabs {
  background: linear-gradient(90deg, #05164D 0%, #0C33B3 100%);
  position: relative;
}
.tabs-section.technologies-tabs .container {
  position: relative;
  z-index: 9;
}
.tabs-section.technologies-tabs .top-section {
  text-align: left;
}
.tabs-section.technologies-tabs .top-section h2 {
  color: #ffffff;
}
.tabs-section.technologies-tabs .top-section p {
  color: #bdb7b7;
}
.tabs-section.technologies-tabs .tabs-container {
  flex-basis: 100%;
  display: flex;
  background: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
}
.tabs-section.technologies-tabs .tabs-container .tabs {
  margin: 0;
  width: 35%;
  display: flex;
  max-width: 100%;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: column;
  border: 0;
  background: #fff;
  padding: 50px;
  border-radius: 20px 0 0 20px;
}
.tabs-section.technologies-tabs .tabs-container .tabs .tab {
  color: #05164D;
  padding: 18px;
}
.tabs-section.technologies-tabs .tabs-container .tabs .tab img {
  margin-right: 10px;
}
.tabs-section.technologies-tabs .tabs-container .tabs .tab.active {
  background: #ffad00;
  color: #ffffff;
  position: relative;
}
.tabs-section.technologies-tabs .tabs-container .tabs .tab.active:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 20px;
  background: url(../images/industry-images/tab-wrw.svg) no-repeat center;
  background-size: 100%;
  width: 13px;
  height: 13px;
  font-size: 0;
  background-size: 100%;
}
.tabs-section.technologies-tabs .tabs-container .tabs .tab:hover {
  background: #05164d;
  color: #ffffff;
}
.tabs-section.technologies-tabs .tab-content {
  margin: 0;
  width: 65%;
  padding: 50px;
  border-radius: 0 20px 20px 0;
}
.tabs-section.technologies-tabs .tab-content .content-div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tabs-section.technologies-tabs .tab-content .content-div ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li {
  flex-basis: 32%;
  display: flex;
  align-items: center;
  background: #FFF6E3;
  border: 2px solid transparent;
  border-radius: 10px;
  color: #05164d;
  padding: 15px;
  position: relative;
  overflow: hidden;
  min-height: 63px;
  margin: 0;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li:before {
  display: none;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li i {
  width: 36px;
  margin-right: 10px;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li i img {
  width: 100%;
  vertical-align: middle;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  border-radius: 10px;
  color: #05164d;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li a:hover {
  border: 2px solid #FFAD00;
  background: #fff;
  text-decoration: none;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col {
  flex-basis: 49%;
  display: flex;
  align-items: center;
  background: #edf5ff;
  border: 2px solid #edf5ff;
  border-radius: 10px;
  color: #05164d;
  padding: 15px;
  position: relative;
  overflow: hidden;
  min-height: 63px;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col i {
  width: 36px;
  margin-right: 10px;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col i img {
  width: 100%;
  vertical-align: middle;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col a:hover {
  border-color: #ffad00;
  background: #fff;
}
.tabs-section.technologies-tabs:after {
  content: "";
  background: url(../images/home-images/tech-bg.png) no-repeat center;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 1320px) {
  .tabs-section .tabs-container {
    flex-basis: 50%;
  }
  .tabs-section.technologies-tabs .tab-content .content-div ul li {
    min-height: 60px;
  }
  .tabs-section.technologies-tabs:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tabs-section .tabs-container .tab-content .content ul {
    margin: 25px 0 0;
  }
  .tabs-section .tabs-container .tab-content .content ul li {
    flex-basis: 100%;
  }
  .tabs-section.techno-tabs .tabs-container .tabs .tab {
    font-size: 14px;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs {
    padding: 20px;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs .tab {
    padding: 14px;
    font-size: 15px;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs .tab.active.after {
    top: 21px;
    right: 15px;
  }
  .tabs-section.technologies-tabs .tab-content {
    padding: 20px;
  }
  .tabs-section.technologies-tabs .tab-content .content-div ul li {
    flex-basis: 100%;
    min-height: 60px;
  }
  .tabs-section.technologies-tabs .tab-content .content-div .cont-col {
    flex-basis: 100%;
    min-height: 60px;
  }
  .tabs-section.technologies-tabs:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .tabs-section .tab-flex {
    flex-wrap: wrap;
  }
  .tabs-section .tabs-container {
    flex-basis: 100%;
  }
  .tabs-section .tabs-container .tabs {
    margin: 30px 0 0;
    gap: 10px;
    width: 100%;
  }
  .tabs-section .tabs-container .tabs .tab {
    font-size: 16px;
  }
  .tabs-section .tabs-container .tabs .tab img {
    display: block;
    margin: 0 0 2px;
  }
  .tabs-section .tabs-container .tab-content {
    margin: 30px 0 0;
  }
  .tabs-section .tabs-container .tab-content .content h3 {
    margin: 10px 0;
  }
  .tabs-section .tabs-container .tab-content .content ul {
    margin: 20px 0 0;
  }
  .tabs-section .tabs-container .tab-content .content ul li {
    padding-left: 27px;
    position: relative;
  }
  .tabs-section .tabs-container .tab-content .content ul li:before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .tabs-section .image-container {
    flex-basis: 100%;
    text-align: center;
    display: none;
  }
  .tabs-section.techno-tabs .tabs-container {
    flex-basis: 100%;
  }
  .tabs-section.techno-tabs .tabs-container .tabs {
    flex-wrap: wrap;
    border-bottom: 3px solid rgba(221, 221, 238, 0.3333333333);
    margin: 0;
    justify-content: space-between;
  }
  .tabs-section.techno-tabs .tabs-container .tabs .tab {
    font-size: 15px;
    flex-basis: 48%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    text-align: center;
  }
  .tabs-section.techno-tabs .tabs-container .tabs .tab.active:after, .tabs-section.techno-tabs .tabs-container .tabs .tab:hover:after {
    bottom: 0;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .dis-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .img-div {
    flex-basis: 100%;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div {
    flex-basis: 100%;
    margin: 10px 0 0;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul {
    margin: 20px 0 0;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li {
    flex-basis: 100%;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li:last-child {
    margin: 0;
  }
  .tabs-section.technologies-tabs {
    position: relative;
  }
  .tabs-section.technologies-tabs .top-section {
    text-align: center;
  }
  .tabs-section.technologies-tabs .tabs-container {
    border-radius: 15px;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs {
    padding: 20px;
    border-radius: 15px 15px 0 0;
    width: 100%;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs .tab {
    padding: 12px;
  }
  .tabs-section.technologies-tabs .tab-content {
    width: 100%;
    padding: 30px;
    border-radius: 0 0 15px 15px;
    margin: 0;
  }
  .tabs-section.technologies-tabs .tab-content .content-div ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tabs-section.technologies-tabs .tab-content .content-div ul li {
    flex-basis: 100%;
    min-height: 60px;
  }
  .tabs-section.technologies-tabs:after {
    display: none;
  }
}
.service-scroller {
  display: flex;
  justify-content: center;
}
.service-scroller .service-wrap {
  display: flex;
  width: 100%;
  gap: 20px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 30px;
  justify-content: space-between;
}
.service-scroller .service-wrap .left-panel {
  flex-basis: 45%;
  position: sticky;
  top: 150px;
  height: fit-content;
}
.service-scroller .service-wrap .left-panel .top-section {
  text-align: left;
}
.service-scroller .service-wrap .left-panel h2, .service-scroller .service-wrap .left-panel p {
  z-index: 2;
  position: relative;
}
.service-scroller .service-wrap .left-panel .ser-button {
  margin: 40px 0 0;
  background: #fafafa;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 10px;
  min-height: 310px;
  position: relative;
}
.service-scroller .service-wrap .left-panel .ser-button h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 10px;
}
.service-scroller .service-wrap .left-panel .ser-button h2 strong {
  color: #ffad00;
}
.service-scroller .service-wrap .left-panel .ser-button h2 a:hover {
  text-decoration: underline;
}
.service-scroller .service-wrap .left-panel .ser-button:after {
  content: "";
  background: url(../images/home-images/button-bg.png) no-repeat center;
  width: 219px;
  height: 161px;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.service-scroller .service-wrap .right-panel {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service-scroller .service-wrap .right-panel .content-box {
  display: flex;
  flex-direction: column;
  background: #fcfcfc;
  border: 1px solid #f3f1f1;
  border-radius: 5px;
  padding: 25px;
  position: relative;
}
.service-scroller .service-wrap .right-panel .content-box .img-sec {
  width: 100%;
  margin: 0 0 10px;
}
.service-scroller .service-wrap .right-panel .content-box .img-sec img {
  width: 40px;
  height: 40px;
}
.service-scroller .service-wrap .right-panel .content-box .text-box h3 {
  color: #111827;
  position: relative;
}
.service-scroller .service-wrap .right-panel .content-box .text-box h3 a {
  color: #111827;
}
.service-scroller .service-wrap .right-panel .content-box .text-box h3 a:hover {
  text-decoration: underline;
}
.service-scroller .service-wrap .right-panel .content-box .text-box p {
  color: #666666;
}
.service-scroller .service-wrap .right-panel .content-box .text-box ul {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.service-scroller .service-wrap .right-panel .content-box .text-box ul li {
  flex-basis: 48%;
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
}
.service-scroller .service-wrap .right-panel .content-box .text-box ul li:before {
  content: "";
  background: url(../images/home-images/listing.svg) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
.service-scroller .service-wrap .right-panel .content-box .text-box a {
  color: #656565;
}
.service-scroller .service-wrap .right-panel .content-box .text-box a:hover {
  text-decoration: underline;
}
.service-scroller .service-wrap .right-panel .content-box .move {
  width: 40px;
  height: 46px;
  border: 2px solid #858585;
  background: transparent;
  border-radius: 18px;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: all 0.3s ease-in-out;
}
.service-scroller .service-wrap .right-panel .content-box .move:after {
  content: "";
  background: url(../images/home-images/move-grey.svg) no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 15px;
  background-size: 100%;
  width: 14px;
  height: 14px;
  transform: rotate(-8deg);
  transition: all 0.3s ease-in-out;
}
.service-scroller .service-wrap .right-panel .content-box .move:hover {
  width: 35px;
  height: 35px;
  border-radius: 14px;
}
.service-scroller .service-wrap .right-panel .content-box .move:hover:after {
  transform: rotate(0deg);
  top: 8px;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) {
  background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .text-box h3 {
  color: #ffffff;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .text-box h3 a {
  color: #ffffff;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .text-box h3 a:hover {
  text-decoration: underline;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .text-box p,
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .text-box li {
  color: #ffffff;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .text-box ul li:before {
  background: url(../images/home-images/blue-list.svg) no-repeat center;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .text-box a {
  color: #ffffff;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .text-box a:hover {
  text-decoration: underline;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .move {
  border: 2px solid #ffffff;
  background: #ffffff;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .move:after {
  background: url(../images/home-images/move-blue.svg) no-repeat;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .move:hover {
  width: 35px;
  height: 35px;
  border-radius: 14px;
}
.service-scroller .service-wrap .right-panel .content-box:nth-child(2n) .move:hover:after {
  transform: rotate(0deg);
  top: 8px;
}

/*Media Query Start From Here*/
@media (max-width: 1024px) {
  .service-scroller .service-wrap {
    justify-content: space-between;
  }
  .service-scroller .service-wrap .left-panel .top-section {
    text-align: left;
  }
  .service-scroller .service-wrap .left-panel .ser-button {
    margin: 30px 0 0;
    padding: 25px;
    min-height: initial h2;
    min-height-font-size: 26px;
    min-height-line-height: 35px;
  }
  .service-scroller .service-wrap .left-panel .ser-button .btn-container .cta-button {
    display: inline-flex;
    align-items: center;
  }
  .service-scroller .service-wrap .right-panel .content-box {
    padding: 20px;
  }
  .service-scroller .service-wrap .right-panel .content-box .text-box ul li {
    flex-basis: 100%;
    padding-left: 28px;
  }
  .service-scroller .service-wrap .right-panel .content-box .text-box ul li:before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
  .service-scroller .service-wrap .right-panel .content-box .move {
    width: 32px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
  .service-scroller .service-wrap .right-panel .content-box .move:after {
    top: 12px;
  }
  .service-scroller .service-wrap .right-panel .content-box .move:hover {
    width: 32px;
    height: 35px;
    border-radius: 14px;
  }
}
@media (max-width: 980px) {
  .service-scroller .service-wrap {
    gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .service-scroller .service-wrap .left-panel {
    flex-basis: 50%;
  }
  .service-scroller .service-wrap .left-panel .ser-button:after {
    width: 127px;
    height: 111px;
  }
  .service-scroller .service-wrap .right-panel {
    flex-basis: 45%;
    gap: 21px;
  }
  .service-scroller .service-wrap .right-panel .content-box .text-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .service-scroller .service-wrap {
    gap: 0;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 15px;
  }
  .service-scroller .service-wrap .left-panel {
    flex-basis: 100%;
    position: initial;
    top: 150px;
    height: initial;
  }
  .service-scroller .service-wrap .left-panel .top-section {
    text-align: center;
  }
  .service-scroller .service-wrap .left-panel .ser-button {
    padding: 20px;
    text-align: center;
    min-height: initial;
  }
  .service-scroller .service-wrap .left-panel .ser-button:after {
    display: none;
  }
  .service-scroller .service-wrap .right-panel {
    flex-basis: 100%;
    gap: 20px;
    margin: 30px 0 0;
  }
  .service-scroller .service-wrap .right-panel .content-box {
    border-radius: 20px;
    padding: 15px;
  }
  .service-scroller .service-wrap .right-panel .content-box .text-box {
    padding: 0;
  }
  .service-scroller .service-wrap .right-panel .content-box .text-box h3:before {
    top: 0;
  }
}
/*Media Query Ends Here*/
.cta-section {
  background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
  padding: 30px 0;
}
.cta-section .cta-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta-section .left-sec {
  flex-basis: 60%;
  padding: 40px 0;
}
.cta-section .left-sec .top-section h2 {
  color: #ffffff;
}
.cta-section .left-sec .top-section h2 a {
  color: #ffffff;
}
.cta-section .left-sec .top-section h2 a:hover {
  opacity: 0.8;
}
.cta-section .left-sec .top-section p {
  color: #bdb7b7;
}
.cta-section .left-sec .top-section p a {
  color: #bdb7b7;
  text-decoration: underline;
}
.cta-section .left-sec .top-section p a:hover {
  text-decoration: none;
}
.cta-section .left-sec .top-section .btn-container {
  margin: 40px 0 0;
}
.cta-section .left-sec .top-section ul {
  display: flex;
  align-items: center;
  margin: 25px 0 0;
}
.cta-section .left-sec .top-section ul li {
  padding-left: 30px;
  color: #dcdcdc;
  position: relative;
  margin-right: 15px;
  font-weight: 400;
}
.cta-section .left-sec .top-section ul li:before {
  content: "";
  background: url(../images/home-images/tick-mark.svg) no-repeat center;
  width: 24px;
  height: 24px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.cta-section .left-sec .top-section ul a {
  color: #dcdcdc;
  text-decoration: underline;
}
.cta-section .left-sec .top-section ul a:hover {
  text-decoration: none;
}
.cta-section .right-sec {
  flex-basis: 35%;
}

@media (max-width: 1024px) {
  .cta-section .left-sec {
    flex-basis: 60%;
  }
  .cta-section .left-sec ul {
    flex-wrap: wrap;
  }
  .cta-section .left-sec ul li {
    width: 100%;
  }
  .cta-section .right-sec {
    flex-basis: 35%;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
  }
  .cta-section .left-sec {
    flex-basis: 100%;
    padding: 0;
    text-align: center;
  }
  .cta-section .left-sec .top-section .btn-container {
    margin: 30px 0 0;
  }
  .cta-section .left-sec .top-section ul {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
    justify-content: center;
  }
  .cta-section .left-sec .top-section ul li {
    padding-left: 23px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: auto;
  }
  .cta-section .left-sec .top-section ul li:before {
    width: 20px;
    height: 20px;
  }
  .cta-section .right-sec {
    flex-basis: 100%;
    display: none;
  }
}
.it-services {
  background: linear-gradient(180deg, #fff8ea 0%, #fff8ea 100%);
}
.it-services .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.it-services .service-card {
  background-color: #fff5e6;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: transform 0.3s ease;
  border-bottom: 3px solid #ffdc94;
}
.it-services .service-card:first-child {
  border-radius: 8px 0 0 8px;
}
.it-services .service-card:last-child {
  border-radius: 0 8px 8px 0;
}
.it-services .service-card:nth-child(odd) {
  background: #ffe8b7;
}
.it-services .service-card:nth-child(5) {
  background: #fff5e6;
}
.it-services .service-card:nth-child(6) {
  background: #ffe8b7;
}
.it-services .service-card:nth-child(7) {
  background: #fff5e6;
}
.it-services .service-card:nth-child(8) {
  background: #ffe8b7;
}
.it-services .service-card:nth-child(n+5):nth-child(-n+8), .it-services .service-card:nth-child(n+13):nth-child(-n+16), .it-services .service-card:nth-child(n+21):nth-child(-n+24) {
  border-bottom: none;
}
.it-services .service-card .service-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.it-services .service-card .service-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 8px 0;
}
.it-services .service-card .service-content p {
  color: #25272e;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .it-services .service-card {
    padding: 20px;
  }
}
@media (max-width: 979px) {
  .it-services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .it-services .services-grid .service-card:nth-child(3) {
    background: #fff5e6;
  }
  .it-services .services-grid .service-card:nth-child(4) {
    background: #ffe8b7;
  }
  .it-services .services-grid .service-card:nth-child(5) {
    background: #ffe8b7;
  }
  .it-services .services-grid .service-card:nth-child(6) {
    background: #fff5e6;
  }
  .it-services .services-grid .service-card:nth-child(7) {
    background: #fff5e6;
  }
  .it-services .services-grid .service-card:nth-child(8) {
    background: #ffe8b7;
  }
  .it-services .services-grid .service-card:nth-child(5), .it-services .services-grid .service-card:nth-child(6) {
    border-bottom: 3px solid #ffdc94;
  }
}
@media (max-width: 767px) {
  .it-services .services-grid {
    grid-template-columns: 1fr;
  }
  .it-services .services-grid .service-card:nth-child(odd) {
    background: #ffe8b7;
  }
  .it-services .services-grid .service-card:nth-child(even) {
    background: #fff5e6;
  }
  .it-services .services-grid .service-card .service-content h3 {
    font-size: 18px;
  }
}
.glider {
  margin: 0 auto;
  position: relative;
  transform: translateZ(0);
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: hidden;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.glider-hide {
  opacity: 0;
}

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

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

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

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.solution-slide-section {
  background: linear-gradient(to right, #0a1647, #1e3a8a);
}
.solution-slide-section .top-section h2 {
  color: #ffffff;
}
.solution-slide-section .top-section p {
  color: #bdb7b7;
}
.solution-slide-section .solution-out {
  position: relative;
}
.solution-slide-section .solution-out .solution-slider {
  position: relative;
  width: 100%;
}
.solution-slide-section .solution-out .solution-slider .glider {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
.solution-slide-section .solution-out .solution-slider .flex-5 {
  width: 20%;
  min-width: 0;
  transition: all 0.5s ease;
  padding: 0 5px;
}
.solution-slide-section .solution-out .solution-slider .flex-5:hover {
  flex-basis: 24%;
}
.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 {
  height: 320px;
  border-radius: 10px;
  padding: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  cursor: pointer;
}
.solution-slide-section .solution-out .solution-slider .flex-5 .box-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 h3 {
  color: white;
  position: relative;
  z-index: 2;
  margin: 0;
}
.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 0, 153, 0) -10.67%, #070344 58.9%);
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}
.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text .content-box {
  background: white;
  padding: 15px;
  border-radius: 10px;
}
.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text h3 {
  margin-bottom: 10px;
  color: #111827;
}
.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text p {
  color: #666666;
  margin-bottom: 20px;
}
.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text:before {
  content: "";
  background: url(../images/home-images/arrow-side.svg) no-repeat center;
  width: 40px;
  height: 46px;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 15px;
}
.solution-slide-section .solution-out .solution-slider .flex-5:hover .box-5 .overlay-text {
  opacity: 1;
}
.solution-slide-section .solution-out .solution-slider .progress-container {
  position: relative;
  width: 90%;
  height: 3px;
  background-color: #1b42c1;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0 0;
}
.solution-slide-section .solution-out .solution-slider .progress-container .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  transition: width 0.3s ease-in-out;
}
.solution-slide-section .solution-out .solution-slider .prev-next-btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* transform: translateY(50%); */
  right: 10px;
}
.solution-slide-section .solution-out .solution-slider .prev-next-btn .tail-prev,
.solution-slide-section .solution-out .solution-slider .prev-next-btn .tail-next {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 16px;
  background: url(../images/home-images/ft-prev.svg) no-repeat center;
  width: 36px;
  height: 36px;
  top: auto;
  font-size: 0;
  right: 43px;
  opacity: 1;
  left: auto;
  transform: rotate(0);
  font-size: 0;
  position: absolute;
}
.solution-slide-section .solution-out .solution-slider .prev-next-btn .tail-prev:hover,
.solution-slide-section .solution-out .solution-slider .prev-next-btn .tail-next:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  background: url(../images/home-images/ft-prevhover.svg) no-repeat center;
}
.solution-slide-section .solution-out .solution-slider .prev-next-btn .tail-next {
  background: url(../images/home-images/ft-prev.svg) no-repeat center;
  right: 0;
  transform: rotate(180deg);
}
.solution-slide-section .solution-out .solution-slider .dots {
  display: none;
}

@media (max-width: 1320px) {
  .solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text:before {
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .solution-slide-section .solution-out .solution-slider .progress-container {
    width: 85%;
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .solution-slide-section .solution-out {
    position: relative;
  }
  .solution-slide-section .solution-out .solution-slider {
    position: relative;
    width: 100%;
  }
  .solution-slide-section .solution-out .solution-slider .flex-5 {
    width: 100%;
    min-width: 50%;
  }
  .solution-slide-section .solution-out .solution-slider .flex-5:hover {
    flex-basis: 100%;
  }
  .solution-slide-section .solution-out .solution-slider .flex-5 .box-5 {
    height: 250px;
    padding: 15px;
  }
  .solution-slide-section .solution-out .solution-slider .progress-container {
    width: 70%;
    margin: 30px 0 0;
  }
}
.client-img-section .why-ws {
  position: relative;
}
.client-img-section .why-ws .left-box {
  flex-basis: 45%;
  position: relative;
}
.client-img-section .why-ws .left-box .top-section {
  padding: 0;
  text-align: left;
}
.client-img-section .why-ws .left-box ul {
  margin-top: 25px;
  padding: 0;
}
.client-img-section .why-ws .left-box ul li {
  margin: 0 0 10px;
  position: relative;
  padding-left: 25px;
}
.client-img-section .why-ws .left-box ul li::before {
  content: "";
  display: inline-block;
  background: url(../images/check-img.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 17px;
  top: 5px;
  left: 0;
  position: absolute;
}
.client-img-section .why-ws .left-box ul li:last-child {
  margin: 0;
}
.client-img-section .why-ws .right-box {
  flex-basis: 52%;
  padding-left: 20px;
  position: relative;
}
.client-img-section .why-ws .right-box .why-right .client-section {
  background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
  backdrop-filter: blur(50px);
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 27px 0;
  border-radius: 10px;
}
.client-img-section .why-ws .right-box .why-right .client-section .client-row {
  position: relative;
  overflow: hidden;
  height: 70px;
  margin: 0 0 15px;
}
.client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul {
  display: flex;
  min-width: 150%;
  justify-content: space-around;
  column-gap: 18px;
  position: absolute;
}
.client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li {
  border-radius: 8px;
  background: #fafafa;
  height: 70px;
  min-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li img {
  vertical-align: middle;
}
.client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li:hover {
  color: #ffad00;
}
.client-img-section .why-ws .right-box .why-right .client-section .client-row .hover:hover {
  color: red;
}
.client-img-section .why-ws .right-box .why-left {
  padding-right: 20px;
}
.client-img-section .why-ws .right-box .why-left .plateform {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(160, 160, 160, 0.1803921569);
  box-shadow: 0px 4px 44px 0px rgba(4, 26, 51, 0.0901960784);
  background: #ffffff;
  min-height: 304px;
}
.client-img-section .why-ws .right-box .why-left .plateform h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.client-img-section .why-ws .right-box .why-left .plateform ul li {
  font-weight: 500;
  margin: 0 0 15px;
  padding-left: 32px;
  position: relative;
}
.client-img-section .why-ws .right-box .why-left .plateform ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../images/home-images/iconex.svg) no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100%;
}
.client-img-section .why-ws .right-box .award-row {
  margin: 20px 0 0;
}
.client-img-section .why-ws .right-box .award-row ul {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  flex-wrap: wrap;
}
.client-img-section .why-ws .right-box .award-row ul li {
  height: 80px;
  min-width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1.5px solid rgba(160, 160, 160, 0.18);
  background: #fff;
}
.client-img-section .why-ws .right-box .award-row ul li img {
  vertical-align: middle;
}
.client-img-section .why-ws .right-box .award-row ul li:hover {
  background: #fff;
  cursor: default;
  border-color: #ffad00;
}

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

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

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

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .client-img-section .why-ws .right-box .award-row ul li {
    height: 70px;
    min-width: 114px;
  }
}
@media (max-width: 1320px) {
  .client-img-section .why-ws .right-box .award-row ul li {
    height: 70px;
    text-align: center;
    min-width: 100px;
  }
  .client-img-section .why-ws .right-box .award-row ul li img {
    width: 90%;
  }
}
@media (max-width: 979px) {
  .client-img-section .why-ws .left-box {
    flex-basis: 100%;
    text-align: center;
  }
  .client-img-section .why-ws .left-box .top-section {
    text-align: center;
  }
  .client-img-section .why-ws .left-box ul {
    margin-top: 20px;
  }
  .client-img-section .why-ws .right-box {
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 30px;
    position: relative;
  }
  .client-img-section .why-ws .right-box .dis-flex {
    justify-content: space-between;
  }
  .client-img-section .why-ws .right-box .why-left {
    padding-right: 0;
    flex-basis: 48%;
  }
  .client-img-section .why-ws .right-box .why-left .plateform {
    min-height: 310px;
    margin: 0 0 30px;
  }
  .client-img-section .why-ws .right-box .why-right {
    flex-basis: 48%;
  }
  .client-img-section .why-ws .right-box .award-row {
    margin: 20px 0 0;
  }
  .client-img-section .why-ws .right-box .award-row ul {
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .client-img-section .why-ws .right-box .award-row ul li {
    min-width: initial;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .client-img-section .why-ws .right-box .award-row ul li img {
    width: 100%;
  }
  .client-img-section .why-ws .right-box .why-left {
    padding-right: 0;
    flex-basis: 100%;
  }
  .client-img-section .why-ws .right-box .why-left .plateform {
    min-height: initial;
  }
  .client-img-section .why-ws .right-box .why-right {
    flex-basis: 100%;
  }
}
/*Media Query Ends Here*/
.industries-slider-section {
  overflow: hidden;
  background: #f4f4f4;
}
.industries-slider-section .top-section {
  width: 60%;
  text-align: left;
  margin: initial;
}
.industries-slider-section .top-section.b-100 {
  text-align: left;
  margin: initial;
}
.industries-slider-section .industries-slider {
  position: relative;
  width: 100%;
}
.industries-slider-section .industries-slider .industry-card {
  position: relative;
  width: 16.66% !important;
  height: 360px !important;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, #070344 20.6%, #070099 63.21%);
  transition: transform 0.3s, box-shadow 0.3s;
  margin: 0 10px;
}
.industries-slider-section .industries-slider .industry-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: top 0.6s ease-in-out;
  z-index: 1;
}
.industry-card:hover .industries-slider-section .industries-slider .industry-card .card-bg {
  top: 0;
}
.industries-slider-section .industries-slider .industry-card .card-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 0, 153, 0) 10.6%, #070344 63.21%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: rotate(180deg);
}
.industries-slider-section .industries-slider .industry-card:hover .card-bg {
  top: 100%;
}
.industries-slider-section .industries-slider .industry-card:hover .card-bg:before {
  top: 0;
}
.industries-slider-section .industries-slider .industry-card .card-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #ffffff;
  z-index: 2;
}
.industries-slider-section .industries-slider .industry-card .card-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.industries-slider-section .industries-slider .industry-card .card-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 10px;
}
.industries-slider-section .industries-slider .industry-card .card-content p {
  color: rgba(255, 255, 255, 0.8);
}
.industries-slider-section .industries-slider .industry-card .card-content .expand {
  text-align: right;
  font-size: 18px;
  color: #ffffff;
  text-decoration: underline;
  right: 0;
  margin: 50px 0 0;
  position: absolute;
  text-decoration: underline;
}
.industries-slider-section .industries-slider .industry-card .card-content .expand:after {
  content: "";
  background: url(../images/home-images/white-arrow.svg) no-repeat center;
  width: 11px;
  display: inline-block;
  height: 11px;
  margin-left: 8px;
  vertical-align: middle;
  background-size: 100%;
  transition: all 0.3s ease-in-out;
}
.industries-slider-section .industries-slider .industry-card .card-content .expand:hover:after {
  margin-left: 15px;
}
.industries-slider-section .industries-slider .industry-card .card-content .hover-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.industries-slider-section .industries-slider .industry-card .card-content .hover-content p {
  margin-bottom: 10px;
  font-weight: normal;
}
.industries-slider-section .industries-slider .industry-card:hover .card-content:before {
  transform: rotate(0deg);
}
.industries-slider-section .industries-slider .industry-card:hover .card-content .hover-content {
  opacity: 1;
  transform: translateY(0);
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n) {
  background: #ffffff;
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-bg {
  top: auto;
  bottom: 0;
  height: 220px;
  left: 0;
  transition: left 0.6s ease-in-out;
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-bg:before {
  display: none;
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content h5 {
  color: #110302;
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content h4 {
  color: #110302;
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content p {
  color: #5e6373;
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content .expand {
  color: #110302;
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content .expand:after {
  background: url(../images/home-images/barrow.svg) no-repeat center;
  background-size: 100%;
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n) .card-content .hover-content {
  transform: translateX(2%);
}
.industries-slider-section .industries-slider .industry-card:nth-child(2n):hover .card-bg {
  left: -100%;
}
.industries-slider-section .industries-slider .test-button {
  position: absolute;
  top: -105px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  right: 100px;
}
.industries-slider-section .industries-slider .test-button .glider-dots {
  align-items: center;
}
.industries-slider-section .industries-slider .test-button .glider-dots .glider-dot {
  display: inline-block;
  background: #05164d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 2px;
  display: none;
}
.industries-slider-section .industries-slider .test-button .glider-dots .glider-dot.active {
  background: #05164d;
  width: 16px;
  height: 16px;
}
.industries-slider-section .industries-slider .test-button .test-prev,
.industries-slider-section .industries-slider .test-button .test-next {
  background-color: transparent;
  border: 2px solid rgba(5, 22, 77, 0.7);
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 16px;
  background: url(../images/home-images/blue-arrow.svg) no-repeat center;
  width: 36px;
  height: 36px;
  top: auto;
  font-size: 0;
  right: 43px;
  opacity: 1;
  left: auto;
  transform: rotate(0);
  font-size: 0;
  position: absolute;
}
.industries-slider-section .industries-slider .test-button .test-prev:hover,
.industries-slider-section .industries-slider .test-button .test-next:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.industries-slider-section .industries-slider .test-button .test-prev.test-next,
.industries-slider-section .industries-slider .test-button .test-next.test-next {
  background: url(../images/home-images/blue-arrow.svg) no-repeat center;
  right: 0;
  transform: rotate(180deg);
}
.industries-slider-section .industries-slider .test-button .test-prev.test-next:hover,
.industries-slider-section .industries-slider .test-button .test-next.test-next:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

/*Media Query Start From Here*/
@media (max-width: 1024px) {
  .industries-slider-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .industries-slider-section .top-section {
    width: 100%;
  }
  .industries-slider-section .top-section.b-100 {
    text-align: center;
    margin: initial;
  }
  .industries-slider-section .industries-slider .industry-card {
    width: calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
    margin: 0 10px;
  }
  .industries-slider-section .industries-slider .industry-card:first-child {
    margin-left: 10px !important;
  }
  .industries-slider-section .industries-slider .industry-card .card-content h4 {
    line-height: 28px;
  }
  .industries-slider-section .industries-slider .industry-card .card-bg {
    height: 100%;
  }
  .industries-slider-section .industries-slider .test-button {
    top: -70px;
    right: 60px;
  }
}
@media (max-width: 767px) {
  .industries-slider-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .industries-slider-section .industries-slider .industry-card {
    width: 100vw !important;
    max-width: 100vw;
    margin: 0 5px;
  }
  .industries-slider-section .industries-slider .industry-card:first-child {
    margin-left: 4px !important;
  }
  .industries-slider-section .industries-slider .industry-card .card-bg {
    height: 100%;
  }
  .industries-slider-section .industries-slider .industry-card card-content .expand {
    margin: 25px 0 0;
  }
  .industries-slider-section .industries-slider .test-button {
    position: static;
    margin: 30px auto;
  }
}
/*Media Query Ends Here*/
.animated-tech {
  background: url(../images/home-images/bg-image.png) 0 0 repeat;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}
.animated-tech .top-section h2 {
  color: #ffffff;
}
.animated-tech .top-section p {
  color: #bdb7b7;
}

.tech-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 15px;
}
.tech-section .tech-row {
  position: relative;
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
  height: 160px;
}
.tech-section .tech-row .tech-stack {
  display: flex;
}
.tech-section .tech-row .tech-stack ul {
  gap: 20px;
  display: flex;
  min-width: 150%;
  justify-content: center;
  column-gap: 18px;
  position: absolute;
}
.tech-section .tech-row .tech-stack ul li {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.tech-section .tech-row .tech-stack ul li .tech-img {
  width: 110px;
  height: 102px;
  background: #ffffff;
  display: block;
  border-radius: 20px;
  border: 1.5px solid rgba(160, 160, 160, 0.1803921569);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0 0 10px;
}
.tech-section .tech-row .tech-stack ul li:hover {
  color: #ffad00;
  opacity: 1;
}
.tech-section .tech-row .tech-stack ul li a {
  color: #ffffff;
}
.tech-section .tech-row .tech-stack ul li a:hover {
  color: #ffad00;
  opacity: 1;
}
.tech-section .tech-row .hover:hover {
  color: red;
}

.explore-btn {
  color: #ffffff !important;
}
.explore-btn:after {
  background: url(../images/home-images/white-arrow.svg) no-repeat center !important;
}

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

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

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

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

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

/*Media Query Start From Here*/
@media (max-width: 1024px) {
  .success-slider-section .success-slider .glider-slide {
    flex: 0 0 100%;
    flex: 100%;
    width: 100%;
  }
  .success-slider-section .success-slider .glider-slide:nth-child(2n) {
    flex: 0 0 100%;
    flex: 100%;
    width: 100%;
  }
  .success-slider-section .success-slider .industry-card {
    flex: 0 0 100%;
    flex: 100%;
    width: 100vw !important;
    max-width: 100vw;
    margin: 0 5px;
  }
  .success-slider-section .success-slider .industry-card .card-bg {
    height: 400px;
  }
  .success-slider-section .success-slider .industry-card .card-bg .category {
    top: 20px;
    left: 20px;
  }
  .success-slider-section .success-slider .industry-card .card-bg .move {
    bottom: 40px;
  }
  .success-slider-section .success-slider .industry-card .card-content {
    padding: 20px;
    width: 90%;
  }
  .success-slider-section .success-slider .industry-card .card-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .success-slider-section .success-slider .industry-card .card-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .success-slider-section .success-slider .industry-card:nth-child(2n) .card-content {
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
  }
  .success-slider-section .success-slider .test-button {
    margin: 20px 0 0;
    position: static;
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .success-slider-section .success-slider .industry-card {
    flex: 0 0 100%;
    flex: 100%;
    width: 100vw !important;
    max-width: 100vw;
  }
  .success-slider-section .success-slider .industry-card .card-bg {
    height: 400px;
  }
  .success-slider-section .success-slider .industry-card .card-bg .category {
    top: 20px;
    left: 20px;
  }
  .success-slider-section .success-slider .industry-card .card-bg .move {
    bottom: 40px;
    right: 15px;
  }
  .success-slider-section .success-slider .industry-card .card-content {
    padding: 20px;
    width: 90%;
  }
  .success-slider-section .success-slider .industry-card .card-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .success-slider-section .success-slider .industry-card .card-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .success-slider-section .success-slider .industry-card:nth-child(2n) .card-content {
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
  }
  .success-slider-section .success-slider .test-button {
    margin: 20px 0 0;
    position: static;
    padding: 0 0 30px;
  }
}
/*Media Query Ends Here*/
.latest-insight .top-section.b-100 {
  text-align: left;
}
.latest-insight .text-right .is-arrow {
  text-align: right;
}
.latest-insight .insight-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.latest-insight .insight-row .card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  transition: transform 0.3s ease;
}
.latest-insight .insight-row .card:hover {
  transform: translateY(-5px);
}
.latest-insight .insight-row .card-image {
  position: relative;
  width: 100%;
  height: 220px;
}
.latest-insight .insight-row .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-insight .insight-row .card-image .category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  line-height: initial;
  color: #fff;
  padding: 4px 10px;
  font-weight: 500;
  border-radius: 5px;
  font-size: 12px;
}
.latest-insight .insight-row .card-content {
  margin: 20px 0 0;
}
.latest-insight .insight-row .card-content h3 {
  font-size: 20px;
  line-height: 34px;
}
.latest-insight .insight-row .card-content h3 a {
  color: #110302;
}
.latest-insight .insight-row .card-content h3 a:hover {
  text-decoration: underline;
}
.latest-insight .insight-row .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.latest-insight .insight-row .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.latest-insight .insight-row .author span {
  color: rgb(94, 99, 115);
  font-size: 14px;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .latest-insight .insight-row .card-content h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .latest-insight .top-section.b-100 {
    text-align: center;
  }
  .latest-insight .text-right .is-arrow {
    text-align: center;
  }
  .latest-insight .insight-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.client-testimonial .client-out {
  position: relative;
}
.client-testimonial .client-out .client-slider {
  position: relative;
  width: 100%;
}
.client-testimonial .client-out .client-slider .glider {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
.client-testimonial .client-out .client-slider .glider-slide {
  flex: 0 0 20%;
  min-width: 0;
  max-width: 20%;
  transition: all 0.3s ease;
}
.client-testimonial .client-out .client-slider .glider-slide:nth-child(2n) {
  flex: 0 0 60%;
  min-width: 0;
  max-width: 60%;
  opacity: 1;
}
.client-testimonial .client-out .client-slider .test-row {
  padding: 0 10px;
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  height: 360px !important;
  justify-content: space-between;
}
.client-testimonial .client-out .client-slider .test-row img {
  display: block;
  height: 100%;
  width: revert-layer;
  object-fit: fill;
  -o-object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: center;
  margin: 0;
  border-radius: 5px;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap {
  width: 100%;
  background: #ffffff;
  height: 100%;
  display: flex;
  border-radius: 5px;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .cust-img-box {
  flex-basis: 40%;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .cust-img-box img {
  width: 100%;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos {
  flex-basis: 40%;
  position: relative;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos .client-video-box {
  position: relative;
  height: 100%;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos iframe {
  vertical-align: bottom;
  background-color: #656565;
  width: 100%;
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos .frame-mask {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos .frame-mask img {
  display: block;
  height: 100%;
  width: 100%;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos .frame-mask .playBtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
  height: 100%;
  cursor: pointer;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos .frame-mask .playsc {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos .frame-mask .playsc::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -10px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ffad00;
  opacity: 0.5;
  transition: 0.4s ease-in-out;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos .frame-mask .playsc .playicon {
  width: 100%;
  height: 100%;
  background: url(../images/playicon.svg) center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos .frame-mask .playsc:hover .playicon {
  top: 10px;
  transition: 0.4s ease-in-out;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos .frame-mask .playsc:hover:before {
  width: 85px;
  height: 85px;
  left: -13px;
  top: -5px;
  transition: 0.4s ease-in-out;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box {
  flex-basis: 60%;
  position: relative;
  padding: 20px;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box p {
  margin: 40px 0 15px;
  line-height: 160%;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box h5 {
  margin: 30px 0 5px;
  color: #3f3f3f;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin: 0 0 10px;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box .star-image {
  width: 96px;
  height: 17px;
  background: url(../images/star-image.png) center center no-repeat;
  background-size: 100%;
}
.client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box::before {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  background: url(../images/home-images/dble-quote.svg) center center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
}
.client-testimonial .client-out .client-slider .progress-container {
  position: relative;
  width: 92%;
  height: 3px;
  background-color: #e3e3e3;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0 0;
}
.client-testimonial .client-out .client-slider .progress-container .client-progress-bar {
  width: 0%;
  height: 100%;
  background-color: #ffad00;
  transition: width 0.3s ease-in-out;
}
.client-testimonial .client-out .client-slider .prev-next-btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  right: 10px;
}
.client-testimonial .client-out .client-slider .prev-next-btn .cl-prev,
.client-testimonial .client-out .client-slider .prev-next-btn .cl-next {
  background-color: transparent;
  border: 2px solid rgba(5, 22, 77, 0.7);
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 16px;
  background: url(../images/home-images/blue-arrow.svg) no-repeat center;
  width: 36px;
  height: 36px;
  top: auto;
  font-size: 0;
  right: 43px;
  opacity: 1;
  left: auto;
  transform: rotate(0);
  font-size: 0;
  position: absolute;
}
.client-testimonial .client-out .client-slider .prev-next-btn .cl-prev:hover,
.client-testimonial .client-out .client-slider .prev-next-btn .cl-next:hover {
  background-color: #ffad00;
  border-color: #ffad00;
}
.client-testimonial .client-out .client-slider .prev-next-btn .cl-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.client-testimonial .client-out .client-slider .dots {
  display: none;
}
.client-testimonial .popup-section .popup-wrapper .popup-content {
  max-width: 800px;
  width: 100%;
  padding: 0;
}
.client-testimonial .popup-section .popup-wrapper .popup-content iframe {
  width: 100%;
  height: 480px;
}
.client-testimonial .popup-section .popup-wrapper .popup-content .closeicon {
  cursor: pointer;
  position: absolute;
  right: -7px;
  top: -10px;
  background: #fff;
  width: 30px;
  height: 29px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

@media (max-width: 1440px) {
  .client-testimonial .client-out .client-slider .progress-container {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box p {
    font-size: 14px;
  }
  .client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box span {
    font-size: 14px;
  }
  .client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box h5 {
    margin: 10px 0 5px;
  }
}
@media (max-width: 1024px) {
  .client-testimonial .popup-section .popup-wrapper .popup-content {
    max-width: 800px;
    width: 100%;
    padding: 0;
  }
  .client-testimonial .popup-section .popup-wrapper .popup-content iframe {
    width: 100%;
    height: 480px;
  }
  .client-testimonial .popup-section .popup-wrapper .popup-content .closeicon {
    cursor: pointer;
    position: absolute;
    right: -7px;
    top: -10px;
    background: #fff;
    width: 30px;
    height: 29px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .client-testimonial .client-out .client-slider .progress-container {
    width: 85%;
  }
}
@media (max-width: 979px) {
  .client-testimonial .client-out .client-slider .glider {
    display: flex;
    gap: 20px;
    width: 100%;
    overflow: hidden;
  }
  .client-testimonial .client-out .client-slider .glider-slide {
    flex: 0 0 28%;
    min-width: 0;
    max-width: 28%;
    transition: all 0.3s ease;
  }
  .client-testimonial .client-out .client-slider .glider-slide:nth-child(2n) {
    flex: 0 0 72%;
    min-width: 0;
    max-width: 72%;
    opacity: 1;
  }
  .client-testimonial .client-out .client-slider .test-row .vid-wrap {
    width: 100%;
    background: #ffffff;
    height: 100%;
    display: flex;
    border-radius: 5px;
  }
  .client-testimonial .client-out .client-slider .test-row .vid-wrap .cust-img-box {
    flex-basis: 40%;
  }
  .client-testimonial .client-out .client-slider .test-row .vid-wrap .cust-img-box img {
    width: 100%;
  }
  .client-testimonial .client-out .client-slider .test-row .vid-wrap .client-videos {
    flex-basis: 52%;
  }
  .client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box {
    flex-basis: 54%;
    padding: 20px;
  }
  .client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box p {
    margin: 20px 0 15px;
    margin: 20px 0 5px;
  }
  .client-testimonial .client-out .client-slider .test-row .vid-wrap .content-box::before {
    width: 22px;
    height: 20px;
    background-size: 100%;
  }
  .client-testimonial .client-out .client-slider .progress-container {
    width: 70%;
  }
  .client-testimonial .popup-section .popup-wrapper .popup-content {
    max-width: 90%;
    width: 100%;
    padding: 0;
  }
  .client-testimonial .popup-section .popup-wrapper .popup-content iframe {
    width: 100%;
    height: 480px;
  }
  .client-testimonial .popup-section .popup-wrapper .popup-content .closeicon {
    cursor: pointer;
    position: absolute;
    right: -7px;
    top: -10px;
    background: #fff;
    width: 30px;
    height: 29px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .client-testimonial .client-out .client-slider .glider {
    gap: 10px;
  }
}
.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: 55%;
  width: 350px;
  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.company-menu {
  width: 590px;
  left: 50%;
}
.header-two .header-item-right .menu ul li .menu-mega.small-menu.pricing-menu {
  width: 700px;
  left: 50%;
}
.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: #111827;
  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: #1F2937;
}
.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: 10px 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:hover {
  color: #ffad00;
  background: #f1f5f9;
}
.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: #ffad00;
}
.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: #4B5563;
  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: #1F2937;
}
.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: #1F2937;
}
.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: #1F2937;
}
.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: rgb(248, 249, 250);
}
.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: rgb(248, 249, 250);
}
.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: rgb(248, 249, 250);
}
.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.solution-menu {
  width: 95%;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
}
.header-two .header-item-right .menu ul li .menu-mega.solution-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
  padding: 0;
}
.header-two .header-item-right .menu ul li .menu-mega.solution-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.solution-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;
}
.header-two .header-item-right .menu ul li .menu-mega.solution-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.solution-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .comp-logo a.top-head {
  padding: 0;
}
.header-two .header-item-right .menu ul li .menu-mega.solution-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: #4B5563;
}
.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-color: #ffad00;
  color: #05164d;
}
.header-two.header-bg .cta-wrap .btn-container .cta-button:after {
  background: url(../images/home-images/blue-cta.svg) no-repeat;
}
.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: #4B5563;
}
.header-two:hover .header-item-right .menu ul li.menu-item-has-children a:hover {
  color: #1F2937;
}
.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-color: #ffad00;
  color: #05164d;
}
.header-two:hover .cta-wrap .btn-container .cta-button:after {
  background: url(../images/home-images/blue-cta.svg) no-repeat;
}

@media screen and (max-width: 2490px) {
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 60%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    left: 60%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.pricing-menu {
    left: 56%;
  }
}
@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: 55%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    left: 50%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.pricing-menu {
    left: 50%;
  }
}
@media screen and (max-width: 1580px) {
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 55%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    left: 50%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.pricing-menu {
    left: 50%;
  }
}
@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: 50%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    left: 50%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.pricing-menu {
    left: 45%;
  }
}
@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 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.solution-menu {
    width: 97%;
  }
}
@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: 45%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    left: 40%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.pricing-menu {
    left: 40%;
  }
}
@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.company-menu {
    left: auto;
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu.pricing-menu {
    width: 100%;
    left: auto;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
    padding: 15px 15px 15px 55px;
    position: relative;
    display: flex;
    margin: 0;
    align-items: center;
    border-radius: 10px;
    color: #000 !important;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a .title {
    color: #262626;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
    display: none;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
    margin: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
    background: #fff9eb;
  }
  .header-two .header-item-right .menu ul li .menu-mega.solution-menu {
    margin-top: 20px;
    width: 100%;
  }
  .header-two .header-item-right .menu ul li .menu-mega.solution-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
    padding: 0 0 20px;
  }
  .header-two .header-item-right .menu ul li .menu-mega.solution-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-5 {
    padding: 0;
  }
  .header-two .header-item-right .menu ul li .menu-mega.solution-menu .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-5.comp-logo {
    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 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 .hr-arrow-btn, .header-two .tech-arrow-btn {
    top: 20px;
  }
}
.contact-us-section {
  position: relative;
  background: linear-gradient(to right, #fff9eb 40%, #fff 30%);
}
.contact-us-section .left-box {
  flex-basis: 35%;
  position: relative;
  z-index: 1;
}
.contact-us-section .left-box .soc-box {
  margin: 20px 0 0;
  color: rgba(5, 22, 77, 0.8);
  font-size: 14px;
  font-weight: 500;
}
.contact-us-section .left-box .soc-box a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  color: rgba(5, 22, 77, 0.8);
  line-height: initial;
}
.contact-us-section .left-box .soc-box a:before {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 9px;
  top: -2px;
  background: rgba(65, 65, 65, 0.3);
}
.contact-us-section .left-box .soc-box a:hover {
  color: #05164d;
}
.contact-us-section .left-box .soc-box a:first-child {
  padding: 0;
}
.contact-us-section .left-box .soc-box a:first-child:before {
  display: none;
}
.contact-us-section .left-box .soc-box a i {
  margin-right: 10px;
}
.contact-us-section .left-box .soc-box a i img {
  vertical-align: middle;
}
.contact-us-section .left-box .soc-box a:before {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 9px;
  top: -2px;
  background: rgba(65, 65, 65, 0.3);
}
.contact-us-section .left-box .soc-box a span {
  position: relative;
}
.contact-us-section .left-box .soc-box a span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/soc-border.svg) 0 0 no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 1 !important;
}
.contact-us-section .left-box .award-box {
  width: 100%;
  padding: 30px 0 0;
}
.contact-us-section .left-box .award-box p {
  color: #3f3f3f;
  font-weight: 500;
  font-size: 18px;
}
.contact-us-section .left-box .award-box p strong {
  font-weight: 700;
}
.contact-us-section .left-box .award-box p a {
  color: #3f3f3f;
  text-decoration: underline;
}
.contact-us-section .left-box .award-box .row-box .col-box {
  margin: 30px 0 0;
  align-items: self-start;
}
.contact-us-section .left-box .award-box .row-box .col-box .icon {
  flex-basis: 10%;
}
.contact-us-section .left-box .award-box .row-box .col-box .desp {
  flex-basis: 90%;
  padding-left: 0;
}
.contact-us-section .left-box .award-box .row-box .col-box .desp h4 {
  color: #6f6f6f;
  font-weight: 500;
}
.contact-us-section .left-box .award-box .row-box .col-box .desp p {
  font-size: 14px;
  margin: 5px 0 0;
  line-height: 24px;
  color: #929292;
  font-weight: 400;
}
.contact-us-section .left-box .award-box .client-stack {
  margin: 30px 0 0;
}
.contact-us-section .left-box .award-box .client-stack ul {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.contact-us-section .right-box {
  width: 58%;
  background: #ffffff;
  padding: 0;
}
.contact-us-section .right-box h2 {
  margin: 0 0 10px;
}
.contact-us-section .right-box .top-section {
  margin: 0 0 50px;
}
.contact-us-section .form-text-cont {
  flex-basis: 50%;
  margin-bottom: 30px;
  position: relative;
}
.contact-us-section .form-text-cont:nth-child(2n-1) {
  padding-right: 20px;
}
.contact-us-section .form-text-cont.verror label {
  color: #dc0019;
}
.contact-us-section .input-field {
  border: 1.5px solid #d4e0ed;
  padding: 0 15px;
  height: 54px;
  background: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  outline: 0;
  color: #9b9b9b;
}
.contact-us-section .user-input {
  position: relative;
}
.contact-us-section .user-input label {
  position: absolute;
  top: -15px;
  left: 8px;
  font-size: 13px;
  background: #fff;
  padding: 0 8px;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
}
.contact-us-section .user-input:focus-within label {
  color: rgb(51, 51, 51);
}
.contact-us-section .user-input:focus-within .input-field {
  border-color: rgb(5, 22, 77);
}
.contact-us-section .form-control small,
.contact-us-section .user-input small {
  display: none;
  font-size: 13px;
  margin-top: 5px;
}
.contact-us-section .width-full .user-input {
  border: 1.5px solid #d4e0ed;
  padding: 20px 15px;
  background: transparent;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: 25px;
  height: 180px;
  margin-bottom: 0;
  padding-right: 50px;
}
.contact-us-section .width-full .user-input small {
  display: block;
  opacity: 0;
}
.contact-us-section .width-full .user-input.form-control.verror {
  border-color: red;
}
.contact-us-section .width-full .user-input.success::after {
  top: 27px;
}
.contact-us-section .width-full.verror .user-input {
  border-color: #dc0019 !important;
}
.contact-us-section .comment-input {
  height: 70px;
  resize: none;
  background: none;
  outline: 0;
  border: none;
  overflow-y: auto;
  padding: 0;
}
.contact-us-section .drop-input {
  position: relative;
  bottom: 0;
  left: 0;
}
.contact-us-section .drop-box {
  text-decoration: none;
  padding: 5px 10px;
  border: 0.5px solid #ffffff;
  font-size: 12px;
}
.contact-us-section .btn-container {
  margin-top: 0;
}
.contact-us-section .btn-container .cta-button {
  background: #ffad00 url(../images/home-images/white-cta.svg) no-repeat right 15px center;
  border: none;
  padding: 16px 50px 16px 20px;
}
.contact-us-section .btn-container .cta-button:hover {
  background: #05164d url(../images/home-images/yellow-cta.svg) no-repeat right 15px center;
  color: #ffffff;
}
.contact-us-section .arrow-wrap {
  right: 50px;
  top: 9px;
}
.contact-us-section .user-input.checkout {
  text-align: right;
}
.contact-us-section .user-input.success {
  position: relative;
}
.contact-us-section .user-input.success::after {
  content: "";
  background: url(../images/success-icon.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  z-index: 1;
}
.contact-us-section .error {
  color: #dc0019 !important;
  opacity: 0.9;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.contact-us-section .form-text-cont.width-full {
  flex-basis: 100%;
  padding-right: 0;
}
.contact-us-section #drop-area {
  border: none;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  bottom: 0;
  padding: 0;
}
.contact-us-section #drop-area .button {
  background: rgba(217, 217, 217, 0.2);
  color: rgb(65, 64, 64);
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #d1d1e1;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
}
.contact-us-section #drop-area .button:hover {
  background: rgba(217, 217, 217, 0.8);
  opacity: 1;
}
.contact-us-section #drop-area .button:focus {
  background: rgba(76, 76, 76, 0.7);
  color: #ffffff;
}
.contact-us-section #gallery {
  margin-bottom: 8px;
}
.contact-us-section #gallery div {
  display: inline-flex;
  margin-right: 10px;
  vertical-align: baseline;
  align-items: flex-start;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.contact-us-section #gallery div button,
.contact-us-section #gallery div a {
  text-decoration: none;
  background: #ffb81d;
  padding: 4px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  right: 0;
  cursor: pointer;
  border: 0;
}
.contact-us-section #gallery div button:focus,
.contact-us-section #gallery div a:focus {
  background: #f30909;
}
.contact-us-section #file-type-error {
  font-size: 13px;
  color: #dc0019;
  margin-bottom: 10px;
}
.contact-us-section .loader {
  border: 5px solid #9f9f9f;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 50%;
  display: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact-us-section .gal-loader {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  display: none;
}
.contact-us-section .gal-loader.active {
  background: rgba(0, 0, 0, 0.1);
}
.contact-us-section .gal-loader.active .loader {
  display: block;
}
.contact-us-section .gal-loader.show-me {
  display: block;
  min-height: 100px;
}
.contact-us-section .autocomplete-items {
  display: none;
}
.contact-us-section .autocomplete-items.has-data {
  display: block;
  height: 170px;
  overflow-y: auto;
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 6px 9px rgba(1, 0, 12, 0.43);
  background: #1d1c39;
  border-radius: 5px;
  z-index: 2;
}
.contact-us-section .autocomplete-items.has-data div {
  color: #fff;
  border-bottom: 1px solid #05142b;
  background-color: #1d1c39;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  padding: 15px 20px;
}
.contact-us-section .autocomplete-items.has-data div.autocomplete-active, .contact-us-section .autocomplete-items.has-data div:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.contact-us-section .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.contact-us-section .form-group ::placeholder {
  opacity: 0.5;
}
.contact-us-section .quizQ {
  background: url(../images/line-image.png) 5px center no-repeat;
  border: 1px dashed #e0e0e0;
  position: relative;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.contact-us-section .quizQ span {
  font-size: 20px;
  color: rgb(65, 65, 65);
  font-weight: 600;
  letter-spacing: 3px;
}
.contact-us-section .refreshbtn {
  background: url(../images/home-images/refresh-button.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-left: 35px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
.contact-us-section .refreshbtn:active {
  transform: rotate(360deg);
}
.contact-us-section .equal {
  margin: 0 18px;
  font-size: 25px;
}
.contact-us-section .quizAns {
  position: relative;
}
.contact-us-section .quizAns input {
  border: 1px solid rgb(133, 129, 129);
  border-radius: 8px;
  height: 50px;
  max-width: 60px;
  text-align: center;
  padding: 10px;
  color: rgb(65, 65, 65);
  font-size: 20px;
}
.contact-us-section .quizAns .error {
  margin-left: 10px;
  color: #dc0019;
  font-size: 13px;
}
.contact-us-section .verror small,
.contact-us-section .verror label {
  color: #dc0019 !important;
  display: block;
}
.contact-us-section .verror .input-field,
.contact-us-section .verror .nice-select {
  border-color: #dc0019 !important;
}
.contact-us-section .qz-captcha {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-us-section .qz-captcha .qz-wrap {
  display: flex;
  align-items: center;
}
.contact-us-section .qz-captcha input[type=number] {
  color: #414141;
}

@media screen and (min-width: 2500px) {
  .contact-us-section .left-box .award-logo .logo-box img {
    width: 150px;
  }
}
@media only screen and (max-width: 1680px) {
  .contact-us-section .left-box p {
    margin: 0 0 15px;
  }
  .contact-us-section .left-box .side-dash1:after {
    top: 35px;
  }
}
@media only screen and (max-width: 1366px) {
  .contact-us-section .qz-captcha {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-us-section {
    background: linear-gradient(to right, #fff9eb 38%, #fff 30%);
  }
  .contact-us-section .quizQ {
    padding: 0 15px;
  }
  .contact-us-section .equal {
    margin: 0 10px;
  }
  .contact-us-section .right-box {
    width: 60%;
  }
  .contact-us-section .left-box {
    width: 35%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-section {
    background: linear-gradient(to bottom, #fff9eb 45%, #fff 30%);
  }
  .contact-us-section .left-box {
    flex-basis: 100%;
  }
  .contact-us-section .right-box {
    width: 100%;
    margin-top: 70px;
    padding: 50px 20px 0;
  }
  .contact-us-section .qz-captcha {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-section {
    background: linear-gradient(to bottom, #fff9eb 36%, #fff 30%);
  }
  .contact-us-section .left-box .soc-box {
    margin: 0;
  }
  .contact-us-section .left-box .award-box p {
    font-size: 15px;
  }
  .contact-us-section .left-box .award-box .row-box .col-box {
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .icon {
    flex-basis: 13%;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .desp {
    flex-basis: 80%;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .desp h4 {
    font-size: 16px;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .desp p {
    margin: 4px 0 0;
  }
  .contact-us-section .form-group {
    margin-bottom: 0;
  }
  .contact-us-section .right-box {
    margin-top: 60px;
    padding: 40px 0 0;
  }
  .contact-us-section .right-box .top-section {
    text-align: center;
  }
  .contact-us-section .form-text-cont {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .contact-us-section .form-text-cont:nth-child(2n-1) {
    padding-right: 0;
  }
  .contact-us-section .btn-container {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .contact-us-section .input-field {
    height: 50px;
    font-size: 14px;
  }
  .contact-us-section .form-control small,
  .contact-us-section .user-input small {
    display: none;
    font-size: 13px;
    margin-top: 5px;
  }
  .contact-us-section .width-full .user-input {
    padding: 15px 20px;
    font-size: 14px;
    height: 180px;
    margin-bottom: 0;
    padding-right: 50px;
  }
  .contact-us-section .width-full .user-input small {
    display: block;
    opacity: 0;
  }
  .contact-us-section .width-full .user-input.form-control.verror {
    border-color: red;
  }
  .contact-us-section .width-full .user-input.success::after {
    top: 27px;
  }
  .contact-us-section .width-full.verror .user-input {
    border-color: #dc0019 !important;
  }
  .contact-us-section .comment-input {
    height: 70px;
    resize: none;
    background: none;
    outline: 0;
    border: none;
    overflow-y: auto;
    padding: 0;
  }
  .contact-us-section .drop-input {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .contact-us-section .drop-box {
    text-decoration: none;
    padding: 5px 10px;
    border: 0.5px solid #ffffff;
    font-size: 12px;
  }
  .contact-us-section .checkout-submit {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  .contact-us-section .user-input.checkout {
    text-align: center;
  }
  .contact-us-section .user-input.success {
    position: relative;
  }
  .contact-us-section .user-input.success::after {
    content: "";
    background: url(../images/success-icon.png) top center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .contact-us-section .error {
    color: #dc0019 !important;
    opacity: 0.9;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    display: block;
  }
  .contact-us-section .form-text-cont.width-full {
    flex-basis: 100%;
    padding-right: 0;
  }
  .contact-us-section #drop-area {
    border: none;
    margin-top: 2px;
    display: inline-block;
    position: relative;
    bottom: 0;
    padding: 0;
  }
  .contact-us-section #drop-area .button {
    background: rgba(217, 217, 217, 0.32);
    color: #9b9b9b;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #d1d1e1;
    font-size: 14px;
    border-radius: 5px;
    line-height: 1.4;
    opacity: 0.5;
  }
  .contact-us-section #gallery {
    margin-bottom: 15px;
  }
  .contact-us-section #gallery div {
    display: inline-flex;
    margin-right: 10px;
    vertical-align: baseline;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .contact-us-section #gallery div button,
  .contact-us-section #gallery div a {
    text-decoration: none;
    background: #ffb81d;
    padding: 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: 0;
  }
  .contact-us-section #gallery div button:focus,
  .contact-us-section #gallery div a:focus {
    background: #f30909;
  }
  .contact-us-section #file-type-error {
    font-size: 13px;
    color: #dc0019;
    margin-bottom: 10px;
  }
  .contact-us-section .loader {
    border: 5px solid #9f9f9f;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 50%;
    display: none;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .contact-us-section .gal-loader {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    display: none;
  }
  .contact-us-section .gal-loader.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .contact-us-section .gal-loader.active .loader {
    display: block;
  }
  .contact-us-section .gal-loader.show-me {
    display: block;
    min-height: 100px;
  }
  .contact-us-section .autocomplete-items {
    display: none;
  }
  .contact-us-section .autocomplete-items.has-data {
    display: block;
    height: 170px;
    overflow-y: auto;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 6px 9px rgba(1, 0, 12, 0.43);
    background: #1d1c39;
    border-radius: 5px;
    z-index: 2;
  }
  .contact-us-section .autocomplete-items.has-data div {
    color: #fff;
    border-bottom: 1px solid #05142b;
    background-color: #1d1c39;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 15px 20px;
  }
  .contact-us-section .autocomplete-items.has-data div.autocomplete-active, .contact-us-section .autocomplete-items.has-data div:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .contact-us-section .qz-captcha .qz-wrap {
    flex-basis: 100%;
    align-items: flex-start;
  }
  .contact-us-section .qz-captcha .checkout {
    flex-basis: 100%;
    margin: 20px 0 0;
  }
  .contact-us-section .equal {
    margin: 15px 20px 0;
  }
  .contact-us-section .quizQ {
    font-size: 16px;
    padding: 0 15px;
  }
  .contact-us-section .refreshbtn {
    margin-left: 20px;
  }
  .contact-us-section .btn-sec .btn {
    font-size: 16px;
  }
  .contact-us-section .btn-sec .btn .checkout-submit {
    font-size: 16px;
    padding: 10px 60px 10px 25px;
  }
  .contact-us-section .btn-sec .btn::before {
    width: 41px;
    height: 41px;
    top: 3px;
    right: 4px;
  }
}
.hero-section {
  padding: 145px 0 70px;
  height: 100vh;
  align-items: center;
  position: relative;
  display: flex;
  display: -webkit-flex;
  background-color: rgba(4, 12, 23, 0.5);
}
.hero-section #background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.hero-section .dis-flex {
  align-items: center;
}
.hero-section .dis-flex .left-box {
  flex-basis: 75%;
}
.hero-section .dis-flex .left-box h1 {
  font-size: 70px;
  line-height: 1.3;
  color: #ffffff;
}
.hero-section .dis-flex .left-box h1 strong {
  color: #ffb81d;
}
.hero-section .dis-flex .left-box p {
  margin-top: 20px;
  line-height: 30px;
  color: rgba(252, 252, 252, 0.87);
  font-size: 18px;
  font-weight: 400;
}
.hero-section .dis-flex .left-box p:first-of-type {
  margin-top: 0;
}
.hero-section .dis-flex .left-box ul {
  list-style: none;
  margin-top: 20px;
}
.hero-section .dis-flex .left-box ul li {
  position: relative;
  margin: 0 0 15px;
  color: rgba(252, 252, 252, 0.87);
  padding-left: 30px;
  font-size: 16px;
  line-height: 28px;
}
.hero-section .dis-flex .left-box ul li:before {
  content: "";
  background: url(../images/home-images/list-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}
.hero-section .dis-flex .left-box a {
  color: #ffffff;
}
.hero-section .dis-flex .left-box a:hover {
  text-decoration: underline;
}
.hero-section .dis-flex .left-box .for-client-logo-box {
  margin: 60px 0 0;
}
.hero-section .scroll-next {
  width: 36px;
  height: 54px;
  border: 5px solid #bacaf3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  bottom: 80px;
  right: 100px;
}
.hero-section .scroll-next .scroll-downicon {
  background: url(../images/home-images/scroll-arrow.svg) no-repeat;
  width: 21px;
  height: 22px;
  display: inline-block;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 0;
}
.hero-section .scroll-next:after {
  content: "";
  background: #bacaf3;
  width: 4px;
  height: 15px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}
.hero-section .scroll-next:hover .scroll-downicon {
  bottom: -26px;
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.not-found-section {
  height: 95vh;
  display: flex;
  align-items: center;
  padding: 200px 0;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
.not-found-section h2 {
  color: #fff;
}
.not-found-section .suggest {
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #9b9b9b;
  display: block;
  margin-top: 5px;
}
.not-found-section ul {
  margin-top: 43px;
}
.not-found-section ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #9b9b9b;
  margin-top: 12px;
  list-style-type: none;
}
.not-found-section ul li a {
  color: #ffad00;
}

h2 {
  font-size: 46px;
  line-height: 58px;
}

h3 {
  font-size: 22px;
}

@media (max-width: 1440px) {
  .hero-section .dis-flex .left-box {
    flex-basis: 85%;
  }
}
@media (max-width: 1320px) {
  .hero-section {
    height: initial;
    min-height: initial;
  }
  .hero-section .dis-flex .left-box {
    flex-basis: 90%;
  }
  .hero-section .dis-flex .left-box h1 {
    font-size: 60px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .hero-section .dis-flex .left-box h1 {
    font-size: 50px;
    line-height: 1.4;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 979px) {
  .hero-section {
    background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%) !important;
  }
  .hero-section #background-video {
    display: none;
  }
  .hero-section .dis-flex .left-box {
    flex-basis: 100%;
    text-align: center;
  }
  .hero-section .dis-flex .left-box .for-client-logo-box {
    margin: 40px 0 0;
  }
  .not-found-section .suggest {
    font-size: 22px;
  }
  .not-found-section .flex-2 {
    text-align: center;
  }
  .not-found-section .flex-2:last-child {
    margin-top: 30px;
  }
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 130px 0 50px;
  }
  .hero-section .dis-flex .left-box {
    flex-basis: 100%;
    text-align: center;
  }
  .hero-section .dis-flex .left-box h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-section .dis-flex .left-box p {
    font-size: 16px;
    line-height: 27px;
  }
  .hero-section .dis-flex .left-box .for-client-logo-box {
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
  }
  .hero-section .scroll-next {
    width: 30px;
    height: 41px;
    bottom: 14px;
    right: 12px;
  }
  .hero-section .scroll-next .scroll-downicon {
    background-size: 100%;
    width: 17px;
    height: 18px;
    bottom: -30px;
  }
  .not-found-section {
    height: auto;
    padding: 100px 0 40px;
  }
  .not-found-section .suggest {
    font-size: 18px;
    line-height: 30px;
  }
  .not-found-section ul {
    margin-top: 20px;
  }
  .not-found-section ul li {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=index-v7.css.map */
