/*
 Theme Name:   Industrie Child
 Theme URI:    https://demo.rstheme.com/wordpress/industrie/
 Description:  Industrie Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     industrie
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Lemon Milk';
    src: url('/wp-content/themes/industrie-child/fonts/LemonMilkRegular-X3XE2.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lemon Milk';
    src: url('/wp-content/themes/industrie-child/fonts/LemonMilkBold-gx2B3.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Body */

body {
    font-family: 'Poppins', sans-serif;
}

.lemon-font {
    font-family: 'Lemon Milk', sans-serif !important;
}

.poppins-font {
    font-family: 'Poppins', sans-serif !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6, h3.pre-post-title a {
    font-family: 'Lemon Milk', sans-serif;
}
.page-title h1{margin-bottom:0 !important}
.page-title span{color:#000000}
.member-bg{
	position:relative;
	height: 225px;
}
.member-bg img{
/* 	position: inherit; */
/*     bottom: 10px; */
/*     left: 30px; */
}

/* timeline css */
.pm-timeline-section {
    padding: 50px 0;
    background: #eef0f1;
    overflow-x: auto;
	overflow-y: hidden;
}

.pm-timeline-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.pm-timeline-track {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
    height: 360px;
/*     padding: 0 20px; */
}

/* grey background strip behind capsules */
.pm-timeline-track::before {
    content: "";
    position: absolute;
    left: -80px;
    right: -80px;
    top: 50%;
    height: 64px;
    transform: translateY(-50%);
    background: #d9d9d9;
    z-index: 1;
}

/* remove full capsule base */
.pm-timeline-track::after {
    display: none;
}

.pm-timeline-item {
    position: relative;
    flex: 0 0 250px;
    height: 100%;
    z-index: 3;
    margin-left: -42px;
}

.pm-timeline-item:first-child {
    margin-left: 0;
}

/* overlapping capsule segment */
.pm-timeline-item::before {
    content: "";
    position: absolute;
    left: 25%;
    top: 50%;
    height: 64px;
    width: 270px;
    transform: translateY(-50%);
    background: var(--item-color);
    border-radius: 50px 0 0 50px;
    z-index: 3;
}

/* marker */
.pm-timeline-marker {
    position: absolute;
    left: 70%;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 4px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 8;
/*     box-shadow: 0 0 0 2px #d8d8d8; */
}

/* vertical connector */
.pm-timeline-line {
    position: absolute;
    left: 68%;
    width: 8px;
    height: 100%;
    z-index: 9999;
    background-image: url(https://pradeepmetals.datagrid.co.in/wp-content/uploads/2026/07/arrow.png);
    z-index: 9;
	background-repeat:no-repeat;
	
}

/* content */
.pm-timeline-content {
    position: absolute;
    left: 85%;
    width: 320px;
    transform: translateX(-50%);
    z-index: 5;
}

.pm-timeline-content h3 {
    margin: 0 0 10px;
    color: var(--item-color);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'Lemon Milk', sans-serif;
	display:none
}

.pm-timeline-content div {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
	color:#595959
}

.pm-timeline-year {
	position: absolute;
    left: calc(68% + 12px);
    color: var(--item-color);
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    z-index: 9;
	font-family: 'Lemon Milk', sans-serif
}

/* TOP layout */
.pm-timeline-item.top .pm-timeline-content {
    bottom: 300px;
}

.pm-timeline-item.top .pm-timeline-year {
    top: 115px;
}

.pm-timeline-item.top .pm-timeline-line {
    top: 68px;
    height: 115px;
	transform: rotate(180deg);
}

/* BOTTOM layout */
.pm-timeline-item.bottom .pm-timeline-content {
    top: 300px;
}

.pm-timeline-item.bottom .pm-timeline-year {
    bottom: 115px;
}

.pm-timeline-item.bottom .pm-timeline-line {
    bottom: 68px;
    height: 115px;
}

/* hover */
.pm-timeline-item:hover .pm-timeline-marker {
    transform: translate(-50%, -50%) rotate(45deg) scale(1.15);
}

.pm-timeline-item:hover::before {
    filter: brightness(1.05);
}

/* Mobile */
@media (max-width: 767px) {
    .pm-timeline-section {
        overflow-x: visible;
        padding: 40px 0;
    }

    .pm-timeline-wrap {
        padding: 20px;
    }

    .pm-timeline-track {
        display: block;
        min-width: 100%;
        height: auto;
        padding-left: 34px;
    }

    .pm-timeline-track::before {
        left: 28px;
        right: auto;
        top: 0;
        width: 4px;
        height: 100%;
        transform: none;
        border-radius: 999px;
        background: #d9d9d9;
    }

    .pm-timeline-track::after {
        display: none;
    }

    .pm-timeline-item {
        height: auto;
        margin-left: 0;
        padding: 0 0 40px 30px;
        flex: none;
    }

    .pm-timeline-item::before {
        display: none;
    }

    .pm-timeline-marker {
        left: -6px;
        top: 6px;
        width: 16px;
        height: 16px;
    }

    .pm-timeline-line {
        display: none;
    }

    .pm-timeline-content,
    .pm-timeline-item.top .pm-timeline-content,
    .pm-timeline-item.bottom .pm-timeline-content {
        position: static;
        width: auto;
        transform: none;
    }

    .pm-timeline-year,
    .pm-timeline-item.top .pm-timeline-year,
    .pm-timeline-item.bottom .pm-timeline-year {
        position: static;
        margin-bottom: 10px;
        color: var(--item-color);
        font-size: 22px;
    }

    .pm-timeline-content h3 {
        font-size: 20px;
    }

    .pm-timeline-content p {
        font-size: 15px;
    }
}

/* team member css start */
.elementor-3741 .elementor-element.elementor-element-72bff07 .rs-accordion-area .accordion-item:has(.accordion-collapse.show) {
    background-color: #ffffff;
}
.committee-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.member-card{
    background:#f5f5f5;
    border-radius:8px;
    padding:10px 10px;
    transition:all .3s ease;
    cursor:pointer;
    margin-bottom: 20px;
}

.member-card:hover{
    /* box-shadow:0 8px 18px rgba(0,0,0,.08); */
    transform:translateY(-3px);
}

.member-name{
    font-size:16px;
    font-weight:600;
    color:#222;
    line-height:1.4;
    transition:all .3s ease;
}

.member-role{
    margin-top:2px;
    font-size:14px;
    color:#1E1E1E;
}

.member-card:hover .member-name{
    color:#0D6EFD;
}

/* Tablet */
@media(max-width:991px){

.committee-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */
@media(max-width:767px){

.committee-grid{
    grid-template-columns:1fr;
}

.member-card{
    padding:16px;
}

.member-name{
    font-size:17px;
}

.member-role{
    font-size:15px;
}

}
/* team member css end */



/* contact us css starts */

.contact-wrapper-details .contact-form{
    max-width:900px;
    margin:auto;
    padding:50px;
	border-radius: 10px;
background: #FFF;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.contact-wrapper-details .form-heading{
    text-align:center;
    margin-bottom:45px;
}

.contact-wrapper-details .form-heading h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Lemon Milk', sans-serif;
    line-height: 34px;
}

.contact-wrapper-details .form-heading p{
    font-size:18px;
    color:#545554;
	font-weight:300;
	font-family: "Poppins", Sans-serif;
}

.contact-wrapper-details .form-row, .career-form .form-row{
    display:flex;
    gap:40px;
/*     margin-bottom:30px; */
}

.contact-wrapper-details .form-group, .career-form .form-group{
    width:100%;
/*     margin-bottom:30px; */
}

.mb20{
	 margin-bottom:20px;
}

.contact-wrapper-details .form-group label, .career-form .form-group label {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #44474E;
    font-family: 'Poppins', sans-serif;
}

.contact-wrapper-details .contact-form input,
.contact-wrapper-details .contact-form textarea,
.contact-wrapper-details .contact-form select,
.career-form input,
.career-form textarea,
.career-form select{
    width:100%;
   border-bottom: 1px solid #C4C6CF !important;
background: #F8F9FA;
    padding:10px 20px;
    font-size:16px;
  color: rgba(116, 119, 127, 0.50);
    outline:none;
    border-radius:0;
}

.contact-wrapper-details .contact-form .submit-btn input, .career-form .submit-btn input{
background: #106FB7;
}


.contact-wrapper-details .contact-form input, .career-form input{
/*     height:72px; */
	 height:50px;
}

.contact-wrapper-details .contact-form textarea{
/*     height:170px; */
	  height:120px;
    resize:none;
}

.contact-wrapper-details .contact-form input:focus,
.contact-wrapper-details .contact-form textarea:focus,
.career-form input:focus, .career-form select:focus, .career-form textarea:focus{
    border-bottom:2px solid #005DAA;
}

.contact-wrapper-details .contact-form input::placeholder,
.contact-wrapper-details .contact-form textarea::placeholder,
.career-form input::placeholder,
.career-from select::placeholder,
{

    color:#c2c2c2;
}

.contact-wrapper-details .captcha{
    margin:35px 0;
}

.contact-wrapper-details .submit-btn{
    text-align:center;
}

.contact-wrapper-details .submit-btn input, .career-form .submit-btn{
    width:280px;
    height:68px;
color: #FFF;
text-align: center;
    font-family: 'Lemon Milk', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.8px;
text-transform: capitalize;
    cursor:pointer;
    transition:.3s;
}
.career-form .submit-btn{margin:0 auto}
.contact-wrapper-details .submit-btn input:hover, .quote-form .submit-btn input{
    background:#004b88;
}

.contact-wrapper-details .wpcf7-spinner{
    display:none;
}

.fake-recaptcha, .career-form-wrapper .fake-recaptcha {
    width:100%;
    height:78px;
    border:1px solid #d3d3d3;
    background:#f9f9f9;
	margin-bottom: 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 15px;
}

.contact-wrapper-details .checkbox , .fake-recaptcha .checkbox{
    width:28px;
    height:28px;
    border:2px solid #c3c3c3;
    background:#fff;
}

.contact-wrapper-details .captcha-text, .fake-recaptcha .captcha-text {
    flex:1;
	font-family: "Poppins", Sans-serif;
    margin-left:15px;
    font-size:12px;
    font-weight:700;
    color:#44474E;
	letter-spacing: 1.2px;
}

.contact-wrapper-details .captcha-logo, .fake-recaptcha .captcha-logo{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.contact-wrapper-details .captcha-logo img , .fake-recaptcha .captcha-logo img{
    width:32px;
}

.contact-wrapper-details .captcha-logo span, .fake-recaptcha .captcha-logo span{
    font-size:11px;
    color:#888;
}


@media(max-width:768px){

.contact-wrapper-details .contact-form{

    padding:30px 20px;
}

.contact-wrapper-details .form-row{

    flex-direction:column;
    gap:0;
}

.contact-wrapper-details .form-heading h2{
    font-size:34px;
}

.contact-wrapper-details .form-heading p{
    font-size:18px;
}

.contact-wrapper-details .contact-form input{

    height:60px;
    font-size:18px;
}

.contact-wrapper-details .contact-form textarea{

    height:150px;
    font-size:18px;
}

.contact-wrapper-details .submit-btn input{
    width:100%;
}

}

/* contact us css end */

/* career css starts */

.career-wrapper .career-block{
	border: 1px solid rgba(255, 255, 255, 0.20);
background: rgba(84, 84, 84, 0.10);
backdrop-filter: blur(6px);
}

.career-cta:hover, .career-cta .rs-button .rs-btn:before{
	background-color: transparent;
	
}
.career-cta span{
	letter-spacing: 1.2px;
}

.rs-button .rs-btn:hover{
	border: 1px solid rgba(84, 84, 84, 0.40);
}

.career-title span{
	font-size:10px;
	background: #0B7ACE;
	    font-family: "Poppins", Sans-serif;
	color:#ffffff;
	font-weight: 700;
line-height: 15px; /* 150% */
	    padding: 2px 5px;
	
}




/* career css ends */

/* career form css starts */

.career-form-wrapper .career-form{

    max-width:760px;
    margin:auto;
    background:#fff;
    padding:45px;
   border-top: 4px solid #0B7ACE;
	background: rgba(255, 255, 255, 0.00);
box-shadow: 0 0 40px -12px rgba(0, 0, 0, 0.25);
	
}

.career-form-wrapper .career-form h2{
    color:#000A1E;
    text-align:center;
    font-size:20px;
font-weight:600;
text-transform: uppercase;
    margin-bottom:40px;
line-height: 28px;
    letter-spacing:2px;
}

.career-form-wrapper .form-group{

    margin-bottom:25px;
	width:100%;
}

.career-form-wrapper .form-group label{

    display:block;

    font-size:10px;

    font-weight:400;

    color:#44474E;
	line-height:15px;
    margin-bottom:8px;

    letter-spacing:1px;
}

.career-form-wrapper .career-form input[type=text],
.career-form-wrapper .career-form input[type=email],
.career-form-wrapper .career-form input[type=tel]{

    width:100%;
    height:58px;
	color:#6B7280;
    border:none;
	font-weight:400;
   border-bottom: 1px solid #C4C6CF;
background: #F8F9FA;
font-family: "Poppins", Sans-serif;
    padding:0 18px;
    font-size:14px;
    outline:none;
	    margin-bottom: 10px;
}

.career-form-wrapper .career-form input::placeholder{

    color:#9e9e9e;
}

.career-form-wrapper .career-form input:focus{

    border-bottom:2px solid #0d73be;
}

.career-form-wrapper .career-form textarea{

    width:100%;
}

.career-form-wrapper .upload-field{

    background:#f7f8fa;

    padding:25px;

    border-bottom:1px solid #d5d5d5;
}

.career-form-wrapper .upload-field label{

    margin-bottom:15px;
}

.career-form-wrapper .upload-field input[type=file]{

    width:100%;
}



.career-form-wrapper .submit-btn{

    text-align:center;
}

.career-form-wrapper .submit-btn input, .quote-form .submit-btn input {

    width:220px;

    height:60px;

   border-radius: 2px;
background: #106FB7;

    color:#fff;
    font-size:16px;
line-height: 24px; 
    font-weight:400;
letter-spacing: 0.8px;
    cursor:pointer;
    transition:.3s;
	font-family: 'Lemon Milk', sans-serif;
}

.career-form-wrapper .submit-btn input:hover{

    background:#095f9d;
}

.career-form-wrapper .wpcf7-spinner{

    display:none;
}
/* career form css end */

/* career page upload css starts */

.career-form-wrapper .resume-upload{

    margin:25px 0;
}

.career-form-wrapper .upload-box{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    width:100%;

    height:120px;

    background:#f8f9fb;

    border-bottom:1px solid #d8d8d8;

    cursor:pointer;

    overflow:hidden;
}

.career-form-wrapper .upload-box input[type=file]{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    opacity:0;

    cursor:pointer;
}

.career-form-wrapper .upload-content{

    display:flex;

    align-items:center;

    gap:12px;

    pointer-events:none;
	position: absolute;
    top: 35%;
    justify-content: center;
    left: 0;
    right: 0;
}

.career-form-wrapper .upload-content svg{

    width:18px;

    height:18px;
}

.career-form-wrapper .upload-text {
    font-size: 10px;
    font-weight: 400;
    color: #44474E;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 15px;
}

.career-form-wrapper .file-name{

    margin-top:10px;

    font-size:13px;

    color:#0d73be;

    text-align:center;
}

.career-form-wrapper .resume-upload{
	position: relative;
}

/* career page upload css end */




.w-img-custom img, .w-img-custom{width:100% !important}


/* footer css starts */

.footer-menu-wrapper .rs__menu_sp_dyc i{
	visibility:hidden;
}

.footer-menu-wrapper .hfe-nav-menu li a{
	color: #545454 !important;
	  display: block;
    white-space: nowrap;
}

.footer-width-fixer .hfe-layout-vertical .right-arrow-style2 ul .menu-item a:hover{
	    padding-left: 0px !important;
}

#scrollUp i {
    background: #0B7ACEDE !important;
}

/* footer css end */


/*slider*/

.slider{
    width:100%;
    height:100vh;
    display:flex;
    overflow:hidden;
	height:489px;
}

.panel{
    position:relative;
    flex:1;
    overflow:hidden;
    cursor:pointer;
    transition:all .6s ease;
}

.panel img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.panel::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    transition:.5s;
    z-index:1;
}

.panel.active::before{
    background:rgba(0,0,0,.2);
}

.content{
    position:absolute;
    left:40px;
    bottom:40px;
    color:#fff;
    z-index:2;
    width:80%;
}

.content span{
    display:block;
    font-size:14px;
    margin-bottom:12px;
    letter-spacing:2px;
}

.gallery-wrapper .content h2{
color: #FFF;
font-size: 22px;
font-weight: 500;
line-height: 32px; 
letter-spacing: 1.32px;
text-transform: capitalize;
	display:flex;
	    align-items: stretch;
    height: 55px;
}

.gallery-wrapper .panel{
margin-right:10px;
}

.gallery-wrapper .panel:last-child{
	margin-right:0px;
}

.bgGray2{
	
}

.linearBg .e-n-tabs-heading button:hover, .linearBg .e-n-tab-title[aria-selected="true"]#e-n-tab-title-2316258652{
	border-radius: 2px;
background: linear-gradient(90deg, #106FB7 0%, #073151 100%) !important;
}

/* ===========================
      Laptop
=========================== */

@media(max-width:1400px){

/* .slider{
    height:85vh;
} */

.gallery-wrapper .content h2{
    font-size:18px;
}

}

/* ===========================
      Tablet
=========================== */

@media(max-width:991px){

.slider{
    flex-direction:column;
    height:auto;
}

.panel{
    flex:none;
    height:180px;
}

.panel.active{
    height:380px;
}

.content{
    left:25px;
    bottom:25px;
}

.content h2{
    font-size:28px;
}

}

/* ===========================
      Mobile
=========================== */

@media(max-width:767px){

.panel{
    height:140px;
}

.panel.active{
    height:300px;
}

.content{
    left:20px;
    bottom:20px;
}

.content span{
    font-size:12px;
}

.content h2{
    font-size:22px;
}

}

/* ===========================
      Small Mobile
=========================== */

@media(max-width:480px){


	
	.gallery-wrapper .panel{
		  height:110px;
	margin-right:0px;
	}

.panel.active{
    height:240px;
	
}

.content{
    left:15px;
    bottom:15px;
}

.content h2{
    font-size:18px;
}

}

/* Certificate Carousel */
.certificate-carousel .rsaddon-unique-slider{
    position: relative;
    padding-bottom: 70px;
}

/* Move arrows to bottom */
.certificate-carousel .slick-arrow{
       top: auto !important;
    bottom: -55px !important;
    transform: none !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #0000001a !important;
    border-radius: 2px;
}

/* Previous Arrow */
.certificate-carousel .slick-prev{
    left: calc(95% - 95px) !important;
}

/* Next Arrow */
.certificate-carousel .slick-next{
    right: 5% !important;
}

/* .left-sidebar{
	position: fixed;
    top: 50px;
    align-self: flex-start;
    width: 25%;
    height: 100vh;
    background: #595959;
	z-index:9
} */
.left-sidebar li{
	margin-bottom:25px;
}

.left-sidebar li a{
	font-family: 'Lemon Milk', sans-serif;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
    padding:15px 20px;
    text-decoration:none;
	text-align: right;
    display: block !important;
}

.banner-title span{color:#48AFFE}
/* :root{
    --header-height:127px;
} */
/* .left-sidebar{
    position:fixed;
    top: var(--header-height);
    left:0;
    width:25%;
    height: calc(100vh - var(--header-height));
    background:#595959;
    overflow-y:auto;
    z-index:999;
    opacity:0;
    visibility:hidden;
    transform:translateX(-30px);
    transition:all .35s ease;
} */
/* .left-sidebar{
    position: fixed;
    top: 100px; 
    left: 0;
    width: 25%;
    height: calc(100vh - 80px);
    background: #595959;
    overflow-y: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
    transition: opacity .35s ease, visibility .35s ease, transform .35s ease;
}
.left-sidebar.show{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
} */
.left-sidebar{
    position: fixed;
    top: 126px; /* 80px header + 32px WP admin bar */
    left: 0;
    width: 24%;
    height: calc(100vh - 112px);
    background: #595959;
    overflow-y: auto;
    z-index: 998; /* lower than header */

    opacity: 0;
    visibility: hidden;
    transform: translateX(-60px);

    transition: transform .8s cubic-bezier(.22,1,.36,1),
                opacity .8s ease,
                visibility .8s ease;
}

.left-sidebar.show{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}
.right-bar-content{
    margin-left: 0;
    width: 100%;
    transition: all .35s ease;
}

body.sidebar-show .right-bar-content{
    margin-left: 24%;
    width: 76%;
}
footer{
	z-index: 99999;
    position: relative;
}
#about,
#vision,
#values,
#journey,
#team,
#chairman,
#certifications,
#flow-control,
#flow-measurement,
#fittings{
    scroll-margin-top:100px;
}
.w-100 img{width:100%}
@media (max-width: 767px) {
.w100{
	width: 100% !important;
}
}

.pm-product-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.pm-product-card{

    border:1px solid #ececec;
    border-radius:10px;
    padding:15px;
    background:#fff;
    transition:.3s;

}

.pm-product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.pm-product-image{
    height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;

}

.pm-product-image img{

    max-height:100%;
    width:auto;

}

h3.pm-product-title{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 40px;
}

.pm-spec-row{
    display:grid;
    grid-template-columns:26px 90px 1fr;
    gap:10px;
    align-items:flex-start;
    margin-bottom:16px;
	font-size: 14px;
    font-weight: 500;
}

.pm-spec-row strong{
    font-weight:700;
}

.pm-spec-row span:last-child{

    color:#555;
    line-height:1.6;
}

.pm-icon{

    color:#222;
}

@media(max-width:991px){

.pm-product-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.pm-product-grid{

grid-template-columns:1fr;

}

}


/* investor form & services css starts */

.investor-table{
    width:100%;
/*     max-width:1100px; */
    margin:auto;
}

.investor-table table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    border:1px solid #d9dde5;
    border-radius:6px;
    overflow:hidden;
}

.investor-table thead th {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.2px;
    background-color: #000A1E;
    padding: 16px;
}

.investor-table thead th:last-child{
    width:90px;
    text-align:center;
}

.investor-table tbody td {
    color: #191C1D;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 15px;
    border-bottom: 1px solid #C4C6CF;
}

table tr:nth-child(even) {
    background: #F3F4F5;
}

.investor-table tbody td:last-child{
    width:90px;
    text-align:center;
}

.investor-table .pdf a{
    color:#0b7be8;
    font-size:26px;
    transition:.3s;
}

.investor-table .pdf a:hover{
    color:#005dc9;
}

.investor-table .pdf i{
    display:block;
}

.investor-table td, .investor-table th{
	border:0px;
}

@media(max-width:768px){

.investor-table table,
.investor-table thead,
.investor-table tbody,
.investor-table tr,
.investor-table td,
.investor-table th{
    display:block;
    width:100%;
}

.investor-table thead{
    display:none;
}

/* .investor-table tbody tr{
    border:1px solid #ddd;
    margin-bottom:15px;
    border-radius:6px;
    overflow:hidden;
} */

.investor-table tbody td{
    border:none;
	 padding:15px;
/*     padding:15px;
    font-size:16px; */
}
	
	table tr:nth-child(even) {
    background: #F3F4F5;
    border-bottom: 1px solid #C4C6CF;
    border-top: 1px solid #C4C6CF;
}

.investor-table tbody td.pdf{
    text-align:left;
}

.investor-table .pdf a{
    font-size:24px;
}

}

/* investor form & services css end */

.pm-amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.pm-amenity-card {
    background: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease;
}

.pm-amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.pm-amenity-image {
    position: relative;
    padding: 16px 16px 0;
}

.pm-amenity-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.pm-amenity-badge {
    position: absolute;
    top: 26px;
    left: 16px;
    background: #0BCECE;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 20px;
}

.pm-amenity-content {
    padding: 24px 20px 18px;
}

.pm-amenity-content h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
}

