@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
:root {
  --black: #000;
  --white: #fff;
  --ul-primary: #1f5394;
  --ul-secondary: #731BB7;
  --ul-c3: #F0F3FF;
  --ul-c4: #0A165E;
  --ul-c5: #635AD9;
  --ul-black: #0F0D1D;
  --ul-gray: #726B7D;
  --ul-gray2: #D9D9D9;
  --ul-gray3: #585858;
  --ul-gradient: linear-gradient(105.18deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
  --ul-2-primary: #7444FD;
  --ul-2-black: #282C32;
  --ul-2-gray: #585B6F;
  --font-primary: 'Open Sans', sans-serif!important;

  --primary-color:#1E5394;
--secondary-color:#0591ee;
--white: #fff;
--black:#000;
--e:#f39c12;
--hr:#ccc;
--blog:#e9e8e8e5;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-primary);
  margin: auto;
  font-size: clamp(13px, 0.84vw, 16px);
  position: fixed;
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--black);
}
a:hover {
  color: var(--ul-primary);
}

i {
  display: inline-flex;
}

p {
  line-height: 1.75;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
}

input {
  background-color: transparent;
}
input:focus, input:focus-visible, input:focus-within {
  outline: none;
}

[data-sal] {
  transition-duration: 1s;
  transition-delay: 0.2s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

button {
  background: none;
  border: none;
}
.lght-blue {
  background-color: #f7fbff;
}
.bysply-box .nav{background-color:#cfe2f7; border-radius:50px; padding:15px 25px; display:inline-flex;}
.bysply-box .nav-pills .nav-link.active, .bysply-box .nav-pills .show>.nav-link{background-color:#fff; color:#000; border-radius:50px;}
.bysply-box .nav-pills .nav-link{font-size:16px; text-transform:uppercase; font-weight:600;}
.bysply-txt ul li{list-style:none; font-size:16px; margin-bottom:12px; background:url(../img/check-icon.svg) no-repeat left 5px; padding-left:25px;}
.bysply-txt ul li{width:100%; vertical-align:text-top; display:inline-block;}
.ul-about-content-tab-img img{height: 400px;}
@media screen and (max-width: 479px) {
  .d-xxs-none {
    display: none !important;
  }
}

.ul-container {
  --container-space-x: 30px;
  max-width: calc(clamp(970px, 61.48vw, 1170px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-container {
  margin: 0 clamp(15px, 10.25vw, 195px);
}
@media screen and (max-width: 1599px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 7.88vw, 150px);
  }
}
@media screen and (max-width: 1399px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 2.88vw, 150px);
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-1 > * {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-2 > * {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.logo {
  max-width:250px;
}

.ul-bs-row {
  --bs-gutter-x: clamp(15px, 1.58vw, 30px);
  --bs-gutter-y: clamp(15px, 1.58vw, 30px);
}

.ul-inner-page-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1000px, 74.09vw, 1410px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-page-content-wrapper {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
  padding-bottom: 0;
}

.ul-section-spacing {
  padding-top: clamp(60px, 6.31vw, 60px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
}
.ul-esourcing-padding {
  padding-top: clamp(40px, 6.31vw, 40px);
  padding-bottom: clamp(40px, 6.31vw, 40px);
}

.wow {
  animation-duration: 1s !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ss-main:focus {
  box-shadow: none;
}

.ss-content.ss-open-below {
  border-radius: 8px;
}

.ul-tab {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.ul-tab.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

@keyframes slide-top {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(300px);
  }
}
.ul-radio label {
  display: flex !important;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-radio label .checkmark {
  width: clamp(24px, 1.58vw, 30px);
  aspect-ratio: 1/1;
  border: 1px solid transparent;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
}
.ul-radio label .checkmark i {
  opacity: 0;
}
.ul-radio label .checkmark::before {
  content: "";
  position: absolute;
  width: clamp(10px, 0.74vw, 14px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid var(--ul-black);
}
.ul-radio label input[type=radio] {
  display: none !important;
}
.ul-radio label input[type=radio]:checked ~ .checkmark {
  color: var(--black);
  border-color: var(--ul-black);
}
.ul-radio label input[type=radio]:checked ~ .checkmark i {
  opacity: 1;
}
.ul-radio label input[type=radio]:checked ~ .checkmark::before {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}

.ul-btn {
  display: flex;
  visibility: hidden;
}
.ul-btn:hover > *::after {
  opacity: 0;
}
.ul-btn > * {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px;
  height: clamp(36px, 2.73vw, 52px);
  background:#2b77d5;
  border-radius: 100px;
  color: var(--white);
  font-weight: 700;
  visibility: visible;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ul-btn > *::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background:#46494d;
  transition: 0.4s ease;
}
.ul-btn i {
  font-size: 12px;
}
.ul-btn--2 i {
  padding: 0;
  aspect-ratio: 1/1;
}

.ul-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(22px, 2.73vw, 22px);
}
.optional-btn
  {
    border: 1px solid #1F5394;;
    background-color: #1F5394;;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: small;
      display: inline-block;
  }
  .optional-btn:hover {
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
    color: #fff;
    animation: slide 6s linear infinite;
  }
.pad-b-40{margin-bottom: 43px!important;}
  @keyframes slide {
    100% {
      background-position: 50rem;
    }
  }
  
@media screen and (max-width: 575px) {
  .ul-section-heading {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.ul-section-heading .right {
  flex-shrink: 0;
}
.ul-section-sub-title {
  color: var(--ul-primary);
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-bottom: clamp(11px, 0.74vw, 14px);
  background: linear-gradient(90deg, #3C72FC 0%, #00060C 255.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(font-kumbh);
  font-size: clamp(13px, 0.84vw, 16px);
  text-transform: uppercase;
  padding-left:0px;
}
.ul-section-title {
  font-weight: 700;
  font-size: clamp(25px, 2.1vw, 30px);
  color: var(--ul-c4);
  margin-bottom: 0;
}
.ul-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
  color: var(--ul-p);
}

.ul-sidebar {
  position: fixed;
  z-index: 10;
  right: 0;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 999;
  transform: translateX(100%);
  transition: 0.4s ease;
  padding: clamp(20px, 1.58vw, 30px) clamp(20px, 1.58vw, 30px);
  max-width: 100%;
  border-left: 1px solid var(--ttRed);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(320px, 40vw, 100%);
}
.ul-sidebar.active {
  transform: translateX(0);
}

.ul-pagination {
  margin-top: clamp(25px, 2.63vw, 50px);
}
.ul-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-pagination ul a {
  width: clamp(38px, 2.31vw, 44px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  line-height: 0.7;
  border: 1px solid rgba(67, 67, 67, 0.5);
}
.ul-pagination ul a:hover, .ul-pagination ul a.active {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}
.ul-pagination ul .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
}

.ul-single-accordion-item {
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
  padding: clamp(18px, 1.47vw, 28px) clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  background: var(--white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.ul-single-accordion-item:last-child {
  margin-bottom: 0;
}
.ul-single-accordion-item.open {
  grid-template-rows: max-content 1fr;
}
.ul-single-accordion-item.open .ul-single-accordion-item__header i {
  transform: rotate(90deg);
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__title {
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__body {
  padding-top: clamp(7px, 0.74vw, 14px);
}
.ul-single-accordion-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.ul-single-accordion-item__header .icon {
  display: inline-flex;
}
.ul-single-accordion-item__header i {
  transition: transform 0.4s ease;
  display: inline-flex;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-single-accordion-item__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-single-accordion-item__body {
  transition: all 0.4s ease;
  overflow: hidden;
}
.ul-single-accordion-item__body p {
  line-height: 1.5;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.78;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.loader {
  width: clamp(100px, 7.88vw, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l11 2s infinite;
}

@keyframes l11 {
  0% {
    background: conic-gradient(var(--ul-primary) 0, rgba(0, 0, 0, 0) 0);
  }
  12.5% {
    background: conic-gradient(var(--ul-primary) 45deg, rgba(0, 0, 0, 0) 46deg);
  }
  25% {
    background: conic-gradient(var(--ul-primary) 90deg, rgba(0, 0, 0, 0) 91deg);
  }
  37.5% {
    background: conic-gradient(var(--ul-primary) 135deg, rgba(0, 0, 0, 0) 136deg);
  }
  50% {
    background: conic-gradient(var(--ul-primary) 180deg, rgba(0, 0, 0, 0) 181deg);
  }
  62.5% {
    background: conic-gradient(var(--ul-primary) 225deg, rgba(0, 0, 0, 0) 226deg);
  }
  75% {
    background: conic-gradient(var(--ul-primary) 270deg, rgba(0, 0, 0, 0) 271deg);
  }
  87.5% {
    background: conic-gradient(var(--ul-primary) 315deg, rgba(0, 0, 0, 0) 316deg);
  }
  100% {
    background: conic-gradient(var(--ul-primary) 360deg, rgba(0, 0, 0, 0) 360deg);
  }
}
.ul-slider-nav {
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  visibility: hidden;
}
.ul-slider-nav button {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 999px;
  color: var(--ul-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
  visibility: visible;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
}
.ul-slider-nav button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-slider-action-wrapper {
  display: flex;
  gap: clamp(12px, 1.05vw, 20px);
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-top: clamp(25px, 3.42vw, 65px);
}
.ul-slider-action-wrapper button {
  color: var(--white);
  text-transform: uppercase;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-slider-action-wrapper button:hover {
  color: var(--ul-primary);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar {
  position: relative;
  height: 1px;
  background-color: var(--ul-gray);
  width: clamp(140px, 27.75vw, 528px);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--ul-primary);
}

.ul-progress-container {
  width: 100%;
  border: 1px solid var(--ul-primary);
  border-radius: 10px;
}
.ul-progressbar {
  width: 0;
  background-color: var(--ul-primary);
  height: clamp(2px, 0.26vw, 5px);
  position: relative;
}
.ul-progressbar::before {
  content: "";
  position: absolute;
  width: clamp(15px, 0.95vw, 18px);
  aspect-ratio: 1/1;
  border: 4px solid var(--ul-primary);
  background-color: var(--white);
  border-radius: 999px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ul-progress-label {
  position: absolute;
  transform: translate(6px, -25px);
  right: 0;
  font-size: clamp(11px, 0.63vw, 12px);
  font-weight: 700;
  color: var(--ul-primary);
}

.ul-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox i {
  opacity: 1;
}
.ul-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(17px, 1.05vw, 20px);
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  font-size: 10px;
  color: var(--white);
}
.ul-checkbox i {
  opacity: 0;
}

.ul-time-input-wrapper {
  position: relative;
  z-index: 1;
}
.ul-time-input-wrapper i {
  position: absolute;
  z-index: 2;
  right: clamp(12px, 1.05vw, 20px);
  left: clamp(12px, 1.05vw, 20px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.ul-2-btn {
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  background-color: var(--ul-2-primary);
  color: var(--white);
  height: clamp(48px, 3.15vw, 60px);
  border-radius: 6px;
  padding: 0 clamp(15px, 1.58vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ul-2-btn:hover {
  color: var(--white);
  background-color: var(--ul-primary);
}

.ul-2-section-sub-title {
  background-color: rgba(117, 68, 253, 0.15);
  color: var(--ul-2-primary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  padding: 3px clamp(7px, 0.53vw, 10px);
  border-radius: 999px;
  margin-bottom: clamp(9px, 0.95vw, 18px);
}

.ul-2-section-title {
  font-size: clamp(24px, 2.52vw, 24px);
  font-weight: 700;
  color: #161616;
}

.ul-2-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-2-gray);
  font-weight: 400;
  margin-bottom: 0;
}

.ul-sidebar {
  justify-content: flex-start;
  gap: 20px;
  border-left: 2px solid var(--ul-primary);
}
.ul-sidebar-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-sidebar-closer {
  display: inline-flex;
  padding: 0;
  font-size: clamp(22px, 1.31vw, 25px);
}
.ul-sidebar-closer:hover {
  color: var(--ul-primary);
}
.ul-sidebar-closer i {
  display: inline-flex;
}
.ul-sidebar-about .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-about .descr {
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-sidebar-slider-wrapper {
  display: flex;
  gap: 20px;
}
.ul-sidebar-slider-wrapper .slider-wrapper {
  max-width: calc(85% - 20px);
}
.ul-sidebar-slider-nav {
  position: static;
  transform: translate(0);
  gap: 10px;
  width: 15%;
}
.ul-sidebar-footer {
  margin-top: auto;
}
.ul-sidebar-footer-title {
  color: var(--black);
  font-weight: 600;
  font-size: clamp(20px, 1.26vw, 24px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-sidebar-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--black);
  height: clamp(37px, 2.1vw, 40px);
}
.ul-sidebar-footer-social a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-sidebar-footer-social a i {
  display: inline-flex;
}

.ul-header {
  position: relative;
  top: 0;
  z-index: 99;
}
.ul-header-container {
  margin: auto;
  max-width: clamp(0px, 92.64vw, 1763px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ul-header-container {
    align-items: center;
    max-width: calc(100% - 30px);
  }
}
.ul-header-bottom {
  position: fixed;
  top: clamp(12px, 1.16vw, 22px);
  width: 100%;
}
.ul-header-bottom.sticky .ul-header-bottom-wrapper {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.ul-header-bottom-wrapper {
  gap: clamp(22px, 4.2vw, 80px);
  position: relative;
  z-index: 1;
  background-color: var(--white);
  border-radius: 999px;
  padding: clamp(5px, 0.42vw, 8px);
}
.ul-header-bottom-wrapper > * {
  flex-shrink: 0;
}
.ul-header-bottom .header-bottom-left {
  display: flex;
  align-items: center;
  gap: clamp(35px, 3.42vw, 65px);
  flex-grow: 1;
}
.ul-header-bottom-right {
  display: flex;
  align-items: center;
  gap: clamp(10px, 3.42vw, 10px);
}
@media screen and (max-width: 991px) {
  .ul-header-bottom-right {
    gap: clamp(10px, 1.42vw, 65px);
  }
}
.ul-header .logo-container {
  position: relative;
  z-index: 1;
  padding-left: clamp(10px, 1.05vw, 20px);
}
.ul-header-nav {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .ul-header-nav {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.2);
    gap: 0;
    display: none;
  }
}
.ul-header-nav > * {
  border: 1px solid var(--ul-gray2);
  border-radius: 999px;
  padding: clamp(5px, 0.42vw, 8px) clamp(10px, 0.79vw, 15px);
}
.ul-header-nav > *:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}
.ul-header-nav > *:hover > a:not([href]):not([class]) {
  color: var(--white);
}
.ul-header-nav > *.active {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .ul-header-nav > *.active {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    color: var(--black);
  }
}
.ul-header-nav > *.active > a {
  color: var(--white) !important;
}
@media screen and (max-width: 991px) {
  .ul-header-nav > * {
    line-height: 1.2;
    padding: 12px 15px 10px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
  }
  .ul-header-nav > *:last-child {
    border-bottom: 0;
  }
  .ul-header-nav > *:hover {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    color: var(--black);
  }
  .ul-header-nav > *:hover > a:not([href]):not([class]) {
    color: var(--black);
  }
}
.ul-header-nav a {
  font-weight: 600;
}
.ul-header-nav a, .ul-header-nav a:not([href]):not([class]) {
  color: var(--ul-black);
}
@media screen and (max-width: 991px) {
  .ul-header-nav > *.active > a {
    color: var(--black) !important;
  }
}
.ul-header-nav .has-sub-menu {
  position: relative;
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu.active {
    grid-template-rows: max-content 1fr;
    background-color: var(--white);
    border-color: rgba(0, 0, 0, 0.2);
  }
  .ul-header-nav .has-sub-menu.active .ul-header-submenu {
    padding-top: 10px;
  }
  .ul-header-nav .has-sub-menu.active > a::after {
    transform: rotate(0deg);
  }
}
.ul-header-nav .has-sub-menu:hover .ul-header-submenu {
  opacity: 1;
  transform: translateY(1px);
  pointer-events: all;
}
.ul-header-nav .has-sub-menu > a {
  position: relative;
}
.ul-header-submenu {
  position: absolute;
  z-index: 2;
  min-width: 200px;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.4s ease, pointer-events 0s;
  transform: translateY(5px);
  pointer-events: none;
  width: max-content;
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  .ul-header-submenu {
    position: static;
    transform: translateY(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
  }
}
.ul-header-submenu ul {
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: var(--white);
}
@media screen and (max-width: 991px) {
  .ul-header-submenu ul {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}
.ul-header-submenu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li {
    border-bottom: none;
  }
}
.ul-header-submenu li:last-child {
  border-bottom: 0;
}
.ul-header-submenu li a {
  height: auto;
  padding: 12px 15px;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  color: var(--ul-black);
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li a {
    padding: 8px 0;
  }
}
.ul-header-submenu li a:hover {
  color: var(--ul-primary);
}
.ul-header-search-opener {
  border: 1px solid var(--ul-gray2);
  padding: 0;
  height: 42px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-header-search-opener:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}
.ul-header .has-mega-menu {
  position: static;
}
.ul-header-megamenu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  left: 3.1vw;
  right: 3.1vw;
  width: auto;
  top: clamp(110px, 7.8vw, 7.8vw);
  z-index: 99;
  padding: clamp(10px, 3.15vw, 60px) clamp(15px, 4.2vw, 80px);
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu {
    grid-template-columns: repeat(1, 1fr);
    overflow: hidden;
    padding: 0 0;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu.active {
    margin-top: 15px;
  }
}
.ul-header-megamenu::before {
  content: "";
  position: absolute;
  height: 100%;
  top: -30px;
  right: 16vw;
  background-color: transparent;
  opacity: 1;
  z-index: -1;
  width: 8.8vw;
}
@media screen and (max-width: 1399px) {
  .ul-header-megamenu::before {
    right: 20vw;
  }
}
@media screen and (max-width: 1199px) {
  .ul-header-megamenu::before {
    right: 21.5vw;
  }
}
.ul-header-megamenu .single-col {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: clamp(20px, 2.1vw, 40px);
  margin-right: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.ul-header-megamenu .single-col:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.ul-header-megamenu .single-col-title {
  color: var(--ul-primary);
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col-title {
    margin-bottom: 10px;
  }
}
.ul-header-megamenu li {
  border-bottom: none;
  line-height: clamp(30px, 2.1vw, 40px);
}
.ul-header-megamenu li a {
  height: auto;
  padding: 1px 0;
  display: inline-block;
  width: 100%;
}
.ul-header-sidebar-opener {
  background-color: var(--ul-primary);
  height: clamp(45px, 2.94vw, 56px);
  border: 1px solid transparent;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  font-size: clamp(22px, 1.31vw, 25px);
}
.ul-header-sidebar-opener:hover {
  color: var(--ul-primary);
  background-color: transparent;
  border-color: var(--ul-primary);
}
.ul-header-2 .ul-header-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1100px, 90.38vw, 1720px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}
.ul-header-2 .logo-container {
  padding-left: 0;
}
.ul-header-2 .ul-header-bottom {
  top: clamp(15px, 1.58vw, 30px);
}
@media screen and (max-width: 1199px) {
  .ul-header-2 .ul-header-bottom.sticky {
    top: 0;
  }
}
.ul-header-2 .ul-header-bottom.sticky .ul-header-bottom-wrapper {
  background-color: var(--ul-primary);
}
@media screen and (max-width: 1199px) {
  .ul-header-2 .ul-header-bottom.sticky .ul-header-bottom-wrapper {
    padding: 12px 15px;
    border-radius: 0;
  }
}
.ul-header-2 .ul-header-bottom.sticky .ul-header-sidebar-opener {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-header-2 .ul-header-bottom-wrapper {
  background-color: transparent;
  border-radius: 7px;
}
.ul-header-2 .ul-header-actions button {
  color: var(--ul-black);
}
@media screen and (max-width: 991px) {
  .ul-header-2 .ul-header-actions button {
    color: var(--white);
  }
}
.ul-header-2 .ul-header-nav {
  gap: clamp(26px, 2.73vw, 52px);
}
.ul-header-2 .ul-header-nav > * {
  padding: 8px 0;
  border: none;
  background: none;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 600;
}
.ul-header-2 .ul-header-submenu li a {
  color: var(--ul-black);
}
.ul-header-2 .ul-header-submenu li a:hover {
  color: #FFA31A;
}
.ul-header-2 .ul-header-nav a,
.ul-header-2 .ul-header-nav a:not([href]):not([class]) {
  color: var(--white);
}
.ul-header-2 .ul-header-nav a:hover,
.ul-header-2 .ul-header-nav a:not([href]):not([class]):hover {
  color: #FFA31A;
}
.ul-header-2-bottom-btns {
  display: flex;
  gap: clamp(12px, 1.05vw, 20px);
}
.ul-header-2-bottom-btns a {
  height: clamp(45px, 2.52vw, 48px);
  font-size: clamp(15px, 0.95vw, 18px);
  background-color: transparent;
  border: 1px solid var(--white);
  padding-bottom: 2px;
}
.ul-header-2-bottom-btns a:hover {
  background-color: var(--white);
  color: var(--ul-2-primary);
}
.ul-header-2-bottom-btns a:nth-child(2) {
  background-color: var(--white);
  color: var(--ul-2-primary);
}
.ul-header-2-bottom-btns a:nth-child(2):hover {
  background-color: var(--ul-2-primary);
  color: var(--white);
  border-color: var(--ul-2-primary);
}

.ul-header-3 .ul-header-sidebar-opener {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-header-3 .ul-header-sidebar-opener:hover {
  color: var(--white);
  background-color: transparent;
  border-color: var(--white);
}

.ul-sidebar.active .ul-header-nav {
  display: flex;
}

.ul-banner {
  background: var(--ul-gradient);
  color: var(--white);
  padding: 0 15px;
  padding-top: clamp(120px, 10.51vw, 200px);
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(0px, 26.96vw, 513px);
}
@media screen and (max-width: 479px) {
  .ul-banner {
    padding-bottom: clamp(130px, 26.96vw, 513px);
  }
}
.ul-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/banner-bg-shape.svg) no-repeat center center/cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
.ul-banner-sub-title {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: clamp(6px, 0.47vw, 9px) clamp(13px, 0.84vw, 16px);
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: clamp(7px, 0.63vw, 12px);
}
.ul-banner-sub-title::before {
  content: "";
  background: url(../img/banner-sub-title-icon.svg) no-repeat center center/cover;
  display: inline-block;
  width: clamp(15px, 1.05vw, 20px);
  height: clamp(13px, 0.95vw, 18px);
  margin-right: clamp(5px, 0.53vw, 10px);
}
.ul-banner-title {
  font-size: clamp(25px, 3.68vw, 70px);
  color: var(--white);
  font-weight: 800;
  max-width: clamp(300px, 55.6vw, 1058px);
  margin: auto;
  margin-bottom: clamp(8px, 0.84vw, 16px);
}
@media screen and (max-width: 767px) {
  .ul-banner-title {
    max-width: 100%;
  }
}
.ul-banner-btn {
  background-color: var(--white);
  color: var(--ul-primary);
  border-radius: 999px;
  padding: 0 clamp(15px, 1.05vw, 20px);
  height: clamp(36px, 2.42vw, 46px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: clamp(5px, 0.53vw, 10px);
}
.ul-banner-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-banner-btn i {
  font-size: clamp(9px, 0.63vw, 12px);
}
.ul-banner-vectors img {
  position: absolute;
  z-index: 2;
}
.ul-banner-vectors .vector-1 {
  left: clamp(350px, 37.62vw, 716px);
  bottom: clamp(68px, 5.68vw, 108px);
  max-width: clamp(88px, 9.35vw, 178px);
}
@media screen and (max-width: 991px) {
  .ul-banner-vectors .vector-1 {
    display: none;
  }
}
.ul-banner-vectors .vector-2 {
  right: clamp(25px, 2.63vw, 50px);
  bottom: clamp(15px, 12.09vw, 230px);
  max-width: clamp(295px, 31vw, 590px);
}
@media screen and (max-width: 991px) {
  .ul-banner-vectors .vector-2 {
    display: none;
  }
}
.ul-banner-slider-wrapper .swiper {
  position: absolute;
}
.ul-banner-slider-wrapper .swiper img {
  width: 100%;
  object-fit: cover;
}
.ul-banner-slider-wrapper #ul-banner-slider-1 {
  left: 0;
  bottom: 0;
  width: clamp(160px, 34.68vw, 660px);
  clip-path: polygon(35.014% 0%, 98.457% 0%, 98.457% 0%, 98.832% 0.057%, 99.164% 0.218%, 99.447% 0.465%, 99.676% 0.783%, 99.843% 1.154%, 99.945% 1.563%, 99.975% 1.992%, 99.927% 2.426%, 99.795% 2.847%, 99.575% 3.239%, 30.829% 99.274%, 30.829% 99.274%, 30.74% 99.389%, 30.644% 99.493%, 30.542% 99.587%, 30.434% 99.669%, 30.322% 99.739%, 30.206% 99.797%, 30.086% 99.843%, 29.963% 99.876%, 29.838% 99.896%, 29.711% 99.903%, -29.581% 99.903%, -29.581% 99.903%, -29.95% 99.848%, -30.279% 99.691%, -30.56% 99.45%, -30.788% 99.14%, -30.958% 98.776%, -31.063% 98.375%, -31.099% 97.952%, -31.059% 97.523%, -30.938% 97.103%, -30.73% 96.709%, 33.865% 0.674%, 33.865% 0.674%, 33.955% 0.551%, 34.052% 0.44%, 34.156% 0.34%, 34.266% 0.252%, 34.382% 0.177%, 34.502% 0.114%, 34.626% 0.065%, 34.753% 0.029%, 34.882% 0.007%, 35.014% 0%);
}
.ul-banner-slider-wrapper #ul-banner-slider-1 img {
  aspect-ratio: 660/517;
}
.ul-banner-slider-wrapper #ul-banner-slider-2 {
  left: clamp(137px, 12.45vw, 237px);
  bottom: 0;
  width: clamp(160px, 36.57vw, 696px);
  clip-path: polygon(44.741% 0%, 98.445% 0%, 98.445% 0%, 98.796% 0.083%, 99.108% 0.315%, 99.374% 0.674%, 99.591% 1.135%, 99.752% 1.676%, 99.851% 2.273%, 99.885% 2.902%, 99.847% 3.54%, 99.732% 4.164%, 99.534% 4.75%, 58.979% 98.859%, 58.979% 98.859%, 58.893% 99.041%, 58.801% 99.206%, 58.702% 99.354%, 58.598% 99.484%, 58.489% 99.595%, 58.375% 99.688%, 58.258% 99.761%, 58.138% 99.813%, 58.015% 99.845%, 57.89% 99.856%, 1.545% 99.856%, 1.545% 99.856%, 1.189% 99.771%, 0.874% 99.532%, 0.605% 99.164%, 0.389% 98.691%, 0.23% 98.139%, 0.134% 97.531%, 0.106% 96.893%, 0.152% 96.248%, 0.277% 95.622%, 0.487% 95.039%, 43.682% 0.93%, 43.682% 0.93%, 43.767% 0.76%, 43.858% 0.606%, 43.955% 0.468%, 44.056% 0.347%, 44.163% 0.243%, 44.273% 0.157%, 44.386% 0.089%, 44.502% 0.04%, 44.621% 0.01%, 44.741% 0%);
}
.ul-banner-slider-wrapper #ul-banner-slider-2 img {
  aspect-ratio: 696/348;
}
@media screen and (max-width: 991px) {
  .ul-banner-slider-wrapper #ul-banner-slider-2 {
    left: clamp(107px, 12.45vw, 237px);
  }
}
@media screen and (max-width: 767px) {
  .ul-banner-slider-wrapper #ul-banner-slider-2 {
    width: clamp(160px, 52.57vw, 696px);
  }
}
@media screen and (max-width: 575px) {
  .ul-banner-slider-wrapper #ul-banner-slider-2 {
    width: clamp(160px, 42.57vw, 696px);
  }
}
@media screen and (max-width: 479px) {
  .ul-banner-slider-wrapper #ul-banner-slider-2 {
    width: clamp(160px, 62.57vw, 696px);
  }
}
.ul-banner-slider-wrapper #ul-banner-slider-3 {
  right: clamp(180px, 20.23vw, 385px);
  width: clamp(0px, 38.2vw, 727px);
  clip-path: polygon(0.375% 94.473%, 33.15% 1.335%, 33.15% 1.335%, 33.232% 1.122%, 33.321% 0.928%, 33.416% 0.755%, 33.517% 0.602%, 33.623% 0.471%, 33.733% 0.362%, 33.847% 0.276%, 33.964% 0.214%, 34.084% 0.176%, 34.206% 0.163%, 98.62% 0.163%, 98.62% 0.163%, 98.955% 0.257%, 99.252% 0.519%, 99.506% 0.923%, 99.713% 1.444%, 99.868% 2.055%, 99.965% 2.729%, 99.999% 3.441%, 99.964% 4.165%, 99.857% 4.873%, 99.671% 5.54%, 66.574% 98.677%, 66.574% 98.677%, 66.492% 98.888%, 66.404% 99.08%, 66.309% 99.252%, 66.208% 99.403%, 66.103% 99.533%, 65.993% 99.64%, 65.88% 99.725%, 65.763% 99.787%, 65.644% 99.824%, 65.523% 99.837%, 1.43% 99.837%, 1.43% 99.837%, 1.096% 99.744%, 0.8% 99.483%, 0.546% 99.08%, 0.339% 98.561%, 0.184% 97.952%, 0.086% 97.28%, 0.052% 96.569%, 0.085% 95.847%, 0.191% 95.14%, 0.375% 94.473%);
}
.ul-banner-slider-wrapper #ul-banner-slider-3 img {
  aspect-ratio: 727/306;
}
@media screen and (max-width: 767px) {
  .ul-banner-slider-wrapper #ul-banner-slider-3 {
    display: none;
  }
}
.ul-banner-slider-wrapper #ul-banner-slider-4 {
  right: 0;
  width: clamp(263px, 31.16vw, 593px);
  clip-path: polygon(0.505% 96.478%, 68.973% 0.705%, 68.973% 0.705%, 69.074% 0.576%, 69.182% 0.46%, 69.297% 0.355%, 69.418% 0.263%, 69.546% 0.184%, 69.678% 0.119%, 69.815% 0.068%, 69.955% 0.03%, 70.098% 0.008%, 70.243% 0%, 127.92% 0%, 127.92% 0%, 128.325% 0.058%, 128.686% 0.22%, 128.997% 0.47%, 129.25% 0.794%, 129.441% 1.173%, 129.563% 1.593%, 129.609% 2.038%, 129.573% 2.491%, 129.449% 2.936%, 129.231% 3.358%, 65.936% 99.131%, 65.936% 99.131%, 65.835% 99.27%, 65.726% 99.397%, 65.608% 99.51%, 65.483% 99.61%, 65.351% 99.696%, 65.214% 99.767%, 65.072% 99.823%, 64.926% 99.864%, 64.776% 99.889%, 64.625% 99.897%, 1.774% 99.897%, 1.774% 99.897%, 1.361% 99.837%, 0.995% 99.669%, 0.681% 99.41%, 0.427% 99.078%, 0.239% 98.688%, 0.123% 98.258%, 0.085% 97.805%, 0.132% 97.346%, 0.27% 96.898%, 0.505% 96.478%);
}
.ul-banner-slider-wrapper #ul-banner-slider-4 img {
  aspect-ratio: 593/485;
}
@media screen and (max-width: 575px) {
  .ul-banner-slider-wrapper #ul-banner-slider-4 {
    width: clamp(193px, 21.16vw, 593px);
  }
}
@media screen and (max-width: 479px) {
  .ul-banner-slider-wrapper #ul-banner-slider-4 {
    display: none;
  }
}
.ul-banner-slider-wrapper #ul-banner-slider-3,
.ul-banner-slider-wrapper #ul-banner-slider-4 {
  bottom: clamp(78px, 8.3vw, 158px);
}
@media screen and (max-width: 991px) {
  .ul-banner-slider-wrapper #ul-banner-slider-3,
  .ul-banner-slider-wrapper #ul-banner-slider-4 {
    bottom: 0;
  }
}
.ul-banner-stats {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .ul-banner-stats {
    position: static;
    justify-content: center;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .ul-banner-stats {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.ul-banner-stat {
      text-align: center;
  margin-right: clamp(0px, 3.42vw, 15px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: #00253da3;
  padding: 5px 15px;
  border-radius: 4px;
}
@media screen and (max-width: 479px) {
  .ul-banner-stat {
    padding-right: 10px;
    margin-right: 10px;
    flex-grow: 1;
  }
}
.ul-banner-stat:last-child {
  border-right: none;
  padding-right: 0;
}
.ul-banner-stat-number {
  font-weight: 500;
  font-size: clamp(14px, 1.26vw, 14px);
  line-height: 22px;
  margin-bottom: 5px;
  display: block;
}
.ul-banner-stat-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.ul-banner-stat-btn {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.58vw, 30px);
  visibility: hidden;
  color: var(--white);
}
.ul-banner-stat-btn:hover {
  color: var(--black);
}
.ul-banner-stat-btn:hover i {
  color: var(--black);
}
.ul-banner-stat-btn > * {
  visibility: visible;
}
.ul-banner-stat-btn i {
  width: clamp(42px, 2.73vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ul-banner-2-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1100px, 71.15vw, 1354px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-banner-2 {
  background: url(../img/banner-2-bg.jpg) no-repeat center center/cover;
  padding-top: clamp(36px, 5.57vw, 106px);
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-banner-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/banner-2-bg-shape.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .ul-banner-2-txt {
    padding: 65px 0 45px;
  }
}
.ul-banner-2-title {
  font-weight: 800;
  font-size: clamp(28px, 4.2vw, 80px);
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-banner-2-descr {
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-banner-2-btns {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
  flex-wrap: wrap;
}
.ul-banner-2-btn:nth-child(2) {
  border: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
}
.ul-banner-2-btn:nth-child(2):hover {
  background-color: var(--white);
  color: var(--ul-2-primary);
}
.ul-banner-2-img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-banner-2-img {
    text-align: center;
  }
}
.ul-banner-2-img::before, .ul-banner-2-img::after {
  content: "";
  position: absolute;
  width: clamp(200px, 24.8vw, 472px);
  aspect-ratio: 472/458;
  background: url(../img/banner-2-bg.jpg) no-repeat center center/cover;
  z-index: -1;
  border-radius: 50%;
  top: clamp(45px, 7.62vw, 145px);
  left: 0;
}
.ul-banner-2-img::after {
  background: transparent;
  border: 3px solid var(--white);
  left: clamp(22px, 2.21vw, 42px);
  top: clamp(20px, 6.31vw, 120px);
  width: clamp(170px, 23.23vw, 442px);
  aspect-ratio: 442/450;
}
.ul-banner-2-img img {
  max-width: clamp(300px, 45.19vw, 860px);
  aspect-ratio: 860/854;
}
.ul-banner-2-stat {
  display: flex;
  align-items: center;
  gap: clamp(11px, 1.16vw, 22px);
  margin-top: clamp(30px, 3.68vw, 70px);
  flex-wrap: wrap;
}
.ul-banner-2-stat-imgs img {
  width: clamp(50px, 3.15vw, 60px);
  aspect-ratio: 1/1;
  background-color: #FF9A9A;
  border-radius: 50%;
  border: 2px solid var(--white);
  margin-left: -12px;
}
.ul-banner-2-stat-imgs img:first-child {
  margin-left: 0;
}
.ul-banner-2-stat p {
  margin-bottom: 0;
  font-size: clamp(17px, 1.05vw, 20px);
}

.ul-banner-3 {
  color: var(--white);
  padding: 120px 0 41px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-banner-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--ul-primary);
  z-index: -2;
  /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 65%, 0% 0%); */
}
@media screen and (max-width: 1399px) {
  .ul-banner-3::before {
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 75%, 0% 0%); */
  }
}
@media screen and (max-width: 991px) {
  .ul-banner-3::before {
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 85%, 0% 0%); */
  }
}
.ul-banner-3-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1100px, 76.09vw, 1448px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}
@media screen and (max-width: 991px) {
  .ul-banner-3-txt {
    text-align: center;
    max-width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .ul-banner-3-txt {
    max-width: 100%;
  }
}
.ul-banner-3-title {
  font-weight: 700;
  font-size: clamp(30px, 3.36vw, 30px);
}
.ul-banner-3-descr {
  font-weight: 500;
  font-size: clamp(14px, 1.05vw, 14px);
  margin-bottom: clamp(21px, 2.15vw, 41px);
}
.ul-banner-3-img {
  display: flex;
  justify-content: center;
}
.ul-banner-3-img img {
  max-width: clamp(500px, 54.39vw, 545px);
}
@media screen and (max-width: 1199px) {
  .ul-banner-3-img img {
    max-width: clamp(550px, 50.39vw, 745px);
  }
}
@media screen and (max-width: 575px) {
  .ul-banner-3-img img {
    max-width: clamp(350px, 30.39vw, 1035px);
  }
}
.ul-banner-3-btn {
  height: clamp(45px, 3.15vw, 60px);
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 6px;
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(15px, 1.58vw, 30px);
}
.ul-banner-3-btn:hover {
  color: var(--ul-primary);
  background-color: var(--white);
}
.ul-banner-3-cutomers {
  margin-top: clamp(22px, 2.73vw, 52px);
  position: absolute;
  max-width: clamp(320px, 63%, 63%);
  bottom: 4px;
}
@media screen and (max-width: 1199px) {
  .ul-banner-3-cutomers {
    background-color: var(--white);
    max-width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .ul-banner-3-cutomers {
    padding-top: 20px;
  }
}
.ul-banner-3-cutomers-title {
  color: #666666;
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  display: block;
  margin-bottom: clamp(20px, 2.89vw, 55px);
}
.ul-banner-3-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-banner-3-vectors .vector-1 {
  top: 0;
  left: 0;
  max-width: clamp(275px, 29.01vw, 552px);
}
.ul-banner-3-vectors .vector-2 {
  bottom: clamp(150px, 15.76vw, 300px);
  right: clamp(425px, 44.67vw, 850px);
  max-width: clamp(117px, 8.78vw, 167px);
}
.ul-banner-3-vectors .vector-3 {
  right: 0;
  top: clamp(66px, 5.73vw, 109px);
  max-width: clamp(175px, 22.75vw, 433px);
}

.ul-about {
  position: relative;
  z-index: 1;
}
.ui_span{color: #22a6df;
  font-weight: 600;
}
.ul-about-container {
  max-width: clamp(1200px, 71.47vw, 1360px);
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .ul-about-container {
    margin: 0 15px;
  }
}
.ul-about-vectors > * {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .ul-about-vectors > * {
    display: none;
  }
}
.ul-about-vectors .vector-1 {
  bottom: clamp(46px, 5.41vw, 103px);
  left: clamp(47px, 5.1vw, 97px);
  max-width: clamp(644px, 39.1vw, 744px);
}
.ul-about-vectors .vector-2 {
  right: 0;
  top: clamp(78px, 8.3vw, 158px);
  max-width: clamp(644px, 39.1vw, 744px);
}

.ul-about-content-nav {
  margin-left: 56%;
  top: 15px;
  display: flex;
  gap: 10px;
  margin-bottom: calc(0% - clamp(57px, 3.52vw, 67px));
  padding-top: clamp(8px, 0.79vw, 15px);
  position: sticky;
  top: 130px;
  z-index: 22;
}
@media screen and (max-width: 1199px) {
  .ul-about-content-nav {
    margin-bottom: calc(0% - clamp(50px, 3.52vw, 67px));
  }
}
@media screen and (max-width: 767px) {
  .ul-about-content-nav {
    margin: auto;
    padding: 15px 0;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--white);
  }
}
.ul-about-content-nav a {
  height: clamp(45px, 2.73vw, 52px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  padding: 0 clamp(15px, 1.05vw, 20px);
  display: flex;
  gap: clamp(6px, 0.53vw, 10px);
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.ul-about-content-nav a i {
  font-size: 11px;
}
.ul-about-content-nav a.active {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-about-content-wrapper {
  border-radius: clamp(20px, 2.1vw, 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .ul-about-content-wrapper {
    background-color: var(--white);
  }
}
.ul-about-content-tab {
  position: relative;
  z-index: 1;
  padding: 4% 2% 1%;
  position: sticky;
  top: 110px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.ul-about-content-tab.class-80 {
  opacity: 1;
  transform: translateY(0);
}
.ul-about-content-tab.class-80 .tab-sticky-nav {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}
.ul-about-content-tab.class-20 .tab-sticky-nav {
  background-color: var(--white);
  border-color: var(--ul-primary);
  color: var(--ul-primary);
}
@media screen and (max-width: 767px) {
  .ul-about-content-tab {
    background-color: var(--white);
    position: relative;
    top: 0;
  }
}
.ul-about-content-tab:last-child.class-20 .tab-sticky-nav {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}
.ul-about-content-tab .row {
  --bs-gutter-x: clamp(30px, 3.15vw, 60px);
}
.ul-about-content-tab .tab-sticky-nav {
  height:40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius:50%;
  padding: 0 clamp(15px, 1.05vw, 20px);
  display: inline-flex;
  gap: clamp(6px, 0.53vw, 10px);
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: var(--white);
  position: absolute;
  top: 0px;
  left: 56.5%;
}
@media screen and (max-width: 1199px) {
  .ul-about-content-tab .tab-sticky-nav {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .ul-about-content-tab .tab-sticky-nav {
    display: none;
  }
}
.ul-about-content-tab .tab-sticky-nav i {
  font-size: 11px;
}
.ul-about-content-tab::before, .ul-about-content-tab::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: var(--ul-primary);
  clip-path: polygon(97.052% 100%, 2.948% 100%, 2.948% 100%, 2.47% 99.924%, 2.016% 99.705%, 1.593% 99.355%, 1.207% 98.885%, 0.863% 98.307%, 0.569% 97.633%, 0.329% 96.876%, 0.15% 96.047%, 0.039% 95.157%, 0% 94.22%, 0% 5.78%, 0% 5.78%, 0.039% 4.843%, 0.15% 3.953%, 0.329% 3.124%, 0.569% 2.367%, 0.863% 1.693%, 1.207% 1.115%, 1.593% 0.645%, 2.016% 0.295%, 2.47% 0.076%, 2.948% 0%, 51.953% 0%, 51.953% 0%, 52.431% 0.076%, 52.885% 0.295%, 53.307% 0.645%, 53.694% 1.115%, 54.037% 1.693%, 54.332% 2.367%, 54.571% 3.124%, 54.75% 3.953%, 54.862% 4.843%, 54.901% 5.78%, 54.901% 5.962%, 54.901% 5.962%, 54.939% 6.9%, 55.051% 7.789%, 55.23% 8.618%, 55.469% 9.376%, 55.764% 10.049%, 56.107% 10.627%, 56.494% 11.097%, 56.917% 11.448%, 57.37% 11.667%, 57.848% 11.742%, 97.052% 11.742%, 97.052% 11.742%, 97.53% 11.818%, 97.984% 12.037%, 98.407% 12.388%, 98.793% 12.858%, 99.137% 13.435%, 99.431% 14.109%, 99.671% 14.866%, 99.85% 15.696%, 99.961% 16.585%, 100% 17.523%, 100% 94.22%, 100% 94.22%, 99.961% 95.157%, 99.85% 96.047%, 99.671% 96.876%, 99.431% 97.633%, 99.137% 98.307%, 98.793% 98.885%, 98.407% 99.355%, 97.984% 99.705%, 97.53% 99.924%, 97.052% 100%);
}
@media screen and (max-width: 767px) {
  .ul-about-content-tab::before, .ul-about-content-tab::after {
    display: none;
  }
}
.ul-about-content-tab::after {
  inset: 3px;
  background-color: var(--white);
  clip-path: polygon(97.261% 100%, 2.739% 100%, 2.739% 100%, 2.294% 99.929%, 1.873% 99.725%, 1.48% 99.398%, 1.121% 98.959%, 0.802% 98.42%, 0.528% 97.792%, 0.306% 97.085%, 0.14% 96.311%, 0.036% 95.481%, 0% 94.606%, 0% 5.394%, 0% 5.394%, 0.036% 4.519%, 0.14% 3.689%, 0.306% 2.915%, 0.528% 2.208%, 0.802% 1.58%, 1.121% 1.041%, 1.48% 0.602%, 1.873% 0.275%, 2.294% 0.071%, 2.739% 0%, 51.973% 0%, 51.973% 0%, 52.354% 0.052%, 52.72% 0.204%, 53.068% 0.449%, 53.394% 0.782%, 53.693% 1.195%, 53.961% 1.683%, 54.195% 2.239%, 54.39% 2.857%, 54.543% 3.53%, 54.65% 4.251%, 54.663% 4.373%, 54.737% 5.831%, 54.757% 6.209%, 54.757% 6.209%, 54.77% 6.408%, 54.786% 6.606%, 54.806% 6.802%, 54.83% 6.996%, 54.857% 7.189%, 54.888% 7.379%, 54.922% 7.567%, 54.96% 7.753%, 55.002% 7.935%, 55.047% 8.115%, 55.231% 8.819%, 55.231% 8.819%, 55.385% 9.337%, 55.566% 9.813%, 55.77% 10.242%, 55.995% 10.624%, 56.24% 10.954%, 56.501% 11.23%, 56.776% 11.45%, 57.063% 11.611%, 57.361% 11.709%, 57.665% 11.742%, 97.261% 11.742%, 97.261% 11.742%, 97.705% 11.813%, 98.127% 12.017%, 98.52% 12.344%, 98.879% 12.783%, 99.198% 13.322%, 99.471% 13.951%, 99.694% 14.657%, 99.86% 15.431%, 99.964% 16.261%, 100% 17.136%, 100% 94.606%, 100% 94.606%, 99.964% 95.481%, 99.86% 96.311%, 99.694% 97.085%, 99.471% 97.792%, 99.198% 98.42%, 98.879% 98.959%, 98.52% 99.398%, 98.127% 99.725%, 97.705% 99.929%, 97.261% 100%);
}
.ul-about-content-tab-txt {
  padding-top: 40px;
}
.ul-about-content-tab-txt ul {
  margin-bottom: clamp(22px, 2.89vw, 54px);
}
.ul-about-content-tab-txt ul li {
  display: flex;
  gap: 10px;
  align-items:baseline;
  color: var(--ul-c4);
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-about-content-tab-txt ul li:last-child {
  margin-bottom: 0;
}
.ul-about-content-tab-txt ul li::before {
  content: "";
  width: 5px;
  aspect-ratio: 1/1;
  display: inline-block;
  background-color: var(--ul-c4);
  border-radius: 50%;
}
.ul-about-content-tab-descr {
  color: var(--ul-gray);
  margin-top: clamp(14px, 1.26vw, 24px);
}

.ul-about-2-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1000px, 66.63vw, 1268px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-about-2 .ul-2-section-descr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(12px, 1.16vw, 22px);
}
.ul-about-2-img {
  position: relative;
  z-index: 1;
  margin: auto;
  width: max-content;
  max-width: 100%;
  padding: 0 clamp(15px, 1.84vw, 35px);
  width: clamp(376px, 23.44vw, 446px);
}
.ul-about-2-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #E8E5FD;
  z-index: -1;
  top: 30%;
  border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 991px) {
  .ul-about-2-img {
    margin-bottom: clamp(20px, 2.1vw, 40px);
  }
}
.ul-about-2-img .img-sm {
  position: absolute;
  bottom: calc(0% - clamp(38px, 3.57vw, 68px));
  left: calc(0% - clamp(16px, 1.68vw, 32px));
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.1);
}
.ul-about-2-img .vector-1 {
  position: absolute;
  width: clamp(70px, 5.25vw, 100px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  background-color: var(--ul-2-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  top: clamp(15px, 1.58vw, 30px);
  left: calc(0% - clamp(28px, 3.05vw, 58px));
}
.ul-about-2-img .vector-2 {
  position: absolute;
  right: calc(0% - clamp(6px, 1.73vw, 33px));
  bottom: clamp(14px, 1.42vw, 27px);
}
.ul-about-2-list {
  margin-bottom: clamp(37px, 2.1vw, 40px);
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-about-2-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.84vw, 16px);
  margin-bottom: clamp(12px, 1.26vw, 24px);
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-2-black);
  font-weight: 500;
}
.ul-about-2-list li:last-child {
  margin-bottom: 0;
}
.ul-about-2-list li::before {
  content: "\f112";
  background-color: #FFA31A;
  color: var(--white);
  width: clamp(24px, 1.58vw, 30px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: flaticon_digicom !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ul-about-3-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}
.ul-about-3-top {
  overflow: hidden;
  padding: 140px 0 0;
  margin: -100px 0;
}
.ul-about-3-img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-about-3-img {
    text-align: center;
  }
}
.ul-about-3-img img {
  max-width: 380px;
}
/* .ul-about-3-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/about-img-vector.svg) no-repeat center center;
  aspect-ratio: 621/697;
  max-width: clamp(421px, 32.63vw, 621px);
  top: clamp(20px, 1.84vw, 35px);
  background-size: contain;
} */
.ul-about-3-txt {
  padding: clamp(20px, 2.1vw, 40px) clamp(30px, 3.15vw, 60px);
  padding-right: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-about-3-txt {
    padding: clamp(20px, 2.1vw, 40px) clamp(30px, 3.15vw, 60px);
  }
}
.ul-about-3-txt::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  right: calc(0% - clamp(0px, 15.29vw, 291px));
  background: var(--white);
  box-shadow: 0px 0px 60px rgba(43, 77, 255, 0.1);
  border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width: 991px) {
  .ul-about-3-txt::before {
    right: 0;
    border-radius: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .ul-about-3-tabs-container {
    margin: 0 120px;
  }
}
@media screen and (max-width: 991px) {
  .ul-about-3-tabs-container {
    margin: 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .ul-about-3-tabs-container {
    margin: 0 50px;
  }
}
@media screen and (max-width: 479px) {
  .ul-about-3-tabs-container {
    margin: 0;
  }
}
.ul-about-3-tabs-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(25px, 2.1vw, 32px);
  text-align: center;
  color: #0D0C46;
  margin-bottom: clamp(15px, 1.58vw, 30px);
  position: sticky;
  top: clamp(35px, 3.68vw, 70px);
}
.ul-about-3-tabs {
  position: relative;
}
.ul-about-3-tab {
  width: 100%;
  text-align: center;
  position: absolute;
  position: sticky;
  top: 120px;
  width: max-content;
  margin: auto;
  max-width: 100%;
}
.ul-about-3-tab-header {
  background-color: #FFA319;
  height: clamp(22px, 1.47vw, 28px);
  height: clamp(53px, 2.94vw, 56px);
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  padding-left: clamp(37px, 2.1vw, 40px);
  gap: clamp(3px, 0.32vw, 6px);
}
.ul-about-3-tab-header .dot {
  width: clamp(7px, 0.53vw, 10px);
  aspect-ratio: 1/1;
  background-color: #FAFF03;
  display: block;
  border-radius: 50%;
}
.ul-about-3-tab-header .dot:nth-child(2) {
  background-color: #45FF03;
}
.ul-about-3-tab-header .dot:nth-child(3) {
  background-color: #FF0303;
}
.ul-about-3-tab > img {
  max-width: clamp(920px, 48.5vw, 923px);
  aspect-ratio: 923/531;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .ul-about-3-tab > img {
    max-width: 100%;
  }
}
.ul-about-3-tab .pills > * {
  position: absolute;
  background-color: var(--white);
  padding: clamp(8px, 0.58vw, 11px);
  border-radius: 999px;
  box-shadow: 0px 0px 25.1813px rgba(43, 77, 255, 0.2);
  opacity: 0;
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  font-weight: 700;
  font-size: clamp(14px, 0.89vw, 17px);
  color: #454452;
}
.ul-about-3-tab .pills > * img {
  width: clamp(38px, 2.36vw, 45px);
}
@media screen and (max-width: 479px) {
  .ul-about-3-tab .pills > * img {
    display: none;
  }
}
.ul-about-3-tab .pill-1 {
  top: clamp(88px, 8.83vw, 168px);
  left: calc(0% - clamp(12px, 1.31vw, 25px));
}
@media screen and (max-width: 767px) {
  .ul-about-3-tab .pill-1 {
    top: 15px;
  }
}
@media screen and (max-width: 479px) {
  .ul-about-3-tab .pill-1 {
    left: 0;
  }
}
.ul-about-3-tab .pill-2 {
  bottom: clamp(45px, 3.94vw, 75px);
  left: calc(0% - clamp(60px, 6.31vw, 120px));
}
@media screen and (max-width: 479px) {
  .ul-about-3-tab .pill-2 {
    display: none;
  }
}
.ul-about-3-tab .pill-3 {
  bottom: clamp(98px, 9.35vw, 178px);
  right: calc(0% - clamp(40px, 4.2vw, 80px));
}
@media screen and (max-width: 767px) {
  .ul-about-3-tab .pill-3 {
    bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .ul-about-3-tab .pill-3 {
    right: 0;
  }
}
.ul-about-3-tab.active .left-pill {
  animation: ul_ab3_slide_left 0.5s ease-in-out forwards;
}
.ul-about-3-tab.active .right-pill {
  animation: ul_ab3_slide_right 0.5s ease-in-out forwards;
}
.ul-about-3-tab:nth-child(2) .ul-about-3-tab-header {
  background-color: #3996FF;
}
.ul-about-3-tab:nth-child(3) .ul-about-3-tab-header {
  background-color: #6B00BD;
}
.ul-about-3-tab:last-child.reached .left-pill {
  animation: ul_ab3_slide_left 0.5s ease-in-out forwards;
}
.ul-about-3-tab:last-child.reached .right-pill {
  animation: ul_ab3_slide_right 0.5s ease-in-out forwards;
}

@keyframes ul_ab3_slide_left {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ul_ab3_slide_right {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.ul-ticker {
  background-color: var(--ul-c3);
  padding: clamp(8px, 0.68vw, 13px) 0;
}
.ul-ticker .splide__slide {
  width: max-content !important;
  margin-right: clamp(10px, 1.05vw, 20px);
}
.ul-ticker .splide__slide:nth-child(odd) p {
  color: var(--ul-primary);
}
.ul-ticker p {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--ul-black);
  font-size: clamp(17px, 1.05vw, 20px);
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.05vw, 20px);
  flex-shrink: 0;
  min-width: max-content;
}
.ul-ticker p::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url(../img/ticker-divider.svg) no-repeat center center;
}

.ul-why-choose-us {
  background: url(../img/why-choose-us-bg.jpg) no-repeat center center/cover;
}


@media screen and (max-width: 767px) {
  .ul-work-process-single::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .ul-how-it-works .ul-section-heading .left {
    width: 65%;
  }
}
@media screen and (max-width: 575px) {
  .ul-how-it-works .ul-section-heading .left {
    width: 100%;
  }
}
.ul-offerings {
  background-color: var(--ul-black);
  position: relative;
  z-index: 1;
}
.ul-offerings::before {
  content: "";
  position: absolute;
  width: clamp(300px, 21.02vw, 400px);
  aspect-ratio: 1/1;
  background: var(--ul-primary);
  opacity: 0.8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  filter: blur(250px);
  transform: translateX(-50%);
  left: 50%;
  bottom: clamp(17px, 1.73vw, 33px);
  z-index: -1;
}
.ul-offerings .ul-section-heading .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ul-offerings .ul-section-heading .left {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .ul-offerings .ul-section-heading .left {
    width: 100%;
  }
}
.ul-offerings .ul-section-title {
  color: var(--white);
}

.ul-offering {
  padding: clamp(12px, 1.31vw, 25px);
  padding-top: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: var(--white);
  position: relative;
  z-index: 1;
  --top-space: 30px;
  margin-top: var(--top-space);
}
.ul-offering:hover::before, .ul-offering:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}
/* .ul-offering:hover .ul-offering-icon {
  background: var(--ul-primary);
  color: var(--white);
} */
.ul-offering:hover .ul-offering-icon{
  filter: brightness(2);
  -webkit-filter: brightness(2);
  color: var(--white);
}
.ul-offering .ul-offering-icon{
  filter: brightness(4.5);
  -webkit-filter: brightness(4.5);
  color: var(--white);
}
.ul-offering::before, .ul-offering::after {
  content: "";
  position: absolute;
  width: clamp(30px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  background-color: var(--ul-primary);
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
}
.ul-offering::before {
  top: -1px;
  right: -1px;
  border-top-right-radius: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.ul-offering::after {
  clip-path: polygon(100% 100%, 0 100%, 0 0);
  border-bottom-left-radius: 20px;
  bottom: -1px;
  left: -1px;
}
.ul-offering-icon {
  width: clamp(55px, 3.68vw, 70px);
  padding: 8px;
  font-size: clamp(30px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, #3C72FC -210.71%, #00060C 100%);
  color: var(--ul-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: calc(var(--top-space) * -1);
  margin-bottom: clamp(12px, 1.26vw, 24px);
  transition: 0.3s ease;
}
.ul-offering-title {
  font-family: var(--font-kumbh);
  font-size: clamp(15px, 0.95vw, 18px);
  margin-bottom: 0;
  font-weight: 600;
}

.ul-case-study {
  overflow: hidden;
}
.ul-case-study-container {
  max-width: clamp(1200px, 84.66vw, 1611px);
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .ul-case-study-container {
    margin: 0 15px;
  }
}
.ul-case-study-slider {
  --shadow-space-x: 25px;
  --shadow-space-y: 40px;
  padding: var(--shadow-space-y) var(--shadow-space-x);
  margin: calc(0% - var(--shadow-space-y)) calc(0% - var(--shadow-space-x));
}
.ul-case-study-slider .swiper-slide.swiper-slide-visible .ul-case-study-item::after {
  content: "";
}
.ul-case-study-item {
  padding: clamp(15px, 1.05vw, 20px);
  position: relative;
  z-index: 1;
}
.ul-case-study-item:hover .img img {
  transform: scale(1.1);
}
.ul-case-study-item::before, .ul-case-study-item::after {
  content: "";
  background-color: var(--white);
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(0% 4.098%, 0% 4.098%, 0.051% 3.434%, 0.197% 2.803%, 0.432% 2.215%, 0.746% 1.678%, 1.133% 1.2%, 1.584% 0.791%, 2.091% 0.457%, 2.646% 0.209%, 3.241% 0.054%, 3.868% 0%, 96.132% 0%, 96.132% 0%, 96.759% 0.054%, 97.354% 0.209%, 97.909% 0.457%, 98.416% 0.791%, 98.867% 1.2%, 99.254% 1.678%, 99.568% 2.215%, 99.803% 2.803%, 99.949% 3.434%, 100% 4.098%, 100% 79.452%, 100% 79.452%, 99.949% 80.116%, 99.803% 80.747%, 99.568% 81.335%, 99.254% 81.872%, 98.867% 82.35%, 98.416% 82.759%, 97.909% 83.093%, 97.354% 83.341%, 96.759% 83.496%, 96.132% 83.55%, 72.534% 83.55%, 72.534% 83.55%, 71.906% 83.604%, 71.311% 83.759%, 70.756% 84.007%, 70.249% 84.341%, 69.798% 84.75%, 69.412% 85.228%, 69.097% 85.765%, 68.863% 86.353%, 68.716% 86.984%, 68.665% 87.648%, 68.665% 95.902%, 68.665% 95.902%, 68.615% 96.566%, 68.468% 97.197%, 68.234% 97.785%, 67.919% 98.322%, 67.532% 98.8%, 67.082% 99.209%, 66.575% 99.543%, 66.02% 99.791%, 65.424% 99.946%, 64.797% 100%, 3.868% 100%, 3.868% 100%, 3.241% 99.946%, 2.646% 99.791%, 2.091% 99.543%, 1.584% 99.209%, 1.133% 98.8%, 0.746% 98.322%, 0.432% 97.785%, 0.197% 97.197%, 0.051% 96.566%, 0% 95.902%, 0% 4.098%);
}
.ul-case-study-item::after {
  content: none;
  background-color: rgba(0, 0, 0, 0.06);
  inset: -4px;
  top: 4px;
  bottom: -4px;
  filter: blur(13px);
  clip-path: none;
  z-index: -2;
}
.ul-case-study-item .img {
  margin-bottom: clamp(15px, 1.05vw, 20px);
  overflow: hidden;
  border-radius: 16px;
}
.ul-case-study-item .img img {
  width: 100%;
  aspect-ratio: 477/362;
}
.ul-case-study-item .txt {
  max-width: 66%;
}
.ul-case-study-item-category {
  display: inline-flex;
  font-weight: 500;
  color: var(--ul-primary);
  background-color: #F5F6F7;
  border-radius: 999px;
  padding: 4px clamp(7px, 0.53vw, 10px);
  margin-bottom: clamp(6px, 0.63vw, 12px);
}
.ul-case-study-item-title {
  color: var(--ul-c4);
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
}
.ul-case-study-item-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: clamp(8px, 0.84vw, 16px);
}
.ul-case-study-item-bottom > * {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: clamp(21px, 1.26vw, 24px);
  font-weight: 500;
}
.ul-case-study-item-index {
  background-color: var(--white);
  color: var(--ul-primary);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
.ul-case-study-item-btn {
  background-color: var(--ul-c4);
  color: var(--white);
  position: relative;
  z-index: 1;
}
.ul-case-study-item-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease;
  background: linear-gradient(0deg, #3C72FC 0%, #C700B1 100%);
  transform: rotate(180deg);
}
.ul-case-study-item-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-case-study-item-btn:hover::before {
  opacity: 1;
}

.ul-inner-case-study-item::after {
  content: "";
}

.ul-review-contact {
  background: url(../img/contact-review-bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.ul-review-contact .bg-img img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  clip-path: polygon(0% 0%, 77.582% 0%, 100% 22.748%, 100% 100%, 0% 100%, 0% 0%);
  aspect-ratio: 660/880;
  max-width: 43%;
}
@media screen and (max-width: 767px) {
  .ul-review-contact .bg-img img {
    height: 40%;
    max-width: 80%;
  }
}
.ul-review-contact-row {
  --bs-gutter-x: clamp(20px, 3.15vw, 60px);
  --bs-gutter-y: clamp(20px, 3.15vw, 60px);
}

.ul-contact-form-wrapper {
      background:#1f5394;
  border-radius: 10px;
  padding: clamp(20px, 1.15vw, 20px);
}
.ul-contact-form-wrapper .ul-section-sub-title,
.ul-contact-form-wrapper .ul-section-title {
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  background: none;
}
.ul-contact-form-wrapper .ul-section-sub-title::before,
.ul-contact-form-wrapper .ul-section-title::before {
  border-color: var(--white);
}
.ul-contact-form-wrapper .ul-section-sub-title::after,
.ul-contact-form-wrapper .ul-section-title::after {
  background: var(--white);
}
.ul-contact-form-wrapper .ul-section-title {
  margin-bottom: clamp(16px, 1.37vw, 26px);
  font-size: clamp(24px, 1.58vw, 30px);
}

.ul-contact-form label {
  color: var(--white);
  background-color: transparent;
  display: block;
  font-weight: 400;
  margin-bottom: clamp(5px, 0.53vw, 10px);
}
.ul-contact-form input,
.ul-contact-form textarea,
.ul-contact-form select,
.ul-contact-form button[type=submit] {
  background-color: var(--white);
  height: clamp(36px, 0.94vw, 36px);
    border-radius: 5px;
    border: none;
    padding: 0 clamp(14px, 1.05vw, 14px);
  font-size: clamp(13px, 0.84vw, 16px);
  width: 100%;
}
.ul-contact-form input,
.ul-contact-form textarea {
  font-size: 13px;
}
.ul-contact-form textarea {
  padding: clamp(6px, 1.05vw, 7px);
  height: clamp(40px, 2.78vw, 50px);
}
.ul-contact-form textarea:focus, .ul-contact-form textarea:focus-visible, .ul-contact-form textarea:focus-within {
  outline: none;
}
.ul-contact-form input:-webkit-autofill,
.ul-contact-form input:-webkit-autofill:hover,
.ul-contact-form input:-webkit-autofill:focus,
.ul-contact-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset !important;
}
.ul-contact-form button[type=submit] {
    background-color:#323232;
  color: var(--white);
}
.ul-contact-form button[type=submit]:hover {
  background-color: var(--ul-black);
}
.ul-clients {
  background:#fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(20px, 3.36vw, 20px);
  border:1px #ccc solid;
}
.ul-clients-vector {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.ul-footer {
  position: relative;
  z-index: 1;
  /* background: var(--ul-c4); */
  background: #1E1C1D;
}
.ul-footer-container {
  max-width: clamp(1010px, 61.59vw, 1172px);
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .ul-footer-container {
    padding: 0 15px;
  }
}
.ul-footer-top {
  padding: clamp(25px, 3.15vw, 60px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ul-footer-socials {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.47vw, 9px);
  font-size: clamp(15px, 0.95vw, 18px);
  margin-top: clamp(17px, 1.05vw, 20px);
}
@media screen and (max-width: 479px) {
  .ul-footer-socials {
    margin-bottom: 5px;
  }
}
.ul-footer-socials a {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: clamp(33px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-footer-socials a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-footer-middle {
  padding: clamp(50px, 4.2vw, 80px) 0;
  position: relative;
}
.ul-footer-middle-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 1199px) {
  .ul-footer-middle-wrapper {
    flex-wrap: wrap;
  }
}
.ul-footer-widget {
  min-width: clamp(110px, 10.51vw, 200px);
}
@media screen and (max-width: 1199px) {
  .ul-footer-widget {
    max-width: 290px;
    flex-grow: 1;
  }
}
.ul-footer-widget-title {
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--white);
  margin-bottom: clamp(13px, 1.37vw, 26px);
  padding-bottom: clamp(8px, 0.68vw, 13px);
  position: relative;
}
.ul-footer-widget-title::before, .ul-footer-widget-title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 20px;
  background-color: var(--white);
}
.ul-footer-widget-title::after {
  left: 26px;
  width: 83px;
  background-color: var(--ul-primary);
}
.ul-footer-widget-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(15px, 0.95vw, 18px);
}
.ul-footer-widget-links > * {
  display: inline-flex;
  align-items: center;
  color: var(--ul-gray2);
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
}
.ul-footer-widget-links > *::before {
  content: "\f132";
  font-family: flaticon_digicom !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.ul-footer-widget-links a:hover {
  color: var(--ul-primary);
}
.ul-footer-contact-links a {
  color: var(--white);
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-footer-contact-links a:hover {
  color: var(--ul-primary);
}
.ul-footer-contact-links a::before {
  content: none;
}
.ul-footer .ul-nwsltr-form {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-footer .ul-nwsltr-form .top {
  background-color: var(--white);
  padding: clamp(2px, 0.26vw, 5px);
  border-radius: 8px;
  height: clamp(45px, 2.94vw, 56px);
  display: flex;
}
.ul-footer .ul-nwsltr-form .top input {
  border: none;
  padding: 0 clamp(7px, 0.53vw, 10px);
  font-size: 14px;
  width: 100%;
}
.ul-footer .ul-nwsltr-form .top button {
  background-color: var(--ul-primary);
  color: var(--white);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-footer .ul-nwsltr-form .top button:hover {
  background-color: var(--ul-c4);
}
.ul-footer .ul-nwsltr-form .agreement {
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.6);
  margin-top: clamp(12px, 1.26vw, 24px);
}
.ul-footer .ul-nwsltr-form .agreement a {
  color: var(--white);
  text-decoration: underline;
}
.ul-footer .ul-nwsltr-form .agreement a:hover {
  color: var(--ul-primary);
}
.ul-footer-bottom {
  padding: clamp(14px, 1.16vw, 22px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ul-footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.ul-footer-bottom .copyright-txt {
  margin-bottom: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.9);
}
.ul-footer-bottom .copyright-txt a {
  color: var(--white);
}
.ul-footer-bottom .copyright-txt a:hover {
  color: var(--ul-black);
}
.ul-footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-footer-bottom a:hover {
  color: var(--ul-black);
}
.ul-footer-bottom-nav {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
}

.ul-footer-top {
  padding: clamp(15px, 3.15vw, 15px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ul-footer-top-contact-infos {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.ul-footer-top-contact-infos,
.ul-footer-top-contact-infos a {
  color: var(--white);
}
.ul-footer-top-contact-infos a:hover {
  color: var(--ul-black);
}
@media screen and (max-width: 991px) {
  .ul-footer-top-contact-infos {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .ul-footer-top-contact-infos {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ul-footer-top-contact-info {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.05vw, 20px);
  padding-left: clamp(15px, 3.42vw, 65px);
  margin-left: clamp(15px, 3.42vw, 65px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .ul-footer-top-contact-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .ul-footer-top-contact-info {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .ul-footer-top-contact-info {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
 .logo {height:36px;}
     .ul-header-bottom-right {
        gap: clamp(2px, 1vw, 65px);
    }
 .ul-header-bottom-wrapper {
    gap: clamp(15px, 4.2vw, 80px);
  }
.ul-footer-top-contact-info:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
}
.ul-footer-top-contact-info-icon {
  border: 1px solid rgba(245, 246, 247, 0.2);
  border-radius: 50%;
  width: clamp(53px, 3.57vw, 68px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: clamp(27px, 1.58vw, 30px);
}
.ul-footer-top-contact-info-txt {
  display: flex;
  flex-direction: column;
}
.ul-footer-top-contact-info-label {
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  color: #F5F6F7;
  margin-bottom: clamp(6px, 0.58vw, 11px);
}
.ul-footer-top-contact-info-address {
  font-size:15px;
  font-weight: 600;
  margin-bottom: 0;
}
.ul-footer-top-contact-info a:hover {
  color: var(--ul-primary);
}
.ul-footer-socials {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.47vw, 9px);
  font-size: clamp(15px, 0.95vw, 18px);
  margin-top: clamp(17px, 1.05vw, 20px);
}
@media screen and (max-width: 479px) {
  .ul-footer-socials {
    margin-bottom: 5px;
  }
}
.ul-footer-socials a {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: clamp(33px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-footer-socials a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-footer-middle {
  padding: clamp(20px, 4.2vw, 20px) 0;
  position: relative;
}
.ul-footer-middle-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 1199px) {
  .ul-footer-middle-wrapper {
    flex-wrap: wrap;
  }
}
.ul-footer-about {
  max-width: clamp(267px, 14.19vw, 270px);
}
.ul-footer-about > * {
  margin-bottom: clamp(20px, 1.94vw, 37px);
}
.ul-footer-about > *:last-child {
  margin-bottom: 0;
}
.ul-footer-about .logo {
  max-width: clamp(120px, 9.46vw, 180px);
}
.ul-footer-about-txt {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
}
.ul-service-details-txt ul {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-service-details-txt ul li {
  margin-bottom: clamp(10px, 1.05vw, 20px);
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-service-details-txt ul li::before {
  content: "\f122";
  font-family: flaticon_digicom !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}


        .text-error { color: red; font-weight: 700; }
        .switch {
          position: relative;
          display: inline-block;
          margin: 0 5px;
        }

        .switch > span {
          position: absolute;
          top: 10px;
          pointer-events: none;
          font-family: 'Helvetica', Arial, sans-serif;
          font-weight: bold;
          font-size: 12px;
          text-transform: uppercase;
          text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
          width: 50%;
          text-align: center;
        }

        input.check-toggle-round-flat:checked ~ .off {
          color: #F36F25;
        }

        input.check-toggle-round-flat:checked ~ .on {
          color: #fff;
        }

        .switch > span.on {
          left: 0;
          padding-left: 2px;
          color: #F36F25;
        }

        .switch > span.off {
          right: 0;
          padding-right: 4px;
          color: #fff;
        }

        .check-toggle {
          position: absolute;
          margin-left: -9999px;
          visibility: hidden;
        }
        .check-toggle + label {
          display: block;
          position: relative;
          cursor: pointer;
          outline: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
        }

        input.check-toggle-round-flat + label {
          padding: 2px;
          width: 97px;
          height: 35px;
          background-color: #1f5394;
          -webkit-border-radius: 60px;
          -moz-border-radius: 60px;
          -ms-border-radius: 60px;
          -o-border-radius: 60px;
          border-radius: 60px;
        }
        input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
          display: block;
          position: absolute;
          content: "";
        }

        input.check-toggle-round-flat + label:before {
          top: 2px;
          left: 2px;
          bottom: 2px;
          right: 2px;
          background-color: #1f5394;
          -webkit--moz-border-radius: 60px;
          -ms-border-radius: 60px;
          -o-border-radius: 60px;
          border-radius: 60px;
        }
        input.check-toggle-round-flat + label:after {
          top: 4px;
          left: 4px;
          bottom: 4px;
          width: 48px;
          background-color: #fff;
          -webkit-border-radius: 52px;
          -moz-border-radius: 52px;
          -ms-border-radius: 52px;
          -o-border-radius: 52px;
          border-radius: 52px;
          -webkit-transition: margin 0.2s;
          -moz-transition: margin 0.2s;
          -o-transition: margin 0.2s;
          transition: margin 0.2s;
        }

        input.check-toggle-round-flat:checked + label {
        }

        input.check-toggle-round-flat:checked + label:after {
          margin-left: 44px;
        }
.align-enAR{text-align: left !important;}

.contentDiv{
  height:auto;
}

button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #EA5D5F;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.form_head_bg2 h1{
  background: #1f5394;
    font-size: 16px;
    padding: 5px;
    color: #fff;}

   .auctions-section .filter-bar{width:auto;}

.auctions-section .filter-bar{background-color:var(--black); color:var(--white);
padding:0px 10px; border-radius:5px;}

.auctions-section .table-responsive{width:auto; overflow-x:auto;}

.auctions-section .auction-table{width:100%; margin:auto; border-collapse:collapse; background:var(--white); box-shadow:0px 4px 10px rgba(0, 0, 0, 0.1); overflow:hidden;}

/* auctions table */
.auctions-section .form-control::placeholder{color: rgba(0, 0, 0, 0.7);}
.auctions-section .form-control{border-radius:0px; max-width:auto; width:100%;} 

.auctions-section .search-bar .form-control::placeholder{color:rgba(255, 255, 255, 0.7);}
.auctions-section .search-bar .form-control{background:var(--primary-color); border:none; border-radius:0px; color:var(--white);}

.auctions-section .form-select{border-radius:0px; max-width:auto; width:100%;}

.filter-bar{background-color:var(--black); color:var(--white); padding:0px; padding-right:10px; padding-left:10px;}

.table thead th{background-color:var(--primary-color); color:var(--white); padding:0px; font-weight:bold; text-align:center; vertical-align:middle;}  

.search-bar .btn-search{background:var(--primary-color); margin:10px; color: #fff;}

.search-icon{font-size:20px; color:var(--white);}

.search-btn1{background:var(--primary-color); color:var(--primary-color); font-weight:bold; border-radius:0px; padding:10px 20px; border:none; cursor:pointer; transition:0.3s ease;}
.search-btn1:hover{background-color:var(--primary-color);}

.auctions-section .table{width:100%; border-collapse:separate; border-spacing:0; background:var(--white); border-radius:10px; overflow:hidden;}

.auction-table th{background:var(--secondary-color); padding:10px; font-weight:normal; color:var(--white); border:5px solid #faf5f5; border-spacing:100px; text-align:center;}

.auction-table th:nth-child(3), .auction-table td:nth-child(3){width:13%; white-space:normal; word-wrap:break-word;}

.auction-table th:nth-child(4), .auction-table td:nth-child(4){width:20%; white-space:normal; word-wrap:break-word;}

.auction-table td{background:var(--white); padding:10px; border-spacing:20px; margin-top:30px; border:5px solid #faf5f5; text-align:center;}

td a{color:var(--secondary-color); text-decoration:none; font-weight:bold;}
td a:hover{text-decoration:underline;}

.pagination{position:absolute; left:50%; transform:translateX(-50%);}

.pagination .page-item .page-link{color:var(--black); border:none; margin:0 5px; border-radius:5px;}

.ft-size{font-size:17px;}

.pagination .page-link:hover{background-color:var(--white);}

.pagination .page-item.active .page-link{background:#1d4f91; color:var(--white);}
.navbar {
background-color: var(--primary-color);
padding: 10px 0px;
}

@media (max-width: 991px) {
.auctions-section .filter-bar{width:95vw;}

.auctions-section .table-responsive{width:95vw; margin:15px auto auto;}

.pagination{margin-top:20px;}
}
.search-bar {
display: flex;
gap: 10px;
width:100%;
max-width:100%;
flex-wrap:nowrap;
}

.search-input {
position: relative;
width:100%;
max-width:auto;
}

.search-input input,
.search-input select {
padding: 10px 35px;
border-radius: 20px;
border: none;
outline: none;
width: 100%;
max-width: auto;
}

.search-input i {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: var(--secondary-color);
}

.search-btn {
background-color: var(--primary-color);
color: var(--white);
width: 100%;
max-width: auto;
font-weight: bold;
border-radius: 20px;
padding: 10px 25px;
border: none;
cursor: pointer;
transition: 0.3sease;
}

.search-btn:hover {
background-color: var(--primary-color);
color:var(--white);
}
.table_span{
  display: inline-grid;
  margin-left: 1%; 
  margin-top: 10px;
  gap: 10px;
}
.tH3 h3{
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}
