html body {
    line-height: 1.5;
    font-size: 1.125rem;
}

html body header, .slideshow-banner {
    background: transparent;
}

html body header .logo {
    margin: 0 !important;
}

html body header .navigation-wrapper .navigation {
    justify-content: center !important;
}

html body header .nav-wrapper, html body header .navigation-wrapper .navigation #open-menu{
    display: none !important;
}

html body header.border-bottom-style-solid {
    border-bottom-style: none;
}

p {
    color: #666666;
    font-weight: 300;
}

#page h1 {
    display: none;
}

.display-5 {
    font-size: 2.5rem;
}

.txt-small {
    font-size: 16px;
}

.features {
    position: relative;
}

.bg-features {
    position: absolute;
    right: -150px;
    bottom: 0;
}

.features .card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.w-35 {
    width: 35%;
}

.bg-none {
    background: transparent;
}

footer {
    background: #222222;
    color: #f2f2f2;
}

.advance-footer {
    display: none;
}

h4 {
    line-height: 1.5;
    font-size: 1.25rem;
}

footer .copyright {
    margin: 0 !important;
    padding: 10px 0;
}

.home-section-mobile {
    padding-top: 100px;
    margin-bottom: 40px;
}

.navbar-nav {
    justify-content: end;
}

.card-footer {
    background: none;
    border-top: 0;
}

.bg-page-banner {
    background: #f2f2f2;
}

.jumbotron {
    padding-bottom: 70px;
    background: none;
}

.page-content {
    position: relative;
    margin-top: -50px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bg-page-subcontent {
    background: #fab149;
    margin-top: -50px;
}

.progress-number {
  font-size: 63px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 20px;
  text-align: center;
  opacity: 0.15;
  color: #222;
}

@media (max-width: 991px) {
    #home-section {
        padding-top: 80px;
    }
}

.arrows {
  width: 30px;
  height: 72px;
}

.arrows path {
  stroke: #222;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}