.pm-amenity-content p {
    margin: 0 0 22px;
    font-weight: 400;
    font-size: 16px;
    color: #6F6E6E;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: start;
}

/* .pm-amenity-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    font-weight: 600; */
}

.pm-amenity-link span {
    font-size: 20px;
    line-height: 1;
}

.pm-amenities-btn-wrap {
	display:none;
    text-align: center;
    margin: 34px 0;
}

button.pm-amenities-btn {
    background-color: #106FB7;
    font-family: "Poppins", Sans-serif;
	border:1px solid #106FB7;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 15px 38px 15px 38px;
}
button.pm-amenities-btn:hover {
    background-color: #004b88 !important;
    border: 1px solid #004b88 !important;
}
@media (max-width: 991px) {
    .pm-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .pm-amenities-grid {
        grid-template-columns: 1fr;
    }
}

.pm-amenity-link {
    background-color: transparent;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    color: #000000 !important;
    border-width: 0 !important;
    border: 0;
    border-radius: 0px;
    padding: 14px 20px 14px 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pm-amenity-link:hover{
	color: #106fb7 !important;
    background-color: transparent !important;
}
.pm-amenity-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.pm-amenity-popup.is-open {
    display: block;
}

.pm-amenity-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
}

.pm-amenity-popup-box {
   position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 720px;
    margin: 7vh auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px 30px;
    box-shadow: 0 30px 80px rgba(0,0,0,.22);
}

