@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --ul-green: #2CB45E;
  --black: #000;
  --white: #fff;
  --font-source-serif-pro: "Source Serif Pro", serif;
  --font-lato: "Lato", sans-serif;
  --font-inter: "Inter", sans-serif;
}

@font-face {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: 100;
  src: local("Source Serif Pro"), url(../font/SourceSerifPro-Regular.woff) format("woff");
}
@font-face {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: 300;
  src: local("Source Serif Pro"), url(../font/SourceSerifPro-Light.woff) format("woff");
}
@font-face {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: 400;
  src: local("Source Serif Pro"), url(../font/SourceSerifPro-Regular.woff) format("woff");
}
@font-face {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: 600;
  src: local("Source Serif Pro"), url(../font/SourceSerifPro-SemiBold.woff) format("woff");
}
@font-face {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: 700;
  src: local("Source Serif Pro"), url(../font/SourceSerifPro-Bold.woff) format("woff");
}
@font-face {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: 900;
  src: local("Source Serif Pro"), url(../font/SourceSerifPro-Bold.woff) format("woff");
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: var(--font-inter);
  max-width: 1920px;
  margin: auto;
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

p {
  line-height: 1.75;
}

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

input[type=radio]:checked + span::after,
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

select {
  background-color: transparent;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.preloader .loader {
  width: 150px;
  aspect-ratio: 1.154;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  display: grid;
  background: conic-gradient(from 0deg at 50% 60%, #0219A6 120deg, rgba(0, 0, 0, 0) 0), conic-gradient(from 120deg at 50% 60%, #0219A6 120deg, rgba(0, 0, 0, 0) 0), conic-gradient(from 240deg at 50% 60%, #0219A6 120deg, rgba(0, 0, 0, 0) 0), conic-gradient(from 0deg at 50% 60%, #E5002A 120deg, rgba(0, 0, 0, 0) 0), conic-gradient(from 120deg at 50% 60%, #E5002A 120deg, rgba(0, 0, 0, 0) 0), conic-gradient(from 240deg at 50% 60%, #E5002A 120deg, rgba(0, 0, 0, 0) 0), #0219A6;
  background-size: 200% 200%;
  background-repeat: no-repeat;
  animation: l8 1.5s infinite;
}
@keyframes l8 {
  0% {
    background-position: left, top, right;
  }
  30%, 50% {
    background-position: left, top, right, center, center, center;
  }
  80%, 100% {
    background-position: center;
  }
}

[data-sal] {
  transition-duration: 0.9s;
}

.ul-research-cards,
.ul-research-shape {
  will-change: transform, opacity;
}

.ul-floating-pills-container::before {
  clip-path: polygon(2% 0%, 98% 0, 100% 100%, 0% 100%);
}

.ul-floating-pill {
  margin-top: 0px;
}
.ul-floating-pill:nth-child(even) {
  --mb: -10px;
  margin-bottom: var(--mb);
  writing-mode: vertical-lr;
  height: max-content !important;
  width: 47px !important;
  padding: 20px 0 !important;
}
@media screen and (max-width: 479px) {
  .ul-floating-pill:nth-child(even) {
    width: 47px !important;
    padding: 15px 0 !important;
  }
}
.ul-floating-pill.ul-contact-modal-open-btn {
  transition: 0s ease 0s, transform 0.8s ease 0.3s !important;
}

.ul-product-card > *:last-child > * {
  transition: 0.4s ease 0s, opacity 0s ease !important;
}
.ul-product-card:hover > *:last-child > * {
  transition: 0.4s ease 0.3s !important;
}

.ul-contact-form input,
.ul-contact-form select,
.ul-contact-form textarea {
  outline: none;
}
.ul-contact-form input:focus,
.ul-contact-form select:focus,
.ul-contact-form textarea:focus {
  outline: none;
}
.ul-contact-form input[type=radio] + label::after,
.ul-contact-form input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 5px;
}
.ul-contact-form input[type=radio]:checked + label::after,
.ul-contact-form input[type=checkbox]:checked + label::after {
  background-color: #9F9F9F;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: max-content;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .reveal {
    width: 100%;
  }
}

.reveal img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
  transition: none;
}

#ul-hero {
  position: relative;
  z-index: 1;
}
#ul-hero canvas {
  position: absolute;
  inset: 0;
  top: auto;
  z-index: -1;
}

