@media only screen and (min-width: 768px) {
  @font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans-VariableFont_wght.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
}
.fixed_top_icon {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  display: none;
}
.fixed_top_icon .back-to-top-btn {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: 1px solid #D4D4D8;
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 45px;
  gap: 5px;
  height: 73px;
  align-items: center;
  border-radius: 100px;
}
.fixed_top_icon .back-to-top-btn .arrow {
  background-image: url(../images/index-v10/top-icon-grey.svg);
  width: 12px;
  display: block;
  background-repeat: no-repeat;
  height: 25px;
}
.fixed_top_icon .back-to-top-btn .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #9F9FA9;
}
.fixed_top_icon .back-to-top-btn:hover {
  background-color: #1D5BC4;
  border-color: #1D5BC4;
}
.fixed_top_icon .back-to-top-btn:hover .arrow {
  background-image: url(../images/index-v10/top-icon-white.svg);
}
.fixed_top_icon .back-to-top-btn:hover .text {
  color: #ffffff;
}

.fixed_top_icon.active {
  display: block;
}

.mb-70 {
  margin-bottom: 70px;
}

.primary_btn {
  border: 1px solid #ffffff;
  line-height: 1 !important;
  width: fit-content;
  color: #ffffff;
  border-radius: 100px;
}
.primary_btn:hover {
  background-color: #1D5BC4;
  border-color: #1D5BC4;
}
.primary_btn a {
  line-height: 1.1 !important;
  padding: 11.5px 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: 500;
}
.primary_btn a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url(../images/index-v10/white-btn-arrow.svg);
  background-size: cover !important;
}

.btn-primary-two {
  border: 1px solid #9F9FA9;
  border-radius: 100px;
  width: fit-content;
  overflow: hidden;
}
.btn-primary-two a {
  padding: 10px 15px;
  color: #52525C;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
}
.btn-primary-two a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url(../images/index-v10/more-btn.svg);
  background-size: cover !important;
}
.btn-primary-two a.rotate::after {
  transform: rotate(180deg);
}
.btn-primary-two:hover a {
  border-color: #1D5BC4;
  background: #1D5BC4;
  color: #ffffff;
}
.btn-primary-two:hover a::after {
  background-image: url(../images/index-v10/more-hover-btn.svg);
}

.btn-primary-two.white {
  border: 1px solid #ffffff;
}
.btn-primary-two.white a {
  color: #ffffff;
}

.btn-primary-two.white.right a {
  padding: 10px 15px;
}
.btn-primary-two.white.right a::after {
  background-image: url(../images/index-v10/white-right.svg);
}
.btn-primary-two.white.right:hover {
  border-color: #1D5BC4;
}
.btn-primary-two.white.right:hover::after {
  background-image: url(../images/index-v10/white-right.svg);
}

.btn-primary-two.grey-right {
  border-color: #9F9FA9;
}
.btn-primary-two.grey-right a {
  padding: 10px 15px;
  color: #52525C;
}
.btn-primary-two.grey-right a::after {
  background-image: url(../images/index-v10/grey-right.svg);
}
.btn-primary-two.grey-right:hover {
  border-color: #1D5BC4;
}
.btn-primary-two.grey-right:hover a {
  color: #ffffff;
}
.btn-primary-two.grey-right:hover a::after {
  background-image: url(../images/index-v10/white-right.svg);
}

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

body {
  background-color: #ffffff;
  color: #4B5563;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  -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: #D9D9E0 !important;
}

.light-background {
  background: #F9FAFB;
}

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

h2 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  color: #05164D;
  margin: 0 0 15px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #05164D;
  margin: 0 0 15px;
}

h4 {
  font-size: 18px;
  color: #05164D;
  font-weight: 600;
}

h6 {
  font-size: 18px;
}

.master-menu-text,
.nav-link,
h1,
h2,
h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  /* Subtle sub-pixel fix */
}

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: #4B5563;
  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: #FFAD00;
}

.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: #4B5563;
  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: #FFAD00;
  color: #FFAD00;
}
.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: #FFAD00;
}

.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: #4B5563;
  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: #6B7280;
  font-family: "Plus Jakarta Sans", 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: #6B7280;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;
}

input,
textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
}

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

.dot-icon {
  background-color: #FFAD00;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 20px transparent, 0 0 30px #FFAD00, 0 0 20px #FFAD00, 0 0 0px #FFAD00, 0 0 0px #FFAD00, 0 0 0px #FFAD00, 0 0 80px #FFAD00;
}
.dot-icon::before {
  content: "";
  border: 1px #FFAD00 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: #05164D;
  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: #FFAD00;
  height: 3px;
  width: 18px;
  border-radius: 3px;
  position: absolute;
  right: 0;
}
.faq-section .faq-accordion-toggle::after {
  content: "";
  clear: both;
  display: block;
  background: #FFAD00;
  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;
}
.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: 5px 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: #FFAD00;
  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-first-section.bg-blue-linear .primary_btn a {
  color: #ffffff;
}

.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: 16px;
  font-weight: 500;
}
.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: 600;
  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;
  }
}
.back-to-top-btn {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: 1px solid #D4D4D8;
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 45px;
  gap: 5px;
  height: 73px;
  align-items: center;
  border-radius: 100px;
}
.back-to-top-btn .arrow {
  background-image: url(../images/index-v10/top-icon-grey.svg);
  width: 12px;
  display: block;
  background-repeat: no-repeat;
  height: 25px;
}
.back-to-top-btn .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #9F9FA9;
}
.back-to-top-btn:hover {
  background-color: #1D5BC4;
  border-color: #1D5BC4;
}
.back-to-top-btn:hover .arrow {
  background-image: url(../images/index-v10/top-icon-white.svg);
}
.back-to-top-btn:hover .text {
  color: #ffffff;
}

.slide-logo {
  padding: 39px 0;
  text-align: center;
}
.slide-logo .dis-flex {
  overflow: hidden;
}
.slide-logo .logo-heading {
  position: relative;
  width: 90%;
  margin: 0 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-basis: 100%;
  margin: 0 0 25px;
  justify-content: center;
}
.slide-logo .logo-heading h4 {
  color: #52606d;
  font-size: 20px;
  margin: 0 35px;
  background: #ffffff;
  position: relative;
}
.slide-logo .logo-heading h4 span {
  margin: 0 35px;
  background: #ffffff;
}
.slide-logo .logo-heading strong {
  color: #FFAD00;
}
.slide-logo .logo-heading:before {
  width: 90%;
  content: "";
  height: 0.197px;
  background: rgba(5, 22, 77, 0.4);
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slide-logo .logo-section {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(5, 22, 77, 0.4);
}
.slide-logo .logo-section .glide__slide {
  height: 70px;
}
.slide-logo .logo-section .glide__slide img {
  width: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 479px) {
  .slide-logo {
    display: none;
    padding: 30px 0;
  }
  .slide-logo .logo-heading {
    margin: 0 0 20px;
    margin: 0 0 20px;
    justify-content: center;
  }
  .slide-logo .logo-heading h4 {
    font-size: 18px;
    margin: 0 20px;
  }
  .slide-logo .logo-heading:before {
    display: none;
  }
  .slide-logo .logo-heading:after {
    display: none;
  }
  .slide-logo .logo-section {
    width: 100%;
    margin: 0 auto;
  }
  .slide-logo .logo-section .glide__slide {
    height: auto;
  }
}
.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);
  }
}
.three-column-section .card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.three-column-section .card-row .card {
  flex: 0 0 calc(33.333% - 20px);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 30px 25px 120px 25px;
  text-align: left;
  box-sizing: border-box;
  transition: 0.3s border;
  position: relative;
}
.three-column-section .card-row .card ul {
  margin: 20px 0 0;
}
.three-column-section .card-row .card ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.three-column-section .card-row .card ul li:before {
  content: "";
  background: url(../images/check.png) no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}