.pm-amenity-popup-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #106FB7;
    color: #106fb7;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
	padding:0 !important
}
.pm-amenity-popup-close:hover{
	background-color:transparent;
	color: #106fb7;
	border-color:#106FB7
}
.pm-amenity-popup-box h2 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    text-transform: uppercase;
}

.pm-amenity-popup-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #6F6E6E;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: start;
}
.pm-amenity-popup-desc ul{
	padding:0;
    margin-left:30px}
.pm-amenity-popup-desc ul li{
	margin-bottom:15px
}
.pm-amenity-popup-desc ul li:last-child{margin-bottom:0}
.pm-amenity-popup-desc table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 26px;
}

.pm-amenity-popup-desc td {
    padding: 9px 0;
    border-bottom: 0;
    vertical-align: top;
}

.pm-amenity-popup-desc td:first-child {
    color: #777;
}

.pm-amenity-popup-desc td:last-child {
    color: #111;
    font-weight: 700;
    text-align: right;
}

body.pm-popup-active {
    overflow: hidden;
}

@media(max-width: 767px) {
    .pm-amenity-popup-box {
        padding: 34px 24px;
        border-radius: 20px;
        margin: 5vh auto;
    }

    .pm-amenity-popup-box h2 {
        font-size: 26px;
    }

    .pm-amenity-popup-desc {
        font-size: 16px;
    }
}

