.slide-item video {
  position: relative;
}
.slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sus-overlay {
  position: relative;
}
.sus-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000060;
}

.black-line {
    height: 80px;
    width: 100%;
    background-color: #000;
}


.blue-bg {
}

.our-story {
  font-family: "Inter", sans-serif !important;
  background-color: #e9e9e7;
  padding-top: 110px;
  padding-bottom: 40px;
}

.our-story h1 {
  color: #0e4c95;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.our-story p {
  color: #0e4c95;
  font-size: 16px;
  font-style: italic;
  font-family: "PT Serif", serif;
  line-height: 1.2;
}

.real-btn {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-bottom: 2px solid #0e4c95;
  padding-bottom: 3px;
}

.products {
  font-family: "Inter", sans-serif !important;
  background-color: #e9e9e7;
  padding-top: 130px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

h2.italic {
  font-size: 20px;
  font-weight: 400;
  color: #0e4c95;
  font-family: "PT Serif", serif;
  font-style: italic;
}

.the-essential {
  font-family: "Inter", sans-serif !important;
  background-color: #e9e9e7;
  padding-top: 120px;
  padding-bottom: 0px;
  position: relative;
}

.the-essential .inner-column {
  padding: 130px 0;
}

.the-essential.s .inner-column {
  padding: 80px 0;
}

.the-essential .inner-column.p-less {
  padding: 80px 0;
}

.the-essential.paper .inner-column {
  padding: 30px 0;
}

.the-essential h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0e4c95;
  line-height: 1;
  margin-bottom: 20px;
}

.lspace {
  letter-spacing: 2px;
}

.the-essential .mini-title {
  font-size: 14px;
  font-weight: 400;
  color: #0e4c95;
  text-align: right;
  font-family: "PT Serif", serif;
}

.big-text {
  margin-top: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  font-style: normal;
  color: #0e4c95;
}

.the-essential .img-text p.huge {
  font-weight: 700;
  font-size: 60px;
  font-style: normal;
}
.the-essential p {
  font-size: 16px;
  color: #0e4c95;
  font-family: "PT Serif", serif;
  font-style: italic;
}

.the-essential .img-text p.itailic {
  font-size: 16px !important;
  color: #0e4c95 !important;
  font-family: "PT Serif", serif !important;
  font-style: italic !important;
  margin-bottom: 0;
}
.the-essential .img-text p {
  font-size: 18px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #0e4c95;
  line-height: 1;
  margin-bottom: 20px;
}

.products h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0e4c95;
}

.products p {
  font-size: 16px;
  font-style: italic;
  color: #0e4c95;
  font-family: "PT Serif", serif;
}

.keepit {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec-titlee h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0e4c95;
  line-height: 1;
}

.certs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.certs .cert {
  flex-basis: 25%;
  margin-bottom: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.certs .cert:hover {
  scale: 1.15;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.tags .tag {
  flex-basis: 12%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.tags .tag:hover {
  scale: 1.15;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.c-scrolldown {
	width: 3px;
  border-radius: 2px;
	height: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}

.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.377) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 0;
  background-size: 100% 200%;
  animation: scrolldown 10s linear forwards infinite;
}

.stripe {
  background-color: #e9e9e7 !important;
}

@keyframes scrolldown {
	0%{
		background-position: 0 0;
	}
  10% {
		background-position: 0 20%;
	}
  20% {
		background-position: 0 40%;
	}
	30% {
		background-position: 0 60%;
	}
	40% {
		background-position: 0 80%;
	}
	50% {
		background-position: 0 100%;
	}
	60% {
		background-position: 0 70%;
	}
	70% {
		background-position: 0 50%;
	}
	80% {
		background-position: 0 30%;
	}
	90% {
		background-position: 0 20%;
	}
	100%{
		background-position: 0 10%;
	}
}

@media (max-width: 1024px) {
  .main-menu .navigation > li {
    margin-right: 55px;
  }
}

@media (max-width: 991px) {
  .tags .tag {
    flex-basis: 25%;
  }
}

@media (max-width: 768px) {
  .the-essential .inner-column {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .the-essential {
    height: auto;
  }
  .main-footer-real .footer-flex {
    flex-direction: column;
  }
  .main-footer-real .footer-flex .footer-right {
    margin-top: 20px;
  }
  .tags .tag {
    flex-basis: 25%;
  }
}

@media (max-width: 500px) {
  .tags .tag {
    flex-basis: 50%;
  }
  .prod.the-essential .sec-titlee {
      width: auto;
  }
  .the-essential {
    padding-top: 60px;
  }
}
