@media only screen and (min-width: 768px) {
  @font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans-VariableFont_wght.woff2") format("woff2"), url("../fonts/PlusJakartaSans-VariableFont_wght.woff") format("woff"), url("../fonts/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #4B5563;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.light-background {
  background: #F9FAFB;
}

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

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

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

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

h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
  color: #4B5563;
  line-height: 28px;
  font-weight: 500;
  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: #110302;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}
.faq-section .faq-accordion-toggle a {
  display: contents;
}
.faq-section .faq-accordion-toggle::before {
  content: "";
  clear: both;
  display: block;
  background: #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: 10px 0 0;
  position: relative;
  padding-left: 18px;
}
.faq-section .faq-accordion-content ul li:before,
.faq-section .faq-accordion-content ol li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #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-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: 500;
  font-size: 18px;
}
.is-arrow:after {
  content: "";
  background: url(../images/home-images/arrow.svg) no-repeat center;
  width: 11px;
  display: inline-block;
  height: 11px;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.is-arrow:hover {
  text-decoration: none;
}
.is-arrow:hover:after {
  margin-left: 15px;
}

.top-section h6 {
  color: #FFAD00;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.top-section p {
  font-size: 18px;
}
.top-section.b-100 {
  max-width: 100%;
  margin: auto;
  padding: 0 0 100px;
  text-align: center;
}

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

.btn-container {
  margin-top: 30px;
}
.btn-container .cta-button {
  display: inline-flex;
  padding: 14px 16px;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  color: #05164d;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 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;
  }
}
.three-column-icon-section .top-content .flex-2:first-child {
  padding-right: 130px;
}
.three-column-icon-section .top-content h2 {
  margin: 0;
}
.three-column-icon-section .top-content p a:hover {
  text-decoration: underline;
}
.three-column-icon-section .image-sec .desktop {
  display: block;
  margin: 0 auto;
}
.three-column-icon-section .image-sec .mobile {
  display: none;
}
.three-column-icon-section .half-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three-column-icon-section .half-list ul li {
  flex-basis: 48%;
}
.three-column-icon-section .col-box-outer .box {
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.three-column-icon-section .col-box-outer .box h3 {
  margin: 0 0 20px;
  padding-top: 20px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ffcf66, #e19b01);
  border-top: 4px solid;
}
.three-column-icon-section .col-box-outer .box h3 a {
  color: #4B5563;
}
.three-column-icon-section .col-box-outer .box h3 a:hover {
  text-decoration: underline;
}
.three-column-icon-section .col-box-outer .box-3 {
  padding-right: 50px;
  margin-top: 50px;
}
.three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
  padding-right: 0;
}
.three-column-icon-section .col-box-outer .box-3.flex-2 {
  padding-right: 0;
}
.three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
  padding-right: 50px;
}
.three-column-icon-section .col-box-outer .box-2 {
  padding-right: 50px;
  margin-top: 50px;
}
.three-column-icon-section .col-box-outer .box-2.flex-2 {
  padding-right: 0;
}
.three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
  padding-right: 50px;
}
.three-column-icon-section .col-box-outer .box-4 {
  padding-right: 50px;
  margin-top: 50px;
}
.three-column-icon-section .col-box-outer .box-4:nth-child(4n) {
  padding-right: 0;
}
.three-column-icon-section .col-box-outer .has-vlink .box {
  padding: 0 0 60px;
}
.three-column-icon-section .col-box-outer .has-vlink .box .box-link {
  font-size: 0;
}
.three-column-icon-section .col-box-outer .has-vlink .box .box-link a {
  content: "";
  border-bottom: 1px solid #d1d1e1;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.three-column-icon-section .col-box-outer .has-vlink .box .box-link a:after {
  content: "";
  width: 48px;
  height: 48px;
  border: 1px solid #d1d1e1;
  border-bottom: 0;
  background: url(../images/angle.png) no-repeat center;
  border-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.three-column-icon-section .col-box-outer .has-vlink .box .box-link a:hover:after {
  background-color: rgba(255, 173, 0, 0.15);
  background-position: 25px center;
  transition: all 0.3s ease;
}
.three-column-icon-section .col-box-outer .has-anchor .box {
  padding: 0 0 60px;
}
.three-column-icon-section .col-box-outer .has-anchor .box .box-anchor {
  transition: all 0.3s ease;
  content: "";
  border-bottom: 1px solid #d1d1e1;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
}
.three-column-icon-section .col-box-outer .has-anchor .box .box-anchor:after {
  content: "";
  width: 48px;
  height: 48px;
  border: 1px solid #d1d1e1;
  border-bottom: 0;
  background: url(../images/angle.png) no-repeat center;
  border-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.three-column-icon-section .col-box-outer .has-anchor .box .box-anchor:hover:after {
  background-color: rgba(255, 173, 0, 0.15);
  background-position: 25px center;
  transition: all 0.3s ease;
}
.three-column-icon-section ul {
  margin-top: 10px;
}
.three-column-icon-section ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}
.three-column-icon-section ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #ffb81d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.three-column-icon-section a {
  text-decoration: none;
}
.three-column-icon-section a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
  .three-column-icon-section .top-content .flex-2:first-child {
    padding-right: 110px;
  }
}
@media only screen and (max-width: 1320px) {
  .three-column-icon-section .top-content .flex-2:first-child {
    padding-right: 80px;
  }
  .three-column-icon-section .col-box-outer .has-anchor .box {
    padding: 0 0 50px;
  }
  .three-column-icon-section .col-box-outer .box h3 {
    margin: 0 0 10px;
    padding-top: 15px;
  }
  .three-column-icon-section .col-box-outer .box-3 {
    padding-right: 40px;
    margin-top: 40px;
  }
  .three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
    padding-right: 0;
  }
  .three-column-icon-section .col-box-outer .box-3.flex-2 {
    padding-right: 0;
  }
  .three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
    padding-right: 40px;
  }
  .three-column-icon-section .col-box-outer .box-2 {
    padding-right: 40px;
    margin-top: 40px;
  }
  .three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
    padding-right: 40px;
  }
  .three-column-icon-section .col-box-outer .box-4 {
    padding-right: 40px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .three-column-icon-section .top-content .flex-2:first-child {
    padding-right: 0;
  }
  .three-column-icon-section .top-content h2 {
    margin: 0 0 15px;
  }
  .three-column-icon-section .half-list ul li {
    flex-basis: 100%;
  }
  .three-column-icon-section .col-box-outer .box-3 {
    padding-right: 30px;
    margin-top: 30px;
  }
  .three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
    padding-right: 30px;
  }
  .three-column-icon-section .col-box-outer .box-3.flex-2 {
    padding-right: 0;
  }
  .three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
    padding-right: 30px;
  }
  .three-column-icon-section .col-box-outer .box-2 {
    padding-right: 30px;
    margin-top: 30px;
  }
  .three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
    padding-right: 30px;
  }
  .three-column-icon-section .col-box-outer .box-4 {
    padding-right: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .three-column-icon-section .col-box-outer {
    margin-top: 10px;
  }
  .three-column-icon-section .col-box-outer .box-3 {
    padding-right: 0;
    margin-top: 20px;
  }
  .three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
    padding-right: 0;
  }
  .three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
    padding-right: 0;
  }
  .three-column-icon-section .col-box-outer .box-2 {
    padding-right: 0;
    margin-top: 30px;
  }
  .three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
    padding-right: 30px;
  }
  .three-column-icon-section .col-box-outer .box-4 {
    padding-right: 0;
    margin-top: 30px;
  }
  .three-column-icon-section .col-box-outer .has-vlink .box {
    padding: 0 0 40px;
  }
  .three-column-icon-section .col-box-outer .has-vlink .box .box-link a:after {
    width: 40px;
    height: 40px;
  }
  .three-column-icon-section .col-box-outer .has-anchor .box {
    padding: 0 0 40px;
  }
  .three-column-icon-section .col-box-outer .has-anchor .box .box-anchor::after {
    width: 40px;
    height: 40px;
  }
  .three-column-icon-section ul li {
    margin-bottom: 7px;
  }
  .three-column-icon-section .image-sec .desktop {
    display: none;
  }
  .three-column-icon-section .image-sec .mobile {
    display: block;
    margin: 0 auto;
  }
}
:root {
  --menuhover: #FFAD00;
  --vc-gray-50: #f9fafb;
  --vc-gray-100: #f3f4f6;
  --vc-gray-200: #e5e7eb;
  --vc-gray-300: #d1d5db;
  --vc-gray-400: #9ca3af;
  --vc-gray-500: #6b7280;
  --vc-gray-700: #374151;
  --menu-head: #111827;
  --vc-white-95: rgba(255, 255, 255, 0.95);
  --mega-height: 520px;
  --myfont: "Plus Jakarta Sans", sans-serif;
  --master-menu-height: 65vh;
}

.master-header {
  background-color: #ffffff;
}

.master-header.sc-up {
  width: 100%;
  background-color: #ffffff;
}

.master-header.header-bg {
  background-color: transparent !important;
  box-shadow: none;
  backdrop-filter: unset;
  border-bottom: 0;
}

.master-header.header-bg:hover {
  background: #ffffff !important;
  border-bottom: 1px solid var(--vc-gray-200);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.master-header.header-bg:hover .get-connect, .master-menu-desktop {
  opacity: 1;
}

.master-header.header-bg:hover .master-menu-desktop {
  opacity: 1;
}

.master-header.header-bg .get-connect {
  opacity: 0;
}

.master-header.sc-down .logo-size {
  opacity: 0;
}

.master-header.header-bg .master-menu-desktop {
  opacity: 0;
}

.get-connect a:hover {
  background-color: #1d4ed8;
}

.master-header.header-bg.sc-up {
  background: #ffffff !important;
}

.master-header .sm-size-logo {
  opacity: 0;
}

.master-header.header-bg.sc-up .get-connect {
  opacity: 1;
}

.master-header.sc-up.header-bg .logo-size {
  opacity: 1;
}

.master-header.header-bg.sc-up .master-menu-desktop {
  opacity: 1;
}

.master-header.sc-down.header-bg:hover .logo-size {
  opacity: 1;
}

.master-header.sc-down .scroll-logo {
  opacity: 0;
}

.master-header.sc-down .scroll-logo {
  opacity: 1;
}

.master-header.scroll-logo {
  opacity: 0;
  display: grid;
  background: #ececec;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  top: 0px;
  transition: all 0.7s ease-in-out;
}

.master-header:hover .scroll-logo {
  display: none;
}

.master-header .scroll-logo {
  display: block;
}

.master-header .scroll-logo {
  opacity: 0;
}

.master-header .scroll-logo {
  display: grid;
  background: #ececec;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.7s ease-in-out;
}

.master-header.header-bg.sc-down .sm-size-logo {
  opacity: 1;
}

.master-header {
  padding: 0px 0;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--vc-gray-200);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  position: fixed;
  z-index: 999;
  width: 100%;
}
.master-header .master-wrapper {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.master-header .master-wrapper .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.master-header .master-wrapper .header-inner .btn-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  color: #6b7280;
  transition: background-color 150ms, color 150ms;
}
.master-header .master-wrapper .header-inner .btn-menu-toggle:hover {
  background-color: #f3f4f6;
}

.master-header.sc-down.header-bg {
  animation: slideDown 0.35s ease-out;
  position: sticky;
  top: 0;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
#mobile-menu-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  color: var(--vc-gray-500);
  background: none;
  transition: background-color 0.15s ease;
  border: none;
}
#mobile-menu-open:hover {
  background-color: var(--vc-gray-100);
}

.master-sub-menu-cards.vcol-1 {
  display: grid;
  grid-template-columns: 1fr !important;
}

.master-sub-menu-cards.vcol-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.master-sub-menu-cards.vcol-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.master-menu-desktop {
  display: none;
  align-items: center;
  gap: 4px;
  max-width: 400px;
}
.master-menu-desktop .nav-item-base {
  padding: 20px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.15s, background-color 0.15s;
  color: #4b5563;
}

.l2-menu {
  width: 325px;
  border-right: 1px solid var(--vc-gray-200);
  background-color: var(--vc-gray-50);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-shrink: 0;
}
.l2-menu .l2-menu ul {
  list-style: none;
  margin: 0;
  padding: 12px;
}
.l2-menu .l2-menu ul .l2-menu-item {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  /* Optimized transitions: transform and opacity only */
  transform: translateY(-8px) scale(0.98);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  background-color: #fff;
}
.mega-menu .desk-menu-box {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.mega-menu .desk-menu-box .menu-box-inner {
  display: flex;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  height: var(--master-menu-height);
  max-height: var(--master-menu-height);
}

.mega-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.l2-menu-item.l2-item-active {
  position: relative;
  background-color: #ffffff;
}

.l2-menu-item:hover {
  padding-left: 3px;
  transition: padding-left 0.2s ease;
  color: var(--menuhover);
}

.l2-menu-item.l2-item-active .my-sidemenu {
  color: var(--menuhover);
  font-family: inherit;
  font-size: 14px;
}

.sub-inner-list {
  padding: 12px;
  margin-top: 4px;
}
.sub-inner-list .l2-menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 3px;
  display: none;
  background: var(--menuhover);
  border-radius: 0 2px 2px 0;
  visibility: visible;
}

.sub-inner-list .l2-menu-item.l2-item-active::before {
  display: block;
}

.sub-inner-list .l2-menu-item:hover::before {
  display: block;
}

@media screen and (max-width: 1440px) {
  .my-sidemenu span {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1366px) {
  .master-menu-desktop .nav-item-base {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .master-menu-desktop {
    max-width: unset;
  }
  .master-menu-desktop .nav-item-base {
    padding: 8px;
  }
  .master-header {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .btn-menu-toggle {
    display: none !important;
  }
  .master-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .master-menu-desktop {
    display: flex;
  }
}
.btn-menu-toggle .size-icon {
  width: 36px;
  height: 36px;
}

.logo-size {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-size .site-logo-img {
  max-width: 220px;
  width: auto;
  transition: opacity 150ms;
}

.master-menu-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link,
.nav-item-base {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vc-gray-700);
  padding: 4px 8px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}

.nav-link.is-expanded {
  color: var(--menuhover);
}

.get-connect {
  display: none;
}

.master-overlays {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}

.master-menu-mob {
  position: fixed;
  top: 0;
  z-index: 999 !important;
  bottom: 0;
  left: 0;
  width: 320px;
  max-width: 85vw;
  background-color: #ffffff;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 40;
  overflow-y: auto;
}
.master-menu-mob .mobile-menu-content {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.master-menu-mob .mobile-menu-content .mobile-text {
  font-size: 18px;
  font-family: var(--myfont);
  font-weight: 700;
  margin: 0;
  color: #111827;
}
.master-menu-mob .mobile-menu-content .menu-clos-btn {
  padding: 8px;
  border-radius: 8px;
  color: #6b7280;
  transition: background-color 150ms, color 150ms;
  border: none;
  background: none;
}
.master-menu-mob .mobile-menu-content .menu-clos-btn:hover {
  background-color: #f3f4f6;
}

.mega-menu-container {
  display: none;
}

.close-icon-menu {
  width: 20px;
  display: block;
  height: 20px;
}

.loading-text {
  color: #6b7280;
  font-size: 14px;
  padding: 16px;
  text-align: center;
}

.menu-wrapper {
  padding: 16px;
}

.mobile-l2-panel {
  width: 100%;
  float: right;
  border-left: 1px solid #e5e7eb;
}

@media screen and (min-width: 1024px) {
  .menu-wrapper {
    display: block;
  }
  .mega-menu-container {
    display: block;
  }
  .master-overlays:hover {
    display: none;
  }
  .get-connect {
    display: block;
  }
  .master-menu-mob {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .master-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header-inner {
    flex-direction: row-reverse;
  }
  .second-sub-menu {
    margin-right: 10px;
    font-family: var(--myfont);
  }
  .logo-size .site-logo-img {
    width: 200px;
  }
  .m-m-text .m-icon-size {
    display: none;
  }
  .master-header.header-bg {
    background-color: #ffffff !important;
  }
  .master-header.sc-down .logo-size {
    opacity: 1;
  }
  .master-header {
    padding: 10px 0;
  }
  .scroll-logo {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .logo-size .site-logo-img {
    max-width: 150px;
  }
}
.mobile-spacing {
  margin-top: 4px;
}

.mobile-main-menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 12px;
  text-align: left;
  font-weight: 600;
  color: #374151;
  border: none;
  background: none;
  transition: background-color 150ms;
}

.mobile-main-menu-list:hover {
  background-color: #f3f4f6;
}

.m-m-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.m-m-text .text-left {
  font-family: inherit;
  font-size: 14px;
}

.m-icon-size {
  width: 20px;
  height: 20px;
  transition: transform 200ms;
  color: #6b7280;
}

.shadow-card {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.inner-items-main {
  border-right: 1px solid #e5e7eb;
  background-color: #f9fafb;
  overflow-y: auto;
  flex-shrink: 0;
}

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--vc-gray-200) transparent;
}

.sub-inner-icon-main {
  width: 16px;
  height: 16px;
  transition: transform 200ms;
  color: #9ca3af;
}

.second-sub-menu {
  flex-grow: 1;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}

.second-last-menu {
  padding-left: 16px;
  padding-bottom: 4px;
  border-left: 1px solid #e5e7eb;
  margin-left: 16px;
  font-size: 14px;
}

.mega-wrapper {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .mega-wrapper {
    display: none;
  }
  .last-innner-menu {
    font-size: 12px;
  }
}
.secon-icon-menu-part {
  flex-shrink: 0;
}

.sub-menu-right-part {
  flex: 1;
  overflow-y: auto;
  padding: 32px;
  background-color: #fff;
}
.sub-menu-right-part .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sub-menu-right-part .right-sub-menu-top {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
}
.sub-menu-right-part .l3-tab-content-container {
  height: 100%;
  overflow-y: auto;
}

.sub-right-menu-text {
  margin-bottom: -1px;
  display: flex;
  gap: 24px;
}

.tab-btn-base {
  padding: 12px 4px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.15s ease;
  color: #64748b;
}

.tab-btn-base.is-active:hover {
  color: #FFAD00;
  border-color: #FFAD00 !important;
}

.tab-btn-base.is-active {
  color: #FFAD00;
}

.menu-box-sub {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 16px;
}

.second-menu-right-card {
  font-size: 14px;
  color: #374151;
}

.second-menu-right-card > * + * {
  margin-top: 10px;
}

.card-semi-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}

button.tab-btn-base {
  background: transparent;
  padding: 12px 16px;
  cursor: pointer;
  font-family: inherit;
}

.link-hover-effect {
  position: relative;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  padding: 0px 8px 0px 0;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
}

.link-hover-effect::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 8px;
  height: 2px;
  width: 0;
  background-color: rgb(var(--color-primary));
  transition: width 0.2s ease-out;
}

.l2-menu-item-btn {
  transition: all 0.15s ease;
  color: #4b5563;
}

.l2-menu-item:hover .l2-menu-item-btn,
.l2-menu-item:focus-within .l2-menu-item-btn {
  padding-left: 18px;
  transition: padding-left 0.2s ease;
}

.l2-item-active {
  position: relative;
  background-color: #ffffff;
}

.l2-item-active .l2-menu-item-btn {
  color: rgb(var(--color-primary));
}

#desktop-l1-menu {
  display: none;
}

@media (min-width: 1024px) {
  #desktop-l1-menu.hidden {
    display: flex !important;
  }
  #desktop-l1-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
/* CTA button */
.get-connect a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  color: #05164d;
  background-color: #FFAD00;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: background-color 0.15s ease;
}

