@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Bold.eot");
  src: local("Euclid Square Bold"), local("EuclidSquare-Bold"), url("EuclidSquare-Bold.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Bold.woff2") format("woff2"), url("EuclidSquare-Bold.woff") format("woff"), url("EuclidSquare-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Regular.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("EuclidSquare-Regular.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Regular.woff2") format("woff2"), url("EuclidSquare-Regular.woff") format("woff"), url("EuclidSquare-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-SemiBold.eot");
  src: local("Euclid Square SemiBold"), local("EuclidSquare-SemiBold"), url("EuclidSquare-SemiBold.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-SemiBold.woff2") format("woff2"), url("EuclidSquare-SemiBold.woff") format("woff"), url("EuclidSquare-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-LightItalic.eot");
  src: local("Euclid Square Light Italic"), local("EuclidSquare-LightItalic"), url("EuclidSquare-LightItalic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-LightItalic.woff2") format("woff2"), url("EuclidSquare-LightItalic.woff") format("woff"), url("EuclidSquare-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-MediumItalic.eot");
  src: local("Euclid Square Medium Italic"), local("EuclidSquare-MediumItalic"), url("EuclidSquare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-MediumItalic.woff2") format("woff2"), url("EuclidSquare-MediumItalic.woff") format("woff"), url("EuclidSquare-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Medium.eot");
  src: local("Euclid Square Medium"), local("EuclidSquare-Medium"), url("EuclidSquare-Medium.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Medium.woff2") format("woff2"), url("EuclidSquare-Medium.woff") format("woff"), url("EuclidSquare-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Italic.eot");
  src: local("Euclid Square Italic"), local("EuclidSquare-Italic"), url("EuclidSquare-Italic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Italic.woff2") format("woff2"), url("EuclidSquare-Italic.woff") format("woff"), url("EuclidSquare-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Light.eot");
  src: local("Euclid Square Light"), local("EuclidSquare-Light"), url("EuclidSquare-Light.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Light.woff2") format("woff2"), url("EuclidSquare-Light.woff") format("woff"), url("EuclidSquare-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-SemiBoldItalic.eot");
  src: local("Euclid Square SemiBold Italic"), local("EuclidSquare-SemiBoldItalic"), url("EuclidSquare-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-SemiBoldItalic.woff2") format("woff2"), url("EuclidSquare-SemiBoldItalic.woff") format("woff"), url("EuclidSquare-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-BoldItalic.eot");
  src: local("Euclid Square Bold Italic"), local("EuclidSquare-BoldItalic"), url("EuclidSquare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-BoldItalic.woff2") format("woff2"), url("EuclidSquare-BoldItalic.woff") format("woff"), url("EuclidSquare-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Euclid Square", sans-serif;
  margin: 0;
  padding: 0;
  color: #121315;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f1c3d;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1700px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1671px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-inline: 1.25rem !important;
  }
}
.container-fluid {
  padding-inline: clamp(1.25rem, 7vw, 9.375rem);
}
@media (max-width: 1600px) {
  .container-fluid {
    padding-inline: clamp(1.25rem, 5vw, 7rem);
  }
}
@media (max-width: 1400px) {
  .container-fluid {
    padding-inline: clamp(1.25rem, 4.5vw, 5rem);
  }
}
@media (max-width: 410px) {
  .container-fluid {
    padding-inline: 0.75rem;
  }
}
@media (max-width: 767px) {
  .container-fluid--md {
    padding: 0;
  }
}

.text-dark-1 {
  color: #121315;
}
.text-gray-1 {
  color: #95a1be;
}
.text-gray-2 {
  color: #60687d;
}
.text-gray-3 {
  color: #7b87a6 !important;
}
.text-gray-3::after {
  background-color: rgba(59, 104, 219, 0.2) !important;
}
.text-blue-2 {
  color: #0f1c3d;
}
.text-blue-5 {
  color: #a8b0c6;
}
.text-blue-6 {
  color: #bcc3dc;
}

