.tabs-nav {
  flex-wrap: nowrap !important;
  overflow-x: auto;
}

.overlay-dark:before {
	background-color: rgba(15, 22, 38, 0.1);
}
.overlay-dark20:before {
	background-color: rgba(15, 22, 38, 0.2);
}
.overlay-dark60:before {
	background-color: rgba(15, 22, 38, 0.6);
}
.overlay-dark80:before {
	background-color: rgba(15, 22, 38, 0.8);
}
.overlay-dark90:before {
	background-color: rgba(15, 22, 38, 0.9);
}

.dark-bg {
	background-color: rgba(15, 22, 38, 1.0);
	background-blend-mode: multiply;
}

.intro-content {
	text-align: left;
}

.intro-content-inner p {
	color: #ffffff;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.header.header-prepare {
    background-color: rgba(15, 22, 38, 0.95);
}

.logo a img {
    width: 77%;
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    background: rgba(41, 41, 41, 0.95);
    color: #fff;
    z-index: 99;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.scroll-top:hover {
    background: #c7a674;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
}
