/* .slider_a-green-vision {
    background: url(../img/tenka-in-the-world.png);
} */
.slider_about_text {
    position: relative;
    position: absolute;
    top: 40%;
    right: 0;
}
.slider_about .container {
    position: relative;
}
.slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-right: 60px;
    position: relative;
    text-align: right;
}
.slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    right: -60px;
    top: 10px;
    bottom: 0;
}
.slider_about_text p {
    color: #fff;
    width: 60%;
    line-height: 1.5;
    font-size: 42px;
    float: right;
    text-align: right;
}
.slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
}
.slider_about_text p b {
    color: #e5b73b;
}
.slider_about.slider_a-green-vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
}
.videoembed {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
@media screen and (max-width: 1199px) {
    .slider_about_text p {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    .slider_about_text {
        top: 60%;
    }
}
@media screen and (min-width: 575px) {
    .rayzon-solar-pc {
        display: block;
    }
    .rayzon-solar-media {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .slider_about_text p {
        width: 100%;
        font-size: 24px;
    }
    .slider_about_text {
        top: 30%;
        right: 20px;
    }
    .rayzon-solar-pc {
        display: none;
    }
    .rayzon-solar-media {
        display: block;
    }
}
/* ------- Banner --------*/
.intro-default-banner {
    background: #f8f9fa;
    margin-top: -12px;
}
.intro-default-banner-image img {
    max-width: 400px;
}
.intro-default-banner-text {
    width: 70%;
    margin: 90px 0;
    text-align: left;
    float: right;
}
.intro-default-banner-text h1 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    padding: 0;
    text-align: left;
    color: #095763;
}
.intro-default-banner-text p {
    font-size: 22px;
    max-width: 700px;
    font-weight: 400;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    .intro-default-banner-text {
        width: 100%;
    }
    .intro-default-banner-text p {
        font-size: 18px;
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .intro-default-banner-text {
        margin: 50px 0 40px;
    }
}
/* ------ We Are Rayzon Solar ------ */
.we_are_rayzon_solar {
    margin: 80px 0;
}
.we_are_rayzon_solar_text h2 {
    color: #095763;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.we_are_rayzon_solar_text h2 span {
    color: #e5b73b;
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
}
.we_are_rayzon_solar_text ul {
    list-style: none;
    padding: 0;
}
.we_are_rayzon_solar_text p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.we_are_rayzon_solar_image img {
    max-width: 300px;
}
@media screen and (max-width: 991px) {
    .we_are_rayzon_solar_text h2 {
        font-size: 28px;
    }
    .we_are_rayzon_solar_text h2 span {
        font-size: 18px;
    }
    .we_are_rayzon_solar {
        margin: 40px 0;
    }
}
/* ----- Offices ----- */
.Offices {
    padding: 80px 0;
}
.offices_img img {
    border-radius: 0 50px 0 0;
}
.offices_text {
    margin-top: 15px;
}
.offices_text h3 {
    color: #183a62;
}
.offices_text p {
    line-height: 1.8;
}
.Offices .owl-nav .owl-prev, .Offices .owl-nav .owl-next {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 1;
    border-radius: 8px;
    top: 38%;
}
/* ----- Tenka In The World Service ----- */
.tenka-in-the-world_service_col {
    width: 33.33%;
    margin: 0 10px;
}
.tenka-in-the-world_service_col .card {
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 50px;
    height: 100%;
    margin: auto;
    max-width: 300px;
    padding: 10% 12%;
    box-shadow: 0 2px 8px 0 rgba(99,99,99,.2);
    text-align: center;
}
.tenka-in-the-world_service_col_img img {
    max-width: 40%;
}
.tenka-in-the-world_service_col_text h2 {
    font-weight: 700;
    margin-top: 10px;
    color: #095763;
}
.a-green-vision_img {
    text-align: right;
    margin-bottom: 80px;
    position: relative;
    margin-top: -120px;
    z-index: -1;
}
.a-green-vision_img:before {
    content: '';
    background: url(../img/circle-element.b82b09.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 420px;
    left: 10%;
    position: absolute;
    top: -60px;
    width: 450px;
    z-index: -1;
    animation: rotation 5s infinite linear;
}
.a-green-vision_img img {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    height: 600px;
    min-width: 80%;
    object-fit: cover;
    object-position: center;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@media screen and (max-width: 991px) {
    .tenka-in-the-world_service_col_text h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .tenka-in-the-world_service_col .card {
        padding: 10% 5%;
    }
    .tenka-in-the-world_service_col_img img {
        font-size: 35%;
    }
    .tenka-in-the-world_service_col_text h2 {
        font-size: 20px;
    }
    .tenka-in-the-world_service_col_text span {
        font-size: 12px;
    }
    .a-green-vision_img-after {
        margin-top: 50px;
    }
    .a-green-vision_img {
        margin-top: 0;
        padding: 30px;
    }
    .a-green-vision_img img {
        border-radius: 50px 0 50px 0;
        height: auto;
        min-width: auto;
    }
    .a-green-vision_img:before {
        height: 240px;
        width: 240px;
    }
}
@media screen and (max-width: 575px) {
    .tenka-in-the-world_service {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-auto-rows: minmax(100px, auto);
    }
    .tenka-in-the-world_service_col {
        width: auto;
    }
}
/* ----- management team ----- */
.management {
    margin: 180px 0 100px;
}
.management-team-box {
    width: 20%;
    text-align: center;
    position: relative;
    margin: auto;
}
.management-team-box:before {
    content: '';
    width: 230px;
    height: 200px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition: all 0.5s;
    top: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.management-team-box:hover:before {
    background: #00505c;
}
.management-team-text {
    padding: 50px 0px;
    width: 230px;
    height: 200px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}
.management-team-text h2 {
    font-size: 24px;
    color: #000;
}
.management-team-box:hover .management-team-text h2 {
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .management-team-box:before {
        width: 180px;
        height: 150px;
    }
    .management-team-text {
        width: 180px;
        height: 160px;
    }
    .management-team-text h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .management-team {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        grid-auto-rows: minmax(100px, auto);
    }
    .management-team-box {
        width: auto;
    }
    .management {
        margin: 0 0 50px;
    }
}
@media screen and (max-width: 767px) {
    .management-team {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 575px) {
    .management-team-text h2 {
        font-style: 18px;
    }
    .management-team-text {
        width: 165px;
        height: 135px;
    }
    .management-team-box:before {
        width: 165px;
        height: 135px;
    }
}
/* ------------ we-are-rayzon-solar-video --------------- */
.companies-rayzonsolar {
    margin-bottom: 100px;
}
.companies-rayzonsolar #mainHeaderVideo {
    width: 100%;
}

.rayzon-video {
    margin-bottom: 80px;
}
.video-container {
    text-align: center;
}
.video-container video#scrollVideo {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    width: 90%;
    z-index: 0;
}
@media screen and (max-width: 1360px) {
    .video-container video#scrollVideo {
        height: auto;
    }
}
@media screen and (max-width: 991px) {
    .rayzon-video {
        margin-bottom: 40px;
    }
}
/* -------------- work-at-rayzon-solar -------------- */
.work-at-rayzon-solar {
    margin-bottom: 80px;
}
.work-at-rayzon-solar-about-text span {
    color: #e5b73b;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
}
.work-at-rayzon-solar-about-text h2 {
    font-weight: 700;
    line-height: 1.5;
    color: #095763;
}
.work-at-rayzon-solar-about-text p {
    color: #222;
    font-weight: 400;
    line-height: 2em;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}
.work-at-rayzon-solar-about-image img {
    border-radius: 60px 0 60px 0;
}
@media screen and (max-width: 991px) {
    .work-at-rayzon-solar-about-text span {
        font-size: 16px;
    }
    .work-at-rayzon-solar-about-text h2 {
        font-size: 20px;
    }
    .work-at-rayzon-solar-about-text p {
        font-size: 14px;
    }
}