:root,
[data-bs-theme=light] {
  --rank-flow-font: "Plus Jakarta Sans", sans-serif;
  --rank-flow-font2: "Inter", sans-serif;
  --rank-flow-heading-font: "Plus Jakarta Sans", sans-serif;
  --rank-flow-special-font: "DM Sans", sans-serif;
  --body-color: #fff;
  --body-color-rgb: 255, 255, 255;
  --body-text-color: #333;
  --body-text-color-rgb: 92, 102, 113;
  --primary-text-color: #001F3F;
  --primary-text-color-rgb: 0, 31, 63;
  --primary-color: #2E4DFE;
  --primary-color-rgb: 46, 77, 254;
  --secondary-color: #ff922d;
  --secondary-color-rgb: 100, 149, 237;
  --icon-color: #C0C0C0;
  --icon-color-rgb: 192, 192, 192;
  --star-color:#F4C82A;
  --star-color-rgb:var(--star-color-rgb, 244, 200, 42);
  --star-color2:#FEA500;
  --star-color2-rgb:var(--star-color2-rgb, 254, 165, 0);
  --bg-color: #001F3F;
  --bg-color-rgb: 0, 31, 63;
  --bg-color2: #E2E7FF;
  --bg-color2-rgb: 226, 231, 255;
  --bg-color3: #F2F4FB;
  --bg-color3-rgb: 242, 244, 251;
  --bg-color-green: #32A552;
  --bg-color-green-rgb: 50, 165, 82;
  --bg-color-purple: #A22EFE;
  --bg-color-purple-rgb: 162, 46, 254;
  --bg-color-red: #FE2E2E;
  --bg-color-red-rgb: 254, 46, 46;
}

