@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
html,
body {
  font-family: "Open Sans", sans-serif;
  color: #9f9f9f;
  position: relative;
  scroll-behavior: smooth;
  font-weight: 400;
}

.transition-all {
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #003966;
  font-family: "Open Sans", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
  color: #003966;
  font-size: 18px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Open Sans", sans-serif;
}

.button-blue {
  background-color: #003966;
  color: #ffffff;
}

.title {
  font-size: 32px;
  line-height: 42px;
  color: #003966;
  font-weight: 700;
}

h2::after {
  content: "";
  background-color: grey;
  height: 5px;
  width: 200px;
  display: block;
  margin: 10px auto 0;
}

.bullet-points li, .bullet-points1 li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  color: #003966;
}
.bullet-points li::before, .bullet-points1 li::before {
  content: "";
  background-color: #003966;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
}
.bullet-points li + li, .bullet-points1 li + li {
  margin-top: 5px;
}

.bullet-points1 li::before {
  content: "";
  background-color: #003966;
}

.banner {
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  height: 650px;
}
.banner .banner-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .banner-main .banner-text {
  width: 50%;
}
.banner .banner-main .banner-text a:hover {
  color: #ffffff;
}
.banner .banner-main .banner-text h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: normal;
  margin-bottom: 10px;
}
.banner .banner-main .banner-text h4 {
  font-size: 34px;
  line-height: 44px;
  color: #003966;
}
.banner .banner-main .banner-text h4 span {
  font-weight: 100;
  display: block;
}
.banner .banner-main .banner-image {
  width: 50%;
}

.why-sofori li {
  font-family: "Open Sans", sans-serif;
  color: #003966;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}
.why-sofori li:before {
  content: "→";
  position: absolute;
  left: 0;
}

.feature-box {
  display: flex;
  flex-wrap: wrap;
}
.feature-box .adobe-features {
  width: 50%;
  padding: 0 20px;
}
.feature-box .adobe-features h3 {
  font-size: 22px;
  line-height: 32px;
  color: #003966;
  font-weight: bold;
}

.partnership p {
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
.partnership .partners {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnership .partners img {
  width: 170px;
  height: auto;
}
.partnership .card-map {
  border-radius: 25px;
  box-shadow: 0px 0px 15px 1px #eeeeee;
  border: 0;
  width: 90%;
  height: 100%;
}
.partnership .card-map .card-img-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.partnership .card-map .card-title {
  font-size: 22px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: bold;
}
.partnership .card-map .card-text {
  color: #9f9f9f;
  font-size: 16px;
  line-height: 22px;
}
.partnership .card-map a {
  text-decoration: underline;
  color: #003966;
  font-weight: bold;
}

footer {
  background-color: #efefef;
  color: #000000;
}

.slider {
  background-color: #efefef;
}
.slider .nav-tabs .nav-item {
  white-space: nowrap;
}
.slider .nav-tabs .nav-item .nav-link {
  background-color: #ffffff;
  color: #9f9f9f;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  font-size: 18px;
  line-height: 28px;
  padding: 0.7rem 1rem;
}
.slider .nav-tabs .nav-item .nav-link.active {
  background-color: #003966;
  color: #ffffff;
  border: 1px solid #003966;
  border-radius: 0;
}
.slider .profile-box {
  color: #000000;
}
.slider .profile-box h3 {
  color: #000000;
  font-size: 22px;
  line-height: 32px;
}
.slider .profile-box .slick-dots {
  bottom: -45px;
}
.slider .profile-box .slick-dots li button::before {
  font-size: 35px;
}
.slider .bullet-points li {
  list-style: none;
  padding-left: 30px;
}
.slider .bullet-points li:before {
  content: "→";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: 0;
}
.slider .bullet-points li ul.list-bullet {
  padding-top: 10px;
}
.slider .bullet-points li ul.list-bullet li {
  padding-left: 20px;
}
.slider .bullet-points li ul.list-bullet li:before {
  content: "";
  background-color: #003966;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .slider .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 850px;
  }
  .banner {
    height: 560px;
  }
  .banner .banner-main .banner-text h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 28px;
    line-height: 38px;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    width: 80%;
  }
  .banner {
    height: auto;
  }
  .banner .banner-main {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .banner .banner-main .banner-text, .banner .banner-main .banner-image {
    width: 100%;
  }
  .banner .banner-main .banner-text h1, .banner .banner-main .banner-image h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .banner .banner-main .banner-text h4, .banner .banner-main .banner-image h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .feature-box .adobe-features {
    width: 100%;
  }
  .feature-box .adobe-features .feature-img img {
    width: 100px;
  }
  .feature-box .adobe-features h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .partnership .partners {
    flex-wrap: wrap;
  }
  .partnership p {
    font-size: 20px;
    line-height: 30px;
  }
  .partnership .card-map {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .title {
    font-size: 24px;
    line-height: 34px;
  }
  .feature-box .adobe-features h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .slider .profile-box h3 {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
  }
}/*# sourceMappingURL=style.css.map */