.pier-link {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 600 !important;
    letter-spacing: 1.5px;
}

.pier-link:hover {
    color: #000000;
    text-decoration: underline;
}

.link-primary {
    color: #21c87a;
    text-decoration: none;
}

.link-primary:hover,
.link-primary:active {
    color: #218838;
}

.link-orange {
    color: #f09974;
    text-decoration: none;
}

.link-orange:hover,
.link-orange:active {
    color: #b76b4b;
}

.pier-link-green {
    color: #21c87a;
    font-size: 1.1rem;
    font-weight: 600 !important;
    letter-spacing: 1.5px;
}

.pier-link-green:hover {
    color: #fff;
}

.btn-white:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff;
}

.btn-primary {
    background-color: #21c87a;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-text-danger {
    color: #dc3545;
}

.btn-text-danger:hover {
    color: #c82333;
}

.pier-icon {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: bottom;
}

.pier-btn-icon {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: bottom;
}

.pier-btn-round {
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 30px;
}

.pier-custom-extension {
    position: absolute;
    border-radius: 5px;
    top: 30px;
    right: 30px;
    background-color: #cecece;
    height: 70px;
    width: 70px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pier-hoverable:hover {
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.pier-document {
    height: 23rem;
    margin: 1rem 0.1rem !important;
    /* border-top: 4px solid #eb5d1e; */
    overflow: hidden;
    color: #212529;
}

.pier-document-image {
    height: 13rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.pier-document-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.nav-link {
    color: #fff;
}

.nav-link:hover,
.nav-link:active {
    color: #cecece;
}

.nav-black {
    color: #000;
}

.nav-black:hover,
.nav-black:active {
    color: #cecece;
}

.nav-red {
    color: #ae0000;
}

.nav-red:hover,
.nav-red:active {
    color: #ff0000;
}

/*.dropdown:hover>.dropdown-menu {
    display: block;
}*/

.pier-box {
    color: #fff;
    min-height: 15rem;
    text-align: justify;
    padding: 1rem 0.5rem;
}

.pier-color-green {
    color: #21c87a;
}

.pier-project-content-block {
    padding: 40px 20px;
    background: #f4f7fc;
    border: 15px solid #fff;
    transition: all 0.7s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.pier-project-content-block h4 {
    color: #21c87a;
}

.pier-project-content-block p {
    margin-top: 25px;
}

.hoverable:hover {
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.15) !important;
}

.pier-inner {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    height: 13rem;
    background-color: #f4f7fc;
}

.btn-pier-circle {
    border-radius: 75px;
}

.pier-center {
    margin-top: 3rem;
    margin-bottom: 2rem;
    min-height: 80vh;
}

.pier-event {
    padding: 0.4rem;
    margin-bottom: 0.5rem;
    height: 160px;
}

.pier-event-inner {
    background: #fff;
    height: 150px;
}

.p-shadow-1 {
    box-shadow: 0 0.425rem 0.55rem rgba(0, 0, 0, 0.4) !important;
}

.pier-home-sidebar {
    min-height: 33rem !important;
}

.pier-offer-inner {
    padding: 1rem 0.5rem;
    background: #fff;
    border-bottom-right-radius: 15px;
    height: 125px;
    overflow: hidden;
    box-shadow: 0 0.425rem 0.55rem rgba(0, 0, 0, 0.4) !important;
}

.pier-offer {
    height: 160px;
    margin: 0.5rem 0;
    background: #f4f7fc;
    border: 15px solid #fff;
    transition: all 0.7s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.pier-offer-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.pier-offer-subtitle {
    font-size: 18px;
    /* font-weight: bold; */
    color: #4e4039;
}

.pier-offer p {
    margin-top: 25px;
}

@media (max-width: 576px) {
    .pier-home-sidebar {
        min-height: 2rem !important;
    }
}

.btn,
.card,
.badge,
.form-control,
.input-group-text,
.navbar-toggler,
.list-group,
.nav-pills .nav-link,
.nav-tabs .nav-link,
.form-select,
.modal-header,
.dropdown-menu {
    border-radius: 0px;
}

.navbar-nav {
    color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #21c87a;
}

.btn-success {
    color: #fff;
    background-color: #21c87a;
    border-color: #21c87a;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

#hero {
    width: 100%;
    /* min-height: 70vh; */
    background: #1e7e341e;
    border-bottom: 2px solid #1c743132;
}

#hero h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    color: #4e4039;
}

#hero h2 {
    color: #a08f86;
    margin: 15px 0 0 0;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 3px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #eb5d1e;
}

#hero .btn-get-started:hover {
    background: #ef7f4d;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
    #hero {
        height: calc(100vh - 72px);
    }

    #hero .animated {
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 32px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@media (max-height: 600px) {
    #hero {
        height: 120vh;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.btn-warning {
    color: #fff;
    border-color: #eb5d1e;
    background-color: #eb5d1e;
}

.btn-warning:hover {
    color: #fff;
    border-color: #ef7f4d;
    background-color: #c54811;
}

.download-count {
    font-size: 1.5rem;
    background-color: #eb5d1e;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.download-text {
    font-size: 1rem;
}

.z-depth-0 {
    box-shadow: none !important;
}

.z-depth-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
        0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
        0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
        0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.section-title p {
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #4e4039;
}

.section-subtitle p {
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #4e4039;
}

.section-title p::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #eb5d1e;
    bottom: 0;
    left: calc(50% - 30px);
}

.section-subtitle p::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #eb5d1e;
    bottom: 0;
    left: calc(50% - 30px);
}

