.dark{
	background-color: #0b2844;
}
.row1 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.col {
  flex: 1 0 0;
}
.d-grid {
  display: grid !important;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.btn-with-arrow.btn-xl, .btn-with-arrow-solid.btn-xl {
  padding-right: 70px;
}
.btn.btn-xl {
  font-size: 16px;
  font-size: 1rem;
  padding: 12.8px 32px;
    padding-top: 12.8rem;
    padding-right: 32px;
    padding-bottom: 12.8rem;
}
.box-shadow-6:not(.box-shadow-hover) {
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08);
}

.fadeInUpShorter {
  animation-name: fadeInUpShorter;
}
.border-radius-2 {
  border-radius: 10px!important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.text-3 {
  font-size: 2em !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.btn {
  font-family: "Lexend", sans-serif !important;
  padding: 16px 35.2px;
  padding: 1rem 2.2rem;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
}

.btn-primary {
background: #68B3E8;
  color:#000 !important;
}
.btn-secondary {
background: #68E8DD;
  color:#000 !important;
}
.btn-tetriary {
 background: #688ae8;
  color:#fff !important;
}
.btn-quad {
 background: #AD052F ;
  color:#fff !important;
}
.btn-with-arrow, .btn-with-arrow-solid {
  position: relative;
  padding-right: 40px;
  font-weight: 600;
}
.overflow-hidden {
  overflow: hidden !important;
}
.text-start {
  text-align: center !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.btn {
padding-x: 0.75rem;
padding-y: 0.375rem;
	margin: 20px 0;
  font-family:ystem-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; ;
  font-size: 1rem;
 font-weight: 400;
 line-height: 1.5;
 color: #212529;
border-width: 1px;
  border-color: transparent;
 border-radius: 40px;
  hover-border-color: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
 disabled-opacity: 0.65;
 focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

}
.custom-el-4 {
  display: inline-block;
  margin: -24px 50px -24px -32px;
  position: relative;
}
.custom-el-4::after, .custom-el-4::before {
  box-sizing: border-box;
}
.custom-el-4::after {
 
  display: block;
	box-sizing: border-box !important;
  width: 390px;
  height: 280px;
  position: absolute;
  top: -75px;
  left: -55px;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 30px solid #FFF;
	z-index: 11;}

.z-index-2 {
  z-index: 2 !important;
}
.p-relative {
  position: relative !important;
}

.d-lg-inline-block {
    display: inline-block !important;
  }

.img-fluid {
  max-width: 100%;
  height: auto;
}