.mb-12 {
  margin-bottom: 12px;
}
.mb-13 {
  margin-bottom: 13px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-27 {
  margin-bottom: 27px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-43 {
  margin-bottom: 43px;
}
.mb-55 {
  margin-bottom: clamp(45px, 4vw, 55px);
}
.mb-60 {
  margin-bottom: clamp(2.3125rem, 4vw, 3.75rem);
}
.mb-74 {
  margin-bottom: 74px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-110 {
  margin-bottom: clamp(4.75rem, 7vw, 6.875rem);
}
.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 991px) {
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-55 {
    margin-bottom: clamp(45px, 4vw, 55px);
  }
  .mb-lg-110 {
    margin-bottom: clamp(4.75rem, 7vw, 6.875rem);
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .mb-xl-35 {
    margin-bottom: 35px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mb-xl-55 {
    margin-bottom: clamp(45px, 4vw, 55px);
  }
  .mb-xl-110 {
    margin-bottom: clamp(4.75rem, 7vw, 6.875rem);
  }
  .mb-xl-120 {
    margin-bottom: 120px;
  }
}

.mw-75 {
  max-width: 75%;
}

.mw-1160 {
  max-width: 1160px;
}
.mw-990 {
  max-width: 990px;
}
@media (min-width: 1200px) {
  .mw-xl-900 {
    max-width: 900px;
  }
}

.page-title {
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  font-weight: bold;
  color: white;
}
.page-desc {
  color: #95a1be;
}
@media screen and (max-width: 575px) {
  .page-desc {
    font-size: 14px;
  }
}

.section-title-lg {
  font-size: clamp(26px, 4vw, 48px);
  font-weight: bold;
  color: #0f1c3d;
}
@media screen and (max-width: 575px) {
  .section-title-lg {
    font-size: 24px;
  }
}
.section-title {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: bold;
  color: #0f1c3d;
}
.section-subtitle {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: bold;
  color: #0f1c3d;
}
@media screen and (max-width: 575px) {
  .section-subtitle {
    font-size: 20px;
  }
}
.section-subtitle-sm {
  font-size: 20px;
  font-weight: bold;
  color: #0f1c3d;
}
@media screen and (max-width: 575px) {
  .section-subtitle-sm {
    font-size: 20px;
  }
}
.section-desc {
  font-size: 16px;
  color: #60687d;
}
@media screen and (max-width: 575px) {
  .section-desc {
    font-size: 14px;
  }
}
.section-desc-sm {
  font-size: clamp(0.9375rem, 3vw, 1.125rem);
}
.section-desc-md {
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .section-desc-md {
    font-size: 16px;
  }
}
.section-desc-lg {
  font-size: clamp(1.0625rem, 2.8vw, 1.375rem);
}

.primary-btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #5228fc;
  padding: 17px 58px;
  border-radius: 10px;
  color: white;
  transition: all 0.3s ease-out;
}
.primary-btn:hover {
  background-color: white;
  color: #5228fc;
  box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.075) !important;
  transform: scaleX(1.05);
}
@media screen and (max-width: 575px) {
  .primary-btn {
    font-size: 12px;
  }
}

.ts-underline {
  position: relative;
  display: inline-block;
}
.ts-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 5px;
  border-radius: 4.5px;
  background: linear-gradient(90deg, #19c7f9 0.78%, #3b69db 100%);
  border-radius: 1px;
}
@media (min-width: 767px) {
  .ts-md-underline {
    position: relative;
    display: inline-block;
  }
  .ts-md-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 100%;
    height: 5px;
    border-radius: 4.5px;
    background: linear-gradient(90deg, #19c7f9 0.78%, #3b69db 100%);
    border-radius: 1px;
  }
}

.ts-descoration {
  position: relative;
}
.ts-descoration::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 60px;
  background-image: url("../assets/images/decoration-leaf.svg");
  background-size: 72px 52px;
  background-repeat: no-repeat;
}
.ts-descoration--start::before {
  left: 0;
  top: 0;
  transform: translate(-100%, -100%) rotate(-75deg);
}
.ts-descoration--end::before {
  right: 0;
  top: 0;
  transform: translate(100%, -100%) rotate(15deg);
}
@media (min-width: 991px) {
  .ts-descoration-lg--start::before {
    left: 0;
    top: 0;
    transform: translate(-100%, -100%) rotate(-75deg);
  }
}

.header-nav {
  position: fixed;
  background-color: #0c0c6d;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header-nav .navbar-toggler {
  border: 0;
  width: 22px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header-nav .navbar-toggler:focus {
  box-shadow: none;
}
.header-nav .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
.header-nav .navbar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header-nav .navbar span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.header-nav .navbar span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.header-nav .navbar span:nth-child(3) {
  top: 13px;
  transform-origin: left center;
  width: 70%;
  margin-left: 30%;
  transition: all 0.3s ease-in-out;
}
.header-nav .navbar [aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}
.header-nav .navbar [aria-expanded=true] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header-nav .navbar [aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}
.header-nav .navbar-brand {
  padding: 0;
}
.header-nav .navbar-brand img {
  width: 140px;
}
@media screen and (max-width: 1200px) {
  .header-nav .navbar-brand img {
    width: 130px;
  }
}
@media screen and (max-width: 992px) {
  .header-nav .navbar-brand img {
    width: 110px;
  }
}
.header-nav .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  margin: 0 15px;
  transition: padding 0.3s ease-in-out;
}
.header-nav .navbar-nav .nav-item:nth-last-child(1) {
  margin-right: 0;
}
.header-nav .navbar-nav .nav-link {
  color: #95a1be;
  transition: color 0.3s ease-in-out;
}
.header-nav .navbar-nav .nav-link:hover {
  color: white;
}
.header-nav .navbar-nav .active {
  position: relative;
  padding-left: 15px;
}
.header-nav .navbar-nav .active a {
  color: white;
}
.header-nav .navbar-nav .active::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #359bf8;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

.footer {
  padding: 4.375rem 0 1.875rem;
  background-color: white;
}
@media screen and (max-width: 575px) {
  .footer {
    padding: 4rem 0 3.375rem;
  }
}
.footer .social-icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #ebf0fb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.footer .social-icon svg {
  fill: #0c0c6d;
}
.footer .social-icon:hover {
  background-color: #3b69db;
}
.footer .social-icon:hover svg {
  fill: #fff;
}
.footer__left {
  width: 667px;
  max-width: 100%;
}
.footer__right {
  width: 575px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 375px) {
  .container {
    padding: 0 10px !important;
  }
}

