@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;
  }
}
.popup-section {
  width: 100%;
}
.popup-section .popup-wrapper {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-section .popup-wrapper .popWrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-section .popup-wrapper .popWrap .popup-content {
  width: 612px;
  background: #fff;
  border-radius: 25px;
  padding: 36px 70px;
  text-align: center;
  position: relative;
}
.popup-section .popup-wrapper .popWrap .popup-content h2 {
  color: #ffad00;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 5px;
  line-height: 40px;
}
.popup-section .popup-wrapper .popWrap .popup-content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #05164d;
}
.popup-section .popup-wrapper .popWrap .popup-content p {
  color: #666666;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec {
  margin: 20px 0 0;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec a {
  display: inline-block;
  border: 1px solid #05164d;
  margin: 15px auto 0;
  padding: 15px 20px;
  font-weight: 500;
  color: #05164d;
  border-radius: 8px;
  min-width: 376px;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec a.book-btn {
  background: #ffad00;
  border-color: #ffad00;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec a:hover {
  background: #05164d;
  color: #fff;
  border-color: #05164d;
}
.popup-section .popup-wrapper .popWrap .popup-content .closeicon {
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 10px;
  background: none;
}

.popup-section .exit-intent-popup {
  display: none;
}

.popup-section .exit-intent-popup.visible {
  display: block;
}

@media only screen and (max-width: 991px) {
  .popup-section .popup-wrapper .popWrap .popup-content {
    width: 90%;
    border-radius: 20px;
    padding: 30px 35px;
  }
  .popup-section .popup-wrapper .popWrap .popup-content h2 {
    font-size: 27px;
    line-height: 32px;
  }
  .popup-section .popup-wrapper .popWrap .popup-content h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .popup-section .popup-wrapper .popWrap .popup-content .ctasec {
    margin: 20px 0 0;
  }
  .popup-section .popup-wrapper .popWrap .popup-content .ctasec a {
    padding: 12px 20px;
    margin: 10px 0 0;
    min-width: auto;
  }
}
: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);
}

.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*/

/*# sourceMappingURL=deafult-sections.css.map */
