@font-face {
  font-family: Proxima;
  src: url("./assets/Proxima/proxima-nova-medium.woff");
}

@font-face {
  font-family: Proxima Thin;
  src: url("./assets/Proxima/proxima-nova-regular.woff");
}

@font-face {
  font-family: Proxima bold;
  src: url("./assets/Proxima/proxima-nova-bold.woff");
}

@font-face {
  font-family: Proxima Semibold;
  src: url("./assets/Proxima/proxima-nova-semibold.woff");
}

body {
  font-family: Proxima;
}

.font40 {
  font-size: 40px;
}

.font18 {
  font-size: 18px;
  font-family: Proxima Thin;
}

h2 {
  font-weight: bolder;
}

.nav_bg {
  width: 100%;
  background-color: #000000;
  padding: 10px 0;
}

.logo {
  width: 150px;
}

.head {
  background-image: url(./assets/headbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 88px 0;
}

.head .heading {
  color: #FFFFFF;
  margin-bottom: 5px;
}

.head h2 {
  font-size: 62px;
  font-family: Proxima bold;
  line-height: 68px;
}

.head img {
  width: 85%;
}

.heading-text {
  padding-top: 20px;
}

.heading-text a {
  margin-right: 10px;
}

.heading-text a img {
  width: 190px;
}

.about-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 60px;
  height: 100%;
}

.aboutusright {
  background-color: #09ab8b;
  color: #FFFFFF;
  text-align: justify;
}

.aboutusright .content {
  font-size: 18px;
  font-family: Proxima Thin;
}

.insights {
  background-image: url(./assets/insight-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.insights-spacing {
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.insights-spacing h5 {
  font-family: Proxima Semibold;
}

.insights-spacing p,
.insights-spacing h6 {
  color: #000000;
}

.imgdiv {
  height: 100%;
}

.imgdiv .logoimg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.green-text {
  color: #09AB8B !important;
}

.bannerleft {
  background: url(./assets/Splitzz.png);
  background-size: cover;
  height: 100%;
  background-position: center;
}

.unlikely-banner {
  background-image: url("./assets/unlikely-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  padding: 200px 70px;
}

.unlikely-banner .font-wt {
  font-size: 40px;
  font-weight: 100;
}

.unlikely-banner h2,
.unlikely-banner h1 {
  color: #FFFFFF;
  margin: 0;
}

.unlikely-banner h1 {
  font-size: 95px;
  letter-spacing: 4px;
  font-weight: bolder;
}

.feedback {
  background-image: url("./assets/feedbackbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 700px;
}

.feedback .feedbackleft {
  padding-top: 100px;
  color: #fff;
}

.feedback .feedbackleft h2 {
  font-size: 40px;
}

.feedback .black-text {
  color: #000000;
}

.feedback .feedback-form {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px 20px 10px;
  color: #09AB8B;
}

.feedback textarea {
  border-color: #09AB8B;
  resize: none;
  font-family: Proxima Thin;
}

.feedback textarea::-webkit-input-placeholder {
  color: #09AB8B;
}

.feedback textarea:-ms-input-placeholder {
  color: #09AB8B;
}

.feedback textarea::-ms-input-placeholder {
  color: #09AB8B;
}

.feedback textarea::placeholder {
  color: #09AB8B;
}

.feedback input {
  border-color: #09AB8B;
  padding: 15px 20px;
  font-family: Proxima Thin;
}

.feedback input::-webkit-input-placeholder {
  color: #09AB8B;
}

.feedback input:-ms-input-placeholder {
  color: #09AB8B;
}

.feedback input::-ms-input-placeholder {
  color: #09AB8B;
}

.feedback input::placeholder {
  color: #09AB8B;
}

.feedback .submit {
  background: #09ab8b 0% 0% no-repeat padding-box;
  border: none;
  width: 100%;
  border-radius: 5px;
  color: #FFFFFF;
}

.feedback .submit:hover {
  color: #fff;
}

.pre-footer {
  background-color: #f2f2f2;
  text-align: center;
  font-size: x-large;
  font-weight: 400;
}

.pre-footer img {
  width: 190px;
  margin-right: 10px;
  margin-top: 15px;
}

.pre-footer .splitz {
  font-size: 40px;
}

.pre-footer p {
  font-size: 18px;
  margin: 0;
}

h2 {
  font-weight: bolder;
  margin: 0;
}

.footer {
  background: url("./assets/MaskGroup16.png");
}

.footer a img {
  width: 50px;
}

.footer p {
  color: #FFFFFF;
}

.footer p a {
  color: #FFFFFF;
  text-decoration: none;
}

.img-side {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .head h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .head {
    padding: 40px 0;
  }
  .head h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .head img {
    width: 100%;
  }
  .heading-text {
    text-align: center;
  }
  .heading-text a img {
    width: 134px;
    margin: 0 auto;
  }
  .about-desc {
    padding: 20px;
  }
  .unlikely-banner {
    padding: 20px;
  }
  .unlikely-banner h1 {
    font-size: 45px;
  }
  .unlikely-banner .font-wt {
    font-size: 20px;
  }
  .insights {
    background-image: none;
  }
  .insights-spacing {
    background-color: transparent;
  }
  .feedback {
    height: 100%;
    background-size: cover;
    padding: 20px 0;
  }
  .feedback .mt-0 {
    margin: 0 !important;
  }
  .feedback .pt-5 {
    padding-top: 0px !important;
  }
  .feedback .p-5 {
    padding: 10px !important;
  }
  .feedback .feedbackleft {
    padding: 0;
  }
  .pre-footer {
    padding: 20px !important;
  }
  .pre-footer img {
    width: 130px;
    margin-right: 0px;
    margin-top: 15px;
  }
  .footer .p-5 {
    padding: 20px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
  }
  .footer a img {
    padding: 0 10px !important;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=index.css.map */