.theme-904 .wpo-cta-section,
.theme-904 .wpo-cta-section-s2,
.theme-904 .roses-bg {
    padding: 145px 0;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .theme-904 .wpo-cta-section,
    .theme-904 .wpo-cta-section-s2,
    .theme-904 .roses-bg {
        padding: 90px 0;
    }
}
.theme-904 .wpo-cta-section:before,
.theme-904 .wpo-cta-section-s2:before,
.theme-904 .roses-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00315f;
    content: "";
    opacity: 0.3;
    z-index: -1;
}
.theme-904 .wpo-cta-section .wpo-cta-item,
.theme-904 .wpo-cta-section-s2 .wpo-cta-item,
.theme-904 .roses-bg .wpo-cta-item {
    text-align: center;
}
.theme-904 .wpo-cta-section .wpo-cta-item h2,
.theme-904 .wpo-cta-section-s2 .wpo-cta-item h2,
.theme-904 .roses-bg .wpo-cta-item h2 {
    font-size: 75px;
    color: #fff;
    margin: 10px 0 30px;
}
@media (max-width: 991px) {
    .theme-904 .wpo-cta-section .wpo-cta-item h2,
    .theme-904 .wpo-cta-section-s2 .wpo-cta-item h2,
    .theme-904 .roses-bg .wpo-cta-item h2 {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .theme-904 .wpo-cta-section .wpo-cta-item h2,
    .theme-904 .wpo-cta-section-s2 .wpo-cta-item h2,
    .theme-904 .roses-bg .wpo-cta-item h2 {
        font-size: 40px;
    }
}
@media (max-width: 480px) {
    .theme-904 .wpo-cta-section .wpo-cta-item h2,
    .theme-904 .wpo-cta-section-s2 .wpo-cta-item h2,
    .theme-904 .roses-bg .wpo-cta-item h2 {
        font-size: 30px;
        margin: 10px 0 20px;
    }
}
.theme-904 .wpo-cta-section .wpo-cta-item span,
.theme-904 .wpo-cta-section-s2 .wpo-cta-item span,
.theme-904 .roses-bg .wpo-cta-item span {
    display: block;
    position: relative;
    left: -10px;
}
.theme-904 .roses-bg {
    background-repeat: no-repeat;
    background-position: center center;
}
.theme-904 .roses-bg .wpo-cta-item h2 {
    margin-bottom: 10px;
    margin-top: 0;
}
.theme-904 .roses-bg .wpo-cta-item p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .theme-904 .roses-bg .wpo-cta-item p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .theme-904 .roses-bg .wpo-cta-item p {
        font-size: 14px;
    }
}

.wpo-video-section-s2 a.video-btn{
    position: relative;
    display: block;
}
.wpo-video-section-s2 a.video-btn .flaticon-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    padding-left: 16px;
}
.wpo-video-section-s2 a.video-btn .flaticon-play::before{
    font-size: 35px !important;
}
