*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}
html {
  scroll-behavior: smooth;
  overflow-x:hidden;
}
a,h1,h2,h3,h4,h5,h6,li,p,ul,div{

    margin:0;

    padding:0;

}

a, a:hover{

    text-decoration:none;

}

li, li:hover{

    list-style:none;

}
:root{
    --main-color:#307BBF;
    --white: #ffffff;
    --theme-red: #C1262D;
}

@font-face {

  font-family: 'NON-Natural-Grotesk';

 /* src: url('https://bhtech.in/dhunseripolyfilms/assets/frontend/fonts/PPNeueMontreal-Medium.ttf'); */
	src: url('../fonts/NON-Natural-Grotesk-Medium.ttf');

}
body{
    font-family: 'NON-Natural-Grotesk';
}

@media (min-width: 1400px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

        max-width: 73%;

    }

}

@media (min-width: 1200px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {

        max-width: 73%;

    }

}

@media (min-width: 992px) {

    .container, .container-lg, .container-md, .container-sm {

        max-width: 73%;

    }

}

@media (min-width: 768px) {

    .container, .container-md, .container-sm {

        max-width: 73%;

    }

}

@media (min-width: 576px) {

    .container, .container-sm {

        max-width: 73%;

    }

}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{

    width:90%;

}

video.overview_video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    bottom: 0;
}
video.hero_main_video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
     overflow: hidden;
    bottom: 0;
    z-index: -1;
}
header {
    background-color: rgba(255, 255, 255, 0.9);
    position: sticky;
    width: 100%;
    z-index: 3;
    top: 0;
}
.header-logo{width: 20%;}
.header-logo a img{width: 100%;}
.contact button, .contact button:focus{
    border:none;
    box-shadow:none;
    outline:none;
}
/* .contact button, .offcanvas-body .contact a{
    background-color:var(--white);
    border-radius:5px;
    padding:5px 20px;
    font-size:18px;
    color:#3A3869;
    border:1px solid var(--white);
    transition:.5s ease-in-out;
}
.contact button:hover, .offcanvas-body .contact a:hover{
    background-color:transparent;
    border:1px solid var(--white);
    color:var(--white);
} */
.right-button{width: 5%;text-align: right;}
.right-button button{width: 60px;height: 60px;background-color: transparent;border: none;outline: none;}
.right-button button:focus{box-shadow: none;}
.right-button button img{width: 100%;}
.btn-close{background:url(../images/cross.svg);opacity: 1;width: 30px !important;height: 30px !important;background-size: cover;background-position: center;}
.offcanvas-header{justify-content: right;}
.offcanvas-header .btn-close{margin: 0;padding: 0;}
.offcanvas-header a{width: 45%;}
.offcanvas-header img{width: 100%;}
.offcanvas-body{overflow-x: hidden;overflow-y: auto;}
.nav-items ul{text-align: left;}
.nav-items{text-align: left;}
.nav-items li{font-size: 20px;color: #fff;padding: 10px 0;}
.nav-items li a{color: #fff;}
.dropdown-menu{position: unset;border: none;background-color: transparent;}
.dropdown-menu li{font-size: 18px;padding: 3px 0;}
.active-menu{color: #abd0f3 !important;}
.dropdown-item{padding: 0;display: inline;}
.dropdown-item:focus, .dropdown-item:hover{background-color: transparent;color: #fff;}
.dropdown-item.active, .dropdown-item:active{background-color: transparent;color: #fff;}
.dropdown-toggle::after{
    content: '\F4FE';
    font-family: 'bootstrap-icons';
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top: none;
    vertical-align: middle;
    line-height: 1;
}
.dropdown-toggle.show::after{
    content: '\F2EA';
    font-family: 'bootstrap-icons';
}
.offcanvas-end{border-left: none;}
.dropdown-toggle{display: flex;align-items: center;justify-content: space-between;}
.offcanvas{background-color: #3A3869;}
.offcanvas-body, .offcanvas-header{padding: 2rem 1rem 0 2rem;}
.dropdown-menu[data-bs-popper]{margin-top: 0;padding-left: 15px;}
.offcanvas-body .contact{text-align: left;margin: 30px 0;}

    /*index-page css*/
    .banner{
        background-color: #27272787;
        height:100vh;
        display:flex;
        align-items:center;
        background-size:cover;
        background-repeat:no-repeat;
        background-position: bottom;
        position: relative;
    }
    .welcome{
        font-size:32px;
        color:var(--white);
        font-weight: 300;
    }
    .banner-left{
        margin-top:50px;
    }
    .banner-left h1{
        font-size:6rem;
        color:var(--white);
    }
    .banner-left h1 span{
        font-size:35px;
        display:block;
        font-weight:300;
        padding-top: 10px;

    }

    .manufact{

        font-size:35px;
        line-height: 1.2;
        padding-top:30px;

        color:var(--white);

        font-weight:normal;
        font-weight: 400;

    }

    .learn{
        padding:7px 15px;
        font-size:18px;
        margin-top:50px;
        border:none;
        outline:none;
        border-radius:5px;
        background-color:var(--main-color);
        color:var(--white);
        width: 143px;
        text-align: center;
        line-height: normal;

    }
    .learn:hover{color: var(--white);}

    .about{
        padding:100px 0;
        position:relative;
        background-image:url(../images/background_grediend.webp);
        background-repeat:no-repeat;
        background-size:cover;
    }
    .about-main{
        background-color: #5e5b9317;
        overflow: hidden;
    }
    .background{
        width: 100%;
        position: absolute;
        bottom: -50rem;
        right: -10rem;
    }
    .about-main .container{
        position: relative;
    }

    .about-cont{

        display:flex;

        flex-wrap:wrap;

        gap:30px 0;

    }

    .about-left{

        width:30%;

    }

    .about-right{

        width:70%;

    }

    .blank-space{

        width:30%;

    }

    .about-img{
        width:70%;
        border-radius: 30px;
        height: 100%;
    }

    .about-left p{

        font-size:35px;

        color:var(--theme-red);

        padding-bottom:40px;

    }

    .about-left h2{
        font-size:40px;
        color:var(--main-color);

        line-height:normal;
        padding-bottom:15px;
        line-height: 1;
    }

    .about-right p{

        font-size:20px;

        text-align:justify;
        color: #000;

    }

    .about-img img{

        width:100%;

        border-radius: 20px;

    }
    .about-img video{
        border-radius: 30px;
    }
    .vission-main{
        background-size:cover;
        background-repeat:no-repeat;
        position:relative;
        padding:100px 0;
        background-attachment:fixed;
    }

    .vission-overlay{
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:0;
        background-color:#3a3869d1
    }

    .vission-main .col-12, .overview .col-12{
        position:relative;
    }

    .vission-title h2, .vission-title p{
        color:var(--white);
    }

    .vission-title h2{
        padding-bottom:25px;
        line-height: 1;
    }

    .vission-title{
        width:100%;
    }

    .vission-cont{
        padding-top:20px;
    }

    .vission-cont p{

        font-size:20.3px;

        color:var(--white);

        text-align:justify;
    }
    .grid-flex{position: relative;margin-top: 10px;}

    .bottom-grid{
        display:flex;
        align-items:center;
        justify-content:center;
        margin-top:30px;
        flex-wrap: wrap;

    }
    .news-bottom-grid{
        display:flex;
        align-items:center;
        margin-top:100px;
        flex-wrap: wrap;
    }

    .vission{
        width: 32%;
        background-color: #E6E5FF;
        padding: 25px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .grid_icon{
        height:80px;
    }

    .grid_icon img{
        height:100%;
    }

    .grid-name{
        font-size:32px;
        color:#3A3869;
        padding-bottom:10px;
        text-align:center;
    }

    .about-icon{
        font-size:20px;
        padding-top: 5px;
    }

    .cutting-edge{
        padding:100px 0;
    }

    .cutting-edge-title{
        width:100%;
    }
    .cutting-edge-title h2{padding-bottom: 20px;}

    .cutting-edge-title h2{
        color:#3A3869;
    }

    .edge-contain{
        width:48%;
        padding-right: 20px;
    }
    .edge-contain2{padding-right: 0 !important;}
    .edge-contain .learn{margin-top: 0px;}
    .edge-contain .our-cert{
        width: 190px;
    }
    .edge_cont-img{
        margin-bottom:30px;
        height:380px;
    }
    
    .edge_cont-img img{
        width:100%;
        height:100%;
        border-radius:20px;
        object-fit:cover

    }
    .product-section{
        background-color: #5e5b9317;
        background-image: none;
    }
    .news-section{
        background-image: none;
    }
    .edge_cont-title{
        font-size:32px;
        color:var(--theme-red);
        padding-bottom:0px;

    }

    .edge_cont-about{
        height:140px;
    }

    .edge_cont-about p{
        font-size:20px;
        line-height: 1.3;
        margin:20px 0;
        text-align:justify;
    }

    .overview{

        padding: 100px 0;

        /* background-image: url('https://bhtech.in/dhunseripolyfilms/assets/frontend/images/home/capacity-banner copy.webp'); */

        position:relative;
        background-position: center;

    }

    .overview-list{

        display: flex;

        align-items: center;

        justify-content: center;

        flex-wrap:wrap;

        margin-top:50px;

    }

    .project{

        display: flex;

        align-items: center;

        width: 32%;

        justify-content: center;

        gap: 30px;

    }

    .project .pr-img{

        width:30%;

    }

    .pr-img img{

        width: 100%;

        height:95px;

    }

    .project .pr-cont{

        width: 70%;

        color: var(--white);

        font-size: 20px;

        padding-left: 0px;

    }

    .pr-cont span{

        font-size: 32px;

        color:#5CA0DE;

    }

    .read_more{
        color:var(--main-color);
        font-size:20px;
        padding:7px 20px;
        color:#fff;
        background-color:#307BBF;
        float:unset;
        border-radius:4px;
        margin-top:30px;
    }
    .read_more:hover{color: var(--white);}
    .news_section-title .read_more{
        font-size:18px;
        padding:7px 20px;
        color:#fff;
        background-color:#307BBF;
        float:unset;
        border-radius:4px;
        margin-top:30px;
        line-height: normal;
    }
    .news_section-title .read_more:hover{color:#fff;}
    .news_section-title{

        width:100%;

        display:flex;

        align-items:center;

        justify-content:space-between;

    }

    .news{
        width: 100%;
        background-color:transparent;

        position:relative;

        padding:0;

        border-radius:20px;

        overflow:hidden;

    }

    .news img{

        width:100%;

        height:100%;

        object-fit:cover;

        border-radius:20px;

    }

    .news-overlay{

        border-radius:20px;

        background: #3A3869;

        background: linear-gradient(140deg, rgb(58 56 105 / 29%), rgb(58 56 105 / 49%), rgb(58 56 105 / 71%));

        position:absolute;

        width:100%;

        height:100%;

        top:0;

        left:0;

        transition:.5s;

        padding:30px;

    }

    .news-title{
        position:absolute;
        left:0px;
        bottom:30px;
        font-size:28px;
        color:var(--white);
        transform: translate(0px, 0px);
        transition:.5s;
        font-weight: 400;
        padding: 0 20px;
    }

    .news-cont h4{
        font-size:22px;
        color:var(--white);
        font-weight: 400;
    }

    .news-cont p{
        font-size:20px;
        line-height:normal;
        color:var(--white);
        padding:15px 0;
        font-weight: 300;
    }
    .news-cont2 {position: absolute;bottom: 0;padding:20px;left: 0;}
    .news-cont2 .news-title{font-size:22px;
        color:var(--white);
        padding: 0;
        transition:.5s;
        font-weight: 400;
        position: unset;
    }
    .news-date h5{
        font-size:18px;
        font-weight: 400;
        color:var(--white);
    }
    .news-date{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-top: 10px;
    }

    .news-date img{
        width:26px !important;
    }

    /* .news:hover .news-overlay{
        background-color:#3A3869;
    } */
    .news-cont{
        position:absolute;
        bottom:0rem;
        width:100%;
        transition:.7s;
        left:0px;
        padding:30px;
    }
    .news:hover .news-cont{
        bottom:0px;
    }
    /* .news:hover .news-title{
        transform: translate(0px, 12rem);
    } */
    .product-title{
        display:flex;
        align-items:center;
        justify-content:space-between;
        width:100%;
    }
    .productSlider{
        margin-top:50px;
    }
    .product_1{
        border-radius:20px;
        transition: .5s ease-in-out;
    }
    .product_1_cont{
        display: none;
        transition: .5s ease-in-out;
        font-size: 19px;
        color: var(--white);
        text-align: justify;
    }
                   
    .product_1 .news-title{
        left:0;
        text-align:center;
        width:100%;
        font-weight:400
    }
    /* .product_1:hover .news-title{
        opacity: 0;
    }
    .product_1:hover .news-overlay{
        background-color:#3A3869;
    }
    .product_1:hover .product_1_cont{
        transform: translate(0, 100%);
        display: block;
    } */
    .product_1 img{
        border-radius:20px;
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .my-owl-nav{

        display:flex;

        gap:15px;

        justify-content:right;

    }

    .my-owl-nav img{

        width:40px;

    }

    .my-owl-nav span{

        cursor: pointer;

    }

    .directorSlider{

        margin-top:70px

    }

    .director{

        position: relative;

    }

    .name-director{font-size:32px;color: var(--white);padding-bottom:70px;padding-left:50px;line-height:1;}
    .name-director span{font-size:21px;font-weight: 300;display:block;font-weight:normal;padding-top: 15px;}
    .about-director{width:90%;padding: 50px;background-color: var(--theme-red);border-radius: 20px;}

    .about-director p{
        font-size:20px;
        color:var(--white);
        width:75%;
        font-weight: 300;
        text-align: justify;
        text-align-last: left;
        
    }

    .img-director{
        width: 30%;
        height: 470px;
        background-color: #fff;
        border-radius: 20px;
        position: absolute;
        right: 0;
        top:0
    }

    .img-director_mb, .img-director_mb img{

        display:none !important;

    }

    .img-director img{
        width:100%;
        border-radius:20px;
        height: 100%;
        object-fit: cover;
    }

    .director-main{
        background-color:#3A3869;
        background-image:none;
    }

    /* .director-nav{

        margin-top:70px;

    } */
    .infrastructure-main{
        padding: 100px 0;
        position:relative;
        background-image:url(../images/background_grediend.webp);
        background-repeat:no-repeat;
        background-size:cover;
    }
    .flex-alter{
        display: flex;
        align-items: center;
    }
    .infrastructure-left .about-left{
        width: 100%;
    }
    .infra-title, .infra-desc {color: #fff !important;}
    .infrastructure-left p{
        font-size: 20px;
        margin-top:20px;
        padding-right: 50px;
        text-align: justify;
    }
    .infrastructure-right img{
        width: 100%;
        border-radius: 20px;
    }
    .inf_read_more{margin-top: 25px;}
    .inf_read_more a{color:var(--white);font-size:20px;background-color: var(--main-color);padding: 8px 20px;border-radius: 4px;font-size: 18px;}
/*index-page css end*/

/* contact page css start */
.main_page{
    background-image: url(../images/home/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    display: flex;
    align-items: center;
}
.flex-alter2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_main{
    padding: 100px 0;
}
.contact-form{
    width:85%;
    margin:0 auto
}
.page-title h1{
    font-size: 62px;
    font-weight: 500;
    color:var(--white);
    margin-top: 70px;
}
.form-lable label{
    margin-top: 20px;
    font-size: 18px;
    color: #3A3869;
}
.custom-select {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.selected {
  padding:10px;
  background-color: transparent;
  border: 1px solid #307bbf !important;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-icon {
  transition: transform 0.3s ease;
}
.dropdown-icon img{
    width: 18px;
}
.selected-text{
    font-size: 16px;
    color: #3A3869;
}
.custom-select.open .dropdown-icon {
  transform: rotate(180deg);
}
.options {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 70;
  background-color: #f0f0f0;
}
.option {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  color: #3A3869;
}
.option:hover {
  background-color: #f0f0f0;
}
.form-lable input, .form-lable textarea{
    border:none;
    outline: none;
    box-shadow: none;
    padding: 10px 10px;
    width: 100%;
    background-color: transparent;
    margin-top: 20px;
    font-size: 16px;
    color: #3A3869;
    border: 1px solid #307bbf;
    border-radius: 4px;
}
.form-lable input:focus, .form-lable textarea:focus{
    box-shadow: none;
    outline: none;
}
.form-lable textarea{
    height: 130px;
}
.form-lable input::placeholder, .form-lable textarea::placeholder{
    font-size: 16px;
    color: #3A3869;
    font-weight: 200;
}
.submit{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}
.submit button, .submit button:hover{
    width: 25%;
    background-color: #3A3869;
    border-color: #3A3869;
    color: var(--white);
    padding: 7px;
    border-radius: 4px;
}
.contact-right{
    border-radius: 20px;
}
.contact-right img{
    width: 100%;
    border-radius: 20px;
    height: 100%;
}
.form-title{
    font-size: 22px;
    width: 85%;
    margin: 0 auto;
    font-weight: 500;
    color: #3A3869;
}
/* contact page css end */

/* careers page css */
.post-job{
    padding: 100px 0;
}
.post-left ul{
    padding-left: 0;
}
.jobList{
    padding: 20px;
    border: 1px solid #3a386917;
    border-radius: 7px;
    cursor: pointer;
}
.jobList{
    margin-bottom: 30px;
}
.jobList h5{
    font-size: 20px;
    font-weight: 600;
}
.jobList p{
    line-height: 1.5;
    font-size: 15px;
    text-transform: none;
}
.selected_job {
  border:1px solid #3A3869;
}
.jobContent{
    position: sticky;
    top: 0;
    left: 0;
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0px 0px 19px -10px  #3A3869;
}
.cont-head h5{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.cont-head p{
    font-size: 16px;
    line-height: 1.7;
    text-transform: none;
}
.cont-head p span{
    font-weight: 600;
}
.job-desr{
    margin-top: 30px;
}
.job-desr p {
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
}
.job-desr p span{
    font-weight: 600;
    display: block;
}
.job-desr ul li{
    list-style: disc;
    text-transform: none;
}
.cont-btm{
    margin-top: 30px;
}
.cont-btm p {
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
}
.mb-job{
    display: none;
}
/* careers page css end */

/*footer css*/
    .footer{
        background-color:#3A3869;
        padding:70px 0;
        color:var(--white);
    }

    .footer-main{
        display: flex;
        justify-content: space-between;
    }
    .ft-contain_1{
        width: 25%;
    }
    .ft-contain_2{
        width: 50%
    }
    .ft-contain_3{
        width: 30%;
    }
    .ft-contain_4{
        width: 23%;
    }
    .footer-logo{

        width:90%;
    }
    .footer-logo img{

        width:55%;

    }

    .social-links{

        display:flex;

        align-items:center;

        justify-content:left;

        gap:15px;

        margin-top:10px;

    }

    .social-links img{

        width:50px !important;

    }

    .footer-logo p{

        font-size:18px;

        color:var(--white);

        margin-top:25px;

    }

    .footer a{

        color:var(--white);

    }

    .footer-title h3{
        font-size:30px;
        padding-bottom:10px;
    }
    .ft-links{display: flex;justify-content: space-around;}
    .ft-contact, .ft-links, .office-address, .ft-content{
        margin-top:20px;
    }
    .ft-contact ul li{
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 18px;
        padding: 4px 0;
    }
    .ft-contact li img{
        width:22px;
    }
    .office-address p{
        font-size:18px;
        line-height:1.3;
    }

    .office-address p span{

        font-weight:600;

        padding-bottom:7px;

        display:block;

    }

    .ft-links ul li{

        font-size:18px;

        line-height:1.7;

    }

    .office-address p{

        font-size:18px;

    }

    .ft-content p{

        font-size:18px;

        line-height:1.3;

    }

    .call{

        display:flex;

        align-items:center;

        gap:5px;

        padding-top:7px;

    }

    .call img{

        width:28px;

    }

    /*footer css end*/
.text .char {
  display: inline-block;
  -webkit-animation-delay: calc(0.25s + var(--char-index) * 0.1s);
          animation-delay: calc(0.25s + var(--char-index) * 0.1s);
  transition: all 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.text--flipping [data-scroll='out'] .char {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* about page css */
.about_page{background-image: url(../images/about/dhunseri_about_banner.webp);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;height: 40vh;display: flex;align-items: center;}
.banner-overlay{position: absolute;width: 100%;height: 100%;top: 0;left: 0;
    background-color: #24242478;
    background-color: #3a3869a3;
}
.about_page h1{color: var(--white);font-size: 58px;position: relative;}
.shortcut{position: relative;}
.shortcut ul{display: flex;flex-wrap: wrap;gap:10px;color: var(--white);margin-top: 20px;align-items: center;}
.shortcut ul li {font-size: 20px;color: var(--white);}
.shortcut ul li a{color: var(--white);}
.dhunseri_group_main{padding: 100px 0 200px;}
.group-title{width: 100%;}
.group-content p{color: #000;}
.about-polyfilms{padding: 100px 0;position: relative;}
.pvt-ldt{position: relative;display: flex;align-items: center;}
.pvt-ldt_left{width: 45%;border-radius: 20px;position: relative;}
.pvt-ldt_left img{width: 100%;border-radius: 15px;}
.pvt-ldt_right {width: 70%;position: absolute;right: 0;padding: 30px 40px;background-color: #3a3869d1;border-radius: 20px;}
.pvt-ldt_right h5 {font-size: 30px;color: var(--white);margin-bottom: 20px;}
.pvt-ldt_right p {font-size: 18px;color: var(--white);line-height: 1.7;font-weight: 300;text-align: justify;padding-top: 20px;}
.vission-grid{margin-top: 30px;}
.chaiman-msg{position: relative;padding: 100px 0;background-color: #3a3869f5;}
/* .chaiman-msg-img{background-image: url(https://bhtech.in/dhunseripolyfilms/public/assets/frontend/images/about/blurbg.webp);background-size: cover;background-position: center;background-repeat: no-repeat;height:100%;width: 100%;position: absolute;left: 0;bottom: 0;} */
.chairman-img img{width: 100%;position: relative;border-radius: 20px;}
.chairman-img{padding-right: 20px;}
.msg-cont h5 {font-size: 30px;color: var(--white);line-height: 1.7;}
.msg-cont h5 span{display: block;font-size: 22px;}
.msg-cont p{padding-top: 15px;font-size: 20px;color: var(--white);text-align: justify;}
.group-img{width:100%;border-radius:20px;}
.group-img img{width: 90%;border-radius: 20px;}
.about-polyfilms-right video{border-radius: 20px;}
.about-polyfilms-left p{padding-right: 30px;}
/* about page css end */

/* sustainability css start */
.our-commitment{padding: 100px 0;}
.green-manufacturing .about-left{width: 100%;text-align: center;}
.green-manufacturing .vission-cont p{color:#000;text-align: center;}
.green-manufacturing .vission-cont{padding-top: 0;}
.feature-item{text-align: center;background-color: var(--white);border-radius: 20px;padding: 18px;height:100%;margin-top: 20px;}
.feature-item .grid-name{font-size: 30px;padding: 15px 0;}
.feature-item .about-icon{font-size: 18px;text-align: justify;text-align-last: left;hyphens: auto;}
.sustain-btm{padding: 100px 0;position: relative;}
.over-color{background-color: #3A3869;position: absolute;width: 50%;top: 0;right: 0;height: 100%;}
.future-vission, .governance{position: relative;}
.future-vission{padding-right: 50px;}
.governance{padding-left: 50px;}
.future-vission h2{color: var(--main-color);font-size: 44px;margin-bottom: 15px;}
.future-vission p{font-size: 20px;color: #000;padding-top: 20px;text-align: justify;}
.governance h2{color: var(--white);font-size: 44px;margin-bottom: 15px;}
.governance p{font-size: 20px;color:var(--white);padding-top: 20px;text-align: justify;}
.vision-future a{padding: 7px 20px;color: var(--white);background-color: var(--theme-red);border-radius: 4px;font-size: 18px;line-height: 5;}
.our-commitment .group-img img{width: 100%;}
.about-polyfilms-left .about-left h2{font-size: 40px;}
/* sustainability css end */

/* Infrastructure css start */
.panagarh-key-feautures{display: flex;justify-content: space-between;margin-top: 70px;}
.key-fet-left{width: 47%;background-color: #fff;border-radius: 20px;}
.key-fet-left img{width: 100%;height: 300px;object-fit: cover;border-radius: 20px 20px 0 0;}
.key-fet-left h4{font-size: 28px;color: var(--main-color);padding: 50px 25px 0}
.key-fet-left p{font-size: 20px;color: #000;padding: 20px 25px 25px; text-align: justify;}
.key-fet-left ul{padding: 25px 25px 25px 50px;}
.key-fet-left ul li{font-size: 20px;color: #000;padding: 3px 0;list-style: disc;}
.bopp-lines{padding-left: 30px;}
.bopp-lines p{padding-right: 0;}
.state-of-art-list{padding-left: 25px;}
.state-of-art-list li{font-size: 20px;color: #000;padding: 3px 0;list-style: disc;}
/* Infrastructure css end */

/* csr css start */
.foundation-main{padding-bottom: 200px;}
.foundation-main .background-img{}
.empower-com{background-image: none;background-color: var(--white);}
.csr-main{margin-top: 0;}
.dhanuka-cont, .accordion{position: relative;}
.dhanuka-cont{margin-top: 30%;}
.dhanuka-cont h2{font-size: 38px;color:var(--white)}
.dhanuka-cont p{color: var(--white); padding-top: 20px;font-size: 20px;padding-right: 20px;text-align: justify;}
.accordion{height: 630px;}
.acr-1{cursor: pointer;}
.acr-title{display: flex;border-bottom: 1px solid #ffffff5c;}
.acr-title span{width: 50px;padding: 10px;text-align: center;}
.acr-title span svg{width: 30px;height: 30px;color:var(--white);transform: rotate(-90deg);transition: .4s ease-in-out;}
.acr-title p{font-size: 22px;color: var(--white);padding: 10px;}
.answer{display: none;background-color: var(--white);}
.answer img{height: 340px;width: 100%;object-fit: cover;}
.answer p{font-size: 18px;color:#000;padding: 15px 20px;}
.active-title {background-color: var(--white);border:none}
.active-title span{background-color: var(--theme-red);border-color: var(--theme-red);}
.active-title span svg{transform: rotate(0deg);}
.active-title p{color: var(--main-color);text-align: justify;}
.foundation-main .background-img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.csr-item{width: 100%;display: flex;align-items: center;}
.csr-item-img{width: 35%;height: 300px;border-radius: 15px;}
.csr-item-img img{width: 100%;height: 100%;object-fit: cover;border-radius: 15px;}
.about-csr{width: 65%;padding-left: 50px;}
.about-csr h2{font-size: 38px; color: var(--main-color);}
.about-csr ul{margin-top: 20px;}
.about-csr ul li{font-size: 20px;padding-bottom: 10px;text-align:justify}
.about-csr ul li span{color: #3A3869;font-weight: 600;display: block;}
.learn-csr{padding: 5px 15px 7px;
    font-size: 20px;
    margin-top: 50px;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: var(--main-color);
    color: var(--white);
    margin-top: -40px;
}
.learn-csr:hover{color: var(--white);}
.foundation-img img{width: 100%; border-radius: 20px;}
.sports-foundation{margin-top: 70px;}
.sports-foundation h4{display: flex;align-items: center;gap: 15px;font-size: 38px;color: var(--main-color);}
.sports-foundation span{width: 35%;}
.sports-foundation span img{width: 100%;}
.sports-foundation p{padding: 20px 0;font-size: 20px;text-align: justify;}
.visit{display: inline-flex;gap: 10px; font-size: 20px;align-items: center;}
.visit svg{transform: rotate(-90deg);}
.visit, .visit:hover{color: var(--main-color);}

/* csr css end */

/* Product page css start */
.product-data{padding: 100px 0;}
tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;}
#product_table{width: 100%;border-collapse: collapse;border-spacing:0;}
#product_table1{width: 100%;border-collapse: collapse;border-spacing:0;}
.polyfilms-data-sec #product_table tr th{background-color: #3A3869;padding: 10px;font-size: 16px;color: var(--white);border-left: 1px solid var(--white);font-weight: 400;font-family: 'NON-Natural-Grotesk';}
.polyfilms-data-sec #product_table1 tr th{background-color: #3A3869;padding: 10px;font-size: 16px;color: var(--white);border-left: 1px solid var(--white);font-weight: 400;font-family: 'NON-Natural-Grotesk';}
.polyfilms-data-sec #product_table tr th:first-child{border-left: none;border-radius: 7px 0 0 7px;}
.polyfilms-data-sec #product_table1 tr th:first-child{border-left: none;border-radius: 7px 0 0 7px;}
.polyfilms-data-sec #product_table tr th:last-child{border-radius: 0px 7px 7px 0px;}
.polyfilms-data-sec #product_table1 tr th:last-child{border-radius: 0px 7px 7px 0px;}
.polyfilms-data-sec #product_table tr td{
    font-family: 'NON-Natural-Grotesk';
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    padding: 10px;
    border-bottom: 1px solid #3a38697a;
    border-left: 1px solid #3a38697a;
    word-break: break-word;
}
.polyfilms-data-sec #product_table1 tr td{
    font-family: 'NON-Natural-Grotesk';
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    padding: 10px;
    border-bottom: 1px solid #3a38697a;
    border-left: 1px solid #3a38697a;
    word-break: break-word;
}
.polyfilms-data-sec #product_table tr td:first-child{border-left: none;}
.polyfilms-data-sec #product_table1 tr td:first-child{border-left: none;}
.polyfilms-data-sec #product_table tr td ul {padding-left: 1rem;}
.polyfilms-data-sec #product_table1 tr td ul {padding-left: 1rem;}
.polyfilms-data-sec #product_table tr td ul li{list-style: disc;padding-bottom: 7px;}
.polyfilms-data-sec #product_table1 tr td ul li{list-style: disc;padding-bottom: 7px;}
.polyfilms-data-sec #product_table tr.even{background-color: #307bbf1c;}
.polyfilms-data-sec #product_table1 tr.even{background-color: #307bbf1c;}
 #product_table{margin-top: 20px;}
  #product_table1{margin-top: 20px;}
 #product_table_length, #product_table_filter{margin-bottom: 20px;}
 #product_table1_length, #product_table1_filter{margin-bottom: 20px;}
 #product_table_filter{/*margin-left: 35px;*/float: left;}
 #product_table1_filter{/*margin-left: 35px;*/float: left;}
 
 .product-enq-tbl {
    float: right;
    margin-top: 0px;
    margin-bottom: -39px;
    position: relative;
    z-index: 1;
 }
/* Product page css end */
.view-application{display: flex;flex-wrap:wrap; align-items:center;gap:35px;padding: 30px 0 100px;justify-content: center;}
.view-application .product_1{position: relative;width: 23%;height: 425px;}
.enquery-btn{padding: 70px 0 0;}
.enquery-btn button{background-color: var(--theme-red);color: var(--white);font-size: 18px;border: none;outline: none;box-shadow: none;padding: 7px 20px;border-radius: 7px;}
.enquery-btn button:focus{box-shadow: none;outline: none;}
.enquery-btn button:hover{color: var(--white);}
.modal-header .btn-close{background-image: url(../images/cross-black.svg);padding: 0;}
.modal-header .btn-close:focus{box-shadow: none;}
.modal-header{border-bottom: 0;padding-bottom: 0;}
.modal-title{font-size: 1.2rem;}
.modal-body .contact-form{width: 100%;}
.modal-body{padding-top: 0;}
.policies-main{padding: 40px 0 100px;}
.pdf-list{display: flex;padding-top: 60px;}
.pdf-left{width: 20%;}
.pdf-left h2{font-size: 25px;color: #307BBF;}
.annual-pdf-right{width: 80%;}
.annual-pdf-right table{width: 100%;border-top: 1px solid #3a38697a;}
.annual-pdf-right table tr{border-bottom: 1px solid #3a38697a;display: flex;}
.annual-pdf-right table td{padding: 10px;width: 26%;text-align: left;border-right: 1px solid #3a38697a;}
.annual-pdf-right table td a{color: #000;font-size: 18px;}
.annual-pdf-right table td img{width: 22px;margin-right: 2px;}
.annual-pdf-right table td:last-child{border-right: 0;}
.vigil-report{width: 100%;}
.vigil-report table td{width: 100%;}
.modal-dialog{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.modal-content{max-width: 500px;}
.cerftification-items{display: flex;flex-wrap: wrap;justify-content: space-between;gap: 30px;}
.cer-item{width: 48%;}
.cer-item a img{width: 100%;}
.certifications{padding: 100px 0;}
.leaders{display: flex;align-items:center;gap: 50px;}
.leader-left-img,.leader-right-img{width: 40%;}
.leader-right-cont, .leader-left-cont{width: 60%;}
.leader-left-img{display: flex;align-items: center;justify-content: left;}
.member-img{width: 450px;border-radius: 20px;}
.member-img img{width: 100%;border-radius: 20px;}
.leader-name{font-size: 32px;color: var(--main-color);line-height: 1.5;padding-bottom: 24px;}
.leader-name span{display: block;font-size: 22px;}
.leader-right-cont p, .leader-left-cont p{font-size: 20px;text-align: justify;padding-top:10px}
.leader-left-cont .leader-name, .leader-left-cont .leader-name span, .leader-left-cont p{color: var(--white);}
.team-main{background-color: #5e5b9317;}
.leader-left-cont{text-align: right;}
.leader-right-img{display: flex;justify-content: right;}
.news-cont-2{width: 32% !important;}
.news-overlay-2{width: 100%;height: 100%;background: linear-gradient(140deg, rgb(58 56 105 / 29%), rgb(58 56 105 / 49%), rgb(58 56 105 / 71%));top: 0;left: 0;position: absolute;}
.news-cont-2 .news-cont{position: absolute;bottom: 0;}
.dtl-title{font-size: 38px;padding-bottom: 15px;color: var(--main-color);}
.news-dtl-date{display: flex;align-items: center;gap: 7px;font-size: 20px;}
.news-dtl-date img{width: 23px;}
.news-dtl-bnr{margin: 20px 0;}
.news-dtl-bnr img{width: 100%;height: 100%;object-fit: cover;}
.dtl-des{font-size: 20px;padding-top: 10px;text-align: justify;}
.shortcut_sec .shortcut ul{color: #000;}
.shortcut_sec .shortcut ul li{color: #000;}
.shortcut_sec .shortcut ul li a{color: #000;}
.fr-mr{margin-top: 70px;}
.post-job{background-color: #307bbf1c;}
.no-post{
    background-color: #fff;border-radius: 20px;
}
.no-post-left{padding: 20px 50px;}
.no-post p{font-size: 20px;text-align: justify;}
.no-post a{color: var(--main-color);}
.no-post img{width: 100%;border-radius: 0 20px 20px 0;}
.boppSlider .item img{border-radius: 20px 20px 0 0;}
.about-bopp{padding: 50px;border-radius: 0 0 20px 20px;background-color: #5e5b9317;}
.about-bopp p{font-size: 20px;color: #000;text-align: justify;}
.all-adress{margin-top: 30px;display: flex;}
.bottom-address{padding: 100px 0;background-color: #5e5b9317;}
.addrs_box{width: 25%;background-color: #fff;display: flex;flex-direction: column;align-items: center;text-align: center;padding: 40px 20px;}
.addrs_box2{background-color: #3A3869;}
.addrs_box2 h3, .addrs_box2 p{color:#fff}
.addrs_box h3{font-size: 22px;height: 35px;}
.addrs_box p{font-size: 17px;}
.addrs_box span img{width: 75px;margin-bottom: 12px;}
.enquiry-sec{display: flex;justify-content: space-between;margin-bottom: 100px;}
.enquery_1{width: 30%;position: relative;height: 160px;padding: 20px;text-align: center;background-color: #3A3869;transition: .4s ease-in-out;}
.enquery_2{background-color: #fff;}
.enquery_2 a, .enquery_2 p{color: #000 !important;}
.enquery_2 .enq-top {background-color:#3A3869;}
.enq-top{width: 80px;height: 80px;border-radius: 50%;background-color: #ffffff;padding: 10px;display: flex;align-items: center;justify-content: center;transform: translate(0%, -80%);
    left: 40%;position: absolute;}
.enq-top img{width: 60%;}
.enquery_1 p{margin-top: 30px;font-size: 22px;color: #fff;margin-bottom: 5px;}
.enquery_1 a{font-size: 18px;color: #fff;}
.article-more{font-size: 20px;display: flex;gap: 5px;margin-top: 15px;align-items: center;}
.msg-cont-descr{height: 35rem;padding-right: 15px;overflow-y: scroll;overflow-x: hidden;}
.msg-cont-descr::-webkit-scrollbar-thumb {
  background: #3a3869f5;;
}
.msg-cont-descr::-webkit-scrollbar {
  width: 5px;
}

.mission-new{width: 100%;background-color: #E6E5FF;padding: 25px;display: flex;align-items: center;gap: 25px;border-radius: 20px;}
.new-grid_icon{width: 15%;text-align: center;height: auto;}
.new-grid_icon img{width: 50%;height: 100%;margin-bottom: 10px;}
.new-total{width: 85%;height: auto;}
.new-grid-name{font-size: 28px;color: #3A3869;padding-bottom: 10px;text-align: center;padding-bottom: 0;}

.product-tab-content {display: none;} 
.product-tab-content.selected {display: block;}
.product-data .selected {border: none !important; padding: 0!important;}
ul.product-tab-button {display: flex; gap: 1rem;}
li.product-tablinks.selected {border: 2px solid #3A3869 !important; padding: 0.3rem 1rem !important; background-color: #3A3869; color: white;}
li.product-tablinks {color: #3A3869; border: 1px solid #3A3869 !important;
padding: 0.3rem 1rem !important; cursor: pointer;border-radius: 7px;}
