/* Parallax block start */

#pstparallaxcmsblock {
    margin-bottom: 100px;
}
.parallax-wrapper {
    padding: 129px 150px;
    text-align: center;
    color: #ffffff;
}
.parallax-text .text1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.parallax-wrapper .btn {
    color: #ffffff;
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    background-color: #e31e24;
    font-weight: 400;
}
.parallax-wrapper .btn:hover {
    background-color: #000000;
}
.parallax-text .text2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 30px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#pstparallaxcmsblock:hover .text2 {
    text-shadow: 1px 5px 10px rgb(0, 0, 0);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.parallax-text .text3 {
    margin-bottom: 70px;
}
@media (max-width: 991px) {
    #pstparallaxcmsblock {
        margin-bottom: 50px;
    }
    .parallax-wrapper {
        padding: 129px 50px;
    }
    .parallax-text .text2 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .parallax-text .text2 {
        font-size: 30px;
        line-height: 30px;
    }
    .parallax-wrapper {
        padding: 50px 0;
    }
}
@media (max-width: 479px) {
    .parallax-text .text2 {
        font-size: 24px;
        line-height: 24px;
    }
}