:root {
    --tp-theme-1: #1fb714;
}
.tp-header-logo a img {
    padding: 10px 0;
    max-height: 70px;
}
.tp-slider-3-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tp-team-item{
    flex-direction: column;
}
.tp-team-style-3 .tp-team-big-text {
    top: 45%;
}
.tp-product-2-style-3 .tp-product-2-content {
    border-bottom: 5px solid var(--tp-theme-1);
    height: 120px;
}
.tp-hero-2-funfact h5 span, h6.tp-funfact-number span{
    font-size: 2rem;
    padding-left: 5px;
}
.tp-funfact-item {
    width: 217px;
}
.tp-brand-item img {
    height: 60px;
}
.swiper-slide {
    /*height: 55px;*/
}
.breadcrumb__height {
    background-position: center;
}
.tp-slider-3-overlay::after {
    background-color: rgba(0, 0, 0, 0.3);
}


/* CTA */
.cta-area5 {
    padding: 173.5px 0;
    background-attachment: fixed;
    background-position: right;
    position: relative;
}
.cta-title-area {
    padding-right: 70px;
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-area {
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 9;
}
.cta-area5:after {
    content: '';
    position: absolute;
    background: -webkit-linear-gradient(315deg, rgba(104, 77, 244, 0) -24.45%, rgb(35,31,32) 165.8%);
    background: linear-gradient(135deg, rgba(104, 77, 244, 0) -24.45%, rgb(35,31,32) 165.8%);
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.tp-header-2-area {
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.breadcrumb__pt {
    padding-top: 100px;
}
.tp-slider-3-title{
    font-size: 80px;
    line-height: 1;
}
.tp-slider-3-content p{
    font-size: 1.4rem;
}

.tp-slider-3-height .tp-hero-2-funfact h5 {
    margin-bottom: 0;
    line-height: 1;
}
@media (max-width: 767px) {
    .tp-slider-3-title {
        font-size: 50px;
        text-align: center;
    }
    .tp-header-logo a img {
        padding: 0 0 0 15px !important;
        min-width: 235px !important;
    }
    .tp-brand-wrappe{
        flex-direction: column!important
    }
    .row-gap-3 {
        row-gap: 1rem!important;
    }
    .tpoffcanvas__close-btn button {
        right: 10px;
        top: 5px;
    }
    .cta-title-area {
        padding-right: 15px;
    }
    .th-container5{
        background: rgba(0,0,0,.7);
        padding: 30px 8px;
    }
}