.certificate-carousel .rs-addon-slider.rsl_logo_style2 .rs-grid-figure{
	background-color:transparent
}
.certificate-carousel .rs-addon-slider.rsl_logo_style2 .rs-grid-figure:before, .rs-addon-slider.rsl_logo_style2 .rs-grid-figure:after{
	background-color:transparent
}
.left-bottom-shape{display:none}
.rs-addon-slider.rsl_logo_style2 .rs-grid-figure .logo-img img:hover {
    transform: scale(1.05);
}

/* industries we serve start here */
.left-sidebar .elementor-icon-list-items li a span{
	display:flex;
	justify-content: end;
    gap: 10px;
}
.count{
	font-size:15px;
	font-weight:500;
	font-family:poppins
}
/* industries we serve end here */
/* Media Queries Start Here */
@media (max-width: 992px) {
	.left-sidebar{display:none !important}
	.right-bar-content{
     margin-left: 0;
     width: 100%;
	}
}
/* Media Queries End Here */



/* get a quote css starts */

.getquote-wrapper .quote-form label .wpcf7-list-item-label {
    color: #191C1D !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize !important;
    letter-spacing: 0px;
}

.getquote-wrapper .quote-form{
/* 	background: rgba(255, 255, 255, 0.00); */
box-shadow: 0 0 40px -12px rgba(0, 0, 0, 0.25);
	padding:20px;
	border: 1px solid rgba(86, 86, 86, 0.35);
background: #FFF;
}


