body{
    position: relative !important;
}
.hide{
    display: none;
}
/* row meterial css */
.raw-m-div {
    height: 15%;
    display: flex;
    -webkit-display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.raw-m-div h1 {
    font-family: 'Poppins', sans-serif;
}
.raw-m-div p {
    font-family: 'Poppins', sans-serif;
    margin-top: 1.2rem;
    font-size: 20px;
    color: #000 !important;
    font-weight: 300;
}
.row-mat-div2{
    height: 75%;
    overflow: hidden;
    z-index: 10;
}
.raw-mt-img-bg-box{
    display: flex;
    -webkit-display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}
.raw-img-box{
    /* padding: 10px 15px; */
    flex-grow: 1;
    width: 50%;
    cursor: pointer;
  
    border-radius: 30px;
    margin: 25px;
    position: relative;
    transition-duration: 2s, 2s;
transition-timing-function: ease, cubic-bezier(.08,.82,.17,1);
transition-delay: 0s, 1s;
}
.raw-img-box .raw-bg-img{
    width: 100%;
    border-radius: 25px;
    box-shadow: -1px 6px 10px 1px #00000070;
}
.raw-mat-name{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 25px;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 7px;
    color: #000 !important;
    transition-duration: 2s, 2s;
    transition-timing-function: ease, cubic-bezier(.08,.82,.17,1);
    transition-delay: 0s, 1s;
}
.raw-img-box .raw-bg-img:hover{
    filter: blur(4px);
    transition: 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}
.overaly-raw{
    position: absolute;
    top: 35%;
    left: 39%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition-duration: 2s, 2s;
    transition-timing-function: ease, cubic-bezier(.08,.82,.17,1);
    transition-delay: 0s, 1s;
}
.raw-img-box:hover .overaly-raw{
    opacity: 1;
}
.overaly-raw:hover .raw-bg-img{
    filter: blur(4px);
    transition: 0.5s ease-in-out;
}
.raw-filter-img:hover > img {
    filter: blur(4px);
}

.raw-img-box:hover .raw-mat-name::before {
    color: green;
    background-color: #0a794a;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    width: 13%;
    margin: auto;
        margin-top: auto;
    text-align: center;
    bottom: 0;
    margin-top: 10px;
}
.overaly-raw .raw-icon{
    width: 65px;
    border: unset;
    box-shadow: unset; 
}
.overaly-raw p{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.raw-img-box:hover .raw-mat-name::before{
    background-color: #0a794a;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    width: 13%;
    margin: auto;
    text-align: center;
    bottom: 0;
    margin-top: 10px;
}
.raw-mat-name:hover{
    text-decoration: none;
}

.raw-linkicon-div{
    height: 15%;
    display: flex;
    -webkit-display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main-icon-row{
    width: 100%;
    display: flex;
}
.footer-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home_btn a{
    border: 8px solid #c1eedb;
    background: #0a794a;
    border-radius: 43px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.home_btn a img{
    width: 20px;
    height: auto;
}
/* csr page css */
.video-area-box{
    padding-top: 50px;
    padding-bottom: 50px;
}
.scr-heading{
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    text-align: center;
}
.csr-sub-heading{
    font-family: 'Poppins', sans-serif;
    margin-top: 1.2rem;
    font-size: 20px;
    color: #000 !important;
    font-weight: 300;
    text-align: center;
}
.img-video-bg1{
    width: 100%;
    border-radius: 35px;
}
.img-video-sm1 {
    width: 100%;
    border-radius: 25px;
}
.video-bg-section{
    position: relative;
    padding-top: 25px;
    padding-bottom: 50px;
}
.video-icon-1-div{
    position: absolute;
    left: 46%;
    top: 80%;
}
.video-icon-1-div i{
    font-size: 40px;
    color: #fff;
    margin-left: 4px;
}
.video-icon-2-div{
    position: absolute;
    left: 41%;
    top: 25%;
}
.video-icon-2-div i{
    font-size: 40px;
    color: #fff;
    margin-left: 4px;
}
.video-i-div-sm{
    background: #0a794a;
    border-radius: 45px;
    text-align: center;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-i-div-bg{
    background: #0a794aa6;
    padding: 9px 9px;
    border-radius: 47px;
}

.video-bg-img-content1{
    position: absolute;
    left: 10%;
    top: 50%;
}
.video-bg-img-content1 h2{
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}
.video-bg-img-content1 p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.video-2-div-des{
    padding: 10px;
}
.video-2-div-des h3{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
}
.video-2-div-des p{
    font-family: 'Poppins', sans-serif;
    color: gray;
    letter-spacing: 0.5px;
}
a:hover {
    color: unset !important;
    text-decoration: unset !important;
}


/* virtual factry tour css */
.v-fact-main-box{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: end;
    align-items: center;
}
.v-fact-sub-box{
    width: 90vw;
    padding: 0px 50px;
    margin: auto;
}
.v-fact-sect3{
    height: 15%;
}
.v-fact-sect1 h2{
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 2.5rem;
}
.v-fact-sect1 p{
    font-family: 'Poppins', sans-serif;
    margin-top: 1.2rem;
    font-size: 20px;
    color: #000 !important;
    font-weight: 300;
    text-align: center;
}

.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.ariel_singleBox{
    position: relative;
}
.factory_ariel_view .top_flex{
    display: flex;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}
.factory_ariel_view .top_flex > div{
    height: 100%;
}
.second_flex{
    padding: 0;
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.third-flex{
    padding: 0;
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}
.third-flex .ariel_singleBox{
    padding: 0;
}

.box-img-pelle{
    height: 200px;
}
.box-img-impre, .box-img-wash{
    height: 100px;
}

.box-img-acti{
    height: 251px;
}
.box-img-pack{
    height: 461px;
    width: auto;
}

.ariel_singleBox .overly{
    position: absolute;    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
    /* z-index: 2; */
}
.ariel_singleBox .overly:hover{
    background: #0a794a78;
}

/* Delete */
.main-tour-box{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 100px;
}
.main-tour-box > div{
    cursor: pointer;
}
.one-box-vt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: absolute;
    left: 13%;
}
.second-box-vt{
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 13%;
}
.third-box-vt{
    position: absolute;
    left: 18%;
    margin-top: 28%;
}
.fourth-box-vt{
    position: absolute;
    right: 11px;
    top: 45%;
}
.fifth-box-div{
    position: absolute;
    top: 0;
    margin-top: 57%;
    left: 5%;
}
.one-box-vt .pell-img{
    width: 103.1%;
}
.one-box-vt .imp-img{
    width: 50%;
}
.one-box-vt .wash-img{
    width: 50%;
}
.second-box-vt img{
    width: 75%;
}
.third-box-vt img{
    width: 75%;
}
.fourth-box-vt img{
    width: 74%;
}
.mnbo .vr_overlay{
    position: absolute;
    top: 0;
    width: 31%;
    height: 100%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
}
.mnbo .vr_overlay p{
    color: transparent;
}

.mnbo .vr_overlay:hover{
    background: #0a794a78;

}
/* Delete End  */

.v-f-img img{
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
    width: 80%;
}
.v-f-img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.second-v-col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.second-v-col .content{
    width: 100%;
}
.second-v-col .content .city{
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s linear;
}
.second-v-col .content .city.active { 
    opacity: 1;
    visibility: visible;
    height: auto;
    cursor: pointer;
  }

.img-box-home-a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.video-icon-2-div-wel{
    position: absolute !important;
    left: 47% !important;
    top: 48% !important;
}
.w-mb-40{
    padding-bottom: 40px;
}

.t-ttl2{
    padding-left: 38px;
    padding-right: 0;
}




.slick-track{
    height: 350px;
}
.p1-slid .img-box{
    margin-top: 15px !important;
    margin-left: 10px;
    margin-right: 10px;
}
.abcgff:hover .raw-bg-img{
    opacity: 0.3;
}
.raw-bg-img{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
   
}
.raw-bg-img:hover{
    filter: blur(4px);
    transition: 0.5s ease-in-out;
}

.v-fact-main-box .v-fact-sect3{
    height: unset !important;
}

/* virtual factory page css */
@media (max-width: 1500px) { 
    .v-fact-sect2 {
        height: 75%;
    }
    .sub-icon-row-1 .sub-sub-row-i1 a img {
        width: 25px;
        height: auto;
        color: #0a794a;
    }
    .sub-icon-row-3 .sub-sub-row-i3 a img {
        width: 25px;
        height: auto;
        color: #0a794a;
    }
    .sub-icon-row-2 .sub-sub-row-i2 a img {
        width: 25px;
        height: auto;
        color: #0a794a;
    }
    .img_box h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 1rem;
        color: #061702;
        text-align: center;
        font-weight: 300;
        margin: 7% 0;
    }
    .v-fact-sect1 p {
        font-family: 'Poppins', sans-serif;
        margin-top: 0;
        font-size: 20px;
        color: #000 !important;
        font-weight: 300;
        text-align: center;
    }
    .third-div {
        display: flex;
        height: 65%;
        width: 100% !important;
        margin: auto;
        overflow: hidden;
        z-index: 10;
        /* padding: 100px; */
        padding-left: 300px !important;
        padding-right: 300px !important;
        justify-content: center;
        align-items: center;
    }
    .raw-m-div h1 {
        font-size: 2rem;
        font-family: 'Poppins', sans-serif;
    }
    .raw-m-div p {
        font-family: 'Poppins', sans-serif;
        margin-top: 0;
        font-size: 20px;
        color: #000 !important;
        font-weight: 300;
    }
    .raw-img-box .raw-bg-img {
        width: 80%;
        border-radius: 25px;
        box-shadow: -1px 6px 10px 1px #00000070;
        
        margin: auto;
    }
    .overaly-raw {
        position: absolute;
        top: 34%;
        left: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        opacity: 0;
        transition-duration: 2s, 2s;
        transition-timing-function: ease, cubic-bezier(.08,.82,.17,1);
        transition-delay: 0s, 1s;
    }
    .raw-img-box .raw-bg-img:hover {
        filter: blur(4px);
        transition: 0.5s ease-in-out;
        width: 80%;
        height: 100%;
    }
    .raw-mat-name {
        display: flex;
        justify-content: center;
        align-content: center;
        margin-top: 10px;
        font-size: 20px;
        color: #000;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 7px;
        color: #000 !important;
        transition-duration: 2s, 2s;
        transition-timing-function: ease, cubic-bezier(.08,.82,.17,1);
        transition-delay: 0s, 1s;
    }
    .row-mat-div2 {
        height: 70%;
        overflow: hidden;
        z-index: 10;
    }
    .raw-linkicon-div {
        height: 20%;
        display: flex;
        -webkit-display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .second-div {
        height: 15%;}
    .one-box-vt .pell-img {
        width: 103%;
    }
    .one-box-vt .imp-img {
        width: 50%;
    }
    .one-box-vt .wash-img {
        width: 50%;
    }
    .second-box-vt img {
        width: 50%;
    }
    .third-box-vt img {
        width: 50%;
    }
    .fourth-box-vt img {
        width: 48%;
    }
    .fifth-box-div .img-f1 img{
        width: 14%;
    }
    .img-f1:hover{
        text-decoration: none !important;
    }
    .fifth-box-div .img-f2 img{
        width: 18%;
    }
    .fifth-box-div .img-f3 img{
        width: 30%;
    }
   
    .a:hover {
        text-decoration: none !important;
    }
    .fourth-box-vt {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 14%;
        left: 74%;
    }

    .third-box-vt {
        position: absolute;
        left: 28%;
        margin-top: 26%;
    }
    .one-box-vt {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        position: absolute;
        left: 20%;
    }
    .third-box-vt {
        position: absolute;
        left: 28%;
        margin-top: 26%;
    }
    .fifth-box-div {
        position: absolute;
        top: 0;
        margin-top: 56%;
        left: 10%;
    }
    .mnbo .vr_overlay{
        position: absolute;
        top: 0;
        width: 31%;
        height: 100%;
    }
    .mnbo .vr_overlay p{
        color: transparent !important;
    }
    
    .mnbo .vr_overlay:hover{
        background: #0a794a78;
    
    }
    .mnbo .vr_overlay6 {
        position: absolute;
        top: 0;
        width: 50% !important;
        height: 100%;
    }
    .mnbo .vr_overlay5 {
        position: absolute;
        top: 0;
        width: 50% !important;
        height: 100%;
    }
    .mnbo .vr_overlay4 {
        position: absolute;
        top: 0;
        width: 51% !important;
        height: 100%;
    }
    .mnbo .vr_overlay7 {
        position: absolute;
        top: 0;
        width: 17% !important;
        height: 100%;
    }
    .mnbo .vr_overlay8 {
        position: absolute;
        top: 0;
        width: 18% !important;
        height: 100%;
        left: 18% !important;
    }
    .mnbo .vr_overlay9 {
        position: absolute;
        top: 0;
        width: 30% !important;
        height: 100%;
        left: 37% !important;
    }
    .img-f1 .vr_overlay7 {
        position: absolute;
        top: 6% !important;
        width:13% !important;
        height: 90% !important;
        transition-duration: 1s, 2s;
        transition-timing-function: ease, ease-out;
        transition-delay: 0s, 1s;
        left: 7% !important;
    }
    .img-f2 .vr_overlay8 {
        position: absolute;
        top: 4% !important;
    width: 16% !important;
    height: 92% !important;
    left: 23% !important;
        transition-duration: 1s, 2s;
        transition-timing-function: ease, ease-out;
        transition-delay: 0s, 1s;
    }
    .img-f3 .vr_overlay9 {
        position: absolute !important;
        top: 4% !important;
        width: 28% !important;
        height: 93% !important;
        left:42% !important;
        transition-duration: 1s, 2s !important;
        transition-timing-function: ease, ease-out !important;
        transition-delay: 0s, 1s !important;
    }
}

.modal-content{
    position: relative;
}
.closebtn{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    padding: 1px 8px;
    margin: 8px;
    color: #950505;
}

.mnbo .vr_overlay2{
    position: absolute ;
top: 0;
width: 35%;
height: 50%;
transition-duration: 1s, 2s;
transition-timing-function: ease, ease-out;
transition-delay: 0s, 1s;
}
.mnbo .vr_overlay2:hover{
    background: #0a794a78;
}
.mnbo .vr_overlay2 p{
    color: transparent !important;
}

.mnbo .vr_overlay3{
    position: absolute;
    top: 49%;
width: 35%;
height: 50%;
transition-duration: 1s, 2s;
transition-timing-function: ease, ease-out;
transition-delay: 0s, 1s;
}
.mnbo .vr_overlay3:hover{
    background: #0a794a78;
}
.mnbo .vr_overlay3 p{
    color: transparent !important;
}
.mnbo .vr_overlay4{
    position: absolute;
    top: 0;
    width: 73%;
    height: 100%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
}
.mnbo .vr_overlay4:hover{
    background: #0a794a78;
}
.mnbo .vr_overlay4 p{
    color: transparent !important;
}
.mnbo .vr_overlay5{
    position: absolute;
    top: 0;
    width: 75%;
    height: 100%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
}
.mnbo .vr_overlay5:hover{
    background: #0a794a78;
}
.mnbo .vr_overlay5 p{
    color: transparent !important;
}

.mnbo .vr_overlay6{
    position: absolute;
    top: 0;
    width: 75%;
    height: 100%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
}
.mnbo .vr_overlay6:hover{
    background: #0a794a78;
}
.mnbo .vr_overlay6 p{
    color: transparent !important;
}

.mnbo .vr_overlay7{
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
}
.mnbo .vr_overlay7:hover{
    background: #0a794a78;
}
.mnbo .vr_overlay7 p{
    color: transparent !important;
}

.mnbo .vr_overlay8{
    position: absolute;
    top: 0;
    width: 26%;
    height: 100%;
    left: 25%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
}
.mnbo .vr_overlay8:hover{
    background: #0a794a78;
}
.mnbo .vr_overlay8 p{
    color: transparent !important;
}

.mnbo .vr_overlay9 {
    /* position: absolute;
    top: 0;
    width: 47%;
    height: 100%;
    left: 53%;
    transition-duration: 1s, 2s;
transition-timing-function: ease, ease-out;
transition-delay: 0s, 1s; */
    position: absolute;
    top: 0;
    width: 31%;
    height: 100%;
    left: 40%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
}
.mnbo .vr_overlay9:hover{
    background: #0a794a78;
}
.mnbo .vr_overlay9 p{
    color: transparent !important;
}
.img-f3 img{
    width: 30%;
    padding-left: 10px;  
}
.img-f3 .vr_overlay9 {
    position: absolute ;
top: 4% ;
width: 29% ;
height: 93% ;
left: 40% ;
transition-duration: 1s, 2s ;
transition-timing-function: ease, ease-out ;
transition-delay: 0s, 1s ;
}
.img-f2  img{
    padding-left: 10px;
    width: 18%;
}
.img-f2 .vr_overlay8 {
    position: absolute;
    top: 5%;
    width: 16%;
    height: 90%;
    left: 22%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
}
.img-f1 img{
    width: 15.1%;
    margin-left: 30px;
}
.img-f1 .vr_overlay7{
    position: absolute;
    top: 7%;
    width: 15%;
    height: 90%;
    transition-duration: 1s, 2s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, 1s;
    left: 4%;
}

.raw-img-box .overaly-raw {
    display: flex;
}

.container-one{
    padding-left: 100px !important;
    padding-right: 100px !important;
    max-width: 100% !important;
}

/* Loading Icon */
fa-spinner.fa-spin{
    font-size: 50px !important;
    font-weight: 600 !important;
}
.fa-spinner::before {
    color: #0a794a3d !important;
}
.spinnerDesign.fa, .spinnerDesign.fas {
    font-weight: 600;
    font-size: 50px;
}

/* footer csss */
.footer-position {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 1px;
    z-index: 999999999999999;
}
.footer-position p{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin: 10px;
    color: rgb(0, 0, 0);
    font-weight: 300;
} 
.footer-position1{
    background: #000;
    /* border-radius: 5px; */
    z-index: 999999999999999;
}
.footer-position1 p{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin: 0;
    padding: 10px;
    color: #fff;
    text-align: center; 
}