@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.custom-border {
  border-color: #d9d9d9 !important;
}

.section-title h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  color: #212629;
  margin-bottom: 7px;
}
.market-title{
  font-size: 50px ;
}
.mt-6 { 
  margin-top: 5rem;
}

.theme-btn {
  padding: 18px 43px;
  display: inline-block;
  background: #16e710;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid transparent;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.theme-btn:hover {
  background-color: #0ed308;
  color: #fff;
  border: 1px solid #0ed308;
}
.theme-btn i {
  margin-right: 5px;
}
.theme-btn.theme-btn-outline {
  background: #fff;
  color: #222a35;
  border: 1px solid #222a35;
}
.theme-btn.theme-btn-outline:hover {
  background-color: #222a35;
  color: #fff;
  border: 1px solid #222a35;
}

.hero-area {
  padding-top: 84px;
  padding-bottom: 246px;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)), url("/images/landing/v2/banner-img2.png");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-area.research{
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)), url("/images/landing/v2/research.png");
  background-position: center;
  background-size: cover;
}
.hero-area.models{
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)), url("/images/landing/v2/models.png");
  background-position: center;
  background-size: cover;
}
.hero-area.financial{
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)), url("/images/landing/v2/financial.png");
  background-position: center;
  background-size: cover;
 
}
.hero-area .bg-shape img {
  position: absolute;
  z-index: -1;
}
.hero-area .bg-shape img:nth-child(1) {
  left: 4%;
  top: 40%;
}
.hero-area .bg-shape img:nth-child(2) {
  right: 2%;
  top: 4%;
}
.hero-area .wave-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hero-area .hero-content {
  padding-top: 70px;
}
.hero-area .hero-content.text {
  padding-top: 0px;
}
.hero-area .hero-content h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 120px;
  color: #3b7bdc;
  margin-bottom: 0;
}
.hero-area .hero-content h1.lgt {
  font-size: 44px;
  font-weight: 700;
  line-height: 120px;
  color: #8eb7ce;
  margin-bottom: 0;
}
.hero-area .hero-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #000;
  margin-bottom: 38px;
}
.hero-area .cta-form {
  display: flex;
  margin-top: 48px;
  gap: 16px;
}
.hero-area .cta-form input {
  max-width: 379px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  min-height: 69px;
  padding-left: 30px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #000;
  background-color: #fff;
}
.hero-area .cta-form input:focus {
  box-shadow: none;
}
.hero-area .cta-form input::placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #727272;
}
.hero-area .cta-form .theme-btn {
  text-transform: uppercase;
}

.feature-area {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.feature-area .floating-box {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -170px;
}
.feature-area .floating-box .feature-content {
  padding: 50px 30px;
}
.feature-area .floating-box .feature-content > div {
  overflow: hidden;
}
.feature-area .floating-box .feature-content .icon {
  width: 109px;
  margin-right: 23px;
  float: left;
  overflow: hidden;
}

.feature-area .floating-box .feature-content .icon img {
  max-width: 100%;
  margin: auto;
}
.feature-area .floating-box .feature-content h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  color: #3b7bdc;
}
.feature-area .floating-box .feature-content h3.lgt{
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  color:#8eb7ce
}
.feature-area .floating-box .feature-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  max-width: 320px;
  text-align: justify;
}
.clients-container .img.slick-slide img{
  width: 75%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.clients-container .imgA.slick-slide img{
  width: 55%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: auto;
}
.clients-container .slick-slide img{
  width:130px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}


.client-area .client-list {
  padding-top: 35px;
  padding-bottom: 60px;
/*   border-bottom: 1px solid #d9d9d9;  */
}

.testimonial-area {
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 90px !important;
}
.testimonial-area p {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  color: #000;
}
.testimonial-area .slick-dots li {
  width: 17px;
  height: 16px;
  background-image: url(/images/landing/v2/polygon.png);
  background-size: cover;
  background-position: center;
}
.testimonial-area .slick-dots li.slick-active{
  width: 17px;
  height: 16px;
  background-image: url(/images/landing/v2/polygon-active.png);
  background-size: cover;
  background-position: center;
}
.testimonial-area .slick-dots li button {
  display: none;
}

.map-area {
  padding-top: 77px;
  padding-bottom: 138px;
}
/*Contact section*/
.app-landing-contact-wraper h2 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.app-landing-contact-wraper form {
  width: 500px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 175px;
}
.app-landing-contact-wraper form input {
  width: 100%;
}
.app-landing-contact-wraper form input, .app-landing-contact-wraper form textarea{
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  padding: 14px;
  padding-left: 25px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  margin-bottom: 25px;
}
.app-landing-contact-wraper form textarea {
  height: 240px !important;
  max-height: 240px;
}
.app-landing-contact-wraper form button {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 10px;
  border: none;
  background: #16E710;
  color: #fff;
  transition: .3s ease;
  width: 100%;
}
.app-landing-contact-wraper form button:hover {
  background: #14c70f;
}
section#app-landing-contact .container {
  position: relative;
}
img.shape6 {
  position: absolute;
  bottom: 80px;
  left: -50px;
  width: 200px;
}
img.shape7 {
  position: absolute;
  top: 130px;
  right: -50px;
  width: 200px;
}

/*# sourceMappingURL=main.css.map */
