/* font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif; */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #5f6362;
  line-height: 1.25rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block; 
}

/* Typography */
h1, h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.5rem;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

label {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.938rem;
  letter-spacing: 0.03rem;
}

/* header */
header {
  padding: 1.0625rem 0;
  position: relative;
  background: #fff;
  transition: .5s ease-in-out;
  transform: translateZ(0);
}

header.header-scrolled{
  position: fixed;
  z-index: 99999;  
}

/* branding */
.branding {
  flex-basis: 240px;  
}

/* Nav */
.hamurni-nav .nav-item {
  align-self: center;
}

.hamurni-nav .nav-link {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 0.875rem;
  padding: 0;
}

.hamurni-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
  top: -36px;
}

.hamurni-nav .nav-link:hover::before,
.hamurni-nav .nav-link.active::before  {
  background: #009788;
}

.hamurni-nav .nav-item .nav-link:hover,
.hamurni-nav .nav-item .nav-link.active {
  color: #009788;
  /* text-shadow: 0 0.015em #009788,0 -0.015em #009788,0.01em 0 #009788,-0.01em 0 #009788;
  -webkit-text-fill-color: #009788;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009788; */
}


/* Banner */
#banner {
  background-image: linear-gradient(rgba(4, 75, 81, 0.75), rgba(4, 75, 81, 0.75)), url(./assets/banner.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 2.5rem;
}

#about-us-page {
  background-image: linear-gradient(rgba(4, 75, 81, 0.75), rgba(4, 75, 81, 0.75)), url(./assets/about-us.jpg);
  background-size: cover;
  background-position: center top;
  width: 100%;
  min-height: 400px;
  margin-bottom: 2.5rem;
}

.bg-banner {
  position: relative;
}

.banner-text {
  position: relative;
  flex-basis: 620px;
}

.banner-text > * {
  color: #fff;
}

.banner-text h1 {
  font-weight: 700;
  font-size: 2.861rem;
  line-height: 3.147rem;
  text-transform: uppercase;
}

.banner-text h3 {
  color: #ff9700;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
}

.banner-text p {
  font-size: 1rem;
}
.banner-img-app {
  position: relative;
  top: 20px;
}

/* Sections */
section.section {
  padding: 2.188rem 0;
  margin-bottom: 3.125rem;
  color: #5f6362;
}

section .section-title {
  color: #009788;
  font-weight: 700;
  font-size: 2.861rem;
  line-height: 3.147rem;
  text-transform: uppercase;
}

section p {
  font-size: 0.9375rem;
}

section h3 {
  color: #009788;
}

section#how-it-works.has-bg {
  background-image: linear-gradient(rgba(4, 75, 81, 0.75), rgba(4, 75, 81, 0.75)), url('./assets/how-it-works.jpg');
}

section.has-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

section.has-bg > *, section.has-bg .section-title {
  color: #fff;
}

.feature h3{
  align-self: center;
  margin-left: 15px;  
}

section#our-team {
  background: url('./assets/shadow-bottom.png') no-repeat #f6f6f6 center top;
  margin-bottom: 0;
}

.testimonial .heading {
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 2.75rem;
  color: #ff9700;
}

.testimonial .comment {
  background: #f2f1f1;
  color: #747474;
  font-style: italic;
  padding: 1.875rem;
}

.testimonial .comment::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 65px solid transparent;
  border-top: 50px solid #f2f1f1;
  position: absolute;
}

.testimonial .name {
  font-weight: 700;
  font-size: 	0.8125rem;
  color: #4d4e50;
}

.testimonial .name::before {
  content: '';
  background: url(./assets/anonymous.png) no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.testimonial .company {
  font-weight: 400;
}

.dash {
  position: relative;
}

.dash::before,
.dash::after {
  position: absolute;
  content: '';
  background-color: #e7e6e6;
  width: 62%;
  display: block;
  height: 1px;
  right: 0;
  top: 40%;
}

.dash::after {
  top: 60%;
}

/* How it Works */
.content-stepper {
  position: relative;
}

.custom-carousel-indicators {
  background: url('./assets/border-top.png') repeat-x;
  background-position: 0 16.5px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 3rem;
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-carousel-indicators::before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 22px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 0;
  top: 5px;  
}

.custom-carousel-indicators::after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 22px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: 0; 
  top: 5px; 
}

.custom-carousel-indicators li a {
  color: #fff;
}

.custom-carousel-indicators li a:hover {
  text-decoration: none;
}

.custom-carousel-indicators li a::before {
  content: "";
  z-index: 499;
  position: relative; 
  width: 33px;
  height: 33px;
  background: url('./assets/indicator-bg.png') no-repeat;
  display: block;
  margin: 0 auto;  
}

.custom-carousel-indicators li a:hover::before,
.custom-carousel-indicators li a.active::before {
  background: url('./assets/indicator-active.png') no-repeat;
}


.custom-carousel-inner .item .caption {
  align-self: center;
  font-family: 'Open Sans', sans-serif;
}

.caption h3 {
  font-size: 1.5rem;
  color: #ff9700;
  line-height: 	3rem;
}

/* Footer */
footer {
  background: #292a2c;
  color: #f8f8f8;
  padding: 1.25rem 0;
}

.social-icons li {
  display: inline-block;
  margin: 0 0.625rem;
}

.social-icons a{
  color: #f8f8f8;
}


/* Downloads */
section#downloads.has-bg {
  background-image: linear-gradient(rgba(4, 75, 81, 0.75), rgba(4, 75, 81, 0.75)), url('./assets/palm-oil.jpg');
  margin-bottom: 0;
}

/* Buttons */
.btn-download {
  background: url(./assets/download_btn.png) no-repeat;
}

.download-link-btn {
  width: 202px;
  height: 46px;
  border: 0 none;
  outline: none;
  text-indent: -9999px;
  margin: 15px 0;
}

.download-link-btn.apple {
  background: url('./assets/appl-download-btn.png') no-repeat;
  width: 282px;
  height: 64px;
}

.download-link-btn.android {
  background: url('./assets/android-download-btn.png') no-repeat;
  width: 282px;
  height: 64px;
}

/* BXSLIDER */
.bx-wrapper {
  background: transparent;
  border: 0 none;
  box-shadow: none;
  margin-bottom: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #bebebe;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #009788;
}


/* CONTACT FORM */
.contact-form-wrap form {
  padding: 1.5em;
}

.contact-form-wrap h2 {
  color: #ff9700;
  font-size: 1.563rem;
}

.contact-form a {
  color: #ff9700;
}