.service-title {
    font-size: 18px;
    font-weight: bold;
}

.btn {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    /* text-transform: uppercase; */
    padding: 1.2rem 2.7rem;
    border: 0.1rem solid transparent;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
}

.bg-dark,
.btn-primary:hover {
    background: #232323 !important;
    border-color: #232323 !important;
    color: #fff;
}

.bg-white {
    background: #fff !important;
    border-color: #fff !important;
    color: #232323;
}

#projects-wrap {
    background: rgba(0, 0, 0, 0.92);
}

.footer-links {
    padding-left: 0;
    list-style-type: none;
}

.footer-links a {
    /* color: #888; */
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #eb5d1e;
}

.text-justify {
    text-align: justify;
}

.breadcrumb {
    font-size: 18px;
    /* background: #1e7e341e; */
    /* padding: 80px 0px 50px 0px; */
}

.document-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #4e4039;
}

.more {
    width: 100%;
    background: #1e7e341e;
}

/* .bg-green-light {
    background: #1e7e341e;
    border-bottom: 2px solid #1c743132;
} */

#pdf-action i {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #4e4039;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #fff;
    pointer-events: none;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 0.65;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e341e;
}

.list-group-item {
    padding: 1.2rem 2.7rem;
    font-weight: 700;
    text-align: center;
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #21c87a;
    border-color: #21c87a;
}

.pier-listing {
    height: 19rem;
    /* margin: 1rem 0.1rem !important; */
    /* border-top: 4px solid #eb5d1e; */
    overflow: hidden;
    color: #212529;
}

.pier-listing-image {
    height: 13rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.pier-article {
    overflow: hidden;
    color: #212529;
    display: flex;
    min-height: 16rem;
}

.pier-article.body {
    height: 12rem;
    position: relative;
}

.pier-article-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
}

#listings-section {
    width: 100%;
    /* height: 70vh; */
    background: #1e7e341e;
    border-bottom: 2px solid #1c743132;
}

.img-btn {
    transition: all 500ms;
}

.img-btn:hover {
    cursor: pointer;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.document-stats {
    font-weight: bold;
    background: #1e7e341e;
    border-bottom: 2px solid #1c743132;
}

.top-icon {
    font-size: 1.5rem;
    color: #000;
}

.top-icon {
    /* color: #888; */
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.top-icon:hover {
    color: #eb5d1e;
}

/* UNSET SHADOW */
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #eb5d1e;
}

.text-orange {
    color: #eb5d1e;
}

.listing-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.btn-outline-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #d3d4d5;
    border-color: #c6c7c8;
}

.pier-announce-float {
    background-color: #00000060;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 8px;
    color: #fff;
    z-index: 10;
    padding: 1rem 1rem;
}

.no-underline {
    text-decoration: none;
}
