/* CUSTOM CSS */

.main-header .logo .big-logo {
    display: none !important;
}

.main-header .logo .small-logo {
    display: inline !important;
}

.small-logo>img {
    width: 60px;
    height: auto;
}

@media(min-width: 1023px) {
    .section-border-top {
        border-top: 1px solid #FF5F13;
    }
}

#navigation li.active a {
    color: #ff6600;
    font-weight: bold;
}

#navigation a {
    transition: all 0.3s ease;
}

.header-area .header-info-left li a {
    font-size: 18px;
    color: #fff;
}

.header-area .header-social li a img {
    width: 25px;
    height: auto;
}

.single-team .team-caption span {
    font-size: 24px;
}

.single-team .team-caption h3 {
    text-transform: uppercase;
}

.slider-area .hero__caption .stock-text {
    margin-top: 20px;
}

@media (min-width: 1279px) {
    .slider-area .hero__caption .stock-text {
        margin-top: 40px;
    }
}

.slider-area .hero__caption .stock-text h2 {
    font-size: 35px;
}

@media (min-width: 1279px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 90px;
    }
}

.slick-slider {
    position: relative;
}

.slick-slider .slick-list {
    position: relative;
    z-index: 0;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    display: none !important;
}

@media (min-width: 1279px) {

    .slick-prev.slick-arrow,
    .slick-next.slick-arrow {
        display: flex !important;
        position: absolute;
        bottom: 10%;
        z-index: 1;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FF5F13;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        border: none !important;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #000;
        /* ou branco dependendo do fundo */
        font-size: 30px;
    }

    .slick-next.slick-arrow {
        left: 47%;
        transform: translateX(-50%);
    }

    .slick-prev.slick-arrow {
        left: 53%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1279px) {
    .slider-area .hero__caption {
        padding-top: 0 !important;
    }
}

.support-company-area .support-wrapper .right-content .right-img img {
    width: 100%;
    min-height: 550px;
    object-fit: cover;
    object-position: left bottom;
}

.support-company-area .support-wrapper .left-content .support-caption p {
    font-size: 20px;
}

ul.service-cap-list {
    margin-bottom: 20px;
    margin-left: 20px;
}

ul.service-cap-list li {
    list-style: disc;
}

.service-cap-list-white-space {
    display: none;
    opacity: 0;
}

@media (min-width: 767px) {
    .service-cap-list-white-space {
        display: block;
    }
}

.project-area .properties__button {
    width: 100%;
}

.project-area .nav-tabs {
    display: flex;
    flex-direction: column;
}

@media (min-width: 767px) {
    .project-area .nav-tabs {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 80px;
    }
}

#navigation a.active,
.footer-tittle a.active,
.slicknav_nav a.active {
    color: #ff6600;
    font-weight: bold;
}

.services-area1 .single-service-cap .service-img {
    width: 100%;
    height: 250px;
}

.services-area1 .single-service-cap .service-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-cap {
    background: #fafafa !important;
    color: #0b1c39 !important;
}

.project-cap:hover a {
    color: #0b1c39 !important;
}

.contact-with-area .contact-us-caption p {
    font-size: 25px;
    line-height: 35px;
}

.testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 20px;
    line-height: 30px;
}

.footer-area .footer-logo img {
    width: 50px;
    height: auto;
}