main {
  width: 100%;
  overflow: hidden;
}

.hero {
  position: relative;
  background-color: #0c0c6d;
  padding: 200px 0 110px;
  width: 100%;
}
.hero__content {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .hero {
    padding: 125px 0 75px;
  }
}
.hero > .container-fluid {
  position: relative;
  z-index: 10;
}
.hero-img {
  width: 100%;
}
.hero-border-bottom {
  position: absolute;
  width: 103%;
  bottom: 0;
  left: 50%;
  transform: translate(-51%, 55%);
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .hero-border-bottom {
    bottom: 22%;
    width: 500%;
  }
}
.hero .circle-filled-1 {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 20vw;
  max-width: 354px;
  transform: translateX(50%);
  z-index: 100;
}
.hero .circle-alt-1 {
  position: absolute;
  right: 10%;
  top: 40%;
  width: 7vw;
  max-width: 84px;
  transform: translateX(50%);
}
@media screen and (max-width: 991px) {
  .hero .circle-alt-1 {
    right: 5%;
    top: 50%;
  }
}
.hero .circle-filled-2 {
  position: absolute;
  left: 35%;
  bottom: 22%;
  width: 10vw;
  max-width: 48px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .hero .circle-filled-2 {
    left: 75%;
    bottom: 55%;
  }
}
.hero .circle-alt-2 {
  position: absolute;
  left: 42%;
  bottom: 10%;
  width: 6vw;
  max-width: 28px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .hero .circle-alt-2 {
    left: 5%;
    bottom: 50%;
  }
}

.ts-why {
  position: relative;
  background-color: #0c0c6d;
  padding: 105px 0 82px;
  color: white;
}
.ts-why > * {
  position: relative;
  z-index: 2;
}
.ts-why .section-title-lg {
  margin-bottom: clamp(48px, 8vw, 90px);
}
.ts-why__bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 120%;
  z-index: -1;
}
@media (max-width: 767px) {
  .ts-why__bg {
    width: auto;
    height: 400px;
    transform: translate(-50%, 40%);
  }
}
@media (max-width: 575px) {
  .ts-why {
    padding: 66px 0 0px;
  }
  .ts-why .section-title-lg {
    margin-bottom: 48px;
  }
  .ts-why__bg {
    width: auto;
    height: 316px;
  }
}

.whoweare {
  margin-top: 200px;
  margin-bottom: clamp(5.625rem, 10vw, 8.75rem);
  padding-top: 150px;
}
.whoweare__desk-img {
  position: relative;
  right: -22%;
}
@media screen and (max-width: 1750px) {
  .whoweare__desk-img {
    right: -18%;
  }
}
@media screen and (max-width: 1600px) {
  .whoweare__desk-img {
    right: -10%;
    transform: scale(1.1);
  }
}
@media screen and (max-width: 991px) {
  .whoweare {
    margin-top: 75px;
  }
}
@media screen and (max-width: 375px) {
  .whoweare {
    margin-top: 40px;
  }
}
.whoweare__img {
  width: 281px;
  max-width: 100%;
}
.whoweare__img--dotted {
  margin-top: 230px;
}
@media screen and (max-width: 575px) {
  .whoweare__img {
    width: 153px;
  }
}