.getquote-wrapper .quote-form{
    max-width:100%;
}

.getquote-wrapper .form-row{
    display:flex;
    gap:25px;
    margin-bottom:25px;
}

.getquote-wrapper .form-group{
    width:50%;
}

.getquote-wrapper .full-width{
    width:100%;
    margin-bottom:25px;
}

.getquote-wrapper .quote-form label {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #44474E;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 15px;
}



.getquote-wrapper .quote-form input:not([type=checkbox]):not([type=submit]):not([type=file]),
.getquote-wrapper .quote-form textarea{
    width:100%;
    background:#F8F9FA;
    border-bottom:1px solid #C4C6CF;
   padding: 15px 16px 16px 16px;
    font-size:14px;
    box-sizing:border-box;
	font-weight:400;
	font-family: "Poppins", Sans-serif;
	color: #6B7280;
	margin-bottom:0px;
}

.getquote-wrapper .quote-form textarea{
    height:150px;
    resize:none;
}

.getquote-wrapper .wpcf7-checkbox{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
}

.getquote-wrapper .wpcf7-list-item{
    margin:0 !important;
}

.getquote-wrapper .upload-box input[type=file]{
    width:100%;
    padding:45px;
    border:2px dashed #d9d9d9;
    background:#fafafa;
    cursor:pointer;
}

