body {
    font-size: 18px;
}

.text-gold {
    color: #ffc105;
}

.bg-gold-light {
    background-color: #ffc1051a;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.wrapper960, .backgrounds .content_background {
    width: 100%;
}

.sidebar_wrapper {
    box-shadow: none;
}

.sidebar_wrapper .hornav>ul {
    display: block;
}

.sidebar_wrapper .hornavmenu .hornav ul li a {
    font-size: 23px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.sidebar_wrapper .hornavmenu .hornav ul li.active a,
.sidebar_wrapper .hornavmenu .hornav ul li a:hover {
    color: #ffc105;
}

.sidebar_wrapper .contact {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    padding: 15px;
}

.sidebar_wrapper .contact #mod-custom455 {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-left: 1px solid #ffc105;
    line-height: 1.5;
}

.sidebar_wrapper .copyright {
    display: block;
    background-color: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 3px;
    text-transform: uppercase;
}

.sidebar_wrapper .contact a,
.sidebar_wrapper .copyright a {
    color: #ffffffd6;
}

.sidebar_wrapper .contact a:hover,
.sidebar_wrapper .copyright a:hover {
    color: #ffc105;
}

.lslogo #mod-custom205 {
    padding: 20px;
    margin-bottom: 20px;
}

#footer-contact {
    font-size: .7rem;
    color: #fff;
    text-align: center;
    padding: 10px;
}

#container_footermenu {
    display: none;
}

.com-sppagebuilder #container_main .maincontent {
    padding: 0 !important;
}

h2.sppb-addon-title {
    font-weight: 500;
}

.our-services .sppb-icon-container,
.our-values .sppb-icon-container,
.contact-us .sppb-icon-container {
    display: flex !important;
    height: 52px;
    width: 52px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.our-services .sppb-icon-container i,
.our-values .sppb-icon-container i,
.contact-us .sppb-icon-container i {
    height: auto !important;
    width: auto !important;
}

.our-services .addon-root-feature > div,
.our-values .addon-root-feature > div,
.contact-us .addon-root-feature > div {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    border-radius: .5rem;
}

.our-services .addon-root-feature > div:hover,
.our-values .addon-root-feature > div:hover,
.contact-us .addon-root-feature > div:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.contact-us .addon-root-feature .sppb-media {
    display: flex !important;
}

.contact-us .addon-root-feature .sppb-media .sppb-addon-text {
    line-height: 1.3;
}

.who-we-represents .fa-circle {
    font-size: 8px;
    color: #ffc105;
}

.who-we-represents > .sppb-row-container > .sppb-row > .sppb-row-column > div > div > .sppb-addon-wrapper,
.who-we-represents > .sppb-row-container > .sppb-row > .sppb-row-column > div > div > .sppb-addon-wrapper > div {
    height: 100%;
}

/* Custom styles for the client list columns */
.client-list {
    list-style: none !important;
    padding: 0;
    columns: 2;
    column-gap: 40px;
    max-width: 48rem;
    margin-left: auto !important;
    margin-right: auto !important;
}
.client-list li {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #4b5563;
    break-inside: avoid-column;
    position: relative;
    padding-left: 20px;
}
.client-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ffc105;
    font-weight: bold;
}

.clients-section .sppb-addon-wrapper.addon-root-image {
    min-height: 145px;
    display: flex;
    align-items: center;
}

.clients-section .sppb-addon-single-image-container img {
    opacity: 0.8;
    filter: grayscale(1);
    transition: opacity 0.3s ease, transform 0.9s ease;
}

.clients-section .sppb-addon-single-image-container img:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.05);
}

.box-right > .sppb-column-addons > .sppb-addon-wrapper {
    text-align: right;
}

/* your mobile-only styles here */
@media only screen and (max-width: 767px) {         
    .client-list {
        columns: 1;
        column-gap: 0;
    }

    .box-right > .sppb-column-addons > .sppb-addon-wrapper {
        text-align: center;
    }

    .box-right > .sppb-column-addons > .sppb-addon-wrapper .sppb-addon-text-block {
        text-align: center;
    }
}

@media only screen and (max-width: 1280px) {
    #header_bg {
        height: 125px;
        display: flex !important;
    }

    .logo {
        height: 81px;
    }

    .logo .logo-image {
        max-height: 81px;
    }

    .slicknav_menu .slicknav_nav {
        top: 28px;
    }

    .slicknav_menu {
        padding: 27px 0px;
    }

    #container_footermenu {
        display: block;
    }
}

/* tablet and desktop styles here */
@media only screen and (min-width: 768px) {
    #header_bg {
        display: none;
    }
}

@media only screen and (min-width: 1023px) {
    .page-content {
        padding: 0px;
        height: auto !important;
    }
}

#container_slideshow .layerslideshow .info {
    max-width: 100%;
    justify-content: end;
    bottom: 20px;
}

#container_slideshow .j51-nav-dots,
#layerslideshow460-controls {
    display: none;
}