::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #ff7225;
}

header {
    padding: 15px 0;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.linkshow {}

.linkshow ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.linkshow ul li:not(:last-child) {
    margin-right: 15px;
}

.linkshow ul li {
    font-size: 16px;
    font-weight: 500;
}

header .row {
    align-items: center;
}

.linkshow ul li a {
    color: #8c8c8b;
    transition: all 0.5s;
}

.linkshow ul li a:hover {
    color: #ff7225;
}

section.content {
    padding: 150px 0 100px;
}

section.content .contentshow {}

section.content .contentshow h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}

section.content .contentshow h1,
section.content .contentshow h2,
section.content .contentshow h3,
section.content .contentshow h4,
section.content .contentshow h5,
section.content .contentshow h6 {
    color: #000;
}

section.content .contentshow p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

footer {
    background: #fff;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
}

footer .footertext {
    text-align: center;
}

footer .footertext p {
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

footer .footertext p span {
    color: #ff7225;
}