* {
  padding: 0px;
  margin: 0px;
}

#modal {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.836);
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
}

#modal .modal-container {
  height: 100vh;
  width: 100%;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal .modal-container form {
  width: 40%;
  color: #969393;
}

#modal .modal-container form input[type=text] {
  height: 3rem;
  border-radius: 0px;
  outline: none;
}

#modal .modal-container form .btn {
  height: 3rem;
  background-color: #ff6f33;
  margin-left: -1px;
  border-radius: 0px;
}

#modal .modal-container form .btn.close {
  background-color: #872b96;
}

.local-container-primary {
  max-width: 1400px;
  margin: auto;
}

.local-container-secondary {
  max-width: 1260px;
  margin: auto;
}

p {
  font-size: 1.4rem;
}

a {
  cursor: pointer;
}

.sub-header-text {
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
}

.section {
  padding: 5rem 0rem;
}

.section-title {
  margin-bottom: 2rem;
}

.image-shadow {
  box-shadow: -11px 9px 5px 0px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: -11px 9px 5px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: -11px 9px 5px 0px rgba(0, 0, 0, 0.49);
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

header .navbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .navbar ul li {
  margin-left: 6rem;
}

header .navbar #mobile-menu {
  display: none;
}

#hero-section {
  height: 90vh;
  z-index: 99;
}

#hero-section .clip.a img {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  z-index: 0;
}

#hero-section .clip.b img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 10.5%;
}

#hero-section #intro-wrapper {
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hero-section #intro-wrapper #grey-div {
  background-color: #f7f8f8;
  border-radius: 5px;
  padding: 60px 0px;
}

#hero-section #intro-wrapper #grey-div #header-text {
  z-index: 90;
  font-size: 4.5rem;
  font-weight: bold;
}

#hero-section #intro-wrapper #grey-div .case-study-thumbnail {
  position: relative;
}

#hero-section #intro-wrapper #grey-div .case-study-thumbnail img {
  width: 50%;
  position: absolute;
  right: 4rem;
  margin-top: -3rem;
}

#case-study-content-section {
  background-color: #f7f8f8;
}

#case-study-content-section .case-study-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#case-study-content-section .case-study-cover img {
  width: 66%;
}

#case-study-content-section .case-study-cover .btn-download {
  background-color: #ff6f33;
  color: white;
  width: 66%;
  border: none;
  outline: none;
  font-size: 1.3rem;
  margin-top: 40px;
  box-shadow: -7px 8px 5px -2px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: -7px 8px 5px -2px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: -7px 8px 5px -2px rgba(0, 0, 0, 0.51);
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
}

#case-study-content-section .case-study-cover .btn-download svg {
  width: 3rem;
  -webkit-filter: invert(9.5);
          filter: invert(9.5);
}

#case-study-content-section .case-study-content {
  background: #ff3c68;
  background: radial-gradient(circle, #ff3c68 0%, #ff7131 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 8rem 3rem 3rem 3rem;
}

#case-study-content-section .case-study-content .clip.c img {
  position: absolute;
  right: 0;
  top: 2rem;
  z-index: 0;
  width: 10rem;
}

#case-study-content-section .case-study-content #grey-shade {
  color: #4c4e54;
}

#case-study-content-section .case-study-content #black-shade {
  color: black;
}

#case-study-content-section .case-study-content .box {
  border: solid 4px black;
  width: 95%;
  padding: 40px;
}

#case-study-content-section .case-study-content .box p {
  color: #ffffff;
}

#statistics-section {
  background-image: url(../media_file/statistics-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#statistics-section .animation-percentage-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#statistics-section .animation-percentage-container .percentage_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4rem;
}

#statistics-section .animation-percentage-container .percentage_box .info {
  color: white !important;
}

#statistics-section .animation-percentage-container .chart {
  position: relative;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

#statistics-section .animation-percentage-container .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#statistics-section .animation-percentage-container .percent1 {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-family: Helvetica;
  font-size: 2.5rem;
  color: #3b80da;
}

#statistics-section .animation-percentage-container .percent2 {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-family: Helvetica;
  font-size: 2.5rem;
  color: #a83bda;
}

#statistics-section .animation-percentage-container .percent3 {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-family: Helvetica;
  font-size: 2.5rem;
  color: #da3bb8;
}

#statistics-section .animation-percentage-container .percent1:after {
  content: '%';
  margin-left: 0.1em;
  font-family: Helvetica;
  font-size: 1.4rem;
  color: #3b80da;
}

#statistics-section .animation-percentage-container .percent2:after {
  content: '%';
  margin-left: 0.1em;
  font-family: Helvetica;
  font-size: 1.4rem;
  color: #a83bda;
}

#statistics-section .animation-percentage-container .percent3:after {
  content: '%';
  margin-left: 0.1em;
  font-family: Helvetica;
  font-size: 1.4rem;
  color: #da3bb8;
}

#statistics-section .percentage-additional-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0rem 0rem 0rem 2rem;
}

#statistics-section .percentage-additional-text div:nth-child(odd) {
  padding: 90px 10px;
}

#statistics-section .percentage-additional-text #line {
  height: 5px;
  background-color: #ff3c68;
}

#related-case-study-section h2 {
  color: #4c4e54;
}

#related-case-study-section .box {
  border: solid 4px black;
  width: 100%;
  padding: 40px;
  text-align: center;
}

#related-case-study-section .box div img {
  width: 66%;
}

#related-articles-section {
  background-color: #f7f7f7;
}

#related-articles-section h2 {
  color: #4c4e54;
}

#related-articles-section .related-article-image-container {
  text-align: center;
  margin-bottom: 3rem;
}

#related-articles-section .related-article-image-container img {
  width: 100%;
}

#newsletter-subscription-section {
  background-image: url(../media_file/statistics-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8rem 0rem;
}

#newsletter-subscription-section h2 {
  text-align: center;
}

#newsletter-subscription-section .input-group {
  padding-top: 05rem;
  margin-top: 50px;
  width: 40%;
  margin: auto;
}

#newsletter-subscription-section .input-group input[type=text] {
  height: 3rem;
  border-radius: 0px;
  outline: none;
}

#newsletter-subscription-section .input-group button {
  height: 3rem;
  background-color: #ff6f33;
  margin-left: -1px;
  border-radius: 0px;
}

#quick-links-section {
  text-align: center;
  background-color: #0f0e10;
  color: white;
}

#quick-links-section #links #social-links {
  margin-bottom: 2.5rem;
}

#quick-links-section #links #social-links span {
  display: inline-block;
  padding: 10px;
}

#quick-links-section #links #social-links span svg {
  width: 2rem;
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
}

#quick-links-section #links span, #quick-links-section #links a {
  display: block;
  color: #787d7d;
  padding: 2px 0px;
  text-decoration: none;
}

footer {
  text-align: center;
  background-color: #0f1313;
  color: #787d7d;
  padding: 20px;
}
/*# sourceMappingURL=index.css.map */