.ts-major-project {
  background-color: #f2f7ff;
  padding: 70px 60px;
}
@media (max-width: 767px) {
  .ts-major-project {
    padding-inline: clamp(1.25rem, 7vw, 9.375rem);
  }
}
@media (max-width: 410px) {
  .ts-major-project {
    padding-inline: 0.75rem;
  }
}

.ts-about,
.ts-apart {
  padding: clamp(5.75rem, 10vw, 117px) 0 clamp(7.1875rem, 10vw, 13.25rem);
}
.ts-about__img,
.ts-apart__img {
  max-width: 100%;
  width: 50%;
  min-width: 178px;
}
@media (min-width: 1400px) {
  .ts-about__img,
.ts-apart__img {
    max-width: 100%;
    width: 569px;
    min-width: 178px;
  }
  .ts-about__text,
.ts-apart__text {
    max-width: 883px;
    margin-right: 3vw;
  }
}
@media (max-width: 1200px) {
  .ts-about,
.ts-apart {
    position: relative;
  }
}
@media (max-width: 575px) {
  .ts-about__img,
.ts-apart__img {
    min-width: 178px;
    max-width: 50%;
  }
}

@media (min-width: 1400px) {
  .ts-about__img {
    position: relative;
    left: -14%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1750px) {
  .ts-about__img {
    left: -12%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .ts-about__img {
    left: -10%;
    transform: scale(1.1);
  }
}

.ts-apart {
  padding-top: 14.6875rem;
  padding-bottom: 37px;
}
.ts-apart__img-container {
  position: relative;
}
.ts-apart__img-container::after {
  left: auto;
  right: 0;
  background-color: #5228fc;
  bottom: -37px;
}
@media (min-width: 1200px) {
  .ts-apart__text {
    margin-right: 0;
    margin-left: 3vw;
  }
}
@media (max-width: 1200px) {
  .ts-apart {
    padding: 5rem 0 4rem;
  }
  .ts-apart::after {
    background-color: #5228fc;
    bottom: -20px;
  }
}
@media (max-width: 575px) {
  .ts-apart {
    padding: 3.75rem 0 2.5rem;
  }
  .ts-apart__img {
    min-width: 237px;
    max-width: 64%;
  }
}

.ts-aboutus-2 {
  padding: 10rem 0 6.5rem;
  background-color: #0c0c6d;
  color: white;
}
.ts-aboutus-2__description-img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-3rem);
  width: 13rem;
}
.ts-aboutus-2 .section-title-lg {
  margin-bottom: clamp(54px, 10vw, 120px);
}
.ts-aboutus-2-flower {
  margin-left: 260px;
  width: 171px;
  position: relative;
  top: 30px;
}
.ts-aboutus-2-card {
  background-color: #1e1e7b;
  padding: 1rem 2rem;
  border-radius: 11px;
}
.ts-aboutus-2-card-group {
  margin-bottom: clamp(54px, 10vw, 6.5rem);
}
@media (max-width: 575px) {
  .ts-aboutus-2 {
    padding: 7rem 0 4.375rem;
  }
  .ts-aboutus-2-flower {
    margin-left: clamp(150px, 45vw, 220px);
  }
}
@media (max-width: 420px) {
  .ts-aboutus-2-flower {
    margin-left: clamp(140px, 35vw, 210px);
  }
}