.three-column-section .card-row .card .is-arrow {
  margin: 30px 0 0;
  color: #ffad00;
  font-size: 16px;
  text-decoration: none;
}
.three-column-section .card-row .card .is-arrow:after {
  background: url(../images/home-images/yellow-arrow.svg) no-repeat center;
  background-size: 100%;
}
.three-column-section .card-row .card .is-arrow:hover {
  text-decoration: underline;
}
.three-column-section .card-row .card.text-center {
  text-align: center;
}
.three-column-section .card-row .card.text-center img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}
.three-column-section .card-row .card.text-center .link-anc {
  border: 1px solid #05164d;
  color: #05164d;
  font-size: 20px;
  padding: 15px 30px;
  margin: 20px 0 0;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  min-width: 258px;
}
.three-column-section .card-row .card.text-center .link-anc:hover {
  background: #05164d;
  color: #ffffff;
}
.three-column-section .card-row .card:hover {
  border-color: #ffad00;
}
.three-column-section .card-row .card .v6-btn-primary {
  border: 1px solid #05164d;
  color: #05164d;
  padding: 15px 30px;
  margin: 20px 0 0;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  min-width: 258px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.three-column-section .card-row .card .v6-btn-primary:hover {
  background: #05164d;
  color: #fff;
}

/*Media Query Start From Here*/
@media (max-width: 980px) {
  .three-column-section .card-row .card {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .three-column-section .card-row .card {
    flex: 0 0 100%;
  }
  .three-column-section .card-row .card.text-center .link-anc {
    color: #05164d;
    font-size: 18px;
    padding: 12px 20px;
    min-width: initial;
  }
}
/*Media Query Ends Here*/
.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: 600;
  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: #4B5563;
}
.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: #F7F5F0;
  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;
  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;
  }
}
.why-choose-section {
  position: relative;
  padding: 90px 0;
}
.why-choose-section .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 0;
}
.why-choose-section .background-wrapper .bg-left {
  flex: 1;
  background: #0a2a66;
}
.why-choose-section .background-wrapper .bg-left:before {
  content: "";
  background: url(../images/hire-images/shape-03.png) no-repeat center;
  width: 810px;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  background-position: bottom left;
}
.why-choose-section .background-wrapper .bg-right {
  flex: 1;
  background: #F7F5F0;
  position: relative;
}
.why-choose-section .background-wrapper .bg-right:before {
  content: "";
  background: url(../images/hire-images/shape-02.png) no-repeat center;
  width: 454px;
  height: 407px;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.why-choose-section .container {
  position: relative;
  z-index: 1;
}
.why-choose-section .why-java-content {
  display: flex;
  gap: 140px;
  position: relative;
}
.why-choose-section .why-java-content .content-column {
  flex: 1;
}
.why-choose-section .why-java-content .content-column h2 {
  color: #ffffff;
}
.why-choose-section .why-java-content .content-column ul {
  margin: 30px 0 0;
}
.why-choose-section .why-java-content .content-column ul li {
  margin-bottom: 15px;
  padding-left: 26px;
  position: relative;
  font-size: 20px;
  color: #d1d5db;
}
.why-choose-section .why-java-content .content-column ul li:before {
  content: "";
  background: url(../images/hire-images/list.svg) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}
.why-choose-section .why-java-content .content-column:nth-child(2) h2 {
  color: #111827;
}
.why-choose-section .why-java-content .content-column:nth-child(2) ul li {
  color: #4B5563;
}

/* Tablet */
@media (max-width: 991px) {
  .why-choose-section {
    padding: 60px 0;
  }
  .why-choose-section .why-java-content {
    gap: 60px;
  }
  .why-choose-section .why-java-content .content-column ul li {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .why-choose-section {
    padding: 50px 0;
  }
  .why-choose-section .background-wrapper {
    flex-direction: column;
  }
  .why-choose-section .background-wrapper .bg-left:before {
    background-position: center;
  }
  .why-choose-section .why-java-content {
    flex-direction: column;
    gap: 50px;
  }
  .why-choose-section .why-java-content .content-column h2 {
    font-size: 28px;
  }
  .why-choose-section .why-java-content .content-column ul {
    margin-top: 20px;
  }
  .why-choose-section .why-java-content .content-column ul li {
    font-size: 16px;
    padding-left: 26px;
  }
}
.maintenance .col-box-outer {
  justify-content: center;
}
.maintenance .col-box-outer .flex-4 {
  flex-basis: 25%;
  padding-right: 40px;
  position: relative;
}
.maintenance .col-box-outer .flex-4 .box {
  text-align: center;
  position: relative;
}
.maintenance .col-box-outer .flex-4 .box h4 {
  margin: 20px 0 0;
}
.maintenance .col-box-outer .flex-4 .box p {
  margin: 15px 0 0;
}
.maintenance .col-box-outer .flex-4:after {
  content: "";
  position: absolute;
  left: 209px;
  top: 59px;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #e5e5e5;
}
.maintenance .col-box-outer .flex-4:nth-child(4n):after {
  display: none;
}

@media (max-width: 1380px) {
  .maintenance .col-box-outer .flex-4 {
    padding-right: 25px;
  }
  .maintenance .col-box-outer .flex-4:after {
    left: 160px;
  }
}
@media (max-width: 767px) {
  .maintenance .col-box-outer {
    justify-content: center;
  }
  .maintenance .col-box-outer .flex-4 {
    flex-basis: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .maintenance .col-box-outer .flex-4 .box h4 {
    margin: 15px 0 0;
  }
  .maintenance .col-box-outer .flex-4 .box p {
    margin: 10px 0 0;
  }
  .maintenance .col-box-outer .flex-4:after {
    display: none;
  }
}
.counter-column-section.bg-dark {
  background: #0D184B;
}
.counter-column-section .dis-flex .left-sec {
  flex-basis: 40%;
}
.counter-column-section .dis-flex .right-sec {
  flex-basis: 50%;
}
.counter-column-section .dis-flex .right-sec .cir-sec {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-direction: row;
  gap: 1rem;
  overflow: hidden;
}
.counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
  display: flex;
  width: 30%;
  justify-content: center;
}
.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
  width: 100%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  position: relative;
  aspect-ratio: 1/1;
}
.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}
.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .paragraph {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  text-align: center;
  line-height: 22px;
}
.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .wheel-sc {
  position: absolute;
  line-height: 1.5rem;
  padding: 15px;
  overflow: visible;
  letter-spacing: 6px;
}
.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .fill-text {
  fill: rgba(155, 155, 155, 0.29);
  font-size: 10px;
}
.counter-column-section.bg-light {
  background: #f8f8f8;
}
.counter-column-section.bg-light h2 {
  color: #05164d;
}
.counter-column-section.bg-light .head-txt p {
  color: #3f3f3f !important;
}
.counter-column-section.bg-light .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
  color: #05164d;
}
.counter-column-section.bg-light .dis-flex .right-sec .cir-sec .cir-box .text-wrap .paragraph {
  color: #3f3f3f;
}
.counter-column-section.bg-light .btn-sec .btn {
  background: #05164d;
  border-color: #05164d;
}
.counter-column-section.bg-light .btn-sec .btn:hover {
  border-color: #ffad00;
  background: #ffad00;
}

@keyframes counterclockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
.animate-spin-slow {
  animation: counterclockwise 22s linear infinite;
}