.get-connect a:after {
  content: "";
  background: url(../images/home-images/blue-cta.svg) no-repeat;
  width: 26px;
  height: 26px;
  background-size: 100%;
  display: inline-block;
  margin-left: 10px;
}

.get-connect a:hover:after {
  background: url(../images/home-images/yellow-cta.svg) no-repeat;
}

.get-connect a:hover {
  background: #05164d;
  color: #ffffff;
}

.mobile-connectr-btn {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  display: inline-block;
  width: 100%;
}

.btn-mobstyle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid transparent;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  background-color: var(--menuhover);
  transition: background-color 150ms;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.second-sub-menu-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  transition: color 150ms;
  border: none;
  background: none;
  width: 80%;
  float: right;
  margin-right: 20px;
  font-family: var(--myfont);
}

.second-sub-menu-style:hover {
  color: #2563eb;
}

.menu-three-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  font-size: 14px;
  color: #1f2937;
  transition: color 150ms;
  border: none;
  background: none;
  font-family: var(--myfont);
}

.mobile-l3-panel {
  width: 80%;
  float: right;
  margin-right: 20px;
  border-left: 1px solid #e5e7eb;
}

.mobile-l4-panel {
  background: none;
  width: 85%;
  float: right;
  margin-right: 20px;
}

.last-innner-menu {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: var(--myfont);
  color: #374151;
  font-weight: 400;
}

.last-innner-menu:hover {
  color: #2563EB;
}

.menu-three-sub:hover {
  color: #2563eb;
}

.menu-three-icon {
  width: 16px;
  height: 16px;
  transition: transform 200ms;
  color: #6b7280;
}

.master-menu-mob .hidden {
  display: none !important;
}

.hidden {
  display: none !important;
}

.master-mega-menu .grid {
  display: grid;
}

.master-mega-menu .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.master-mega-menu .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.master-mega-menu .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.master-mega-menu .gap-6 {
  gap: 24px;
}

.my-sidemenu {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  color: var(--vc-gray-700);
  font-weight: 500;
  font-family: inherit;
}

.my-sidemenu span {
  font-size: 16px;
}

.link-hover-effect::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: var(--menuhover);
  transition: width 0.2s ease-out;
}

.l2-menu-item-btn:focus-visible {
  outline: none;
}

.l2-item-active .l2-menu-item-btn::before,
.l2-menu-item:hover .l2-menu-item-btn::before,
.l2-menu-item:focus-within .l2-menu-item-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 3px;
  background: rgb(var(--color-primary));
  border-radius: 0 2px 2px 0;
  visibility: visible;
}

.l2-menu-item-btn::before {
  visibility: hidden;
}

.l2-menu-item-btn {
  transition: all 0.15s ease;
  color: #4b5563;
}

/* L2 Hover/Focus State: Padding Shift */
.l2-menu-item:hover .l2-menu-item-btn,
.l2-menu-item:focus-within .l2-menu-item-btn {
  padding-left: 18px;
  transition: padding-left 0.2s ease;
}

/* L2 Active State: Indicator Bar */
.l2-item-active .l2-menu-item-btn {
  color: rgb(var(--color-primary));
}

[role=tab] {
  cursor: pointer;
}

/* ---------------------------------- */
/* 2. L1 Link Base Style              */
/* ---------------------------------- */
.nav-item-base:hover,
.nav-item-base.is-expanded {
  /* Gray-100 */
  color: #111827;
  /* Gray-900 */
}

/* Set focus-visible outline only on L1 link, not internal menu items */
.nav-item-base:focus-visible {
  outline: 2px solid rgb(var(--color-primary));
  outline-offset: 2px;
}

.l2-menu .space-y-1 > * + * {
  margin-top: 4px;
}

/* L2 menu item & my-sidemenu button */
.l2-menu-item {
  display: block;
  margin-top: 3px;
}

.tab-btn-base {
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 500;
  color: var(--vc-gray-700);
  transition: color 0.12s ease;
}

.tab-btn-base.is-active {
  color: var(--menuhover);
  border-bottom: 2px solid var(--menuhover);
}

.tab-btn-base[aria-selected=true] {
  color: var(--menuhover);
}

.l3-tab-content-container {
  height: 100%;
  overflow-y: auto;
}

.canonical-header-link {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--menu-head);
}

.canonical-arrow {
  transform-origin: center;
  transition: transform 0.15s ease;
  margin-left: 2px;
}

.list-anctor-new {
  font-size: 14px;
  font-weight: 500;
  color: #2563eb;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 150ms;
}

.list-anctor-new:hover {
  color: #1d4ed8;
}

.master-sub-menu-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Group/hover helpers */
.group {
  position: relative;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group-hover\:text-blue-600:hover {
  color: var(--menuhover);
}

/* Link hover effect used across panels */
.link-hover-effect {
  color: var(--vc-gray-700);
  text-decoration: none;
  display: inline-block;
  transition: color 0.12s ease, transform 0.12s ease;
}

.link-hover-effect:hover {
  color: var(--menuhover);
  transform: translateX(0);
}

/* Action/hub cross link area */
.cross-link-box {
  margin-top: 12px;
}

.action-hub h5 {
  font-size: 12px;
  color: var(--vc-gray-500);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Small text container */
.text-sm {
  font-size: 14px;
  color: var(--vc-gray-700);
}

/* Hidden helper (used frequently in markup) */
/* is-open / is-active classes for JS toggles */
.is-open {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

.is-active {
  display: block !important;
}

/* Tab content container */
/* "space-y-2.5 text-sm text-gray-700" mapping */
/* small utility for flex-column used in groups */
.flex.flex-col {
  display: flex;
  flex-direction: column;
}

/* "group/header" classes used in markup (escaped) */
.group\/header\:text-blue-600:hover,
.group-hover\/header\:text-blue-600:hover {
  color: var(--menuhover);
}

/* canonical arrow transition used on action links */
.canonical-arrow.transition-transform {
  transition: transform 0.15s ease;
}

.link-hover-effect .canonical-arrow {
  margin-left: 4px;
}

/* Utility: hr-like border-bottom plus negative margin for nav tab underline mimic */
.-mb-px {
  margin-bottom: -1px;
}

/* "space-y-0.5" */
.second-menu-list-gap > * + * {
  margin-top: 2px;
}

/* "text-left" in mobile lists */
.text-left {
  text-align: left;
}

/* "font-semibold text-gray-800 hover:text-blue-600" */
.font-semibold.text-gray-800 {
  font-weight: 600;
  color: #1f2937;
}

.font-semibold.text-gray-800:hover {
  color: var(--menuhover);
}

/* ---------------------------
   Custom scrollbar styling
   --------------------------- */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--vc-gray-200);
  border-radius: 8px;
}

/* Media query for hiding mobile-only elements / showing desktop ones */
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none !important;
  }
  .lg\:block {
    display: block !important;
  }
  .hidden.lg\:flex {
    display: flex !important;
  }
}
.canonical-header-link i {
  width: 14px;
  height: 24px;
  margin: auto 0;
}