.getquote-wrapper .upload-text{
    text-align:center;
    margin-top:15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
    color:#44474E;
}

.getquote-wrapper .upload-text strong{
    font-size:20px;
    display:block;
    margin-bottom:8px;
}

.getquote-wrapper .upload-text span{
    color:#0077d9;
    font-weight:700;
    font-size:12px;
    letter-spacing:1px;
}

.getquote-wrapper .submit-btn{
    text-align:center;
    margin-top:35px;
}

.getquote-wrapper .submit-btn input{
    background:#006fca;
    color:#fff;
    border:none;
    padding:16px 55px;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    cursor:pointer;
    transition:.3s;
}

.getquote-wrapper .submit-btn input:hover{
    background:#0059a8;
}

@media(max-width:768px){

.getquote-wrapper .form-row{
    flex-direction:column;
    gap:20px;
}

.getquote-wrapper .form-group{
    width:100%;
}

.getquote-wrapper .wpcf7-checkbox{
    flex-direction:column;
    gap:12px;
}

.getquote-wrapper .submit-btn input{
    width:100%;
}

}

/* upload css starts */

/* .upload-wrapper{
    margin-top:40px;
}
 */


.getquote-wrapper .upload-box{
	border-bottom: 1px solid #C4C6CF;
background: #F8F9FA;
    position:relative;
    min-height:250px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    overflow:hidden;
}