@media only screen and (max-width: 991px) {
  .counter-column-section .dis-flex .left-sec {
    flex-basis: 100%;
    text-align: center;
  }
  .counter-column-section .dis-flex .left-sec .btn-sec {
    justify-content: center;
  }
  .counter-column-section .dis-flex .right-sec {
    flex-basis: 100%;
    margin: 40px 0 0;
  }
  .counter-column-section .dis-flex .right-sec .cir-sec {
    width: 100%;
  }
  .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
    width: 28%;
  }
  .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
    padding: 30px;
    width: 100%;
  }
  .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
    width: 30%;
  }
  .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .counter-column-section .dis-flex .right-sec .cir-sec {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
    width: 55%;
    margin: 0 auto;
  }
  .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
    padding: 20px;
  }
}
.client-img-section .left-box {
  padding-right: 60px;
}
.client-img-section .left-box h5 {
  color: #0a1747;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
}
.client-img-section .left-box ul {
  margin-top: 30px;
}
.client-img-section .left-box ul li {
  margin: 0 0 15px;
  position: relative;
  padding-left: 22px;
}
.client-img-section .left-box ul li::before {
  content: "";
  background: url(../images/list-check.svg) no-repeat;
  width: 12px;
  height: 13px;
  position: absolute;
  top: 4px;
  left: 0;
}
.client-img-section .left-box ul li:last-child {
  margin: 0;
}
.client-img-section .left-box ul li sup {
  font-size: 10px;
  margin-left: 2px;
  margin-top: -4px;
}
.client-img-section .left-box p {
  margin: 0 0 15px;
}
.client-img-section .left-box .a-dotted {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.client-img-section .left-box .a-dotted:after {
  content: "";
  width: 84px;
  height: 1px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.client-img-section .right-box {
  flex-basis: 45%;
}
.client-img-section .right-box .client-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.client-img-section .right-box .client-section .client-row {
  position: relative;
  overflow: hidden;
  height: 60px;
}
.client-img-section .right-box .client-section .client-row .client-stack ul {
  display: flex;
  min-width: 150%;
  justify-content: space-around;
  column-gap: 15px;
  position: absolute;
}
.client-img-section .right-box .client-section .client-row .client-stack ul li {
  border-radius: 8px;
  background: #fafafa;
  height: 60px;
  min-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-img-section .right-box .client-section .client-row .client-stack ul li img {
  vertical-align: middle;
}
.client-img-section .right-box .client-section .client-row .client-stack ul li:hover {
  color: #ffad00;
}
.client-img-section .right-box .client-section .client-row .hover:hover {
  color: red;
}
.client-img-section .right-box .award-sc h5 {
  font-size: 15px;
  color: #0a1747;
}
.client-img-section .right-box .award-sc .award-row {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.client-img-section .right-box .award-sc .award-row .award-col {
  flex-basis: 23%;
  cursor: pointer;
  text-align: center;
  padding: 12px;
  border: 1px solid #eee9e9;
  border-radius: 5px;
  margin: 0 0 14px;
}
.client-img-section .right-box .award-sc .award-row .award-col .aw-icon {
  min-height: 50px;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-img-section .right-box .award-sc .award-row .award-col .aw-icon img.normal-mode {
  display: block;
}
.client-img-section .right-box .award-sc .award-row .award-col .aw-icon img.hover-mode {
  display: none;
}
.client-img-section .right-box .award-sc .award-row .award-col p {
  font-size: 8px;
  line-height: 10px;
  color: #05164d;
  opacity: 0.8;
  font-weight: 500;
}
.client-img-section .right-box .award-sc .award-row .award-col:hover {
  background: #fff;
  cursor: default;
}
.client-img-section .right-box .award-sc .award-row .award-col:hover p {
  opacity: 1;
}
.client-img-section .right-box .award-sc .award-row .award-col:hover .aw-icon img.normal-mode {
  display: none;
}
.client-img-section .right-box .award-sc .award-row .award-col:hover .aw-icon img.hover-mode {
  display: block;
}

.dark-client-section {
  background: #09143d;
}
.dark-client-section .left-box h2 {
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 120%;
}
.dark-client-section .left-box h5 {
  color: #FFAD00;
}
.dark-client-section .left-box p {
  color: #E8E8EC !important;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 10px;
}
.dark-client-section .left-box p:last-of-type {
  margin-bottom: 0;
}
.dark-client-section .left-box ul li {
  color: #D1D5DB;
}
.dark-client-section .left-box a {
  color: #D1D5DB;
  text-decoration: underline;
}
.dark-client-section .left-box a:hover {
  color: #ffffff;
  text-decoration: none;
}
.dark-client-section .right-box .client-section .client-row .client-stack ul li {
  background: rgba(15, 31, 87, 0.7);
}
.dark-client-section .right-box .client-section .client-row .client-stack ul li img {
  vertical-align: middle;
}
.dark-client-section .right-box .client-section .client-row .client-stack ul li:hover {
  color: #ffad00;
}
.dark-client-section .right-box .award-sc h5 {
  color: #ffffff;
}
.dark-client-section .right-box .award-sc .award-row .award-col {
  border: 1px solid rgba(4, 17, 66, 0.62);
  background: #101e55;
}
.dark-client-section .right-box .award-sc .award-row .award-col .aw-icon img.normal-mode {
  display: block;
  opacity: 0.5;
}
.dark-client-section .right-box .award-sc .award-row .award-col p {
  color: #ffffff;
  opacity: 0.5;
}
.dark-client-section .right-box .award-sc .award-row .award-col:hover {
  border: 1px solid rgba(156, 164, 195, 0.37);
  cursor: default;
  background: #101e55;
}
.dark-client-section .right-box .award-sc .award-row .award-col:hover p {
  opacity: 1;
}
.dark-client-section .right-box .award-sc .award-row .award-col:hover .aw-icon img.normal-mode {
  display: block;
  opacity: 1;
}

@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 15s linear infinite;
}

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

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

@media only screen and (max-width: 991px) {
  .client-img-section .left-box {
    padding-right: 0;
  }
  .client-img-section .left-box ul {
    margin-top: 20px;
  }
  .client-img-section .right-box {
    flex-basis: 100%;
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .client-img-section .left-box ul li:before {
    top: 4px;
  }
}
.btn-sec {
  display: flex;
  align-items: center;
  position: relative;
}
.btn-sec .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  padding: 19px 80px 19px 30px;
  border-radius: 7px;
  font-weight: 500;
  position: relative;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 26px;
}
.btn-sec .btn::before {
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s ease;
  content: "";
  width: 50%;
  height: 100%;
  background: black;
  position: absolute;
  top: 3px;
  right: 3px;
}
.btn-sec .btn.rounded .text-white {
  color: #ffffff;
  position: relative;
}
.btn-sec .btn.rounded::before {
  border-radius: 50px;
  width: 57px;
  height: 57px;
  background: #ffffff url(../images/btn-icon.svg) 0 0 no-repeat;
  background-size: 18px;
  background-position: center right 20px;
}
.btn-sec .btn.rounded:hover::before {
  background: #ffad00 url(../images/btn-icon.svg) 0 0 no-repeat;
  background-position: center right 20px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.btn-sec .btn:hover {
  border-color: #ffad00;
  background: #ffad00;
}
.btn-sec .btn:hover .text-white {
  color: #05164d;
}

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

.button-section {
  display: flex;
  align-items: baseline;
  position: relative;
  flex-wrap: wrap;
}
.button-section .nccr {
  font-size: 13px;
  display: block;
  margin: 20px 0 0;
  text-align: center;
}
.button-section .devide {
  padding: 0 10px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  opacity: 0.3;
  font-size: 12px;
}
.button-section .devide:before {
  content: "";
  clear: both;
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  background: #ffffff;
  top: -20px;
  left: 19px;
  opacity: 0.3;
}
.button-section .devide:after {
  content: "";
  content: "";
  clear: both;
  display: block;
  width: 1px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  bottom: -20px;
  left: 19px;
  opacity: 0.3;
}
.button-section .free-con a {
  color: #ffffff;
  opacity: 0.5;
  text-decoration: underline;
}
.button-section .free-con a:hover {
  opacity: 1;
}
.button-section .info-wrap {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 13px;
  margin: 8px 0 0;
}
.button-section .info-wrap .info:after {
  top: 0;
}
.button-section .info-wrap .info .info-content {
  top: 28px;
}

.bg-blue-linear .info-wrap .info .info-content p {
  color: #000 !important;
}

.contact-us-section .info-wrap {
  justify-content: left;
}
.contact-us-section .info {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.contact-us-section .info:after {
  content: "";
  width: 14px;
  height: 15px;
  background: url(../images/info-icon2.svg) 0 0 no-repeat;
  position: absolute;
  top: 1px;
  transform: translateY(-50%);
  left: 0;
}
.contact-us-section .info .info-content {
  box-shadow: 4px 4px 30px 0px rgba(227, 233, 245, 0.9);
}

.second-level-section .info-wrap .info:after {
  top: 1px;
}

@media only screen and (max-width: 1320px) {
  .info-wrap .info .info-content {
    width: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .second-level-section .form-right-box .head .info-wrap .info .info-content {
    width: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .second-level-section .form-right-box .head .info-wrap .info .info-content {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .button-section .btn-div {
    flex-basis: 100%;
    text-align: center;
  }
  .button-section .btn-div .cta-wrap {
    justify-content: center;
  }
  .button-section .btn-div .cta-btn {
    justify-content: center;
  }
  .button-section .nccr {
    font-size: 13px;
    display: block;
    margin: 20px 0 0;
    text-align: center;
  }
  .button-section .devide {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .button-section .devide:before {
    width: 16px;
    height: 1px;
    display: inline-block;
    position: initial;
    margin-right: 5px;
    vertical-align: middle;
  }
  .button-section .devide:after {
    width: 16px;
    height: 1px;
    display: inline-block;
    position: initial;
    margin-left: 5px;
    vertical-align: middle;
  }
  .info-wrap .info .info-content {
    width: 188px;
    left: -75px;
  }
  .second-level-section .form-right-box .head .info-wrap .info .info-content {
    width: 220px;
  }
}
@media only screen and (max-width: 479px) {
  .second-level-section .form-right-box .head .info-wrap .info .info-content {
    width: 168px;
  }
}
.process-work {
  background: linear-gradient(to left, #fbfbfb 50%, #211f47 50%);
  position: relative;
}
.process-work .head-txt {
  text-align: left;
  margin: 0 0 50px;
}
.process-work .col-left .head-txt {
  margin: 0 0 100px;
}
.process-work .col-left .head-txt h2 {
  color: #ffffff;
}
.process-work .col-left .head-txt p {
  color: #ffffff;
}
.process-work .col-right {
  padding-left: 50px;
}
.process-work .col-right .head-txt h2 {
  color: rgb(5, 22, 77);
}
.process-work .col-right .head-txt p {
  color: #3f3f3f;
}
.process-work .process-step {
  position: relative;
}
.process-work .process-step .step-sec {
  margin: 0 0 20px;
  position: relative;
  justify-content: right;
}
.process-work .process-step .step-sec .step-wrap {
  display: flex;
  flex-basis: 60%;
  align-items: center;
}
.process-work .process-step .step-sec .step-wrap .step-icon {
  flex-basis: 115px;
  text-align: left;
  position: relative;
}
.process-work .process-step .step-sec .step-wrap .step-icon img {
  margin: 0;
  z-index: 9;
  background: #fdfaf2;
}
.process-work .process-step .step-sec .step-wrap .step-icon:before {
  content: "";
  background: url(../images/hire-shape.png) no-repeat center;
  width: 45px;
  position: absolute;
  bottom: -72px;
  left: 43px;
  background-size: 100%;
  height: 100%;
  transform: rotate(127deg);
}
.process-work .process-step .step-sec .step-wrap .step-desc {
  flex-basis: calc(100% - 115px);
}
.process-work .process-step .step-sec .step-wrap .step-desc .step-no {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffad00;
  margin: 0 0 8px;
  line-height: initial;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 4px 8px 2px;
  background: #fff;
}
.process-work .process-step .step-sec .step-wrap .step-desc h4 {
  margin: 10px 0 10px;
  color: #3f3f3f;
  font-size: 20px;
}
.process-work .process-step .step-sec .step-wrap .step-desc p {
  font-size: 14px;
  line-height: 24px;
}
.process-work .process-step .step-sec .step-wrap .step-desc ul li {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  color: #666;
  margin: 0 0 5px;
  line-height: 180%;
  list-style: none;
}
.process-work .process-step .step-sec .step-wrap .step-desc ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #656565;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.process-work .process-step .step-sec .step-wrap:last-child {
  margin: 0;
}
.process-work .process-step .step-sec:nth-child(2n) {
  justify-content: left;
}
.process-work .process-step .step-sec:nth-child(2n) .step-wrap {
  flex-direction: row-reverse;
}
.process-work .process-step .step-sec:nth-child(2n) .step-wrap .step-icon {
  text-align: right;
}
.process-work .process-step .step-sec:nth-child(2n) .step-wrap .step-icon:before {
  width: 42px;
  bottom: -75px;
  left: 26px;
  transform: none;
}
.process-work .process-step .step-sec:last-child .step-wrap .step-icon:before {
  display: none;
}
.process-work:after {
  content: "";
  background: url(../images/point-icon.png) 0 0 no-repeat;
  background-size: 100%;
  width: 112px;
  height: 112px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .process-work .process-step .step-sec .step-wrap .step-icon:before {
    content: "";
    background: url(../images/hire-shape.png) no-repeat center;
    width: 57px;
    bottom: -69px;
    left: 27px;
    transform: rotate(142deg);
  }
  .process-work .process-step .step-sec:nth-child(2n) .step-wrap .step-icon:before {
    width: 36px;
    bottom: -70px;
    left: 42px;
    transform: none;
  }
  .process-work:after {
    content: "";
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 1240px) {
  .process-work .head-txt p br {
    display: none;
  }
  .process-work .col-left .head-txt {
    margin: 0 0 80px;
  }
  .process-work .process-step .step-sec .step-wrap {
    flex-basis: 60%;
  }
  .process-work .process-step .step-sec .step-wrap .step-icon {
    flex-basis: 85px;
  }
  .process-work .process-step .step-sec .step-wrap .step-icon img {
    width: 65px;
  }
  .process-work .process-step .step-sec .step-wrap .step-icon:before {
    content: "";
    display: none;
  }
  .process-work .process-step .step-sec .step-wrap .step-desc {
    flex-basis: calc(100% - 85px);
  }
  .process-work .process-step .step-sec .step-wrap .step-desc h4 {
    font-size: 18px;
  }
  .process-work .process-step .step-sec .step-wrap .step-desc p {
    line-height: 22px;
  }
  .process-work:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .process-work {
    background: #ffffff;
  }
  .process-work .head-txt {
    text-align: left;
    margin: 0 0 30px;
  }
  .process-work .col-left {
    background: #211f47;
    padding: 40px 20px;
    text-align: center;
  }
  .process-work .col-left .head-txt {
    text-align: center;
    margin: 0 0 30px;
  }
  .process-work .col-left .image-wrap {
    text-align: center;
  }
  .process-work .col-right {
    padding: 40px 20px;
    margin: 30px 0 0;
    background: rgb(253, 250, 242);
  }
  .process-work .process-step {
    position: relative;
  }
  .process-work .process-step .step-sec {
    margin: 0 0 30px;
    position: relative;
  }
  .process-work .process-step .step-sec .step-wrap {
    flex-basis: 100%;
    align-items: flex-start;
  }
  .process-work .process-step .step-sec .step-wrap .step-icon {
    flex-basis: 80px;
  }
  .process-work .process-step .step-sec .step-wrap .step-icon img {
    width: 55px;
  }
  .process-work .process-step .step-sec .step-wrap .step-desc {
    flex-basis: calc(100% - 80px);
  }
  .process-work .process-step .step-sec .step-wrap .step-desc h4 {
    font-size: 18px;
  }
  .process-work .process-step .step-sec .step-wrap .step-desc ul li {
    line-height: 22px;
  }
  .process-work .process-step .step-sec:nth-child(2n) .step-wrap {
    flex-direction: unset;
  }
  .process-work .process-step .step-sec:nth-child(2n) .step-wrap .step-icon {
    text-align: left;
  }
  .process-work .process-step:before {
    left: 27px;
  }
}
.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;
  }
}
.testimonial-section-v9 {
  background-color: #F3F4F6;
  padding: 80px 20px;
  /* ===========================
     Video Popup Styles
  =========================== */
}
.testimonial-section-v9 .container {
  max-width: 1100px;
  margin: 0 auto;
}
.testimonial-section-v9 .top-part {
  margin-bottom: 40px;
}
.testimonial-section-v9 .top-part h2 {
  font-size: clamp(30px, 3.7vw, 46px);
}
.testimonial-section-v9 .top-part span {
  color: #FFAD00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}
.testimonial-section-v9 .testimonial-card {
  display: flex;
  flex-direction: column;
  background: #E5E7EB;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
}
@media (min-width: 768px) {
  .testimonial-section-v9 .testimonial-card {
    flex-direction: row;
  }
}
.testimonial-section-v9 .testimonial-card .card-image {
  position: relative;
  flex: 0 0 42%;
  clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
}
.testimonial-section-v9 .testimonial-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .testimonial-section-v9 .testimonial-card .card-image {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  }
}
.testimonial-section-v9 .testimonial-card .card-image .play-icon {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: rgba(255, 173, 0, 0.5019607843);
  border: 1px solid #FFAD00;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonial-section-v9 .testimonial-card .card-image .play-icon .close {
  position: absolute;
  top: 5px;
  right: -30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  background: url(../images/index-v10/close-icon.png) no-repeat center;
  width: 25px;
  height: 25px;
}
.testimonial-section-v9 .testimonial-card .card-image .play-icon .play-btn {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #364153;
}
.testimonial-section-v9 .testimonial-card .card-image .play-icon .play-btn::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px !important;
  vertical-align: middle;
  background: url(../icons/Play-icon.svg) no-repeat;
}
.testimonial-section-v9 .testimonial-card .card-content {
  flex: 1;
  padding: 40px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-top: 116px;
  position: relative;
  padding-bottom: 70px;
}
.testimonial-section-v9 .testimonial-card .card-content .rating {
  border: 1px solid var(--gray-50, #F9FAFB);
  background-color: rgba(243, 244, 246, 0.5019607843);
  border-radius: 100px;
  margin-bottom: 15px;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 11px 15px;
  width: fit-content;
}
.testimonial-section-v9 .testimonial-card .card-content .rating ul {
  display: flex;
}
.testimonial-section-v9 .testimonial-card .card-content .rating ul li {
  display: flex;
}
.testimonial-section-v9 .testimonial-card .card-content > p {
  color: #364153;
  font-size: 22px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
}
.testimonial-section-v9 .testimonial-card .card-content > p::after {
  content: "";
  background: url(../icons/white-quote.svg);
  width: 41px;
  height: 34px;
  position: absolute;
  left: 0;
  top: -40px;
  background-size: cover;
}
.testimonial-section-v9 .testimonial-card .card-content .quote {
  font-size: 22px;
  color: #05164d;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
}
.testimonial-section-v9 .testimonial-card .card-content .quote::before {
  content: '"';
  display: block;
  font-size: 60px;
  color: #ccd0d9;
  height: 30px;
}
.testimonial-section-v9 .testimonial-card .card-content .author-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
}
.testimonial-section-v9 .testimonial-card .card-content .author-info img {
  height: 35px;
}
.testimonial-section-v9 .testimonial-card .card-content .author-info .details span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #101828;
}
.testimonial-section-v9 .testimonial-card .card-content .author-info .details p {
  font-size: 14px;
  color: #4A5565;
  font-weight: 400;
}
.testimonial-section-v9 .glider-dots {
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
}
.testimonial-section-v9 .glider-dots button.glider-dot {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 3px solid transparent;
  opacity: 0.5;
  transition: transform 0.2s;
}
.testimonial-section-v9 .glider-dots button.glider-dot.active {
  border-color: #FFAD00;
  border: 2px solid #FFAD00;
  transform: scale(1.1);
  opacity: 1;
}
.testimonial-section-v9 .video-popup-v9 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.testimonial-section-v9 .video-popup-v9.active {
  display: flex;
}
.testimonial-section-v9 .video-popup-v9 .video-popup-inner {
  position: relative;
  width: 90%;
  max-width: 850px;
}
.testimonial-section-v9 .video-popup-v9 .video-popup-inner video {
  width: 100%;
  border-radius: 16px;
}
.testimonial-section-v9 .video-popup-v9 .video-close-btn {
  position: absolute;
  top: 0px;
  right: -40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/index-v10/close-icon.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .testimonial-section-v9 .video-popup-v9 .video-popup-inner video {
    width: 70%;
    margin: 0 auto;
    display: flex;
  }
  .testimonial-section-v9 .video-popup-v9 .video-close-btn {
    right: 60px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 650px) {
  .testimonial-section-v9 .video-popup-v9 .video-close-btn {
    right: 20px;
  }
  .testimonial-section-v9 .testimonial-card .card-content {
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .testimonial-section-v9 .testimonial-card .card-content > p {
    font-size: 16px;
  }
}
.testimonial-section .testlider {
  width: 100%;
}
.testimonial-section .testlider .slide-item {
  display: flex;
}
.testimonial-section .testlider .glide__slides {
  white-space: normal !important;
}
.testimonial-section .testlider .test-row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.testimonial-section .testlider .test-row .cust-img-box {
  flex-basis: 40%;
}
.testimonial-section .testlider .test-row .cust-img-box img {
  width: 100%;
}
.testimonial-section .testlider .test-row .client-videos {
  flex-basis: 40%;
  position: relative;
}
.testimonial-section .testlider .test-row .client-videos .client-video-box {
  position: relative;
}
.testimonial-section .testlider .test-row .client-videos iframe {
  vertical-align: bottom;
  background-color: #656565;
  width: 100%;
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.testimonial-section .testlider .test-row .client-videos .frame-mask {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.testimonial-section .testlider .test-row .client-videos .frame-mask img {
  display: block;
  height: 100%;
  width: 100%;
}
.testimonial-section .testlider .test-row .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;
}
.testimonial-section .testlider .test-row .client-videos .frame-mask .playsc {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}
.testimonial-section .testlider .test-row .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;
}
.testimonial-section .testlider .test-row .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;
}
.testimonial-section .testlider .test-row .client-videos .frame-mask .playsc:hover .playicon {
  top: 10px;
  transition: 0.4s ease-in-out;
}
.testimonial-section .testlider .test-row .client-videos .frame-mask .playsc:hover:before {
  width: 85px;
  height: 85px;
  left: -13px;
  top: -5px;
  transition: 0.4s ease-in-out;
}
.testimonial-section .testlider .test-row .content-box {
  flex-basis: 54%;
  position: relative;
}
.testimonial-section .testlider .test-row .content-box p {
  margin: 0 0 20px;
  line-height: 160%;
}
.testimonial-section .testlider .test-row .content-box h5 {
  margin: 30px 0 5px;
  color: #3f3f3f;
  font-weight: 600;
  font-size: 20px;
}
.testimonial-section .testlider .test-row .content-box span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin: 0 0 10px;
}
.testimonial-section .testlider .test-row .content-box .star-image {
  width: 96px;
  height: 17px;
  background: url(../images/star-image.png) center center no-repeat;
  background-size: 100%;
}
.testimonial-section .testlider .test-row .content-box::before {
  content: "";
  display: block;
  width: 115px;
  height: 100px;
  background: url(../images/dble-quote.png) center center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: -25px;
}
.testimonial-section .testlider .glide__bullets {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
  gap: 15px;
}
.testimonial-section .testlider .glide__bullet {
  position: relative;
  display: flex;
  flex-basis: 33.33%;
  padding: 20px;
  border: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(5, 22, 77, 0.04);
  background: #fcfcfc;
}
.testimonial-section .testlider .glide__bullet .btnsec {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  position: relative;
}
.testimonial-section .testlider .glide__bullet .btnsec:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  display: block;
  border-radius: 20px;
  background-color: #e8e6e6;
  transition: transform 5s;
}
.testimonial-section .testlider .glide__bullet .btnsec .btnimg {
  width: 69px;
}
.testimonial-section .testlider .glide__bullet .btnsec .btnimg img {
  width: 69px;
  height: 69px;
  border-radius: 100%;
}
.testimonial-section .testlider .glide__bullet .btnsec .btncont {
  margin-left: 15px;
  text-align: left;
}
.testimonial-section .testlider .glide__bullet .btnsec .btncont p {
  font-weight: 300 !important;
  color: #666;
}
.testimonial-section .testlider .glide__bullet .btnsec .btncont h3 {
  margin: 0;
}
.testimonial-section .testlider .glide__bullet:before {
  content: "";
  position: absolute;
  bottom: 21px;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  display: block;
  border-radius: 20px;
  background: #e8e6e6;
  opacity: 0;
  transform: translateX(-100%);
  background-color: #ffad00;
  transition: transform 5s;
  z-index: 9;
}
.testimonial-section .testlider .glide__bullet--active {
  background: #ffffff;
}
.testimonial-section .testlider .glide__bullet--active:before {
  opacity: 1;
  transform: translateX(0);
}
.testimonial-section .testlider .arw {
  width: 26px;
  height: 26px;
  background-size: 100%;
  background: url(../images/left-arw.png) no-repeat;
  position: absolute;
  bottom: 60px;
  left: -55px;
  font-size: 0;
  border: 0;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.testimonial-section .right {
  left: auto !important;
  right: -55px;
  transform: rotate(180deg);
}
.testimonial-section .popup-section .popup-wrapper .popup-content {
  max-width: 800px;
  width: 100%;
  padding: 0;
}
.testimonial-section .popup-section .popup-wrapper .popup-content iframe {
  width: 100%;
  height: 480px;
}
.testimonial-section .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 only screen and (max-width: 1366px) {
  .testimonial-section .testlider .arw {
    left: -35px;
    background-size: 20px;
  }
  .testimonial-section .testlider .glide__bullets {
    gap: 12px;
  }
  .testimonial-section .testlider .glide__bullet {
    padding: 15px;
  }
  .testimonial-section .testlider .glide__bullet .btnsec .btnimg {
    width: 50px;
  }
  .testimonial-section .testlider .glide__bullet .btnsec .btnimg img {
    width: 50px;
    height: 50px;
  }
  .testimonial-section .testlider .glide__bullet .btnsec .btncont {
    margin-left: 12px;
  }
  .testimonial-section .testlider .glide__bullet .btnsec .btncont p {
    font-size: 14px;
  }
  .testimonial-section .testlider .glide__bullet:before {
    bottom: 16px;
  }
  .testimonial-section .right {
    right: -35px;
  }
}
@media only screen and (max-width: 1200px) {
  .testimonial-section .testlider .glide__bullets {
    margin: 30px 0 0;
    gap: 0;
  }
  .testimonial-section .testlider .glide__bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    flex-basis: auto;
    padding: 0;
    background: #e8e6e6;
    border-radius: 100%;
    cursor: pointer;
  }
  .testimonial-section .testlider .glide__bullet .btnsec {
    display: none;
  }
  .testimonial-section .testlider .glide__bullet:before {
    display: none;
  }
  .testimonial-section .testlider .glide__bullet--active {
    background: #ffad00;
  }
  .testimonial-section .testlider .arw {
    display: none;
  }
  .testimonial-section .right {
    right: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section .testlider .test-row .content-box:before {
    width: 95px;
    height: 100px;
    top: -28px;
    left: -15px;
  }
  .testimonial-section .popup-section .popup-wrapper .popup-content {
    max-width: 90%;
  }
  .testimonial-section .popup-section .popup-wrapper .popup-content iframe {
    width: 100%;
    height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .testlider .test-row .cust-img-box {
    flex-basis: 100%;
  }
  .testimonial-section .testlider .test-row .client-videos {
    flex-basis: 100%;
  }
  .testimonial-section .testlider .test-row .content-box {
    flex-basis: 100%;
    margin: 20px 0 0;
    text-align: center;
  }
  .testimonial-section .testlider .test-row .content-box p {
    margin: 0 0 15px;
  }
  .testimonial-section .testlider .test-row .content-box h5 {
    margin: 20px 0 5px;
    font-size: 18px;
  }
  .testimonial-section .testlider .test-row .content-box span {
    font-size: 14px;
  }
  .testimonial-section .testlider .test-row .content-box .star-image {
    margin: 0 auto;
  }
  .testimonial-section .testlider .test-row .content-box::before {
    display: none;
  }
}
.second-level-section {
  background-color: #05164D;
  padding: 120px 0 30px;
  min-height: initial;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.second-level-section .breadcrumbs {
  margin-bottom: 20px;
}
.second-level-section h1 {
  margin-bottom: 10px;
}
.second-level-section h1 span {
  color: #FFAD00;
}
.second-level-section h2 {
  color: #ffffff;
}
.second-level-section p {
  color: #bdb7b7;
}
.second-level-section li {
  color: #bdb7b7;
}
.second-level-section li sup {
  font-size: 10px;
  margin-left: 2px;
  margin-top: -4px;
  line-height: initial;
}
.second-level-section li .a-dotted {
  position: relative;
}
.second-level-section li .a-dotted:after {
  content: "";
  width: 84px;
  height: 1px;
  border-bottom: 1px dotted #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.second-level-section li .a-dotted:hover {
  color: #bdb7b7;
}
.second-level-section .left-box {
  padding: 0 0 60px;
  flex-basis: 50%;
}
.second-level-section .left-box .for-client-logo-box {
  margin-bottom: 20px;
}
.second-level-section .left-box .three-logo {
  margin-bottom: 20px;
}
.second-level-section .left-box .three-logo .logo-box {
  width: 151px;
  height: 86px;
  background-size: 151px !important;
  margin-right: 15px;
  display: inline-block;
}
.second-level-section .left-box .three-logo .logo-box.logo1 {
  background: url(../images/hire-logo1.svg) 0 0 no-repeat;
}
.second-level-section .left-box .three-logo .logo-box.logo2 {
  background: url(../images/hire-logo2.svg) 0 0 no-repeat;
}
.second-level-section .left-box .three-logo .logo-box.logo3 {
  background: url(../images/hire-logo3.svg) 0 0 no-repeat;
}
.second-level-section .left-box h2 {
  font-size: 16px;
  line-height: 28px;
}
.second-level-section .left-box h2,
.second-level-section .left-box p {
  margin-bottom: 15px;
}
.second-level-section .left-box ul {
  margin: 20px 0 0;
}
.second-level-section .left-box ul li {
  flex-basis: 100%;
}
.second-level-section .left-box a {
  color: #ffffff;
}
.second-level-section .right-box {
  flex-basis: 48%;
  max-width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}
.second-level-section .right-box img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.table-list-section .col-box-outer {
  border: 2px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border-right: 0;
  border-bottom: 0;
}
.table-list-section .table-list .title {
  font-size: 17px;
  font-weight: 600;
  background: #F7F5F0;
  color: #05164D;
}
.table-list-section .table-list .title .sub-title {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
}
.table-list-section .table-list li {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: #f3f4f6;
  padding: 15px 30px;
  list-style: none;
  text-align: center;
  min-height: 90px;
  display: flex;
  color: #4B5563;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.table-list-section .table-list li:nth-child(n+7) {
  display: none;
}
.table-list-section .table-list li:last-child {
  border-bottom: 0;
}
.table-list-section .table-list li:nth-child(2n) {
  background: #e5e7eb;
}
.table-list-section .table-list:first-child ul li {
  text-align: left;
  justify-content: flex-start;
  font-weight: 600;
  color: #111827;
}
.table-list-section .table-list:first-child ul li.title {
  color: #111827;
}
.table-list-section .view-more a {
  min-width: 144px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 15px 20px;
  display: inline-block;
  font-weight: 600;
  color: #FFAD00;
  position: relative;
}
.table-list-section .view-more a:after {
  content: "";
  width: 16px;
  height: 9px;
  background: url(../images/view-icon.png) no-repeat center;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
  background-size: 100%;
}
.table-list-section .view-more a:hover {
  background: #f1f1f1;
}
.table-list-section.show-all .table-list li:nth-child(n) {
  display: flex;
  align-items: center;
}

.experts-talk-first-section .button-section .btn-sec {
  justify-content: center;
}
.experts-talk-first-section .button-section .btn-sec .btn {
  background-color: #ffffff;
  color: #05164d;
}
.experts-talk-first-section .button-section .btn-sec .btn.rounded:before {
  background-color: #ffad00;
}
.experts-talk-first-section .button-section .btn-sec .btn.rounded .text-white {
  color: #05164d;
}
.experts-talk-first-section .button-section .btn-sec .btn.rounded:hover {
  text-decoration: none;
}
.experts-talk-first-section .button-section .free-con a {
  color: #ffffff;
  opacity: 1;
}
.experts-talk-first-section .button-section .free-con a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.open-free-trial {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.open-free-trial::after {
  content: "";
  clear: both;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/help-i.png) 7px 3px no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  border: 2px #ffffff solid;
  border-radius: 50%;
}

.body-pop {
  position: relative;
  overflow: hidden;
}

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

.free-trail-pop-up {
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.free-trail-pop-up.open-pop {
  display: grid;
}
.free-trail-pop-up .pop-up-inner {
  background-color: #ffffff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.free-trail-pop-up .pop-up-box {
  padding: 30px 100px 100px;
}
.free-trail-pop-up h2 {
  color: #212121;
}
.free-trail-pop-up p {
  margin-top: 10px;
  color: #656565;
}
.free-trail-pop-up p:first-of-type {
  margin-top: 20px;
}
.free-trail-pop-up .pop-close {
  text-align: right;
  display: block;
  margin: 25px 25px 25px auto;
  color: #212121;
  background: url("../images/pop-close.png") 0 0 no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.free-trail-pop-up .green-btn {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
}
.free-trail-pop-up .green-btn:hover {
  background-color: #FFAD00;
}

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

.steps-of-hiring-shadow-specialist-section .flex-2 {
  padding: 0;
}
.steps-of-hiring-shadow-specialist-section .head-box {
  text-align: left;
  position: relative;
  padding: 54px 100px;
}
.steps-of-hiring-shadow-specialist-section .head-box p,
.steps-of-hiring-shadow-specialist-section .head-box h3 {
  font-size: 16px;
  line-height: 26px;
  color: #656565;
}
.steps-of-hiring-shadow-specialist-section .head-box::before {
  content: "";
  background: url(../images/check-list.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 57px;
  left: 72px;
}
.steps-of-hiring-shadow-specialist-section ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 26px;
  flex-basis: 100%;
}
.steps-of-hiring-shadow-specialist-section ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffb81d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.steps-of-hiring-shadow-specialist-section .list-box p {
  margin-top: 50px;
  font-size: 16px;
  line-height: 26px;
}
.steps-of-hiring-shadow-specialist-section .list-box li {
  margin-top: 20px;
  line-height: 25px;
  padding-left: 27px;
}
.steps-of-hiring-shadow-specialist-section .left-box .list-box {
  padding-left: 69px;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer {
  flex-basis: 25%;
  padding: 0 10px;
  position: relative;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:last-child .number-box {
  background: #fade2a;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(odd)::after {
  content: "";
  clear: both;
  display: block;
  background: url("../images/vector-arrow-down.png") top center no-repeat;
  width: 53px;
  height: 11px;
  position: absolute;
  top: 28px;
  right: -25px;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(2)::after {
  content: "";
  clear: both;
  display: block;
  background: url("../images/vector-arrow-up.png") top center no-repeat;
  width: 50px;
  height: 15px;
  position: absolute;
  top: 6px;
  right: -20px;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(4) .number-box {
  position: relative;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(4) .number-box::after {
  content: "";
  clear: both;
  display: block;
  background: url("../images/vector-bright.png") top center no-repeat;
  width: 40px;
  height: 57px;
  position: absolute;
  top: -28px;
  right: -20px;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(odd) p {
  margin-top: 27px;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(even) {
  margin-top: 30px;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(even) p {
  margin-top: 33px;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .number-box {
  background: #f5f5f5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: #000000;
  margin: 0 auto;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .text-box {
  text-align: center;
}
.steps-of-hiring-shadow-specialist-section .right-box-outer .text-box p {
  margin-top: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #212121;
}

.technology-section .left-box {
  flex-basis: 50%;
  padding-right: 70px;
  padding-left: calc(50vw - 740px);
}
.technology-section .left-box ul li {
  border: 1px solid #d1d1e1;
  border-radius: 5px;
  padding: 4px 9px;
  display: inline-block;
  margin: 18px 18px 0 0;
  line-height: 22px;
  text-align: center;
  color: #666666;
  font-weight: 400;
  background-color: rgba(217, 217, 217, 0.32);
}
.technology-section .left-box ul li a {
  display: block;
  color: #666666;
}
.technology-section .left-box ul li:hover {
  background-color: rgba(255, 173, 0, 0.15);
  color: #212121;
  border-color: #ffad00;
}
.technology-section .right-box {
  flex-basis: 50%;
  position: relative;
}
.technology-section .right-box img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}

.no-icon-updated .img-tech-logo {
  display: none !important;
}
.no-icon-updated .tech-box-outer {
  background: rgba(217, 217, 217, 0.32);
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}
.no-icon-updated .tech-box-outer:before {
  content: "";
  background: rgba(217, 217, 217, 0.32);
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.no-icon-updated .tech-box-outer .left-box {
  padding: 14px 20px;
  margin-top: 0;
}
.no-icon-updated .tech-box-outer .left-box h3 {
  font-size: 20px;
  color: #212121;
}
.no-icon-updated .tech-box-outer .right-box {
  padding: 14px 40px 7px;
  margin: 0;
  border-top: 0;
}
.no-icon-updated .tech-box-outer .for-max-six-icon ul {
  margin: 0;
  flex-basis: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.no-icon-updated .tech-box-outer .for-max-six-icon ul .lighter-theme-img img {
  display: none !important;
}
.no-icon-updated .tech-box-outer .for-max-six-icon ul li {
  padding: 0 10px;
  margin: 0 0 7px;
  color: #000;
  position: relative;
  line-height: 23px;
}
.no-icon-updated .tech-box-outer .for-max-six-icon ul li a {
  color: #000;
}
.no-icon-updated .tech-box-outer .for-max-six-icon ul li:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #d1d1e1;
  position: absolute;
  top: 2px;
  right: 0;
}
.no-icon-updated .tech-box-outer .for-max-six-icon ul li:last-child:after {
  display: none;
}
.no-icon-updated .tech-box-outer .for-max-six-icon ul li:hover a {
  color: #60b741;
}

.page-id-8024 .client-video-section {
  background: #f8f8f8;
}

/*Hire Section Updates for version 2*/
/*Hire Section Updates for version 2 ends*/
@media only screen and (max-width: 1600px) {
  .related-tags-section .tags-outer {
    margin-top: 10px;
  }
  .related-tags-section a {
    margin: 10px 10px 0 0;
    padding: 12px 20px;
  }
  .free-trail-pop-up .pop-up-inner {
    max-width: 900px;
  }
  .free-trail-pop-up .pop-up-box {
    padding: 10px 60px 70px;
  }
  .free-trail-pop-up .pop-close {
    margin: 20px 20px 20px auto;
  }
  .free-trail-pop-up .green-btn {
    margin-top: 40px;
    padding: 14px 20px;
  }
  .sample-profile-no-img-section .sample-block-outer {
    margin-top: 40px;
  }
  .sample-profile-no-img-section .sample-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .second-level-section .left-box p {
    margin-bottom: 15px;
  }
  .no-icon-updated .tech-box-outer .left-box h3 {
    font-size: 18px;
  }
  .technology-section .left-box {
    padding-left: calc(50vw - 690px);
  }
}
@media only screen and (max-width: 1440px) {
  .related-tags-section {
    padding-bottom: 50px;
  }
  .related-tags-section .container {
    max-width: 1160px;
  }
  .left-circlist-right-img-section .col-box-outer .row-box {
    margin-top: 80px;
  }
  .left-circlist-right-img-section .col-box-outer .row-box h3 {
    font-size: 24px;
  }
  .left-circlist-right-img-section .col-box-outer .row-box li {
    margin-top: 20px;
  }
  .left-circlist-right-img-section .col-box-outer .row-box li strong {
    margin-bottom: 8px;
  }
  .technology-section .left-box {
    padding-left: calc(50vw - 630px);
  }
}
@media only screen and (max-width: 1366px) {
  h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
  h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1320px) {
  .second-level-section .left-box {
    flex-basis: 47%;
  }
  .second-level-section .left-box .three-logo .logo-box {
    width: 121px;
    height: 69px;
    background-size: 120px !important;
  }
  .open-free-trial::after {
    width: 25px;
    height: 25px;
    background-position: 4px -34px;
  }
  .sample-profile-no-img-section .sample-block {
    padding: 40px 8px;
  }
  .steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(odd) p {
    margin-top: 16px;
  }
  .steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(even) p {
    margin-top: 19px;
  }
  .steps-of-hiring-shadow-specialist-section .right-box-outer .text-box p {
    font-size: 12px;
    line-height: 18px;
  }
  .steps-of-hiring-shadow-specialist-section .head-box p,
  .steps-of-hiring-shadow-specialist-section .head-box h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .steps-of-hiring-shadow-specialist-section .list-box p {
    font-size: 16px;
    line-height: 27px;
  }
  .steps-of-hiring-shadow-specialist-section .list-box li {
    margin-top: 11px;
  }
  .technology-section .left-box {
    padding-left: calc(50vw - 580px);
  }
  .technology-section .left-box ul li {
    margin: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .second-level-section .left-box p {
    margin-bottom: 15px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .second-level-section {
    background-color: #05164D;
    background-size: 0;
    padding: 120px 0 80px;
    min-height: initial;
  }
  .second-level-section .left-box {
    padding: 0;
    flex-basis: 100%;
  }
  .second-level-section .left-box ul {
    margin: 20px 0 0;
  }
  .second-level-section .left-box .btn-sec {
    justify-content: center;
  }
  .second-level-section .left-box .free-con {
    text-align: center;
  }
  .second-level-section .right-box {
    display: none;
  }
  .left-circlist-right-img-section .col-box-outer .row-box {
    margin-top: 50px;
  }
  .left-circlist-right-img-section .col-box-outer .row-box .flex-2 {
    flex-basis: 100%;
  }
  .left-circlist-right-img-section .col-box-outer .row-box .img-box {
    margin: 20px 0 0;
  }
  .free-trail-pop-up .pop-up-inner {
    max-width: 700px;
  }
  .free-trail-pop-up .pop-up-box {
    padding: 0 50px 50px;
  }
  .free-trail-pop-up .green-btn {
    margin-top: 30px;
  }
  .sample-profile-no-img-section .sample-block-outer {
    margin-top: 20px;
  }
  .second-level-section .count-box-outer {
    margin-top: 30px;
  }
  .second-level-section .left-box p {
    font-size: 16px;
  }
  .second-level-section .flex-2:last-child {
    margin: 40px auto 0;
    max-width: 600px;
    width: 100%;
  }
  .steps-of-hiring-shadow-specialist-section .head-box {
    padding: 23px 39px;
  }
  .steps-of-hiring-shadow-specialist-section .head-box::before {
    top: 27px;
    left: 12px;
  }
  .steps-of-hiring-shadow-specialist-section .list-box p {
    margin-top: 17px;
  }
  .steps-of-hiring-shadow-specialist-section .left-box .list-box {
    padding-left: 10px;
  }
  .steps-of-hiring-shadow-specialist-section .last-box {
    margin-top: 39px;
  }
  .steps-of-hiring-shadow-specialist-section .right-box-outer {
    margin-top: 51px;
  }
  .no-icon-updated .tech-box-outer {
    background: rgba(217, 217, 217, 0.32);
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
  }
  .no-icon-updated .tech-box-outer .left-box {
    padding: 10px 20px;
    background: rgba(217, 217, 217, 0.32);
  }
  .no-icon-updated .tech-box-outer .right-box {
    padding: 14px 20px 7px;
  }
  .no-icon-updated .tech-box-outer .right-box ul {
    justify-content: center;
  }
  .no-icon-updated .tech-box-outer:before {
    display: none;
  }
  .technology-section .left-box {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 0;
  }
  .technology-section .right-box {
    flex-basis: 100%;
  }
  .technology-section .right-box img {
    position: initial;
  }
}
@media only screen and (max-width: 767px) {
  .second-level-section .left-box .free-con {
    width: 100%;
  }
  .second-level-section .left-box .three-logo .logo-box {
    width: 100px;
    height: 55px;
    background-size: 100px !important;
    height: 60px;
    margin-right: 10px;
  }
  .second-level-section .right-box {
    display: none;
  }
  .second-level-section ul {
    margin: 20px 0 0;
  }
  .second-level-section ul li .a-dotted:after {
    width: 80%;
  }
  .second-level-section ul li sup {
    font-size: 8px;
    margin-top: 3px;
  }
  .table-list-section .col-box-outer {
    border-right: 0;
    flex-wrap: nowrap;
    border-radius: 0;
  }
  .table-list-section .table-list {
    flex-basis: 25%;
  }
  .table-list-section .table-list li {
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
    min-height: 85px;
  }
  .table-list-section .table-list .title {
    font-size: 12px;
    line-height: 1.5;
  }
  .table-list-section .table-list .title .sub-title {
    display: none;
  }
  .table-list-section.for-yellow-head .bg-row-yellow {
    border: 1px solid #ffffff;
  }
  .table-list-section.for-yellow-head .bg-row-yellow li:first-child {
    border-bottom: 1px solid #ffffff;
  }
  .left-circlist-right-img-section .col-box-outer .row-box h3 {
    font-size: 20px;
  }
  .left-circlist-right-img-section .col-box-outer .row-box li {
    line-height: 24px;
  }
  .left-circlist-right-img-section .col-box-outer .row-box li strong {
    font-size: 18px;
  }
  .related-tags-section {
    text-align: center;
    padding-bottom: 30px;
  }
  .related-tags-section a {
    font-size: 14px;
    margin: 8px 5px 0 0;
    padding: 8px 15px;
  }
  .free-trail-pop-up .pop-up-box {
    padding: 0 15px 30px;
  }
  .free-trail-pop-up .pop-close {
    width: 14px;
    height: 14px;
    background-size: 100%;
    margin: 15px 20px 15px auto;
  }
  .free-trail-pop-up .green-btn {
    margin-top: 30px;
    padding: 12px 15px;
    font-size: 14px;
  }
  .free-trail-pop-up p:first-of-type {
    margin-top: 10px;
  }
  .open-free-trial::after {
    width: 20px;
    height: 20px;
    background-position: 2px -36px;
  }
  .sample-profile-no-img-section .sample-block-outer {
    margin-top: 10px;
  }
  .sample-profile-no-img-section .sample-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sample-profile-no-img-section h4 {
    font-size: 16px;
    padding: 10px 0;
  }
  .sample-profile-no-img-section h5 {
    font-size: 14px;
    padding-top: 10px;
  }
  .second-level-section .hire-services-head {
    font-size: 20px;
    line-height: 25px;
  }
  .second-level-section .right-box {
    padding: 40px 15px;
  }
  .second-level-section .right-box img {
    max-width: 200px;
  }
  .second-level-section .flex-2:last-child {
    margin: 30px auto 0;
  }
  .steps-of-hiring-shadow-specialist-section .right-box-outer {
    margin-top: 0;
  }
  .steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer {
    margin-top: 31px;
    flex-basis: 100%;
  }
  .steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(odd)::after, .steps-of-hiring-shadow-specialist-section .right-box-outer .col-box-outer:nth-child(even)::after {
    display: none;
  }
  .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;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

/*# sourceMappingURL=hire-page-v6.css.map */
