#portfolio-tabs.section {
    padding: 40px 52px;
}
#portfolio-tabs.section ul li {
    /*padding: 40px 32px;*/
}
#portfolio-tabs .vc_tta-panels {
    background-color: transparent;
    border: none;
}

@media screen and (min-width: 768px) {
    #portfolio-tabs .vc_tta-panels .vc_tta-panel.portfolio-tab  {
        opacity: 0;
        transition: opacity 1000ms ease-in-out;
    }
    #portfolio-tabs .vc_tta-panels .vc_tta-panel.portfolio-tab.vc_active  {
        opacity: 1;
    }
}

#portfolio-tabs .vc_tta-panel-body {
    overflow: visible !important;
    height: auto !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

#portfolio-tabs.section .slick-slide {
    padding-right: 12px;
}
#portfolio-tabs.section h3 {
    text-transform: uppercase;
    padding-bottom: 12px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.vc_tta-panel-title a span.vc_tta-title-text {
    border: none !important;
    background-color: transparent !important;
    font-family: "Roboto Bold";
    font-size: 26px;
    line-height: 27px;
    color: #000000 !important;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    border: none !important;
    background-color: transparent;
    font-family: "Roboto Bold";
    font-size: 26px;
    line-height: 27px;
    color: #AD2E24 !important;
}
.vc_tta.vc_general .vc_tta-tab.vc_active>a {

}

/***** Mobile Tabs *****/
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: none;
    background-color: transparent !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a span.vc_tta-title-text {
    color: #AD2E24 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a span.vc_tta-title-text:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    background: transparent url("../icons/ArrowUpBlack.svg") 50%/cover no-repeat;
    margin-left: 16px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a span.vc_tta-title-text:after {
    transform: rotate(90deg);
    background: transparent url("../icons/ArrowUp.svg") 50%/cover no-repeat;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border: none !important;
    background-color: #FFFFFF !important;
    padding: 80px 15px;
}

.portfolio-project {
    border-bottom: 1px solid #848484;
    margin-bottom: 60px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    overflow: hidden;
}
.portfolio-project:last-of-type {
    border-bottom: none;
}
.portfolio-project > .wpb_column:nth-of-type(1) {
    display: flex;
    align-items: flex-end;
    position: absolute;
    background: #FFFFFF;
    z-index: 2;

    max-width: 292px;
    min-height: 270px;
}
.portfolio-project > .wpb_column:nth-of-type(2) {
    width: 100%;
}
.portfolio-project > .wpb_column:nth-of-type(2) .slick-slider {
    width: 100%;
    padding-left: 300px;
    /*background-color: lightcoral;*/
}
.portfolio-project > .wpb_column:nth-of-type(2) .ult-carousel-wrapper.portfolio-examples {
    margin-top: 40px;
    margin-bottom: 0 !important;
}


.portfolio-project .uvc-main-heading h3 {
    font-family: "Roboto Medium";
    font-size: 20px;
    line-height: 18px;
    color: #000000;
    width: 100%;
}
.portfolio-project h5 {
    font-family: "Inter Light";
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.portfolio-project button.slick-prev.slick-arrow {
    transform: rotate(180deg);

    top: -24px;
    left: calc(100% - 60px) !important;
    /*left: calc(50% - 120px) !important;*/
    /*background-image: url("../icons/ArrowUpWhite.svg");*/
    background-repeat: no-repeat;
}
.portfolio-project button.slick-next.slick-arrow {
    top: -24px;
    left: calc(100% - 24px) !important;

    /*background-image: url("../icons/ArrowUpWhite.svg");*/
    background-repeat: no-repeat;
}

.portfolio-project button:active {
    background: transparent url("../icons/ArrowUp.svg") no-repeat !important;
}

/*button.slick-next.slick-arrow {*/
/*    background: transparent url("icons/ArrowUp.svg") 50%/cover no-repeat;*/
/*    */
/*}*/
/*button.slick-prev.slick-arrow {*/
/*    background: transparent url("icons/ArrowUp.svg") 50%/cover no-repeat;*/
/*    transform: rotate(180deg);*/

/*    top: -20px;*/
/*    left: calc(100% - 80px) !important;*/
/*}*/

@media screen and (max-width: 1440px) {
    .portfolio-project > .wpb_column:nth-of-type(1) {
        max-width: 240px;
    }
    .portfolio-project > .wpb_column:nth-of-type(2) .slick-slider {
        padding-left: 242px;
    }
    .portfolio-project .uvc-main-heading h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .portfolio-project h5 {
        font-size: 14px;
        line-height: 21px;
    }

    #portfolio-tabs.section .slick-initialized .slick-slide {
        margin-right: 4px;
        margin-left: 4px;
    }

    @media screen and (max-width: 1280px) {
        .portfolio-project {
            flex-direction: column;
        }
        .portfolio-project > .wpb_column:nth-of-type(1) {
            position:relative;
            background: #FFFFFF;
            z-index: 2;
            width: 100%;
            max-width: unset;
            min-height: unset;
        }
        .portfolio-project > .wpb_column:nth-of-type(2) {
            width: 100%;
        }
        .portfolio-project > .wpb_column:nth-of-type(2) .slick-slider {
            padding-left: 0;
        }

        @media screen and (max-width: 767px) {
            #portfolio-tabs.section {
                padding: 40px 0 !important;
            }
            #portfolio-tabs.section .wpb_single_image .vc_figure,
            #portfolio-tabs.section .wpb_single_image .vc_single_image-wrapper,
            #portfolio-tabs.section .slick-slide img {
                width: 100%;
            }

        }
    }
}

/**** Image Placeholder ****/
.vc_row.wpb_row.vc_inner.vc_row-fluid.portfolio-project > .vc_col-sm-3 .wpb_single_image .vc_single_image-wrapper {
    max-width: 130px;
}



/********* Initial Hidden Content ***********/
@media screen and (min-width: 768px) {
    .portfolio-tab {
        max-height: 1660px;
        overflow-y: hidden;
    }
}
#portfolio-tabs {
    position: relative;
}
#see-more {
    position: relative;
}
#see-more.hidden {
    display: none;
}

#see-more:before {
    display: block;
    content: '';
    width: 100%;
    height: 200px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 1));
    position: absolute;
    top: -210px;
    left: 0;
}
#see-more button {
    font-size: 26px;
    line-height: 27px;
}
#see-more .red-btn button:after {
    width: 20px;
    height: 20px;
    margin-left: 14px;
    transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
    #see-more {
        display: none;
    }
}