body,
html {
    height: 100%;
    margin: 0;
    font-family: Helvetica,jost, Sans-Serif;
    padding-top : 60px;
}
.header {
    background-size: cover;
    height: 125px;
    position: relative;
    top: -120px !important;
    background-color: #00000057;
}
section.services.py-5 {
    margin: 48px;
    margin-top: 250px;
}
.navbar-toggler{
    background-color: #fff;
}
.navbar-toggler i{
    padding: 3px;
    font-size: 20px;
    color: #000;
}
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-size: cover;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 1.1rem;
    padding-right: 1.5rem !important;
}
nav.navbar.navbar-expand-lg.navbar-dark {
    background-color: #08070769;
}
.logo {
    width: 100px;
    height: 100px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    display: none;
    position: absolute;
    background-color: #111110b0;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    font-size: 15px;
    color: white !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #82cd876f;
    border-radius: 5px;
    text-decoration: none;
    color: white;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.header-content {
    left : 3%;
    position: absolute;
    top: 28%;
    animation-duration: 1s;
    animation-fill-mode: both;
    /* left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; */
}
.slideInDown {
    animation-name: slideInDown;
}
.header-content h1 {
    color: #ffffff;
    font-family: Helvetica, Sans-Serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -1.9px;
}
.header-content p {
    margin-left: 3px;
    font-size: 1.25rem;
}
.diff{
    margin-left: 3px;
    background-color: #1a6209;
    border-radius: 14px;
    padding: 5px 17px;
}
.header-content .btn-outline-light {
    border: 2px solid white;
    padding: 10px 20px;
    font-size: 1.1rem;
}
.card-head {
    display: flex;
    flex-wrap: wrap;
}
.services .card {
    border: none;
    transition: transform 0.3s ease;
    position: relative;
    height: 230px;
    background-color: #808080e8;
    color: white;
}
.services .card:hover {
    transform: translateY(-10px);
    background-color: #1a6209;
}
.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card-img{
    margin-bottom: 8px;
    width: auto;
    height: 50px;
}
.card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px !important;
}
.card-title::after {
    border-top: 3px solid #fff !important;
    content: "";
    margin: 5px auto !important;
    position: absolute !important;
    top: 129px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 50px !important;
    z-index: -1 !important;
}
.card-title1::after {
    border-top: 3px solid #fff !important;
    content: "";
    margin: 5px auto !important;
    position: absolute !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 50px !important;
    z-index: -1 !important;
}
.about {
    background-color: #f8f9fa;
}
.abt {
    color: #1a6209;
    font-weight: 800;
    font-size: 55px !important;
    font-size: 16px;
    margin: 20px 0;
}
.text-about {
    text-align: justify;
}
.about-item {
    margin: 20px 15px;
    text-align: center;

}
.about-item img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.about-item img:hover {
    /* height: 220px;
    width: 220px; */
    background-color: #1a6209;
    animation: fadeIn;
    animation-duration: 2s;
}
.about-item h3 {
    font-weight: 600;
    margin-top: 20px;
    font-size: 1.5em;
    color: #1a6209;
}
.about-item p {
    color: #000;
    font-size: 1em;
    text-align: justify;
}
.about-head {
    color: #1a6209;
    font-weight: 600;
    margin: 40px;
}
.btn1 {
    border-radius: 4px;
    /* margin-top: 14px !important; */
    padding: 10px 20px;
    background-color: #1a6209;
    color: white;
    font-weight: 400;
    text-decoration: none;
}
.btn1:hover {
        border: 2px solid green;
        background: transparent;
        text-decoration: none;
        color: #000000;
    }