.ts-our-services {
  background-color: #f2f7ff;
  padding: 160px 0 140px;
}
.ts-our-services__img {
  max-width: 100%;
}
.ts-our-services-card {
  background-color: white;
  padding: 60px 70px 54px;
  border-radius: 10px;
  margin-bottom: clamp(26px, 6vw, 60px);
}
.ts-our-services-card__header {
  gap: 1.875rem;
}
.ts-our-services-card__img {
  width: 88px;
}
.ts-our-services-card__subtitle {
  color: #7b87a6;
}
@media (max-width: 767px) {
  .ts-our-services-card {
    padding-inline: clamp(2.0625rem, 3.2vw, 3.125rem);
  }
}
@media (max-width: 410px) {
  .ts-our-services-card {
    padding-inline: clamp(1.2rem, 3.2vw, 2.0625rem);
  }
}
.ts-our-services--2 .ts-our-services-card {
  margin-bottom: clamp(24px, 4vw, 3rem);
}
@media (min-width: 1200px) {
  .ts-our-services__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 466px;
    max-width: 100%;
  }
  .ts-our-services__img-container {
    position: relative;
    height: 150px;
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  .ts-our-services header {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .ts-our-services {
    padding: 6.9375rem 0 4.9375rem;
  }
  .ts-our-services__img {
    min-width: 237px;
    max-width: 81%;
  }
  .ts-our-services-card__img {
    width: 71px;
  }
}

.jointeam {
  position: relative;
  background: #0c0c6d;
  padding: 118px 0;
  isolation: isolate;
}
@media screen and (max-width: 575px) {
  .jointeam {
    padding: 80px 0;
  }
}
.jointeam > .container-fluid {
  position: relative;
  z-index: 10;
}
@media (min-width: 450px) {
  .jointeam:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/join-team-bg.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1920px;
    z-index: -1;
  }
}
@media (min-width: 450px) and (min-width: 1920px) {
  .jointeam:before {
    background-size: 100% auto;
  }
}

.team_pics {
  width: 112px;
  border-radius: 50%;
}

.form-container {
  padding: 92px 0;
  position: relative;
  background-color: #f2f7ff;
}
.form-container > .container-fluid {
  position: relative;
  z-index: 10;
}
.form-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background-color: #5228fc;
}
@media screen and (max-width: 991px) {
  .form-container::before {
    height: 100vw;
    width: 100%;
    max-height: 540px;
  }
}
.form-container .post-image {
  width: 641px;
  max-width: 100%;
}
.form-container-row {
  display: grid;
  grid-template-columns: 4.2fr 6.8fr;
}
@media screen and (max-width: 991px) {
  .form-container-row {
    grid-template-columns: 1fr;
  }
}
.form-container-form {
  width: 90%;
}
@media screen and (max-width: 1400px) {
  .form-container-form {
    width: 92%;
  }
}
@media screen and (max-width: 991px) {
  .form-container-form {
    width: 100%;
  }
}
.form-container form .form-control {
  background: #ffffff !important;
  border-radius: 10px;
  padding: 21px 29px 26px;
  border: none;
  font-size: 16px;
  color: #0f1c3d;
}
.form-container form .form-control:-webkit-autofill, .form-container form .form-control:-webkit-autofill:hover, .form-container form .form-control:-webkit-autofill:focus, .form-container form .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px white inset !important;
}
.form-container form .form-control::-moz-placeholder {
  color: #95a1be;
}
.form-container form .form-control:-ms-input-placeholder {
  color: #95a1be;
}
.form-container form .form-control::placeholder {
  color: #95a1be;
}
.form-container form .form-control:focus {
  background: #ffffff;
  box-shadow: none;
  box-shadow: 0px 10px 30px rgba(109, 133, 218, 0.25);
}

.ourteam {
  padding-top: 120px;
  background-color: #0c0c6d;
}
.ourteam__description-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 172px;
  transform: translate(10%, -50%) rotate(-75deg);
}
@media screen and (max-width: 991px) {
  .ourteam {
    padding-top: 150px;
  }
  .ourteam__description-img {
    width: 80px;
    transform: translate(50%, -150%) rotate(-75deg);
  }
}
@media screen and (max-width: 575px) {
  .ourteam {
    padding: 128px 0 80px;
  }
}
.ourteam__card {
  background: #f2f7ff;
  border-radius: 10px;
  padding: 60px 0;
  width: 100%;
  max-width: 100%;
  transition: all 500ms cubic-bezier(0.66, 1.6, 0.75, 1.6);
}
.ourteam__card:hover {
  transform: translateY(-10px);
}
.ourteam .swiper {
  padding: 15px 0 0;
}
.ourteam .swiper-button {
  margin-top: clamp(2.6875rem, 5vw, 4.75rem);
}
.ourteam .swiper-button-next, .ourteam .swiper-button-prev {
  width: 42px;
}
.ourteam .swiper-button-next::after, .ourteam .swiper-button-prev::after {
  display: none;
}
.ourteam .swiper-button-prev {
  left: calc(50% - 50px);
  transform: rotate(-180deg);
}
.ourteam .swiper-button-next {
  left: calc(50% + 5px);
}
.ourteam .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}/*# sourceMappingURL=index.css.map */