.rs-degree.style1 .degree-wrap .content-part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    text-align: center;
    background: rgba(17, 41, 88, 0.9);
    border-radius: 3px;
    padding: 18px 35px 0;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
}
.rs-cta.style2 .partition-bg-wrap:before {
    background: url(../image/cc2.jpg);
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rs-cta.style2 .partition-bg-wrap:after {
    background: url(../image/cc1.jpg);
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.rs-slider.style1 .slider-content.slide2 {
    background: url(../image/slider/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area {
     justify-content: none;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex
;
    align-items: center;
    justify-content:none;
}