.contact .form-control {
    border-radius: 0;
}
/*about end*/
/*rcb section*/
.img-fluid1 {
    margin: 150px 0;
    display: flex;
    width: 60%;
    max-width: 100%;
    height: 370px;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    border-radius: 10px;
}
.position-absolute1 {
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -650px;
    width: 70%;
}
.bg-head {
    font-weight: 700;
}
.bg-primary {
    background-color: #1a6209 !important;
}
.bg-white {
    background-color: white !important;
}
.text-white {
    color: white !important;
}
.text-dark {
    color: black !important;
}
.h-100 {
    height: 100%;
}
.bg-g {
    padding: 20px;
    background-color: #1a6209;
}
.footer {
    background-color: #000 !important;
    color: #fff;
    text-align: left;
    padding: 20px 0;
}
.follows {
    background-color: #1a6209;
    color: white;
}
.btn-link {
    font-size: 15px !important;
    display: flex !important;
    padding-left:0 !important;
    /* justify-content: center !important; */
    color: #45a049 !important;
    text-decoration: none !important;
}
.btn-link:hover {
    color: white !important;
    text-decoration: none !important;
}
.footerc,
.footerc a {
    margin-bottom: 10px !important;
    padding-top: 6px;
    font-size: 15px;
    color: #45a049;
}
.footerc:hover,
.footerc a:hover {
    color: #fff !important;
    text-decoration: none;
}
.foot {
    align-items: center;
}
.imgh{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 10px;
    margin-left: 0 !important;
}
.parah{
    margin: 14px;
    color: #45a049;
}
.btn-social {
    margin: 4px !important;
}
.fimg {
    margin-bottom: 16px !important;
    display: flex !important;
    /* padding: 0px 0; */
    height: 90px !important;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa !important;
}
.btn-outline-light:hover {
    color: #1a6209 !important;
    border-color: #f8f9fa !important;
}
.fpara {
    width: 240px;
    font-size: 15px;
    color: #45a049 !important;
    text-align: justify !important;
}
span {
    font-weight: bold;
}
.our-small-details {
    background-color: #1a6209;
    display: grid;
    align-items: center;
    width: 100%;
    padding: 50px 20px;
    height: 292px;
    position: relative;
    overflow: hidden
}
.our-small-details .container {
    z-index: 1;
    position: relative
}
.our-small-details .bg-small-back02 {
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    height: 800px;
    display: inline-block;
    width: 100%
}
.our-small-details .bg-small-back02 img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.our-small-details .comon-divbn {
    width: 100%
}
.our-small-details .comon-divbn figure {
    font-size: 44px;
    color: #fff;
    width: 69px;
    margin: 6px;
}
.our-small-details .comon-divbn figure img {
    filter: brightness(0) invert(1)
}
.our-small-details .comon-divbn .right-dibvb {
    width: 90%;
    padding-left: 4px
}
.our-small-details .comon-divbn .right-dibvb h2 {
    font-family: Helvetica, Sans-Serif;
    text-transform: uppercase;
    /* font-style: italic; */
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 7px;
    font-size: 38px;
    color: #000;
}
.sm-detail h6{
    margin-left: 6px;
    color: #ebebeb;
    font-size: 12px;
    /* text-align: center; */
    font-family: Helvetica, Sans-Serif;
    text-transform: uppercase;
    /* font-style: italic; */
}
.our-small-details .comon-divbn .fig{
    margin-left: 23px;
}
.fig{
    margin-left: 15px;
}
.our-small-details .comon-divbn .fig1{
    margin-left: 36px;
}
.fig1{
    margin-left: 30px;
}
.our-small-details .comon-divbn .fig2{
    width : 50px;
}
.our-small-details .comon-divbn .fig3{
    margin-left: 0px;
}
.sm-detail.fig3 {
    margin-left: -3px;
}
/* about page */
nav.navbar.navbar-expand-lg.navbar-dark.head1 {
    padding: 0 !important;
    background-color: #000;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
.navbar-nav {
    float: right !important;
    margin: 0;
}
.navbar-brand1 {
    /* float: left; */
    /* height: 50px; */
    padding: 12px 0px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.sub-main-banner {
    width: 100%;
    height: 250px;
    position: relative;
    padding-top: 57px;
    overflow: hidden;
    display: inline-block;
}
.banner-part {
    position: relative;
    z-index: 1;
}
.navbar-dark .navbar-nav .nav-link1 {
    color: white;
    font-size: 18px !important;
    padding-right: 2.5rem !important;
    text-decoration: none;
    padding-left: .5rem;
}
.sub-main-banner .baner-imghi {
    position: absolute;
    height: 250px;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #101014;
}
.sub-main-banner .baner-imghi img {
    object-position: top;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 34%;
    mix-blend-mode: difference;
}
.sub-main-banner .sub-banner {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
}
.sub-main-banner h1 {
    font-weight: 600;
    font-family: Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    color: #fff;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 !important;
    margin-bottom: 1rem;
    list-style: none;
    background: transparent !important;
}
.sub-main-banner .breadcrumb-item {
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
}
.sub-main-banner .breadcrumb-item.active {
    color: #45a049;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}
a.banner1,a.banner1:hover {
    color: white !important;
    text-decoration: none;
}
/* Custom styles for the page */
.bg-light1 {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.905);
    /* background-color: #1a6209 !important; */
    line-height: 1.6;
    text-align: justify;
    word-spacing: 2.5px;
}
.service-box{
    box-shadow: 0 2px 6px rgb(0 0 0 / 39%);
    height: 120px;
    align-items: center;
    background-color: rgba(174, 213, 174, 0.236);
    border-radius: 20px;
    transition: transform 0.2s;
}
.service-box:hover {
    transform: scale(1.04);
}
.application-row{
    margin:0 45px;
}
.application-content {
    text-align: justify;
    display: none;
}
.application-row:hover .application-content {
    display: block;
}
.bg-light1 h3 {
    font-weight: 600;
}
.btn-warning {
    background-color: #ffc107;
    border: none;
}
.btn-dark {
    background-color: #000;
    border: none;
}
.img-f {
    margin-top: 12px !important;
    max-width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 30px;
    /* margin: 45px  !important; */
    /* animation: fadeInLeft;
    animation-duration: 2s;
    animation-delay: 3s; */
}
.img-f1 {
    /* margin-top : 22px; */
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    /* animation: fadeInRight;
    animation-duration: 2s;
    animation-delay: 5s; */
    /* margin: 45px  !important; */
}
.img-f2 {
    margin-top: 18px;
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 30px;
    /* animation: zoomIn;
    animation-duration: 2s; */
}
.hed {
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 50px;
    color: #000000cc;
    position: relative;
    animation-name: bounce;
    animation-duration: 1.5s;
    border-left : 6px solid #1a6209;
    padding-left: 50px;
    margin-bottom: 20px;
}
span.text-a {
    color: #1a6209 !important;
}
.big-text1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
    font-style: italic;
    white-space: nowrap;
    font-size: 140px;
    font-weight: 800;
    opacity: 10%;
    text-align: center;
    text-transform: uppercase;
}
.abt1 {
    text-align: center;
    color: #1a6209;
    font-weight: 800;
    font-size: 50px !important;
    font-size: 16px;
    margin: 55px 0;
}
/* product section */
.product {
    text-align: justify;
    font-size: 16px;
}
.product h3{
    color: #1a6209;
    font-weight: 700;
}
.prd {
    text-align: center;
    flex-direction: column;
}
.prd h2 {
    font-size: 36px;
    color: #1a6209;
    font-weight: 700;
    animation-name: bounce;
    animation-duration: 1.5s;
}
.prd-img{
    padding: 0px 50px;
    margin: 40px 0px;
    height: 330px;
    width: 100%;
}
.prd-img1{
    object-fit: cover;
    height: 200px;
    width : 80%;
    /* padding: 0 50px; */
    margin: 40px 85px ;
}
.prd1{
    background-color: #eef2ee;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(5, 5, 5, 23%);
}
.banner-image {
    object-fit: cover;
    width: 400px;
    height: 400px !important;
    border-radius: 30px;
    margin: 20px 0;
}
.banner-image1 {
    object-fit: cover;
    width: 400px;
    height: 380px !important;
    border-radius: 30px;
    margin: 15px 0;
}
.prdh h2,.prdh1 h2{
    border-left : 6px solid #1a6209;
    padding-left: 40px;
    margin-bottom: 20px;
}
.prdh h2{
    font-size: 45px !important;
    font-weight: 700;
}
.prdh1 h2{
    font-size: 41px;
    font-weight: 700;
}
.prdh h4, .prdh1 h4{
    font-size : 18px;
    text-transform: uppercase;
    color: #1a6209;
    font-weight: 600;
}
.prd-main p{
    color: #000000c9;
    padding-right: 71px;
    font-size: 16px;
    text-align: justify;
}
.prd-main1 p{
    color: #000000c9;
    /* padding-right: 71px; */
    font-size: 16px;
    text-align: justify;
}
.sticky{
    font-weight: bold;
}
.ital{
    font-style: italic;
}

.scroll{
    display: none;
}
.block-1 {
    border-bottom: 5px solid black;
    background-color: #1a6209;
    color: #fff;
    border-radius: 10px;
    padding-top: 0 !important;
    padding: 10px 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    animation-name: slideInUp;
    animation-duration: 2s;
}
.block-1:hover {
    transform: scale(1.04);
    background-color: #000;
    border-bottom: 5px solid #1a6209;
}
.block-1 h3 {
    margin: 20px;
    font-size: 17px !important;
}
.block-1 p {
    margin: 10px;
    font-size: 14px;
    text-align: justify;
}
.block-1 i {
    background-color: white;
    color: #1a6209;
    border-radius: 50%;
    padding: 10px 10px;
    box-shadow: none !important;
}
.table th {
    background-color: #1a6209;
    color: white;
    vertical-align: middle !important;
    text-align: left !important;
}
.wide{
    width : 28%;
}
.table td {
    background-color: white;
    vertical-align: middle !important;
    text-align: left !important;
}
.table thead th {
    border-bottom: 2px solid #dee2e6;
}
.table tbody td {
    border-bottom: 1px solid #dee2e6;
}
.table th,
.table td {
    vertical-align: middle;
    text-align: center;
}
.table-responsive {
    margin-top: 20px;
}
.applications-title {
    color: #1a6209;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}
.application-icon {
    width: auto;
    height: 70px;
    margin-bottom: 10px;
}
.build{
    margin-left: 9px;
    height: 64px;
}
.pharm{
    margin-left: 6px;
}
.electro{
    margin-left: -3px;
}
.inks{
    margin-left: -5px;
}
.plastic{
    margin-left: -6px;
}
.autom{
    margin-left: 6px;
}
.tire{
    height: 60px;
    margin-left: 4px;
}
.application{
    text-align: center;
}
.application:hover{
    color: #2c8e15;
}
.application-para{
    font-weight: 600;
    font-size: 22px;
}
.service-box:hover{
    .application-para{
    font-size: 18px;
    }
}
.info-section {
    text-align: justify;
    font-size: 17px;
    margin: 50px auto;
    width: 1000px;
    background-color: #eef2ee;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(5, 5, 5, 23%);
    margin-bottom: 20px;
    justify-content: space-evenly;
}
.info-section h3 {
    font-size: 26px;
    font-weight: 600 !important;
    padding-bottom: 10px;
    width: 960px;
    text-align: center;
    color: #1a6209;
}
.info-section p {
    color: #000000;
}
.text-block{
    margin: 10px 0;
}
.text-block i{
    color: white;
    border-radius: 50%;
    padding: 10px;
    background-color: #1a6209;
}
.text-block h5{
    font-weight: 600;
    font-size: 18px;
    color: black;
}
.text-block p{
    font-size: 15px;
    color:#000000c9;
}
.info-img {
    border-radius: 30px;
    width: 300px;
    height: 260px;
    justify-content: center;
    align-items: center;
}
.info-box {
    justify-content: center;
    align-items: center;
}
.info-list{
    font-size: 15px !important;
}
.info1 {
    justify-content: space-evenly !important;
}
/* usp section */
.strength {
    text-align: center;
    flex-direction: column;
}
.usp-head {
    padding: 20px;
    color: #1a6209;
    font-weight: 700;
    font-size: 50px;
    animation-name: bounce;
    animation-duration: 1.5s;
}
.usp {
    border: none;
}
.icon {
    color: white;
    border-radius: 50%;
    padding: 12px 16px;
    background-color: #1a6209;
    font-size: 30px;
}
.icon1 {
    color: white;
    border-radius: 50%;
    padding: 12px 13px;
    background-color: #1a6209;
    font-size: 30px;
}
.icon2 {
    color: white;
    border-radius: 50%;
    padding: 13px 11px;
    background-color: #1a6209;
    font-size: 28px;
}
.usp-h {
    justify-content: space-around;
}
.usp-body {
    height: 250px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 39%);
    margin: 25px 9px;
    padding: 14px 25px;
    background-color: rgb(174 213 174 / 38%);
    transition: transform 0.2s;
}
.usp-body:hover {
    transform: scale(1.04);
}
.usp-title {
    padding: 5px 2px;
    font-size: 19px;
    font-weight: 600;
}
.usp-text {
    /* text-align: justify; */
    font-size: 14px;
    color: #000000;
    padding: 6px 4px;
}
/* contact section */
.contact-head {
    padding-bottom: 20px;
    color: #1a6209;
    font-weight: 700;
    font-size: 50px;
    animation-name: bounce;
    animation-duration: 1.5s;
}
.contactr {
    justify-content: space-evenly;
    padding-bottom: 20px;
}
.contact {
    border: none;
    box-shadow: rgb(12 17 73 / 33%) 0px 5px 15px 0px;
}
.contact-title {
    font-size: 20px;
    font-weight: bold;
}
.contact-text1 {
    font-size: 16px;
    color: #6c757d;
}
.desc{
    font-size: 16px;
}
.lnkd{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lnkd p{
    color: #1a6209;
    font-size: 18px;
    font-weight: bold;
}
.lnkd a{
    background-color: #006097;
    color: white;
    border : 2px solid #006097;
}
.lnkd a:hover , .lnkd a:focus{
    background-color: #006097;
    color: white;
    border : 2px solid #006097;
}
.contact-text a:hover {
    text-decoration: none;
}
.chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 13px 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.chat-button a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}
.chat-button i {
    font-size: 30px;
}
.count {
    text-align: left;
}
.chat-button1 {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 13px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.chat-button1 a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}
.chat-button1 i {
    font-size: 30px;
}
/* enquiry page */
.phone-mockup {
    background-image: url('phone-mockup.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(175, 232, 175, 0.1);
}
.contact-form h2 {
    font-weight: bold;
    color: black;
    font-weight: 800;
    font-size: 36px !important;
}
.contact-form .btn-warn {
    padding: 11px 16px;
    font-size: 18px;
    color: white;
    background-color: #2c8e15;
    border-color: #2c8e15;
}
.btn-warn:hover{
    background-color: #2c8e15;
    color: white !important;
}
.text-w{
    color: #2c8e15;
    font-weight: 800;
    font-size: 36px !important;
}
.form-control{
    box-shadow: 0 0 10px rgba(175, 232, 175, 0.1);
    padding: 24px 16px !important;
    font-size: 16px !important;
    /* line-height: 1.42857143;*/
}
.form-control:focus{
    border-color: #2c8e15 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 233, 150, 0.6) !important;
}
.talk{
    font-weight: 600;
    font-size: 24px;
}
.button input[type="submit"]{
    font-size: 20px;
    border : 1px solid #2c8e15;
    background-color: #2c8e15;
    color: white;
    border-radius: 10px;
    width: 100%;
    padding: 6px 12px;
}
.success{
    font-size: 18px;
    margin: 10px;
    /* background-color: #9fd2a1; */
    text-align: center;
    color: black;
    padding: 5px 10px;
    border-radius: 10px;
}
/* ---------mobile responsive------- */
/* for product section */
@media (min-width: 320px) and (max-width:576px){

    header{
        height: 125px !important;
    }
    .prd h1 {
        font-size: 30px !important;
    }
    .prd-main p, .prd-main1 p {
        /* padding-left: 10px; */
        font-size: 15px;
        padding-right: 0 !important;
    }
    .prdh h2 {
        font-size: 25px !important;
    }
    #scroll-arrow{
        padding-left: 2px;
        color: black;
        display: block !important;
        font-weight: 600;
        font-size: 16px;
    }
    .prdct{
        flex-direction: column-reverse;
    }
    .applications-title{
        font-size: 30px !important;
        margin-bottom: 30px !important;
    }
    .prdh1 h2{
        font-size: 19px !important;
    }
    .product {
        padding: 10px !important;
        text-align: justify;
        font-size: 14px !important;
        margin: 10px auto;
        width: auto !important;
    }
    .application-para {
        font-weight: 600;
        font-size: 20px !important;
    }
    .service-box:focus{
        .application-para{
        font-size: 18px !important;
        }
    }
    .sticky{
        font-weight: bold;
    }
    .ital{
        font-style: italic;
    }
    .block1{
        /* width: 320px !important; */
        left : 10px !important;
    }
    .lnkd p {
        color: #1a6209;
        font-size: 15px !important;
    }
    .block-1 h3 {
        font-size: 15px !important;
    }
    .block-1 p {
        font-size: 14px !important;
        margin: 11px !important;
    }
    .info-section {
        width: auto !important;
        font-size: 14px !important;
        margin: 20px auto !important;
    }
    .info-section h3 {
        font-size: 19px !important;
    }
    .info-img {
        margin-bottom: 15px !important;
        width: 250px !important;
        height: 200px !important;
    }
    .info-section h3{
        width : auto !important;
    }
    .tire {
        height: 65px;
        margin-left: -4px !important;
    }
    .plastic {
        height: 58px;
        margin-left: 4px !important;
    }
    .inks {
        height: 75px;
        margin-left: -15px !important;
    }
    .rubber1{
        height:75px;
    }
    .rubber {
        margin-left: -7px !important;
    }
    .dye{
        margin-left: -4px !important;
    }
    .autom{
        margin-left: 8px !important;
    }
    .fertilizer{
            margin-left: -7px !important;
    }
    .paint{
        margin-left: 0px !important;
    }
    .pharm{
        margin-left: 12px !important;
    }
    .electro{
        margin-left: -4px !important;
    }
    /* index page start */
    section.services.py-5 {
        margin: 16px !important;
        margin-top: 200px !important;
    }
    .chat-button{
        padding: 9px 12px !important;
    }
    .chat-button1{
        padding: 11px 17px !important;
    }
    .chat-button1{
        bottom: 80px !important;
    }
    .chat-button1 i{
        font-size: 24px !important;
    }
    .header-content {
        left: 4% !important;
    }
    .header-content h1 {
        text-align: center;
        letter-spacing: 1px;
        font-size: 21px;
        line-height: 35px !important;
    }
    .lead{
        text-align: center;
    }
    .header-content p {
        width: 93%;
        font-size: 14px;
    }
    .services .card{
        height: 220px !important;
    }
    .card-img {
        margin-bottom: 8px;
        width: auto;
        height: 60px !important;
    }
    .card-title::after{
        top: 121px !important;
    }
    .card-title1::after{
        top : 32px !important;
    }
    .card-title {
        font-size: 20px !important;
    }
    .card-text{
        font-size: 14px !important;
        text-align: justify;
    }
    .card-title1 {
        font-size: 20px !important;
    }
    .card-title1::after{
        top: 52px !important;
    }
    .abt{
        font-size: 40px !important;
    }
    .about-item p{
        font-size: 15px !important;
    }
    .lead span{
        font-weight: 900 !important;
        color : black !important;
    }
    .lead .lead1{
        font-weight: 900 !important;
        color: #63ce63 !important;
    }
    .diff {
        background-color: black !important;
    }
    .our-small-details{
        padding: 0 !important;
        height: 400px !important;
    }
    .our-small-details .comon-divbn .fig{
        margin-left: 6px !important;
    }
    .fig{
        margin-left: 0px !important;
    }
    .our-small-details .comon-divbn .fig1{
        margin-left: 6px !important;
    }
    .fig1{
        margin-left: 0px !important;
    }
    .our-small-details .comon-divbn .fig2{
        margin-left: 6px !important;
    }
    .fig2{
        margin-left: 0px !important;
    }
    .our-small-details .comon-divbn .fig3{
        margin-left: 6px !important;
    }
    .fig3{
        margin-left: 0px !important;
    }
    .our-small-details .comon-divbn figure {
        font-size: 40px !important;
    }
    .our-small-details .comon-divbn .right-dibvb{
        padding-left: 0 !important;
    }
    .our-small-details .comon-divbn .right-dibvb h2{
        font-size: 30px !important;
    }
    .our-small-details .comon-divbn .right-dibvb h6 {
        font-size: 12px !important;
    }
    .about-item img {
        width: 200px !important;
        height: 200px !important;
    }
    .sm-detail h6 {
        margin-left: 4px !important;
        font-size: 12px !important;
    }
    .footer{
        text-align: left !important;
    }
    .footerc, .footerc a{
        font-size: 13px !important;
    }
    .fpara{
        font-size: 14px !important;
    }
    .foot{
        justify-content: left !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }
    .btn-link{
        justify-content: left !important;
    }
    /* index page end */
    /* about page start */
    .hed{
        font-size: 30px !important;
        padding-left: 25px !important;
    }
    .hed::after{
        top : 30px !important;
    }
    .bg-light1{
        padding-bottom: 0 !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    .img-f1 {
        height: 100% !important;
        margin-top: 10px !important;
    }
    .img-f{
        margin-top: 0 !important;
        height: 100% !important;
        /* padding-bottom: 15px !important; */
    }
    .img-f2{
        height: 100% !important;
        margin-top: 0 !important;
    }
    .reverse{
        flex-direction: column-reverse;
    }
    .frame{
        height: 350px !important;
    }
    .contact-head{
        font-size: 35px !important;
    }
    /* usp section start */
    .usp-head{
        font-size: 30px !important;
    }
    .contact-title {
        font-size: 18px !important;
    }
    /* enquiry page */
    .phone-mockup{
        height : 350px !important;
    }
    .text-w {
        font-size: 26px !important;
    }
    .contact-form h2 {
        font-weight: 700;
        font-size: 26px !important;
    }
    .parah {
        font-size: 15px !important;
        margin: 20px !important;
        color: #45a049;
    }
    .application-row {
        text-align: justify;
        margin: 10px 20px !important;
    }
    .service-box{
        height : 220px !important;
    }
    .banner-image, .banner-image1 {
        object-fit: cover;
        width: 100%;
        height: 365px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    header{
        height: 125px !important;
    }
    /* usp  */
    .usp-body{
        padding: 12px 12px !important;
    }
    /* index */
    .our-small-details .comon-divbn .fig{
        margin-left: 6px !important;
    }
    .sm-detail h6{
        font-size: 11px !important;
    }
    .fig{
        margin-left: 0px !important;
    }
    .our-small-details .comon-divbn .fig1{
        margin-left: 6px !important;
    }
    .fig1{
        margin-left: 0px !important;
    }
    .our-small-details .comon-divbn .fig2{
        margin-left: 6px !important;
    }
    .fig2{
        margin-left: 0px !important;
    }
    .our-small-details .comon-divbn .fig3{
        margin-left: 6px !important;
    }
    .fig3{
        margin-left: 0px !important;
    }
    .card-title::after{
        top : 104px !important;
    }
    .card-title1::after{
        top : 36px !important;
    }
    .card-title {
        font-size: 20px !important;
    }
    .card-text{
        font-size: 15px !important;
    }
    .about-item p{
        font-size: 14px !important;
    }
    .about-item img {
        width: 250px;
        height: 184px !important;
    }
    .about-item {
        margin: 15px 8px !important;
    }
    /* footer */
    .fpara {
        font-size: 15px !important;
    }
    /* about */
    .bg-light1 {
        font-size: 14px;
        line-height: 1.5;
    }
    .bg-light1 h3 {
        margin-top: 5px !important;
    }
    .bg-light1 h4 {
        font-size: 22px !important;
    }
    .img-f1 {
        max-width: 250px;
        height: 72% !important;
        margin-top: 90px !important;
    }
    .img-f {
        max-width: 240px;
        height: 67% !important;
        margin-top: 100px !important;
    }
    .img-f2 {
        width: 250px;
        height: 70% !important;
        margin-top: 100px !important;
    }
    .hed{
        font-size: 40px !important;
    }
    /* products */
    .product{
        width: auto !important;
        margin: 15px auto !important;
    }
    .info-section{
        width: auto !important;
        font-size: 16px ;
        margin: 10px auto !important;
    }
    .info-section h3{
        width: auto !important;
        font-size: 21px !important;
    }
    .info-img {
        margin-bottom: 15px;
        width: 500px;
        height: 340px;
    }
    .block-1 h3{
        font-size: 17px !important;
    }
    .block-1 p{
        font-size: 14px !important;
    }
    .sticky{
        position: -webkit-sticky; /* For Safari */
        position: sticky;
        left: 0;
        z-index: 1;
    }
    .prd-main p, .prd-main1 p {
        /* padding-left: 48px; */
        font-size: 14px !important;
        padding-right: 0 !important;
    }
    .prdh h2 {
        font-size: 35px !important;
    }
    .prdh1 h2 {
        font-size: 24px !important;
    }
    .banner-image{
        object-fit: cover;
        width: 100%;
        height: 420px !important;
    }
    .banner-image1{
        width: 100%;
        height: 408px !important;
    }
    .service-box {
        margin-bottom: 15px;
        height: 230px !important;
        justify-content: center;
    }
    .application-para{
        font-size: 16px !important;
    }
    .application-content{
        font-size: 12px !important;
    }
    .dropdown-content a:focus {
        background-color: #82cd876f;
        border-radius: 5px;
        text-decoration: none;
        color: white;
    }
    .text-block h5{
        font-weight: 600;
        font-size: 14px !important;
        color: black;
    }
    .text-block p{
        font-size: 12px !important;
    }
    thead{
        font-size: 15px !important;
    }
    tbody{
        font-size: 14px !important;
    }
    .navbar-nav>li {
        padding: 6px 6px;
        float: left;
    }
        .navbar .nav-links {
            display: none;
            flex-direction: column;
            width: 100%;
        }

        .navbar .nav-links.active {
            display: flex;
        }

        .navbar .menu-icon {
            display: block;
            cursor: pointer;
        }
    }

    /* enquiry page */
    .text-w {
        font-size: 30px;
    }
    .contact-form h2 {
        font-weight: 800;
        font-size: 30px ;
    }

    @media (min-width: 769px) {
        .navbar .menu-icon {
            display: none;
        }
}
@media (min-width:900px) and (max-width : 1030px){
    .banner-image1 {
        object-fit: cover;
        width: 100%;
        height: 400px !important;
    }
    .banner-image{
        object-fit: cover;
        width: 350px;
        height: 440px !important;
    }
    .application-row {
        margin: 0px 40px;
    }
    .service-box {
        margin-bottom: 15px;
        height: 140px;
    }
    .prdh1 h2 {
        font-size: 33px;
    }
    .prdh h2{
        font-size: 33px !important;
    }
    .info-section {
        width: auto !important;
        font-size: 14px !important;
        margin: 20px auto !important;
    }
    .info-section h3{
        width : auto !important;
    }
    .fpara {
        width: 204px !important;
    }
    .usp-body {
        height: 270px !important;
    }
    .footerc a {
        font-size: 14px !important;
    }
    .application-para {
        font-weight: 600;
        font-size: 20px !important;
    }
}
/* header responsive in all screens */
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    font-size: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main{
    top: 125px !important;
}
header{
    top: 0;
    z-index: 999;
    background: black;
    height: 125px;
    width: 100%;
    position: absolute;
    background-size: cover;
    /* height: 100vh; */
}
.main-navigation {
    margin:0;
    border: 0;
    width: auto;
}
.logo{
    margin-right:20px;
}
.logo img{
    height: 100px !important;
    width: 100px !important;
    /* margin: 10px; */
}
header ul{
    display: flex;
    position: relative;
}
header ul li{
    position: relative;
    display: inline-block;
    margin: 0 6px;
}
header ul li a{
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 10px !important;
}
header ul li a:hover,header ul li a:focus{
    text-decoration: none;
    color: #2c8e15 !important;
}
header ul li ul {
    position: absolute;
    top: 100%; /* Place the dropdown directly below the menu item */
    left: 0;
    width: 152px;
    background-color: white;
    color: black;
    display: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
    z-index: 9999; /* Ensure the dropdown is above other elements */
}
header ul li:hover > ul{
    display: block;
}
header ul li ul li{
    position: relative;
    width: 100%;
    line-height: 50px;
}
header ul li ul li:hover{
    color: #2c8e15;
}
header ul li ul li ul{
    top:0;

}
header ul li ul li a{
    text-transform: capitalize;
    color: black;
}
.head{
    height: 125px;
    display: flex;
    margin : 0 50px;
    align-items: center;
}

.right-side{
    margin-left: auto;
    display: flex;
    align-items: center;
}

.contact-info1{
    margin-right: 30px;
    display: flex;
}
.contact-info1 img{
    margin-top: 2px;
    width: 50px;
    margin-right: 15px;
    color: #2c8e15;
}
.contact-info{
    margin-right: 30px;
    display: flex;
}
.contact-info img{
    margin-top: 2px;
    width: 50px;
    height: 51px;
    margin-right: 15px;
    color: #2c8e15;
}
.header-info span{
    margin-top: -4px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    /* font-family: "Jost", Sans-serif; */
    color: #ffffff;
    display: block;
}
.header-info h5{
    margin-top: 4px;
    color:white;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.checkbtn{
    padding: 0 12px;
    font-size: 24px;
    background-color: white;
    color: black;
    float: right;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
@media (max-width: 900px){
    header nav{
        top :0;
        position: absolute;
        width : 30%;
        top : 125px;
        background-color: rgb(0, 0, 0);
        right : 0;
        display: none;
    }
    header.active nav{
        display: initial;
    }
    header ul{
        display: block;
        margin-bottom: 0px !important;
    }
    header ul li{
        margin: 0 !important;
    }
    header nav ul li{
        width: 100%;
        background-color: black;
        padding-bottom: 4px !important;
        border-bottom: 1px solid #c4c0c051;
    }
    header nav ul li ul{
        position: relative;
        width:100%;
        color: white;
        right: 0;
    }
    header nav ul li ul:focus{
        transition: all .25s ease-in-out;
        display: block;
    }
    header ul li a{
        line-height: 40px;
    }
    .menuToggle{
        margin-left: 550px;
        position: relative;
        width : 40px;
        height : 50px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s linear 0s;
    }
    .menuToggle::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        transform : translateY(-12px);
        box-shadow: 0 12px #fff;
    }
    .menuToggle::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        transform : translateY(12px);
    }
    .contact-info{
        display: none;
    }
    .contact-info1{
        display: none;
    }
    .head{
        margin: 0;
    }
    header.active .menuToggle::before{
        transform: rotate(45deg) !important;
        box-shadow: 0 0 #fff !important;
        transition: all .2s linear 0s;
    }
    header.active .menuToggle::after{
        transform: rotate(-45deg) !important;
        transition: all .2s linear 0s;
    }
    .logo img {
        height: 90px !important;
        width: 90px !important;
        margin-left: 20px;
    }
    header ul li ul li a{
        color: white;
    }
    header ul li ul {
        top: 5px !important;
}
@media (max-width: 500px){
    .menuToggle{
        margin-left: 250px;
        width: 30px !important;
    }
    header nav{
        position: absolute;
        width : 50%;
    }
}
@media (max-width: 400px){
    .menuToggle{
        margin-left: 200px;
        width: 30px !important;
    }
    
}
@media (max-width:430px){
    header nav{
        position: absolute;
        width : 50%;
    }
}
@media (max-width: 320px){
    .menuToggle{
        top: -10px;
        margin-left: 150px;
        width: 30px !important;
    }
    header nav{
        position: absolute;
        width : 50%;
    }
}
@media (max-width:1024px) {
    .logo{
        margin-right: 0 !important;
    }
    .fpara {
        width: 204px !important;
    }
    .application-row {
        margin: 0px 40px ;
    }
}}
@media (min-width:1024px) and (max-width:1200px) {
    .card-title::after {
        top:110px !important;
    }
    .prd-main p {
        color: #000000c9;
        padding-right: 70px !important;
        font-size: 15px !important;
        text-align: justify;
    }
    .prd-main1 p{
        color: #000000c9;
        padding-right: 0px !important;
        font-size: 16px !important;
        text-align: justify;
    }
    .banner-image1 {
        height: 384px !important;
    }
    .our-small-details .comon-divbn .fig{
        margin-left: 16px !important;
    }
    .fig{
        margin-left: 10px !important;
    }
    .our-small-details .comon-divbn .fig1{
        margin-left: 24px !important;
    }
    .fig1{
        margin-left: 20px !important;
    }
    .our-small-details .comon-divbn .fig2{
        margin-left: 6px !important;
    }
    .fig2{
        margin-left: 0px !important;
    }
    .our-small-details .comon-divbn .fig3{
        margin-left: 6px !important;
    }
    .fig3{
        margin-left: 0px !important;
    }
    .sm-detail h6{
        font-size: 9px !important;
    }
    .our-small-details .comon-divbn figure {
        font-size: 36px !important;
    }
    .our-small-details .comon-divbn .right-dibvb h2 {
        font-size: 30px !important;
    }
}
@media (min-width:330px) and (max-width:400px){
    .sm-detail h6{
        font-size: 10px !important;
    }
    .prdh h2 {
        font-size: 30px !important;
    }
}
@media (min-width:350px) and (max-width:450px){
    .prdh h2 {
        font-size: 30px !important;
    }
    .prdh1 h2 {
        font-size: 25px !important;
    }
    .header-content p {
        width: 94%;
    }
    .diff{
        text-align : center;
        padding: 5px 12px !important;
        font-size: 14px !important;
    }
    .lead{
        padding-top: 7px;
        font-size:17px !important;
    }
    .lead:hover{
        background-color:#4ebe4eb3;
    }
        .header-content h1 {
        font-weight: 700;
        text-align: center;
        letter-spacing: 1px;
        font-size: 25px !important;
        line-height: 35px !important;
    }
}
#scroll-arrow{
    display: none;
}
/* Optional: Custom scroll bar styling */
.table-responsive::-webkit-scrollbar {
    height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #1a6209;
    border-radius: 3px;
}
@media (min-width:600px) and (max-width:750px){
    .menuToggle {
        margin-left: 430px !important;
        position: relative;
        width: 40px;
    }
    .header-content h1 {
        color: #ffffff;
        font-family: Helvetica, Sans-Serif;
        font-size: 42px !important;
    }
    .our-small-details {
        height: 400px !important;
    }
    .our-small-details .comon-divbn .fig1 {
        margin-left: 0px !important;
    }
    .fig1, .fig {
        margin-left: 0px !important;
    }
    .our-small-details .comon-divbn .fig {
        margin-left: 0px !important;
    }
    .reverse{
        flex-direction: column-reverse;
    }
    .prdct{
        flex-direction: column-reverse;
    }
    .banner-image , .banner-image1{
        object-fit: cover;
        width: 100%;
        height: 500px !important;
    }
    .info-section {
        width: 100%;
    }
    .info-section h3 {
        width: 100%;
    }
    .service-box {
        width: 300px !important;
        box-shadow: 0 2px 6px rgb(0 0 0 / 39%);
        height: 220px !important;
    }
    .applications-title {
        margin-left: 30px !important;
    }
    .prd-main p {
        color: #000000c9;
        padding-right: 0 !important;
    }
    .usp-body {
        height: 190px !important;
        box-shadow: 0 4px 8px rgb(0 0 0 / 39%);
        margin: 15px 10px;
        padding: 14px 25px;
    }
    .img-f1 {
    width: 100%;
    }
}