[data-bs-theme=dark] {
  --body-color: #191F25;
  --body-color-rgb: 25, 31, 37;
  --body-text-color: #717A83;
  --body-text-color-rgb: 113, 122, 131;
  --primary-text-color: #CAD4E1;
  --primary-text-color-rgb: 202, 212, 225;
  --primary-color: #149ebc;
  --primary-color-rgb: 46, 77, 254;
  --secondary-color: #6495ED;
  --secondary-color-rgb: 100, 149, 237;
  --icon-color: #C0C0C0;
  --icon-color-rgb: 192, 192, 192;
  --bg-color: #E2E7FF;
  --bg-color-rgb: 226, 231, 255;
  --bg-color2: #202932;
  --bg-color2-rgb: 32, 41, 50;
  --bg-color3: #F2F4FB;
  --bg-color3-rgb: 242, 244, 251;
  --bg-color-green: #32A552;
  --bg-color-green-rgb: 50, 165, 82;
  --bg-color-purple: #A22EFE;
  --bg-color-purple-rgb: 162, 46, 254;
  --bg-color-red: #FE2E2E;
  --bg-color-red-rgb: 254, 46, 46;
}
[data-bs-theme=dark] body {
  background-color: var(--body-color);
}
[data-bs-theme=dark] .topbar-two__theme-text.light-text {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
[data-bs-theme=dark] .topbar-two__theme-text.dark-text {
  font-size: 18px;
  opacity: 1;
  visibility: visible;
}
[data-bs-theme=dark] .section-header--five.one-page-scroll-header.sticky-active, [data-bs-theme=dark] .section-header--five.header-sticky-cloned.sticky-active {
  background-color: var(--bg-color2) !important;
}
[data-bs-theme=dark] .section-header--five.one-page-scroll-header .section-header__main-menu > ul > li, [data-bs-theme=dark] .section-header--five.header-sticky-cloned .section-header__main-menu > ul > li {
  color: var(--primary-text-color);
}
[data-bs-theme=dark] .section-header--five .header-btn-two:hover {
  color: var(--primary-text-color);
  border-color: var(--primary-color);
}
[data-bs-theme=dark] .section-header--five .section-header__dskmenu__bar {
  background-color: var(--primary-text-color);
}
[data-bs-theme=dark] .sec-title__tagline {
  background-color: var(--bg-color2);
}
[data-bs-theme=dark] .dark-svg-hover:hover > svg,
[data-bs-theme=dark] .section-client-rating__btn > svg {
  filter: brightness(5) invert(1);
}
[data-bs-theme=dark] .section-price-table__col.active .section-price-table__btn,
[data-bs-theme=dark] .section-price-table__col:hover .section-price-table__btn {
  color: var(--primary-text-color);
}
[data-bs-theme=dark] .section-price-table .slide {
  background-color: var(--bg-color);
}
[data-bs-theme=dark] .section-services__fItem {
  background-color: var(--bg-color2);
}
[data-bs-theme=dark] .section-services__listitem.click-advertising {
  background-color: var(--bg-color2);
}
[data-bs-theme=dark] .section-rating__slider-text {
  color: var(--body-text-color);
}
[data-bs-theme=dark] .blog-one--three .blog-one__meta li,
[data-bs-theme=dark] .blog-one--three .blog-one__meta li a,
[data-bs-theme=dark] .blog-one--three .blog-one__title {
  color: var(--primary-text-color);
}
[data-bs-theme=dark] .blog-one--three .blog-one__meta li a:hover,
[data-bs-theme=dark] .blog-one--three .blog-one__meta li a a:hover,
[data-bs-theme=dark] .blog-one--three .blog-one__title a:hover {
  color: var(--primary-text-color);
}
[data-bs-theme=dark] .blog-one--single .post-arrow-icon {
  background-color: var(--bg-color);
}
[data-bs-theme=dark] .section-header__main-menu > ul > li > ul > li.dropdown-arrow > a::before,
[data-bs-theme=dark] .section-job-details__description__benefites-list li img {
  filter: brightness(0) invert(1);
}
[data-bs-theme=dark] .section-provide__right__bg {
  opacity: 0.1;
}
[data-bs-theme=dark] .section-provide__right__flogo {
  background-color: var(--bg-color2);
}
[data-bs-theme=dark] .section-approach .tab-item.tab-active .section-approach__facilities__title {
  color: var(--primary-text-color);
}
[data-bs-theme=dark] .section-approach .section-approach__facilities__title:hover {
  color: var(--primary-text-color);
}

[data-bs-theme=dark] .dark-btn > svg {
  filter: brightness(0) invert(1);
}

[data-bs-theme=dark] .section-rating h2 {
  color: #cad4e1 !important;
}

[data-bs-theme=dark] .section-price-table .slide {
  background-color: var(--bg-color);
}

body {
  font-family: var(--rank-flow-font, "Plus Jakarta Sans", sans-serif);
  color: var(--body-text-color, #333);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: inherit;
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: var(--rank-flow-heading-font, "Plus Jakarta Sans", sans-serif);
  color: var(--primary-text-color, #001F3F);
}
@media (max-width: 479px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

h1 {
  font-size: 75px;
  line-height: 90px;
}

h2 {
  font-size: 40px;
  line-height: 55px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
    line-height: 41px;
  }
}

h3 {
  font-size: 36px;
  line-height: 30px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

h4 {
  font-size: 24px;
  line-height: 33px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}

@media (max-width: 991px) {
  ul li {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 991px) {
  ol li {
    font-size: 16px;
    line-height: 25px;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.ps-lg-120 {
  padding-left: 120px;
}
@media (max-width: 991px) {
  .ps-lg-120 {
    padding-left: 0;
  }
}

.pe-lg-120 {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .pe-lg-120 {
    padding-right: 0;
  }
}

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

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.gutter-y-70 {
  --bs-gutter-y: 70px;
}

@media (max-width: 991px) {
  .gutter-y-50 {
    --bs-gutter-y: 30px;
  }
  .gutter-y-60 {
    --bs-gutter-y: 32px;
  }
  .gutter-y-70 {
    --bs-gutter-y: 40px;
  }
}

p{
    text-align: justify;
}

.next-marketing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  width: fit-content;
  background-color: #ff7b00;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  height: 50px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  padding: 12px 39px;
  border: 2px solid transparent;
}
.next-marketing-btn:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #2e4dfe;
  color: #2e4dfe;
}
@media (max-width: 991px) {
  .next-marketing-btn {
    font-size: 16px;
    line-height: 1;
    padding: 12px 31px;
    height: 46px;
  }
}

.sec-title {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .sec-title {
    margin-bottom: 40px;
  }
}
.sec-title__tagline {
  background-color: var(--bg-color2, #E2E7FF);
  position: relative;
  width: fit-content;
  padding: 11px 40px;
  border-radius: 40px;
  margin-bottom: 22px;
  color: #2e4dfe;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sec-title__tagline {
    padding: 8px 26px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 19px;
  }
}
.sec-title__title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 0;
}
.sec-title__title:hover > span::after {
  height: 18px;
}
.sec-title__title > span {
  position: relative;
}
.sec-title__title > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: var(--star-color, #F4C82A);
  left: 0;
  bottom: 6px;
  z-index: -1;
  transition: all 0.6s ease;
}
@media (max-width: 991px) {
  .sec-title__title {
    font-size: 40px;
    line-height: 50px;
  }
  .sec-title__title > br {
    display: none;
  }
}
@media (max-width: 600px) {
  .sec-title__title,
  .section-rating__slider-wrap h2 {
    font-size: 30px !important;
    line-height: 41px!important;
  }

  .sec-title .titke {
    margin-top:0px !important;
}
}
.sec-title__text {
  color: var(--body-text-color, #333);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sec-title__text {
    font-size: 16px;
    line-height: 25px;
  }
}

.btn-body-color {
  background-color: var(--body-color, #fff);
  color: #2e4dfe;
  border-color: #2e4dfe;
}
.btn-body-color:hover {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}

.btn-radius {
  border-radius: 40px;
}

.theme-mode-sticky {
  bottom: 30px;
  left: 15px;
  z-index: 992;
  transition: all 0.3s ease;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
}
.theme-mode-sticky.show {
  opacity: 1;
  visibility: visible;
}
.theme-mode-sticky .theme-mode-sticky-bg {
  background-color: rgba(var(--bg-color-rgb, 0, 31, 63), 0.1);
  padding: 5px 4px;
  gap: 5px;
}
.theme-mode-sticky .topbar-two__themeicon-wrap {
  position: absolute;
  width: auto;
  top: 0;
  left: 100%;
  padding: 0;
  margin-left: 4px;
  gap: 4px;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.theme-mode-sticky .topbar-two__themeicon-wrap.visibility {
  opacity: 1;
  visibility: visible;
}
.theme-mode-sticky .topbar-two__theme-icon {
  width: 30px;
  height: 30px;
  background: #fff;
}
.theme-mode-sticky .topbar-two__thememodline {
  padding: 0;
  width: 30px;
  flex-direction: column;
  position: relative;
}
.theme-mode-sticky .topbar-two__thememodline::after {
  content: none !important;
}
.theme-mode-sticky .question-icon,
.theme-mode-sticky .topbar-two__themelng.lng-selected {
  background-image: none !important;
  width: 30px !important;
  height: 30px !important;
  padding-right: 0 !important;
  justify-content: center;
  background-color: var(--body-color, #fff);
  border-radius: 50%;
}
.theme-mode-sticky .question-icon .topbar-two__lng-text,
.theme-mode-sticky .topbar-two__themelng.lng-selected .topbar-two__lng-text {
  text-indent: -99999px;
  padding: 0;
}
.theme-mode-sticky .question-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-mode-sticky .topbar-two__themelng-opt {
  width: 76px !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.2);
  box-shadow: 0px 0px 15px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.2);
  left: 36px;
}
.theme-mode-sticky .progress-circle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-75deg);
  right: 15px;
  bottom: 30px;
  z-index: 9991;
}
.theme-mode-sticky .progress-circle {
  width: 38px;
  height: 38px;
}
.theme-mode-sticky .progress-circle-bar {
  fill: none;
  stroke: #ff7b00;
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
}
.theme-mode-sticky .progress-background {
  fill: rgba(var(--bg-color-rgb, 0, 31, 63), 0.2);
  stroke: rgba(var(--bg-color-rgb, 0, 31, 63), 0.1);
  stroke-width: 5;
  stroke-dasharray: none;
}
.theme-mode-sticky .scroll-to-top {
  position: absolute;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(75deg);
}
.theme-mode-sticky .scroll-to-top svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #ff7b00;
  transition: all 0.1s ease;
}

.footer-pt200 {
  padding-top: 200px !important;
}

.mb-n170 {
  margin-bottom: -168px;
}

.sticky-elements {
  position: sticky;
  top: 150px;
}

.bg-primary {
  background-color: #2e4dfe !important;
}

.star-icon {
  color: var(--star-color, #F4C82A);
  font-size: 20px;
  letter-spacing: 4px;
}

.reset-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-circle li {
  padding-left: 38px;
  position: relative;
}
.check-circle li::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 2px;
  left: 0;
  z-index: 1;
  background-image: url("../images/shapes/check-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
}
.check-circle li + li {
  margin-top: 15px;
}

/*---owl carousel custom css---*/
.nextmarketing-owl__carousel-shadow .owl-stage-outer {
  overflow: visible;
}
.nextmarketing-owl__carousel-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.nextmarketing-owl__carousel-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-stage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.owl-dots.disabled,
.owl-nav.disabled {
  display: none;
}

.owl-nav {
  position: absolute;
  width: 100%;
  max-width: 620px;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owl-nav > button {
  width: 38px;
  height: 38px;
  border: 3px solid var(--primary-text-color, #001F3F) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  color: var(--primary-text-color, #001F3F) !important;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.owl-nav > button:hover {
  opacity: 1;
}

.owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(var(--body-color-rgb, 255, 255, 255), 0.4) !important;
  display: block !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--body-color, #fff) !important;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.custom-cursor-one {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #2e4dfe;
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor-one::before, .custom-cursor-one::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2e4dfe;
  opacity: 0.3;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  animation: customCursor 2s ease-out 0.5s infinite;
  border-radius: 50%;
}
.custom-cursor-one::after {
  animation-delay: -1s;
}
@keyframes customCursor {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

.custom-cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #2e4dfe;
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor-innerhover {
  width: 22px;
  height: 22px;
  opacity: 0.4;
}

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--body-color-rgb, 255, 255, 255), 1);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border-radius: 50%;
}

[data-bs-theme=dark] .theme-mode-sticky .theme-mode-sticky-bg {
  backdrop-filter: blur(10px);
}

.form-row {
  margin: 0 -11px;
}

.form-group {
  padding: 0 11px;
}
@media (max-width: 576px) {
  .form-group {
    width: 100%;
  }
}

.attr-remove,
.form-control,
select {
  height: 50px;
  border: 1px solid #2f3b70;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  color: var(--body-color, #fff);
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .attr-remove,
  .form-control {
    width: 100%;
  }
}
.attr-remove:is(:focus, :focus-visible),
.form-control:is(:focus, :focus-visible) {
  background-color: transparent;
  color: var(--body-color, #fff);
  border-color: var(--bg-color2, #E2E7FF);
  box-shadow: initial;
}
.attr-remove.text-area,
.form-control.text-area {
  resize: none;
  min-height: 123px;
}

.custom-select {
  position: relative;
}
.custom-select > .form-control {
  margin-bottom: 0;
}

.attr-remove,
.custom_selected {
  position: relative;
  z-index: 2;
  color: var(--body-color, #fff);
  margin-bottom: 0;
  padding-right: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.attr-remove::after,
.custom_selected::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/shapes/select-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  filter: brightness(0) invert(1);
}

.custom_select_opt_wrap {
  position: absolute;
  width: 100%;
  top: 100%;
  height: auto;
  background-color: var(--body-color, #fff);
  display: none;
  z-index: 3;
  margin-top: -5px;
  border-radius: 0 0 8px 8px;
  padding-top: 20px;
  overflow: hidden;
}
.custom_select_opt_wrap .custom_select_opt {
  margin-bottom: 0px;
  height: initial;
  border: 0;
  background-color: transparent;
  color: var(--primary-text-color, #001F3F);
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 0;
}
.custom_select_opt_wrap .custom_select_opt:hover {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.custom_select_opt_wrap [data-select=selected] {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}

.form-control::-webkit-input-placeholder {
  color: var(--body-color, #fff);
}

.form-control:-moz-placeholder {
  color: var(--body-color, #fff);
}

.form-control::-moz-placeholder {
  color: var(--body-color, #fff);
}

.form-control:-ms-input-placeholder {
  color: var(--body-color, #fff);
}

.form-control::-ms-input-placeholder {
  color: var(--body-color, #fff);
}

.form-control::placeholder {
  color: var(--body-color, #fff);
}

.form-btn {
  border-width: 1px;
  border-color: var(--body-color, #fff);
  border-radius: 8px;
  padding-left: 34px;
  padding-right: 34px;
  margin-left: auto;
  margin-top: 18px;
}
.form-btn:hover {
  background-color: transparent;
  border: 2px solid #2e4dfe;
  color: #2e4dfe;
}

input[type=time]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
}

.modal-dialog {
  max-width: 700px;
}
.modal-dialog .form-check-input:focus {
  box-shadow: initial;
}

[data-bs-theme=dark] input[type=time]::-webkit-calendar-picker-indicator {
  filter: brightness(1) invert(1);
}

.topbar-two {
  background-color: var(--body-color, #fff);
}
.topbar-two .container-fluid {
  max-width: 1680px;
}
.topbar-two__inner {
  border-bottom: 1px solid var(--bg-color2, #E2E7FF);
  padding: 5px;
}
@media (max-width: 1200px) {
  .topbar-two__inner {
    padding-bottom: 5px;
  }
}
.topbar-two__infolist {
  gap: 0 50px;
}
@media (max-width: 1200px) {
  .topbar-two__infolist {
    gap: 0 25px;
  }
}
.topbar-two__infolist li {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: var(--body-text-color, #333);
}
@media (max-width: 991px) {
  .topbar-two__infolist li {
    font-size: 14px;
    line-height: 24px;
  }
}
.topbar-two__infolist li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-two__infolist li a:hover {
  background-size: 100% 1px;
}
.topbar-two__infolist li:hover a {
  text-shadow: 0 0 1px var(--body-text-color, #333);
}
.topbar-two__icon {
  color: #2e4dfe;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.topbar-two__icon-1{
  color: #fff;
}
.topbar-two__icon svg {
  fill: currentColor;
}
@media (max-width: 1200px) {
  .topbar-two__icon {
    margin-right: 10px;
  }
}
.topbar-two__calltext {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--body-text-color, #333);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .topbar-two__calltext {
    font-size: 16px;
    line-height: 24px;
  }
}
.topbar-two__calltext strong {
  font-weight: 600;
  transition: all 0.4s ease;
}
.topbar-two__calltext a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-two__calltext a:hover {
  background-size: 100% 1px;
}
.topbar-two__calltext:hover strong,
.topbar-two__calltext:hover a {
  text-shadow: 0 0 1px var(--body-text-color, #333);
}
.topbar-two .footer__socialwrap {
  padding-left: 28px;
}
.topbar-two .footer__socialwrap li {
  color: var(--body-text-color, #333);
  font-size: 16px;
}
.topbar-two__thememodline {
  position: relative;
  padding: 0 0 0 30px;
}
.topbar-two__thememodline + .topbar-two__thememodline::after {
  content: "";
  position: absolute;
  width: auto;
  z-index: 1;
  height: 100%;
  min-height: 34px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-left: 1px solid var(--body-text-color, #333);
}
.topbar-two__themeicon-wrap {
  background-color: rgba(var(--bg-color-rgb, 0, 31, 63), 0.2);
  padding: 4px;
  cursor: pointer;
  gap: 0 8px;
}
.topbar-two__theme-icon {
  width: 26px;
  height: 26px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.topbar-two__theme-icon img {
  width: auto !important;
}
.topbar-two__theme-icon.light-icon {
  background-color: var(--body-color, #fff);
}
.topbar-two__themetext-wrap {
  padding-left: 13px;
  min-width: 57px;
}
.topbar-two__theme-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  color: var(--body-text-color, #333);
  position: relative;
  transition: all 0.5s ease;
  display: block;
}
.topbar-two__theme-text.dark-text {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
.topbar-two__themelng {
  background-repeat: no-repeat;
  background-position: right 1px center;
  background-size: 14px auto;
  cursor: pointer;
}
.topbar-two__themelng.lng-selected {
  width: 77px;
  padding-right: 22px;
  background-image: url("../images/shapes/select-down-arrow.svg");
}
.topbar-two__lng-img {
  width: 20px;
  min-width: 20px;
}
.topbar-two__lng-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  font-weight: 600;
  color: var(--body-text-color, #333);
  text-transform: uppercase;
  display: inline-block;
  padding-left: 8px;
}
.topbar-two__themelng-opt {
  max-width: 74px;
  z-index: 991;
  background-color: var(--body-color, #fff);
  padding: 0 9px;
  margin: 0 auto;
  border-radius: 4px;
  display: none;
  box-shadow: 0px 4px 10px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.3);
}
.topbar-two__themelng-opt .topbar-two__themelng + .topbar-two__themelng {
  margin-top: 3px;
}
.topbar-two__themelng-opt .topbar-two__lng-text {
  color: var(--body-text-color, #333);
}
.topbar-two--five .topbar-two__inner {
  border-color: rgba(var(--bg-color2-rgb, 226, 231, 255), 0.3);
}
.topbar-two--five .topbar-two__infolist li {
  color: var(--body-color, #fff);
}
.topbar-two--five .topbar-two__infolist li > strong {
  font-weight: 600;
}
.topbar-two--five .footer__socialwrap {
  padding-left: 0;
  padding-right: 30px;
}
.topbar-two--five .footer__socialwrap li {
  color: var(--body-color, #fff);
}
.topbar-two--five .topbar-two__themeicon-wrap {
  background-color: rgba(var(--bg-color3-rgb, 242, 244, 251), 0.2);
}
.topbar-two--five .topbar-two__themelng.lng-selected {
  background-image: url("../images/shapes/lang-down-arrow.svg");
}
.topbar-two--five .topbar-two__thememodline + .topbar-two__thememodline::after {
  border-left-color: var(--body-color, #fff);
}
.topbar-two--five .topbar-two__lng-text,
.topbar-two--five .topbar-two__theme-text {
  color: var(--body-color, #fff);
}
.topbar-two--five .topbar-two__themelng-opt .topbar-two__lng-text {
  color: var(--body-text-color, #333);
}
.topbar-two__modeicon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--body-color, #fff);
  cursor: pointer;
}
.topbar-two__modeicon .dark-icon {
  display: none !important;
}

[data-bs-theme=dark] .topbar-two__modeicon {
  background-color: var(--body-color, #fff);
}
[data-bs-theme=dark] .topbar-two__modeicon .dark-icon {
  display: flex !important;
}
[data-bs-theme=dark] .topbar-two__modeicon .light-icon {
  display: none !important;
}
[data-bs-theme=dark] .topbar-two__modeicon img {
  filter: brightness(0) invert(1);
}
[data-bs-theme=dark] .light-icon img {
  filter: brightness(0) invert(1);
}
[data-bs-theme=dark] .dark-icon {
  background-color: var(--body-color, #fff);
}
[data-bs-theme=dark] .dark-icon img {
  filter: brightness(0) invert(1);
}
[data-bs-theme=dark] .topbar-two--five .topbar-two__inner {
  border-color: var(--primary-text-color, #001F3F);
}
[data-bs-theme=dark] .topbar-two__lng-img {
  filter: brightness(0) invert(1) opacity(1);
}
[data-bs-theme=dark] .topbar-two__themelng-opt {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
[data-bs-theme=dark] .topbar-two__themelng.lng-selected {
  background-image: url("../images/shapes/select-down-arrow-dark.svg");
}
[data-bs-theme=dark] .topbar-two--five .footer__socialwrap li,
[data-bs-theme=dark] .topbar-two--five .topbar-two__infolist li {
  color: var(--primary-text-color);
}
[data-bs-theme=dark] .topbar-two--five .topbar-two__lng-text,
[data-bs-theme=dark] .topbar-two--five .topbar-two__theme-text {
  color: var(--primary-text-color);
}

.section-header {
  position: relative;
  z-index: 99;
  transition: top 0.8s ease-in-out;
}
.section-header.header-sticky-cloned {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;
}
.section-header.header-sticky-cloned.sticky-active {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}
.section-header.header-sticky-cloned.sticky-active .container-fluid {
  margin-top: 30px;
}
.section-header.one-page-scroll-header {
  padding: 0px 0px;
  transition: all 0.5s ease;
  box-shadow: 0px 14px 21px 0px rgba(58, 66, 89, 0.05);
}
.section-header.one-page-scroll-header.sticky-active {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  animation: fadeInDown 0.5s;
  box-shadow: 0px 14px 21px 0px rgba(58, 66, 89, 0.05);
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.section-header .container-fluid {
  max-width: 1680px;
  background-color: var(--body-color, #fff);
  margin-top: 51px;
}
@media (max-width: 1200px) {
  .section-header .container-fluid {
    margin-top: 20px;
  }
}
.section-header__inner {
  background-color: var(--body-color, #fff);
  -webkit-filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.15));
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1200px) {
  .section-header__inner {
    padding: 15px 20px;
    border-radius: 12px;
  }
}
.section-header__row {
  position: relative;
}
.section-header__dskmenu {
  width: 40px;
  height: 26px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 0 !important;
  margin: auto 0;
}
.section-header__dskmenu__bar {
  width: 100%;
  height: 4px;
  background-color: var(--body-color, #fff);
  border-radius: 4px;
}
.section-header__dskmenu__bar:nth-child(3) {
  width: 20px;
}
.section-header__dskmenu__bar + .section-header__dskmenu__bar {
  margin-top: 6px;
}
.section-header__dskmenu--two {
  align-items: flex-end;
  margin-left: 30px !important;
}
.section-header__dskmenu--two .section-header__dskmenu__bar {
  background-color: var(--bg-color, #001F3F);
}
.section-header__logo {
  width: 228px;
  padding-left: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .section-header__logo {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section-header__logo {
    width: 200px;
  }
}
@media (max-width: 520px) {
  .section-header__logo {
    width: 140px;
  }
}
.section-header__logo-inner {
  width: 100%;
}
.section-header__logo-inner img {
  width: 170px;
}
.section-header__main-menu {
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .section-header__main-menu {
    display: none;
  }
}
.section-header__main-menu > ul > li {
  color: var(--primary-text-color, #001F3F);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding: 30px 0;
}
@media (max-width: 1280px) {
  .section-header__main-menu > ul > li {
    font-size: 16px;
  }
}
.section-header__main-menu > ul > li.dropdown-arrow > a {
  padding-right: 20px;
}
.section-header__main-menu > ul > li.dropdown-arrow > a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  display: flex;
  align-items: center;
  transform: scaleY(1);
  transition: all 0.3s ease-in-out;
}
.section-header__main-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 10px;
  min-width: 280px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  background-color: var(--body-color, #fff);
  box-shadow: 0px 10px 18px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.2);
  border-radius: 15px;
  padding: 15px 0 18px 0;
}
.section-header__main-menu > ul > li > ul > li {
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  position: relative;
  color: var(--body-text-color, #333);
  list-style: none;
}
.section-header__main-menu > ul > li > ul > li:hover {
  background: #2e4dfe2e;
}
.section-header__main-menu > ul > li > ul > li::before {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  margin: auto 0;
  background-color: rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.6);
  opacity: 0;
  visibility: hidden;
}
.section-header__main-menu > ul > li > ul > li.dropdown-arrow > a::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  right: -9px;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  opacity: 0.6;
  display: flex;
  align-items: center;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  background-image: url("../images/shapes/select-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px auto;
}
.section-header__main-menu > ul > li > ul > li.dropdown-arrow:hover > a::before {
  transform: rotate(-90deg);
  opacity: 0.8;
}
.section-header__main-menu > ul > li > ul > li > a {
  color: inherit;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 5px 16px;
  position: relative;
  z-index: 2;
  font-size:15px;
}
.section-header__main-menu > ul > li > ul > li .special-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--body-color, #fff);
  border-radius: 4px;
  padding: 3px 8px;
  margin-left: 14px;
}
.section-header__main-menu > ul > li > ul > li .special-item.jobs {
  background-color: var(--bg-color-green, #32A552);
}
.section-header__main-menu > ul > li > ul > li .special-item.hot {
  background-color: var(--bg-color-red, #FE2E2E);
}
.section-header__main-menu > ul > li > ul > li:hover::before {
  opacity: 1;
  visibility: visible;
}
/*.section-header__main-menu > ul > li > ul > li:hover {*/
/*  background: #2e4dfe;*/
/*  color:#333;*/
/*}*/
.section-header__main-menu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.section-header__main-menu > ul > li > ul > li > ul {
  background: var(--body-color, #fff);
  position: absolute;
  width: 100%;
  min-width: 220px;
  border-radius: 15px;
  height: auto;
  top: 0;
  left: 102%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-40px);
  transition: all 0.4s ease;
  padding: 15px 15px 20px 20px;
  box-shadow: 0px 10px 18px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.2);
}
.section-header__main-menu > ul > li > ul > li > ul::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: -4px;
}
.section-header__main-menu > ul > li > ul > li > ul > li + li {
  margin-top: 6px;
}
.section-header__main-menu > ul > li > ul > li > ul > li a {
  position: relative;
}
.section-header__main-menu > ul > li > a {
  color: inherit;
  position: relative;
  padding-bottom: 4px;
}
.section-header__main-menu > ul > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 0;
  height: 2px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  background-color: #2e4dfe;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.section-header__main-menu > ul > li.active > ul, .section-header__main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.section-header__main-menu > ul > li.active > a::after, .section-header__main-menu > ul > li:hover > a::after {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
.section-header__main-menu > ul > li.active > a::before, .section-header__main-menu > ul > li:hover > a::before {
  transform: scaleY(-1);
}
.section-header__main-menu > ul > li:first-child > ul {
  left: -40px;
}
.section-header__main-menu > ul > li.megamenu {
  position: static;
}
.section-header__main-menu > ul > li.megamenu > ul {
  padding: 0;
  width: 100%;
  left: 0;
  box-shadow: 0px 4px 30px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.1);
  border-radius: 15px;
}
.section-header__main-menu > ul > li.megamenu > ul > li:hover {
  background-color: transparent;
}
.section-header__main-menu > ul > li.megamenu > ul > li::before {
  content: none;
}
.section-header__main-menu > ul > li + li {
  padding-left: 30px;
}
@media (max-width: 1280px) {
  .section-header__main-menu > ul > li + li {
    padding-left: 25px;
  }
}
.section-header__right {
  margin-left: auto;
  margin-right: 0;
  padding-left: 58px;
}
@media (max-width: 1280px) {
  .section-header__right {
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .section-header__right {
    display: none;
  }
}
.section-header__right__telicon {
  font-size: 42px;
  line-height: 1;
  color: var(--body-color, #fff);
  width: 46px;
}
.section-header__right__telicon svg {
  fill: currentColor;
}
@media (max-width: 1280px) {
  .section-header__right__telicon {
    width: 42px;
  }
}
.section-header__right__telicon img {
  width: 100% !important;
}
.section-header__right__callsupport {
  padding-left: 22px;
}
@media (max-width: 1280px) {
  .section-header__right__callsupport {
    padding-left: 16px;
  }
}
.section-header__right__calltext {
  color: var(--body-color, #fff);
  font-size: 18px;
  line-height: 28px;
}
.section-header__right__callnumber {
  color: var(--body-color, #fff);
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
}
.section-header__right__callnumber a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.section-header__right__callnumber a:hover {
  background-size: 100% 1px;
}
.section-header__right-bg {
  background-color: #2e4dfe;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  padding: 20px 17px 18px 18px;
}
.section-header--two {
  box-shadow: 0px 14px 21px 0px rgba(58, 66, 89, 0.05);
  background-color: var(--body-color, #fff);
}
.section-header--two.header-sticky-cloned.sticky-active .container-fluid {
  margin-top: 2px;
}
.section-header--two .container-fluid {
  margin-top: 2px;
}
@media (max-width: 1200px) {
  .section-header--two .container-fluid {
    margin-top: 0;
  }
}
.section-header--two .section-header__inner {
  padding-left: 0;
  box-shadow: initial;
  filter: initial;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .section-header--two .section-header__inner {
    padding-right: 0;
  }
}
.section-header--two .section-header__logo {
  padding-left: 0;
}
.section-header--two .section-header__right {
  padding-left: 16px;
}
.section-header--two .section-header__right-bg {
  background-color: transparent;
  padding: 0;
}
.section-header--two .header-btn-two {
  margin-left: 42px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 1300px) {
  .section-header--two .header-btn-two {
    margin-left: 24px;
  }
}
@media (max-width: 1300px) {
  .section-header--two .footer__socialwrap {
    gap: 0 16px;
  }
}
@media (max-width: 1300px) {
  .section-header--two .footer__socialwrap li {
    font-size: 22px;
  }
}
.section-header--three {
  background-color: var(--body-color, #fff);
}
.section-header--three.header-sticky-cloned.sticky-active {
  box-shadow: 0px 14px 21px 0px rgba(58, 66, 89, 0.05);
}
.section-header--three.header-sticky-cloned.sticky-active .container-fluid {
  margin-top: 2px;
}
.section-header--three .container-fluid {
  margin-top: 2px;
}
@media (max-width: 1200px) {
  .section-header--three .container-fluid {
    margin-top: 0;
  }
}
.section-header--three .section-header__inner {
  padding-left: 0;
  box-shadow: initial;
  filter: initial;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .section-header--three .section-header__inner {
    padding-right: 0;
  }
}
.section-header--three .section-header__logo {
  padding-left: 0;
}
.section-header--three .section-header__right {
  padding-left: 16px;
}
.section-header--three .section-header__right-bg {
  background-color: transparent;
  padding: 0;
}
.section-header--three .header-btn-two {
  margin-left: 42px;
  padding: 10px 30px;
}
@media (max-width: 1300px) {
  .section-header--three .header-btn-two {
    margin-left: 24px;
  }
}
@media (max-width: 1300px) {
  .section-header--three .footer__socialwrap {
    gap: 0 16px;
  }
}
@media (max-width: 1300px) {
  .section-header--three .footer__socialwrap li {
    font-size: 22px;
  }
}
.section-header--five {
  background-color: transparent;
}
.section-header--five.header-sticky-cloned.sticky-active {
  box-shadow: 0px 14px 21px 0px rgba(58, 66, 89, 0.05);
  background-color: rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.9) !important;
}
.section-header--five.header-sticky-cloned.sticky-active .container-fluid {
  margin-top: 2px;
}
.section-header--five.one-page-scroll-header.sticky-active {
  box-shadow: 0px 14px 21px 0px rgba(58, 66, 89, 0.05);
  background-color: rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.9) !important;
}
.section-header--five .container-fluid {
  background-color: transparent;
  margin-top: 2px;
}
@media (max-width: 1200px) {
  .section-header--five .container-fluid {
    margin-top: 0;
  }
}
.section-header--five .section-header__inner {
  background-color: transparent;
  padding-left: 0;
  box-shadow: initial;
  filter: initial;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .section-header--five .section-header__inner {
    padding-right: 0;
  }
}
.section-header--five .section-header__main-menu > ul > li {
  color: var(--body-color, #fff);
}
.section-header--five .section-header__main-menu > ul > li > ul > li {
  color: var(--body-text-color, #333);
}
.section-header--five .section-header__main-menu > ul > li > ul > li:hover {
  color: var(--primary-text-color, #001F3F);
}
.section-header--five .section-header__main-menu > ul > li > ul > li > ul > li {
  color: var(--body-text-color, #333);
}
.section-header--five .section-header__main-menu > ul > li > ul > li > ul > li:hover {
  color: var(--primary-text-color, #001F3F);
}
.section-header--five .section-header__right {
  padding-left: 18px;
}
.section-header--five .section-header__right-bg {
  background-color: transparent;
  padding: 0;
}
.section-header--five .header-btn-two {
  margin-left: 42px;
  padding-left: 48px;
  padding-right: 48px;
}
.section-header--five .header-btn-two:hover {
  color: var(--body-color, #fff);
  border-color: var(--body-color, #fff);
}
@media (max-width: 1300px) {
  .section-header--five .header-btn-two {
    margin-left: 24px;
  }
}
@media (max-width: 1300px) {
  .section-header--five .footer__socialwrap {
    gap: 0 16px;
  }
}
@media (max-width: 1300px) {
  .section-header--five .footer__socialwrap li {
    font-size: 22px;
  }
}

.home-showcase .container {
  max-width: 100% !important;
}
.home-showcase__inner {
  padding: 30px;
}
.home-showcase__card {
  background-color: var(--body-color, #fff);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-showcase__card:hover .home-showcase__image {
  border-color: var(--secondary-color, #6495ED);
}
.home-showcase__card:hover .home-showcase__image img {
  filter: blur(1px);
}
.home-showcase__card:hover .home-showcase__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.home-showcase__image {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 6px 20px 0px rgba(0, 31, 63, 0.06);
  border: 2px solid transparent;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.home-showcase__image img {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.home-showcase__btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.home-showcase__btn {
  min-width: 150px;
  padding: 5px 10px;
}
.home-showcase__btn:hover {
  border-color: #2e4dfe;
  color: #2e4dfe;
  background-color: var(--body-color, #fff);
}
.home-showcase__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: var(--primary-text-color, #001F3F);
  margin-bottom: 0;
}
.home-showcase__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.home-showcase__title a:hover {
  background-size: 100% 1px;
}
.home-showcase .hot-item {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--body-color, #fff);
  border-radius: 4px;
  display: inline-block;
  padding: 4px 8px;
}
.home-showcase .hot-item.popular-home {
  background-color: var(--bg-color-purple, #A22EFE);
}
.home-showcase .hot-item.new-home {
  background-color: var(--bg-color-green, #32A552);
}

.header-wrapper {
  z-index: 991;
}

.logo-light {
  display: none;
}

[data-bs-theme=dark] .logo-light {
  display: block;
}
[data-bs-theme=dark] .logo-dark {
  display: none;
}

[data-bs-theme=dark] .section-header .container-fluid {
  background: none;
}
[data-bs-theme=dark] .section-header--two {
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.3);
}
[data-bs-theme=dark] .section-header--three .container-fluid,
[data-bs-theme=dark] .section-header--two .container-fluid {
  margin-top: 0;
}
[data-bs-theme=dark] .section-header--three .section-header__inner,
[data-bs-theme=dark] .section-header--two .section-header__inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 20px;
}
[data-bs-theme=dark] .section-header--three .section-header__row,
[data-bs-theme=dark] .section-header--two .section-header__row {
  padding-left: 15px;
  padding-right: 15px;
}
[data-bs-theme=dark] .section-header__main-menu > ul > li > ul,
[data-bs-theme=dark] .section-header__main-menu > ul > li.megamenu > ul {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.4);
}
[data-bs-theme=dark] .section-header__main-menu > ul > li {
  color: var(--primary-text-color);
}

.section-header .header-info-sidebar,
.header-info-sidebar {
  width: 456px !important;
  z-index: 9993;
  top: 26px !important;
  left: 30px !important;
  transform: translateX(-120%) !important;
  background-color: transparent;
  transition: all 0.2s ease;
  border: 0 !important;
}
.section-header .header-info-sidebar.show,
.header-info-sidebar.show {
  transform: translateX(0) !important;
}
.section-header .header-info-sidebar__bg,
.header-info-sidebar__bg {
  width: 456px;
  background-color: var(--body-color, #fff);
  box-shadow: 0px 0px 15px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.2);
  border-radius: 30px;
}
.section-header .header-info-sidebar__cross,
.header-info-sidebar__cross {
  width: 30px;
  height: 30px;
  outline-style: none;
  background-color: transparent;
  border: 0;
  right: 18px;
  top: 22px;
  z-index: 1;
  font-size: 25px;
  line-height: 1;
  color: var(--primary-text-color, #001F3F);
  cursor: pointer;
  padding: 0;
}
.section-header .header-info-sidebar__top-logo,
.header-info-sidebar__top-logo {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  border-radius: 30px 30px 0 0;
  padding: 50px;
  margin-bottom: 25px;
}
.section-header .header-info-sidebar__logo,
.header-info-sidebar__logo {
  width: 180px;
  margin-bottom: 30px;
}
.section-header .header-info-sidebar__logo img,
.header-info-sidebar__logo img {
  width: 100% !important;
}
.section-header .header-info-sidebar__text,
.header-info-sidebar__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}
.section-header .header-info-sidebar__feature,
.header-info-sidebar__feature {
  padding: 0 0 65px 33px;
}
.section-header .header-info-sidebar__feature ul,
.header-info-sidebar__feature ul {
  width: 100%;
  max-width: 325px;
}
.section-header .header-info-sidebar__feature ul li,
.header-info-sidebar__feature ul li {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  color: var(--primary-text-color, #001F3F);
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  border-radius: 8px;
  padding: 10px 10px 10px 15px;
}
.section-header .header-info-sidebar__feature ul li:hover,
.header-info-sidebar__feature ul li:hover {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
}
.section-header .header-info-sidebar__feature ul li a,
.header-info-sidebar__feature ul li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.section-header .header-info-sidebar__feature ul li .version-control,
.header-info-sidebar__feature ul li .version-control {
  background-color: var(--primary-text-color, #001F3F);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--body-color, #fff);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 15px;
}
.section-header .header-info-sidebar__icon,
.header-info-sidebar__icon {
  margin-right: 15px;
}
.section-header .header-info-sidebar__getin-touch,
.header-info-sidebar__getin-touch {
  padding: 0 50px 50px 50px;
}
.section-header .header-info-sidebar__title,
.header-info-sidebar__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 8px;
}
.section-header .header-info-sidebar__address,
.header-info-sidebar__address {
  margin-bottom: 26px;
}
.section-header .header-info-sidebar__address li,
.header-info-sidebar__address li {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: var(--body-text-color, #333);
}
.section-header .header-info-sidebar .footer__socialwrap li,
.header-info-sidebar .footer__socialwrap li {
  color: var(--body-text-color, #333);
  font-size: 19px;
}
.section-header .header-info-sidebar--two,
.header-info-sidebar--two {
  left: initial !important;
  right: 30px !important;
  transform: translateX(120%) !important;
}

.offcanvas-backdrop.show {
  opacity: 0.1;
}

[data-bs-theme=dark] .section-header .header-info-sidebar__icon > svg,
[data-bs-theme=dark] .header-info-sidebar__icon > svg {
  filter: brightness(0) invert(1);
}
[data-bs-theme=dark] .section-header .header-info-sidebar__bg,
[data-bs-theme=dark] .header-info-sidebar__bg {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3);
}

.mobilenav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform-origin: left center;
  visibility: hidden;
  opacity: 0;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, opacity 500ms;
}
@media (min-width: 1200px) {
  .mobilenav-container {
    display: none;
  }
}
.mobilenav-container.expanded {
  opacity: 1;
  visibility: visible;
}
.mobilenav-container.expanded .mobilenav-container__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobilenav-container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-text-color, #001F3F);
  opacity: 0.5;
  cursor: url("../images/close.png"), auto;
}
.mobilenav-container__content {
  width: 350px;
  background-color: var(--bg-color, #001F3F);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease;
}
.mobilenav-container .menu-icon {
  font-size: 25px;
  line-height: 1;
  color: var(--body-color, #fff);
  display: flex;
  justify-content: flex-end;
}
.mobilenav-container .logo-box img {
  width: 180px !important;
}
.mobilenav-container #mb_menu_holder {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.mobilenav-container #mb_menu_holder.openMb_menu {
  display: flex;
}
.mobilenav-container .mobileMenu {
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: initial !important;
  background-color: rgba(var(--bg-color-rgb, 0, 31, 63), 1);
  width: calc(100% + 0px);
  padding: 30px 0;
  padding-top: 35px;
  border-radius: 0 0 12px 12px;
  position: relative;
}
.mobilenav-container .mobileMenu li {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--body-color, #fff);
  transition: all 0.4s;
}
.mobilenav-container .mobileMenu li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 36px;
  padding-left: 15px;
  padding-right: 15px;
}
.mobilenav-container .mobileMenu li > a:hover {
  background-color: var(--secondary-color, #6495ED);
}
.mobilenav-container .mobileMenu li.dropdown-arrow > a {
  position: relative;
  display: flex;
  align-items: center;
}
.mobilenav-container .mobileMenu li.dropdown-arrow > a::after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f107";
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  right: 36px;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  transform: scaleY(1);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.mobilenav-container .mobileMenu li.dropdown-arrow.openUL > a::after {
  transform: scaleY(-1);
}
.mobilenav-container .mobileMenu > li > ul > li > ul, .mobilenav-container .mobileMenu > li > ul {
  padding-top: 16px;
  display: none;
}
.mobilenav-container .mobileMenu > li > ul > li > ul {
  padding-top: 16px;
}
.mobilenav-container .mobileMenu > li > ul > li > ul > li {
  padding-left: 30px;
}
.mobilenav-container__contact {
  padding-bottom: 25px;
  padding-left: 15px;
}
.mobilenav-container__contact li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--body-color, #fff);
  margin-bottom: 0;
}
.mobilenav-container__contact li .topbar-two__icon {
  color: var(--body-color, #fff);
}
.mobilenav-container__contact li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.mobilenav-container__contact li a:hover {
  background-size: 100% 1px;
}
.mobilenav-container__contact li + li {
  margin-top: 9px;
}
.mobilenav-container__socialwrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 15px;
  margin-top: 9px;
}
.mobilenav-container__socialwrap li {
  font-size: 18px;
  line-height: 1;
  color: var(--body-color, #fff);
}
.mobilenav-container .header-info-sidebar__feature {
  padding-left: 0;
  padding-bottom: 25px;
}
.mobilenav-container .header-info-sidebar__feature ul li {
  color: var(--body-color, #fff);
}
.mobilenav-container .header-info-sidebar__feature ul li:hover {
  background-color: var(--secondary-color, #6495ED);
}
.mobilenav-container .home-showcase {
  padding-bottom: 18px;
}
.mobilenav-container .home-showcase__inner {
  padding: 0;
}
.mobilenav-container .home-showcase__card {
  padding-bottom: 15px;
  border-radius: 12px;
}

.hamburger-bar {
  position: absolute;
  right: 0;
  width: 36px;
  height: 100%;
  cursor: pointer;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hamburger-bar {
    display: none;
  }
}
.hamburger-bar span {
  width: 100%;
  height: 4px;
  border-radius: 6px;
  background-color: #2e4dfe;
  display: block;
  transition: all 0.2s ease;
  margin-top: 4px;
  position: relative;
}

[data-bs-theme=dark] .mobilenav-container .mobileMenu, [data-bs-theme=dark] .mobilenav-container__overlay, [data-bs-theme=dark] .mobilenav-container__content {
  background-color: var(--body-color);
}
[data-bs-theme=dark] .mobilenav-container .header-info-sidebar__feature ul li,
[data-bs-theme=dark] .mobilenav-container .mobileMenu li {
  color: var(--primary-text-color);
}
[data-bs-theme=dark] .mobilenav-container .mobileMenu li > a {
  border-radius: 4px;
}
[data-bs-theme=dark] .mobilenav-container .mobileMenu li > a:hover {
  background-color: var(--bg-color2);
}
[data-bs-theme=dark] .mobilenav-container .header-info-sidebar__feature ul li:hover {
  background-color: var(--bg-color2);
}
[data-bs-theme=dark] .mobilenav-container .menu-icon, [data-bs-theme=dark] .mobilenav-container__socialwrap li, [data-bs-theme=dark] .mobilenav-container__contact li {
  color: var(--primary-text-color);
}
[data-bs-theme=dark] .mobilenav-container .menu-icon .topbar-two__icon, [data-bs-theme=dark] .mobilenav-container__socialwrap li .topbar-two__icon, [data-bs-theme=dark] .mobilenav-container__contact li .topbar-two__icon {
  color: var(--primary-text-color);
}

.section-hero {
  padding-top: 16px;
  overflow: hidden;
  height: auto;
}
@media (max-width: 991px) {
  .section-hero {
    margin-bottom: 34px;
    height:100%;
  }
}
.section-hero__leftw {
  width: 46.5%;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .section-hero__leftw {
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;
  }
}
.section-hero__left {
  padding-top: 116px;
  max-width: 690px;
}
@media (max-width: 991px) {
  .section-hero__left {
    padding-top: 25px;
  }
}
.section-hero__tagline {
  background-color: var(--bg-color2, #E2E7FF);
  position: relative;
  width: fit-content;
  padding: 15px 40px;
  border-radius: 8px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .section-hero__tagline {
    padding: 10px 30px;
    margin-bottom: 10px;
  }
}
.section-hero__tagtext {
  color: #2e4dfe;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .section-hero__tagtext {
    font-size: 16px;
    line-height: 19px;
  }
}
.section-hero__tagimg {
  position: absolute;
  width: 58px;
  top: -28px;
  right: -28px;
  z-index: 1;
  transform: rotate(21.7deg);
}
.section-hero__tagimg img {
  width: 100% !important;
}
.section-hero__title {
  font-size: 75px;
  line-height: 90px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .section-hero__title {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  .section-hero__title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 18px;
  }
}
.section-hero__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-hero__text {
    font-size: 16px;
    line-height: 23px;
  }
}
.section-hero__joinman-wrap {
  padding-top: 32px;
}
@media (max-width: 991px) {
  .section-hero__joinman-wrap {
    padding-top: 24px;
  }
}
.section-hero__joinman {
  padding-right: 9px;
}
.section-hero__mane-img {
  width: 43px;
  min-width: 43px;
  height: 43px;
  border: 2px solid var(--body-color, #fff);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section-hero__mane-img {
    width: 38px;
    height: 38px;
  }
}
.section-hero__mane-img img {
  width: 100% !important;
  border-radius: 50%;
}
.section-hero__mane-img.totla-join {
  background-color: #2e4dfe;
}
.section-hero__mane-img + .section-hero__mane-img {
  margin-left: -14px;
}
@media (max-width: 991px) {
  .section-hero__mane-img + .section-hero__mane-img {
    margin-left: -11px;
  }
}
.section-hero__totla-jointext, .section-hero__join-thousand {
  color: var(--body-color, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
}
@media (max-width: 991px) {
  .section-hero__totla-jointext, .section-hero__join-thousand {
    font-size: 14px;
  }
}
.section-hero__join-thousand {
  color: var(--primary-text-color, #001F3F);
}
@media (max-width: 991px) {
  .section-hero__join-thousand {
    font-size: 16px;
  }
}
.section-hero__getstarted {
  padding-top: 33px;
  max-width: 598px;
}
@media (max-width: 991px) {
  .section-hero__getstarted {
    padding-top: 26px;
  }
}
.section-hero__getstarted .contact-form {
  gap: 0 11px;
}
@media (max-width: 600px) {
  .section-hero__getstarted .contact-form {
    gap: 15px 0;
  }
}
.section-hero__getstarted .form-group {
  position: relative;
  width: calc((100% - 236px) / 1);
}
@media (max-width: 600px) {
  .section-hero__getstarted .form-group {
    width: 100%;
  }
}
.section-hero__getstarted input[type=text],
.section-hero__getstarted input[type=email],
.section-hero__getstarted input[type=phone]
.section-hero__getstarted select,
.section-hero__getstarted textarea {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  font-family: var(--rank-flow-font, "Plus Jakarta Sans", sans-serif);
  outline: none;
  padding-left: 25px;
  padding-right: 20px;
  border: 2px solid #2e4dfe;
  border-radius: 8px;
  color: var(--body-text-color, #333);
  background-color: var(--body-color, #fff);
  position: relative;
  z-index: 2;
}
.section-hero__getstarted input[type=text]:is(:focus, :active),
.section-hero__getstarted input[type=email]:is(:focus, :active),
.section-hero__getstarted input[type=phone]:is(:focus, :active),
.section-hero__getstarted textarea:is(:focus, :active) {
  box-shadow: none;
  border-color: transparent;
}
.section-hero__getstarted input[type=text]:is(:focus, :active) + .section-hero__field-bd-effect::before, .section-hero__getstarted input[type=text]:is(:focus, :active) + .section-hero__field-bd-effect::after,
.section-hero__getstarted input[type=email]:is(:focus, :active) + .section-hero__field-bd-effect::before,
.section-hero__getstarted input[type=email]:is(:focus, :active) + .section-hero__field-bd-effect::after,
.section-hero__getstarted input[type=phone]:is(:focus, :active) + .section-hero__field-bd-effect::before,
.section-hero__getstarted input[type=phone]:is(:focus, :active) + .section-hero__field-bd-effect::after,
.section-hero__getstarted textarea:is(:focus, :active) + .section-hero__field-bd-effect::before,
.section-hero__getstarted textarea:is(:focus, :active) + .section-hero__field-bd-effect::after {
  max-width: 100%;
  max-height: 100%;
}
.section-hero__getstarted input::-webkit-input-placeholder {
  color: var(--icon-color, #C0C0C0);
}
.section-hero__getstarted input::-moz-placeholder {
  color: var(--icon-color, #C0C0C0);
}
.section-hero__getstarted input::placeholder {
  color: var(--icon-color, #C0C0C0);
}
.section-hero__field-bd-effect {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  z-index: 1;
}
.section-hero__field-bd-effect::before, .section-hero__field-bd-effect::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 8px;
}
.section-hero__field-bd-effect::before {
  max-width: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-top: 2px solid #2e4dfe;
  border-bottom: 2px solid #2e4dfe;
}
.section-hero__field-bd-effect::after {
  max-height: 0;
  margin: auto 0;
  top: 0;
  bottom: 0;
  border-left: 2px solid #2e4dfe;
  border-right: 2px solid #2e4dfe;
}
.section-hero__getstarted-btn {
  font-size: 18px;
  line-height: 1;
  height: 50px;
}
.section-hero__getstarted-btn:hover {
  color: #2e4dfe;
  background-color: var(--body-color, #fff);
}
.section-hero__info-text {
  color: rgba(var(--body-text-color-rgb, 92, 102, 113), 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
  margin-top: 15px;
  gap: 2px;
}
.section-hero__info-text > a {
  color: #2e4dfe;
  position: relative;
}
.section-hero__info-text > a::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: 0 auto;
  background-color: #2e4dfe;
  transition: all 0.3s ease-in-out;
}
.section-hero__info-text > a:hover::after {
  max-width: 0;
}
.section-hero__info-img {
  width: 20px !important;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.section-hero__right {
  position: relative;
  width: 53.5%;
}
@media (max-width: 991px) {
  .section-hero__right {
    width: 100%;
  }
}
.section-hero__right__main-img {
  height: 100%;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
}
.section-hero__right__main-img img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}
.section-hero__right__credit-balance {
  width: 360px;
  top: 128px;
  left: -4px;
}
.section-hero__right__credit-balance img {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .section-hero__right__credit-balance {
    width: 311px;
    top: 30px;
    left: 0;
  }
}
@media (max-width: 600px) {
  .section-hero__right__credit-balance {
    display: none;
  }
}
.section-hero__right__telegram {
  width: 70px;
  right: 10px;
  top: -38px;
}
.section-hero__right__telegram img {
  width: 100% !important;
}
.section-hero__right__chart-balance {
  right: 172px;
  bottom: 202px;
  width: 278px;
  background: rgba(var(--body-color-rgb, 255, 255, 255), 0.29);
  backdrop-filter: blur(6px);
  padding: 9px;
  border-radius: 23px;
}
.section-hero__right__chart-balance img {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .section-hero__right__chart-balance {
    right: 15px;
    bottom: 17px;
  }
}
@media (max-width: 600px) {
  .section-hero__right__chart-balance {
    display: none;
  }
}
.section-hero__right__picture {
  left: -35px;
  top: -40px;
  width: 72px;
}
.section-hero__right__picture img {
  width: 100% !important;
}
.section-hero__right__mailIcon {
  left: 35px;
  bottom: 64px;
  width: 81px;
}
.section-hero__right__mailIcon img {
  width: 100% !important;
}
.section-hero__right__square1 {
  width: 21px;
  height: 21px;
  background-color: #A22EFE;
  transform: rotate(-28deg);
  right: 0;
  top: 256px;
  border-radius: 5px;
}
.section-hero__right__square2 {
  width: 21px;
  height: 21px;
  background-color: #32A552;
  transform: rotate(23deg);
  bottom: 92px;
  left: 38%;
  border-radius: 5px;
}
.section-hero__right__square3 {
  width: 25px;
  height: 25px;
  background-color: #F4C82A;
  transform: rotate(-32deg);
  bottom: 36%;
  left: 0;
  border-radius: 5px;
}
.section-hero__innerright {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.section-hero-two {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .section-hero-two {
    padding-top: 68px;
    padding-bottom: 35px;
  }
}
.section-hero-two::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100vh - 100px);
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(var(--body-color-rgb, 255, 255, 255), 1) 0%, rgba(var(--bg-color2-rgb, 226, 231, 255), 0.3) 100%);
  border-bottom: 2px solid rgba(var(--bg-color2-rgb, 226, 231, 255), 0.8);
}
@media (max-width: 991px) {
  .section-hero-two::after {
    content: none;
  }
}
.section-hero-two__titlewrap {
  gap: 0 81px;
  margin-bottom: 100px;
}
@media (max-width: 1400px) {
  .section-hero-two__titlewrap {
    gap: 0 40px;
  }
}
@media (max-width: 1200px) {
  .section-hero-two__titlewrap {
    gap: 40px 0;
  }
}
@media (max-width: 991px) {
  .section-hero-two__titlewrap {
    margin-bottom: 65px;
  }
}
.section-hero-two__title {
  width: calc((59.4% - 41px) / 1);
}
@media (max-width: 1400px) {
  .section-hero-two__title {
    width: calc((59.4% - 20px) / 1);
  }
}
@media (max-width: 1200px) {
  .section-hero-two__title {
    width: calc((100% - 0px) / 1);
  }
}
.section-hero-two__titletext {
  font-size: 75px;
  line-height: 90px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-hero-two__titletext {
    font-size: 42px;
    line-height: 50px;
  }
}
.section-hero-two__infocol {
  width: calc((40.6% - 40px) / 1);
  padding-top: 12px;
}
@media (max-width: 1400px) {
  .section-hero-two__infocol {
    width: calc((40.6% - 20px) / 1);
  }
}
@media (max-width: 1200px) {
  .section-hero-two__infocol {
    width: calc((100% - 0px) / 1);
    padding-top: 0;
  }
}
.section-hero-two__infotext {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .section-hero-two__funfact {
    flex-wrap: wrap;
    gap: 22px 0;
  }
}
.section-hero-two__countcol {
  width: calc((100% - 0px) / 2);
  padding: 0 40px;
}
@media (max-width: 1400px) {
  .section-hero-two__countcol {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .section-hero-two__countcol {
    width: calc((100% - 0px) / 1);
  }
}
@media (max-width: 800px) {
  .section-hero-two__countcol {
    padding: 0;
  }
}
.section-hero-two__countcol:first-child {
  padding-left: 0;
}
.section-hero-two__countcol:last-child {
  padding-right: 0;
}
.section-hero-two__countcol + .section-hero-two__countcol {
  position: relative;
}
.section-hero-two__countcol + .section-hero-two__countcol::after {
  content: "";
  position: absolute;
  width: auto;
  height: 100%;
  max-height: 48px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  border-left: 1px solid var(--primary-text-color, #001F3F);
}
@media (max-width: 800px) {
  .section-hero-two__countcol + .section-hero-two__countcol::after {
    content: none;
  }
}
.section-hero-two__count-wrap {
  gap: 0 1px;
}
.section-hero-two__funfactcount {
  color: var(--primary-text-color, #001F3F);
  font-family: var(--rank-flow-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 48px;
  font-weight: 800;
  line-height: 67px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .section-hero-two__funfactcount {
    font-size: 36px;
    line-height: 45px;
  }
}
.section-hero-two__funfacttext {
  color: var(--primary-text-color, #001F3F);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  padding-left: 12px;
}
.section-hero-two__image {
  position: relative;
  padding-bottom: 61px;
}
@media (max-width: 991px) {
  .section-hero-two__image {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .section-hero-two__image {
    padding-bottom: 22px;
  }
}
.section-hero-two__mainimg {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-hero-two__mainimg {
    border-radius: 15px;
  }
}
.section-hero-two__mainimg img {
  width: 100% !important;
  height: 604px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .section-hero-two__mainimg img {
    height: 430px;
    border-radius: 15px;
  }
}
.section-hero-two .section-dashboard__playbtn img {
  width: 100%;
}
@media (max-width: 991px) {
  .section-hero-two .waves {
    width: 110px;
    height: 110px;
  }
}
.section-hero-two__comylogo {
  background-color: var(--body-color, #fff);
  box-shadow: 0px 4px 40px 0px rgba(44, 54, 109, 0.2509803922);
  border-radius: 42px;
  padding: 37px 101px;
  position: absolute;
  width: calc(100% - 50px);
  height: auto;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 1005px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-hero-two__comylogo {
    border-radius: 18px;
    padding: 16px 20px;
  }
}
.section-hero-two__logcol + .section-hero-two__logcol {
  padding-left: 12px;
}

.section-hero-three {
  position: relative;
  padding-top: 6px;
  padding-bottom: 60px;
  min-height: calc(100vh - 175px);
}
@media (max-width: 991px) {
  .section-hero-three {
    padding-top: 10px;
    padding-bottom: 34px;
    min-height: initial;
  }
}
.section-hero-three__image {
  position: relative;
  padding-bottom: 61px;
}
@media (max-width: 991px) {
  .section-hero-three__image {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .section-hero-three__image {
    padding-bottom: 22px;
  }
}
.section-hero-three__mainimg {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-hero-three__mainimg {
    border-radius: 15px;
  }
}
.section-hero-three__mainimg img {
  width: 100% !important;
  height: 774px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .section-hero-three__mainimg img {
    height: 430px;
    border-radius: 15px;
  }
}
.section-hero-three .section-dashboard__playbtn img {
  width: 100%;
}
@media (max-width: 991px) {
  .section-hero-three .waves {
    width: 110px;
    height: 110px;
  }
}
.section-hero-three__comylogo {
  background-color: var(--body-color, #fff);
  box-shadow: 0px 4px 40px 0px rgba(44, 54, 109, 0.2509803922);
  border-radius: 42px;
  padding: 37px 101px;
  position: absolute;
  width: calc(100% - 50px);
  height: auto;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 1005px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-hero-three__comylogo {
    border-radius: 18px;
    padding: 16px 20px;
  }
}
.section-hero-three__logcol + .section-hero-three__logcol {
  padding-left: 12px;
}
.section-hero-three__logcol {
  display: flex;
  justify-content: space-evenly;
}
.section-hero-three__logcol img {
  width: auto !important;
}

.slider-main {
  padding: 60px 0 0px;
}

.section-hero-four {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .section-hero-four {
    padding-bottom: 35px;
  }

  .slider-main {
    padding: 35px 0 0px !important;
  }
}
.section-hero-four__bg {
  background-color: rgba(var(--bg-color2-rgb, 226, 231, 255), 0.4);
  border: 2px solid rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.05);
  border-radius: 30px;
  padding-left: 50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section-hero-four__bg {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .section-hero-four__bg {
    padding: 0 15px;
  }
}
.section-hero-four__left {
  max-width: 754px;
  padding: 132px 0 120px 0;
}
@media (max-width: 991px) {
  .section-hero-four__left {
    padding: 48px 0;
  }
}
.section-hero-four__title {
  font-size: 75px;
  line-height: 90px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .section-hero-four__title {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .section-hero-four__title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.section-hero-four__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .section-hero-four__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
.section-hero-four__twobtn {
  padding-bottom: 23px;
}
@media (max-width: 991px) {
  .section-hero-four__twobtn {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-hero-four__twobtn {
    flex-wrap: wrap;
  }
}
.section-hero-four__btn {
  padding: 12px 33px;
}
.section-hero-four__playwrap {
  padding-left: 38px;
}
@media (max-width: 767px) {
  .section-hero-four__playwrap {
    width: 100%;
    padding: 16px 0 0 0;
  }
}
.section-hero-four__playtext {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 11px;
}
.section-hero-four__list {
  width: fit-content;
  border-top: 1px solid rgba(var(--body-text-color-rgb, 92, 102, 113), 0.4);
  padding-top: 22px;
}
@media (max-width: 767px) {
  .section-hero-four__list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.section-hero-four__list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .section-hero-four__list li {
    width: 100%;
  }
}
.section-hero-four__list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  z-index: 1;
  background-image: url("../images/shapes/check-icon-blue.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
}
.section-hero-four__list li + li {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .section-hero-four__list li + li {
    margin: 16px 0 0 0;
  }
}
.section-hero-four__innerright {
  overflow: visible;
}
.section-hero-four__shape {
  position: absolute;
  z-index: 1;
}
.section-hero-four__shape img {
  width: auto !important;
}
.section-hero-four__shape.shape1 {
  top: -21px;
  left: -21px;
  width: 320px !important;
  z-index: 3;
}
.section-hero-four__shape.shape2 {
  bottom: 138px;
  left: -8px;
  width: 300px !important;
  z-index: 3;
}
.section-hero-four__shape.shape2 img {
  width: 100% !important;
}
@media (max-width: 991px) {
  .section-hero-four__shape.shape2 {
    left: 0;
    bottom: 48px;
    width: 200px !important;
  }
}
.section-hero-four__shape.shape3 {
  top: 0px;
  right: 20px;
  width: 288px !important;
}
.section-hero-four__shape.shape3 img {
  width: 100% !important;
}
@media (max-width: 991px) {
  .section-hero-four__shape.shape3 {
    width: 170px !important;
  }
}
.section-hero-four__shape.shape4 {
  top: 62px;
  left: 0;
  right: 20px;
  margin: 0 auto;
  width: 600px !important;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-hero-four__shape.shape4 img {
    width: 100% !important;
    min-height: 420px;
    max-height: 420px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .section-hero-four__shape.shape4 {
    width: 100% !important;
    position: static;
  }
}
.section-hero-four__shape.shape5 {
  left: 0;
  bottom: 0;
}
.section-hero-four__shape.shape6 {
  right: 70px;
  bottom: -6px;
  filter: blur(7px);
}
@media (max-width: 991px) {
  .section-hero-four__shape.shape6 {
    width: fit-content;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    filter: blur(4px);
  }
}
.section-hero-four__shape.shape7 {
  right: 94px;
  bottom: 210px;
  width: 160px !important;
  z-index: 3;
}
.section-hero-four__shape.shape8 {
  right: -2px;
  bottom: -1px;
  width: 275px !important;
  z-index: 2;
}

.section-hero-five {
  padding-top: 145px;
  padding-bottom: 48px;
  margin-bottom: 60px;
  height: auto;
}
@media (min-width: 1200px) {
  .section-hero-five {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .section-hero-five {
    margin-bottom: 35px;
  }
}
.section-hero-five__bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: overlay;
  height: auto;
}
@media (min-width: 1200px) {
  .section-hero-five__bgimg {
    height: 100vh;
  }
}
.section-hero-five__bg {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section-hero-five__bg {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .section-hero-five__bg {
    padding: 0;
  }
}
.section-hero-five__left {
  max-width: 754px;
  padding: 125px 0 0px 0;
}
@media (max-width: 1200px) {
  .section-hero-five__left {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .section-hero-five__left {
    padding: 48px 0;
  }
}
.section-hero-five__title {
  font-size: 75px;
  line-height: 90px;
  color: var(--body-color, #fff);
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .section-hero-five__title {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .section-hero-five__title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.section-hero-five__text {
  font-size: 18px;
  line-height: 28px;
  color: var(--body-color, #fff);
  font-weight: 600;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .section-hero-five__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
.section-hero-five__twobtn {
  padding-bottom: 23px;
}
@media (max-width: 991px) {
  .section-hero-five__twobtn {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-hero-five__twobtn {
    flex-wrap: wrap;
  }
}
.section-hero-five__btn {
  padding: 12px 33px;
}
.section-hero-five__btn:hover {
  border-color: var(--body-color, #fff);
  color: var(--body-color, #fff);
}
.section-hero-five__playwrap {
  padding-left: 38px;
}
@media (max-width: 767px) {
  .section-hero-five__playwrap {
    width: 100%;
    padding: 16px 0 0 0;
  }
}
.section-hero-five .video-popup-link {
  border-color: var(--body-color, #fff);
}
.section-hero-five .video-popup-link .play-arrow-icon {
  border-left-color: var(--body-color, #fff);
}
.section-hero-five__playtext {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  color: var(--body-color, #fff);
  margin-bottom: 0;
  padding-left: 11px;
}
.section-hero-five__list {
  width: fit-content;
  border-top: 1px solid rgba(var(--body-text-color-rgb, 92, 102, 113), 0.4);
  padding-top: 22px;
}
@media (max-width: 767px) {
  .section-hero-five__list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.section-hero-five__list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--body-color, #fff);
  position: relative;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .section-hero-five__list li {
    width: 100%;
  }
}
.section-hero-five__list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  z-index: 1;
  background-image: url("../images/shapes/check-icon-blue.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.section-hero-five__list li + li {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .section-hero-five__list li + li {
    margin: 16px 0 0 0;
  }
}

.inner-page-hero__bgimg {
  background-repeat: no-repeat;
  background-size: cover;
/*  background-position: center bottom;*/
}
.inner-page-hero__bgimg::after {
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-blend-mode: overlay;
}
.inner-page-hero__inner-content {
  padding: 70px 0;
}
.inner-page-hero__title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 10px;
  color: #000;
}
@media (max-width: 991px) {
  .inner-page-hero__title {
    font-size: 38px;
    line-height: 54px;
  }
}
.inner-page-hero__breadcrumb li {
  font-size: 22px;
  line-height: 35px;
  color: #000;
}
.inner-page-hero__breadcrumb li.active {
  color: rgba(var(--body-color-rgb, 255, 255, 255), 0.7);
}
.inner-page-hero__breadcrumb li i {
  font-size: 18px;
  line-height: 1;
}

[data-bs-theme=dark] .section-hero__mane-img.totla-join {
  background-color: var(--primary-text-color, #001F3F);
}
[data-bs-theme=dark] .section-hero-five__title,
[data-bs-theme=dark] .section-hero-five__text,
[data-bs-theme=dark] .section-hero-five__playtext {
  color: var(--primary-text-color, #001F3F);
}
[data-bs-theme=dark] .section-hero-five__btn:hover {
  border-color: #2e4dfe;
}

.section-client-logo {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section-client-logo {
    padding: 35px 0;
  }
}
@media (max-width: 600px) {
  .section-client-logo {
    padding: 55px 0;
    padding-bottom: 65px;
  }
}
.section-client-logo__row {
  align-items: center;
}
.section-client-logo__title {
  width: 34.7%;
}
@media (max-width: 767px) {
  .section-client-logo__title {
    width: 100%;
    padding-bottom: 40px;
  }
}
.section-client-logo__titletext {
  min-width: 250px;
  max-width: 250px;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-client-logo__titletext {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.section-client-logo__carousel {
  width: 65.3%;
}
@media (max-width: 767px) {
  .section-client-logo__carousel {
    width: 100%;
  }
}
.section-client-logo__itemlogo img {
  width: 100% !important;
  max-height: 50px;
  min-height: 50px;
  height: 100%;
  object-fit: contain !important;
}

.our-story {
  padding-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .our-story {
    padding-bottom: 35px 0;
  }
}
.our-story__bg {
  border-radius: 50px;
  padding-top: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .our-story__bg {
    padding-top: 10px;
  }
}
.our-story__bg::after {
  background-color: var(--bg-color2, #E2E7FF);
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 140px);
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .our-story__bg::after {
    height: calc(100% - 515px);
  }
}
@media (max-width: 767px) {
  .our-story__bg::after {
    height: calc(100% - 625px);
  }
}
@media (max-width: 640px) {
  .our-story__bg::after {
    content: none;
  }
}
.our-story__mx {
  padding-left: 10px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .our-story__mx {
    padding: 0;
  }
}
.our-story .row {
  gap: 0 50px;
}
.our-story__left {
  width: calc((47.3% - 25px) / 1);
  margin-top: -22px;
}
@media (max-width: 991px) {
  .our-story__left {
    width: calc((100% - 0px) / 1);
    margin-bottom: 45px;
  }
}
.our-story__left img {
  width: 100% !important;
}
.our-story__content {
  width: calc((52.7% - 25px) / 1);
}
@media (max-width: 991px) {
  .our-story__content {
    width: calc((100% - 0px) / 1);
  }
}
@media (max-width: 991px) {
  .our-story__content-mx {
    max-width: 100%;
  }
}
.our-story .sec-title {
  margin-bottom: 25px;
}
.our-story__textinfo {
  max-width: 100%;
}
.our-story__twobtn {
  gap: 0 45px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .our-story__twobtn {
    gap: 0 15px;
  }
}
.our-story__btn {
  padding-left: 35px;
  padding-right: 35px;
  line-height: 20px;
}
.our-story__playwrap {
  position: relative;
}
.our-story__playbtn {
  position: relative;
  display: flex;
  align-items: center;
}
.our-story__playtext {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding-left: 11px;
}
@media (max-width: 480px) {
  .our-story__playtext {
    display: none;
  }
}
.our-story__feature {
  gap: 0 23px;
  padding-top: 145px;
  width: calc(100% + 40px);
}
@media (max-width: 991px) {
  .our-story__feature {
    width: 100%;
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .our-story__feature {
    gap: 23px 0;
  }
}
.our-story__ftwrap {
  width: calc((100% - 46px) / 3);
}
@media (max-width: 767px) {
  .our-story__ftwrap {
    width: calc((100% - 0px) / 1);
  }
}
.our-story__ftwrap:hover .connectivity {
  background-color: rgba(var(--bg-color-green-rgb, 50, 165, 82), 0.25);
}
.our-story__ftwrap:hover .solutions {
  background-color: rgba(var(--bg-color-purple-rgb, 162, 46, 254), 0.25);
}
.our-story__ftwrap:hover .optimized {
  background-color: rgba(var(--bg-color-red-rgb, 254, 46, 46), 0.25);
}
.our-story__ftwrap:hover svg {
  transition: all 0.5s;
  transform: scale(0.9);
}
.our-story .section-provide__fTitle {
  padding-left: 10px;
}
.our-story .section-provide__fTitle > br {
  display: none;
}
.our-story--two .row {
  gap: 0;
  flex-direction: row-reverse;
}
.our-story--two .our-story__bg::after {
  content: none;
}
.our-story--two .our-story__content {
  width: calc((57% - 0px) / 1);
}
@media (max-width: 991px) {
  .our-story--two .our-story__content {
    width: calc((100% - 0px) / 1);
  }
}
.our-story--two .our-story__left {
  width: calc((43% - 0px) / 1);
  margin-top: -60px;
}
@media (max-width: 991px) {
  .our-story--two .our-story__left {
    width: calc((100% - 0px) / 1);
    margin-top: -22px;
    padding-bottom: 36px;
  }
}
.our-story--two .section-hero__joinman-wrap {
  padding-top: 46px;
}
@media (max-width: 991px) {
  .our-story--two .section-hero__joinman-wrap {
    padding-top: 24px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px 0;
  }
}
.our-story--two .section-hero__joinman {
  padding-right: 18px;
}
@media (max-width: 991px) {
  .our-story--two .section-hero__joinman {
    padding-right: 0;
  }
}
.our-story--two .section-hero__mane-img {
  width: 60px;
  height: 60px;
}
.our-story--two .section-hero__mane-img + .section-hero__mane-img {
  margin-left: -24px;
}
.our-story--two .section-hero__star-wrap {
  margin-bottom: 3px;
}
.our-story--two .section-hero__rvw-text {
  font-size: 18px;
  line-height: 28px;
  color: rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.8);
  font-weight: 600;
  margin-bottom: 0;
}
.our-story--two .section-hero__rvw-text > a {
  color: #2e4dfe;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.our-story--two .section-hero__rvw-text > a:hover {
  background-size: 100% 1px;
}
.our-story--three .sec-title {
  margin-bottom: 30px;
}
.our-story--three .row {
  gap: 0;
  flex-direction: row-reverse;
}
.our-story--three .our-story__bg::after {
  content: none;
}
.our-story--three .our-story__content {
  width: calc((52% - 0px) / 1);
}
@media (max-width: 991px) {
  .our-story--three .our-story__content {
    width: calc((100% - 0px) / 1);
  }
}
.our-story--three .our-story__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 48px;
  font-weight: 400;
  color: var(--body-text-color, #333);
}
@media (max-width: 991px) {
  .our-story--three .our-story__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 36px;
  }
}
.our-story--three .our-story__list li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--body-text-color, #333);
  position: relative;
  padding-left: 30px;
}
.our-story--three .our-story__list li::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 4px;
  left: 0;
  z-index: 1;
  background-image: url("../images/shapes/check-icon-blue.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.our-story--three .our-story__list li + li {
  margin-top: 13px;
}
.our-story--three .our-story__twobtn {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .our-story--three .our-story__twobtn {
    padding-top: 42px;
  }
}
.our-story--three .our-story__btn {
  padding-left: 33px;
  padding-right: 33px;
}
.our-story--three .our-story__left {
  width: calc((48% - 0px) / 1);
  position: relative;
}
@media (max-width: 991px) {
  .our-story--three .our-story__left {
    width: calc((100% - 0px) / 1);
    margin-top: -22px;
    padding-bottom: 36px;
  }
}
.our-story--three .our-story__experience {
  position: absolute;
  width: 100%;
  max-width: 390px;
  height: auto;
  left: 0;
  bottom: 9px;
  z-index: 1;
  background-color: #2e4dfe;
  border-radius: 18px;
  padding: 17px 38px;
}
@media (max-width: 991px) {
  .our-story--three .our-story__experience {
    max-width: calc(100% - 30px);
    left: 15px;
    padding: 12px 20px;
  }
}
.our-story--three .our-story__experience-year {
  color: var(--body-color, #fff);
  font-size: 82px;
  line-height: 97px;
  font-weight: 800;
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .our-story--three .our-story__experience-year {
    font-size: 76px;
    line-height: 87px;
    padding-right: 15px;
  }
}
.our-story--three .our-story__experience-text {
  font-size: 18px;
  color: var(--body-color, #fff);
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0;
  border-left: 1px solid var(--body-color, #fff);
  padding-left: 24px;
}
@media (max-width: 991px) {
  .our-story--three .our-story__experience-text {
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
  }
}
.our-story--three .section-hero__joinman-wrap {
  padding-top: 46px;
}
@media (max-width: 991px) {
  .our-story--three .section-hero__joinman-wrap {
    padding-top: 24px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px 0;
  }
}
.our-story--three .section-hero__joinman {
  padding-right: 18px;
}
@media (max-width: 991px) {
  .our-story--three .section-hero__joinman {
    padding-right: 0;
  }
}
.our-story--three .section-hero__mane-img {
  width: 60px;
  height: 60px;
}
.our-story--three .section-hero__mane-img + .section-hero__mane-img {
  margin-left: -24px;
}
.our-story--five .our-story__bg::after {
  background-color: #f4f6ff;
  height: calc(100% - 108px);
}
@media (max-width: 1200px) {
  .our-story--five .our-story__bg::after {
    height: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  .our-story--five .our-story__bg::after {
    content: none;
  }
}
.our-story--five .our-story__inner-mx {
  max-width: 1320px;
  margin: 0 auto;
}
.our-story--five .our-story__left {
  max-width: 534px;
  margin-top: 0;
}
.our-story--five .our-story__leftimg {
  padding-top: 124px;
}
.our-story--five .our-story__leftimg__man {
  bottom: 0;
}
@media (max-width: 991px) {
  .our-story--five .our-story__leftimg__man {
    bottom: 0;
  }
}
.our-story--five .our-story__leftimg__man img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.our-story--five .our-story__leftimg__rocket {
  top: 0;
  max-width: 138px;
}
@media (max-width: 991px) {
  .our-story--five .our-story__leftimg__rocket {
    max-width: 120px;
    top: 12px;
  }

  .our-story--five .our-story__leftimg__man img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 30px;
  }
}
.our-story--five .our-story__leftimg__graph {
  top: -60px;
  right: -34px;
  max-width: 366px;
}
@media (max-width: 991px) {
  .our-story--five .our-story__leftimg__graph {
    top: -15px;
    max-width: 300px;
  }
}
.our-story--five .our-story__list li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--body-text-color, #333);
  position: relative;
  padding-left: 30px;
}
.our-story--five .our-story__list li::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 4px;
  left: 0;
  z-index: 1;
  background-image: url("../images/shapes/check-icon-blue.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.our-story--five .our-story__list li + li {
  margin-top: 13px;
}
.our-story--five .our-story__experience {
  position: absolute;
  width: 100%;
  max-width: 390px;
  height: auto;
  left: 0;
  bottom: 105px;
  z-index: 1;
  background-color: #ff7b00;
  border-radius: 0 18px 18px 0;
  padding: 17px 38px;
}
@media (max-width: 991px) {
  .our-story--five .our-story__experience {
    max-width: calc(100% - 30px);
    padding: 12px 20px;
  }
}
.our-story--five .our-story__experience-year {
  color: #000;
  font-size: 82px;
  line-height: 97px;
  font-weight: 800;
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .our-story--five .our-story__experience-year {
    font-size: 76px;
    line-height: 87px;
    padding-right: 15px;
  }
}
.our-story--five .our-story__experience-text {
  font-size: 18px;
  color: #000;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0;
  border-left: 1px solid var(--body-color, #fff);
  padding-left: 24px;
}
@media (max-width: 991px) {
  .our-story--five .our-story__experience-text {
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
  }
}
.our-story--five .video-popup-link {
  border-color: #2e4dfe;
}
.our-story--five .video-popup-link:hover {
  border-color: var(--body-text-color, #333);
}
.our-story--five .video-popup-link:hover .play-arrow-icon {
  border-left-color: var(--body-text-color, #333);
}
.our-story--five .video-popup-link .play-arrow-icon {
  border-left-color: #2e4dfe;
}
.our-story--five .our-story__text {
  font-size: 18px;
  line-height: 28px;
  color: var(--primary-text-color, #001F3F);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .our-story--five .our-story__text {
    font-size: 16px;
    line-height: 25px;
  }
}
.our-story--five .our-story__text > span {
  font-weight: 600;
}
.our-story--five .our-story__text + .our-story__text {
  margin-top: 28px;
}
@media (max-width: 991px) {
  .our-story--five .our-story__text + .our-story__text {
    margin-top: 20px;
  }
}
.our-story--five .section-funfact__list {
  padding-top: 60px;
  margin-top:80px;
}
@media (max-width: 1280px) {
  .our-story--five .section-funfact__list {
    flex-direction: column;
    padding-top: 40px;
    margin-top:0px;
  }
}
@media (max-width: 1280px) {
  .our-story--five .section-funfact__item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .our-story--five .section-funfact__item + .section-funfact__item {
    padding-left: 0;
  }
}

.video-popup-link {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 2;
  border: 3px solid var(--body-text-color, #333);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-popup-link:hover {
  border-color: #2e4dfe;
}
.video-popup-link:hover .play-arrow-icon {
  border-left-color: #2e4dfe;
}
.video-popup-link .play-arrow-icon {
  position: relative;
  left: 1px;
  display: block;
  border-left: 12px solid var(--body-text-color, #333);
  width: 0;
  height: 0;
  margin: 12px auto;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-radius: 3px;
  transition: all 0.5s ease;
}

[data-bs-theme=dark] .our-story__experience-year,
[data-bs-theme=dark] .our-story__experience-text {
  color: var(--primary-text-color, #001F3F);
}
[data-bs-theme=dark] .video-popup-link {
  border-color: var(--primary-text-color, #001F3F);
}
[data-bs-theme=dark] .video-popup-link .play-arrow-icon {
  border-left-color: var(--primary-text-color, #001F3F);
}

.section-services {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-services {
    padding: 35px 0;
  }
}
.section-services__left {
  position: relative;
}
.section-services__bg {
  background-color: #2e4dfe;
  border-radius: 20px;
  padding: 64px 0 80px 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-services__bg {
    padding: 38px 20px 55px 30px;
  }
}
.section-services__mx {
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.section-services__bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services__bgimg {
    background-position: center center;
    mix-blend-mode: overlay;
  }
}
.section-services__title {
  font-size: 48px;
  color: var(--body-color, #fff);
  line-height: 67px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .section-services__title {
    font-size: 40px;
    line-height: 50px;
  }
  .section-services__title > br {
    display: none;
  }
}
@media (max-width: 600px) {
  .section-services__title {
    font-size: 30px;
    line-height: 41px;
  }
}
.section-services__text {
  color: var(--body-color, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .section-services__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.section-services__btn {
  background-color: var(--body-color, #fff);
  color: #2e4dfe;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: var(--body-color, #fff);
}
.section-services__btn:hover {
  border-color: var(--body-color, #fff);
  color: var(--body-color, #fff);
}
.section-services__listrow {
  margin-bottom: 30px;
  gap: 30px 0;
}
.section-services__listitem {
  background-color: var(--bg-color2, #E2E7FF);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 52px 51px 0 51px;
  border-radius: 20px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .section-services__listitem {
    padding: 30px;
    padding-bottom: 0;
  }
}
.section-services__listitem.click-advertising {
  background-color: var(--bg-color3, #F2F4FB);
}
.section-services__listitem.click-advertising .section-services__listitem__img img {
  max-width: 460px;
  padding-bottom: 13px;
}
.section-services__listitem__title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .section-services__listitem__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
  }
}
.section-services__listitem__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .section-services__listitem__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.section-services__listitem__img {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.section-services__listitem__img img {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  width: 100% !important;
}
.section-services__col {
  display: flex;
}
.section-services__fItem {
  background-color: var(--bg-color3, #F2F4FB);
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 80px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
@media (max-width: 991px) {
  .section-services__fItem {
    padding: 20px;
    padding-bottom: 40px;
  }
}
.section-services__fItem.fitem2 {
  background-color: var(--bg-color2, #E2E7FF);
}
.section-services__fItem.fitem3 {
  background-color: #2e4dfe;
  padding-right: 14px;
  padding-top: 72px;
  background-image: url("../images/shapes/service-shape1-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.section-services__fItem.fitem3 .section-services__fItem__title {
  color: var(--body-color, #fff);
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .section-services__fItem.fitem3 .section-services__fItem__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 991px) {
  .section-services__fItem.fitem3 .section-services__fItem__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.section-services__fItem__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2e4dfe;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  transition: all 0.4s ease-in-out;
}
.section-services__fItem__icon svg {
  fill: currentColor;
}
.section-services__fItem__icon img {
  width: 24px !important;
  transition: all 0.4s ease-in-out;
}
.section-services__fItem__title {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .section-services__fItem__title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .section-services__fItem__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.section-services__fItem__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--body-color, #fff);
  color: #2e4dfe;
  gap: 0 10px;
  border-color: var(--body-color, #fff);
}
.section-services__fItem__btn > svg {
  font-size: 13px;
}
.section-services__fItem__btn > svg svg {
  fill: currentColor;
}
.section-services__fItem__btn:hover {
  border-color: var(--body-color, #fff);
  color: var(--body-color, #fff);
}
.section-services__fItem__btn:hover > svg {
  filter: brightness(0) invert(1);
}
.section-services__fItem:hover .section-services__fItem__icon {
  background-color: var(--secondary-color, #6495ED);
}
.section-services__fItem:hover .section-services__fItem__icon img {
  transform: scale(0.9);
}

.section-services-two {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-services-two {
    padding: 35px 0;
  }
}
.section-services-two .sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .section-services-two .sec-title {
    margin-bottom: 40px;
  }
}
.section-services-two .sec-title__title {
  text-align: center;
}
.section-services-two__col:hover .section-services-two__icon > svg {
  transform: scale(0.9);
}
.section-services-two__icon {
  width: 85px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-services-two__icon {
    margin-bottom: 22px;
  }
}
.section-services-two__icon > svg {
  fill: transparent;
  transition: all 0.5s ease;
}
.section-services-two__icon.send-two {
  background-color: rgba(var(--bg-color-green-rgb, 50, 165, 82), 0.1);
}
.section-services-two__icon.message-icon-two {
  background-color: rgba(var(--bg-color-red-rgb, 254, 46, 46), 0.1);
}
.section-services-two__icon.scan-icon-two {
  background-color: rgba(var(--secondary-color-rgb, 100, 149, 237), 0.2);
}
.section-services-two__icon.discounnt-icon-two {
  background-color: rgba(255, 0, 153, 0.1);
}
.section-services-two__icon.buy-icon-two {
  background-color: rgba(0, 159, 150, 0.1);
}
.section-services-two__title {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .section-services-two__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
  }
}
.section-services-two__title > a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.section-services-two__title > a:hover {
  background-size: 100% 1px;
}
.section-services-two__text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
.section-services-two__btn {
  background-color: transparent;
  color: #2e4dfe;
  border-color: #2e4dfe;
  height: 58px;
  padding: 12px 41px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 88px;
}
@media (max-width: 991px) {
  .section-services-two__btn {
    margin-top: 50px;
  }
}
.section-services-two__btn > svg {
  margin-left: 10px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.section-services-two__btn:hover {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.section-services-two__btn:hover > svg {
  transform: rotate(0);
  filter: brightness(0) invert(1);
}

.section-services-three {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-services-three {
    padding: 35px 0;
  }
}
.section-services-three .sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 124px;
}
@media (max-width: 991px) {
  .section-services-three .sec-title {
    margin-bottom: 46px;
  }
}
.section-services-three .sec-title__title {
  text-align: center;
}
.section-services-three__col:hover .section-services-three__icon img {
  transform: scale(1.2);
}
.section-services-three__icon {
  font-size: 52px;
  line-height: 1;
  font-style: normal;
  margin-bottom: 30px;
}
.section-services-three__icon img {
  width: auto !important;
  min-height: 52px;
  max-height: 52px;
  transition: all 0.5s ease;
}
.section-services-three__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: var(--primary-text-color, #001F3F);
  margin-bottom: 24px;
}
.section-services-three__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.section-services-four {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-services-four {
    padding: 35px 0;
  }
}
.section-services-four .sec-title {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-services-four .sec-title {
    margin-bottom: 30px;
  }
}
.section-services-four__col {
  transition: all 0.5s ease;
  border-radius: 16px;
  padding: 22px;
  background: #fff;
}
.section-services-four__col:hover {
  box-shadow: 0 5px 12px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.16);
  -webkit-box-shadow: 0 5px 12px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.16);
  -moz-box-shadow: 0 5px 12px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.16);
}
.section-services-four__col:hover .section-services-four__icon {
  transform: rotate(-33deg);
}
.section-services-four__iconwrap {
  transition: all 0.5s ease;
  min-height: 168px;
}
@media (max-width: 991px) {
  .section-services-four__iconwrap {
    min-height: 156px;
  }
}
.section-services-four__icon {
  width: 100%;
  transition: all 0.5s ease;
}
.section-services-four__info {
  position: relative;
  z-index: 2;
}
.section-services-four__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 8px;
  color: #001F3F;
}
@media (max-width: 991px) {
  .section-services-four__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.section-services-four__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: #333;
}
.section-services-four__title a:hover {
  background-size: 100% 1px;
}
.section-services-four__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-services-four__text {
    font-size: 16px;
    line-height: 25px;
  }
}

.services-details-seo {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .services-details-seo {
    padding: 35px 0;
  }
}
.services-details-seo .sidebar__title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .services-details-seo .sidebar__title {
    margin-bottom: 20px;
  }
}
.services-details-seo__feature-img img {
  width: 100% !important;
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  .services-details-seo__feature-img img {
    border-radius: 16px !important;
  }
}
.services-details-seo__approach-feature {
  margin: 0 -15px;
}
.services-details-seo__approach-col {
  padding: 5px 15px;
}
@media (max-width: 991px) {
  .services-details-seo__approach-feature{
      margin:0;
  }
  .inner-page-hero__inner-content {
    padding: 30px 0;
}
}
.services-details-seo__approach-icon {
  width: 83px;
  height: 83px;
  border-radius: 15px;
  background-color: #2e4dfe;
  padding: 10px;
}
@media (max-width: 1200px) {
  .services-details-seo__approach-icon {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 991px) {
  .services-details-seo__approach-icon {
    width: 50px;
    height: 50px;
  }
}
.services-details-seo__approach-icon > svg {
  width: 100%;
  fill: transparent;
}
.services-details-seo__approach-content {
  width: 100%;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .services-details-seo__approach-content {
    width: 100%;
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .services-details-seo__approach-content {
    width: 100%;
    padding-left: 18px;
  }
}
.services-details-seo__heading5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}

[data-bs-theme=dark] .section-services-four__col:hover {
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
}

.section-provide {
  background-color: var(--body-color, #fff);
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-provide {
    padding: 35px 0;
  }
}
.section-provide__row {
  gap: 0 30px;
}
.section-provide__content {
  width: calc((100% - 617px) / 1);
}
@media (max-width: 1200px) {
  .section-provide__content {
    width: calc((100% - 530px) / 1);
  }
}
@media (max-width: 991px) {
  .section-provide__content {
    width: calc((100% - 0px) / 1);
    padding-bottom: 48px;
  }
}
.section-provide .sec-title {
  margin-bottom: 26px;
}
.section-provide__textinfo {
  max-width: 563px;
}
.section-provide__text1 {
  font-size: 18px;
  line-height: 29px;
  color: var(--primary-text-color, #001F3F);
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-provide__text1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
.section-provide__text2 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 30px;
}
.section-provide__text2 > strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .section-provide__text2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
.section-provide__feature {
  gap: 0 43px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .section-provide__feature {
    gap: 28px 0;
  }
}
@media (max-width: 991px) {
  .section-provide__feature {
    gap: 12px 0;
    padding-bottom: 30px;
  }
}
.section-provide__ftwrap {
  width: calc((100% - 86px) / 3);
}
@media (max-width: 1200px) {
  .section-provide__ftwrap {
    width: calc((100% - 0px) / 1);
  }
}
.section-provide__ftwrap:hover .connectivity {
  background-color: rgba(var(--bg-color-green-rgb, 50, 165, 82), 0.25);
}
.section-provide__ftwrap:hover .solutions {
  background-color: rgba(var(--bg-color-purple-rgb, 162, 46, 254), 0.25);
}
.section-provide__ftwrap:hover .optimized {
  background-color: rgba(var(--bg-color-red-rgb, 254, 46, 46), 0.25);
}
.section-provide__ftwrap:hover .section-provide__icon img {
  transform: scale(0.9);
}
.section-provide__icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(var(--bg-color-green-rgb, 50, 165, 82), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.section-provide__icon.solutions {
  background-color: rgba(var(--bg-color-purple-rgb, 162, 46, 254), 0.08);
}
.section-provide__icon.optimized {
  background-color: rgba(var(--bg-color-red-rgb, 254, 46, 46), 0.08);
}
.section-provide__icon img {
  width: 25px !important;
  transition: all 0.3s;
}
.section-provide__fTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
  padding-left: 18px;
}
@media (max-width: 1200px) {
  .section-provide__fTitle br {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-provide__fTitle {
    font-size: 16px;
    line-height: 24px;
    padding-left: 12px;
  }
}
.section-provide__btn {
  background-color: transparent;
  color: #2e4dfe;
  border-color: #2e4dfe;
  border-radius: 8px;
  height: 64px;
}
.section-provide__btn > svg {
  margin-left: 10px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.section-provide__btn:hover {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.section-provide__btn:hover > svg {
  transform: rotate(0);
  filter: brightness(0) invert(1);
}
.section-provide__right {
  width: 587px;
  min-width: 587px;
  position: relative;
}
@media (max-width: 1200px) {
  .section-provide__right {
    width: 500px;
    min-width: 500px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .section-provide__right {
    width: 100%;
    min-width: initial;
  }
}
.section-provide__right__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 597px;
  top: 58px;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (max-width: 1200px) {
  .section-provide__right__bg {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.section-provide__right__flogowrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .section-provide__right__flogowrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.section-provide__right__flogo {
  z-index: 2;
  border-radius: 10px;
  background-color: var(--body-color, #fff);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 18px;
}
.section-provide__right__flogo.w100 {
  width: 100px;
  height: 100px;
  padding: 17px;
}
.section-provide__right__flogo.w160 {
  width: 160px;
  height: 160px;
  padding: 30px;
}
.section-provide__right__flogo.w170 {
  width: 172px;
  height: 172px;
  padding: 32px;
}
.section-provide__right__flogo.slack {
  top: 212px;
  left: 16px;
}
.section-provide__right__flogo.googleanalytics {
  top: 165px;
  left: 208px;
}
.section-provide__right__flogo.intercom {
  top: 285px;
  left: 208px;
}
.section-provide__right__flogo.googleads {
  top: 285px;
  left: 328px;
}
.section-provide__right__flogo.monday {
  top: 285px;
  left: 448px;
}
.section-provide__right__flogo.hubspot {
  top: 404px;
  left: 88px;
}
.section-provide__right__flogo.zoom {
  top: 404px;
  left: 208px;
}
.section-provide__right__flogo.mailchimp {
  top: 404px;
  left: 328px;
}
.section-provide__right__flogo.asana {
  top: 524px;
  left: 208px;
}
.section-provide__right__flogo img {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .section-provide__right__flogo {
    width: 100px !important;
    height: 100px !important;
    padding: 18px !important;
    position: static !important;
  }
}
.section-provide--three .section-provide__row {
  gap: 0 20px;
}
.section-provide--three .section-provide__content {
  width: calc((48% - 10px) / 1);
}
@media (max-width: 991px) {
  .section-provide--three .section-provide__content {
    width: 100%;
  }
}
.section-provide--three .section-provide__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 74px;
}
@media (max-width: 991px) {
  .section-provide--three .section-provide__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 45px;
  }
}
.section-provide--three .section-provide__feature {
  gap: 0 84px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .section-provide--three .section-provide__feature {
    gap: 32px 0;
    padding-bottom: 48px;
  }
}
.section-provide--three .section-provide__ftwrap {
  width: calc((100% - 84px) / 2);
}
@media (max-width: 767px) {
  .section-provide--three .section-provide__ftwrap {
    width: 100%;
  }
}
.section-provide--three .section-provide__ftwrap:hover .section-provide__icon {
  background-color: initial;
}
.section-provide--three .section-provide__icon {
  width: initial;
  min-width: initial;
  height: initial;
  background-color: initial;
  justify-content: flex-start;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .section-provide--three .section-provide__icon {
    margin-bottom: 12px;
  }
}
.section-provide--three .section-provide__icon img {
  width: auto !important;
  min-height: 40px;
  max-height: 40px;
}
.section-provide--three .section-provide__fTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  color: var(--body-text-color, #333);
  padding: 0;
}
@media (max-width: 767px) {
  .section-provide--three .section-provide__fTitle {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-provide--three .section-provide__fTitle > br {
  display: none;
}
.section-provide--three .section-provide__right {
  width: calc((52% - 10px) / 1);
  min-width: initial;
  background-color: rgba(var(--bg-color2-rgb, 226, 231, 255), 0.22);
  border-radius: 30px;
  overflow: hidden;
  padding: 58px 56px 24px 56px;
}
@media (max-width: 1200px) {
  .section-provide--three .section-provide__right {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .section-provide--three .section-provide__right {
    width: 100%;
    padding: 30px 20px 24px 20px;
  }
}
.section-provide--three .section-provide__right__bg {
  background-repeat: repeat;
  background-position: left bottom;
  background-size: initial;
  max-height: 400px;
  top: initial;
  bottom: 16px;
}
.section-provide--three .section-provide__right__title-info {
  max-width: 493px;
  padding-bottom: 89px;
}
@media (max-width: 991px) {
  .section-provide--three .section-provide__right__title-info {
    max-width: 100%;
    padding-bottom: 50px;
  }
}
.section-provide--three .section-provide__right__title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 21px;
}
.section-provide--three .section-provide__right__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.section-provide--three .section-provide__right__flogowrap {
  width: calc(100% + 114px);
  margin-left: -57px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .section-provide--three .section-provide__right__flogowrap {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .section-provide--three .section-provide__right__flogowrap {
    width: calc(100% + 42px);
  }
}
.section-provide--three .section-provide__right__flogowrap::before, .section-provide--three .section-provide__right__flogowrap::after {
  content: "";
  position: absolute;
  width: calc(100% + 0px);
  height: 100%;
  top: 0;
  z-index: 3;
  background: linear-gradient(90deg, var(--bg-color3, #F2F4FB) 0%, rgba(var(--bg-color3-rgb, 242, 244, 251), 0) 16.2%, rgba(var(--bg-color3-rgb, 242, 244, 251), 0) 76.88%, var(--bg-color3, #F2F4FB) 100%);
}
.section-provide--three .section-provide__right__flogowrap::before {
  left: 0;
}
.section-provide--three .section-provide__right__flogowrap::after {
  right: 0;
}
.section-provide--three .section-provide__right__flogo-row {
  --marquee-elements-displayed: 2;
  --animation-dir: forwards;
  --animation-duration: 150s;
  position: relative;
  animation: scrollMarquee var(--animation-duration) var(--animation-dir) linear infinite;
}
.section-provide--three .section-provide__right__flogo-row[data-dir=right] {
  --animation-dir: reverse;
}
.section-provide--three .section-provide__right__flogo-row[data-speed=medium] {
  --animation-duration: 95s;
}
.section-provide--three .section-provide__right__flogo-row[data-speed=slow] {
  --animation-duration: 82s;
}
@keyframes scrollMarquee {
  0% {
    transform: translateX(-1700px);
  }
  100% {
    transform: translateX(0);
  }
}
.section-provide--three .section-provide__right__flogo {
  padding: 0 42px;
  height: 58px;
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .section-provide--three .section-provide__right__flogo {
    width: initial !important;
    height: 58px !important;
    padding: 0 40px !important;
  }
}
.section-provide--three .section-provide__right__flogo img {
  width: 100% !important;
}

[data-bs-theme=dark] .section-provide--three .section-provide__right__flogowrap::before, [data-bs-theme=dark] .section-provide--three .section-provide__right__flogowrap::after {
  background: linear-gradient(90deg, #202932 0%, rgba(32, 41, 50, 0) 16.2%, rgba(32, 41, 50, 0) 76.88%, #202932 100%);
}

.section-process {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-process {
    padding: 35px 0;
  }
}
.section-process .row {
  gap: 0 60px;
}
.section-process__image {
  min-width: 605px;
  width: 605px;
}
@media (max-width: 1200px) {
  .section-process__image {
    min-width: 500px;
    width: 500px;
  }
}
@media (max-width: 1023px) {
  .section-process__image {
    min-width: initial;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 48px;
  }
  
  
}
.section-process__image::after {
  content: "";
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  height: 607px;
  border-radius: 30px;
  background-color: var(--bg-color2, #E2E7FF);
  z-index: 1;
}
@media (max-width: 1200px) {
  .section-process__image::after {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .section-process__image::after {
    height: 100%;
    top: 42px;
  }
}
.section-process__rocketimg {
  position: absolute;
  width: 100%;
  max-width: 330px;
  top: -3px;
  left: 0;
  z-index: 3;
  animation: rocketEffect 1.1s infinite alternate;
}
@keyframes rocketEffect {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-16px);
  }
}
@media (max-width: 1200px) {
  .section-process__rocketimg {
    max-width: 260px;
  }
}
@media (max-width: 1023px) {
  .section-process__rocketimg {
    max-width: 200px;
    top: 8px;
  }
}
.section-process__rocketimg img {
  width: 100% !important;
}
.section-process__laptop {
  position: absolute;
  width: 100%;
  top: 64px;
  left: 0;
  z-index: 2;
  max-width: 582px;
}
@media (max-width: 1023px) {
  .section-process__laptop {
    position: relative;
    top: 10px;
  }
}
.section-process__laptop img {
  width: 100% !important;
}
.section-process__storage {
  position: absolute;
  width: 100%;
  top: 455px;
  right: 0;
  z-index: 2;
  max-width: 362px;
  animation: storageEffect 1.1s infinite alternate;
}
@keyframes storageEffect {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15px);
  }
}
@media (max-width: 1200px) {
  .section-process__storage {
    max-width: 280px;
    top: 400px;
  }
}
@media (max-width: 1023px) {
  .section-process__storage {
    display: none;
  }
}
.section-process__storage img {
  width: 100% !important;
}
.section-process__content {
  width: calc((100% - 665px) / 1);
}
@media (max-width: 1200px) {
  .section-process__content {
    width: calc((100% - 560px) / 1);
  }
}
@media (max-width: 1023px) {
  .section-process__content {
    width: calc((100% - 0px) / 1);
  }
}
.section-process .sec-title {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .section-process .sec-title {
    margin-bottom: 38px;
  }
}
.section-process__row:hover .section-process__icon {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.25);
}
.section-process__row + .section-process__row {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .section-process__row + .section-process__row {
    margin-top: 18px;
  }
}
.section-process__icon {
  width: 85px;
  min-width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: rgba(var(--bg-color2-rgb, 226, 231, 255), 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  transition: all 0.4s;
  fill: #2e4dfe;
  font-size: 30px;
}
.section-process__icon svg {
  fill: currentColor;
}
@media (max-width: 991px) {
  .section-process__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
.section-process__info {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .section-process__info {
    padding-left: 16px;
  }
}
.section-process__heading {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 0;
}
.section-process__heading a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.section-process__heading a:hover {
  background-size: 100% 1px;
}
@media (max-width: 991px) {
  .section-process__heading {
    font-size: 17px;
    line-height: 23px;
  }
}
.section-process__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-process__text {
    font-size: 16px;
    line-height: 24px;
  }
}

[data-bs-theme=dark] .section-progress-stories__experience-year,
[data-bs-theme=dark] .section-progress-stories__experience-text {
  color: var(--primary-text-color, #001F3F);
}

.section-dashboard {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-dashboard {
    padding: 35px 0;
  }
}
.section-dashboard .sec-title {
  max-width: 900px;
  margin: 0 auto;
}
.section-dashboard__bg {
  background-color: var(--bg-color2, #E2E7FF);
  border-radius: 0 0 30px 30px;
  padding: 0 80px 50px 80px;
  position: relative;
}
@media (max-width: 991px) {
  .section-dashboard__bg {
    padding: 0 40px 20px 40px;
  }
}
@media (max-width: 767px) {
  .section-dashboard__bg {
    padding: 0 15px 20px 15px;
  }
}
.section-dashboard__bg .row {
  position: relative;
  z-index: 2;
}
.section-dashboard__popimg {
  position: relative;
  z-index: 2;
  padding: 50px 80px 46px 80px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-dashboard__popimg {
    padding: 40px 40px 30px 40px;
  }
}
@media (max-width: 767px) {
  .section-dashboard__popimg {
    padding: 28px 15px 20px 15px;
  }
}
.section-dashboard__popimg::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: var(--bg-color2, #E2E7FF);
  height: calc(100% + 0px);
  top: 275px;
  left: 0;
  z-index: -1;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 991px) {
  .section-dashboard__popimg::after {
    top: 100px;
  }
}
.section-dashboard__popimg img {
  width: 100% !important;
  border-radius: 30px !important;
  box-shadow: 0px 4px 46.9px 0px rgba(9, 25, 40, 0.1);
}
@media (max-width: 991px) {
  .section-dashboard__popimg img {
    border-radius: 12px !important;
    box-shadow: 0px 4px 20px 0px rgba(9, 25, 40, 0.1);
  }
}
.section-dashboard__playwrap {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .section-dashboard__playwrap {
    width: 150px;
    height: 150px;
  }
}
.section-dashboard__playbtn {
  position: absolute;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-dashboard__playbtn {
    width: 70px;
    height: 70px;
  }
}
.section-dashboard__playbtn img {
  height: auto !important;
}
.section-dashboard__playbtn .video-popup-link {
  width: 100%;
  height: 100%;
  border: 0;
}
.section-dashboard .waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(var(--primary-color-rgb, 46, 77, 254), 0.3);
  opacity: 0;
  border-radius: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .section-dashboard .waves {
    width: 150px;
    height: 150px;
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
.section-dashboard .wave-1 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.section-dashboard .wave-2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.section-dashboard .wave-3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@media (max-width: 991px) {
  .section-dashboard__row {
    margin-top: 26px;
  }
}
.section-dashboard__row-icon {
  width: 85px;
  min-width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #2e4dfe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: transparent;
}
.section-dashboard__row-icon svg {
  fill: currentColor;
}
@media (max-width: 991px) {
  .section-dashboard__row-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.section-dashboard__row-info {
  padding-left: 28px;
}
@media (max-width: 991px) {
  .section-dashboard__row-info {
    padding-left: 16px;
  }
}
.section-dashboard__row-title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 0;
}
.section-dashboard__row-title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.section-dashboard__row-title a:hover {
  background-size: 100% 1px;
}
@media (max-width: 991px) {
  .section-dashboard__row-title {
    font-size: 19px;
    line-height: 28px;
  }
}
.section-dashboard__row-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-dashboard__row-text {
    font-size: 16px;
    line-height: 23px;
  }
}
.section-dashboard--five {
  padding-bottom: 52px;
}
.section-dashboard--five .sec-title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-dashboard--five .sec-title {
    margin-bottom: 30px;
  }
}
.section-dashboard--five .section-dashboard__popimg {
  padding: 0;
  max-height: 550px;
  border-radius: 30px;
  overflow: hidden;
}
.section-dashboard--five .section-dashboard__popimg img {
  width: 100% !important;
  object-fit: cover;
}
@media (max-width: 800px) {
  .section-dashboard--five .section-dashboard__popimg img {
    height: 355px;
  }
}
.section-dashboard--five .section-dashboard__popimg::after {
  content: none;
}

.waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(var(--primary-color-rgb, 46, 77, 254), 0.3);
  opacity: 0;
  border-radius: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .waves {
    width: 150px;
    height: 150px;
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
.wave-1 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.wave-2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.wave-3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.section-strategy {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-strategy {
    padding: 35px 0;
  }
}
.section-strategy .sec-title {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .section-strategy .sec-title {
    margin-bottom: 10px;
  }
}
.section-strategy .row {
  gap: 0 60px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .section-strategy .row {
    gap: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-strategy .row {
    gap: 30px 0;
  }
}
.section-strategy__imgwrap {
  width: calc((47.9% - 30px) / 1);
  padding-left: 45px;
  padding-bottom: 132px;
}
@media (max-width: 1200px) {
  .section-strategy__imgwrap {
    width: calc((47.9% - 15px) / 1);
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .section-strategy__imgwrap {
    width: calc((100% - 0px) / 1);
    padding-left: 15px;
  }
}
.section-strategy__dots {
  max-width: 232px;
  padding-top: 272px;
}
@media (max-width: 1200px) {
  .section-strategy__dots {
    padding-top: 220px;
  }
}
@media (max-width: 991px) {
  .section-strategy__dots {
    display: none;
  }
}
.section-strategy__img1, .section-strategy__img2, .section-strategy__img3, .section-strategy__img4 {
  position: absolute;
  width: 100%;
}
.section-strategy__img1 img, .section-strategy__img2 img, .section-strategy__img3 img, .section-strategy__img4 img {
  width: 100% !important;
  border-radius: 30px !important;
}
.section-strategy__img1 {
  top: 0;
  left: 0;
  z-index: 2;
  padding-right: 50px;
  max-width: 515px;
}
@media (max-width: 1200px) {
  .section-strategy__img1 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .section-strategy__img1 {
    position: static;
  }
}
.section-strategy__img2 {
  top: 0;
  right: 0;
  z-index: 3;
  padding-top: 105px;
  padding-left: 50px;
  max-width: 355px;
}
@media (max-width: 1200px) {
  .section-strategy__img2 {
    max-width: 100%;
    padding-top: 90px;
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .section-strategy__img2 {
    padding-left: 90px;
    padding-top: 100px;
  }
}
.section-strategy__img2 img {
  border: 10px solid var(--body-color, #fff);
}
.section-strategy__img3 {
  bottom: 0;
  left: 0;
  z-index: 4;
}
.section-strategy__img3 img {
  border: 10px solid var(--body-color, #fff);
  max-width: 229px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-strategy__img3 img {
    margin: 0;
    display: none;
  }
}
.section-strategy__img4 {
  top: 254px;
  left: 0;
  margin: auto;
  z-index: 1;
  padding-left: 46px;
}
.section-strategy__img4 img {
  max-width: 232px;
  border-radius: 0 !important;
}
.section-strategy__content {
  width: calc((52.1% - 30px) / 1);
}
@media (max-width: 1200px) {
  .section-strategy__content {
    width: calc((47.9% - 15px) / 1);
  }
}
@media (max-width: 991px) {
  .section-strategy__content {
    width: calc((100% - 0px) / 1);
  }
}
.section-strategy .section-provide__text2 {
  margin-bottom: 0;
}
.section-strategy--two .section-strategy__btn {
  margin-top: 42px;
}

[data-bs-theme=dark] .section-strategy__dots {
  opacity: 0.15;
}

.section-price {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-price {
    padding: 35px 0;
  }
}
.section-price__content {
  width: calc((40% - 0px) / 1);
}
@media (max-width: 991px) {
  .section-price__content {
    width: calc((100% - 0px) / 1);
    padding-bottom: 48px;
  }
}
.section-price__contentinner {
  top: 30px;
  transition: top 0.5s ease;
}
.section-price .sticky.section-price__contentinner {
  top: 130px;
}
.section-price .sec-title {
  margin-bottom: 25px;
}
.section-price__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-price__text {
    font-size: 16px;
    line-height: 23px;
  }
}
.section-price__pricewrap {
  width: calc((60% - 0px) / 1);
}
@media (max-width: 991px) {
  .section-price__pricewrap {
    width: calc((100% - 0px) / 1);
  }
}
.section-price__pricerow + .section-price__pricerow {
  padding-top: 50px;
}
.section-price__pricebg {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  border-radius: 20px;
  padding: 50px 31px 45px 50px;
  gap: 0 30px;
}
@media (max-width: 1200px) {
  .section-price__pricebg {
    gap: 0 16px;
    padding: 25px 16px 35px 25px;
  }
}
.section-price__leftinfo {
  display: flex;
  flex-direction: column;
  width: 258px;
}
@media (max-width: 1200px) {
  .section-price__leftinfo {
    width: 234px;
  }
}
@media (max-width: 767px) {
  .section-price__leftinfo {
    width: 100%;
    order: 1;
    padding-top: 26px;
  }
}
.section-price__titlewrap {
  width: 100%;
  position: relative;
}
.section-price .adjust-padding .section-price__title {
  padding-right: 95px;
}
@media (max-width: 991px) {
  .section-price .adjust-padding .section-price__title {
    padding-right: 102px;
  }
}
.section-price__title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-price__title {
    font-size: 26px;
    line-height: 38px;
  }
}
.section-price__valuetag {
  position: absolute;
  width: fit-content;
  height: 33px;
  right: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  color: var(--body-color, #fff);
  background-color: #2e4dfe;
  border-radius: 27px;
  padding: 4px 20px;
}
.section-price__ammountwrap {
  width: 100%;
  padding-bottom: 29px;
}
@media (max-width: 991px) {
  .section-price__ammountwrap {
    padding-bottom: 18px;
  }
}
.section-price__symble {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 0;
  color: var(--primary-text-color, #001F3F);
  position: relative;
  top: -25px;
}
@media (max-width: 991px) {
  .section-price__symble {
    font-size: 22px;
    top: -18px;
  }
}
.section-price__number {
  font-size: 75px;
  line-height: 90px;
  font-weight: 800;
  color: var(--primary-text-color, #001F3F);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-price__number {
    font-size: 48px;
    line-height: 58px;
  }
}
.section-price__month {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: var(--body-text-color, #333);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-price__month {
    font-size: 18px;
  }
}
.section-price__listtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .section-price__listtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.section-price__infotext {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-price__infotext {
    font-size: 16px;
    line-height: 23px;
  }
}
.section-price__btn {
  background-color: transparent;
  color: #2e4dfe;
  border-color: #2e4dfe;
  border-radius: 8px;
  height: 64px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .section-price__btn {
    margin-top: 18px;
  }
}
.section-price__btn > svg {
  margin-left: 10px;
  transform: rotate(-45deg);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.section-price__btn:hover {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.section-price__btn:hover > svg {
  filter: brightness(0) invert(1);
  transform: rotate(0deg);
}
.section-price__required {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  display: block;
  padding-top: 10px;
}
.section-price__rightinfo {
  width: calc((100% - 288px) / 1);
}
@media (max-width: 1200px) {
  .section-price__rightinfo {
    width: calc((100% - 250px) / 1);
  }
}
@media (max-width: 767px) {
  .section-price__rightinfo {
    width: 100%;
  }
}
.section-price__infocol + .section-price__infocol {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .section-price__infocol + .section-price__infocol {
    margin-top: 25px;
  }
}
.section-price__list li {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .section-price__list li {
    font-size: 16px;
    line-height: 23px;
  }
}
.section-price__list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/shapes/check-icon-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}
.section-price__list li.section-price__premium::before {
  filter: brightness(1) grayscale(1) opacity(0.4);
}
.section-price__list li > strong {
  font-weight: 700;
  color: var(--primary-text-color, #001F3F);
}
.section-price__list li + li {
  margin-top: 8px;
}

.section-price-table {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-price-table {
    padding: 35px 0;
  }
}
.section-price-table .sec-title {
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 54px;
}
.section-price-table .sec-title__title {
  margin-bottom: 25px;
}
.section-price-table__col {
  height: 100%;
}
.section-price-table__col.active .section-price-table__btn, .section-price-table__col:hover .section-price-table__btn {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.section-price-table__col.active .section-price-table__btn > svg, .section-price-table__col:hover .section-price-table__btn > svg {
  filter: brightness(0) invert(1);
}
.section-price-table__bg {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  border-radius: 20px;
  padding: 50px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .section-price-table__bg {
    padding: 40px 20px;
  }
}
.section-price-table__planing {
  width: calc(100% + 60px);
  margin-left: -30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb, 46, 77, 254), 0.2);
}
@media (max-width: 991px) {
  .section-price-table__planing {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.section-price-table__tabs-wrap {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-price-table__tabs-wrap {
    margin-bottom: 40px;
  }
}
.section-price-table__tabs-row {
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 26px;
  position: relative;
}
@media (max-width: 991px) {
  .section-price-table__tabs-row {
    gap: 0 13px;
  }
}
.section-price-table .slide {
  position: absolute;
  width: 145px;
  height: calc(100% - 10px);
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--body-color, #fff);
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}
.section-price-table__tab {
  color: rgba(var(--body-text-color-rgb, 92, 102, 113), 1);
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section-price-table__tab {
    font-size: 17px;
    line-height: 26px;
  }
}
.section-price-table__tab.tab-active {
  color: var(--primary-text-color, #001F3F);
  text-shadow: 0px 0px 1px var(--primary-text-color, #001F3F);
}
.section-price-table__tabs-switch.year-pack .label-switch {
  background-color: var(--bg-color2, #E2E7FF);
}
.section-price-table__tabs-switch.year-pack .label-switch::after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.section-price-table__tabs-switch #switch {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.section-price-table__tabs-switch #switch.switch-year + .label-switch {
  background-color: var(--bg-color2, #E2E7FF);
}
.section-price-table__tabs-switch #switch.switch-year + .label-switch::after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.section-price-table__tabs-switch .label-switch {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background-color: var(--bg-color2, #E2E7FF);
  border: 1px solid #2e4dfe;
  display: block;
  border-radius: 38px;
  position: relative;
}
@media (max-width: 991px) {
  .section-price-table__tabs-switch .label-switch {
    width: 52px;
    height: 28px;
  }
}
.section-price-table__tabs-switch .label-switch::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(0% + 5px);
  bottom: 0;
  margin: auto 0;
  width: 22px;
  height: 22px;
  background-color: #2e4dfe;
  border-radius: 90px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .section-price-table__tabs-switch .label-switch::after {
    width: 20px;
    height: 20px;
  }
}
.section-price-table__tab-text {
  text-align: center;
  color: var(--body-text-color, #333);
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.section-price-table__tab-text span {
  color: var(--bg-color-red, #FE2E2E);
}
.section-price-table__tabs-content {
  position: relative;
  overflow: hidden;
}
.section-price-table__content-inner {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition: transform 1.3s ease, opacity 0.5s ease, visibility 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateY(80px);
}
.section-price-table__content-inner.content-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.section-price-table .section-price__titlewrap,
.section-price-table .section-price__ammountwrap {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .section-price-table .section-price__titlewrap,
  .section-price-table .section-price__ammountwrap {
    padding: 0 20px;
  }
}
.section-price-table .section-price__valuetag {
  right: 30px;
}
.section-price-table .adjust-padding .section-price__title {
  padding-right: 95px;
}
@media (max-width: 991px) {
  .section-price-table .adjust-padding .section-price__title {
    padding-right: 105px;
  }
}
.section-price-table .section-price__title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 9px;
}
.section-price-table .section-price__symble {
  position: static;
}
.section-price-table .section-price__rightinfo {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.section-price-table .section-price__infocol {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .section-price-table .section-price__infocol {
    padding-bottom: 42px;
  }
}
.section-price-table .section-price__leftinfo {
  width: 100%;
  padding-bottom: 34px;
}
@media (max-width: 767px) {
  .section-price-table .section-price__leftinfo {
    order: initial;
    padding-top: 0;
  }
}
.section-price-table .section-price__infotext > strong {
  font-weight: 600;
}
.section-price-table .section-price__listtitle {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 3px;
}
.section-price-table .section-price__list li {
  font-weight: 400;
}
.section-price-table__btn {
  width: 100%;
  height: 64px;
  margin-top: auto;
  border-color: #2e4dfe;
  background-color: transparent;
  color: #2e4dfe;
}
.section-price-table__btn > svg {
  transition: all 0.2s ease-in-out;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.section-price-table__btn:hover {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.section-price-table__btn:hover > svg {
  transform: rotate(0);
  filter: brightness(0) invert(1);
}
.section-price-table--three .section-price-table__tabs-row {
  background-color: var(--bg-color2, #E2E7FF);
  max-width: 302px;
  margin: 0 auto;
  margin-bottom: 22px;
  padding: 13px 5px;
  justify-content: space-between;
  border-radius: 10px;
}
.section-price-table--three .section-price-table__tab {
  transition: all 0.4s ease;
  position: relative;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
}
.section-price-table--three .section-price-table__tab > span {
  padding: 7px 28px;
  position: relative;
  z-index: 2;
}
.section-price-table--three .section-price-table__tab.tab-active {
  color: #2e4dfe;
  text-shadow: initial;
  border-radius: 7px;
}
.section-price-table--three .section-price-table__tab.tab-active::after {
  opacity: 1;
  visibility: visible;
}
.section-price-table--three .section-price-table__tab-text {
  font-weight: 700;
  text-transform: uppercase;
}
.section-price-table--three .section-price-table__planing {
  width: calc(100% + 0px);
  margin-left: 0;
  padding-bottom: 0;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
}
.section-price-table--three .section-price__titlewrap {
  padding: 0 0 14px 0;
  margin-bottom: auto;
}
.section-price-table--three .section-price__infotext {
  font-weight: 400;
}
.section-price-table--three .section-price__ammountwrap {
  padding: 0 0 30px 0;
}
.section-price-table--three .section-price__infocol {
  padding-bottom: 0;
}
.section-price-table--three .section-price-table__btn {
  margin-top: initial;
}
.section-price-table--three .section-price__valuetag {
  right: 0;
}

[data-bs-theme=dark] .section-price__valuetag {
  color: var(--primary-text-color, #001F3F);
}
[data-bs-theme=dark] .section-price__pricebg,
[data-bs-theme=dark] .section-price-table__bg {
  background-color: var(--bg-color2, #E2E7FF);
}

.blog-one {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .blog-one {
    padding: 35px 0;
  }
}
.blog-one .sec-title {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 31px;
}
.blog-one__item {
  width: 100%;
}
.blog-one__item:hover .blog-one__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-one__item:hover .blog-one__innerimg img {
  transform: scale(1.1);
}
.blog-one__img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.blog-one__innerimg {
  overflow: hidden;
}
.blog-one__innerimg img {
    height : 300px;
    object-fit: cover;
  width: 100% !important;
  transition: all 0.5s;
}
.blog-one__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bg-color-rgb, 0, 31, 63), 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-34%);
  transition: opacity 500ms ease, transform 500ms ease;
  border-radius: 20px;
}
.blog-one__link::after, .blog-one__link::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--body-color, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-one__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-one__tagwrap {
  top: 20px;
  left: 20px;
}
.blog-one__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 32px;
  background-color: var(--bg-color2, #E2E7FF);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
  color: #2e4dfe;
}
.blog-one__meta {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 15px;
}
.blog-one__meta li {
  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
  color: var(--body-text-color, #333);
  position: relative;
}
.blog-one__meta li a {
  color: var(--body-text-color, #333);
}
.blog-one__meta li a:hover {
  color: #2e4dfe;
}
.blog-one__meta li + li {
  padding-left: 30px;
}
.blog-one__meta li + li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--secondary-color, #6495ED);
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 15px;
  z-index: 1;
}
.blog-one__title {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-one__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.blog-one__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-one__title a:hover {
  color: #2e4dfe;
}
.blog-one__title a:hover {
  background-size: 100% 1px;
}
.blog-one__meta-inner {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .blog-one__meta-inner {
    margin-bottom: 18px;
  }
}
.blog-one__info-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
  
}
.blog-one__post-time {
  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
  color: var(--body-text-color, #333);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-one__post-time {
    width: 100%;
    padding-top: 8px;
  }
}
blockquote {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  padding: 50px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  blockquote {
    padding: 24px;
  }
}
.blog-one__quote-icon {
  left: 130px;
  top: 15px;
}
@media (max-width: 991px) {
  .blog-one__quote-icon {
    left: 15px;
  }
}
blockquote-author-name {
  font-size: 22px;
  line-height: 35px;
  color: #2e4dfe;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  blockquote-author-name {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-one__social-wrap .footer__socialwrap > li {
  font-size: 19px;
  color: var(--body-text-color, #333);
}
.blog-one__social-wrap .footer__socialwrap > li > a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--body-text-color, #333);
  border-radius: 8px;
}
.blog-one__social-wrap .footer__socialwrap > li > a:hover {
  background-color: #2e4dfe;
  border-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.blog-one__stheading {
  color: var(--primary-text-color, #001F3F);
  padding-right: 12px;
  margin-bottom: 0;
}
.blog-one__single-post-wrapper {
  border-bottom: 1px solid rgba(var(--bg-color2-rgb, 226, 231, 255), 1);
}
.blog-one__single-post-item {
  padding: 0 22px;
  width: 50%;
}
@media (max-width: 991px) {
  .blog-one__single-post-item {
    width: 100%;
  }
}
.blog-one__single-post-item:first-child {
  padding-left: 0;
}
.blog-one__single-post-item + .blog-one__single-post-item {
  border-left: 1px solid rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  padding-right: 0;
}
.blog-one__post-title {
  max-width: 315px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .blog-one__post-title {
    max-width: 100%;
  }
}
.blog-one__post-title:first-child {
  padding-left: 0;
}
.blog-one__post-title:last-child {
  padding-right: 0;
}
.blog-one__post-title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-one__post-title a:hover {
  background-size: 100% 1px;
}
.blog-one__single-post-authorwrap {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .blog-one__single-post-authorwrap {
    padding-bottom: 50px;
  }
}
.blog-one__single-post-authorbg {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  border: 1px solid var(--bg-color2, #E2E7FF);
  border-radius: 30px;
  padding: 26px;
  padding-right: 34px;
}
.blog-one__single-post-authorimg {
  width: 160px;
  min-width: 160px;
}
.blog-one__single-post-authorimg img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 15px !important;
}
@media (max-width: 991px) {
  .blog-one__single-post-authorimg img {
    border-radius: 8px !important;
  }
}
.blog-one__single-post-authorinfo {
  width: calc((100% - 160px) / 1);
  padding-left: 15px;
}
@media (max-width: 991px) {
  .blog-one__single-post-authorinfo {
    width: calc((100% - 0px) / 1);
    padding-left: 0;
    padding-top: 15px;
  }
}
.blog-one__single-post-authorinfo .footer__socialwrap > li {
  font-size: 19px;
  color: var(--body-text-color, #333);
}
.blog-one__single-post-authorname {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 4px;
}
.blog-one__recent-post {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .blog-one__recent-post {
    padding-bottom: 50px;
  }
}
.blog-one__commentswrap {
  border-bottom: 1px solid rgba(var(--bg-color-rgb, 0, 31, 63), 0.1);
}
.blog-one__commentswrap__heading {
  margin-bottom: 33px;
}
.blog-one__commentswrap__item + .blog-one__commentswrap__item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .blog-one__commentswrap__item + .blog-one__commentswrap__item {
    margin-top: 40px;
  }
}
.blog-one__commentswrap__commentmain {
  margin-bottom: 42px;
}
.blog-one__commentswrap__authorimg {
  width: 100px;
}
@media (max-width: 991px) {
  .blog-one__commentswrap__authorimg {
    width: 44px;
  }
}
.blog-one__commentswrap__authorimg img {
  width: 100% !important;
  border-radius: 8px !important;
}
.blog-one__commentswrap__comments {
  width: calc((100% - 100px) / 1);
  padding-left: 28px;
}
@media (max-width: 991px) {
  .blog-one__commentswrap__comments {
    width: calc((100% - 44px) / 1);
    padding-left: 12px;
  }
}
.blog-one__commentswrap__replycomments {
  padding-left: 128px;
}
@media (max-width: 991px) {
  .blog-one__commentswrap__replycomments {
    padding-left: 56px;
  }
}
.blog-one__commentswrap__reply {
  color: #2e4dfe;
}
.blog-one__comment-form .form-control {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  padding-left: 30px;
  color: var(--body-text-color, #333);
}
.blog-one__comment-form textarea {
  height: 240px;
  resize: none;
}
.blog-one__comment-form .form-control::-webkit-input-placeholder {
  color: var(--body-text-color, #333);
}
.blog-one__comment-form .form-control:-moz-placeholder {
  color: var(--body-text-color, #333);
}
.blog-one__comment-form .form-control::-moz-placeholder {
  color: var(--body-text-color, #333);
}
.blog-one__comment-form .form-control:-ms-input-placeholder {
  color: var(--body-text-color, #333);
}
.blog-one__comment-form .form-control::-ms-input-placeholder {
  color: var(--body-text-color, #333);
}
.blog-one__comment-form .form-control::placeholder {
  color: var(--body-text-color, #333);
}
.blog-one__comment-form .next-marketing-btn {
  background-color: transparent;
  color: #2e4dfe;
  border-color: #2e4dfe;
  padding-left: 34px;
  padding-right: 34px;
}
.blog-one__comment-form .next-marketing-btn:hover {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.blog-one--three .blog-one__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.blog-one--three .blog-one__tag {
  background-color: var(--body-color, #fff);
  color: var(--primary-text-color, #001F3F);
}
.blog-one--three .blog-one__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
  padding: 0 20px;
}
.blog-one--three .blog-one__title {
  color: var(--body-color, #fff);
  margin-bottom: 24px;
}
.blog-one--three .blog-one__title a:hover {
  color: var(--body-color, #fff);
}
.blog-one--three .blog-one__meta {
  margin-bottom: 0;
}
.blog-one--three .blog-one__meta li {
  color: var(--body-color, #fff);
}
.blog-one--three .blog-one__meta li a {
  color: var(--body-color, #fff);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-one--three .blog-one__meta li a:hover {
  background-size: 100% 1px;
}
.blog-one--three .blog-one__meta li + li::before {
  background-color: var(--body-color, #fff);
}
.blog-one--innerlist .blog-one__meta {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-one--innerlist .blog-one__meta {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.blog-one--innerlist .blog-one__meta li {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-one--innerlist .blog-one__meta li {
    width: 100%;
  }
}
.blog-one--innerlist .blog-one__meta li img {
  display: block;
  width: 38px !important;
  border-radius: 50% !important;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .blog-one--innerlist .blog-one__meta li + li {
    padding-left: 14px;
  }
  .blog-one--innerlist .blog-one__meta li + li::before {
    left: 0;
  }
}
.blog-one--innerlist .blog-one__title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .blog-one--innerlist .blog-one__title {
    font-size: 24px;
    line-height: 33px;
  }
}
@media (max-width: 991px) {
  .blog-one--innerlist .blog-one__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.blog-one--single .blog-one__meta-inner {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-one--single .blog-one__meta-inner {
    margin-bottom: 15px;
  }
}
.blog-one--single .blog-one__meta {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-one--single .blog-one__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .blog-one--single .blog-one__meta li + li {
    padding-left: 12px;
  }
  .blog-one--single .blog-one__meta li + li::before {
    left: 0;
  }
}

blockquote p{
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 0;
  color: var(--primary-text-color, #001F3F);
  font-style: italic;
  margin-bottom: 10px;
}

.blog-one--single .wp-block-heading {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 0;
  color: var(--primary-text-color, #001F3F);
}
@media (max-width: 991px) {
  .blog-one--single .wp-block-heading {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-one--single .wp-block-tag-cloud {
  gap: 10px;
}
.blog-one--single .tag-cloud-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid var(--body-text-color, #333);
  border-radius: 8px;
  padding: 5px 10px;
}
.blog-one--single .tag-cloud-link:hover {
  background-color: #2e4dfe;
  border-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.blog-one--single .post-arrow-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
}
.blog-one--single .post-arrow-icon:hover {
  background-color: #2e4dfe;
  color: #fff;
}
.blog-one--single .post-arrow-icon:hover svg {
  transition: all 0.4s ease;
  filter: brightness(0) invert(1);
}

.newsletter-one {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .newsletter-one {
    padding: 35px 0;
  }
}
.newsletter-one__wrap {
  position: relative;
  overflow: hidden;
}
.newsletter-one__bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right center;
}
.newsletter-one__bg {
  background-color: #2e4dfe;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .newsletter-one__bg {
    flex-wrap: wrap;
    padding: 30px;
  }
}
.newsletter-one__title {
  font-size: 35px;
  line-height: 53px;
  margin-bottom: 0;
  color: var(--body-color, #fff);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .newsletter-one__title {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 24px;
  }
}
.newsletter-one__form {
  position: relative;
  z-index: 2;
  width: 48.9%;
}
@media (max-width: 991px) {
  .newsletter-one__form {
    width: 100%;
  }
}
.newsletter-one__form .form-group {
  position: relative;
  width: 100%;
}
.newsletter-one input[type=email] {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  font-family: var(--rank-flow-font, "Plus Jakarta Sans", sans-serif);
  outline: none;
  padding-left: 45px;
  padding-right: 20px;
  border: 3px solid var(--bg-color2, #E2E7FF);
  border-radius: 54px;
  color: #2e4dfe;
  background-color: var(--body-color, #fff);
  position: relative;
  z-index: 2;
}
.newsletter-one input[type=email]:is(:focus, :active) {
  box-shadow: none;
}
.newsletter-one input[type=email]:is(:focus, :active) + .newsletter-one__field-bd-effect::before, .newsletter-one input[type=email]:is(:focus, :active) + .newsletter-one__field-bd-effect::after {
  max-width: 100%;
  max-height: 100%;
}
.newsletter-one input::-webkit-input-placeholder {
  color: #2e4dfe;
}
.newsletter-one input::-moz-placeholder {
  color: #2e4dfe;
}
.newsletter-one input::placeholder {
  color: #2e4dfe;
}
.newsletter-one__field-bd-effect {
  position: absolute;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  top: 0;
  left: 0;
  z-index: 1;
}
.newsletter-one__field-bd-effect::before, .newsletter-one__field-bd-effect::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 54px;
}
.newsletter-one__field-bd-effect::before {
  max-width: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-top: 3px solid rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.6);
  border-bottom: 3px solid rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.6);
}
.newsletter-one__field-bd-effect::after {
  max-height: 0;
  margin: auto 0;
  top: 0;
  bottom: 0;
  border-left: 3px solid rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.6);
  border-right: 3px solid rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.6);
}
.newsletter-one__newsletter-btn {
  position: absolute;
  width: fit-content;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 64px;
  z-index: 3;
}
@media (max-width: 480px) {
  .newsletter-one__newsletter-btn {
    width: 64px;
    height: 64px;
    background-image: url("../images/shapes/send-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
  }
  .newsletter-one__newsletter-btn > span {
    text-indent: -999999px;
  }
}
.newsletter-one__newsletter-btn > svg {
  margin-left: 10px;
  transform: rotate(-45deg);
  position: relative;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .newsletter-one__newsletter-btn > svg {
    padding: 0;
    top: 0;
  }
}
@media (max-width: 480px) {
  .newsletter-one__newsletter-btn:hover {
    background-image: url("../images/shapes/send-arrow-hover.png");
  }
}
.newsletter-one__newsletter-btn:hover > svg {
  filter: initial;
  transform: rotate(0);
}
.newsletter-one--two .newsletter-one__bg {
  background-color: transparent;
  gap: 0 13px;
}
@media (max-width: 991px) {
  .newsletter-one--two .newsletter-one__bg {
    padding: 40px 30px;
    gap: 18px 0;
  }
}
.newsletter-one--two .newsletter-one__mx {
  max-width: 700px;
  position: relative;
}
.newsletter-one--two .newsletter-one__business-arrow {
  position: absolute;
  width: 100%;
  height: auto;
  right: -155px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
}
@media (max-width: 1200px) {
  .newsletter-one--two .newsletter-one__business-arrow {
    right: -70px;
  }
}
.newsletter-one--two .newsletter-one__business-arrow > img {
  max-width: 188px;
  width: 100% !important;
}
.newsletter-one--two .newsletter-one__title {
  color: var(--primary-text-color, #001F3F);
}
.newsletter-one--two .newsletter-one__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 0;
}
.newsletter-one--two .newsletter-one__btn {
  min-width: 252px;
}
@media (max-width: 1200px) {
  .newsletter-one--two .newsletter-one__btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}

[data-bs-theme=dark] .newsletter-one__business-arrow img {
  filter: brightness(1) invert(1);
}

.section-testimonial {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-testimonial {
    padding: 35px 0;
  }
}
.section-testimonial .sec-title {
  margin: 0 auto;
  margin-bottom: 48px;
  max-width: 870px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .section-testimonial .sec-title {
    margin-bottom: 55px;
  }
}
.section-testimonial .sec-title__title {
  text-align: center;
}
.section-testimonial__wrap {
  width: 100%;
  position: relative;
}
.section-testimonial .nextmarketing-owl__carousel {
  width: auto !important;
}
.section-testimonial__item {
  position: relative;
}
.section-testimonial__bg {
  background-color: #2e4dfe;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-testimonial__bg {
    border-radius: 16px;
  }
}
.section-testimonial__item-col {
  display: flex;
  flex-wrap: wrap;
}
.section-testimonial__img {
  width: 40%;
  position: relative;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
@media (max-width: 991px) {
  .section-testimonial__img {
    width: 100%;
  }
}
.section-testimonial__img img {
  width: 100% !important;
  height: 100%;
  max-height: 455px;
  min-height: 455px;
  object-fit: cover;
  border-radius: 0 30px 30px 0 !important;
}
@media (max-width: 991px) {
  .section-testimonial__img img {
    border-radius: 0 0 16px 16px !important;
  }
}
.section-testimonial .section-dashboard__playbtn img {
  width: 132px !important;
  min-height: initial !important;
  min-height: initial !important;
}
@media (max-width: 991px) {
  .section-testimonial .section-dashboard__playbtn img {
    width: 70px !important;
  }
}
.section-testimonial__info {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 72px 20px 82px;
}
@media (max-width: 1200px) {
  .section-testimonial__info {
    padding: 20px 60px 20px 60px;
  }
}
@media (max-width: 991px) {
  .section-testimonial__info {
    width: 100%;
    padding: 30px 20px;
  }
}
.section-testimonial__review {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.section-testimonial__star {
  color: var(--bg-color2, #E2E7FF);
  font-size: 26px;
  line-height: 1;
  letter-spacing: 5px;
  color: var(--star-color, #F4C82A);
}
.section-testimonial__text {
  font-size: 24px;
  line-height: 33px;
  font-weight: 800;
  color: var(--body-color, #fff);
  margin-bottom: 38px;
}
@media (max-width: 1200px) {
  .section-testimonial__text {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .section-testimonial__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.section-testimonial__name {
  font-family: var(--rank-flow-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: var(--body-color, #fff);
  display: block;
}
@media (max-width: 991px) {
  .section-testimonial__name {
    font-size: 16px;
    line-height: 25px;
  }
}
.section-testimonial__designation {
  font-family: var(--rank-flow-special-font, "DM Sans", sans-serif);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--body-color, #fff);
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
@media (max-width: 991px) {
  .section-testimonial__designation {
    font-size: 16px;
    line-height: 25px;
  }
}
.section-testimonial__designation::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  background-color: var(--body-color, #fff);
}
.section-testimonial .owl-dots {
  left: 82px;
  bottom: 60px;
}
@media (max-width: 1200px) {
  .section-testimonial .owl-dots {
    bottom: 42px;
    left: 60px;
  }
}

.section-testimonial-three {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-testimonial-three {
    padding: 35px 0;
  }
}
.section-testimonial-three .sec-title {
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .section-testimonial-three .sec-title {
    margin-bottom: 30px;
  }
}
.section-testimonial-three__item {
  padding-bottom: 38px;
}
.section-testimonial-three__bg {
  background-color: var(--body-color, #fff);
  box-shadow: 0px 4px 40px 0px rgba(19, 15, 38, 0.1019607843);
  padding: 57px 90px;
  max-width: 1020px;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .section-testimonial-three__bg {
    padding: 35px 42px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .section-testimonial-three__bg {
    padding: 26px 30px;
  }
}
.section-testimonial-three__shape {
  position: absolute;
  width: calc(100% - 130px);
  height: 50%;
  box-shadow: 0px 4px 40px 0px rgba(19, 15, 38, 0.1019607843);
  left: 65px;
  right: 0;
  bottom: -37px;
  z-index: -1;
  border-radius: 30px;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .section-testimonial-three__shape {
    width: calc(100% - 90px);
    left: 45px;
  }
}
.section-testimonial-three__item-col {
  position: relative;
  z-index: 2;
  background-color: var(--body-color, #fff);
}
@media (max-width: 991px) {
  .section-testimonial-three__item-col {
    align-items: center;
  }
}
.section-testimonial-three__image {
  width: 200px;
}
@media (max-width: 767px) {
  .section-testimonial-three__image {
    width: 100%;
  }
}
.section-testimonial-three__image img {
  border-radius: 15px !important;
  height: 100%;
  max-height: 264px;
  object-fit: cover;
}
.section-testimonial-three__icon {
  position: absolute;
  width: 49px;
  height: auto;
  top: -90px;
  left: -50px;
  z-index: 1;
  transition: all 0.5s ease;
}
.section-testimonial-three__icon img {
  border-radius: 0 !important;
}
.section-testimonial-three__info {
  width: calc((100% - 200px) / 1);
  padding-left: 42px;
}
@media (max-width: 991px) {
  .section-testimonial-three__info {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .section-testimonial-three__info {
    width: 100%;
    padding-left: 0;
    padding-top: 35px;
  }
}
.section-testimonial-three__review {
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .section-testimonial-three__review {
    margin-bottom: 16px;
  }
}
.section-testimonial-three__star {
  font-size: 24px;
  letter-spacing: 5px;
  color: var(--star-color, #F4C82A);
}
@media (max-width: 991px) {
  .section-testimonial-three__star {
    font-size: 21px;
    letter-spacing: 3px;
  }
}
.section-testimonial-three__trustpilot {
  width: 178px;
}
@media (max-width: 991px) {
  .section-testimonial-three__trustpilot {
    width: 123px;
  }
}
.section-testimonial-three__trustpilot img {
  width: 100% !important;
}
.section-testimonial-three__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-testimonial-three__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-testimonial-three__text > strong {
  font-weight: 600;
}
.section-testimonial-three__author {
  padding-top: 42px;
}
@media (max-width: 991px) {
  .section-testimonial-three__author {
    padding-top: 28px;
  }
}
.section-testimonial-three__name {
  font-family: var(--rank-flow-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: var(--primary-text-color, #001F3F);
  display: block;
}
@media (max-width: 991px) {
  .section-testimonial-three__name {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-testimonial-three__designation {
  font-family: var(--rank-flow-special-font, "DM Sans", sans-serif);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  display: block;
}
@media (max-width: 991px) {
  .section-testimonial-three__designation {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-testimonial-three .owl-nav {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .section-testimonial-three .owl-nav {
    bottom: 0 !important;
  }
}
.section-testimonial-three .owl-nav > button {
  border: 0 !important;
  opacity: 1 !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.section-testimonial-three .owl-nav > button:hover {
  background-color: #2e4dfe !important;
  color: var(--body-color, #fff) !important;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(var(--bg-color2-rgb, 226, 231, 255), 1);
  -moz-box-shadow: 0px 0px 0px 6px rgba(var(--bg-color2-rgb, 226, 231, 255), 1);
  box-shadow: 0px 0px 0px 6px rgba(var(--bg-color2-rgb, 226, 231, 255), 1);
}
.section-testimonial-three .active .section-testimonial-three__icon {
  top: -23px;
  left: -25px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .section-testimonial-three .active .section-testimonial-three__icon {
    top: -15px;
    left: -12px;
  }
}
.section-testimonial-three .active .section-testimonial-three__shape {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

[data-bs-theme=dark] .section-testimonial-three__bg {
  background-color: var(--bg-color2);
}
[data-bs-theme=dark] .section-testimonial-three__item-col {
  background-color: var(--bg-color2);
}
[data-bs-theme=dark] .section-testimonial-three__shape {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}

.section-solutions {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-solutions {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-solutions__col {
    padding-bottom: 48px;
  }
}
.section-solutions .sec-title {
  margin-bottom: 50px;
}
.section-solutions__text {
  color: var(--primary-text-color, #001F3F);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.section-solutions__text > strong {
  font-weight: 600;
}
.section-solutions__text + .section-solutions__text {
  margin-top: 34px;
}
.section-solutions__btn {
  height: 73px;
  background-color: transparent;
  border-color: #2e4dfe;
  color: #2e4dfe;
  padding-left: 49px;
  padding-right: 49px;
  margin-top: 86px;
}
@media (max-width: 991px) {
  .section-solutions__btn {
    margin-top: 38px;
  }
}
.section-solutions__btn > svg {
  transition: all 0.2s ease-in-out;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.section-solutions__btn:hover {
  background-color: #2e4dfe;
  color: var(--body-color, #fff);
}
.section-solutions__btn:hover > svg {
  transform: rotate(0);
  filter: brightness(0) invert(1);
}
.section-solutions .section-services-two__icon {
  border-radius: 30px;
}
.section-solutions__features-col:hover .section-services-two__icon > svg {
  transform: scale(0.9);
}

.section-faq {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-faq {
    padding: 35px 0;
  }
}
.section-faq .sec-title {
  max-width: 720px;
  margin: 0 auto;
}
.section-faq .sec-title__title {
  margin-bottom: 25px;
}
.section-faq__row {
  border: 1px solid #d6d7d8;
  background-color: transparent;
  border-radius: 30px;
}
.section-faq__row.active .section-faq__title::after {
  content: "\f068";
}
.section-faq__row + .section-faq__row {
  margin-top: 20px;
}
.section-faq__title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  padding: 15px 35px;
  padding-right: 60px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.section-faq__title:hover {
  color: #2e4dfe;
}
.section-faq__title::after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "+";
  position: absolute;
  width: 22px;
  height: 22px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: var(--primary-text-color, #001F3F);
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 991px) {
  .section-faq__title::after {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .section-faq__title {
    padding: 16px 20px;
    padding-right: 50px;
  }
}
.section-faq__content {
  display: none;
  padding: 0 30px 18px 35px;
}
@media (max-width: 991px) {
  .section-faq__content {
    padding: 0 20px 18px 20px;
  }
}
.section-faq__text {
  color: var(--primary-text-color, #001F3F);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .section-faq__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-faq__list {
  margin-bottom: 16px;
  padding-left: 12px;
}
.section-faq__list li {
  color: var(--primary-text-color, #001F3F);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 18px;
}
.section-faq__list li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 9px;
  left: 0;
  z-index: 1;
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.5);
}
@media (max-width: 991px) {
  .section-faq__list li {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-faq__list li + li {
  margin-top: 11px;
}
.section-faq--three {
  overflow: initial;
}
.section-faq--three .section-faq__title-wrap {
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .section-faq--three .section-faq__title-wrap {
    padding-bottom: 34px;
  }
}

[data-bs-theme=dark] .section-faq__row {
  background-color: var(--bg-color2, #E2E7FF);
}

.section-rating {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-rating {
    padding: 35px 0;
  }
}
.section-rating__bg {
  padding-left: 48px;
  position: relative;
  overflow: hidden;
}
.section-rating__bg::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-rating__bg::after {
    content: none;
  }
}
@media (max-width: 1200px) {
  .section-rating__bg {
    padding: 30px 0;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .section-rating__bg {
    border-radius: 20px;
  }
}
.section-rating__counting-wrap {
  width: 332px;
}
@media (max-width: 1050px) {
  .section-rating__counting-wrap {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 35px;
  }
}
.section-rating__counter-bx {
  background-color: var(--primary-color, #2E4DFE);
  box-shadow: 0px 4px 40px 0px rgba(44, 54, 109, 0.2509803922);
  border-radius: 16px;
  padding: 29px 30px 22px 30px;
}
@media (max-width: 1050px) {
  .section-rating__counter-bx {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-rating__counter-bx {
    padding: 22px 18px;
  }
}
.section-rating__counter-bx li {
  padding: 0 24px;
  position: relative;
}
@media (max-width: 1050px) {
  .section-rating__counter-bx li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-rating__counter-bx li {
    padding: 0 15px;
  }
}
.section-rating__counter-bx li:first-child {
  padding-left: 0;
}
.section-rating__counter-bx li + li {
  padding-right: 0;
}
.section-rating__counter-bx li + li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--body-color, #fff);
}
.section-rating__counter-bx .section-hero-two__funfactcount {
  font-size: 32px;
  line-height: 27px;
  color: var(--body-color, #fff);
  display: block;
}
@media (max-width: 767px) {
  .section-rating__counter-bx .section-hero-two__funfactcount {
    font-size: 24px;
    line-height: 22px;
  }
}
.section-rating__counter-text {
  font-size: 18px;
  line-height: 28px;
  color: var(--bg-color2, #E2E7FF);
  font-weight: 400;
  margin-bottom: 0;
}
.section-rating__slider-wrap {
  width: 100%;
}
@media (max-width: 1200px) {
  .section-rating__slider-wrap {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .section-rating__slider-wrap {
    width: 100%;
    padding-right: 30px;
  }
}
.section-rating__slider-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--primary-text-color, #001F3F);
  width: 287px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-rating__slider-title {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    margin-bottom: 25px;
  }
}
.section-rating__slider-bx {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .section-rating__slider-bx {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .section-rating__slider-bx {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section-rating__slider-item {
    justify-content: center;
  }
}
.section-rating__slider-content {
  padding-left: 12px;
}
.section-rating__slider-heading {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: var(--body-text-color, #5C6671);
  margin-bottom: 6px;
}
.section-rating .section-hero__review {
  margin-bottom: 6px;
}
.section-rating .section-hero__rvw-text {
  font-size: 19px;
  line-height: 19px;
  font-weight: 800;
  color: var(--star-color2, #FEA500);
  margin-bottom: 0;
}
.section-rating .section-hero__star-wrap {
  padding-left: 12px;
}
.section-rating .star-icon {
  color: var(--star-color2, #FEA500);
  font-size: 19px;
  line-height: 19px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.section-rating__slider-text {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.section-client-rating {
  position: relative;
  padding: 60px 0;
}
.section-client-rating::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 35%;
  left: 0;
  bottom: 38px;
  background: linear-gradient(180deg, rgba(var(--body-color-rgb, 255, 255, 255), 0.12) 0%, var(--body-color, #fff) 62.94%);
  z-index: 1;
}
@media (max-width: 991px) {
  .section-client-rating {
    padding: 35px 0;
  }
}
.section-client-rating .sec-title {
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 87px;
}
@media (max-width: 991px) {
  .section-client-rating .sec-title {
    margin-bottom: 30px;
  }
}
.section-client-rating__content {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.section-client-rating__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 150px;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, var(--body-color, #fff) 30%, var(--body-color, #fff) 0%, rgba(var(--body-color-rgb, 255, 255, 255), 0) 74%);
}
.section-client-rating__item-wrap {
  max-height: 1190px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  .section-client-rating__item-wrap {
    max-height: 650px;
    margin-bottom: 45px;
  }
}
.section-client-rating__item-col {
  --animation-dir: forwards;
  --animation-duration: 75s;
  transition: all 0.5s ease-in;
  animation: scrollTop var(--animation-duration) var(--animation-dir) linear infinite;
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .section-client-rating__item-col {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .section-client-rating__item-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-client-rating__item-col {
    width: 100%;
  }
}
.section-client-rating__item-col:hover {
  animation-play-state: paused;
}
.section-client-rating__item-col[data-dir=top] {
  --animation-dir: forwards;
}
@keyframes scrollTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.section-client-rating__item-col + .section-client-rating__item-col {
  margin-top: 30px;
}
.section-client-rating__item {
  width: 100%;
  height: auto !important;
  background-color: var(--body-color, #fff);
  border-radius: 30px;
  box-shadow: 0px 4px 18px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.1);
  margin-bottom: 30px;
}
.section-client-rating__bg {
  overflow: hidden;
  padding: 30px;
  padding-right: 20px;
}
.section-client-rating__review {
  padding-bottom: 9px;
}
.section-client-rating .star-icon {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 6px;
  color: var(--star-color, #F4C82A);
}
.section-client-rating__titlewrap {
  padding-bottom: 20px;
}
.section-client-rating__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .section-client-rating__title {
    font-size: 16px;
    line-height: 25px;
  }
}
.section-client-rating__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-client-rating__text {
    font-size: 16px;
    line-height: 25px;
  }
}
.section-client-rating__author__img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.section-client-rating__author__img img {
  width: 100% !important;
  border-radius: 50% !important;
}
.section-client-rating__author__info {
  padding-left: 15px;
}
.section-client-rating__author__name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 2px;
}
.section-client-rating__author__designation {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}
.section-client-rating__btn {
  margin: 0 auto;
  padding: 8px 45px;
  height: 64px;
  min-width: 360px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-client-rating__btn {
    min-width: initial;
  }
}
.section-client-rating__btn > svg {
  filter: brightness(0) invert(1);
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: all 0.5s ease;
}
.section-client-rating__btn:hover > svg {
  filter: initial;
  transform: rotate(0);
}

[data-bs-theme=dark] .section-client-rating__item {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.3);
}

.section-team {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-team {
    padding: 35px 0;
  }
}
.section-team .sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 872px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-team .sec-title {
    margin-bottom: 30px;
  }
}
.section-team .sec-title__title {
  text-align: center;
}
.section-team__wrap {
  position: relative;
  padding: 0 30px;
  padding-bottom: 64px;
}
.section-team__wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(var(--bg-color2-rgb, 226, 231, 255), 0.3);
  border-radius: 30px;
}
.section-team__max-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section-team__image {
  height: 510px;
  width: 100%;
  border-radius: 30px !important;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .section-team__image {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .section-team__image {
    height: 400px;
  }
}
.section-team__image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover !important;
  object-position: center center;
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  .section-team__feature-col + .section-team__feature-col {
    margin-top: 22px;
  }
}
.section-team__feature-icon {
  width: 75px;
  min-width: 75px;
  height: 75px;
  background-color: var(--body-color, #fff);
  box-shadow: 0px 4px 20px 0px rgba(0, 31, 63, 0.1019607843);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .section-team__feature-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}

.section-team__feature-icon i{
  color: var(--primary-color);
  font-size: 20px;
}

.section-team__feature-info {
  width: calc(100% - 75px);
  padding-left: 38px;
}
@media (max-width: 1200px) {
  .section-team__feature-info {
    width: calc(100% - 60px);
    padding-left: 22px;
  }
}
.section-team__feature-titel {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
.section-team__feature-titel a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.section-team__feature-titel a:hover {
  background-size: 100% 1px;
}
@media (max-width: 991px) {
  .section-team__feature-titel {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-team__feature-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-team__feature-text {
    font-size: 16px;
    line-height: 25px;
  }
}

.team-seo-expert {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .team-seo-expert {
    padding: 35px 0;
  }
}
.team-seo-expert__menimg {
  max-width: 490px;
  padding: 22px 40px;
}
@media (max-width: 991px) {
  .team-seo-expert__menimg {
    max-width: 100%;
  }
}
.team-seo-expert__img img {
  width: 100% !important;
  border-radius: 30px !important;
  object-fit: cover;
  height: 100%;
}
.team-seo-expert__shape.dots-shape {
  right: 44px;
}
.team-seo-expert__shape.bg-shape {
  width: 175px;
  height: 415px;
  top: 75px;
  background-color: #2e4dfe14;
  border-radius: 30px;
}
.team-seo-expert__shape img {
  width: auto !important;
}
.team-seo-expert__content {
  max-width: 760px;
}
@media (max-width: 991px) {
  .team-seo-expert__content {
    max-width: 100%;
  }
}
.team-seo-expert .sec-title {
  margin-bottom: 38px;
}
.team-seo-expert .sec-title__title {
  margin-bottom: 63px;
}
@media (max-width: 991px) {
  .team-seo-expert .sec-title__title {
    margin-bottom: 30px;
  }
}
.team-seo-expert__signature {
  width: 240px;
}
.team-seo-expert__signature img {
  width: 100% !important;
}
.team-seo-expert__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}
.team-seo-expert__designation {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  color: var(--body-text-color, #333);
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .team-seo-expert__designation {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.team-seo-expert__details li strong {
  color: rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.6);
}
.team-seo-expert--single .team-seo-expert__menimg {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .team-seo-expert--single .team-seo-expert__menimg {
    margin-bottom: 38px;
  }
}
.team-seo-expert--single .sec-title {
  margin-bottom: 62px;
}
@media (max-width: 991px) {
  .team-seo-expert--single .sec-title {
    margin-bottom: 42px;
  }
}
.team-seo-expert--single .team-seo-expert__name {
  font-size: 36px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .team-seo-expert--single .team-seo-expert__name {
    font-size: 28px;
    line-height: 34px;
  }
}
.team-seo-expert--single .team-seo-expert__details {
  margin-bottom: 26px;
}
.team-seo-expert--single .single-item__title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .team-seo-expert--single .single-item__title {
    margin-bottom: 25px;
  }
}
.team-seo-expert--single .single-item + .single-item {
  margin-top: 74px;
}
@media (max-width: 991px) {
  .team-seo-expert--single .single-item + .single-item {
    margin-top: 56px;
  }
}
.team-seo-expert--single__list li {
  position: relative;
  padding-left: 48px;
}
@media (max-width: 991px) {
  .team-seo-expert--single__list li {
    padding-left: 38px;
  }
}

.services-details-seo__approach {
  position: relative;
}

.service-points ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 30px; 
  padding-left: 30px;
}

.service-points ul li {
  margin-left: 10px; 
  position: relative; 
  margin-bottom: 10px;
}

.service-points ul li::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0; /* Adjust top as needed */
  left: -30px; /* Adjust left to align with margin */
  z-index: 1;
  background-image: url('../images/icon/check-mark.png'); 
  background-size: cover; 
}

@media (max-width: 768px) {
  .service-points ul {
     grid-template-columns: 1fr;  
  }
}

.team-seo-expert--single__list ul li::before,
.list-styes ul li::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 4px;
  left: 0;
  z-index: 1;
  background-image: url('../images/icon/check-mark.png'); 
  background-size: cover; 
}

.team-seo-expert--single__list li + li {
  margin-top: 15px;
}

.team-carousel__slider .nextmarketing-owl__carousel {
  padding-bottom: 25px;
}
.team-carousel__slider .owl-dots {
  justify-content: center;
}
.team-carousel__slider .owl-dots .owl-dot {
  background-color: var(--bg-color, #001F3F) !important;
}
.team-carousel__slider .owl-dots .owl-dot.active {
  background-color: #2e4dfe !important;
}

[data-bs-theme=dark] .team-seo-expert__signature img {
  filter: brightness(0) invert(1);
}

[data-bs-theme=dark] .bg-color {
  background: #191f25;
}

.section-study {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-study {
    padding: 35px 0;
  }
}
.section-study .sec-title {
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .section-study .sec-title {
    margin-bottom: 30px;
  }
}
.section-study__col:hover .section-study__image::after {
  opacity: 1;
  visibility: visible;
}
.section-study__col:hover .section-study__title::after {
  width: 100%;
}
.section-study__image {
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 30px !important;
  overflow: hidden;
  position: relative;
}
.section-study__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--bg-color-rgb, 0, 31, 63), 0.3);
  transition: all 0.5s ease;
}
.section-study__image img {
  width: 100% !important;
  height: 100%;
  border-radius: 30px !important;
  object-fit: cover !important;
}
@media (max-width: 991px) {
  .section-study__image img {
    border-radius: 16px !important;
  }
}
.section-study__info {
  position: absolute;
  left: 15px;
  bottom: 18px;
  z-index: 1;
  width: calc(100% - 30px);
  height: auto;
  background-color: var(--primary-color);
  border-radius: 18px;
  padding: 11px 23px 1px 23px;
}
.section-study__title {
  font-size: 24px;
  line-height: 34px;
  color: var(--body-color, #fff);
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
  margin-bottom: 11px;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .section-study__title {
    font-size: 22px;
    line-height: 31px;
  }
}
.section-study__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88px;
  height: 1px;
  background-color: var(--body-color, #fff);
  transition: all 0.5s ease;
}
.section-study__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--body-color, #fff);
  margin-bottom: 0;
}
.section-study--team .section-study__info {
  background-color: rgba(var(--bg-color-rgb, 0, 31, 63), 0.35);
  backdrop-filter: blur(5px);
}

.section-form__bg {
  background-color: #191f25;
  position: relative;
  border-radius: 30px;
  padding: 138px 20px 62px 20px;
}
@media (max-width: 991px) {
  .section-form__bg {
    padding-top: 52px;
  }
}
.section-form__bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.section-form__inner-mx {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section-form__content {
  width: calc((41% - 0px) / 1);
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .section-form__content {
    width: 100%;
  }
}
.section-form__icon {
  width: 75px;
  height: 75px;
  background-color: var(--body-color, #fff);
  border-radius: 8px;
  margin-bottom: 13px;
}
.section-form__icon img {
  width: 46px !important;
}
.section-form .sec-title {
  margin-bottom: 0;
}
.section-form .sec-title__title {
  color: var(--body-color, #fff);
  margin-bottom: 9px;
}

@media (max-width: 991px) {
  .section-form .sec-title__text {
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
  }
}
.section-form__form {
  width: calc((59% - 0px) / 1);
}
@media (max-width: 991px) {
  .section-form__form {
    width: 100%;
  }
}
.section-form--four {
  padding: 0px 0px 60px;
}
.section-form--four .section-form__bg {
  box-shadow: 0px -8px 40px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.1);
  padding: 0 160px ;
  padding-top: 80px;
  margin-top: 60px;
}

.section-form--four .section-form__icon {
  box-shadow: 0px 4px 20px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.1);
}
.section-form--four .sec-title__title {
  color: #333;
}


.section-form--four .section-form__form {
  width: calc(50% + 0px);
  margin-left: auto;
}
@media (max-width: 991px) {
  .section-form--four .section-form__form {
    width: 100%;
  }
}
.section-form--four .form-control {
  border-width: 2px;
  border-color: #c8c7c7;
  background-color: var(--body-color, #fff);
  color: #000;
font-weight: 400;
}
.section-form--four .custom-select .form-control {
  color: #a59d9d;
}
.section-form--four .custom-select .attr-remove::after,
.section-form--four .custom-select .custom_selected::after {
  filter: opacity(0.2);
}
.section-form--four .custom-select .attr-remove {
  color: var(--primary-text-color, #001F3F);
}
.section-form--four .custom_select_opt_wrap {
  border: 2px solid rgba(var(--icon-color-rgb, 192, 192, 192), 0.6);
}
.section-form--four .custom_select_opt:hover {
  color: var(--body-color, #fff);
}
.section-form--four .form-control::-webkit-input-placeholder {
  color: #a59d9d;
}
.section-form--four .form-control:-moz-placeholder {
  color: #a59d9d;
}
.section-form--four .form-control::-moz-placeholder {
  color: #a59d9d;
}
.section-form--four .form-control:-ms-input-placeholder {
  color: #a59d9d;
}
.section-form--four .form-control::-ms-input-placeholder {
  color: #a59d9d;
}
.section-form--four .form-control::placeholder {
  color: #a59d9d;
}

[data-bs-theme=dark] .section-form--four .section-form__bg {
  box-shadow: 0px -8px 40px 0px rgba(0, 0, 0, 0.3);
}

[data-bs-theme=dark] .section-form--four .sec-title__title,
[data-bs-theme=dark] .section-form .sec-title__text,
[data-bs-theme=dark] .rd-lbl,
[data-bs-theme=dark] .style-form {
  color: #cad4e1;
}

.section-feature {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-feature {
    padding: 35px 0;
  }
}

.section-hero-four .container {
  max-width: 1680px;
}

.container {
  max-width: 1350px;
}
.section-feature .sec-title {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-feature .sec-title {
    margin-bottom: 30px;
  }
}
.section-feature__bg {
  background-color: rgba(var(--bg-color2-rgb, 226, 231, 255), 0.6);
  border-radius: 15px !important;
  /*border: 2px solid rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.15);*/
  padding-top: 200px;
  padding: 200px 24px 80px 24px;
  overflow: hidden;
  box-shadow: 0px 4px 40px 0px rgba(19, 15, 38, 0.1019607843);
}
@media (max-width: 991px) {
  .section-feature__bg {
    padding: 130px 20px 45px 20px;
  }
}
.section-feature__bg:hover .section-feature__bgimg {
  opacity: 0.3;
  transform: translateY(-65px);
}
.section-feature__bg:hover .section-feature__icon img {
  opacity: 0.9;
  transform: scale(0.95) rotate(70deg);
}
.section-feature__bgimg {
  background-repeat: no-repeat;
  opacity: 0.22;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .section-feature__bgimg {
    background-position: center top;
  }
}
.section-feature__icon {
  min-height: 100px;
  width: 100px;
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
.section-feature__icon img {
  width: 100% !important;
  transition: all 0.5s ease;
}
.section-feature__title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
      font-weight: 600;
}
@media (max-width: 1200px) {
  .section-feature__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    margin-top: 0;
  }
}
.section-feature__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.section-feature__title a:hover {
  background-size: 100% 1px;
}
.section-feature__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-feature__text {
    font-size: 16px;
    line-height: 25px;
  }
}
.section-feature--two .section-feature__bg {
  border-width: 1px;
  padding: 20px;
  background: #fff;
  height: 325px;
}
.section-feature--two .section-feature__image {
    width: 100%;
    text-align: center;
}
/*.section-feature--two .section-feature__image img {*/
/*  width: 100% !important;*/
/*  min-height: 70px;*/
/*  max-height: 70px;*/
/*  object-fit: contain;*/
/*  margin: 0 auto;*/
/*}*/
.section-feature--two .section-feature__info {
  padding: 3px;
}

.section-approach {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-approach {
    padding: 35px 0;
  }
}
.section-approach .sec-title {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section-approach__facilities {
  gap: 20px;
  padding-bottom: 20px;
}
.section-approach__facilities__col {
  width: calc((100% - 80px) / 5);
  background-color: #2e4dfe14;
  border-radius: 10px;
  padding: 15px 16px;
  transition: all 0.5s ease;
}
@media (max-width: 1279px) {
  .section-approach__facilities__col {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 991px) {
  .section-approach__facilities__col {
    width: calc((100% - 0px) / 1);
  }
}
.section-approach__facilities__col:hover {
  background-color: #2e4dfe;
}
.section-approach__facilities__col:hover .section-approach__facilities__icon img {
  filter: brightness(0) invert(1);
}
.section-approach__facilities__col:hover .section-approach__facilities__title {
  color: var(--body-color, #fff);
}
.section-approach__facilities__icon img {
  width: auto !important;
  transition: all 0.5s ease;
  filter: invert(56%) sepia(96%) saturate(7094%) hue-rotate(229deg) brightness(97%) contrast(107%);
}
.section-approach__facilities__titlewrap {
  padding-left: 23px;
}
.section-approach__facilities__title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    color: var(--body-text-color, #333);
    transition: all 0.5s ease;
}
@media (max-width: 1279px) {
  .section-approach__facilities__title br {
    display: none;
  }
}
.section-approach__content-bg {
  background-color: #2e4dfe14;
  border-radius: 30px;
  padding: 30px;
  padding-left: 82px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .section-approach__content-bg {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .section-approach__content-bg {
    padding: 20px;
  }
}
.section-approach__left {
  width: 100%;
  max-width: 585px;
}
@media (max-width: 991px) {
  .section-approach__left {
    max-width: initial;
    padding-bottom: 45px;
  }
}
.section-approach__title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-approach__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
.section-approach__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .section-approach__text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
  }
}
.section-approach__btn {
  padding-left: 34px;
  padding-right: 34px;
}
.section-approach__image {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .section-approach__image {
    max-width: initial;
    margin-left: 0;
  }
}
.section-approach__image img {
  width: 100% !important;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .section-approach__image img {
    border-radius: 15px;
  }
}
.section-approach .tab-item {
  cursor: pointer;
}
.section-approach .tab-item.tab-active {
  background-color: #2e4dfe;
}
.section-approach .tab-item.tab-active .section-approach__facilities__icon img {
  filter: brightness(0) invert(1);
}
.section-approach .tab-item.tab-active .section-approach__facilities__title {
  color: var(--body-color, #fff);
}
.section-approach .tab-content {
  opacity: 0;
  visibility: hidden;
  transition: transform 1.3s ease, opacity 0.5s ease, visibility 0.5s ease;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: translateY(80px);
}
.section-approach .tab-content.content-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

[data-bs-theme=dark] .section-approach__facilities__col:hover .section-approach__facilities__title {
  color: var(--primary-text-color, #001F3F);
}

.section-funfact {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-funfact {
    padding: 35px 0;
  }
}
@media (max-width: 1280px) {
  .section-funfact__list {
    gap: 25px 0;
  }
}
.section-funfact__item {
  width: auto;
}
@media (max-width: 1280px) {
  .section-funfact__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-funfact__item {
    width: 100%;
  }
}
.section-funfact__item + .section-funfact__item {
  padding-left: 12px;
}
.section-funfact__content {
  max-width: 290px;
}
@media (max-width: 1280px) {
  .section-funfact__content {
    max-width: 100%;
  }
}
.section-funfact__count {
  font-size: 62px;
  font-weight: 800;
  line-height: 78px;
  letter-spacing: -0.05em;
  color: #2e4dfe;
}
@media (max-width: 991px) {
  .section-funfact__count {
    font-size: 52px;
    font-weight: 800;
    line-height: 68px;
  }
}
.section-funfact__counter-text {
  font-size: 62px;
  font-weight: 800;
  line-height: 78px;
  letter-spacing: -0.05em;
  color: #2e4dfe;
}
@media (max-width: 991px) {
  .section-funfact__counter-text {
    font-size: 52px;
    font-weight: 800;
    line-height: 68px;
  }
}
.section-funfact__text {
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  color: var(--primary-text-color, #001F3F);
  margin-bottom: 0;
  padding-left: 14px;
}
@media (max-width: 991px) {
  .section-funfact__text {
    font-size: 17px;
    line-height: 26px;
  }
}

.section-why-choose {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-why-choose {
    padding: 35px 0;
  }
}
.section-why-choose__images {
  width: 38.5%;
  padding: 22px 40px;
}
@media (max-width: 1200px) {
  .section-why-choose__images {
    padding: 18px 25px;
  }
}
@media (max-width: 991px) {
  .section-why-choose__images {
    width: 100%;
    margin-bottom: 38px;
  }
}
.section-why-choose__img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.section-why-choose__img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .section-why-choose__img img {
    border-radius: 16px !important;
  }
}
.section-why-choose__shape {
  width: auto;
  height: auto;
}
.section-why-choose__shape img {
  width: auto !important;
}
.section-why-choose__shape.dots-shape {
  right: 44px;
}
.section-why-choose__shape.bg-shape {
  width: 175px;
  height: 415px;
  top: 75px;
  background-color: #2e4dfe14;
  border-radius: 30px;
}
.section-why-choose__content {
  width: 61.5%;
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .section-why-choose__content {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .section-why-choose__content {
    width: 100%;
  }
}
.section-why-choose .sec-title {
  margin-bottom: 15px;
}
.section-why-choose .sec-title__title {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .section-why-choose .sec-title__title {
    margin-bottom: 16px;
  }
}
.section-why-choose__icon {
  margin-bottom: 10px;
}
.section-why-choose__icon svg {
  fill: transparent;
}
.section-why-choose__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .section-why-choose__title {
    font-size: 18px;
  }
}
.section-why-choose__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.section-why-choose__title a:hover {
  background-size: 100% 1px;
}
.section-why-choose__text {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-why-choose__text {
    font-size: 16px;
    line-height: 25px;
  }
}

.section-progress-stories {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-progress-stories {
    padding: 35px 0;
  }
}

.section-progress-stories__images {
  width: 44%;
  padding-bottom: 61px;
}
@media (max-width: 991px) {
  .section-progress-stories__images {
    width: 100%;
    margin-bottom: 46px;
  }
}
.section-progress-stories__images img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  .section-progress-stories__images img {
    border-radius: 16px !important;
  }
}
.section-progress-stories__experience {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 30px;
}
.section-progress-stories__bg {
  width: 100%;
  max-width: 390px;
  background-color: #ff7b00;
  border-radius: 18px;
  padding: 17px 38px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-progress-stories__bg {
    padding: 12px 20px;
  }
}
.section-progress-stories__experience-year {
  color: var(--body-color, #fff);
  font-size: 82px;
  line-height: 97px;
  font-weight: 800;
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .section-progress-stories__experience-year {
    font-size: 76px;
    line-height: 87px;
    padding-right: 15px;
  }
}
.section-progress-stories__experience-text {
  font-size: 18px;
  color: var(--body-color, #fff);
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0;
  border-left: 1px solid var(--body-color, #fff);
  padding-left: 24px;
}
@media (max-width: 991px) {
  .section-progress-stories__experience-text {
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
  }
}
.section-progress-stories__content {
  width: 52%;
  padding-top: 34px;
}
@media (max-width: 1400px) {
  .section-progress-stories__content {
    width: 56%;
  }

  .hero-sec{
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .section-progress-stories__content {
    width: 100%;
    padding-top: 0;
  }
}
.section-progress-stories .sec-title {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .section-progress-stories .sec-title {
    margin-bottom: 30px;
  }
}
.section-progress-stories .sec-title__title {
  margin-bottom: 18px;
}
.section-progress-stories .section-provide__feature {
  gap: 23px;
}
.section-progress-stories .section-provide__ftwrap {
  width: calc((100% - 46px) / 3);
}
@media (max-width: 1200px) {
  .section-progress-stories .section-provide__ftwrap {
    width: calc((100% - 0px) / 1);
  }
}
.section-progress-stories__progress-wrap {
  padding-bottom: 72px;
}
@media (max-width: 991px) {
  .section-progress-stories__progress-wrap {
    padding-bottom: 52px;
  }
}
.section-progress-stories__progress + .section-progress-stories__progress {
  padding-top: 30px;
}
.section-progress-stories__progress-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-progress-stories__progress-bar {
  width: 100%;
  height: 15px;
  background-color: var(--bg-color2, #E2E7FF);
  border-radius: 2px;
}
.section-progress-stories__progress-inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0px;
  background-color: #2e4dfe;
  transition: all 1333ms linear;
  border-radius: 2px !important;
  width: 0px;
}
.section-progress-stories__progress-number {
  position: absolute;
  bottom: calc(100% + 12px);
  right: calc(0% - 12px);
  color: var(--primary-text-color, #001F3F);
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
}
.section-progress-stories__btn {
  line-height: 22px;
  padding-left: 33px;
  padding-right: 33px;
}

.sidebar {
  transition: all 0.5s ease;
}
.sidebar__single__bg {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  border-radius: 8px;
  padding: 20px;
}
@media (max-width: 991px) {
  .sidebar__single__bg {
    padding: 15px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 48px;
}
@media (max-width: 991px) {
  .sidebar__single + .sidebar__single {
    margin-top: 28px;
  }
}
.sidebar__title {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .sidebar__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.sidebar__search .form-control {
  height: 75px;
  border-radius: 8px;
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  border-width: 2px;
  border-color: rgba(var(--bg-color-rgb, 0, 31, 63), 0.08);
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  color: var(--body-text-color, #333);
  -webkit-appearance: none;
  appearance: none;
  padding-right: 54px;
}
@media (max-width: 991px) {
  .sidebar__search .form-control {
    height: 60px;
    font-size: 18px;
    line-height: 28px;
  }
}
.sidebar__search .form-control::-webkit-search-decoration, .sidebar__search .form-control::-webkit-search-cancel-button, .sidebar__search .form-control::-webkit-search-results-button, .sidebar__search .form-control::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.sidebar__search .form-control::-webkit-input-placeholder {
  color: rgba(var(--body-text-color-rgb, 92, 102, 113), 0.8);
}
.sidebar__search .form-control:-moz-placeholder {
  color: rgba(var(--body-text-color-rgb, 92, 102, 113), 0.8);
}
.sidebar__search .form-control::-moz-placeholder {
  color: rgba(var(--body-text-color-rgb, 92, 102, 113), 0.8);
}
.sidebar__search .form-control:-ms-input-placeholder {
  color: rgba(var(--body-text-color-rgb, 92, 102, 113), 0.8);
}
.sidebar__search .form-control::-ms-input-placeholder {
  color: rgba(var(--body-text-color-rgb, 92, 102, 113), 0.8);
}
.sidebar__search .form-control::placeholder {
  color: rgba(var(--body-text-color-rgb, 92, 102, 113), 0.8);
}
.sidebar__search .search-submit {
  width: 24px;
  height: 100%;
  right: 22px;
  margin: auto 0;
}
.sidebar__nav li {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  background-color: var(--body-color, #fff);
  border-radius: 8px;
  position: relative;
}
@media (max-width: 1200px) {
  .sidebar__nav li {
    font-size: 18px;
    line-height: 28px;
  }
}
.sidebar__nav li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #2e4dfe;
  transition: all 500ms ease;
  border-radius: 8px;
}
.sidebar__nav li + li {
  margin-top: 15px;
}
.sidebar__nav li.active::after, .sidebar__nav li:hover::after {
  width: 100%;
}
.sidebar__nav li.active a, .sidebar__nav li:hover a {
  color: var(--body-color, #fff);
}
.sidebar__nav li a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 22px;
}
@media (max-width: 1200px) {
  .sidebar__nav li a {
    padding: 18px 20px;
  }
}
.sidebar__posts__item + .sidebar__posts__item {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .sidebar__posts__item + .sidebar__posts__item {
    margin-top: 22px;
  }
}
.sidebar__posts__image {
  width: 136px;
  min-width: 136px;
}
@media (max-width: 1200px) {
  .sidebar__posts__image {
    width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 991px) {
  .sidebar__posts__image {
    width: 100px;
    min-width: 100px;
  }
}
.sidebar__posts__image img {
  width: 100% !important;
  border-radius: 8px;
}
.sidebar__posts__content {
  width: calc((100% - 136px) / 1);
  padding-left: 14px;
}
@media (max-width: 1200px) {
  .sidebar__posts__content {
    width: calc((100% - 120px) / 1);
  }
}
.sidebar__posts__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: var(--body-text-color, #333);
}
@media (max-width: 991px) {
  .sidebar__posts__date {
    margin-bottom: 6px;
  }
}
.sidebar__posts__date > span {
  padding-right: 3px;
}
.sidebar__posts__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sidebar__posts__title {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidebar__posts__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

[data-bs-theme=dark] .sidebar__nav li:hover a, [data-bs-theme=dark] .sidebar__nav li.active a {
  color: var(--primary-text-color, #001F3F);
}
[data-bs-theme=dark] .sidebar__nav li:hover::after, [data-bs-theme=dark] .sidebar__nav li.active::after {
  width: 100%;
}

.section-job-circular {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-job-circular {
    padding: 35px 0;
  }
}
.section-job-circular .sec-title {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .section-job-circular .sec-title {
    margin-bottom: 30px;
  }
}
.section-job-circular__item-row {
  padding: 60px 40px 60px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0px rgba(2, 24, 93, 0.07);
  border-radius: 30px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .section-job-circular__item-row {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section-job-circular__item-row {
    border-radius: 16px;
    padding: 16px;
  }
}
.section-job-circular__item-row:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(var(--bg-color-rgb, 0, 31, 63), 0.1);
  box-shadow: 0px 0px 20px 0px rgba(var(--bg-color-rgb, 0, 31, 63), 0.1);
}
.section-job-circular__item-row + .section-job-circular__item-row {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .section-job-circular__item-row + .section-job-circular__item-row {
    margin-top: 30px;
  }
}
/*.section-job-circular__item-col {
  width: calc((100% - 268px) / 3);
}
@media (max-width: 991px) {
  .section-job-circular__item-col {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 767px) {
  .section-job-circular__item-col {
    width: calc((100% - 0px) / 1);
  }
}*/
.section-job-circular__item-col.view-circular {
  width: 238px;
  min-width: 238px;
  margin-top: 30px;
}
.section-job-circular__icon {
  width: 60px;
  height: 60px;
  background-color: var(--body-color, #fff);
  border: 2px solid var(--bg-color2, #E2E7FF);
  border-radius: 8px;
}
.section-job-circular__content {
  width: calc((100% - 60px) / 1);
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .section-job-circular__content {
    padding-left: 12px;
  }
}
.section-job-circular .next-marketing-btn {
  padding-left: 48px;
  padding-right: 48px;
}

.section-job-details {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-job-details {
    padding: 34px 0;
  }
}
.section-job-details__circularbg {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  border-radius: 0px 0px 30px 30px;
  padding: 95px 30px;
  margin-bottom: 61px;
}
@media (max-width: 991px) {
  .section-job-details__circularbg {
    padding: 60px 30px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .section-job-details__circularbg {
    padding: 50px 16px;
  }
}
.section-job-details__circular-max {
  max-width: 1320px;
  margin: 0 auto;
}
.section-job-details__titlewrap {
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .section-job-details__titlewrap {
    margin-bottom: 26px;
  }
}
.section-job-details__salary li.salary-range {
  font-size: 36px;
  line-height: 50px;
  color: var(--primary-text-color, #001F3F);
}
@media (max-width: 991px) {
  .section-job-details__salary li.salary-range {
    font-size: 28px;
    line-height: 34px;
  }
}
.section-job-details__salary li.salary-currency {
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .section-job-details__salary li.salary-currency {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-job-details__circular {
  width: calc((100% - 194px) / 1);
  gap: 12px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .section-job-details__circular {
    width: calc((100% - 0px) / 1);
  }
}
.section-job-details__circularcol {
  width: calc((100% - 24px) / 3);
}
@media (max-width: 991px) {
  .section-job-details__circularcol {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 767px) {
  .section-job-details__circularcol {
    width: calc((100% - 0px) / 2);
  }
}
.section-job-details .next-marketing-btn {
  min-width: 194px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .section-job-details .next-marketing-btn {
    min-width: initial;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 15px;
  }
}
.section-job-details__description__content {
  padding-right: 16px;
}
@media (max-width: 991px) {
  .section-job-details__description__content {
    padding-right: 0;
    padding-bottom: 38px;
  }
}
.section-job-details__description__item {
  margin-bottom: 50px;
}
.section-job-details__description__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-job-details__description__item {
    margin-bottom: 32px;
  }
}
.section-job-details__description__headding {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-job-details__description__headding {
    margin-bottom: 20px;
  }
}
.section-job-details__description__list li {
  position: relative;
  padding-left: 16px;
}
.section-job-details__description__list li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 11.5px;
  left: 0;
  border-radius: 50px;
  background-color: var(--body-text-color, #333);
}
.section-job-details__description__benefites {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
  border-radius: 30px;
  transition: all 0.5s ease;
  padding: 43px 18px 43px 25px;
}
.section-job-details__description__benefites-list li {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
}
.section-job-details__description__benefites-list li img {
  position: relative;
  top: 4px;
  width: 18px !important;
}
.section-job-details__description__benefites-list li span {
  display: block;
  padding-left: 12px;
}
.section-job-details__description__benefites-list li + li {
  margin-top: 15px;
}

.section-portfolio {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-portfolio {
    padding: 35px 0;
  }
}
.section-portfolio__filter {
  gap: 20px 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-portfolio__filter {
    gap: 20px;
    margin-bottom: 35px;
  }
}
.section-portfolio__filter li {
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .section-portfolio__filter li {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-portfolio__filter li:hover, .section-portfolio__filter li.active {
  color: var(--primary-text-color, #001F3F);
}

.section-portfolio-single {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-portfolio-single {
    padding: 35px 0;
  }
}
.section-portfolio-single .sec-title {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-portfolio-single .sec-title {
    margin-bottom: 10px;
  }
}
.section-portfolio-single__feature-img {
  border-radius: 30px;
  margin-bottom: 78px;
}
@media (max-width: 991px) {
  .section-portfolio-single__feature-img {
    margin-bottom: 40px;
  }
}
.section-portfolio-single__feature-img img {
  width: 100% !important;
  border-radius: 30px !important;
}
.section-portfolio-single__order-list {
  padding-left: 20px;
}
.section-portfolio-single__order-list li::marker {
  font-weight: 600;
  color: var(--primary-text-color, #001F3F);
}
.section-portfolio-single__order-list li strong {
  color: var(--primary-text-color, #001F3F);
  font-weight: 600;
}
.section-portfolio-single__sidebar {
  border: 1px solid var(--bg-color2, #E2E7FF);
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 991px) {
  .section-portfolio-single__sidebar {
    padding: 16px;
    border-radius: 16px;
  }
}
.section-portfolio-single__sidebar-item + .section-portfolio-single__sidebar-item {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .section-portfolio-single__sidebar-item + .section-portfolio-single__sidebar-item {
    margin-top: 18px;
  }
}

.section-contact {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .section-contact {
    padding-bottom: 35px;
  }
}
.section-contact .sec-title {
  max-width: 856px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .section-contact .section-team__wrap {
    padding: 0 15px;
    padding-bottom: 42px;
  }
}
.section-contact__address li strong {
  font-weight: 600;
}

.footer__socialwrap{
  margin-top: 15px;
}

.section-contact .footer__socialwrap {
  margin-top: 22px;
}
.section-contact .footer__socialwrap li {
  color: var(--body-text-color, #333);
}

#map {
  height: 510px;
  border-radius: 30px;
  margin-bottom: 55px;
}

.not-found {
  height: 100vh;
}
@media (min-width: 1200px) {
  .not-found__titlewrap {
    margin-top: -70px;
  }
}
.not-found__404 {
  font-size: 500px;
  line-height: 560px;
  color: var(--body-color, #fff);
}
@media (max-width: 1200px) {
  .not-found__404 {
    font-size: 300px;
    line-height: 300px;
  }
}
@media (max-width: 991px) {
  .not-found__404 {
    font-size: 200px;
    line-height: 200px;
  }
}
@media (max-width: 800px) {
  .not-found__404 {
    font-size: 160px;
    line-height: 160px;
  }
}
@media (max-width: 360px) {
  .not-found__404 {
    font-size: 150px;
    line-height: 150px;
  }
}
.not-found__title {
  color: var(--body-color, #fff);
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .not-found__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .not-found__title {
    font-size: 28px;
    line-height: 34px;
  }
}
.not-found__text {
  color: var(--body-color, #fff);
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .not-found__text {
    margin-bottom: 32px;
  }
}
.not-found .next-marketing-btn {
  min-width: 360px;
  height: 64px;
}
.not-found .next-marketing-btn:hover {
  background-color: var(--body-color, #fff);
  border-color: var(--body-color, #fff);
  color: var(--primary-text-color, #001F3F);
}
.not-found .next-marketing-btn:hover svg {
  filter: brightness(1) invert(1);
}
@media (max-width: 991px) {
  .not-found .next-marketing-btn {
    min-width: 280px;
  }
}
.not-found .next-marketing-btn svg {
  transform: rotate(45deg) scaleX(-1);
  margin-right: 16px;
  position: relative;
  bottom: -2px;
  transition: all 0.4s ease;
}

[data-bs-theme=dark] .next-marketing-btn:hover svg {
  filter: brightness(0) invert(1);
}

.footer {
  padding-bottom: 0;
}
.footer__bg {
  padding: 77px 15px 0px 15px;
}
@media (max-width: 991px) {
  .footer__bg {
    padding-bottom: 40px;
    padding-top: 52px;
  }
}
.footer__innermx {
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 5;
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}
.footer .footer-widget {
  width: 20%;
}
@media (max-width: 991px) {
  .footer .footer-widget {
    width: 60%;
  }
}
.footer .footer-widget__col1 {
  width: 30.5%;
}
@media (max-width: 991px) {
  .footer .footer-widget__col1 {
    width: 100%;
  }
}
.footer .footer-widget__col2 {
  width: 20.8%;
}
@media (max-width: 991px) {
  .footer .footer-widget__col2 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .footer .footer-widget__col2 {
    width: 50%;
  }
}
.footer .footer-widget__col3 {
  width: 22.8%;
}
@media (max-width: 991px) {
  .footer .footer-widget__col3 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .footer .footer-widget__col3 {
    width: 50%;
  }
}
.footer .footer-widget__col4 {
  width: 10.8%;
}
@media (max-width: 991px) {
  .footer .footer-widget__col4 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .footer .footer-widget__col4 {
    width: 80%;
  }
}
.footer .footer-widget__col5 {
  width: 25%;
}
@media (max-width: 991px) {
  .footer .footer-widget__col5 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .footer .footer-widget__col5 {
    width: 80%;
  }
}

.footer .footer-widget__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 35.2px;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer .footer-widget__title {
    font-size: 20px;
    line-height: 26.2px;
    margin-bottom: 18px;
  }
}
.footer .footer-widget__links li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #fff;
}
.footer .footer-widget__links li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer .footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer .footer-widget__links li a:hover {
  color: var(--secondary-color);
}
.footer .footer-widget__links li + li {
  margin-top: 10px;
}
.footer__logo {
  max-width: 180px;
  margin-bottom: 34px;
}
.footer__logo img {
  width: 265px;
}
.footer__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 34px;
  color: #fff;
}
.footer__socialwrap {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.footer__socialwrap li {
  font-size: 24px;
  line-height: 1;
}
.footer__socialwrap li a:hover {
  color: var(--secondary-color);
}
.footer__locationbar {
  border-bottom: 1px solid rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.3);
  padding-bottom: 45px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .footer__locationbar {
    gap: 25px 0;
  }
}
.footer__locationbar .footer__logo {
  margin-bottom: 0;
}
.footer__locationbar__toplogo {
  width: 33.5%;
}
@media (max-width: 991px) {
  .footer__locationbar__toplogo {
    width: 100%;
  }
}
.footer__locationbar__wrap {
  width: 66.5%;
}
@media (max-width: 991px) {
  .footer__locationbar__wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__locationbar__wrap {
    gap: 25px 0;
  }
}
.footer__locationbar__address {
  width: calc((100% - 0px) / 2);
}
@media (max-width: 767px) {
  .footer__locationbar__address {
    width: 100%;
  }
}
.footer__locationbar__icon img {
  width: 100% !important;
  max-height: 50px;
  min-height: 50px;
}
.footer__locationbar__text {
  font-size: 18px;
  font-weight: 200;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer__locationbar__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.footer__locationbar__info {
  line-break: anywhere;
  margin-left: 20px;
}

.footer__locationbar__infolist li {
  font-size: 18px;
  font-weight: 200;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer__locationbar__infolist li {
    font-size: 16px;
    line-height: 26px;
  }
}
.footer__locationbar__infolist li > strong {
  font-weight: 200;
}
.footer__locationbar__infolist li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer__locationbar__infolist li a:hover {
  background-size: 100% 1px;
}
.footer__bottom__designed, .footer__bottom__copyright {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1023px) {
  .footer__bottom__designed, .footer__bottom__copyright {
    width: 100%;
    text-align: center !important;
  }
}
.footer__bottom__designed a, .footer__bottom__copyright a {
  color: #2e4dfe;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer__bottom__designed a:hover, .footer__bottom__copyright a:hover {
  background-size: 100% 1px;
}
.footer__bottom__designed a:hover, .footer__bottom__copyright a:hover {
  color: #2e4dfe;
}

.footer__bottom-bg {
  border-radius: 0;
  padding: 15px 15px;
}

.footer__bottom-innermx {
  border-top: 1px solid rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.2);
}
.footer--three .footer__bottom-innermx {
  border-top: 0;
  font-size: 14px;
}

.footer--three .footer__bottom-innermx p {
  margin-bottom: 0px ;
}

.footer--four .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.footer--four .footer__top-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  max-width: 1650px;
  opacity: 0.1;
}
.footer--four .footer__bottom-innermx {
  border-top: 0;
}

.footer--four .footer__bottom-innermx p{
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.footer--four .footer__locationbar {
  border-bottom-color: #260772;
  display: flex;
  justify-content: space-between;
}
.footer--four .footer__locationbar__icon {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer--four .footer-widget__title,
.footer--four .footer__text,
.footer--four .footer__socialwrap li,
.footer--four .footer-widget__links li,
.footer--four .footer__locationbar__infolist li,
.footer--four .footer__locationbar__text {
  color: #fff;
}
.footer--four .footer__socialwrap li a:hover {
  color: var(--primary-text-color, #001F3F);
}
.footer--four .footer__bottom-bg {
  margin-top: 25px;
}
.footer--four .footer__bottom__designed,
.footer--four .footer__bottom__copyright {
  color: var(--body-color, #fff);
}
.footer--four .footer__bottom__designed a:hover,
.footer--four .footer__bottom__copyright a:hover {
  color: var(--body-color, #fff);
}

[data-bs-theme=dark] .footer--three .footer__bg {
  background-color: var(--bg-color2, #E2E7FF);
}
[data-bs-theme=dark] .footer--three .footer__bottom-bg {
  background-color: rgba(var(--primary-color-rgb, 46, 77, 254), 0.05);
}

.section-header--landing .container-fluid {
  max-width: 100%;
}
.section-header--landing .navbar {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .section-header--landing .navbar {
    padding: 0;
  }
}
.section-header--landing .mobileMenu li {
  font-weight: 700;
  padding: 26px 0;
}
.section-header--landing .mobileMenu li + li {
  padding-left: 40px;
}

.offcanvas.offcanvas-top {
  height: 100vh;
}

.hero-landing {
  position: relative;
  padding-top: 25px;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .hero-landing {
    margin-bottom: 68px;
  }
}
.hero-landing__hero-txt {
  max-width: 945px;
  position: relative;
  z-index: 3;
}
.hero-landing__title {
  margin-bottom: 51px;
}
@media (max-width: 991px) {
  .hero-landing__title {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .hero-landing__title {
    font-size: 38px;
    line-height: 52px;
  }
}
.hero-landing__feature-list {
  width: fit-content;
  border-top: 1px solid var(--icon-color);
}
.hero-landing__feature-list li {
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}
.hero-landing__feature-list li .check-circle-fill {
  padding-right: 13px;
}
.hero-landing__feature-list li .check-circle-fill svg {
  fill: transparent;
}
.hero-landing__image {
  position: absolute;
  right: 0;
  top: 0;
  filter: drop-shadow(0px 0px 20px rgba(var(--primary-text-color-rgb), 0.15));
  border-radius: 25px;
  display: flex;
  align-items: flex-end;
}
.hero-landing__image.hero-landing-image-4 {
  top: 24px;
}
.hero-landing__image.hero-landing-image-4 img {
  border-radius: 25px 0 0 25px !important;
}
.hero-landing__image.hero-landing-image-2 {
  top: 281px;
}
.hero-landing__image.hero-landing-image-2 img {
  border-radius: 25px 0 0 25px !important;
}
.hero-landing__image.hero-landing-image-5 img, .hero-landing__image.hero-landing-image-3 img, .hero-landing__image.hero-landing-image-1 img {
  border-radius: 25px 25px 0 0 !important;
}
.hero-landing__image img {
  border-radius: 25px !important;
}
.hero-landing__threeimg {
  gap: 33px;
  padding-top: 98px;
}
@media (max-width: 991px) {
  .hero-landing__threeimg {
    padding-top: 52px;
  }
}

.features-landing {
  padding: 0 60px;
}
@media (max-width: 991px) {
  .features-landing {
    padding: 0 35px;
  }
}

.technologies-wrapper {
  position: relative;
}

.landing-inner-bg {
  background-color: rgba(var(--primary-color-rgb), 0.05);
  border-radius: 30px;
}

.technologies-lg {
  padding: 30px 62px;
}
@media (max-width: 479px) {
  .technologies-lg {
    width: 100%;
    height: auto;
    padding: 20px 16px;
  }
}

.technologies-md {
  width: calc((100% - 230px) / 2);
}
@media (max-width: 991px) {
  .technologies-md {
    width: calc((100% - 0px) / 1);
  }
}

.technologies-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: var(--body-text-color);
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 479px) {
  .technologies-heading {
    font-size: 18px;
    line-height: 26px;
  }
}

.technologies-huge-text {
  font-size: 150px;
  line-height: 177px;
  font-weight: 800;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 48px;
  color: rgba(var(--primary-color-rgb), 0.2);
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .technologies-huge-text {
    font-size: 75px;
    line-height: 80px;
    left: 5px;
  }
}

.technologies-gradient-text {
  position: absolute;
  bottom: 15px;
  left: 48px;
  z-index: 2;
  font-size: 50px;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 0;
  color: var(--primary-color);
  max-width: 350px;
}
@media (max-width: 520px) {
  .technologies-gradient-text {
    font-size: 32px;
    line-height: 38px;
    left: 12px;
  }
}

.feature-landing__image img {
  width: 100% !important;
}

.demos-landing {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .demos-landing {
    padding: 35px 0;
  }
}
.demos-landing .sec-title {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.demos-landing .landing-inner-bg {
  background-color: rgba(var(--primary-color-rgb), 0.05);
  padding: 16px;
  transition: all 0.5s ease;
}
.demos-landing .landing-inner-bg:hover {
  transform: translateY(-12px);
}
.demos-landing .landing-inner-bg:hover .demo-title {
  color: var(--primary-color);
}

.dots {
  margin-bottom: 18px;
}

.circle-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--icon-color);
}

.demo-title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 12px;
  display: block;
  color: var(--primary-text-color);
}
@media (max-width: 991px) {
  .demo-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.loading-section {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .loading-section {
    padding: 35px 0;
  }
}
.progress-title {
  font-size: 60px;
  line-height: 75px;
  font-weight: 800;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .progress-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.progress {
  width: 330px;
  background-color: rgba(var(--primary-color-rgb), 0.05);
  height: 20px;
  position: relative;
  border-radius: 4px;
}
.progress .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  animation: progressAnimation-1 8s;
}
.progress .progress-bar.progress-bar-2 {
  animation: progressAnimation-2 8s;
}

.category {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: var(--body-color);
  border-radius: 8px;
  padding: 9px 10px;
  background-color: var(--bg-color-green);
  width: fit-content;
}

.loading-heading {
  font-size: 45px;
  line-height: 56px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .loading-heading {
    font-size: 28px;
    line-height: 36px;
  }
}

.loading-description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

@keyframes progressAnimation {
  0% {
    width: 5%;
    background-color: var(--primary-color);
  }
  100% {
    width: 73%;
    background-color: var(--primary-color);
  }
}
@keyframes progressAnimation-1 {
  0% {
    width: 5%;
    background-color: var(--primary-color);
  }
  100% {
    width: 85%;
    background-color: var(--primary-color);
  }
}
@keyframes progressAnimation-2 {
  0% {
    width: 5%;
    background-color: var(--primary-color);
  }
  100% {
    width: 90%;
    background-color: var(--primary-color);
  }
}
.pricing-landing {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .pricing-landing {
    padding: 35px 0;
  }
}
.pricing-landing .landing-inner-bg {
  padding: 120px 42px 85px 52px;
}
@media (max-width: 991px) {
  .pricing-landing .landing-inner-bg {
    padding: 20px;
  }
}
.pricing-landing .landing-inner-bg:hover {
  transform: translateY(0px);
}
.pricing-landing .check-circle-fill {
  fill: transparent;
  padding-right: 12px;
}

.pricing-amount,
.pricing-heading {
  font-size: 60px;
  line-height: 75px;
  font-weight: 800;
  margin-bottom: 0;
  max-width: 800px;
  border-right: 1px solid rgba(var(--icon-color-rgb), 0.8);
}
@media (max-width: 991px) {
  .pricing-amount,
  .pricing-heading {
    font-size: 32px;
    line-height: 38px;
    border-right: 0;
  }
}

.pricing-amount {
  border: 0;
  max-width: initial;
  margin-bottom: 38px;
}

.footer-landing {
  padding: 50px 0;
  padding-top: 0;
}
.footer-landing .footer__logo {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .footer-landing__row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.footer-landing__list li a:hover {
  color: var(--primary-color);
}

.header-demo-landing .header-demo-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  transition: transform 500ms ease;
}
@media (max-width: 800px) {
  .header-demo-landing .header-demo-item {
    border-radius: 10px;
  }
}
.header-demo-landing .header-demo-item::after {
  content: "";
  position: absolute;
  background-color: rgba(var(--primary-text-color-rgb), 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.header-demo-landing .header-demo-item:hover {
  transform: scale(1.02);
}
.header-demo-landing .header-demo-item:hover::after {
  opacity: 1;
}

.footer-demo-landing .footer-demo-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  transition: transform 500ms ease;
}
.footer-demo-landing .footer-demo-item::after {
  content: "";
  position: absolute;
  background-color: rgba(var(--primary-text-color-rgb), 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.footer-demo-landing .footer-demo-item:hover {
  transform: scale(1.02);
}
.footer-demo-landing .footer-demo-item:hover::after {
  opacity: 1;
}

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

/* slider */

.ec-slide-item {
  position: relative;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(12 12 12 / 47%);
}

.slide-1, .slide-2, .slide-3 {
  height: 100vh;
}

.ec-main-slider{
  padding: 30px 0px 70px;
}

.swiper-container{
  border-radius: 30px;
}

.ec-main-slider .swiper-container {
  border-radius: 50px;
}
.ec-main-slider .slide-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ec-main-slider .slide-3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ec-main-slider * {
  direction: ltr;
}
.ec-main-slider .swiper-buttons {
  display: none;
}

.ec-slide-content {
  width: 70%;
  padding-left: 85px;
  position: relative;
  line-height: 20px;
  z-index: 9;
}
.ec-slide-content .ec-slide-title {
  font-size: 55px;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  position: relative;
  line-height: 70px; 
}
.ec-slide-content .ec-slide-title span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 50px;
}
.ec-slide-content .ec-slide-title {
  font-size: 45px;
}
.ec-slide-content .ec-slide-title span {
  font-size: 30px;
}
.ec-slide-content .ec-slide-title {
  font-size: 42px;
  padding-bottom: 10px;
}
.ec-slide-content .ec-slide-title span {
  font-size: 22px;
  letter-spacing: 2px;
}
.ec-slide-content .ec-slide-title {
  font-size: 38px;
}
.ec-slide-content .ec-slide-title span {
  font-size: 18px;
  letter-spacing: 1px;
}
.ec-slide-content .ec-slide-title:before {
  height: 4px;
  bottom: 3px;
  width: 100px;
}
.ec-slide-content .ec-slide-title {
  padding-bottom: 0;
  font-size: 30px;
}
.ec-slide-content .ec-slide-title span {
  font-size: 16px;
  letter-spacing: 0;
}
  .ec-slide-content .ec-slide-title {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .ec-slide-content .ec-slide-title span {
    font-size: 14px;
    letter-spacing: 0;
  }
  .ec-slide-content .ec-slide-title {
    font-size: 55px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    position: relative;
    line-height: 1;
  }
  .ec-slide-content .ec-slide-title span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 50px;
  }
  .ec-slide-content .ec-slide-stitle {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
  }

  
  .ec-slide-content .ec-slide-stitle{
    margin-bottom: 25px;
  }

.ec-slide-content .ec-slide-desc {
  margin-top: 35px;
  display: block;
}
.ec-slide-content p {
  margin-bottom: 15px;
  margin-right: 78px;
  font-size: 20px;
  color: whitesmoke;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
.ec-slide-content p b {
  font-size: 30px;
  font-weight: 700;
}
.ec-slide-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    width: fit-content;
    background-color: #ff7b00;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    height: 50px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    padding: 12px 39px;
    border: 2px solid transparent;
  }
  .ec-slide-content .btn:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #2e4dfe;
    color: #fff;
  }
  @media (max-width: 991px) {
    .ec-slide-content .btn {
      font-size: 16px;
      line-height: 1;
      padding: 12px 31px;
      height: 46px;
    }
  }

.main-slider-dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 6px;
  opacity: 1;
  border: none;
  margin: 0 2.5px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.main-slider-dot .swiper-pagination-bullet:hover {
  background-color: #ff7b00;
}
.main-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff7b00;
  width: 30px;
}

.main-slider-dot.dot-color-white .swiper-pagination-bullet:hover {
  background-color: #ff7b00;
}
.main-slider-dot.dot-color-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff7b00;
  width: 30px;
}

/*----  Slider Content  ----*/
.ec-main-slider .swiper-container {
  border-radius: 50px;
}
.ec-main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 25px;
}
.ec-main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
}
.ec-main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
}

@media only screen and (max-width: 1499px) {
  .ec-slide-content .ec-slide-stitle {
      font-size: 24px;
      letter-spacing: 5px;
  }
  .slide-1, .slide-2, .slide-3 {
    height: 80vh;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1450px) {
  .ec-slide-content .ec-slide-stitle {
      font-size: 40px;
  }
  .slide-1, .slide-2, .slide-3 {
    height: 80vh;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1366px) {
  .ec-slide-content .ec-slide-stitle {
      font-size: 22px;
  }
  .slide-1, .slide-2, .slide-3 {
      height: 100vh;
      object-fit: cover;
      background-repeat: no-repeat;
      background-size: cover;
  }

}

@media only screen and (max-width: 991px) {
  .ec-slide-item{
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
  }

  .ec-slide-content .ec-slide-stitle {
      font-size: 25px;
      letter-spacing: 0;
  }

  .slide-1, .slide-2, .slide-3 {
    height: 60vh;
    object-fit: cover;
  }

  .ec-slide-content{
    padding-left: 20px;
  }

  .ec-slide-content .ec-slide-title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    position: relative;
  }
  .ec-slide-content{
    width: 100%;
  }
  .ec-slide-content .btn {
    font-size: 14px;
    margin-bottom: 20px
  }

  .ec-slide-content .ec-slide-stitle{
    margin: 20px 0px;
  }
  .main-slider-dot .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 6px;
    opacity: 1;
    border: none;
    margin: 0 2.5px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #202020;
  }
}

@media only screen and (max-width: 767px) {
  .ec-slide-item{
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
  }

  .ec-slide-content .ec-slide-stitle {
      font-size: 14px;
      letter-spacing: 0;
  }

  .slide-1, .slide-2, .slide-3 {
    height: 50vh;
    object-fit: cover;
  }

  .ec-slide-content{
    padding-left: 20px;
  }

  .ec-slide-content .ec-slide-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    position: relative;
  }
  .ec-slide-content{
    width: 100%;
  }
  .ec-slide-content .btn {
    font-size: 20px;
    margin-bottom: 20px
  }

  .ec-slide-content .ec-slide-stitle{
    margin: 20px 0px;
  }
  .main-slider-dot .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 6px;
    opacity: 1;
    border: none;
    margin: 0 2.5px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #202020;
  }
}

@media only screen and (max-width: 567px) {
  .ec-slide-item{
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
  }

  .ec-slide-content .ec-slide-stitle {
      font-size: 14px;
      letter-spacing: 0;
  }

  .slide-1, .slide-2, .slide-3 {
    height: 30vh;
    object-fit: cover;
  }

  .ec-slide-content{
    padding-left: 20px;
  }

  .ec-slide-content .ec-slide-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    position: relative;
  }
  .ec-slide-content{
    width: 100%;
  }
  .ec-slide-content .btn {
    font-size: 14px;
    margin-bottom: 20px
  }

  .ec-slide-content .ec-slide-stitle{
    margin: 20px 0px;
  }
  .main-slider-dot .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 6px;
    opacity: 1;
    border: none;
    margin: 0 2.5px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #202020;
  }
}

.bg-color {
  background: #2e4dfe14;
  /* #c6d9de */
}


.footer-widget__links{
  line-height: 30px;
}

.footer-widget__links i{
  margin-right: 10px;
}

.abt-btn{
  margin-top: 25px;
}

.service-btn{
  margin-top: 50px;
}

.blog-one__content-inner h2{
 font-size: 30px;
    line-height: initial;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb-chevron {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}

.head-icon{
  margin-top: 0px !important;
}

.form-color{
  background: #fff ;
}

[data-bs-theme=dark] .form-color {
 background: #191f25;
}



 /* CSS Styling */
.breadcrumb {
  list-style-type: none; 
  display: flex; 
  gap: 0.5rem; 
}

.breadcrumb li {
  position: relative; 
}

.breadcrumb li::after {
  content: "»";
  margin-left: 10px;
  font-size: 25px;
  font-weight: 600;
  font-family: "Font Awesome";
  margin-right: 5px;
}

.breadcrumb li:last-child::after {
  content: ''; 
}

.breadcrumb li a {
  font-weight: 500; 
  text-decoration: none; 
  font-size: 18px;
}

.breadcrumb li.active {
  color: #000; 
  font-size: 16px;
}

.abt-chose{
  margin-bottom: 60px;
}


.section-solutions__col ul,
.list-styes ul,
.list-styes ol {
  list-style: none; 
  padding: 0;
  margin: 0;
}

.list-styes ul, .list-styes ol {
  margin: 20px 0px;
  border-radius: 8px;
}

.section-solutions__col ul li,
.list-styes ul li,
.list-styes ol li {
  position: relative; 
  padding-left: 24px; 
  margin: 10px; 
}



.map-frme iframe{
  border-radius: 25px;
}

.section-team__feature-wrap{
  margin-top: 20px;
}

.cnt-fom{
  margin-bottom: 60px;
}

/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-section{
  position: relative;
  padding: 60px 0px;
  overflow: hidden;
}

.testimonials-section.alt-bg{
  background: #fafaee;
}

.testimonials-section .d-elem-1{
  position: absolute;
  left: -100px;
  top: -80px;
}

.testimonials-section .bg-grad-right{
  position: absolute;
  right: -300px;
  top: -300px;
  opacity: 0.30;
}

.testimonials-section .bg-grad-left{
  position: absolute;
  left: -300px;
  bottom: -300px;
  opacity: 0.30;
}

.testimonials-section .title-box{
  margin-bottom: 25px;
}

.testimonials-section .bg-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: left top;
}

.testimonials-section .carousel-box{
  position: relative;
  margin: 0 -10px;
}

.testimonials-section .carousel-box .slick-list{
  overflow: hidden;
}

.testi-block-one{
  position: relative;
  margin-bottom: 30px;
}

.slick-slider .testi-block-one{
  margin: 10px 10px;
}

.testi-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  height: 560px;
  padding: 60px 40px 60px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0px rgba(2, 24, 93, 0.07);
}

.testi-block-one .icon{
  position: relative;
  font-size: 48px;
  color: var(--primary-color);
  line-height: 48px;
  margin-bottom: 30px;
}

.testi-block-one .icon img{
  display: inline-block;
  max-width: 100%;
  max-height: 48px;
}

.testi-block-one .travilo-text{
  position: relative;
  font-size: 18px;
  color: var(--medium-gray-color);
  font-style: italic;
}

.testi-block-one .info{
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-left: 115px;
  margin-top: 25px;
  text-align: left;
}

.testi-block-one .info .image{
  position: absolute;
  left: 0;
  top: 0px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
}

.testi-block-one .info .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 95px;
    object-fit: cover;
}

.testi-block-one .info .name{
  color: var(--dark-gray-gray);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}

.testi-block-one .info .designation{
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: var(--light-gray-gray);
}

.testi-block-one .info .rating{
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #F4C82A;
  margin-bottom: 7px;
}

.testi-block-one .info .rating i{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.testi-block-one .info .rating i:last-child{
  margin-right: 0;
}

.testimonials-section .slick-dots{
  position: relative;
  padding-top: 40px;
  text-align: center;
}

.testimonials-section .slick-dots li{
  position: relative;
  display: inline-block;
  font-size: 0;
  text-indent: 50px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.0);
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.testimonials-section .slick-dots li button{
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #c4cecc;
  border-radius: 50%;
}

.testimonials-section .slick-dots li.slick-active{
  border-color: var(--primary-color);
}

.testimonials-section .slick-dots li.slick-active button{
  background: var(--primary-color);
}

.testi-scl {
  height: 230px; 
  overflow-y: auto;
}

.testi-scl::-webkit-scrollbar {
  width: 10px; 
}

.testi-scl::-webkit-scrollbar-thumb {
  background-color: #888; 
  border-radius: 5px; 
}

.testi-scl::-webkit-scrollbar-thumb:hover {
  background-color: #666; 
}

.blog-one__info{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.post-img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.post-img img {
  border-radius: 10px;
}

.filter-items{
  margin-bottom: 30px;
}

.list-stes ul li:before{
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  color: #009688;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .section-header__right-bg {
    background-color: #2e4dfe;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
    padding: 20px 17px 18px 18px;
  }

  .section-header__main-menu {
    margin-left: 0px !important;
    margin-right: 0;
    padding-left: 20px;
  }

  .section-header__logo{
    width: 200px;
  }

  .section-header__right {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0px !important;
  }
}
.team-seo-expert .sec-title__title{
  line-height: 16px;
}
.team-seo-expert__designation,.team-seo-expert--single .single-item__title{
  margin-bottom: 15px;
}
 .inner-service-page .section-services-four__col{
      border: 1px solid gainsboro;
    height: 310px;
    overflow-y: auto;
} 
.list-styes ul li{
  padding-left: 30px;
}
.blog-one__content-inner h3{
  font-size: 30px;
}

[data-bs-theme=dark] .section-services-four__title a{
  color: #cad4e1;
}
[data-bs-theme=dark] .testi-block-one .inner-box{
  background: #323233;
}
[data-bs-theme=dark] .bg-light{
      background-color: #333 !important;

    }

  .blog-one__item .video-popup-link{
    position: absolute;
    top: 40%;
    left: 45%;
    border-color: #fff;
  }
  .video-popup-link .play-arrow-icon{
  border-left:12px solid  #fff;

}
.overlay-background{
position: absolute;
background: #33333357;

width: 100%;
top: 0;
height: 100%;
}

    .modal {
  display: none;
  position: fixed;

  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 1rem;
  border: 1px solid #888;
  
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: #f1f1f1;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  transform: scale(1.25);
  text-decoration: none;
  cursor: pointer;
}

ul#menu-quick-link,
ul#menu-services {
  list-style: none;
  padding-left: 0;
}

/* Hamburger menu styling */
/* Reset and basic styling */
.reset-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.d-flex {
  display: flex;
}

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

nav {
  position: relative;
}

/* Hamburger menu styling */
/* Reset and basic styling */
.reset-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.d-flex {
  display: flex;
}

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

nav {
  position: relative;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-slt select{
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none;
  color: #fff;
}

.custom-slt select option{
  background: transparent!important;
  color: black!important;
}


.custom-select select {
  width: 100%;
  padding: 10px;
  padding-right: 30px; /* Space for the icon */
  font-size: 16px;
  -webkit-appearance: none; /* For Chrome, Safari, and Opera */
  -moz-appearance: none; /* For Firefox */
  appearance: none;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom:18px !important;
}

.custom-select::after {
  font-family: "Font Awesome 6 Free";
  content: "⌄"; /* Unicode for Font Awesome down arrow */
  font-weight: 600; /* Required for Font Awesome 6 Free */
  position: absolute;
  color: #a59d9d;
  top: 50%;
  right: 10px;
  z-index: 99;
  transform: translateY(-50%);
  pointer-events: none; /* Prevent click events on the icon */
  font-size: 12px;
  color: #333; /* Adjust the color as needed */
}

.why-us-icon {
  box-shadow: 0px 4px 40px 0px rgba(19, 15, 38, 0.1019607843);
  padding: 20px;
  border-radius: 30px;
  text-align: center;
}

.section-solutions .section-services-two__icon {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f7fa; /* Adjust the background color as needed */
  padding: 20px;
  border-radius: 10px;
}

.text-content {
  flex: 1;
  margin-right: 20px; /* Adjust the space between text and image as needed */
}


.image-content,
.img-content,
.imgs-conts {
  flex-shrink: 0;
  margin: 0 !important;
}

.img-style{
  position: relative;
  padding: 0 10px;
}

.img-content img{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: -280px;
  top: -60px;
  height: 328px;
  max-width: 650px;
  object-fit: cover;
}

.image-content{
  height: 100%;
}

.image-content img {
 height: auto;
    width: 100%;
    object-fit: cover;
    float: right;
    border-radius: 30px;
}



.imgs-conts{
  height: 100%;
}

.imgs-conts img {
    height: 350px;
    object-fit: cover;
    float: right;
    width: 100%;
}

.style-job .job-styl {
    margin-bottom: 30px;
    display: flex;
}

.section-technologies{
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}

.bg-color{
  background: #f4f6ff;
}

.technologies-sm {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    font-size: 18px;
    width: 100%;
}


.technologies-heading{
  margin-top: 15px;
}

@media (max-width: 999px) {
  .image-content {
    flex-shrink: 0;
    margin: 0 !important;
    float: none;
    margin: auto;

  }


}

.skill-style{
  border-radius: 1%;
}

.skill-style img {
    border-radius: 15px;
    height: 120px;
    margin: auto;
}

@media (max-width: 599px) {

  .cus-icon{
    margin: auto;
  }

  .services-details-seo__approach-content{
    text-align: center;
  }

  .inner-page-hero__title {
    font-size: 22px;
    line-height: 30px;
  }
  
  .blog-one__content-inner h2 {
    font-size: 22px;
    line-height: initial;
}

  .inner-page-hero__breadcrumb li {
    font-size: 17px;
    line-height: 22px;
    color: #000;
  }

  .inner-page-hero__titlewrap p {
    color: #fff;
    width: auto !important;
  } 

  .services-details-seo__approach-content{
    margin: 0px;
    width: auto;
  }

  .services-details-seo__approach-content h3{
    font-size: 14px !important;
  }

  .services-details-seo__approach-content img{
    height: 30px;
    width : auto;
  }

  .skill-style img{
      width:30% !important;
      height:auto;
  }
 
}


@media (max-width: 1200px) {
  .skill-style img {
    width: auto;
    object-fit: cover;
    margin: auto;
  }

  .inner-page-hero__titlewrap p {
    color: #fff;
    width: auto !important;
  } 

  .services-details-seo__approach-content{
    margin: 0px;
    width: auto;
  }

  .services-details-seo__approach-content h3{
    font-size: 16px !important;
  }

  .services-details-seo__approach-content img{
    height: 30px;
    width : auto;
  }

}


.inner-page-hero__titlewrap p{
  color: #fff;
  width: 800px;
}

.style-btn{
  color: #fff;
  padding: 15px 30px;
}

.style-btn:hover{
  color: #2e4dfe;
  background: transparent;
  border: 1px solid #2e4dfe;
}

.services-details-seo__approach-content h3{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}

.services-details-seo__approach-col{
  display: flex;
}



/** find-location **/

.find-location{
  position: relative;
  padding: 70px 0px;
  background: #f4f6ff;
}

.find-location .image-box{
  position: relative;
  display: block;
  padding-right: 50px;
  margin-right: 50px;
}

.find-location .image-box .image-shape{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.find-location .image-box .image{
  position: relative;
  display: inline-block;
  border-radius: 10px;
}

.find-location .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.find-location .content-box{
  margin-left: -5px;
}

.find-location .content-box .sec-title{
  margin-bottom: 25px;
}

.find-location .content-box .text p{
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: 500;
  margin-bottom: 30px;
}

.find-location .content-box .text p:last-child{
  margin-bottom: 0px;
}

.find-location .content-box .text p a{
  color: #333;
  text-decoration: underline;
}

.supports {
  position: fixed;
  z-index: 9999;
  top: 65%;
  right: -13px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
  transition: right 1s ease;
}

.support {
  position: fixed;
  z-index: 9999;
  top: 70%;
  right: -163px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
  transition: right 1s ease;
}

.circle {
  width: 50px;
  height: 50px;
  background: #ff7b00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}

.circle i {
  font-size: 24px;
}

.call-info {
  background: #2e4dfe;
  color: #fff;
  padding: 20px; /* Adjusted padding */
  border-radius: 10px;
  opacity: 0;
  transform: translateX(10px); /* Slightly shifted to the right */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smoother and faster transition */
}

.call-info p, .call-info a {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 14px;
}

.call-info a {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}

.sticky-btn {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 2px 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}

.support:hover {
  right: 0;
}

.support:hover .call-info {
  opacity: 1; /* Fade in */
  transform: translateX(0); /* Slide in */
}


.inner-page-hero__inner-content p,
.program-title h5{
  color: #000;
}

.program-title,
.program-title {
  margin-top: 30px;
}

.style-form{
  margin-bottom: 15px ;
  font-size: 18px;
  font-weight: 400;
}

.rd-lbl {
  font-weight: 400;
}

input[type="radio"]:checked + label {
  font-weight: 600;
}

.card-home-link .card-info a {
  color: #333;
  font-weight: 400;
}

.form-btn{
  background-color: #ff7b00;
  color: #000;
  padding: 10px 16px;
  font-weight: 600;
  border: none;
}


.style-form{
 width: 80%;
}

.footer__locationbar__icon i{
  color: #fff;
  font-size: 35px;
}

.style-cont{
  margin-bottom: 20px;
}

.section-rating__slider-wrap h2{
  font-size: 40px;
  line-height: 55px;
}

.services-details img{
  height: auto;
  width: 100%;
  object-fit: cover;
  float: right;
  border-radius: 30px;
}


.custom-style img{
  width: 120px;
}

.custom-style h3{
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-text-color, #001F3F);
}

.custom-style .mig-style {
    border: 1px solid gainsboro;
    box-shadow: 0px 4px 40px 0px rgba(19, 15, 38, 0.1);
    padding: 15px; /* Adjust padding if necessary */
    border-radius: 30px;
    text-align: center;
    width: 100%;
    height: 100%; 
}

.custom-style .mig-style .scroll-site{
    height: 326px;
    overflow-y: hidden; 
}
.custom-style .mig-style .scroll-site:hover{
overflow-y:auto;
}
.custom-style .mig-styles .scroll-site{
    height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 1299px){
  .img-content img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: -8px;
    top: -60px;
    height: 328px;
    max-width: 650px;
    object-fit: cover;
}
}

@media (max-width: 1000px){
  .img-content img {
    display: none !important;
  }
}


@media (max-width: 1400px){
  .img-content img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: -30px;
    top: -60px;
    height: 328px;
    max-width: 650px;
    object-fit: cover;
  }

  .style-igase {
    margin: 15px !important;
    padding-right: 0 !important;
    position: static !important;
  }

}

.service-section{
  padding: 70px 0px;
}

.service-section ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.service-section li {
  flex: 1 1 25%; 
  box-sizing: border-box;
  padding: 10px;
}

.service-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.service-section ul li {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  position: relative;
  margin: 20px;
  text-align: center;
  font-weight: bold;
}


.service-section ul li {
  margin-right: 20px;
  border-radius: 50px;
}

.services-details-seo__approach-content h5{
  color: #000 ;
}


@media (max-width: 999px){
  .service-section{
    padding: 70px 0px;
  }
  
  .service-section ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
  }
  
  .service-section li {
    flex: 1 1 33%; 
    box-sizing: border-box;
    padding: 10px;
  }

  .service-section ul li {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    position: relative;
    margin: 20px;
    text-align: center;
    font-weight: bold;
  }

}

@media (max-width: 760px){
  .service-section{
    padding: 70px 0px;
  }
  
  .service-section ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
  }
  
  .service-section li {
    flex: 1 1 50%; 
    box-sizing: border-box;
    padding: 10px;
  }

  .service-section ul li {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    position: relative;
    margin: 20px;
    text-align: center;
    font-weight: bold;
  }

  .section-form--four .section-form__bg {
    box-shadow: 0px -8px 40px 0px rgba(var(--primary-text-color-rgb, 0, 31, 63), 0.1);
    padding: 0 50px ;
    padding-top: 80px;
    margin-top: 60px;
  }
  

}

.form-control.opt-head {
  font-weight: bold !important;
  background-color: #f0f0f0; /* Optional: to differentiate header options */
}

.form-control.opt-sty {
  text-indent: 15px !important; /* Increase or decrease as needed */
}

.enq-btn{
  float: left !important;
}

/*.impl-style{*/
/*  height : 500px !important;*/
/*}*/

/*.icon-style img{*/
/*  width: 30% !important;*/
/*}*/

/*.custom-height{*/
/*  height: 450px !important;*/
/*  object-fit: cover;*/
/*}*/

option.opt-head{
    color:#000;
}

.custom-styles{
  height: 328px;
}
.service-section ul li {
    background-color: #2e4dfe;
    color: #fff;
}

.service-section ul li:nth-of-type(odd){
    background-color: #ff7b00;
    color: #fff;
    border-radius: 50px;
}
.service-section ul li:nth-of-type(odd)::after{
    border-left-color: #ff7b00;
}

@media (max-width: 760px){
  .custom-styles{
  height: 328px;
}

}

/* .grays img{
  filter: grayscale(100%);
} */

.__inner-content{
  padding: 30px 0px !important;
}

.services-details-seo__approach-content img{
  height: 24px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.mig-style img{
  margin-bottom: 20px;
}

.service-flex{
  display: flex !important;
}

.blog-one__innerimg img{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.list-styes h3{
  margin-bottom: 25px;
}

.section-services-four__icon img,
.section-feature__image img,
.section-services-two__icon img{
  width: 120px;
  object-fit: cover;
  padding: 10px;
}

.section-approach__facilities__icon img{
  width: 60px !important;
  object-fit: cover;
}

.custom-padding{
  margin-bottom: 20px;
}

.cus-icon img{
  height: 50px;
  object-fit: cover;
}

.services-details-seo__approach-content p{
  color: #000;
  font-size: 14px;
}

.banner-style{
  box-shadow: 0px 4px 40px 0px rgba(19, 15, 38, 0.1019607843);
  margin: 20px;
  padding: 20px;
  border-radius: 30px;
}

.style-imgase {
  padding-left: 24%;
}

.style-igase {
  padding-right: 8%;
  position: absolute;
}

.style-igase h2{
    font-size: 32px;
    font-weigth: 400;
}

.text-color p,
.text-color h1{
  color: #000;
}

.hr-class{
  padding: 0;
}

.align-img{
  display: flex;
  justify-items: center;
  align-items: center;
}

@media (max-width: 1399px){
  .style-imgase {
    background: #f4f6ff;
    padding-left: 3%;
  }
}

.img-size{
  height: 265px;
  object-fit: cover;
}

/* scrollbar */

.custom-style .mig-style .scroll-site::-webkit-scrollbar {
   width: 5px;
   overflow: hidden;
 }

.custom-style .mig-style .scroll-site::-webkit-scrollbar-track {
  background: transparent;
  magrin: 10px 0;
}

.custom-style .mig-style .scroll-site::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}


.custom-style .mig-styles .scroll-site::-webkit-scrollbar {
   width: 5px;
   overflow: hidden;
 }

.custom-style .mig-styles .scroll-site::-webkit-scrollbar-track {
  background: transparent;
  magrin: 10px 0;
}

.custom-style .mig-styles .scroll-site::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}



/* WebKit scrollbar styling */

.mig-style p::-webkit-scrollbar {
   width: 5px;
   overflow: hidden;
 }

.mig-style p::-webkit-scrollbar-track {
  background: transparent;
  magrin: 10px 0;
}

.mig-style p::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}


.scroll-text p {
  height: 118px; 
  overflow-y: hidden;
}
.scroll-text p:hover{
overflow-y:auto;
}
/* WebKit scrollbar styling */


.scroll-text p::-webkit-scrollbar {
   width: 5px;
   overflow: hidden;
 }

.scroll-text p::-webkit-scrollbar-track {
  background: transparent;
  magrin: 10px 0;
}

.scroll-text p::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

/* WebKit scrollbar styling */


.scrolls-text::-webkit-scrollbar {
   width: 5px;
   overflow: hidden;
 }

.scrolls-text::-webkit-scrollbar-track {
  background: transparent;
  magrin: 10px 0;
}

.scrolls-text::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}


.footer-form form{
  float: right;
}

@media (max-width: 767px){
  .style-form {
    width: 100%;
  }
}

@media (max-width: 991px){

  .footer--four .footer__locationbar__icon {
    height: 60px
  }
}

[data-bs-theme=dark] .darktheme1{
  background: #191f25 !important;
}

[data-bs-theme=dark] .darktheme2{
  background: #333 !important;
}

[data-bs-theme=dark] .our-story--five .our-story__bg::after{
  background: #333 !important;
}

.owl-carousel.owl-drag .owl-item{
  border-radius: 10px;
}

.section-qwa{
  padding: 0 !important;
}

.padding-style{
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-one__innerimg p{
  margin-top: 20px;
}

.blog-content img{
  border-radius: 30px !important;
}

.mobilenav-container__socialwrap li{
  margin-top: 12px !important; 
}

[data-bs-theme=dark] .form-group input::placeholder{
  color: #fff;
}

.grid-container h1,
.grid-container h2,
.grid-container h3,
.grid-container strong{
  text-align: center;
}

.grid-container {
  display: block;
}

.grid-container ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-container ul li {
  display: block;
}

.centered{
  display: flex;
  justify-content: center;
  text-align: center;
}

.section-rating__slider-logo {
  width: 100%;
  height : 120px;
  object-fit: contain;
  background-color: #fff; 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  margin: 0; 
  position: relative; 
}

.section-rating__slider-logo img {
  max-width: 70%;
  margin: auto;
  object-fit: cover; 
  display: block;
  padding: 20px;
}

.section-rating__slider-content {
  margin-top: 8px; 
  text-align: center; 
}

.technologies-wrapper img{
    height : 80px;
    object-fit: cover ;
}

.mt-18{
  margin-top: 18px;
}

.landing-innr-bg{
    box-shadow: 0px 4px 40px 0px rgba(19, 15, 38, 0.1019607843);
    border-radius: 30px;
    width: 100%;
}

.job-styl h4{
    font-size : 15px !important;
    text-align: center ;
    line-height:normal;
    margin-top: 10px;
}

.section-services-four__col:hover{
    background-color: #2e4dfe;

}

.section-services-four__col:hover .section-services-four__icon img{
    filter: brightness(0) invert(1);
}


.section-services-four__col:hover .section-services-four__info h4 a,
.section-services-four__col:hover .section-services-four__info p{
    color: #fff;
}

.custom-margin{
    margin-top: 20px;
}

@media (max-width: 1280px) {
  .section-funfact__count,
  .section-funfact__counter-text{
      font-size: 30px;
  }   
  .section-funfact__text{
      font-size: 18px;
  }
  
  .our-story--five .section-funfact__list {
        flex-direction: row;
        padding-top: 40px;
        margin-top: 0px;
        flex-wrap: nowrap !important;
    }
    
}

@media (max-width: 700px) {
  .section-funfact__count,
  .section-funfact__counter-text{
      font-size: 35px;
  }   
  .section-funfact__text{
      font-size: 25px;
  }
  
  .grid-container ul {
  display: grid;
      grid-template-columns: repeat(1, 1fr);
    }
  
  .our-story--five .section-funfact__list {
        flex-direction: column;
        padding-top: 40px;
        margin-top: 0px;
    }
    
    .section-rating__slider-logo {
      width: 100%;
      height : 85px;
      object-fit: contain;
      background-color: #fff; 
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; 
      margin: 0; 
      position: relative; 
    }
    
}

.service-icon{
    margin-top: 20px;
}

.mission-content{
    height: 400px; 
  overflow-y: auto;
}

.mission-content::-webkit-scrollbar {
   width: 5px;
   overflow: hidden;
 }

.mission-content::-webkit-scrollbar-track {
  background: transparent;
  magrin: 10px 0;
}

.mission-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.section-job-circular__wrap:hover h5 a {
    color: #2E4DFE;
}

.blog-one__info h4{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1; 
-webkit-box-orient: vertical;
}

.section-job-circular__icon img{
    height: 45px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .image-content img {
    margin: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    float: none;
    width: 100%;
}   
}

.download-style{
    width: 100% !important;
}

.service-home{
    height: 380px;
}

.section-funfact__content p{
    text-align: start;
}

.section-services-two__info p,
.testi-scl  p,
.scroll-site p{
    text-align: center;
}

.section-job-circular__content h5 a{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}