/* Final note: small visual tweaks for the L3 grid items (headings/links) */
.l3-content-panel h4 {
  margin: 0 0 12px 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--vc-gray-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.l3-content-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l3-content-panel li {
  margin: 8px 0 0 0;
}

/* Make sure images/icons inside .group behave */
.group img,
.group svg {
  display: inline-block;
  vertical-align: middle;
}

/* Hover transform for canonical icons (small rotate/translate) */
.link-hover-effect:hover .canonical-arrow {
  transform: translateX(2px) rotate(0deg);
}

/* Ensure elements with 'role="tab"' show pointer */
.link-hover-effect:hover,
.link-hover-effect:focus-visible {
  transform: translateX(3px);
  outline: none;
  /* Handled by pseudo-element */
}

.link-hover-effect:hover::after,
.link-hover-effect:focus-visible::after {
  width: calc(100% - 16px);
  background: var(--menuhover);
}

/* FIX 4: Canonical Header Link Styling - Removed space-between, now rely on Tailwind flex gap */
.canonical-arrow {
  transition: transform 0.2s, color 0.2s;
  /* Apply transition here for smooth effect */
}

.canonical-header-link:hover .canonical-arrow,
.canonical-header-link:focus-visible .canonical-arrow {
  transform: rotate(-45deg);
}

/* Cross-Link Styling fix for width consistency */
.action-hub a.link-hover-effect {
  /* Ensure action links are still formatted nicely, but this block is now skipped for Industries (Fix 3) */
  display: inline-flex;
  width: auto;
  max-width: max-content;
  align-self: flex-start;
  margin-top: 8px;
}

.cross-link-box {
  border-top: 1px solid #e5e7eb;
  padding-top: 8px;
  margin-top: 24px;
}

/* ---------------------------------- */
/* 5. L3 Tab Button Styles            */
/* ---------------------------------- */
.tab-btn-base {
  border-bottom: 2px solid transparent;
  font-weight: 500;
  transition: all 0.15s ease;
  color: #64748b;
  /* Slate-500 */
}

/* IMPORTANT: Remove grey background rollover */
.tab-btn-base:hover,
.tab-btn-base:focus-visible {
  color: #1e293b;
  border-bottom-color: #FFAD00;
  background-color: transparent;
  outline: none;
}

/* Add focus style for L3 tabs */
.tab-btn-base:hover {
  color: #FFAD00;
  border-color: #FFAD00;
}

.tab-btn-base:focus-visible {
  outline: 2px solid var(--menuhover);
  outline-offset: 2px;
}

.mobile-menu {
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-overlay.is-open {
  opacity: 100;
  visibility: visible;
}

.mobile-icon.is-open {
  transform: rotate(180deg);
}

.accordion-section {
  background-color: #fff;
  position: relative;
}
.accordion-section:after {
  background-color: #f8f8f8;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.accordion-section .accordian-row .col-left {
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
}
.accordion-section .accordian-row .col-left .image-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  position: absolute;
  display: block;
  bottom: 0;
  height: 100%;
}
.accordion-section .accordian-row .col-left .soft-img {
  width: 100%;
  display: block;
  height: 100%;
}
.accordion-section .accordian-row .col-left .soft-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.accordion-section .accordian-row .col-left .head-txt {
  padding-left: calc(50vw - 740px);
  padding-right: 45px;
  width: 100%;
  padding-bottom: 80px;
}
.accordion-section .accordian-row .col-right {
  z-index: 10;
  flex-basis: 50%;
  padding-left: 75px;
  padding-right: calc(50vw - 740px);
}
.accordion-section .accordian-row .col-right .accordionItem {
  position: relative;
  margin-top: 40px;
}
.accordion-section .accordian-row .col-right .accordionItem .accordion-toggle a {
  display: none;
}
.accordion-section .accordian-row .col-right .accordionItem:first-child {
  margin-top: 15px;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-content {
  display: block;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle {
  border-bottom: 1px solid transparent;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle.has-link span {
  font-size: 0;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle.has-link:hover {
  cursor: pointer;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle:before {
  display: none;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  color: #3f3f3f;
  transition: all 0.3s ease;
  font-weight: 600 !important;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:after {
  content: "";
  width: 48px;
  height: 48px;
  border: 1px solid #d1d1e1;
  background: url(../images/arrow-image.png) no-repeat center;
  position: absolute;
  right: -71px;
  top: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:hover {
  text-decoration: underline;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:hover:after {
  background-color: rgba(255, 173, 0, 0.15);
  background-position: 25px center;
  transition: all 0.3s ease;
}
.accordion-section .accordian-row .col-right .accordionItem.active .open-icon {
  display: none;
}
.accordion-section .accordian-row .col-right .accordionItem.active .accordion-content::after {
  display: none;
}
.accordion-section .accordian-row .col-right .accordion-toggle {
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  padding: 0 60px 25px 0;
  position: relative;
  font-weight: 600;
  color: #3f3f3f;
  border-bottom: 1px solid #d1d1e1;
  transition: all 0.3s ease;
}
.accordion-section .accordian-row .col-right .accordion-toggle:before {
  content: "";
  width: 48px;
  height: 48px;
  border: 1px solid #d1d1e1;
  background: url(../images/arrow-up.png) no-repeat center;
  border-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion-section .accordian-row .col-right .accordion-toggle:hover:before {
  background-color: rgba(255, 173, 0, 0.15);
  background-position: center 25px;
  transition: all 0.3s ease;
}
.accordion-section .accordian-row .col-right .accordion-content {
  display: none;
  border-bottom: 1px solid #d1d1e1;
  padding-bottom: 40px;
}
.accordion-section .accordian-row .col-right ul,
.accordion-section .accordian-row .col-right ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.accordion-section .accordian-row .col-right ul li,
.accordion-section .accordian-row .col-right ol li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  flex-basis: 48%;
  line-height: 25px;
}
.accordion-section .accordian-row .col-right ul li:before,
.accordion-section .accordian-row .col-right ol li:before {
  content: "";
  background: url(../images/acr-list.svg) no-repeat center;
  width: 19px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}
.accordion-section .accordian-row .col-right ul li a,
.accordion-section .accordian-row .col-right ol li a {
  color: #656565;
}
.accordion-section .accordian-row .col-right ul li a:hover,
.accordion-section .accordian-row .col-right ol li a:hover {
  text-decoration: underline;
}
.accordion-section .accordian-row .col-right .exbtn {
  margin: 25px 0 0;
}
.accordion-section .accordian-row .w-100 ul li {
  flex-basis: 100%;
}
.accordion-section .accordian-row .content-col .inner-box {
  border-bottom: 1px solid #d1d1e1;
  padding: 0 0 35px;
  margin: 0 0 40px;
}
.accordion-section .accordian-row .content-col .inner-box:last-child {
  margin: 0;
}
.accordion-section .accordian-row .content-col .inner-box ul {
  justify-content: flex-start;
}
.accordion-section .accordian-row .content-col .inner-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;
  flex-basis: auto;
  font-weight: 400;
  background-color: rgba(217, 217, 217, 0.32);
  position: relative;
}
.accordion-section .accordian-row .content-col .inner-box ul li:before {
  display: none;
}
.accordion-section .accordian-row .content-col .inner-box ul li a {
  display: contents;
  color: #666666;
}
.accordion-section .accordian-row .content-col .inner-box ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}
.accordion-section .accordian-row .content-col .inner-box ul li a:hover {
  color: #212121;
  border-color: #FFAD00;
}
.accordion-section .accordian-row .content-col .inner-box ul li a:hover:after {
  background: rgba(255, 173, 0, 0.15);
}
.accordion-section.list-full .accordian-row .col-right ul li {
  flex-basis: 100%;
}

.bg-blue-section:before {
  background: linear-gradient(180deg, #211f47 0%, #05164d 100%);
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
}
.bg-blue-section .accordian-row .col-left .head-txt {
  position: relative;
  z-index: 9;
}
.bg-blue-section .accordian-row .col-left .head-txt h2 {
  color: #ffffff;
}
.bg-blue-section .accordian-row .col-left .head-txt p {
  color: #9b9b9b;
}
.bg-blue-section .accordian-row .col-left .soft-img {
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 4560px) {
  .accordion-section .accordian-row .col-left .head-txt {
    padding-left: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 2500px) {
  .accordion-section .accordian-row .col-left .head-txt {
    padding-left: calc(50vw - 1100px);
  }
}
@media only screen and (max-width: 1600px) {
  .accordion-section .accordian-row .col-left .head-txt {
    padding-left: calc(50vw - 690px);
  }
  .accordion-section .accordian-row .col-right {
    padding-right: calc(50vw - 690px);
  }
}
@media only screen and (max-width: 1440px) {
  .accordion-section .accordian-row .col-left .head-txt {
    padding-left: calc(50vw - 630px);
  }
  .accordion-section .accordian-row .col-right {
    padding-right: calc(50vw - 630px);
  }
}
@media only screen and (max-width: 1320px) {
  .accordion-section .accordian-row .col-left .head-txt {
    padding-left: calc(50vw - 580px);
    padding-bottom: 60px;
  }
  .accordion-section .accordian-row .col-right {
    padding-right: calc(50vw - 580px);
  }
  .accordion-section .accordian-row .content-col .inner-box {
    padding: 0 0 25px;
    margin: 0 0 30px;
  }
  .accordion-section .accordian-row .content-col .inner-box ul {
    margin: 5px 0 0;
  }
  .accordion-section .accordian-row .content-col .inner-box ul li {
    margin: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .accordion-section .accordian-row .col-left .head-txt {
    padding-left: 20px;
  }
  .accordion-section .accordian-row .col-right {
    padding-right: 20px;
    padding-left: 40px;
  }
  .bg-blue-section:before {
    display: none;
  }
  .bg-blue-section .accordian-row .col-left .head-txt h2 {
    color: #05164d;
  }
  .bg-blue-section .accordian-row .col-left .head-txt p {
    color: #666666;
  }
}
@media only screen and (max-width: 1100px) {
  .accordion-section {
    background-color: #f8f8f8;
    padding: 80px 20px;
  }
  .accordion-section:after {
    display: none;
  }
  .accordion-section h2 br {
    display: none;
  }
  .accordion-section .accordian-row .col-left {
    flex-basis: 100%;
  }
  .accordion-section .accordian-row .col-left .soft-img {
    display: none;
  }
  .accordion-section .accordian-row .col-left .head-txt {
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 20px;
    padding-bottom: 0px;
    text-align: center;
  }
  .accordion-section .accordian-row .col-right {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .accordion-section .accordian-row .col-right .accordionItem {
    margin-top: 25px;
  }
  .accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:after {
    width: 40px;
    height: 40px;
    top: -10px;
  }
  .accordion-section .accordian-row .col-right .accordion-toggle {
    padding: 0 50px 10px 0;
  }
  .accordion-section .accordian-row .col-right .accordion-toggle:before {
    content: "";
    width: 40px;
    height: 40px;
  }
  .accordion-section .accordian-row .col-right .accordion-content {
    padding-bottom: 25px;
  }
  .accordion-section .accordian-row .col-right .accordion-content ul,
  .accordion-section .accordian-row .col-right .accordion-content ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .accordion-section .accordian-row .col-right .accordion-content ul li,
  .accordion-section .accordian-row .col-right .accordion-content ol li {
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .accordion-section .accordian-row .col-right .accordion-content ul li,
  .accordion-section .accordian-row .col-right .accordion-content ol li {
    flex-basis: 100%;
    line-height: 24px;
  }
  .accordion-section .accordian-row .col-right .accordion-content ul li:before,
  .accordion-section .accordian-row .col-right .accordion-content ol li:before {
    top: 3px;
  }
  .accordion-section .accordian-row .col-right .accordion-content .exbtn {
    margin-top: 10px;
  }
  .accordion-section .accordian-row .col-right ul li,
  .accordion-section .accordian-row .col-right ol li {
    flex-basis: 100%;
    line-height: 24px;
  }
  .accordion-section .accordian-row .col-right ul li:before,
  .accordion-section .accordian-row .col-right ol li:before {
    top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-section {
    padding: 50px 20px;
  }
  .accordion-section .accordian-row .content-col .inner-box {
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .accordion-section .accordian-row .content-col .inner-box ul {
    margin: 10px 0 0;
  }
  .accordion-section .accordian-row .content-col .inner-box ul li {
    margin: 8px 8px 0 0;
  }
  .accordion-section.bg-blue-linear {
    background: #ffffff;
  }
  .accordion-section.bg-blue-linear h2 {
    color: #05164d;
  }
}
.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;
  }
}
.fixfull-section .entire-sticky {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
}
.fixfull-section .entire-sticky .left-column {
  width: calc(100% - 280px);
  padding-right: 60px;
}
.fixfull-section .entire-sticky .right-column {
  width: 278px;
  margin-right: -15px;
}
.fixfull-section .entire-sticky .right-column .toc-sec h4 {
  font-size: 19px;
  font-weight: 600;
}
.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap {
  border-left: 3px solid rgb(246, 246, 246);
  padding-left: 15px;
  margin: 15px 0 0;
}
.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p {
  color: rgba(33, 33, 33, 0.5);
  font-weight: 500;
  margin: 0;
}
.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a {
  padding: 5px 0;
  color: rgba(33, 33, 33, 0.5);
  display: block;
  position: relative;
}
.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a:before {
  content: "";
  background: #ffad00;
  position: absolute;
  width: 3px;
  left: -18px;
  top: 5px;
  height: 30px;
  opacity: 0;
}
.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a:hover {
  color: rgba(33, 33, 33, 0.9);
}
.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a:hover:before {
  opacity: 1;
}
.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a.active {
  color: rgba(33, 33, 33, 0.9);
}
.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a.active:before {
  opacity: 1;
}
.fixfull-section .entire-sticky .right-column .sticky-button {
  margin: 40px 0 0;
}
.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta {
  padding: 20px 20px 20px 20px;
  display: inline-block;
  position: relative;
  background: #fffaf0;
  border-radius: 10px;
  border: 1px solid rgba(5, 22, 77, 0.0901960784);
  color: #05164d;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s ease;
  width: 100%;
  min-height: 97px;
  display: flex;
  align-items: center;
}
.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta p {
  margin: 0;
  color: #05164d;
}
.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:after {
  content: "";
  width: 86px;
  height: 97px;
  background: url(../images/side-shape.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:before {
  content: "";
  width: 7px;
  height: 100%;
  background-color: #FFAD00;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  border-radius: 10px 0 0 10px;
}
.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta .gtexprt {
  display: none;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover {
  transition: all 0.3s ease;
  padding: 0 20px;
}
.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover p {
  display: none;
}
.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover .gtexprt {
  display: inline-block;
  color: #05164d;
  padding: 20px 20px 20px 20px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 99;
}
.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover:before {
  width: 100%;
  border-radius: 10px;
}
.fixfull-section .entire-sticky .right-column.fixed {
  position: fixed;
  top: 80px;
  right: 0;
}

@media (max-width: 979px) {
  .fixfull-section .entire-sticky {
    flex-wrap: wrap;
  }
  .fixfull-section .entire-sticky .left-column {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .fixfull-section .entire-sticky .right-column {
    width: 100%;
    margin-right: 0;
    order: 1;
  }
  .fixfull-section .entire-sticky .right-column .toc-sec h4 {
    font-size: 18px;
  }
  .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap {
    margin: 10px 0 0;
  }
  .fixfull-section .entire-sticky .right-column .sticky-button {
    margin: 30px 0 0;
    padding: 18px;
  }
  .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta {
    font-size: 17px;
    min-height: 60px;
  }
  .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:after {
    width: 70px;
    height: 64px;
  }
  .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:before {
    width: 5px;
  }
  .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover {
    padding: 0 18px;
  }
  .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover .gtexprt {
    top: 0px;
    padding: 18px;
  }
  .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover:before {
    width: 100%;
    border-radius: 10px;
  }
  .fixfull-section .entire-sticky .right-column.fixed {
    position: initial;
  }
}
.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: #FFF6E3;
  border: 2px solid transparent;
  border-radius: 10px;
  color: #05164d;
  padding: 15px;
  position: relative;
  overflow: hidden;
  min-height: 63px;
  margin: 0;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li:before {
  display: none;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li i {
  width: 36px;
  margin-right: 10px;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li i img {
  width: 100%;
  vertical-align: middle;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  border-radius: 10px;
  color: #05164d;
}
.tabs-section.technologies-tabs .tab-content .content-div ul li a:hover {
  border: 2px solid #FFAD00;
  background: #fff;
  text-decoration: none;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col {
  flex-basis: 49%;
  display: flex;
  align-items: center;
  background: #edf5ff;
  border: 2px solid #edf5ff;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  min-height: 63px;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col i {
  width: 36px;
  margin-right: 10px;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col i img {
  width: 100%;
  vertical-align: middle;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
}
.tabs-section.technologies-tabs .tab-content .content-div .cont-col a:hover {
  border-color: #FFAD00;
  background: #fff;
}
.tabs-section.technologies-tabs:after {
  content: "";
  background: url(../images/home-images/tech-bg.png) no-repeat center;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 1320px) {
  .tabs-section .tabs-container {
    flex-basis: 50%;
  }
  .tabs-section.technologies-tabs .tab-content .content-div ul li {
    min-height: 60px;
  }
  .tabs-section.technologies-tabs:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tabs-section .tabs-container .tab-content .content ul {
    margin: 25px 0 0;
  }
  .tabs-section .tabs-container .tab-content .content ul li {
    flex-basis: 100%;
  }
  .tabs-section.techno-tabs .tabs-container .tabs .tab {
    font-size: 14px;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs {
    padding: 20px;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs .tab {
    padding: 14px;
    font-size: 15px;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs .tab.active.after {
    top: 21px;
    right: 15px;
  }
  .tabs-section.technologies-tabs .tab-content {
    padding: 20px;
  }
  .tabs-section.technologies-tabs .tab-content .content-div ul li {
    flex-basis: 100%;
    min-height: 60px;
  }
  .tabs-section.technologies-tabs .tab-content .content-div .cont-col {
    flex-basis: 100%;
    min-height: 60px;
  }
  .tabs-section.technologies-tabs:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .tabs-section .tab-flex {
    flex-wrap: wrap;
  }
  .tabs-section .tabs-container {
    flex-basis: 100%;
  }
  .tabs-section .tabs-container .tabs {
    margin: 30px 0 0;
    gap: 10px;
    width: 100%;
  }
  .tabs-section .tabs-container .tabs .tab {
    font-size: 16px;
  }
  .tabs-section .tabs-container .tabs .tab img {
    display: block;
    margin: 0 0 2px;
  }
  .tabs-section .tabs-container .tab-content {
    margin: 30px 0 0;
  }
  .tabs-section .tabs-container .tab-content .content h3 {
    margin: 10px 0;
  }
  .tabs-section .tabs-container .tab-content .content ul {
    margin: 20px 0 0;
  }
  .tabs-section .tabs-container .tab-content .content ul li {
    padding-left: 27px;
    position: relative;
  }
  .tabs-section .tabs-container .tab-content .content ul li:before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .tabs-section .image-container {
    flex-basis: 100%;
    text-align: center;
    display: none;
  }
  .tabs-section.techno-tabs .tabs-container {
    flex-basis: 100%;
  }
  .tabs-section.techno-tabs .tabs-container .tabs {
    flex-wrap: wrap;
    border-bottom: 3px solid rgba(221, 221, 238, 0.3333333333);
    margin: 0;
    justify-content: space-between;
  }
  .tabs-section.techno-tabs .tabs-container .tabs .tab {
    font-size: 15px;
    flex-basis: 48%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    text-align: center;
  }
  .tabs-section.techno-tabs .tabs-container .tabs .tab.active:after, .tabs-section.techno-tabs .tabs-container .tabs .tab:hover:after {
    bottom: 0;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .dis-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .img-div {
    flex-basis: 100%;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div {
    flex-basis: 100%;
    margin: 10px 0 0;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul {
    margin: 20px 0 0;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li {
    flex-basis: 100%;
  }
  .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li:last-child {
    margin: 0;
  }
  .tabs-section.technologies-tabs {
    position: relative;
  }
  .tabs-section.technologies-tabs .top-section {
    text-align: center;
  }
  .tabs-section.technologies-tabs .tabs-container {
    border-radius: 15px;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs {
    padding: 20px;
    border-radius: 15px 15px 0 0;
    width: 100%;
  }
  .tabs-section.technologies-tabs .tabs-container .tabs .tab {
    padding: 12px;
  }
  .tabs-section.technologies-tabs .tab-content {
    width: 100%;
    padding: 30px;
    border-radius: 0 0 15px 15px;
    margin: 0;
  }
  .tabs-section.technologies-tabs .tab-content .content-div ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tabs-section.technologies-tabs .tab-content .content-div ul li {
    flex-basis: 100%;
    min-height: 60px;
  }
  .tabs-section.technologies-tabs:after {
    display: none;
  }
}
.service-section .flex-1,
.service-section .flex-1,
.service-section .flex-2,
.service-section .flex-3 {
  margin-top: 20px;
}
.service-section .ser-row {
  width: calc(100% + 10px);
  margin-left: -10px;
}
.service-section .card {
  height: 100%;
  border-radius: 10px;
  border: 1.5px solid #ececec;
  margin: 0 10px;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 4px 40px 0px rgba(237, 246, 255, 0.3);
}
.service-section .card:hover {
  border: 1.5px solid rgba(255, 173, 0, 0.3);
}
.service-section .card.has-anchor:hover {
  border: 1.5px solid rgba(255, 173, 0, 0.3);
}
.service-section .card .box-3 {
  padding: 25px;
  transition: all 0.3s ease-in-out;
}
.service-section .card .box-3 h3 {
  margin-bottom: 20px;
  padding: 0 0 15px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ffcf66, #e19b01);
  border-bottom: 2px solid;
}
.service-section .card .box-3 h3 a {
  opacity: 1;
  color: #000;
}
.service-section .card .box-3 p {
  min-height: initial;
}
.service-section .card .box-3 ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.service-section .card .box-3 ul li a {
  text-decoration: underline;
  color: #414141;
}
.service-section .card .box-3 ul li a:hover {
  text-decoration: none;
}
.service-section .card .box-3 ul li:before {
  content: "";
  background: url(../images/check.png) no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}
.service-section .flex-1 .box-3 {
  min-height: auto;
}
.service-section .explore-btn {
  position: relative;
  color: #05164d;
  font-weight: 500;
  text-decoration: underline;
  position: absolute;
  right: 50px;
  left: auto;
  font-size: 14px;
  bottom: 30px;
}
.service-section .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;
}
.service-section .explore-btn:hover:after {
  margin-left: 15px;
}

@media (max-width: 979px) {
  .service-section {
    margin: 50px 0 0;
  }
  .service-section .flex-2 {
    flex-basis: 50%;
  }
  .service-section .ser-row {
    width: 100%;
    margin-left: 0;
  }
  .service-section .card {
    margin: 0 10px;
  }
  .service-section .card .box-3 {
    padding: 20px;
  }
  .service-section .explore-btn {
    font-size: 13px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-section .flex-2 {
    flex-basis: 100%;
  }
  .service-section .ser-row {
    width: 100%;
    margin-left: 0;
  }
  .service-section .card {
    margin: 0;
  }
  .service-section .card .box-3 {
    padding: 15px;
  }
  .service-section .card .box-3 p {
    min-height: initial;
  }
  .service-section .card .box-3 h3 {
    margin-bottom: 15px;
    padding: 0 0 10px;
  }
  .service-section .card .box-3 ul li:before {
    top: 3px;
  }
  .service-section .explore-btn {
    font-size: 13px;
    bottom: 20px;
  }
}
.tech-stacks .col-box-outer .col-box {
  margin-top: 50px;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
}
.tech-stacks .col-box-outer .col-box:nth-child(3n) {
  padding-right: 0;
}
.tech-stacks .col-box-outer .col-box .inner-box {
  border-bottom: 1px solid #d1d1e1;
  padding-bottom: 45px;
  width: 100%;
}
.tech-stacks .col-box-outer .col-box .inner-box h3 {
  position: relative;
  padding-bottom: 10px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ffcf66, #e19b01);
  border-bottom: 4px solid;
  margin-bottom: 20px;
  padding: 0 0 15px;
}
.tech-stacks .col-box-outer .col-box .inner-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: #6B7280;
  font-weight: 400;
  background-color: rgba(217, 217, 217, 0.32);
  position: relative;
}
.tech-stacks .col-box-outer .col-box .inner-box ul li a {
  display: block;
  color: #6B7280;
}
.tech-stacks .col-box-outer .col-box .inner-box ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}
.tech-stacks .col-box-outer .col-box .inner-box ul li a:hover {
  color: #212121;
  border-color: #ffad00;
}
.tech-stacks .col-box-outer .col-box .inner-box ul li a:hover:after {
  background: rgba(255, 173, 0, 0.15);
}
.tech-stacks .col-box-outer .col-box .inner-box ul a:hover li {
  background: black;
}
.tech-stacks .col-box-outer .flex-1 .inner-box {
  min-height: initial;
}

.tools-developer .flex-1,
.tools-developer .flex-1,
.tools-developer .flex-2,
.tools-developer .flex-3 {
  margin-top: 20px;
}
.tools-developer .card {
  height: 100%;
  border-radius: 10px;
  border: 1.5px solid #ececec;
  margin: 0 10px;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 4px 40px 0px rgba(237, 246, 255, 0.3);
}
.tools-developer .card:hover {
  border: 1.5px solid rgba(255, 173, 0, 0.3);
}
.tools-developer .card.has-anchor:hover {
  border: 1.5px solid rgba(255, 173, 0, 0.3);
}
.tools-developer .card .box-3 {
  padding: 30px 20px;
  min-height: 153px;
  transition: all 0.3s ease-in-out;
}
.tools-developer .card .box-3 h3 {
  margin-bottom: 20px;
  padding: 0 0 15px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ffcf66, #e19b01);
  border-bottom: 2px solid;
}
.tools-developer .card .box-3 h3 a {
  opacity: 1;
  color: #000;
}
.tools-developer .card .box-3 ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.tools-developer .card .box-3 ul li a {
  text-decoration: underline;
  color: #414141;
}
.tools-developer .card .box-3 ul li a:hover {
  text-decoration: none;
}
.tools-developer .card .box-3 ul li:before {
  content: "";
  background: url(../images/check.png) no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
.tools-developer .flex-1 .box-3 {
  min-height: auto;
}
.tools-developer.technology-stack .card {
  background-color: transparent;
}
.tools-developer.technology-stack h3 {
  font-size: 18px;
}
.tools-developer.fullwidth .flex-2:last-child,
.tools-developer.fullwidth .flex-3:last-child {
  flex-basis: 100%;
}
.tools-developer .explore-btn {
  position: relative;
  color: #05164d;
  font-weight: 500;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.tools-developer .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;
}
.tools-developer .explore-btn:hover:after {
  margin-left: 15px;
}

@media only screen and (max-width: 1320px) {
  .tech-stacks .col-box-outer .col-box {
    margin-top: 40px;
    padding-right: 40px;
  }
  .tech-stacks .col-box-outer .col-box:nth-child(3n) {
    padding-right: 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box {
    padding-bottom: 35px;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul {
    margin: 10px 0 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul li {
    margin: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .tech-stacks .col-box-outer .col-box {
    margin-top: 30px;
    padding-right: 30px;
  }
  .tech-stacks .col-box-outer .col-box:nth-child(3n) {
    padding-right: 30px;
  }
  .tech-stacks .col-box-outer .col-box .inner-box {
    padding-bottom: 20px;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul {
    margin: 20px 0 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul li {
    display: inline-block;
  }
  .tools-developer .card .box-3 {
    padding: 20px 20px;
    min-height: initial;
  }
  .tools-developer .card .box-3 h3 {
    margin-bottom: 10px;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tech-stacks .col-box-outer .col-box {
    padding-right: 0;
  }
  .tech-stacks .col-box-outer .col-box:nth-child(3n) {
    padding-right: 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box {
    padding-bottom: 20px;
    min-height: initial;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul {
    margin: 20px 0 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul li {
    display: inline-block;
    margin: 0 8px 8px 0;
  }
}
.lets-discuss-cta {
  position: relative;
  z-index: 1;
}
.lets-discuss-cta:before, .lets-discuss-cta:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.lets-discuss-cta:before {
  background: url(../images/intersect-left.png) 0 0 no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
  width: 116px;
  height: 163px;
}
.lets-discuss-cta:after {
  background: url(../images/intersect-right.png) 0 0 no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 304px;
  height: 475px;
}
.lets-discuss-cta .left-sec {
  flex-basis: 40%;
}
.lets-discuss-cta .right-sec {
  flex-basis: 40%;
}

@media only screen and (max-width: 1440px) {
  .lets-discuss-cta:after {
    width: 240px;
  }
}
@media only screen and (max-width: 1320px) {
  .lets-discuss-cta:after {
    width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .lets-discuss-cta:before {
    width: 50px;
    height: 70px;
  }
  .lets-discuss-cta:after {
    display: none;
  }
  .lets-discuss-cta .left-sec {
    flex-basis: 100%;
    text-align: center;
  }
  .lets-discuss-cta .left-sec .btn-sec {
    justify-content: center;
  }
  .lets-discuss-cta .right-sec {
    flex-basis: 100%;
    text-align: center;
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .lets-discuss-cta .right-sec {
    display: none;
  }
}
.lets-discuss-pro {
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 10px;
}
.lets-discuss-pro:before, .lets-discuss-pro:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.lets-discuss-pro:before {
  background: url(../images/intersect-left.png) 0 0 no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
  width: 116px;
  height: 163px;
}
.lets-discuss-pro:after {
  background: url(../images/intersect-right.png) 0 0 no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 304px;
  height: 475px;
}
.lets-discuss-pro .left-sec {
  flex-basis: 54%;
}
.lets-discuss-pro .left-sec .btn-sec {
  margin: 30px 0 0;
}
.lets-discuss-pro .right-sec {
  flex-basis: 35%;
}

@media only screen and (max-width: 1440px) {
  .lets-discuss-pro:after {
    width: 240px;
  }
}
@media only screen and (max-width: 1320px) {
  .lets-discuss-pro:after {
    width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .lets-discuss-pro {
    padding: 30px;
  }
  .lets-discuss-pro:before {
    width: 50px;
    height: 70px;
  }
  .lets-discuss-pro:after {
    display: none;
  }
  .lets-discuss-pro .left-sec {
    flex-basis: 100%;
    text-align: center;
  }
  .lets-discuss-pro .left-sec .btn-sec {
    justify-content: center;
  }
  .lets-discuss-pro .right-sec {
    flex-basis: 100%;
    text-align: center;
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .lets-discuss-pro .right-sec {
    display: none;
  }
}
.software-work .flex-1,
.software-work .flex-1,
.software-work .flex-2,
.software-work .flex-3 {
  margin-top: 20px;
}
.software-work .soft-wrap .sf-title {
  font-size: 25px;
  font-weight: 600;
  color: rgba(5, 22, 77, 0.9);
  display: block;
}
.software-work .soft-wrap .soft-row {
  width: calc(100% + 10px);
  margin-left: -10px;
  margin-top: 20px;
}
.software-work .soft-wrap .soft-row .soft-card {
  height: 100%;
  border-radius: 10px;
  border: 1.5px solid #ececec;
  margin: 0 10px;
  background: #ffffff;
  position: relative;
  padding: 25px;
  box-shadow: 0px 4px 40px 0px rgba(237, 246, 255, 0.3);
}
.software-work .soft-wrap .soft-row .soft-card .card-header ul {
  margin: 0;
  list-style: none;
}
.software-work .soft-wrap .soft-row .soft-card .card-header ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  flex-basis: 100%;
  display: none;
  transition: transform 0.5s ease;
}
.software-work .soft-wrap .soft-row .soft-card .card-header ul li:nth-child(-n+2) {
  display: list-item;
}
.software-work .soft-wrap .soft-row .soft-card .card-header ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/check-white.svg) 0 0 no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.software-work .soft-wrap .soft-row .soft-card .card-header.show-li {
  transition: transform 0.5s ease;
}
.software-work .soft-wrap .soft-row .soft-card .card-header.show-li ul li {
  display: block;
  transition: transform 0.5s ease;
}
.software-work .soft-wrap .soft-row .soft-card h3 {
  margin: 0 0 15px;
}
.software-work .soft-wrap .soft-row .soft-card .expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out; /* Smooth transition */
}
.software-work .soft-wrap .soft-row .soft-card .see-more-btn {
  background-color: transparent;
  border: none;
  color: #05164d;
  cursor: pointer;
  margin-top: 30px;
  font-weight: 500;
  display: flex;
  text-align: right;
  position: relative;
  justify-content: right;
  align-items: center;
  padding-right: 32px;
}
.software-work .soft-wrap .soft-row .soft-card .see-more-btn:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/plus-icon.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.software-work .soft-wrap .soft-row .soft-card .see-more-btn:hover:before {
  background: url(../images/plus-hover.svg) 0 0 no-repeat;
}
.software-work .soft-wrap .soft-row .soft-card .see-more-btn.expanded-btn:before {
  background: url(../images/minus-icon.svg) 0 0 no-repeat;
}
.software-work .soft-wrap .soft-row .soft-card .see-more-btn.expanded-btn:hover:before {
  background: url(../images/minus-icon-hover.svg) 0 0 no-repeat;
}
.software-work .soft-wrap .soft-row .soft-card:hover {
  border: 1.5px solid rgba(255, 173, 0, 0.3);
}

@media (max-width: 979px) {
  .software-work .flex-1,
  .software-work .flex-1,
  .software-work .flex-2,
  .software-work .flex-3 {
    flex-basis: 50%;
  }
  .software-work .soft-wrap .sf-title {
    font-size: 20px;
  }
  .software-work .soft-wrap .soft-row {
    width: 100%;
    margin-left: 0;
  }
  .software-work .soft-wrap .soft-row .soft-card {
    margin: 0 10px;
    padding: 20px;
  }
  .software-work .soft-wrap .soft-row .soft-card .card-header h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .software-work .flex-1,
  .software-work .flex-1,
  .software-work .flex-2,
  .software-work .flex-3 {
    flex-basis: 100%;
  }
  .software-work .soft-wrap .soft-row {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .software-work .soft-wrap .soft-row .soft-card {
    margin: 0;
  }
  .software-work .soft-wrap .soft-row .soft-card .card-header ul li {
    top: 4px;
  }
}
.client-img-section {
  background: #f8f8f8;
}
.client-img-section .dis-flex {
  align-items: flex-start;
}
.client-img-section .left-box {
  padding-right: 60px !important;
}
.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: 8px;
  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: #ffffff;
  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 {
  margin: 20px 0 0;
}
.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: 31%;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  border: 1px solid rgba(221, 221, 221, 0.83);
  border-radius: 8px;
  background: #fff;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 {
  cursor: default;
  border-color: #FFAD00;
}
.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;
}
.dark-client-section .left-box h5 {
  color: #FFAD00;
}
.dark-client-section .left-box p {
  color: rgba(255, 255, 255, 0.8) !important;
}
.dark-client-section .left-box ul li {
  color: rgba(255, 255, 255, 0.8);
}
.dark-client-section .left-box a {
  color: rgba(255, 255, 255, 0.8);
  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 !important;
  }
  .client-img-section .left-box ul {
    margin-top: 20px;
  }
  .client-img-section .right-box {
    flex-basis: 100%;
    margin: 40px 0 0;
  }
}
.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;
  }
}
.indcater-section .head-txt {
  text-align: left;
  max-width: 100%;
}
.indcater-section .indcater-slider {
  margin: 70px 0 0;
}
.indcater-section .indcater-slider .ind-box {
  width: 100%;
  padding: 0 5px;
}
.indcater-section .indcater-slider .ind-box .ind-flex {
  display: flex;
  gap: 10px;
  margin: 10px 0 0;
}
.indcater-section .indcater-slider .ind-box .ind-column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.indcater-section .indcater-slider .ind-box .ind-column.w-50 {
  width: 50%;
}
.indcater-section .indcater-slider .ind-box .ind-column .ind-image {
  width: 100%;
}
.indcater-section .indcater-slider .ind-box .ind-column .ind-image h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
}
.indcater-section .indcater-slider .ind-box .ind-column .ind-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 10px;
}
.indcater-section .indcater-slider .ind-box .ind-column h3 {
  color: #ffffff;
  font-weight: 600;
}
.indcater-section .indcater-slider .ind-box .ind-column .service-content {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: left;
  padding: 25px;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  color: #ffffff;
}
.indcater-section .indcater-slider .ind-box .ind-column .service-content h3 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 5px;
}
.indcater-section .indcater-slider .ind-box .ind-column .service-content h3 a {
  color: #ffffff;
}
.indcater-section .indcater-slider .ind-box .ind-column .service-content h3 a:hover {
  text-decoration: underline;
}
.indcater-section .indcater-slider .ind-box .ind-column .service-content h3:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 4px;
  left: 0;
  bottom: -8px;
  background-color: #FFAD00;
}
.indcater-section .indcater-slider .ind-box .ind-column .service-content p {
  color: #ffffff;
}
.indcater-section .indcater-slider .ind-box .ind-column .service-content .cta-box a {
  font-weight: 500;
  color: #FFAD00;
  display: flex;
  align-items: center;
  text-decoration: underline;
  position: relative;
}
.indcater-section .indcater-slider .ind-box .ind-column .service-content .cta-box a:after {
  content: "";
  background: url(../images/learn-btn.svg) no-repeat center;
  width: 18px;
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: 3px;
  transition: all 0.3s ease-in-out;
}
.indcater-section .indcater-slider .ind-box .ind-column .service-content .cta-box a:hover:after {
  margin-left: 15px;
}
.indcater-section .indcater-slider .ind-box .ind-column:hover .ind-image img {
  transform: scale(1.1);
}
.indcater-section .indcater-slider .ind-box .ind-column:hover .ind-image h3 {
  opacity: 0;
}
.indcater-section .indcater-slider .ind-box .ind-column:hover .service-content {
  transform: translateY(0);
  opacity: 1;
}
.indcater-section .indcater-slider .glider-dots {
  margin-top: 30px;
  display: none;
}
.indcater-section .indcater-slider .glider-dots .glider-dot {
  display: inline-block;
}
.indcater-section .indcater-slider .glider-dots .glider-dot.active {
  background: #FFAD00;
}
.indcater-section .indcater-slider .arrow-btn {
  position: absolute;
  top: -80px;
  right: 0px;
}
.indcater-section .indcater-slider .arrow-btn .ind-prev,
.indcater-section .indcater-slider .arrow-btn .ind-next {
  background: #fff url(../images/tail-prev.svg) 0 0 no-repeat;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-size: 35px;
  z-index: 9;
  border: 1px solid #e5e5e5;
  opacity: 1;
  background-position: center;
  top: -40%;
  left: -50px;
  transform: rotate(0);
  font-size: 0;
  cursor: pointer;
  transform: rotate(180deg);
}
.indcater-section .indcater-slider .arrow-btn .ind-prev:hover,
.indcater-section .indcater-slider .arrow-btn .ind-next:hover {
  opacity: 1;
}
.indcater-section .indcater-slider .arrow-btn .ind-prev.ind-next,
.indcater-section .indcater-slider .arrow-btn .ind-next.ind-next {
  left: auto;
  right: -25px;
  transform: rotate(0deg);
}
.indcater-section .indcater-slider .ind-prev.disabled,
.indcater-section .indcater-slider .ind-next.disabled {
  opacity: 0.6;
  cursor: default;
}

@media (max-width: 979px) {
  .indcater-section .indcater-slider {
    margin: 40px 0 0;
  }
  .indcater-section .indcater-slider .ind-box .ind-column .ind-image h3 {
    padding: 20px;
  }
  .indcater-section .indcater-slider .ind-box .ind-column .service-content {
    padding: 20px;
  }
  .indcater-section .indcater-slider .ind-box .ind-column .service-content h3 {
    margin-bottom: 15px;
    padding: 0 0 5px;
  }
  .indcater-section .indcater-slider .arrow-btn {
    position: initial;
    margin: 25px auto 0;
    right: 0px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .indcater-section .indcater-slider .arrow-btn .ind-prev,
  .indcater-section .indcater-slider .arrow-btn .ind-next {
    top: auto;
    left: 0;
    right: 0;
  }
  .indcater-section .indcater-slider .arrow-btn .ind-prev.glider-next,
  .indcater-section .indcater-slider .arrow-btn .ind-next.glider-next {
    left: auto;
    right: auto;
  }
  .indcater-section .indcater-slider .arrow-btn .ind-prev {
    right: 55px;
    margin: 0 auto;
  }
}
:root {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.industry-section {
  height: 100%;
  min-height: 625px;
  padding: 0;
  background: #05164d;
  position: relative;
}
.industry-section .container {
  position: relative;
}
.industry-section .ind-title {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9;
  color: #fff;
  font-family: Lexend Deca;
  font-size: 98px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  opacity: 0.5;
  font-weight: bold;
}

.overflow-hidden {
  overflow: hidden !important;
}

.industry-section .bannerIMG {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.changingTileWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.changingTileWrap .tileFloat {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  padding: 0;
  transform: translateX(-50%);
  margin: 0;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

.tile-box {
  flex: 0 0 auto;
  height: 100% !important;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
  padding: 25px;
  background: linear-gradient(180deg, rgba(12, 20, 49, 0) 0%, #0c1431 100%);
  transition: all 0 ease 0.3s;
}

.tile-box:hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.64));
}

.tile-box:hover .tileHeadMain {
  display: none;
}

.tile-box .tileHeadMain {
  margin-bottom: 100px;
}

.tile-box .tileHead,
.tile-box .tileHeadMain a {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  padding: 0 0 5px;
  color: #ffffff;
  position: relative;
}

.tile-box .tileHead a {
  color: #ffffff;
}

.tile-box .tileHead a:hover {
  color: #FFAD00;
}

.tile-box .tileHead:before,
.tile-box .tileHeadMain:before {
  content: "";
  position: absolute;
  width: 38px;
  height: 4px;
  left: 0;
  bottom: -8px;
  background-color: #FFAD00;
}

.tile-box:hover .floatingTileInfo {
  bottom: 0;
  visibility: visible;
}

.tile-box.active .floatingTileInfo {
  bottom: 0;
  visibility: visible;
}

.tile-box.active .tileHeadMain {
  display: none;
}

.floatingTileInfo {
  padding: 10px;
  position: absolute;
  bottom: -100%;
  visibility: hidden;
  transition: all 0.3s;
  margin-bottom: 60px;
}

.floatingTileInfo p {
  line-height: 160%;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tile-box .cta-box a {
  font-weight: 500;
  color: #FFAD00;
  display: flex;
  align-items: center;
  text-decoration: underline;
  position: relative;
}

.tile-box .cta-box a:after {
  content: "";
  background: url(../images/learn-btn.svg) no-repeat center;
  width: 18px;
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: 3px;
  transition: all 0.3s ease-in-out;
}

.tile-box .cta-box a:hover:after {
  margin-left: 15px;
}

.industry-section .glider {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.industry-section .glider-track {
  height: 100% !important;
}

.industry-section .glider-dots .glider-dot {
  width: 14px;
  height: 14px;
  color: #dddddd;
  margin: 5px;
  background: #fff;
}

.industry-section .glider-dots .glider-dot.active {
  background: #ffca1d;
}

.industry-section .glider-dots {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.industry-section .glider-prev {
  background: url(../images/prev-arrow.png) no-repeat center;
  width: 27px;
  height: 27px;
  z-index: 9;
  opacity: 1 !important;
  top: 45%;
  font-size: 0;
  left: 40px;
  transform: rotate(0);
  font-size: 0;
}

.industry-section .glider-next {
  background: url(../images/prev-arrow.png) no-repeat center;
  width: 27px;
  height: 27px;
  z-index: 9;
  opacity: 1 !important;
  top: 45%;
  font-size: 0;
  right: 40px;
  font-size: 0;
  transform: rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .industry-section .ind-title {
    font-size: 70px;
    left: 20px;
  }
  .tile-box .tileHeadMain {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .industry-section {
    min-height: 400px;
  }
  .industry-section .glider-prev {
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .industry-section .glider-next {
    background-size: 100%;
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .industry-section .glider {
    background: linear-gradient(180deg, rgba(12, 20, 49, 0) 0%, #0c1431 100%);
  }
  .tile-box {
    background: transparent;
  }
  .industry-section .ind-title {
    top: 25px;
    font-size: 60px;
    font-family: sans-serif;
  }
  .floatingTileInfo {
    padding: 20px;
  }
}
.tech-stack-section .technology-slider {
  margin: 50px 0 0;
}
.tech-stack-section .technology-slider .col-box {
  margin-top: 20px;
  padding: 0 10px;
  display: flex;
}
.tech-stack-section .technology-slider .col-box .inner-box {
  border-bottom: 4px solid rgb(238, 238, 238);
  padding-bottom: 45px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  min-height: 292px;
}
.tech-stack-section .technology-slider .col-box .inner-box h3 {
  position: relative;
  margin-bottom: 15px;
}
.tech-stack-section .technology-slider .col-box .inner-box h3 a {
  color: #3f3f3f;
}
.tech-stack-section .technology-slider .col-box .inner-box h3 a:hover {
  text-decoration: underline;
}
.tech-stack-section .technology-slider .col-box .inner-box ul {
  padding: 0 0 30px;
}
.tech-stack-section .technology-slider .col-box .inner-box ul li {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 7px 8px 7px 18px;
  display: inline-block;
  margin: 10px 5px 0 0;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #6B7280;
  font-weight: 600;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}
.tech-stack-section .technology-slider .col-box .inner-box ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 7px;
  top: 15px;
  background: rgba(128, 128, 128, 0.3);
  border-radius: 100%;
}
.tech-stack-section .technology-slider .col-box .inner-box ul li a {
  display: block;
  color: #6B7280;
  font-weight: 600 !important;
}
.tech-stack-section .technology-slider .col-box .inner-box ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.tech-stack-section .technology-slider .col-box .inner-box ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 7px;
  top: 15px;
  background: rgba(128, 128, 128, 0.3);
  border-radius: 100%;
}
.tech-stack-section .technology-slider .col-box .inner-box ul li a:hover {
  color: #ffffff;
  border-color: #FFAD00;
}
.tech-stack-section .technology-slider .col-box .inner-box ul li a:hover:after {
  background: #FFAD00;
}
.tech-stack-section .technology-slider .col-box .inner-box ul li a:hover:before {
  background: #ffffff;
}
.tech-stack-section .technology-slider .col-box .inner-box ul li:hover:before {
  background: rgba(128, 128, 128, 0.3);
}
.tech-stack-section .technology-slider .glider-dots {
  margin-top: 30px;
  display: none;
}
.tech-stack-section .technology-slider .glider-dots .glider-dot {
  display: inline-block;
}
.tech-stack-section .technology-slider .glider-dots .glider-dot.active {
  background: #FFAD00;
}
.tech-stack-section .technology-slider .tech-prev,
.tech-stack-section .technology-slider .tech-next {
  background: #fff url(../images/arrow-tech.png) 0 0 no-repeat;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
  box-shadow: 8.54px 25.61px 42.68px 8.54px rgba(0, 0, 0, 0.05);
  background-size: 16px;
  z-index: 9;
  opacity: 1;
  background-position: center;
  top: 42%;
  left: -20px;
  transform: rotate(0);
  font-size: 0;
  cursor: pointer;
  position: absolute;
}
.tech-stack-section .technology-slider .tech-prev:hover,
.tech-stack-section .technology-slider .tech-next:hover {
  background-color: #FFAD00;
}
.tech-stack-section .technology-slider .tech-prev.tech-next,
.tech-stack-section .technology-slider .tech-next.tech-next {
  left: auto;
  right: -15px;
  transform: rotate(180deg);
}
.tech-stack-section .technology-slider .glider-next.disabled,
.tech-stack-section .technology-slider .glider-prev.disabled {
  cursor: default;
}

@media only screen and (max-width: 991px) {
  .tech-stack-section .technology-slider {
    margin: 30px 0 0;
  }
  .tech-stack-section .technology-slider .col-box {
    margin-top: 15px;
    padding: 0 10px;
  }
  .tech-stack-section .technology-slider .col-box .inner-box h3 {
    margin-bottom: 15px;
  }
  .tech-stack-section .technology-slider .col-box .inner-box ul {
    padding: 0 0 20px;
  }
  .tech-stack-section .technology-slider .col-box .inner-box ul li {
    padding: 7px 8px 7px 18px;
    margin: 8px 4px 0 0;
  }
  .tech-stack-section .technology-slider .glider-dots {
    margin-top: 30px;
    display: none;
  }
  .tech-stack-section .technology-slider .glider-dots .glider-dot.active {
    background: #FFAD00;
  }
  .tech-stack-section .technology-slider .tech-prev,
  .tech-stack-section .technology-slider .tech-next {
    width: 40px;
    height: 40px;
    left: -15px;
  }
  .tech-stack-section .technology-slider .tech-prev.glider-next,
  .tech-stack-section .technology-slider .tech-next.glider-next {
    right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .tech-stack-section .technology-slider .col-box {
    margin-top: 15px;
    padding: 0 5px;
    flex-wrap: wrap;
  }
  .tech-stack-section .technology-slider .col-box .inner-box {
    min-height: initial;
  }
  .tech-stack-section .technology-slider .col-box .inner-box ul li {
    line-height: 20px;
    font-size: 13px;
  }
  .tech-stack-section .technology-slider .col-box .inner-box h3 {
    margin-bottom: 15px;
    min-height: initial;
  }
  .tech-stack-section .technology-slider .glider-dots {
    display: block;
  }
  .tech-stack-section .technology-slider .tech-prev,
  .tech-stack-section .technology-slider .tech-next {
    display: none;
  }
}
.software-costing .costing-outer .col-box {
  margin-top: 20px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.software-costing .costing-outer .col-box .cost-card {
  width: 100%;
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease;
  height: 100%;
  border-radius: 10px;
  border: 1.5px solid #ececec;
  background: #fff;
  position: relative;
  padding: 30px;
  box-shadow: 0 4px 40px 0 rgba(237, 246, 255, 0.3);
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.software-costing .costing-outer .col-box .cost-card:after {
  content: "";
  width: 215px;
  height: 276px;
  background: url(../images/btn-shape.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.software-costing .costing-outer .col-box .cost-card h3 {
  margin: 0 0 10px;
}
.software-costing .costing-outer .col-box .cost-card p {
  line-height: 24px;
}
.software-costing .costing-outer .col-box .cost-card .normal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.3s ease;
  padding: 20px;
}
.software-costing .costing-outer .col-box .cost-card .normal-content .soft-img {
  margin: 0 0 20px;
  display: block;
}
.software-costing .costing-outer .col-box .cost-card .hover-content {
  display: none;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  text-align: left;
  padding: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.software-costing .costing-outer .col-box .cost-card .hover-content.bg-royal-linear {
  background: linear-gradient(90deg, #05164D 0%, #0C33B3 100%);
}
.software-costing .costing-outer .col-box .cost-card .hover-content p {
  color: #ffffff;
}
.software-costing .costing-outer .col-box .cost-card .hover-content h3 {
  color: #ffffff;
}
.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec {
  margin: 10px 0 0;
  justify-content: left;
}
.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec .btn {
  justify-content: left;
  font-size: 14px;
  padding: 12px 55px 12px 20px;
}
.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec .btn.rounded:before {
  width: 38px;
  height: 38px;
  top: 2px;
  right: 2px;
  background-size: 15px;
  background-position: center right 11px;
}
.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec .btn.rounded .text-white {
  line-height: initial;
}
.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec .btn.rounded:hover:before {
  background: #ffad00 url(../images/btn-icon.svg) 0 0 no-repeat;
  background-position: center right 13px;
  background-size: 15px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.software-costing .costing-outer .col-box .cost-card:hover {
  transform: translateY(-10px);
}
.software-costing .costing-outer .col-box .cost-card:hover .hover-content {
  display: flex;
  transition: opacity 0.3s ease;
  display: none;
}
.software-costing .costing-outer .col-box .cost-card:hover .hover-content.bg-royal-linear {
  display: flex;
  transition: opacity 0.3s ease;
}
.software-costing .costing-outer .col-box .cost-card:hover:after {
  opacity: 1;
}
.software-costing .costing-outer .col-box .cost-card:hover .normal-content {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.software-costing .costing-outer .col-box .cost-card.no-hover.hover .hover-content {
  display: none;
}

@media only screen and (max-width: 1320px) {
  .tech-stacks .col-box-outer .col-box {
    margin-top: 40px;
    padding-right: 40px;
  }
  .tech-stacks .col-box-outer .col-box:nth-child(3n) {
    padding-right: 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box {
    padding-bottom: 35px;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul {
    margin: 10px 0 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul li {
    margin: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .tech-stacks .col-box-outer .col-box {
    margin-top: 30px;
    padding-right: 30px;
  }
  .tech-stacks .col-box-outer .col-box:nth-child(3n) {
    padding-right: 30px;
  }
  .tech-stacks .col-box-outer .col-box .inner-box {
    padding-bottom: 20px;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul {
    margin: 20px 0 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul li {
    display: inline-block;
  }
  .tools-developer .card .box-3 {
    padding: 20px 20px;
    min-height: initial;
  }
  .tools-developer .card .box-3 h3 {
    margin-bottom: 10px;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tech-stacks .col-box-outer .col-box {
    padding-right: 0;
  }
  .tech-stacks .col-box-outer .col-box:nth-child(3n) {
    padding-right: 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box {
    padding-bottom: 20px;
    min-height: initial;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul {
    margin: 20px 0 0;
  }
  .tech-stacks .col-box-outer .col-box .inner-box ul li {
    display: inline-block;
    margin: 0 8px 8px 0;
  }
}
.tailored-tech .tailored-out {
  justify-content: space-between;
  position: relative;
}
.tailored-tech .tailored-out .left-section {
  flex-basis: 28%;
  padding: 50px 0;
}
.tailored-tech .tailored-out .tailored-slider {
  flex-basis: 70%;
  width: 70%;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 {
  padding-right: 10px;
  margin-top: 20px;
  padding-left: 10px;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 {
  height: 100%;
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 366px;
  cursor: pointer;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .icon {
  display: block;
  margin: 0 0 15px;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 p {
  margin: 0 0 20px;
  color: #ffffff;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 h3 {
  margin: 0 0 15px;
  color: #ffffff;
  position: relative;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 h3:after {
  content: "";
  background: url(../images/talicon-02.png) top center no-repeat;
  position: absolute;
  width: 18px;
  height: 11px;
  background-size: 100%;
  top: 12px;
  right: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 h3 a {
  color: #ffffff;
  position: relative;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 ul {
  margin: 0 0 20px;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #016be3;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 8px;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text h3 {
  color: #3f3f3f;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text h3:after {
  display: none;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .over-img {
  position: relative;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .over-img:after {
  content: "";
  background: url(../images/talicon-01.png) top center no-repeat;
  position: absolute;
  width: 18px;
  height: 11px;
  background-size: 100%;
  top: 12px;
  right: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .icon {
  width: auto;
  position: relative;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text p {
  color: #656565;
}
.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3:hover .overlay-text {
  opacity: 1;
}
.tailored-tech .glider {
  width: 100% !important;
}
.tailored-tech .glider-prev {
  background: url(../images/tail-prev.svg) no-repeat center;
  width: 36px;
  height: 36px;
  z-index: 9;
  top: 90%;
  font-size: 0;
  left: 0;
  transform: rotate(0);
  font-size: 0;
  border-radius: 100%;
  position: absolute;
  transform: rotate(180deg);
}
.tailored-tech .glider-next {
  background: url(../images/tail-prev.svg) no-repeat center;
  width: 36px;
  height: 36px;
  z-index: 9;
  left: 50px;
  top: 90%;
  font-size: 0;
  transform: rotate(0);
  font-size: 0;
  border-radius: 100%;
  position: absolute;
}

@media only screen and (max-width: 1440px) {
  .tailored-tech .tailored-out .left-section {
    flex-basis: 30%;
  }
  .tailored-tech .tailored-out .tailored-slider {
    flex-basis: 65%;
    width: 65%;
  }
  .tailored-tech .glider-next {
    top: 90%;
  }
  .tailored-tech .glider-prev {
    top: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .tailored-tech .tailored-out {
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
  .tailored-tech .tailored-out .left-section {
    flex-basis: 100%;
    padding: 0;
    text-align: center;
  }
  .tailored-tech .tailored-out .tailored-slider {
    flex-basis: 100%;
    margin: 20px 0 0;
    width: 100%;
  }
  .tailored-tech .tailored-out .tailored-slider .flex-3 {
    padding-right: 5px;
    margin-top: 15px;
    padding-left: 5px;
  }
  .tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 {
    border-radius: 10px;
    min-height: 300px;
    padding: 30px;
  }
  .tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 p {
    margin: 0 0 15px;
  }
  .tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text {
    border-radius: 10px;
    padding: 30px;
  }
  .tailored-tech .glider-prev {
    bottom: 10px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .tailored-tech .glider-next {
    bottom: 10px;
    top: auto;
    left: 100px;
    right: 0;
    margin: 0 auto;
  }
}
.development-phase .col-box-outer {
  justify-content: center;
}
.development-phase .flex-6 {
  flex-basis: 16%;
  padding-right: 30px;
  position: relative;
}
.development-phase .flex-6 .box {
  padding: 10px 10px 50px;
  border-radius: 35px;
  border: 1.963px solid rgba(0, 0, 0, 0.04);
  background: #f8f8f8;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
}
.development-phase .flex-6 .box:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -15px;
  background: url(../images/yellow-shape.png) no-repeat;
  width: 37px;
  height: 37px;
}
.development-phase .flex-6 .box h4 {
  padding: 20px 10px;
  border-radius: 20px;
  background: rgba(255, 173, 0, 0.07);
}
.development-phase .flex-6 .box p {
  font-size: 14px;
  line-height: 160%;
  margin: 15px 0 0;
}
.development-phase .flex-6 .box p a {
  display: inline;
}
.development-phase .flex-6 .box p a:hover {
  text-decoration: underline;
}
.development-phase .flex-6:nth-child(6n) {
  padding-right: 0;
}
.development-phase .flex-6:before {
  content: "";
  position: absolute;
  left: 87px;
  top: -34px;
  background: url(../images/dash-shape.png) no-repeat;
  width: 226px;
  height: 52px;
  background-size: 100%;
}
.development-phase .flex-6:last-child:before {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .development-phase .flex-6 {
    padding-right: 15px;
  }
  .development-phase .flex-6 .box h4 {
    font-size: 16px;
  }
  .development-phase .flex-6:before {
    width: 204px;
  }
}
@media only screen and (max-width: 1320px) {
  .development-phase .flex-6 {
    padding-right: 15px;
  }
  .development-phase .flex-6 .box h4 {
    font-size: 16px;
    padding: 15px 8px;
  }
  .development-phase .flex-6 .box h4 br {
    display: none;
  }
  .development-phase .flex-6:before {
    width: 183px;
    left: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .development-phase .flex-6 {
    flex-basis: 33.33%;
    padding-bottom: 30px;
  }
  .development-phase .flex-6 .box {
    padding: 10px 10px 30px;
  }
  .development-phase .flex-6:nth-child(3n) {
    padding-right: 0;
  }
  .development-phase .flex-6:nth-child(6n) {
    padding-right: 0;
  }
  .development-phase .flex-6:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .development-phase .flex-6 {
    flex-basis: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .development-phase .flex-6:nth-child(3n) {
    padding-right: 0;
  }
  .development-phase .flex-6:nth-child(6n) {
    padding-right: 0;
  }
  .development-phase .flex-6:before {
    display: none;
  }
}
.three-column-icon-section .prod-tabs #tabs {
  list-style-type: none;
}
.three-column-icon-section .prod-tabs #tabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.three-column-icon-section .prod-tabs #tabs ul li {
  display: inline-block;
  margin-bottom: -1px;
  flex-basis: 33.33%;
  margin: 0;
  padding: 0;
  margin: 0;
}
.three-column-icon-section .prod-tabs #tabs ul li a {
  display: block;
  height: 100%;
  padding: 25px 60px;
  margin: 0 5px;
  background: #eeeeee;
  color: #000000;
  border-radius: 43px;
  position: relative;
  font-size: 20px;
}
.three-column-icon-section .prod-tabs #tabs ul li a:after {
  content: "";
  clear: both;
  display: block;
  background: url(../images/tabarw.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 28%;
  right: 60px;
  border-radius: 50px;
}
.three-column-icon-section .prod-tabs #tabs ul li:before {
  display: none;
}
.three-column-icon-section .prod-tabs #tabs ul li:hover a, .three-column-icon-section .prod-tabs #tabs ul li.active a {
  background-color: #FFAD00;
  color: #ffffff;
}
.three-column-icon-section .prod-tabs #tabs ul li:hover a:after, .three-column-icon-section .prod-tabs #tabs ul li.active a:after {
  background: url(../images/tabarwactive.png) no-repeat;
}
.three-column-icon-section .prod-tabs #tab-contents .tab-contents {
  padding: 10px;
  display: none;
}
.three-column-icon-section .prod-tabs #tab-contents .tab-contents h2 {
  font-size: 32px;
  margin: 0 0 20px;
  line-height: 1.2;
}
.three-column-icon-section .prod-tabs #tab-contents .tab-contents .dis-flex .box-3 {
  margin-top: 0;
}
.three-column-icon-section .prod-tabs #tab-contents .tab-contents .dis-flex .box-3 .box {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.three-column-icon-section .prod-tabs #tab-contents .tab-contents .dis-flex .box-3 .box h3 {
  margin: 0 0 20px;
}
.three-column-icon-section .prod-tabs #tab-contents .tab-contents .dis-flex .box-3 .box ul {
  margin-top: 20px;
}
.three-column-icon-section .prod-tabs #tab-contents .tab-contents .dis-flex .box-3 .box:hover {
  background: none;
}
.three-column-icon-section .prod-tabs #tab-contents .tab-contents.active {
  display: block;
}

.key-areas .prod-tabs #tabs {
  flex-basis: 24%;
}
.key-areas .prod-tabs #tabs ul li {
  flex-basis: 100%;
}
.key-areas .prod-tabs #tabs ul li a {
  padding: 20px 30px;
  color: rgb(102, 102, 102);
  font-weight: 600;
  border-radius: 0;
  background: transparent;
  border: 1px solid rgb(209, 209, 225);
}
.key-areas .prod-tabs #tabs ul li a:after {
  display: none;
}
.key-areas .prod-tabs #tabs ul li.active {
  position: relative;
}
.key-areas .prod-tabs #tabs ul li.active a {
  color: rgb(5, 22, 77);
  background: #FFAD00;
  border-color: #FFAD00;
}
.key-areas .prod-tabs #tabs ul li.active:after {
  content: "";
  position: absolute;
  top: 19px;
  right: -17px;
  background: url(../images/polygon.svg) no-repeat center;
  width: 27px;
  height: 27px;
}
.key-areas .prod-tabs #tabs ul li:hover a {
  color: rgb(5, 22, 77);
}
.key-areas .prod-tabs #tab-contents {
  flex-basis: 70%;
}
.key-areas .prod-tabs #tab-contents .tab-contents .top-content.has-vlink h3 {
  display: block;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}
.key-areas .prod-tabs #tab-contents .tab-contents .top-content.has-vlink h3 a:after {
  content: "";
  width: 33px;
  height: 33px;
  border: 1px solid #d1d1e1;
  background: url(../images/arrow-image.png) no-repeat center;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
}
.key-areas .prod-tabs #tab-contents .tab-contents .top-content.has-vlink a:hover:after {
  background-color: rgba(255, 173, 0, 0.15);
  background-position: 15px center;
  transition: all 0.3s ease;
}
.key-areas .prod-tabs #tab-contents .tab-contents .col-box-outer br {
  display: none;
}
.key-areas .prod-tabs #tab-contents .tab-contents p {
  margin: 0;
}
.key-areas .prod-tabs #tab-contents .tab-contents h3 {
  font-size: 24px;
  color: #05164d;
  margin: 0 0 20px;
}
.key-areas .prod-tabs #tab-contents .tab-contents h4 {
  margin: 0 0 10px;
}

@media only screen and (max-width: 1600px) {
  .three-column-icon-section .prod-tabs #tabs ul li a {
    padding: 20px 60px;
    font-size: 18px;
  }
  .key-areas .prod-tabs #tabs ul li a {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 1440px) {
  .three-column-icon-section .prod-tabs #tabs ul li a {
    padding: 20px 30px;
  }
  .three-column-icon-section .prod-tabs #tabs ul li a:after {
    right: 30px;
  }
  .three-column-icon-section .prod-tabs #tab-contents .tab-contents h2 {
    font-size: 24px;
  }
  .key-areas .prod-tabs #tabs {
    flex-basis: 26%;
  }
  .key-areas .prod-tabs #tabs ul li a {
    padding: 20px 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .three-column-icon-section .prod-tabs #tabs ul li a {
    font-size: 16px;
  }
  .three-column-icon-section .prod-tabs #tabs ul li.active:after {
    top: 14px;
    right: -5px;
    width: 15px;
    height: 15px;
    background-size: 100%;
  }
  .three-column-icon-section .prod-tabs #tab-contents .tab-contents .box {
    margin: 20px 0 0;
  }
  .key-areas .prod-tabs #tabs {
    flex-basis: 100%;
  }
  .key-areas .prod-tabs #tabs ul li a {
    padding: 15px 20px;
  }
  .key-areas .prod-tabs #tab-contents {
    flex-basis: 100%;
    margin: 30px 0 0;
  }
  .key-areas .prod-tabs #tab-contents .tab-contents h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .key-areas .prod-tabs #tab-contents .tab-contents h4 {
    margin: 0 0 10px;
  }
  .key-areas .prod-tabs #tab-contents .col-box-outer .box-2 {
    padding-right: 0;
    margin-top: 0;
  }
  .key-areas .prod-tabs #tab-contents .col-box-outer .box-2.flex-2:nth-child(2n-1) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .three-column-icon-section .prod-tabs #tabs ul li {
    margin: 0 0 10px;
    flex-basis: 100%;
  }
  .three-column-icon-section .prod-tabs #tabs ul li a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .three-column-icon-section .prod-tabs #tabs ul li a:after {
    right: 20px;
    background-size: 100% !important;
    width: 20px;
    height: 20px;
  }
  .three-column-icon-section .prod-tabs #tabs ul:hover a:after, .three-column-icon-section .prod-tabs #tabs ul.active a:after {
    right: 20px;
    background-size: 100% !important;
    width: 20px;
    height: 20px;
  }
  .three-column-icon-section .prod-tabs #tab-contents .tab-contents h2 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .three-column-icon-section .prod-tabs #tab-contents .tab-contents .dis-flex .box-3 .box h3 {
    margin: 0 0 10px;
  }
  .three-column-icon-section .prod-tabs #tab-contents .tab-contents .dis-flex .box-3 .box ul {
    margin-top: 10px;
  }
  .three-column-icon-section .prod-tabs .margin-t-100 {
    margin: 20px 0 0;
  }
  .three-column-icon-section .prod-tabs .col-box-outer {
    margin-top: 0;
  }
  .prod-tabs.margin-t-100 {
    margin: 30px 0 0;
  }
}
.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);
  }
}
.hire-model-tab .hire-tabs-section .tab-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hire-model-tab .hire-tabs-section .tab-nav {
  list-style-type: none;
  flex-basis: 100%;
  width: 100%;
  position: relative;
}
.hire-model-tab .hire-tabs-section .tab-nav .tabs-slider {
  position: relative;
}
.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 70px;
  justify-content: center;
}
.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist {
  padding: 0;
  margin: 0 5px;
}
.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist a {
  height: 100%;
  font-size: 18px;
  color: #4B5563;
  font-weight: 500;
  padding: 10px 35px;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
}
.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist:hover a {
  background: #e8e8e8;
}
.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist.active a {
  background: #e8e8e8;
}
.hire-model-tab .hire-tabs-section .tab-nav .is-arrow {
  margin-left: 10px;
}
.hire-model-tab .hire-tabs-section .bcontents {
  flex-basis: 100%;
  padding: 40px 50px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(5, 22, 77, 0.1019607843);
  background: linear-gradient(to bottom, #FFFDF6, #FFFFFF);
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents {
  display: none;
  text-align: center;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex {
  align-items: center;
  justify-content: space-between;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box {
  flex-basis: 48%;
  text-align: left;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h3 {
  margin: 0;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h4 {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dfdfdf;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box p {
  margin: 0 0 20px;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box p strong {
  font-weight: 500;
  color: #6B7280;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul {
  margin: 0 0 20px;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul li:before {
  content: "";
  background: url(../images/check.png) no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .image-box {
  flex-basis: 48%;
}
.hire-model-tab .hire-tabs-section .bcontents .tab-contents.active {
  display: block;
}

@media (max-width: 979px) {
  .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll {
    padding: 0 0 30px;
  }
  .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist {
    margin: 0 20px;
  }
  .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist a {
    font-size: 15px;
    padding: 10px 20px;
  }
  .hire-model-tab .hire-tabs-section .bcontents {
    padding: 30px;
  }
  .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h3 {
    margin: 0;
  }
  .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h4 {
    font-size: 13px;
    margin: 0 0 16px;
    padding: 0 0 15px;
  }
  .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box p {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll {
    padding: 0 0 20px;
  }
  .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist {
    margin: 5px;
  }
  .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist a {
    font-size: 14px;
    padding: 8px 15px;
  }
  .hire-model-tab .hire-tabs-section .bcontents {
    padding: 20px;
  }
  .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box {
    flex-basis: 100%;
  }
  .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul li {
    padding-left: 25px;
  }
  .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .image-box {
    flex-basis: 100%;
  }
}
.hiring-models.bg-dark-theme .has-vlink .box:hover {
  background: #ffffff;
}
.hiring-models.bg-dark-theme .has-anchor .box:hover {
  background: #ffffff;
}
.hiring-models.default-light {
  background: #ffffff;
}
.hiring-models.default-light .has-vlink .box:hover {
  background: #f6f6f6;
}
.hiring-models.default-light .has-anchor .box:hover {
  background: #f6f6f6;
}
.hiring-models .col-box-outer {
  margin-top: 75px;
  justify-content: center;
}
.hiring-models h3 a {
  color: #212121;
}
.hiring-models .learn-more {
  margin-top: 20px;
}
.hiring-models .has-anchor .box:hover {
  background: #ffffff;
}
.hiring-models .has-anchor a {
  display: block;
  height: 100%;
}
.hiring-models .has-vlink .box:hover {
  background: #f6f6f6;
}
.hiring-models .box {
  padding: 60px 50px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #d1d1e1;
}
.hiring-models .box .model-txt {
  margin: 0 0 15px;
  display: block;
  line-height: 26px;
}
.hiring-models .box h3 {
  margin: 30px 0 20px;
}
.hiring-models .box p a {
  display: inline;
}
.hiring-models .box p a:hover {
  text-decoration: underline;
}
.hiring-models .box ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 27px;
  text-align: left;
}
.hiring-models .box ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../images/check-list.png) no-repeat;
  width: 16px;
  height: 16px;
}
.hiring-models .box-3 {
  padding-right: 26px;
  margin-top: 26px;
}
.hiring-models .box-3:nth-child(3n) {
  padding-right: 0;
}
.hiring-models .box-3.flex-2 {
  padding-right: 0;
}
.hiring-models .box-3.flex-2:nth-child(2n-1) {
  padding-right: 26px;
}
.hiring-models .box-2 {
  padding-right: 26px;
  margin-top: 26px;
}
.hiring-models .box-2.flex-2 {
  padding-right: 0;
}
.hiring-models .box-2.flex-2:nth-child(2n-1) {
  padding-right: 26px;
}
.hiring-models .box-4 {
  padding-right: 20px;
  margin-top: 20px;
}
.hiring-models .box-4:nth-child(4n) {
  padding-right: 0;
}
.hiring-models ul {
  margin-top: 40px;
}
.hiring-models a {
  text-decoration: none;
}
.hiring-models .cto-service .box {
  padding: 0 0 40px;
}
.hiring-models .cto-service .box .headtext {
  background: #f6f6f6;
  padding: 30px 50px;
}
.hiring-models .cto-service .box .headtext h2 {
  font-size: 32px;
  line-height: 44px;
}
.hiring-models .cto-service .box .inner-text {
  padding: 20px 50px 0;
}
.hiring-models .cto-service .box ul {
  margin-top: 20px;
}

@media only screen and (max-width: 1600px) {
  .hiring-models .col-box-outer {
    margin-top: 50px;
  }
  .hiring-models .box {
    padding: 40px 30px;
  }
  .hiring-models .box h3 {
    margin: 20px 0 10px;
  }
  .hiring-models .box p {
    font-size: 16px;
    line-height: 24px;
  }
  .hiring-models ul li {
    font-size: 16px;
  }
  .hiring-models .cto-service .box {
    padding: 0 0 40px;
  }
  .hiring-models .cto-service .box .headtext {
    padding: 30px 30px;
  }
  .hiring-models .cto-service .box .headtext h2 {
    font-size: 24px;
  }
  .hiring-models .cto-service .box .inner-text {
    padding: 10px 30px 0;
  }
}
@media only screen and (max-width: 1440px) {
  .hiring-models .box-4 {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .hiring-models .box-3 {
    padding-right: 15px;
    margin-top: 20px;
  }
  .hiring-models .box-3:nth-child(3n) {
    padding-right: 15px;
  }
  .hiring-models .box-2 {
    padding-right: 15px;
    margin-top: 20px;
  }
  .hiring-models .box-2.flex-2:nth-child(2n-1) {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .hiring-models .col-box-outer {
    margin-top: 30px;
  }
  .hiring-models .flex-4 {
    flex-basis: 50%;
  }
  .hiring-models .box-4:nth-child(2n) {
    padding-right: 0;
  }
  .hiring-models .flex-2 {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .hiring-models .col-box-outer {
    margin-top: 20px;
  }
  .hiring-models ul li {
    font-size: 14px;
    padding-left: 22px;
  }
  .hiring-models ul li::before {
    background-position: 2px -87px;
    width: 16px;
    height: 16px;
  }
  .hiring-models .box {
    padding: 30px 20px;
  }
  .hiring-models .box h3 {
    margin-top: 10px;
  }
  .hiring-models .box p {
    font-size: 14px;
    margin-top: 5px;
  }
  .hiring-models .box-3 {
    padding-right: 0;
  }
  .hiring-models .box-3.flex-2:nth-child(2n-1) {
    padding-right: 0;
  }
  .hiring-models .box-3:nth-child(3n) {
    padding-right: 0;
  }
  .hiring-models .box-2 {
    padding-right: 0;
  }
  .hiring-models .box-2.flex-2:nth-child(2n-1) {
    padding-right: 0;
  }
  .hiring-models .flex-4 {
    flex-basis: 100%;
  }
  .hiring-models .box-4 {
    padding-right: 0;
  }
  .hiring-models .box-4:nth-child(2n) {
    padding-right: 0;
  }
  .hiring-models .content-box {
    margin-top: 15px;
  }
  .hiring-models .model-txt {
    font-size: 14px;
    min-height: auto;
  }
  .hiring-models .content-head {
    margin-top: 10px;
  }
  .hiring-models .flex-2 {
    flex-basis: 100%;
  }
  .hiring-models .cto-service .box {
    padding: 0 0 30px;
  }
  .hiring-models .cto-service .box .headtext {
    padding: 20px 20px;
  }
  .hiring-models .cto-service .box .headtext h2 {
    font-size: 21px;
  }
  .hiring-models .cto-service .box .inner-text {
    padding: 10px 20px 0;
  }
}
.full-width-two-column {
  background: #05164d;
}
.full-width-two-column.padding-b-150 {
  padding-bottom: 0;
}
.full-width-two-column .dis-flex {
  height: 100%;
}
.full-width-two-column .col-box {
  overflow: hidden;
}
.full-width-two-column .caseStudy {
  border: 1px solid #9b9b9b;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 5px;
}
.full-width-two-column h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.full-width-two-column h2,
.full-width-two-column h3,
.full-width-two-column .clr-white {
  color: #ffffff;
}
.full-width-two-column p {
  line-height: 26px;
  margin: 20px 0;
  font-weight: 400;
  color: #9b9b9b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.full-width-two-column .img-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.full-width-two-column .img-box:hover {
  background-size: 130%;
}
.full-width-two-column .img-box .content-box {
  max-width: 740px;
}
.full-width-two-column .img1 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-width-two-column .img1:hover {
  background-size: cover;
}
.full-width-two-column .img2 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 120%;
}
.full-width-two-column .img3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 120%;
}
.full-width-two-column .img4 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 120%;
}
.full-width-two-column .other-details {
  max-width: 340px;
  height: auto;
  color: #9b9b9b;
}
.full-width-two-column .other-details > div {
  margin-top: 15px;
}
.full-width-two-column .learn-more {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.full-width-two-column .learn-more .round-arrow-icon {
  background-position: 0 0;
  transition: all 0.3s ease;
}
.full-width-two-column .learn-more:hover .round-arrow-icon {
  background-position: 0 0;
  margin-left: 20px;
}
.full-width-two-column .flex-2 {
  padding-right: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.full-width-two-column .flex-2:hover .img1 {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.full-width-two-column .flex-2:last-child {
  position: relative;
}
.full-width-two-column .flex-2:last-child .img2 {
  position: relative;
}
.full-width-two-column .flex-2:last-child .img2:before {
  content: "";
  background: rgba(4, 12, 23, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width-two-column .flex-2:last-child .img2 .content-box {
  position: relative;
}
.full-width-two-column .content-box {
  padding: 40px;
}
.full-width-two-column .content-box.bg-light-theme {
  background: #05164d;
}

@media only screen and (max-width: 1780px) {
  .full-width-two-column .content-box {
    padding: 30px;
  }
  .full-width-two-column .caseStudy {
    margin-bottom: 15px;
  }
  .full-width-two-column p {
    margin: 15px 0;
  }
  .full-width-two-column .learn-more {
    margin-top: 25px;
  }
  .full-width-two-column .other-details .flex-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 1440px) {
  .full-width-two-column p {
    margin: 10px 0;
  }
  .full-width-two-column .content-box {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1320px) {
  .full-width-two-column .img-box {
    background-size: cover;
  }
  .full-width-two-column:hover {
    background-size: 160%;
  }
  .full-width-two-column .img1:hover {
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  .full-width-two-column .dis-flex {
    height: 100%;
  }
  .full-width-two-column .content-box {
    flex-basis: 100%;
    max-width: 100%;
  }
  .full-width-two-column .img1,
  .full-width-two-column .img4 {
    display: none;
  }
  .full-width-two-column .other-details {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .full-width-two-column .other-details .flex-2 {
    flex-basis: 50%;
  }
  .full-width-two-column p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .full-width-two-column p {
    font-size: 14px;
  }
  .full-width-two-column .content-box p {
    font-size: 14px;
  }
  .full-width-two-column .img2,
  .full-width-two-column .img3 {
    background: none !important;
  }
  .full-width-two-column .content-box {
    border-top: 1px solid #3a3c56;
  }
}
.development-process p {
  color: #ffffff !important;
  line-height: 26px;
  margin: 15px 0 0;
}
.development-process .app-dprocess {
  background: #212150;
  padding: 50px 30px 40px;
  position: relative;
}
.development-process .app-dprocess:after {
  content: "";
  background: linear-gradient(180deg, #ffcf66 0%, #e19b01 100%);
  width: 95%;
  height: 4px;
  position: absolute;
  left: 31px;
  top: 163px;
}
.development-process .app-dprocess:before {
  content: "";
  content: "";
  width: 25%;
  height: 1px;
  border-bottom: 1px dashed #ffffff;
  bottom: 0;
  position: absolute;
  top: 163px;
  right: 0;
}
.development-process .app-dprocess .process-item {
  flex-basis: 16.66%;
  padding-right: 30px;
  position: relative;
  counter-increment: myCounter;
}
.development-process .app-dprocess .process-item .pro-title {
  position: relative;
  margin: 0 0 8px;
}
.development-process .app-dprocess .process-item .nocount {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  opacity: 0.5;
  margin: 0 0 10px;
}
.development-process .app-dprocess .process-item .nocount:before {
  content: counter(myCounter);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  left: 34px;
}
.development-process .app-dprocess .process-item h3 {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  min-height: 70px;
}
.development-process .app-dprocess .process-item p {
  font-size: 14px;
  line-height: 160%;
}
.development-process .app-dprocess .process-item .process-circle {
  background: linear-gradient(180deg, #ffcf66 0%, #e19b01 100%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  z-index: 99;
  position: relative;
}
.development-process .app-dprocess .process-item:first-child .pro-title:before {
  content: "";
  width: 25%;
  height: 1px;
  border-bottom: 1px dashed #ffffff;
  bottom: 0;
  position: absolute;
  top: 113px;
  left: -29px;
}
.development-process .app-dprocess .process-item:last-child {
  padding: 0;
}
.development-process.how-process .app-dprocess .process-item {
  flex-basis: 20%;
}

.four-step-with-icon-section {
  counter-reset: step;
}
.four-step-with-icon-section.bg-light-theme .icon-box::after {
  background: #ffffff;
}
.four-step-with-icon-section h3 {
  margin-top: 25px;
}
.four-step-with-icon-section .icon-box {
  padding: 0 25px 70px;
  position: relative;
}
.four-step-with-icon-section .icon-box p {
  margin-top: 10px;
}
.four-step-with-icon-section .icon-box::before {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 15px;
  left: 25px;
  border-radius: 0;
  border: 0;
  background-color: rgba(110, 109, 134, 0.5);
}
.four-step-with-icon-section .icon-box::after {
  counter-increment: step;
  content: "Step " counter(step);
  position: absolute;
  bottom: 0;
  left: 25px;
  font-size: 18px;
  color: rgba(110, 109, 134, 0.5);
  border: 0.5px solid rgba(110, 109, 134, 0.7);
  background: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  display: block;
}
.four-step-with-icon-section .icon-box:last-child::before {
  display: none;
}
.four-step-with-icon-section .icon {
  width: 85px;
  height: 56px;
  display: block;
}
.four-step-with-icon-section .hiring-step-sprite .icon {
  background: url(../images/our-hiring-process-sprite-icons2.png) 0 0 no-repeat;
}
.four-step-with-icon-section .hiring-step-sprite .icon.icon1 {
  background-position: -10px -10px;
}
.four-step-with-icon-section .hiring-step-sprite .icon.icon2 {
  background-position: -10px -150px;
}
.four-step-with-icon-section .hiring-step-sprite .icon.icon3 {
  background-position: -10px -224px;
}
.four-step-with-icon-section .hiring-step-sprite .icon.icon4 {
  background-position: -10px -74px;
}
.four-step-with-icon-section .hiring-step-sprite .icon.icon5 {
  background-position: -10px -222px;
}
.four-step-with-icon-section .hiring-step-sprite .icon.icon6 {
  background-position: -933px -110px;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 1600px) {
  .four-step-with-icon-section .icon-box {
    padding: 0 20px 60px;
  }
  .four-step-with-icon-section .icon-box::after {
    font-size: 14px;
    padding: 6px 18px;
    left: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .development-process p {
    line-height: 24px;
    margin: 10px 0 0;
  }
  .development-process .app-dprocess {
    padding: 30px 25px;
  }
  .development-process .app-dprocess:after {
    display: none;
  }
  .development-process .app-dprocess:before {
    display: none;
  }
  .development-process .app-dprocess .process-item {
    flex-basis: 100%;
    padding-right: 0;
    margin: 0 0 20px;
  }
  .development-process .app-dprocess .process-item h3 {
    min-height: initial;
    margin: 0 0 5px;
  }
  .development-process .app-dprocess .process-item .pro-title {
    margin: 0;
    position: relative;
  }
  .development-process .app-dprocess .process-item .pro-title:after {
    content: "";
    background: linear-gradient(180deg, #ffcf66 0%, #e19b01 100%);
    width: 100%;
    height: 4px;
    position: absolute;
    left: 2px;
    bottom: -15px;
  }
  .development-process .app-dprocess .process-item .nocount {
    margin: 0 0 5px;
  }
  .development-process .app-dprocess .process-item:first-child .pro-title:before {
    display: none;
  }
  .development-process.how-process .app-dprocess .process-item {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .four-step-with-icon-section h3 {
    margin-top: 10px;
  }
  .four-step-with-icon-section .icon-box {
    flex-basis: 50%;
    margin-top: 40px;
    padding: 0 20px 50px;
  }
  .four-step-with-icon-section .icon-box:nth-child(2n)::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .four-step-with-icon-section .icon-box {
    flex-basis: 100%;
    margin-top: 30px;
    padding: 0;
    text-align: center;
  }
  .four-step-with-icon-section .icon-box::before, .four-step-with-icon-section .icon-box::after {
    display: none;
  }
  .four-step-with-icon-section .hiring-step-sprite .icon {
    width: 150px;
    margin: 0 auto;
  }
  .four-step-with-icon-section .hiring-step-sprite .icon.icon1 {
    background-position: 35px -6px;
  }
  .four-step-with-icon-section .hiring-step-sprite .icon.icon2 {
    background-position: 35px -74px;
  }
  .four-step-with-icon-section .hiring-step-sprite .icon.icon4 {
    background-position: 22px -149px;
  }
  .four-step-with-icon-section .hiring-step-sprite .icon.icon5 {
    background-position: 40px -223px;
  }
}
.tab-scroll-section ::-webkit-scrollbar {
  width: 6px;
  height: 78px;
  border-radius: 0;
  overflow: scroll;
}
.tab-scroll-section ::-webkit-scrollbar-track {
  border-radius: 5px;
}
.tab-scroll-section ::-webkit-scrollbar-thumb {
  background: #FFAD00;
  border-radius: 0;
}
.tab-scroll-section ::-webkit-scrollbar-thumb:hover {
  background: #FFAD00;
}
.tab-scroll-section h3 {
  color: #212121;
}
.tab-scroll-section .tab-head {
  font-size: 24px;
  margin-bottom: 35px;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  color: #212121;
  margin-left: 20px;
}
.tab-scroll-section .tab-sub-head {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #212121;
}
.tab-scroll-section .tab-nav {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 30px;
}
.tab-scroll-section .tab-nav .tab-link {
  display: block;
  color: #656565;
  margin: 0 0 10px;
  text-decoration: none;
  line-height: 26px;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  border-right: 4px transparent solid;
  transition: all 0.2s ease-in-out;
}
.tab-scroll-section .tab-nav .tab-link.is-active {
  color: #212121;
  background: rgba(255, 173, 0, 0.15);
}
.tab-scroll-section .tab-nav .tab-link.is-active, .tab-scroll-section .tab-nav .tab-link:hover {
  color: #212121;
  font-weight: 500;
  background: rgba(255, 173, 0, 0.15);
  position: relative;
}
.tab-scroll-section .tab-content {
  padding-top: 40px;
}
.tab-scroll-section .tab-content.is-active {
  display: block;
}
.tab-scroll-section .tab-content p {
  margin: 30px 0 0;
}
.tab-scroll-section .tab-content h4 {
  margin: 30px 0 0;
}
.tab-scroll-section .left-tabs {
  flex-basis: 30%;
}
.tab-scroll-section .right-tabs {
  flex-basis: 70%;
  padding-left: 55px;
}
.tab-scroll-section ul li,
.tab-scroll-section ol li {
  margin-top: 15px;
  position: relative;
  padding-left: 18px;
  line-height: 29px;
}
.tab-scroll-section ul li:before,
.tab-scroll-section ol li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffb81d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.tab-scroll-section table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0 0;
}
.tab-scroll-section td,
.tab-scroll-section th {
  border: 1px solid #ddd;
  padding: 8px;
}
.tab-scroll-section tr:nth-child(even) {
  background-color: #f2f2f2;
}
.tab-scroll-section tr:hover {
  background-color: #ddd;
}
.tab-scroll-section th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04aa6d;
  color: white;
}
.tab-scroll-section ol {
  padding-left: 20px;
}
.tab-scroll-section ol li {
  padding-left: 0;
}
.tab-scroll-section ol li:before {
  display: none;
}
.tab-scroll-section .sticky-tab {
  position: sticky;
  top: 100px;
}
.tab-scroll-section .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tab-scroll-section .alignleft {
  margin: 0px 40px 40px 0;
}
.tab-scroll-section .alignright {
  margin: 0px 40px 40px 0;
}
.tab-scroll-section img {
  margin: 40px 0;
}
.tab-scroll-section .custom-banner {
  width: 100%;
  padding: 40px 50px;
  background: linear-gradient(180deg, #211f47 0%, #05164d 100%);
  border-radius: 10px;
  margin: 50px 0 0;
}
.tab-scroll-section .custom-banner .dis-flex {
  justify-content: space-between;
  align-items: center;
}
.tab-scroll-section .custom-banner .dis-flex .colleft {
  flex-basis: 60%;
}
.tab-scroll-section .custom-banner .dis-flex .colleft .pb-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.tab-scroll-section .custom-banner .dis-flex .colleft p {
  margin: 10px 0 0;
  color: rgb(155, 155, 155);
}
.tab-scroll-section .custom-banner .dis-flex .colrit {
  flex-basis: 25%;
  text-align: right;
}
.tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn {
  background: #FFAD00;
  min-width: 228px;
  font-size: 18px;
  color: #1d1c39;
  padding: 15px 24px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  margin: 0;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn:hover {
  background: #fff;
  color: #253053;
}
.tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn .cusarrow-icon {
  position: relative;
}
.tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn .cusarrow-icon:after {
  content: "";
  margin-left: 12px;
  background: url(../images/btnarw.svg) no-repeat;
  width: 11px;
  height: 17px;
  display: block;
  vertical-align: middle;
  margin-top: 1px;
}

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

@media screen and (min-width: 2500px) {
  .contact-us-section .left-box .award-logo .logo-box img {
    width: 150px;
  }
}
@media only screen and (max-width: 1680px) {
  .contact-us-section .left-box p {
    margin: 0 0 15px;
  }
  .contact-us-section .left-box .side-dash1:after {
    top: 35px;
  }
}
@media only screen and (max-width: 1366px) {
  .contact-us-section .qz-captcha {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-us-section {
    background: linear-gradient(to right, #fff9eb 38%, #fff 30%);
  }
  .contact-us-section .quizQ {
    padding: 0 15px;
  }
  .contact-us-section .equal {
    margin: 0 10px;
  }
  .contact-us-section .right-box {
    width: 60%;
  }
  .contact-us-section .left-box {
    width: 35%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-section {
    background: linear-gradient(to bottom, #fff9eb 45%, #fff 30%);
  }
  .contact-us-section .left-box {
    flex-basis: 100%;
  }
  .contact-us-section .right-box {
    width: 100%;
    margin-top: 70px;
    padding: 50px 20px 0;
  }
  .contact-us-section .qz-captcha {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-section {
    background: linear-gradient(to bottom, #fff9eb 36%, #fff 30%);
  }
  .contact-us-section .left-box .soc-box {
    margin: 0;
  }
  .contact-us-section .left-box .award-box p {
    font-size: 15px;
  }
  .contact-us-section .left-box .award-box .row-box .col-box {
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .icon {
    flex-basis: 13%;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .desp {
    flex-basis: 80%;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .desp h4 {
    font-size: 16px;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .desp p {
    margin: 4px 0 0;
  }
  .contact-us-section .form-group {
    margin-bottom: 0;
  }
  .contact-us-section .right-box {
    margin-top: 60px;
    padding: 40px 0 0;
  }
  .contact-us-section .right-box .top-section {
    text-align: center;
  }
  .contact-us-section .form-text-cont {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .contact-us-section .form-text-cont:nth-child(2n-1) {
    padding-right: 0;
  }
  .contact-us-section .btn-container {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .contact-us-section .input-field {
    height: 50px;
    font-size: 14px;
  }
  .contact-us-section .form-control small,
  .contact-us-section .user-input small {
    display: none;
    font-size: 13px;
    margin-top: 5px;
  }
  .contact-us-section .width-full .user-input {
    padding: 15px 20px;
    font-size: 14px;
    height: 180px;
    margin-bottom: 0;
    padding-right: 50px;
  }
  .contact-us-section .width-full .user-input small {
    display: block;
    opacity: 0;
  }
  .contact-us-section .width-full .user-input.form-control.verror {
    border-color: red;
  }
  .contact-us-section .width-full .user-input.success::after {
    top: 27px;
  }
  .contact-us-section .width-full.verror .user-input {
    border-color: #dc0019 !important;
  }
  .contact-us-section .comment-input {
    height: 70px;
    resize: none;
    background: none;
    outline: 0;
    border: none;
    overflow-y: auto;
    padding: 0;
  }
  .contact-us-section .drop-input {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .contact-us-section .drop-box {
    text-decoration: none;
    padding: 5px 10px;
    border: 0.5px solid #ffffff;
    font-size: 12px;
  }
  .contact-us-section .checkout-submit {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  .contact-us-section .user-input.checkout {
    text-align: center;
  }
  .contact-us-section .user-input.success {
    position: relative;
  }
  .contact-us-section .user-input.success::after {
    content: "";
    background: url(../images/success-icon.png) top center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .contact-us-section .error {
    color: #dc0019 !important;
    opacity: 0.9;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    display: block;
  }
  .contact-us-section .form-text-cont.width-full {
    flex-basis: 100%;
    padding-right: 0;
  }
  .contact-us-section #drop-area {
    border: none;
    margin-top: 2px;
    display: inline-block;
    position: relative;
    bottom: 0;
    padding: 0;
  }
  .contact-us-section #drop-area .button {
    background: rgba(217, 217, 217, 0.32);
    color: #9b9b9b;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #d1d1e1;
    font-size: 14px;
    border-radius: 5px;
    line-height: 1.4;
    opacity: 0.5;
  }
  .contact-us-section #gallery {
    margin-bottom: 15px;
  }
  .contact-us-section #gallery div {
    display: inline-flex;
    margin-right: 10px;
    vertical-align: baseline;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .contact-us-section #gallery div button,
  .contact-us-section #gallery div a {
    text-decoration: none;
    background: #FFAD00;
    padding: 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: 0;
  }
  .contact-us-section #gallery div button:focus,
  .contact-us-section #gallery div a:focus {
    background: #f30909;
  }
  .contact-us-section #file-type-error {
    font-size: 13px;
    color: #dc0019;
    margin-bottom: 10px;
  }
  .contact-us-section .loader {
    border: 5px solid #9f9f9f;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 50%;
    display: none;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .contact-us-section .gal-loader {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    display: none;
  }
  .contact-us-section .gal-loader.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .contact-us-section .gal-loader.active .loader {
    display: block;
  }
  .contact-us-section .gal-loader.show-me {
    display: block;
    min-height: 100px;
  }
  .contact-us-section .autocomplete-items {
    display: none;
  }
  .contact-us-section .autocomplete-items.has-data {
    display: block;
    height: 170px;
    overflow-y: auto;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 6px 9px rgba(1, 0, 12, 0.43);
    background: #1d1c39;
    border-radius: 5px;
    z-index: 2;
  }
  .contact-us-section .autocomplete-items.has-data div {
    color: #fff;
    border-bottom: 1px solid #05142b;
    background-color: #1d1c39;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 15px 20px;
  }
  .contact-us-section .autocomplete-items.has-data div.autocomplete-active, .contact-us-section .autocomplete-items.has-data div:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .contact-us-section .qz-captcha .qz-wrap {
    flex-basis: 100%;
    align-items: flex-start;
  }
  .contact-us-section .qz-captcha .checkout {
    flex-basis: 100%;
    margin: 20px 0 0;
  }
  .contact-us-section .equal {
    margin: 15px 20px 0;
  }
  .contact-us-section .quizQ {
    font-size: 16px;
    padding: 0 15px;
  }
  .contact-us-section .refreshbtn {
    margin-left: 20px;
  }
  .contact-us-section .btn-sec .btn {
    font-size: 16px;
  }
  .contact-us-section .btn-sec .btn .checkout-submit {
    font-size: 16px;
    padding: 10px 60px 10px 25px;
  }
  .contact-us-section .btn-sec .btn::before {
    width: 41px;
    height: 41px;
    top: 3px;
    right: 4px;
  }
}
.footer {
  width: 100%;
  background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
  padding: 30px 0 0;
}
.footer .footer-top {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-top .count-sec {
  display: flex;
  flex-basis: 70%;
}
.footer .footer-top .count-sec .count-col {
  margin-right: 40px;
}
.footer .footer-top .count-sec .count-col h5 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 600;
}
.footer .footer-top .count-sec .count-col p {
  color: #b9b9b9;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}
.footer .footer-top .subs-box {
  flex-basis: 30%;
}
.footer .footer-top .subs-box ul {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.footer .footer-middle {
  padding: 40px 0 25px;
  justify-content: space-between;
  align-items: baseline;
}
.footer .footer-middle .flex-5 {
  flex-basis: auto;
  padding-right: 60px;
}
.footer .footer-middle .flex-5:last-child {
  padding-right: 0;
}
.footer .footer-middle h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.footer .footer-middle ul li {
  margin: 10px 0 0;
  color: #b9b9b9;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.footer .footer-middle ul li a {
  color: #b9b9b9;
}
.footer .footer-middle ul li a:hover {
  color: #fff;
}
.footer .footer-bottom {
  padding: 40px 0 0;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  justify-content: space-between;
}
.footer .footer-bottom .flex-4 {
  flex-basis: 15%;
}
.footer .footer-bottom h3 {
  font-size: 15px;
  line-height: 24px;
  color: #b9b9b9;
  font-weight: 400;
  margin: 0 0 22px;
}
.footer .footer-bottom .logo-box {
  flex-basis: 31%;
}
.footer .footer-bottom .logo-box .dis-flex a {
  margin-right: 30px;
}
.footer .footer-bottom .logo-box .dis-flex a:hover {
  opacity: 0.8;
}
.footer .footer-bottom .social-box .dis-flex a {
  margin-right: 10px;
}
.footer .footer-bottom .social-box .dis-flex a:hover {
  opacity: 0.6;
}
.footer .footer-bottom .footer-rating {
  color: #b9b9b9;
  flex-basis: 35%;
}
.footer .footer-bottom .footer-rating .star-outer a {
  font-size: 14px;
  color: #b9b9b9;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer .footer-bottom .footer-rating a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.footer .footer-bottom .footer-rating .star-icon {
  background: url(../images/home-images/footer-icons.png) 0 0 no-repeat;
  width: 18px;
  height: 15px;
  display: inline-block;
}
.footer .footer-bottom .footer-rating .client-outer {
  margin-top: 12px;
}
.footer .footer-bottom .footer-rating .rate-us {
  border: 1px solid #ffb81d;
  border-radius: 6px;
  padding: 5px 18px;
  display: inline-block;
  color: #ffb81d;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.footer .footer-copyright {
  background: #05164d;
  margin: 40px 0 0;
  color: #8d8d8d;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1;
}

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .footer .footer-top .count-sec .count-col {
    margin-right: 25px;
  }
  .footer .footer-middle .flex-5 {
    padding-right: 30px;
  }
  .footer .footer-bottom .logo-box .dis-flex a {
    margin-right: 15px;
  }
  .footer .footer-bottom .social-box .dis-flex a {
    margin-right: 7px;
  }
  .footer .footer-bottom h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 1290px) {
  .footer .footer-top .count-sec .count-col p {
    font-size: 13px;
  }
  .footer .footer-middle ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .footer-bottom h3 {
    font-size: 14px;
  }
  .footer .footer-bottom .flex-4 {
    flex-basis: 17%;
  }
  .footer .footer-bottom .footer-rating {
    flex-basis: 36%;
  }
  .footer .footer-bottom .footer-rating .client-outer {
    font-size: 14px;
  }
  .footer .footer-bottom .footer-rating .star-outer {
    font-size: 14px;
  }
}
@media (max-width: 1160px) {
  .footer .footer-top .count-sec .count-col p {
    font-size: 13px;
  }
  .footer .footer-top .subs-box {
    padding: 20px 15px;
    border-radius: 20px;
  }
  .footer .footer-top .subs-box:before {
    width: 60px;
    height: 52px;
  }
  .footer .footer-top .subs-box:after {
    width: 34px;
    height: 46px;
  }
  .footer .footer-top .footer-middle .flex-5 {
    padding-right: 20px;
  }
  .footer .footer-top .footer-bottom {
    gap: 20px;
  }
  .footer .footer-middle .flex-5 {
    padding-right: 20px;
  }
  .footer .footer-middle ul li {
    font-size: 13px;
  }
}
@media (max-width: 1160px) {
  .footer .footer-top .count-sec .count-col {
    line-height: 24px;
  }
  .footer .footer-top .count-sec .count-col p {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .footer .footer-top {
    flex-wrap: wrap;
  }
  .footer .footer-top .count-sec {
    flex-basis: 100%;
    justify-content: space-between;
  }
  .footer .footer-top .count-sec .count-col {
    margin-right: 18px;
  }
  .footer .footer-top .subs-box {
    flex-basis: 100%;
    margin: 20px 0 0;
  }
  .footer .footer-middle .flex-5 {
    flex-basis: 20%;
  }
  .footer .footer-bottom {
    gap: 0;
    justify-content: space-between;
  }
  .footer .footer-bottom .flex-4 {
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer-bottom .logo-box {
    flex-basis: 50%;
    text-align: left;
  }
  .footer .footer-bottom .logo-box .dis-flex {
    gap: 15px;
  }
  .footer .footer-bottom .social-box {
    flex-basis: 50%;
    text-align: center;
  }
  .footer .footer-bottom .social-box .dis-flex {
    justify-content: center;
  }
  .footer .footer-bottom .footer-rating {
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer-bottom h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .footer .footer-bottom .logo-box .dis-flex a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .footer-bottom .social-box .dis-flex a {
    margin-right: 10px;
  }
  .footer .footer-bottom .copyright p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    flex-wrap: wrap;
  }
  .footer .footer-top .count-sec {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer-top .count-sec .count-col {
    flex-basis: 48%;
    margin-right: 0;
    text-align: center;
    padding: 0 0 20px;
  }
  .footer .footer-top .count-sec .count-col p {
    font-size: 12px;
    line-height: 22px;
  }
  .footer .footer-top .count-sec .count-col h5 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .footer .footer-top .subs-box {
    flex-basis: 100%;
    padding: 0;
    margin: 0;
  }
  .footer .footer-middle {
    padding: 30px 0 10px;
  }
  .footer .footer-middle .flex-5 {
    flex-basis: 48%;
    padding: 0 0 20px;
  }
  .footer .footer-middle ul li {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  .footer .footer-bottom {
    padding: 30px 0 0;
    gap: 0;
  }
  .footer .footer-bottom .flex-4 {
    flex-basis: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  .footer .footer-bottom .logo-box {
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer-bottom .logo-box .dis-flex {
    justify-content: center;
    gap: 8px;
  }
  .footer .footer-bottom .social-box {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
  .footer .footer-bottom .footer-rating {
    margin: 20px 0 0;
  }
  .footer .footer-bottom h3 {
    font-weight: 500;
  }
}
/*Media Query Ends Here*/
.hero-section {
  padding: 117px 0 80px;
  background-size: cover;
  align-items: center;
  position: relative;
  display: flex;
  display: -webkit-flex;
  background-repeat: no-repeat;
  background-color: rgba(4, 12, 23, 0.7);
  min-height: 100vh;
  background-position: center;
}
.hero-section .content-wrap {
  position: relative;
  z-index: 9;
  padding-top: 20px;
}
.hero-section .content-wrap .dis-flex {
  align-items: center;
}
.hero-section .content-wrap .margin-t-30 {
  margin-top: 30px;
}
.hero-section .content-wrap .left-box {
  flex-basis: 60%;
}
.hero-section .content-wrap .left-box p {
  line-height: 30px;
  color: rgba(252, 252, 252, 0.87);
  font-size: 18px;
  font-weight: 400;
}
.hero-section .content-wrap .left-box p a {
  color: #ffffff;
}
.hero-section .content-wrap .left-box p a:hover {
  text-decoration: underline;
}
.hero-section .content-wrap .left-box ul {
  margin: 25px 0 0;
  list-style: none;
}
.hero-section .content-wrap .left-box ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  line-height: 26px;
  flex-basis: 100%;
  color: #bdb7b7;
}
.hero-section .content-wrap .left-box ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/check-banner.svg) 0 0 no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.hero-section .content-wrap .right-box {
  flex-basis: 33%;
  position: relative;
}
.hero-section .content-wrap .right-box .card-box {
  width: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #e0edff;
  border-radius: 10px;
  background: #ffffff;
  border-top: 4px solid #FFAD00;
}
.hero-section .content-wrap .right-box .card-box .card-top {
  padding: 20px 25px;
}
.hero-section .content-wrap .right-box .card-box .card-top img {
  margin-top: -100px;
}
.hero-section .content-wrap .right-box .card-box .card-top p {
  font-size: 14px;
  line-height: 21px;
  color: #414141;
  margin: 15px 0 0;
}
.hero-section .content-wrap .right-box .card-box .card-top strong {
  font-weight: 500;
  color: #FFAD00;
  font-style: italic;
}
.hero-section .content-wrap .right-box .card-box .ratings {
  display: flex;
  flex-direction: row;
  border-radius: 0 0 10px 10px;
  justify-content: space-between;
  padding: 20px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgb(249, 247, 247);
}
.hero-section .content-wrap .right-box .card-box .ratings .rating {
  flex-basis: 45%;
  position: relative;
  padding-right: 20px;
}
.hero-section .content-wrap .right-box .card-box .ratings .rating:after {
  content: "";
  background: #bcbcbc;
  position: absolute;
  top: 0;
  right: -5px;
  width: 1px;
  height: 100%;
}
.hero-section .content-wrap .right-box .card-box .ratings .rating img {
  margin: 0 0 5px;
  display: block;
}
.hero-section .content-wrap .right-box .card-box .ratings .rating span {
  color: rgb(19, 30, 41);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}
.hero-section .content-wrap .right-box .card-box .ratings .rating strong {
  font-weight: 600;
  color: rgb(19, 30, 41);
}
.hero-section .content-wrap .right-box .card-box .ratings .rating:last-child {
  padding-right: 0;
}
.hero-section .content-wrap .right-box .card-box .ratings .rating:last-child:after {
  display: none;
}
.hero-section .content-wrap .right-box .card-box:before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../images/serspe-01.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: -23px;
  top: 20px;
}
.hero-section .content-wrap .right-box .card-box:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/serspe-02.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: -30px;
  bottom: 30px;
}
.hero-section .content-wrap .right-box:before {
  content: "";
  width: 111px;
  height: 96px;
  background: url(../images/line-shape.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: -72px;
  top: -58px;
}
.hero-section .content-wrap .right-box .se-logo-box {
  margin: 20px 0 0;
  gap: 10px;
}
.hero-section .content-wrap .right-box .se-logo-box .logo-box {
  width: 96px;
  height: 54px;
  display: inline-block;
  background-size: 100%;
}
.hero-section .content-wrap .right-box .se-logo-box .logo-box.logo1 {
  background: url(../images/bdge-01.svg) 0 0 no-repeat;
}
.hero-section .content-wrap .right-box .se-logo-box .logo-box.logo2 {
  background: url(../images/bdge-02.svg) 0 0 no-repeat;
}
.hero-section .content-wrap .right-box .se-logo-box .logo-box.logo3 {
  background: url(../images/bdge-03.svg) 0 0 no-repeat;
}
.hero-section .content-wrap .right-box .se-logo-box .logo-box.logo4 {
  background: url(../images/bdge-04.svg) 0 0 no-repeat;
}
.hero-section:before {
  content: "";
  background: rgba(4, 12, 23, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-2:first-child {
  padding-right: initial;
}

.development-phase .flex-6 .box {
  background: #ffffff;
}

.related-tags-section h2 {
  font-size: 25px;
  font-weight: 600;
  color: #212121;
  line-height: 26px;
}
.related-tags-section h3 {
  font-size: 18px;
  line-height: 26px;
  color: rgba(33, 33, 33, 0.8);
  margin: 30px 0 15px 0;
  text-transform: inherit;
  font-weight: 500;
}
.related-tags-section a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background: rgba(232, 227, 227, 0.32);
  border: 1px solid #d1d1e1;
  border-radius: 10px;
  text-decoration: none;
  padding: 5px 13px;
  color: rgb(110, 110, 110);
  transition: all 0.3s ease-in-out;
  margin: 10px 5px 0 0;
}
.related-tags-section a:hover, .related-tags-section a.active {
  background: #ffffff;
  color: #05164d;
  border-color: #FFAD00;
}

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

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

@media (max-width: 1440px) {
  .hero-section .content-wrap .right-box {
    flex-basis: 37%;
  }
}
@media (max-width: 1320px) {
  .hero-section .content-wrap .right-box {
    flex-basis: 37%;
  }
}
@media (max-width: 1180px) {
  .hero-section .content-wrap .right-box .card-box .card-top {
    padding: 20px;
  }
  .hero-section .content-wrap .right-box .card-box .ratings {
    padding: 15px;
  }
  .hero-section .content-wrap .right-box .card-box:before {
    width: 45px;
    height: 45px;
  }
  .hero-section .content-wrap .right-box .card-box:after {
    width: 40px;
    height: 40px;
    right: -14px;
    bottom: 83px;
  }
  .hero-section .content-wrap .right-box .se-logo-box {
    gap: 5px;
  }
  .hero-section .content-wrap .right-box .se-logo-box .logo-box {
    background-size: 100% !important;
    width: 82px;
    height: 48px;
  }
}
@media (max-width: 979px) {
  .hero-section {
    padding: 130px 0 50px;
    min-height: initial;
    background: linear-gradient(180deg, #211f47 0%, #05164d 100%) !important;
  }
  .hero-section .content-wrap {
    padding-top: 0;
  }
  .hero-section .content-wrap .dis-flex {
    align-items: center;
  }
  .hero-section .content-wrap .margin-t-30 {
    margin-top: 30px;
  }
  .hero-section .content-wrap .left-box {
    flex-basis: 100%;
  }
  .hero-section .content-wrap .left-box ul {
    margin: 20px 0 0;
  }
  .hero-section .content-wrap .right-box {
    flex-basis: 100%;
    margin: 80px 0 0;
  }
  .hero-section .content-wrap .right-box .card-box .card-top img {
    margin-top: -65px;
  }
  .hero-section .content-wrap .right-box .card-box:before {
    left: -15px;
  }
  .hero-section .content-wrap .right-box:before {
    display: none;
  }
  .hero-section .content-wrap .right-box .se-logo-box {
    justify-content: center;
  }
  .hero-section .content-wrap .right-box .se-logo-box .logo-box {
    width: 77px;
    height: 46px;
  }
  .hero-section:before {
    display: none;
  }
  .hb-toc .hamburger {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section .content-wrap .margin-t-30 {
    margin-top: 30px;
  }
  .hero-section .content-wrap .left-box p {
    font-size: 16px;
    line-height: 27px;
  }
  .hero-section .content-wrap .left-box ul li {
    line-height: 24px;
  }
  .hero-section .content-wrap .right-box .card-box .card-top {
    padding: 15px 20px;
  }
  .hero-section .content-wrap .right-box .card-box .ratings {
    padding: 15px 10px;
  }
  .hero-section .content-wrap .right-box .card-box .ratings .rating {
    flex-basis: 47%;
    padding-right: 10px;
  }
  .hero-section .content-wrap .right-box .card-box:before {
    width: 36px;
    height: 37px;
    left: -15px;
  }
  .hero-section .content-wrap .right-box .se-logo-box {
    gap: 5px;
  }
  .hero-section .content-wrap .right-box:before {
    display: none;
  }
  .related-tags-section {
    text-align: center;
  }
  .related-tags-section a {
    padding: 5px 15px;
  }
}

/*# sourceMappingURL=services.css.map */