.has-submenu {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .has-submenu {
    display: grid;
    grid-template-rows: max-content 0fr;
    transition: 0.4s ease !important;
  }
}
@media screen and (max-width: 1199px) {
  .has-submenu.active {
    grid-template-rows: max-content 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .has-submenu.active .ul-header-submenu {
    margin-top: 10px;
  }
}
.has-submenu:hover .ul-header-submenu {
  opacity: 1;
  transform: translateY(0) translateX(0);
  pointer-events: all;
}
@media screen and (max-width: 1199px) {
  .has-submenu:hover .ul-header-submenu {
    transform: translateY(0) translateX(0);
  }
}

.ul-header-submenu {
  position: absolute;
  min-width: 200px;
  background-color: var(--white);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
  top: 100%;
  left: 0;
  opacity: 0;
  transform: translateY(10px) translateX(0);
  transition: 0.4s ease, pointer-events 0s;
  pointer-events: none;
  width: max-content;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  list-style: none;
}
@media screen and (max-width: 1199px) {
  .ul-header-submenu {
    position: static;
    transform: translateY(0) translateX(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    background-color: transparent;
    list-style: circle inside;
  }
}
.ul-header-submenu li a {
  display: inline-block;
  padding: 8px 15px;
}
@media screen and (max-width: 1199px) {
  .ul-header-submenu li a {
    padding: 8px 0;
  }
}
.ul-header-submenu li a:hover {
  color: var(--ul-green);
}
@media screen and (max-width: 1199px) {
  .ul-header-submenu li a:hover {
    color: var(--white);
  }
}
.ul-header-submenu li:last-child a {
  border-bottom: none;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected,
.ss-content .ss-list .ss-option:hover {
  background-color: var(--ul-green);
}

.ss-main {
  color: var(--black);
}
.ss-main .ss-values .ss-placeholder {
  color: var(--black);
}

.at-btn {
  background-color: var(--atRed);
  color: var(--white);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  font-family: var(--font-poppins);
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
}
.at-btn:hover {
  background-color: var(--at-blue);
  color: var(--white);
}
.at-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid var(--white);
}

.at-section-sub-title {
  border: 1px solid rgba(237, 237, 237, 0.1);
  border-radius: 999px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--atRed);
  font-size: 14px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 8.5px 15px;
  margin-bottom: 20px;
}
.at-section-sub-title span {
  padding-left: 10px;
}

.at-section-title {
  font-weight: 700;
  font-size: 55px;
  color: var(--white);
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .at-section-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .at-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .at-section-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 479px) {
  .at-section-title {
    font-size: 35px;
  }
}

.ed-single-accordion-item {
  transition: 0.4s ease;
}

.ed-single-accordion-item.open .ed-single-accordion-item__header i {
  transform: rotate(90deg);
  color: var(--ed-purple);
}
.ed-single-accordion-item.open .ed-single-accordion-item__title {
  color: var(--ed-purple);
}
.ed-single-accordion-item.open .ed-single-accordion-item__body {
  grid-template-rows: 1fr;
  padding-top: 9px;
}

.ed-single-accordion-item__header i {
  transition: transform 0.4s ease;
}

.ed-single-accordion-item__body {
  transition: all 0.4s ease;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}

.ed-single-accordion-item__body p {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */

input:focus,
select:focus,
textarea:focus,
button:focus {
    box-shadow: none !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected,
.ss-content .ss-list .ss-option:hover {
    background-color: var(--ul-green) !important;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{
    background-color: var(--ul-green) !important;
}

.ss-list {
    border: 1px solid var(--ul-green);
    border-radius: 0 0 6px 6px;
}
.ss-main {
    color: var(--black);
}

.ss-main:focus {
    box-shadow: none !important;
}

.ss-main .ss-values,
.ss-main .ss-placeholder {
    color: var(--black);
}

.ss-main .ss-values .ss-single{
    padding-left: 10px;
    color: #7c838f !important;
}

.ss-main .ss-placeholder {
    color: #7c838f !important;
}

.ul-hero-scroll-down-btn {
    width: max-content;
    max-width: 100%;
    margin: auto;


}

.lets-meet-form{
    height: 70vh;
    overflow: hidden;
}