.getquote-wrapper .upload-heading {
    font-size: 16px;
    font-weight: 400;
    color: #000A1E;
    margin: 0;
    line-height: 24px;
	    margin-top: 40px !important;
}


.getquote-wrapper .upload-limit {
    color: #0B7ACE;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
	margin-top: 8px !important;
}

/* Hide default file input */
.getquote-wrapper .upload-field{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    cursor:pointer;
}

/* upload css end */

/* get a quote css end */
.fg-landscape:not(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons{
	width:70px
}
.year-badge{
	background-color:#E8E8E8;
	padding:4px 12px;
	border-radius:2px;
	color:#106FB7;
	display:inline-block
}
.iconbox-custom h3{margin-bottom:0}
.elementor-33393 .elementor-element.elementor-element-349ce15 .rsaddon_pro_box .portfolio-item .p-icon a.prs_btn{
	width:40px;
	height:40px;
	font-size:12px;	
	border:1px solid var( --e-global-color-primary )
}
.elementor-33393 .elementor-element.elementor-element-349ce15 .rsaddon_pro_box .portfolio-item .p-icon a.prs_btn:hover{
	background-color:#004b88;
	border:1px solid #004b88;
}


.pm-patent-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.patent-card-wrapper {
    min-width: 0;
}

.patent-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    height: 100%;
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 14px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.patent-card:hover {
    transform: translateY(-5px);
    border-color: #c8dceb;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.card-number {
    color: #d0d0d0;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 14px;
}

.card-tag {
    position: absolute;
    top: 38px;
    right: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 150px);
    padding: 8px 20px;
    background: #6cb8ed;
    color: #111111;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.card-title {
    margin: 0 0 20px;
    color: #111111;
    font-size: 24px;
    line-height: 1.28;
    font-weight: 800;
    text-transform: uppercase;
}

.status {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    padding: 7px 14px;
    background: #eaf5ff;
    color: #087dcc;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
}

.status i {
    font-size: 14px;
    line-height: 1;
}

.divider {
    width: 100%;
    margin: 20px 0 18px;
    border-top: 1px dashed #cfcfcf;
}

.patent-info-list {
    margin-top: auto;
}

.info-row {
    display: grid;
    grid-template-columns:
        minmax(85px, 0.9fr)
        minmax(125px, 1fr)
        minmax(145px, 1.2fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 12px;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    min-width: 0;
    color: #111111;
    font-size: 15px;
    line-height: 1.4;
}

.info-item i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #1685d8;
    font-size: 14px;
}

.info-item span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.info-country {
    color: #777777;
    font-weight: 400;
}

.info-patent-number,
.info-patent-date {
    color: #111111;
    font-weight: 600;
}

/* Optional staggered entrance */
.patent-card-wrapper {
    opacity: 0;
    transform: translateY(18px);
    animation: pmPatentCardIn 0.5s ease forwards;
}

.patent-card-wrapper:nth-child(2) {
    animation-delay: 0.08s;
}

.patent-card-wrapper:nth-child(3) {
    animation-delay: 0.16s;
}

.patent-card-wrapper:nth-child(4) {
    animation-delay: 0.24s;
}

@keyframes pmPatentCardIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .pm-patent-grid {
        grid-template-columns: 1fr;
    }

    .patent-card {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .pm-patent-grid {
        gap: 20px;
    }

    .patent-card {
        padding: 22px 20px;
        border-radius: 12px;
    }

    .card-number {
        font-size: 40px;
        margin-bottom: 18px;
    }

    .card-tag {
        top: 26px;
        right: 20px;
        max-width: calc(100% - 105px);
        padding: 7px 13px;
        font-size: 12px;
        white-space: normal;
        text-align: center;
    }

    .card-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .info-row {
        grid-template-columns: 1fr;
        gap: 6px;
        margin-bottom: 18px;
    }

    .info-item {
        font-size: 14px;
    }
}
.csr-banner{height:410px}
.filter-header{
    margin-bottom:15px;
    font-weight:600;
}
#toggleSelect{
	color: #000000;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    line-height: 30px;
    font-size: 14px;
}
.year-checkbox-list{
    display:flex;
    flex-direction:column;
    gap:12px;
	height: 400px;
    overflow-y: scroll;
	margin-top:10px
}

