body {
    font-family: 'Circular' !important;
    overflow-x: hidden;
}

@media(max-width:990px) {
    body {
        font-family: 'Circular' !important;
        overflow-x: hidden;
    }
}

.largest_text {
    font-family: 'Circular-Bold' !important;
    font-size: 42px !important;
    line-height: 45px !important;
}

.large_text {
    font-family: 'Circular-Bold' !important;
    font-size: 24px;
    line-height: 30px;
}

.large_text:last-child {
    margin-bottom: 0rem;
}

.align-items-center {
    align-items: center;
}

.introduction {
    padding: 80px 0px 100px 0px;
}

.introducing_project {
    padding: 60px 0px;
}

header {
    /* position: fixed; */
    width: 100%;
    padding: 30px 0px;
    z-index: 100;
    background-color: white;
    transition: 1s ease-in-out;
}

.header_box_shadow {
    box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, 0.03);
}

.introducing_project {
    padding: 120px 0px 40px;
}

.paragraph_spacing {
    padding: 26.25px 0px;
}

.parallax {
    /* The image used */
    background-image: url("../images/building_view2.jpg");
    /* Set a specific height */
    height: 530px;
    /* Create the parallax scrolling effect */
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text_button,
.accent_header {
    color: #478240 !important;
    transition: 0.5s ease-in-out;
}

.accent_header {
    font-family: 'Circular-Bold';
    font-size: 14px;
}

.text_button:hover {
    font-family: 'Circular-Bold';
}

@font-face {
    font-family: 'Circular';
    src: url(../fonts/CircularStd-Book.ttf);
}

@font-face {
    font-family: 'Circular-Bold';
    src: url(../fonts/CircularStd-Bold.ttf);
}

.flex_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.space_between {
    justify-content: space-between;
}

@media (min-width:990px) {
    .nav_tabs>div {
        margin-left: 150px;
    }
    .nav_tabs>div>a {
        color: #959595;
        text-decoration: none;
    }
    .nav_tabs.active_tab>div>a {
        color: #000000;
        text-decoration: none;
    }
    .nav_tabs>div>a:hover {
        color: #000000;
    }
}

.input-group.alt {
    flex-direction: column;
}

.input-group.alt>input {
    width: 100% !important;
    margin: 20px 0px 20px;
}

@media (max-width: 990px) {
    .hidden_on_mobile {
        display: none;
    }
    .nav_tabs {
        display: none;
    }
    .hamburger {
        display: block !important;
        align-content: center;
    }
    header {
        padding: 30px 15px !important;
    }
    .input-group {
        flex-direction: column;
    }
    .input-group>input {
        width: 100% !important;
        margin: 20px 0px 20px;
    }
    .input-group-append {
        margin-top: 20px;
    }
    .social_wrapper {
        margin: 50px 0px;
    }
    .center_left_mobile {
        text-align: left !important;
    }
    .item {
        margin: 0px !important;
    }
    .testimonials-item {
        padding: 40px 0px 50px 0px !important;
    }
}

.center_left_mobile {
    text-align: center;
}

.hamburger {
    cursor: pointer;
    display: none;
    top: 50%;
    position: relative;
}

.outline_button {
    border: 1px solid #478240;
    padding: 15px 10px;
    border-radius: 5px;
    color: #478240 !important;
}

.outline_button:hover {
    background-color: #478240;
    color: #fff !important;
    transition: 0.5s ease-out;
}

.mobile_header {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.white_card {
    background-color: white;
    border-radius: 5px;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.close_wrapper {
    height: 20%;
    padding: 30px 0px;
}

.metrics,
.metric {
    display: flex;
    flex-direction: row;
}

.metric_icon {
    padding: 0px 20px 0px 0px;
}

.metric {
    padding: 0px 60px 0px 0px;
}

.accent_card {
    position: relative;
    width: 330px;
    /* height: 140px; */
    background: #478240;
    z-index: 2;
    bottom: 420px;
    left: 145px;
    padding: 25px 35px;
    align-items: center;
    justify-content: center;
}

.justify-content-center_left {
    align-items: center;
    justify-content: center;
}

@media(max-width:990px) {
    .accent_card {
        bottom: 0px;
    }
}

.light_accent {
    color: #C9DCC7;
}

.white_text {
    color: #fff
}

@media(max-width:990px) {
    .parallax {
        background-image: url("../images/building_view2.jpg");
        height: 200px;
        background-attachment: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .img_introducing_project>img {
        width: 100%;
    }
    .accent_card {
        left: 0px;
        width: 100%;
    }
    .modal-content {
        width: 100% !important;
        overflow-x: scroll;
    }
}

@media (min-width: 990px) {
    .modal-dialog {
        max-width: 50% !important;
    }
    .modal-content {
        width: 50vw !important;
        justify-content: center;
        text-align: center;
    }
}

.full_gallery_img {
    width: 100%;
    height: 585px;
    background: #C4C4C4;
}

.half_gallery_img {
    width: 100%;
    height: 280px;
    background: #C4C4C4;
    margin-bottom: 25px;
}

.testimonials_wrapper {
    padding: 60px 0px;
}

.testimonials {
    margin-top: 220px;
}

.testimonials h3 {
    width: 465px;
    height: 104px;
    font-size: 42px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: 0.4px;
    color: #2e3831;
    display: inline-block;
    margin-right: 145px;
}

.testimonials .col-xl-6 p {
    width: 520px;
    height: 75px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0.2px;
    color: #625c5c;
    display: inline-block
}

.testimonials-slider {
    display: flex !important;
}

.testimonials-item {
    flex: 0 0 480px;
    height: 396px;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 40px 40px 50px 40px;
}

.testimonials-item .opinion {
    width: 300px;
    height: 190px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.2px;
    color: #625c5c;
}

.testimonials-item img {
    margin-bottom: 30px;
    width: unset !important
}

.testimonials-item .opinion {
    margin-bottom: 50px !important;
}

.testimonials-item b {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #2e3831;
    margin-bottom: 10px !important;
}

.testimonials-item .company {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #625c5c;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.overflow-scroll {
    overflow-x: scroll;
}

.custom_scroll::-webkit-scrollbar {
    width: 90px;
    height: 90px;
}

.custom_scroll ::-webkit-scrollbar-track {
    background: #2bff35;
}

.custom_scroll ::-webkit-scrollbar-thumb {
    background: rgb(58, 58, 58);
}

.custom_scroll ::-webkit-scrollbar-thumb:hover {
    background: rgb(58, 58, 58);
}

.items {
    display: flex;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    /* white-space: nowrap; */
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    /* top: -75px; */
}

.items.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

.item {
    display: inline-block;
    /* background: skyblue; */
    min-height: 250px;
    /* min-width: 400px; */
    margin: 2em 1em;
}

@media screen and (max-width: 500px) {
    .item {
        min-height: 200px;
        padding: 0px 15px;
        /* min-width: 200px; */
    }
}

.quote {
    margin-left: 70%;
    width: 80%;
}

.submit_button {
    background: #478240 !important;
    border-radius: 5px 0px 0px 5px;
    border-color: #478240 !important;
    padding: 0px 25px;
    height: 100%;
}

.submit_button:hover {
    background: #386933 !important;
    border-color: #478240 !important;
    border-radius: 5px 0px 0px 5px;
    height: 100%;
}

.contact_footer {
    background: #353C36;
    padding: 40px 0px;
}

.contact_footer.alt {
    background: #353C36;
    padding: 200px 0px;
}

.align_items_center {
    align-items: center;
}

.social_icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
}

@media(max-width:990px) {
    .social_icons {
        justify-content: left;
    }
    .introducing_project {
        padding: 60px 0px;
    }
    .introduction {
        padding: 40px 0px 50px 0px;
    }
    .justify-content-center_left {
        justify-content: left;
    }
    .navbar {
        padding: 0em 0em !important;
    }
    #navbarNavAltMarkup {
        padding: 1em 0em !important;
    }
}

.navbar {
    padding: 0em !important;
}

.social_icons>div {
    margin-right: 15px;
}

.social_icons>div:last-child {
    margin-right: 0px;
}

::-webkit-scrollbar {
    width: 9px;
    height: 3px;
    background-color: #b6beb5;
    /* or add it to the track */
}

::-webkit-scrollbar-thumb {
    background: #478240;
}

.footer {
    background: #F7F7F7;
    padding: 40px 0px;
}

.link_text {
    color: #6D6D6D;
    text-decoration: none;
    margin: 50px 0px;
}

.link_text:hover {
    color: #3a3a3a;
    text-decoration: none;
}

.footer>div>div>div {
    margin-bottom: 20px;
}

.footer>div>div>div>div {
    margin: 5px 0px;
}

.custom_nav {
    text-align: center;
}

.custom_nav>div {
    margin: 15px 0px;
}

.justify_content_flex_end {
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

.nav-item.nav-link.outline_button {
    padding: 10px 10px;
}

.building_img {
    width: 100%;
}

.address {
    opacity: 0.6;
    color: #ffffff;
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.dark_bg_overlay {
    background: #478240;
    color: white;
}

.dark_bg_overlay.about {
    padding: 60px 0px;
    background-image: url('https://sticksandstonesng.com/images/dark_bg.jpg');
    background-size: cover;
}

.introducing_project.about {
    padding: 120px 0px 90px;
}

@media(max-width: 990px) {
    .parallax {
        margin: 0px 15px;
    }
    .full_gallery_img {
        display: none;
    }
    .introducing_project.about {
        padding: 60px 0px;
    }
    .dark_bg_overlay,
    .about_us_metrics {
        padding: 60px 0px;
    }
    .flip_on_mobile {
        flex-direction: column-reverse;
    }
    .text_control {
        width: 100%
    }
    .about_us_metrics_text {
        text-align: left;
    }
    .metrics.about {
        flex-direction: row !important;
        overflow-x: scroll;
        justify-content: flex-start !important;
    }
    .ss_staff:first-child {
        margin-bottom: 20px;
    }
}

.text_control {
    width: 90%
}

.nav_control>a {
    margin: 0px 1rem;
}

.about_us_metrics {
    background: #F8F8F8;
    /* text-align: center; */
    padding: 90px 0px;
}

.metrics.about {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.about_us_metrics_text {
    text-align: center;
    margin-bottom: 40px;
}

.arrow_right_large {
    width: 20px;
    filter: brightness(0) invert(1);
}

.arrow_right_large:hover {
    filter: brightness(1) invert(1);
}

.brochure {
    background: #478240;
    padding: 90px 0px;
}

.color-white {
    color: white;
    text-decoration: none;
}

.color-white:hover,
.color-white:active {
    color: rgb(182, 182, 182);
}

.project_title {
    display: flex;
    justify-content: space-between;
}

.project_title>div {
    align-content: center;
    align-self: center;
}

.project_img_wrapper {
    overflow: hidden;
}

.text_control.estate {
    width: 60%
}

.project_wrapper.first {
    padding: 120px 0px0px;
}

.project_wrapper {
    padding: 80px 0px 0px;
}

.project_wrapper.final {
    padding: 80px 0px 120px;
}

.text_control>h4>a {
    color: #478240;
}
/*
     FILE ARCHIVED ON 15:24:17 Mar 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:56:21 Dec 21, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 109.828
  exclusion.robots: 0.084
  exclusion.robots.policy: 0.074
  cdx.remote: 0.065
  esindex: 0.01
  LoadShardBlock: 81.257 (3)
  PetaboxLoader3.datanode: 91.593 (4)
  load_resource: 1094.025
  PetaboxLoader3.resolve: 1057.732
*/