* {
  scroll-behavior: smooth;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

/* Helper classes */

.text-green {
  color: #86b234 !important;
}

.text-teal {
  color: #008080 !important;
}

.text-gray {
  color: #9c9c9c !important;
}

.bg-green {
  background: #86b234 !important;
}

.bg-teal {
  background: #008080 !important;
}

.bg-light-gray {
  background: #eeeeee;
}

.button-primary {
  border-radius: 0;
  padding: 15px 35px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #008080;
  color: #fff;
  transition: all 200ms ease-in;
  border-left: 4px solid #86b234;
}

.button-primary:hover {
  color: #fff;
  opacity: 0.9;
}

i {
  vertical-align: middle;
}

/* Background shape - half page */

.background-shape {
  width: 100%;
  height: 1750px;
  position: absolute;
  z-index: -999;
  background: #eeeeee;
  clip-path: polygon(0 0, 100% 0%, 100% 54%, 0 75%);
}

.background-shape-2 {
  width: 100%;
  height: 1500px;
  position: absolute;
  margin-top: -580px;
  z-index: -999;
  background: #fcfcfc;
  clip-path: polygon(100% 5%, 100% 79%, 0 100%, 0 29%);
}

/*  */

header {
  background: #eeeeee 0% 0% no-repeat padding-box;
  height: 100vh;
  overflow: hidden;
}


/* General navbar links style */

.navbar-nav a {
  margin-left: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #008080;
  transition: all 100ms ease-in;
}

.navbar-nav a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.navbar-nav a.active {
  font-weight: bold;
}
.navbar-brand .logo{
  width: 150px;
}
@media screen and (min-width: 1024px) {
  /* Display logo and menu as grid and seperate */
  header .navbar {
    padding: 1.5rem 0;
  }
  header .navbar > container {
    display: grid;
    grid-template-columns: 20% 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  header .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  /* Align items verticaly */
  header .navbar-nav {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* Showcase CSS */

.showcase {
  padding-top: 50px;
  position: relative;
}

.showcase h1 {
  color: #808080;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.showcase .scroll-down {
  position: absolute;
  bottom: 230px;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
}

.showcase .scroll-down i {
  font-size: 22px;
  color: #fff;
}

/*******************************
* MAIN CONTENTS - HOME PAGE
*******************************/

.section {
  padding: 50px 0;
}

.section-title {
  font-family: "Titillium Web", sans-serif;
  color: #008080;
  font-size: 42px;
}

/* Set margin for all columns to be space equally */

.section-features .col,
.section-features [class*="col-"] {
  margin-bottom: 30px;
}

.section-features .section-title {
  width: 35%;
  margin: auto;
}

.section .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #6d6d6d0d;
  border: 0;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
}

/* Set specific height on larger desktops */

@media screen and (min-width: 1024px) {
  .section .card {
    min-height: 330px !important;
  }
}

.section .card-body {
  padding: 2rem;
}

.section .card h2 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  color: #008080;
}

.section .card p {
  color: #86b234;
  font-weight: 500;
}

.section .card a {
  color: #9c9c9c;
  font-size: 12px;
}

/* Set card background color to green when Read more is on hover */

.section-features .card:hover {
  background-color: #86b234;
  transition: all 300ms ease-in-out;
}

.section-features .card:hover * {
  color: #fff !important;
}

/* Section - Subscription */

.form-style {
  /* Layout */
  padding: 1.7rem 10px;
  /* UI Properties */
  border: 0;
  border-radius: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #6d6d6d0d;
  opacity: 1;
  color: #eeeeee;
}

.form-style::placeholder {
  color: #eeeeee;
}

/* Section - About */

.section-aboutus p {
  color: #808080;
  font-size: 20px;
}

.section-aboutus img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* Important features -grid */

.important-features {
  padding: 50px 0;
  text-align: center;
}

.important-features h1 {
  /* UI Properties */
  font-size: 50px;
  margin-bottom: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  color: #d4d4d4;
  opacity: 1;
}

.important-features p {
  font-size: 24px;
  color: #d4d4d4;
  line-height: 1.3;
}

/* Section - CLIENTS */

.section-clients {
  background-color: #86b234;
}

.section-clients img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* Section - CONTACT US */

.section-contactus {
  background-image: url("../images/background.png");
  background-position: center center;
  color: #fff;
}

.section-contactus h1 {
  font-size: 50px;
  font-weight: bold;
}

.section-contactus form .form-style {
  height: 49px;
  background: #007272 0% 0% no-repeat padding-box;
  margin-bottom: 20px;
  opacity: 1;
  color: #fff;
}

.section-contactus form textarea {
  width: 100%;
  height: 230px !important;
  padding: 10px;
  background: #007272 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #fff;
}

/*******************************
* FOOTER
*******************************/

.footer {
  padding: 30px;
  background: #3b3b3b 0% 0% no-repeat padding-box;
}

.social-media-icons {
  margin-top: 15px;
  text-align: center;
}

.social-media-icons a {
  color: #86b234;
  margin: 0 10px;
}

.social-media-icons a i {
  font-size: 18px;
}

/*  */

.copyright {
  margin-left: 315px;
  margin-top: 20px;
  border-top: 1px solid #707070;
  color: #707070;
  text-align: center;
}

/* Scroll up btn */

.scroll-up {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -50px;
  transition: all 200ms ease-in-out;
  /* UI Properties */
  background: #86b234;
  display: flex;
  place-items: center;
  place-content: center;
  line-height: 2;
}

.scroll-up:hover {
  text-decoration: none;
}

/*******************************
* PAGE - CONTACT
*******************************/

/* Set margin for all columns to be space equally */

.contact-form .col,
.contact-form [class*="col-"] {
  margin-bottom: 20px;
}

.contact-form label {
  font-size: 16px;
  color: #008080;
}

.contact-form textarea {
  width: 100%;
  height: 230px !important;
  margin-bottom: 15px;
  padding: 10px;
}

/* Map*/

#map {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px;
}

/*******************************
* ACCORDION WITH TOGGLE ICONS
*******************************/

.panel-group .panel {
  padding: 15px 30px;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
  box-shadow: 0px 0px 0px #6d6d6d26;
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.panel.panel-active a {
  color: #008080 !important;
}

.panel-active {
  background: #ffffff;
  box-shadow: 0px 0px 20px #6d6d6d26 !important;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: transparent;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #86b234;
  text-decoration: none;
}

.panel-title > a > i {
  color: #008080;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  width: 80%;
}

.panel-body {
  color: #86b234;
  font-size: 16px;
  line-height: 1.7;
}

.accordion-content {
  align-items: center;
}

.accordion-content img {
  width: 250px;
  height: 250px;
  margin-bottom: 50px;
}

/* 
  ------- RESPONSIVE CSS ---------------
*/

/* MOBILE SCREEN */

@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
  /* Navbar responsive */

  header .navbar-container {
    padding-left: 10px !important;
    padding-left: 15px !important;
  }
  header .navbar-primary.toggled {
    background: #008080;
  }
  header .navbar-primary .navbar-brand {
    margin: 10px;
  }
  header .navbar-primary .navbar-nav {
    float: right;
  }
  header .navbar-primary .navbar-nav a {
    color: #fff;
    text-align: right;
    margin-top: 10px;
  }
  header .navbar-primary .navbar .button-primary {
    width: 180px;
    height: 50px;
  }
  /* Remove border of toggle icon */
  header .navbar-toggler {
    border: 0;
    padding: 0;
  }
  header .navbar-toggler:focus {
    outline: 0;
    box-shadow: 0 none;
  }
  header .navbar-toggler span {
    font-size: 26px;
    color: #008080;
  }
  /* TOGGLER */
  span.fa-bars {
    color: #86b234 !important;
  }
  span.fa-times {
    color: #86b234 !important;
    display: none !important;
  }
  /* Showcase responsive */
  .showcase {
    text-align: center;
  }
  .showcase h1 {
    line-height: 1;
  }
  .showcase img {
    margin-top: 30px;
  }
  .scroll-down {
    bottom: 10px !important;
  }

  /* SECTIONS */
  .section {
    padding: 30px 0;
  }
  .section-title {
    font-size: 32px;
  }
  /* SECTION - Features */
  .section-features .section-title {
    width: 90%;
  }
  .section-features .card-body {
    padding: 1rem;
  }
  .section-features .card h2 {
    font-size: 20px;
  }
  .section-features .card p {
    font-size: 12px;
  }
  /* SECTION - SUBSCRIPTION */
  .section-subscription {
    text-align: center;
  }
  .section-subscription .button-primary {
    width: 150px;
    margin: auto;
  }
  /* Input style */
  .form-style {
    /* Layout */
    padding: 1.5rem 10px;
  }
  .form-style::placeholder {
    color: #eeeeee;
  }
  /* SECTION -- Important */
  .important-features {
    text-align: center;
  }
  /* SECTION - About */
  .section-aboutus img {
    height: 300px;
  }
  .section-aboutus p {
    font-size: 15px;
  }
  /* SECTION -- Contact us */
  .section-contactus h1 {
    font-size: 34px;
    text-align: center;
  }
  /* SECTION - CLIENTS */
  .section-clients img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0 auto 0px auto;
  }
  /* Footer */
  .footer {
    text-align: center;
  }
  .footer .navbar {
    display: block;
  }
  .copyright {
    margin-left: 0;
  }
  /* PAGE - FEATURES */
  .accordion-content img {
    margin-top: 0;
    margin-bottom: 50px;
  }
  /* PAGE - CONTACT */
  /* Set margin for all columns to be space equally */
  .contact-form .col,
  .contact-form [class*="col-"] {
    margin-bottom: 10px;
  }
  .contact-form label {
    display: none;
  }
  .contact-form textarea {
    width: 100%;
  }
  /* Map*/
  #map {
    height: 300px;
  }
  /* Background */
  .background-shape {
    clip-path: polygon(0 0, 100% 0%, 100% 54%, 0 65%);
  }
}

/* Desktop Devices */

@media (min-width: 1024.5px) {
  .showcase img {
    height: 440px;
    margin: auto;
  }
  .showcase .homepage-illustration {
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  header {
    height: 630px;
  }
  .showcase .scroll-down {
    bottom: 30px;
  }
}