.year-checkbox-list label,
.filter-header label{
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
	font-weight: 500;
    font-size: 14px;
}
.year-checkbox-list label input[type="checkbox"]{
	width: 20px;
    height: 20px;
}
.year-tab .e-n-tab-title{
	padding:0;
	background-color:transparent !important
}
.year-tab .e-n-tab-title[aria-selected=true], .elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover{
	color:var( --e-global-color-primary );
	background-color:transparent !important
}
.year-tab .e-n-tabs-heading{margin-top:10px}
.quarter-box div.show_shadow:hover p{color:#106FB7; cursor:pointer}
.agm-box h3{margin-bottom:0}
.service-box .service-style-1 .service-title-holder{
	background-color:#d9d9d94d !important;
	padding:20px
}
.service-box h2.title a{
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.32px;
    text-transform: capitalize;
    display: block;
    align-items: stretch;
	text-transform:uppercase;
	width:100%
}
.service-box .service-content-area .read__more a{width:100%;}
@media (max-width: 1366px) {
    .elementor-24620 .elementor-element.elementor-element-2f17b48 .hfe-site-logo .hfe-site-logo-container img {
        height: auto;
        width: 130px;
    }
}
.pm-fullscreen-menu{background:rgba(255,255,255,0.8)!important}
.pm-menu-primary a {
      font-size: 20px!important;
    line-height: 19px!important;
	color:#000!important;
}
.pm-menu-layout {
    display: grid;
    grid-template-columns: 25% 25% 35%!important;
    height: auto;
}
.pm-menu-secondary a{color:#000!important}
.pm-menu-secondary a {
    color: #000 !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
	line-height: normal
}

/* for cursor setting */
#rs-mouse,
#cursor-ball {
    display: none !important;
}

body {
    cursor: auto !important;
}


/* gallery section css start */
.media-box{
	background-color:#d9d9d94d !important;
	padding:20px;
}
.ngg-gallery-thumbnail{
	border: 1px solid #54555452;
    padding: 5px;
    border-radius: 5px;
}
.media-img img{width:100%}
.dialog-type-lightbox{background-color:rgb(0 0 0)}
.elementor-slideshow__header>svg, .elementor-lightbox .dialog-lightbox-close-button{
	background-color:#ffffff;
	fill:#106FB7 !important
}
.elementor-lightbox .dialog-lightbox-close-button svg{fill:#106FB7 !important}

.sl-wrapper .sl-navigation button{
	width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 20px !important;
    padding: 0;
	background-color:#106fb7;
	color:#ffffff
}
.sl-wrapper .sl-close{
	padding:0;
	color: #fff;
    font-size: 2rem;
    background-color: #106FB7;
}
/* .designation a svg{
	background-color: #106FB7;
    fill: #ffffff;
    font-size: 14px;
    padding: 18px;
    line-height: 18px;
    width: 18px;
    height: 18px;
} */
.team-member-bg{
	background:#fff;
    border-radius:5px;
    box-shadow:0 0 30px rgba(0,0,0,0.08);
	margin-bottom:30px
}
.more-content{
    display:none;
}

.more-content.show{
    display:block;
}

.toggle-bio{
    display:inline-block;
    margin-top:0;
    color:#106fb7 !important;
    font-weight:600;
    cursor:pointer;
    text-decoration:none;
	font-size:14px
}

.toggle-bio:hover{
    color:#545554 !important
}
.board-img-bg img{border-radius:5px}
.director-bio p{margin-bottom:10px}
.director-bio p:last-child{margin-bottom:0}
small.rupee-text{
	font-size:24px !important;
	font-weight:300
}
small.rupee-lakh{
	font-size:16px;
	font-weight:400
}
.stock-box h3{margin-bottom:10px}
.view-details-btn a{
	padding:0 !important;
	border:0 !important;
	color:#106FB7 !important;
	background-color:transparent;
	margin-top:3px
}

/* ===========================================
   Revolution Slider 7 (SR7) - Dash Bullets
   =========================================== */

/* Bullet Container */
sr7-bullets.zeus{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Hide Zeus Thumbnail Elements */
sr7-bullets.zeus .sr7-bullimg,
sr7-bullets.zeus .sr7-bullimgoverlay,
sr7-bullets.zeus .sr7-bullet-title{
    display: none !important;
}

/* Default Dash */
sr7-bullets.zeus sr7-bullet{
    width: 28px !important;
    height: 4px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    border: none !important;
    border-radius: 50px !important;
    background: rgba(255,255,255) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    transition: background-color .3s ease,
                opacity .3s ease !important;
    transform: none !important;
}

/* Active Dash */
sr7-bullets.zeus sr7-bullet.selected{
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    background: #106FB7 !important;
    opacity: 1 !important;
}

/* Remove Any Zeus Effects */
sr7-bullets.zeus sr7-bullet::before,
sr7-bullets.zeus sr7-bullet::after{
    display: none !important;
    content: none !important;
}

/* Hover */
sr7-bullets.zeus sr7-bullet:hover{
    background: #ffffff !important;
    opacity: .8;
}
.contact-form em.select-full:after{
	transform: translateY(50%);
}
#career-form{
	margin:0 auto;
	max-width: 900px;
    margin: auto;
    padding: 50px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
