/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: roboto-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

a {
  color: #1acc8d;
  text-decoration: none;
}

a:hover {
  color: #34e5a6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: bebas-neue-by-fontfabric, sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00af31;
  border-top-color: #8db097;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top btn
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00af31;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  position: absolute;
  top:  8px;
  width:  20px;
  height: 20px;
}

.back-to-top:hover {
  background: #00af31;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  height: 60px;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  position: relative;
  padding: 0;
  margin: 0;
  width:  94px;
  height: 40px;
}


/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 10px;
  left: 30px;
  background-color: #00af31;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 25px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

/* Mobile Navbar */

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li>a:before {
  left: 20px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 30px;
  color: #000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  padding: 120px 0 0 0;
  background-color: #111;
  background-image: url(../img/hero-img.png);
  background-repeat: no-repeat;
  background-position: right 190px;
}

#hero h1 {
  margin: 60px 0 20px 0;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

#hero h1 span {
  border-bottom: 7px solid #00af31;
}

#hero h2 {
  margin-bottom: 40px;
  font-size: 24px;
}

#hero p {
  padding: 10px 0 0;
  color:  #ccc;
  font-size: 15px;
  line-height: 1.5;
}

#hero .hero-img img {
  padding-top: 200px;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero h1 {
    margin: 60px 0 20px 0;
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  #hero {
    padding-top: 80px;
      background-position: 50% 190px;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    display: none;
  }

  #hero h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

@media (max-width: 575px) {
  .hero-waves {
    margin-top: 60px;
  }

}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fff;
}

h2 {
  font-size: 50px;
  font-weight: 700;
  color: #00af31;
  margin-bottom: 15px;
}

h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #1acc8d;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #010483;
}

.btn {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 30px 5px;
  border-radius: 0;
  border: 0;
  background: #00af31;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
}

.btn:hover {
  border: 0;
  background: #00962b;
  color:  #fff;
  cursor: pointer;
}

.banner {
  padding: 40px 0 30px;
  background: #111;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1300px) {
.banner {
  padding: 40px 15px 30px;
  font-size: 50px;
  line-height: 50px;
}

}

@media (max-width: 575px) {
.banner {
  font-size: 40px;
  line-height: 40px;
}

}

/*--------------------------------------------------------------
# Priority
--------------------------------------------------------------*/
.priority {
  padding: 50px 0 50px 0;
}

.priority .icon-boxes h3 {
  margin-bottom: 15px;
}

.priority .icon-box {
  margin-top: 40px;
}

.priority .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  transition: 0.5s;
  background-color: #111;
}

.priority .icon-box .icon i {
  width: 40px;
  height: 40px;
}

.priority .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 25px;
}

.priority .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
}

.priority .priority-image {
  background: url("../img/about.png") center center no-repeat;
  background-size: contain;
  min-height: 300px;
}


/*--------------------------------------------------------------
# Visions
--------------------------------------------------------------*/
.vize {
  padding-top: 50px;
}

.vize .content+.content {
  margin-top: 50px;
}

.vize h3 {
  margin-bottom: 15px;
}

.vize .content ul {
  list-style: none;
  padding: 0;
}

.vize .content ul li {
  padding-bottom: 10px;
}

.vize .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1acc8d;
}

.vize .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fafafa;
}

.team p {
  margin-bottom: 30px;
}

.team .member {
  margin: 30px 0;
  background: #fff;
}

.team .member .pic {
  position: relative;
}

.team .member .candidate-no {
  position: absolute;
  bottom: -20px;
  left: 15px;
  display: block;
  width: 40px;
  height: 40;
  color: #fff;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  padding: 5px 0 2px;
}

.team .member .pirate {
  background: #000;
}

.team .member .green {
  background: #00af31;
}

.team .member .member-info {
  padding: 20px 15px 5px 15px;
}

.team .member h3 {
  margin-bottom: 0;
  text-align: center;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #00af31;
  text-align: center;
}

.team .member p {
  padding: 15px 0;
  font-size: 13px;
  color: #000;
}

.team .member-other {
  margin-bottom: 10px;
  padding: 5px 5px 10px 5px;
  width: 100%;
  background: #fff;
} 

.team .member-other h3 {
  padding-top: 5px;
  margin-bottom: 0;
}

.team .member-other span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #00af31;
}

.team .member-other-no {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.team .member-other-no .candidate-no {
  padding: 12px 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: center;

}

.team .member-other-no .pirate {
  background: #000;
}

.team .member-other-no .green {
  background: #00af31;
}

.team .member-other-no .indep {
  background: #888;
}




@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 0 0 30px 0;
  color: #fff;
  text-align: center;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
  color: #888;
}
