body {
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  overflow-x: hidden;
}

textarea {
  outline: none;
}
textarea::placeholder {
  color: #98A2B3;
  outline: none;
}

input::placeholder {
  color: #98A2B3!important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
::-ms-input-placeholder {
  color: #98A2B3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
label {
  margin-bottom: 8px;
}
ul {
  list-style: none;
  padding-left: 16px;
}
li {
  list-style: none;
}
p {
  line-height: 28px;
  font-weight: 200;
}
h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
}
h2 {
  color: #101828;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #101828;
}
h5 {
  color: #6941C6!important;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
section {
  padding: 40px 16px;
}
.container {
  width: 100%;
  max-width: 1320px !important;
  margin: 0 auto;
  padding: 0 16px;
}
.relative-post {
  position: relative;
}
.header {
  position: relative;
  /* padding: 16px 16px; */
  z-index: 1;
}
.header .logo {
  
  /* background: var(
    --Gradient-Linear-Color-82,
    linear-gradient(135deg, #5efce8 0%, #736efe 100%)
  );
  font-size: 24px; */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .logo svg{
  width:270px;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.menu li {
  margin-right: 20px;
}
hr {
  width: 100%;
  height: 1px!important;
  border-top: 1px solid #475467!important;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #647792 !important;
  text-decoration: none !important;
}
.menu-icon {
  display: none;
}
.background-image {
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.headline {
  color: #fff;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -1.44px;
}
.hero-banner p {
  color: #eaecf0;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  margin-top: 24px;
  text-shadow: 0px 0px 2px white;
  
}
.hero-banner p > i{
  text-shadow:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  grid-column-gap: 16px;
  display: flex;
}
.header nav ul li {
  margin-right: 20px;
}
.header a {
  text-decoration: none;
  color: #fff;
}
.text-blue {
  color: #f25924;
}
.btn-primary {
  background-color: #4a8ab5 !important;
  color: #fff!important;
  padding: 12px 24px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.btn-primary:hover {
  background-color: #f25924 !important;
  color: #fff!important;
}
.btn-secondary {
  background-color:#f25924!important;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.btn-secondary:hover {
  background-color: #1e66f7 !important;
  color: #fff!important;
}
.btn-outline {
  width: 100%;
  font-size: 16px;
  background-color: transparent !important;
  color: #2970FF !important;
  cursor: pointer;
}
.btn-outline:hover::after {
  margin-left: 11px;
}
.btn-outline::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
  transition: 0.3s ease;
}
.custom-select {
  background: #fff url(../images/chevron-down.svg) no-repeat right .75rem center!important;
  padding: 0.375rem 2rem 0.375rem 0.75rem!important;
}

.metric-wrapper {
  background: #1e66f7;
  padding: 64px;
  margin-top: 44px;
  border-radius: 16px;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  align-self: stretch;
}
.list-style{
  list-style: none;
  padding: 0;
  margin: 0;
color:white;
}
.metric-wrapper h2,
.metric-wrapper p {
  color: #fff;
}
.metric-wrapper h2 {
  font-size: 60px;
  line-height: 72px;
}
.hero-banner {
  background-image: url(../images/background4.jpg);
  margin-top: -100px;
  background-size:cover;
  background-position: center;
}
.main-content-wrapper .main-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 100%;
  padding: 200px 0px 120px;
}
.main-content p {
  color: #fff;
}
.main-content label {
  color: #fff;
  margin-bottom: 8px;
}
.form-banner {
  margin: 0 auto;
  border-radius: 8px;
  background-color: #00000030;
  padding: 20px 40px 20px 50px;
}
.form-banner .form-group {
  display: grid;
  position: relative;
  margin: 15px 0;
}
.form-inline {
  padding-bottom: 24px;
}
.form-banner .form-control {
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-banner .form-area {
  border-radius: 8px;
  padding: 11px 12px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-banner select,
input {
  font-size: 16px;
  height: 100%;
  border-radius: 8px;
  border: none;
  outline: none;
}
.form-banner-2 {
  margin: 0 auto;
  border-radius: 8px;
  padding: 20px 80px 20px 0px;
}
.form-banner-2 .form-group {
  display: grid;
  position: relative;
  margin: 15px 0;
}
.form-banner-2 .form-control,
.form-banner-2 .input-group,
.form-banner-2 .message {
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  resize: none;
}
.form-banner-2 .form-control { 
  padding: 10px 12px;
}
.form-banner-2 .input-group {
  padding: 0;
}
.form-banner-2 .form-area {
  border-radius: 8px;
  padding: 11px 12px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-banner-2 select,
input {
  font-size: 16px;
  height: 100%;
  border-radius: 8px;
  border: none;
  outline: none;
}
input.phone {
  border: none !important;
  margin-left: -5px;
  outline: none;
}
.featured-tab {
  padding: 32px 24px;
  border-left: 4px solid #F2F4F7;
  position: relative;
}
@keyframes borderAnimation {
  0% {
      height: 0;
  }
  100% {
      height: 100%;
  }
}
.featured-tab::after {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  background-color: #36BFFA;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: none;
  animation-timing-function: ease;
}

.featured-tab:hover::after {
  animation-name: borderAnimation;
}

.icon-bg {
  background: #E0F2FE;
  border: 10px solid #F0F9FF;
  border-radius: 50%;
  padding: 6px;
}
.faq {
  background-image: url(../images/bg-pattern-bottom.png);
  background-position: left 0px;
  background-repeat: no-repeat;
  padding: 50px 16px 160px
}
section.contact {
  position: relative;
}
.message {
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
}
#agree {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #d0d5dd;
  background: #fff;
}

.feature-wrapper {
  padding: 120px 0;
  display: flex;
  align-items: center;
}

#feature-wrapper .content h3 {
  margin: 24px 0 16px;
  color: #101828;
  font-size: 30px;
  line-height: 38px;
}

.push-left {
  position: absolute;
  left: 0;
}
.card {
  border-radius: 16px!important;
  padding: 24px;
  background: #fff;
  position: relative;
}
.testimonials {
  background: #B9E6FE;
  padding: 60px 24px;
}
.testimonials p,
.testimonials h2 {
  color: #101828;
}
.testimonial-wrapper {
  margin: 60px auto;
}
.testimonials .author-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0px;
}
.testimonials .author-title {
  color: #505050;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.testimonials .avatar {
  width: 40px;
}
.testimonials .testimonial-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0 32px;
}
.slider-container {
  overflow: hidden;
}

.slider-container .slider {
  display: flex;
  animation: slide-right 36s linear infinite;
}

.slider-container .slider-reverse {
  display: flex;
  animation: slide-left 36s linear infinite;
}

.testimonial-wrapper {
  flex: 0 0 auto;
  width: 45%;
  margin: 32px 16px;
}

@keyframes slide-right {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}

@keyframes slide-left {
  0% {
      transform: translateX(-80%);
  }
  100% {
      transform: translateX(0);
  }
}
#faqs {
  background-color: #E0F2FE;
}
.accordion-list {
  background-color: #f9fafb;
  padding: 26px!important;
  border-radius: 16px 16px;
}
.accordion {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  color: #101828;
  cursor: pointer;
  padding: 32px 26px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #EAECF0;
  border-top: 1px solid #EAECF0;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s ease-in-out;
}

.accordion:first-child {
  border-top: none;
}
.accordion:last-of-type {
  border-bottom: none;
}
.accordion::after {
  content: "\002B";
  font-size: 14px;
  color: #2970FF;
  font-weight: bold;
  float: right;
  vertical-align: middle;
  height: 28px;
  margin-left: 5px;
  border: 2px solid #2970FF;
  border-radius: 40px 40px;
  padding: 0px 7px;
  transition: transform 0.3s ease;
}
.accordion.active::after {
  content: "\2212";
  transform: rotate(180deg);
}

button:focus {
  outline: none !important;
}
.active {
  background-color: #f9fafb;
  border-radius: 16px 16px 0 0;
}
.w-75 {
  width: 75%;
}
.panel {
  padding: 0 26px 18px;
  border-radius: 0 0 16px 16px;
  margin-top: -20px;
  margin-bottom: 16px;
  display: none;
  background-color: #f9fafb;
}
.panel p {
  width: 90%;
  color: #475467;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
}

.footer {
  background-color: #0C111D;
  color: #fff;
  padding: 20px 0;
}
.footer .btn-secondary {
  padding: 8px 24px !important;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer-nav ul {
  display: flex;
  padding: 0px;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-logo {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  background: var(
    --Gradient-Linear-Color-82,
    linear-gradient(135deg, #5efce8 0%, #736efe 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer p {
  color: #d0d5dd;
}
.footer input {
  width: 100%;
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#partners {
  background-color: #4a8ab5;
  display: flex;
  position: relative;
  padding: 60px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.logo-wrapper {
  display: flex;
  justify-content: space-between;
}
.gap-32 {
  grid-column-gap: 32px;
}
.text-dark {
  color: #fff;
}
@media (min-width:993px) {
  #featured {
    padding-top: 0px;
  }
  .faq-content {
    width: 55%;
    margin: 0 auto;
  }
  .w-50 {
    width: 100%!important;
  }
  .w-80 {
    width: 89%;
  }
}
@media (max-width: 992px) {
  section {
    padding: 32px 32px;
  }
  .navbar-header-background {
    background-color:#101828;
    
  }
  .hero-banner{
    padding-top:60px;
  }

  .header a {
    color: #565656;
  }
  .video .container iframe {
    height: 360px;
  }
  .reverse-row {
    flex-direction: column-reverse;
  }
  .header nav ul {
    padding: 24px;
  }
  .header nav ul li {
    margin-right: 0px;
  }
  .navbar-collapse {
    background-color: #f9f9f9;
    text-align: center;
  }
  .navbar-toggler-icon {
    background-image: none;
    border: 2px solid #f25924;
    display: inline-block;
    width: 2.3em !important;
    height: 2em !important;
    padding: 4px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    border-radius: 4px;
  }
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    background-color: #f25924;
    content: "";
    display: block;
    height: 3px;
    width: 75%;
    margin: 0 auto;
    transition: all 0.2s;
  }
  .navbar-toggler-icon::before {
    transform: translateY(18px);
  }
  .navbar-toggler-icon::after {
    transform: translateY(4px);
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: translateY(12px) rotate(45deg);
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: translateY(9px) rotate(-45deg);
  }
  .headline {
    color: #fff;
    font-size: 40px;
    line-height: normal;
  }
  .feature-image {
    margin-top: 80px;
  }
  .main-content-wrapper .main-content {
    padding: 60px 0 40px;
  }
  .form-banner {
    padding: 20px 0px;
  }
  .form-banner .form-group {
    margin: 8px 0;
  }
  .form-banner-2 .form-group {
    margin: 8px 0;
  }
  .form-banner-2 {
    margin: 0 auto;
    border-radius: 8px;
    padding: 20px 0px;
  }
  .video .container iframe {
    margin-top: 0px;
  }
  .logo-wrapper {
    display: grid!important;
    grid-template-columns: auto auto auto;
  }
  .partner-logo {
    text-align: center;
    margin: 24px 0;
  }
  .feature-wrapper {
    padding: 40px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer {
    padding: 24px;
  }
  .footer-nav ul {
    justify-content: space-around;
  }
  .w-sm-100 {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  section {
    padding: 16px 16px 32px;
  }
  .video-container {
    height: 240px;
  }
  .logo-wrapper {
    display: block!important;
  }
  .main-content-wrapper {
    padding: 0px 16px;
  } 
  .text-sm-center {
    text-align: center !important;
  }
  .w-75 {
    width: 100%;
  }
  .join-description {
    text-align: center;
    margin: 20px 0;
  }
  .d-sm-block {
    display: block !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-nav ul {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-around;
    margin: 24px auto;
    gap: 24px;
  }
  ul {
    padding: 0;
  }
  #testimonials .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .testimonial-wrapper {
    width: 95%;
  }
  .featured-tab {
    padding: 24px 0;
    border-left: none;
  }
}
