.elementor-12605 .elementor-element.elementor-element-e4d8287{margin-top:30px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-77505f3 *//*==================================================
POLYPROPYLENE PAGE CSS
Matches Multiverse Exim Theme
==================================================*/

/**********************
COMMON
**********************/

.section-padding{
    padding:100px 0;
}

.section-title{
    margin-bottom:50px;
}

.section-title h5{
    color:#79B900;
    font-size:16px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
    text-transform:uppercase;
}

.section-title h2{
    color:#0F2743;
    font-size:44px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.2;
}

.section-title p{
    color:#111111;
    font-size:17px;
    line-height:30px;
    max-width:760px;
    margin:auto;
}

/**********************
BUTTONS
**********************/

.theme-btn{
    display:inline-block;
    padding:16px 38px;
    background:#79B900;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

.theme-btn:hover{
    background:#0F2743;
    color:#fff;
}

.theme-btn-outline{
    display:inline-block;
    padding:16px 38px;
    border:2px solid #79B900;
    color:#79B900;
    border-radius:50px;
    text-decoration:none;
    margin-left:15px;
    font-weight:600;
    transition:.35s;
}

.theme-btn-outline:hover{
    background:#79B900;
    color:#fff;
}

/**********************
HERO
**********************/

.pp-hero{

    padding:170px 0 110px;

    background:url("../images/pp-banner.jpg") center center;

    background-size:cover;

    position:relative;

    overflow:hidden;

}

.pp-hero:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(15,39,67,.84);

}

.pp-hero .container{

    position:relative;

    z-index:2;

}

.hero-subtitle{

    display:inline-block;

    padding:8px 22px;

    background:#79B900;

    color:#fff;

    border-radius:40px;

    font-size:14px;

    font-weight:700;

    margin-bottom:25px;

    letter-spacing:1px;

}

.pp-hero h1{

    color:#fff;

    font-size:58px;

    line-height:1.15;

    font-weight:700;

    margin-bottom:25px;

}

.pp-hero p{

    color:#fff;

    font-size:18px;

    line-height:32px;

    margin-bottom:40px;

    max-width:650px;

}

.hero-image img{

    width:100%;

    animation:float 5s ease-in-out infinite;

}

.hero-btns{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}

/**********************
ABOUT
**********************/

.pp-about{

    background:#fff;

}

.about-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.pp-about p{

    color:#111111;

    font-size:17px;

    line-height:31px;

    margin-bottom:20px;

}

.pp-features{

    margin-top:35px;

}

.feature-item{

    display:flex;

    align-items:center;

    margin-bottom:18px;

}

.feature-item i{

    color:#79B900;

    font-size:18px;

    margin-right:14px;

}

.feature-item span{

    color:#111111;

    font-size:17px;

    font-weight:600;

}

/**********************
GRADES
**********************/

.pp-grades{

    padding:100px 0;

    background:#F8FCF5;

}

.grade-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

}

.grade-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.grade-card img{

    width:100%;

    height:230px;

    object-fit:cover;

}

.grade-content{

    padding:28px;

}

.grade-content h3{

    color:#0F2743;

    font-size:24px;

    margin-bottom:15px;

    font-weight:700;

}

.grade-content p{

    color:#111111;

    line-height:29px;

    margin:0;

}

/**********************
APPLICATIONS
**********************/

.pp-applications{

    padding:100px 0;

    background:#fff;

}

.application-card{

    text-align:center;

    background:#fff;

    padding:40px 30px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.35s;

    height:100%;

}

.application-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.10);

}

.application-icon{

    width:85px;

    height:85px;

    background:#79B900;

    border-radius:50%;

    margin:0 auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

}

.application-icon i{

    color:#fff;

    font-size:34px;

}

.application-card h3{

    color:#0F2743;

    font-size:24px;

    margin-bottom:18px;

    font-weight:700;

}

.application-card p{

    color:#111111;

    line-height:29px;

    margin:0;

}

/**********************
CTA
**********************/

.pp-cta{

    padding:90px 0;

    background:url("../images/cta-world-map.jpg") center center;

    background-size:cover;

    position:relative;

}

.pp-cta:before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(15,39,67,.92);

}

.pp-cta .container{

    position:relative;

    z-index:2;

}

.cta-subtitle{

    color:#79B900;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    display:block;

    margin-bottom:18px;

}

.pp-cta h2{

    color:#fff;

    font-size:46px;

    line-height:1.2;

    font-weight:700;

    margin-bottom:20px;

}

.pp-cta p{

    color:#fff;

    font-size:17px;

    line-height:31px;

    margin:0;

}

/**********************
FLOAT
**********************/

@keyframes float{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0);
    }

}

/**********************
RESPONSIVE
**********************/

@media(max-width:991px){

    .pp-hero{

        padding:140px 0 90px;

        text-align:center;

    }

    .pp-hero h1{

        font-size:44px;

    }

    .hero-image{

        margin-top:50px;

    }

    .hero-btns{

        justify-content:center;

    }

    .about-image{

        margin-bottom:40px;

    }

    .pp-cta{

        text-align:center;

    }

    .pp-cta .theme-btn{

        margin-top:35px;

    }

}

@media(max-width:767px){

    .section-title h2{

        font-size:34px;

    }

    .pp-hero h1{

        font-size:34px;

    }

    .pp-hero p{

        font-size:16px;

        line-height:28px;

    }

    .theme-btn,

    .theme-btn-outline{

        width:100%;

        text-align:center;

        margin-left:0;

    }

    .hero-btns{

        flex-direction:column;

    }

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-e4d8287 *//* Polypropylene About section description color */
.pp-about p{
    color:#555555 !important;
}
/* Polypropylene Grades section description color */
.pp-grades .section-title p,
.pp-grades .grade-content p{
    color:#555555 !important;
}
/* Polypropylene Applications section description color */
.pp-applications .section-title p,
.pp-applications .application-card p{
    color:#555555 !important;
}/* End custom CSS */