@charset "utf-8";

span.hl {
  color: #ffee58;
  border-bottom: 1px dotted #ffee58;
}

.sub-header {
  text-align: center;
  margin-bottom: 20px;
}

.sub-header>h5 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 2px 2px 2px #333;
  color: #333;
  text-align: center;
  margin: 0 auto;
}

.wrapper {
 /* max-width: 1920px;*/
  width: 100%;
  margin: 0 auto;
}

.nav {
  position: fixed;
  width: 100%;
  background: none;
}

@media (max-width: 650px) {
  .nav {
    display: none;
  }
}

.nav-link {
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer; padding: 0; margin: 0;
}

.nav-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  /*background: #fff;*/
  transition: width .2s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.section {
  padding: /*70px 20px 30px 20px*/0;
}

@media (max-width: 650px) {
  .section {
    padding-top: 0px;
  }
}

.section h1 {
  /*margin-bottom: 20px;*/
  text-shadow: 2px 2px 5px #333;
  /*text-align: center;
  font-size: 60px;
  font-weight: 700;*/
  opacity: 0;
  transform: translateY(20px);
  transition: all .3s ease-in-out;
}

/*.section h2 {
  opacity: 0;
  transform: translateX(-20px);
  transition: all .3s ease-in-out;
}*/

.section:first-of-type h1 {
  /*font-size: 100px;*/
}
section.section .wrapper .footerhome{ display:none !important;}
section.section + section.section .footerhome{ display:none !important;}
section.section + section.section + section.section .footerhome{ display:none !important;}
section.section + section.section + section.section + section.section .footerhome{ display:block !important;}
 
.arrow-bottom{position: absolute; left: 49.5%;  font-size: 30px; z-index: 99999999999999999999999999999 !important; }
section.section .arrow-bottom{ display:block !important;}
section.section + section.section .arrow-bottom{ display:block !important;}
section.section + section.section + section.section .arrow-bottom{ display:block !important;}
section.section + section.section + section.section + section.section .arrow-bottom{ display:none !important;}

.arrow-bottom {
position: absolute;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.3s; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation: example 2s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   { bottom: 3vh; color: rgba(0,0,0,8);}
  /*25%  { bottom: 30px; color: rgba(0,0,0,0.8);}*/
  50%  { bottom: 2vh; color: rgba(0,0,0,0.5);}
  /*75%  { bottom: 10px; color: rgba(0,0,0,0.3);}*/
  100% { bottom: 1vh; color: rgba(0,0,0,0.0);}
}

/* Standard syntax */
@keyframes example {
  0%   { bottom: 3vh; color: rgba(0,0,0,8);}
  /*25%  { bottom: 30px; color: rgba(0,0,0,0.8);}*/
  50%  { bottom: 2vh; color: rgba(0,0,0,0.5);}
  /*75%  { bottom: 10px; color: rgba(0,0,0,0.3);}*/
  100% { bottom: 1vh; color: rgba(0,0,0,0.0);}
}

.current h1 {
  opacity: 1;
  transform: translateY(0);
}

/*.current h2 {
  opacity: 1;
  transform: translateY(0);
}*/

.section-1 {
  /*background-color: #ff6434;
  background: linear-gradient( #ff6434 15%, #ffab00 0, #ffab00 30%, #ffff56 0, #ffff56 45%, #64dd17 0, #64dd17 60%, #00b8d4 0, #00b8d4 75%, #2962ff 0, #2962ff 90%, #6200ea 0, #6200ea 100%);*/ /*background: rgba(255,255,255,0);*/background-color: #00a15b;
}

.section-2 {
  background-color: #00a15b;
}

.section-3 {
  background-color: #00a15b;
}

.section-4 {
  /*background-color: #ff7043*/ /*background: url("../images/template-v2/NCP-BG.jpg") no-repeat top center; background-size: cover;*/
}

.section-5 {
  background-color: #4caf50;
}

.section-6 {
  background-color: #0081cb;
}

.section-7 {
  background-color: #6d4c41;
}

.section-news {
  /*background-color: #ff7043*/ background: url("../images/template-v2/NCP-BG.jpg") no-repeat top center; background-size: cover;
}

.slide {
  /*padding: 70px 20px 40px 20px;*/
}

@media (max-width: 650px) {
  .slide {
    padding-top: 30px;
  }
}

.step {
  display: inline-block;
  background: #333;
  border-radius: 2px;
  padding: 10px 20px;
}

#prev {
  position: absolute;
  font-size: 20px;
	left: 0; top: 0;
  /*left: 100px;
  bottom: 50px;*/
  z-index: 3;
  cursor: pointer; color:#fff; margin: 13px 0 0 0;
}

#next {
  position: absolute;
  font-size: 20px;
right: 0; top: 0;
  /*right: 100px;
  bottom: 50px;*/
  z-index: 3;
  cursor: pointer; color:#fff; margin: 13px 0 0 0;
}

.dot {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  text-align: center;
  padding: 0;
  margin: auto;
}

.dot>li {
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
}

.dot>li.active,
.dot>li:hover {
  background-color: #fff;
}

.prev-slide,
.next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.prev-slide {
  border-left: 2px solid rgba(10,10,10,0.3);
  border-top: 2px solid rgba(10,10,10,0.3);
  left: 67px;
}

.next-slide {
  border-right: 2px solid rgba(10,10,10,0.3);
  border-top: 2px solid rgba(10,10,10,0.3);
  transform: translateY(-50%) rotate(45deg);
  right: 67px;
}

.prev-slide:hover {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}

.next-slide:hover {
  transform: translateY(-50%) rotate(45deg) scale(1);
}