/* Banner Section */
.banner-sec {
    /* background: #0000007d; */
    position: relative
}
.banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.banner-video video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-sec .overlayColor {
    padding: 77px 0;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}
.banner-sec .text-heading {
    font-size: 64px;
    color: #fff;
    line-height: 1.23;
    letter-spacing: -2.1px;
    margin: 0 0 13px 0;
    padding: 0;
    text-align: justify;
    text-transform: inherit;
}
.banner-sec .text-heading::before {
    display: none;
}
.sub-heading {
    font-size: 18px;
    font-family: 'Hind Madurai';
    font-weight: 600;
    color: #A43434;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
}
.bnar-cnt {
    width: 49.5%;
    /* max-width: 790px; */
}
.banner-sec .para {
    text-align: justify;
}
.para {
    font-family: 'Hind Madurai';
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 1.35;
    margin: 0 0 39px 0;
    letter-spacing: 0;
}
/* .bnr-btn a.cmn-btn {
    padding: 14px 50px;
    font-size: 18px;
} */
/* Home Component */
.hm-component-sec {
    background-image: url(../images/component-bg.webp);
    height: auto !important;
    aspect-ratio: 23.9/ 8.1;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hm-component-list ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 100px;
    gap: 20px;
}
.hm-component-list ul li {
    font-family: 'Hind Madurai';
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
    list-style: none;
}
@media screen and (min-width: 768px) {
    .hm-component-list ul li:first-child {
        animation: first 2s;
        --animate-duration: 3s;
    }
    .hm-component-list ul li:last-child {
        animation: last 4s;
        --animate-duration: 8s;
        animation-delay: 200ms;
    }
    .hm-component-list ul li {
        animation: middle 5s;
        --animate-duration: 10s;
    }
    @keyframes first {
        0% {
            transform: translateX(300%) scale(0);
        }
        30% {
            transform: translateX(300%) scale(1);
        }
        100% {
            transform: translateX(0%) scale(1);
        }
    }
    @keyframes middle {
        0% {
            transform: scale(0);
        }
        75% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes last {
        0% {
            transform: translateX(-300%) scale(0);
        }
        50% {
            transform: translateX(-300%) scale(0);
        }
        80% {
            transform: translateX(-120%) scale(1);
        }
        100% {
            transform: translateX(0%) scale(1);
        }
    }
}
.hm-component-list {
    display: flex;
    justify-content: space-around;
    position: absolute;
   left: 0;
   top: 0;
    width: 100%;
    bottom: 0;
    margin: auto;
    align-content: center;
    align-items: center;
}
/* 
.hm-component-list h3 {
    font-family: 'Hind Madurai';
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
}
@keyframes fadeAndMoveLeft {
    0% { opacity: 0; transform: translateX(0); }
    100% { opacity: 1; transform: translateX(-50%); }
}
@keyframes fadeAndMoveRight {
    0% { opacity: 0; transform: translateX(0); }
    100% { opacity: 1; transform: translateX(50%); }
}
@keyframes fadeInCenter {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}
.text-left {
    position: absolute;
    left: 20%;
    animation: fadeAndMoveLeft 1.5s ease-in-out forwards;
}
.text-right {
    position: absolute;
    right: 20%;
    animation: fadeAndMoveRight 1.5s ease-in-out forwards;
}
.text-center {
    animation: fadeInCenter 1.5s ease-in-out forwards;
} */
/* Testimonials Section Starts */
.testi-blk {
    padding: 0 0 120px;
}
.hm-testimonials {
    padding: 70px 0;
    text-align: center;
}
.hm-testimonials .hm-testi-item {
    background: #eeeeee;
    padding: 40px 30px;
    margin-right: 20px;
}
.hm-testimonials .hm-testi-item p {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
}
.hm-testimonials .hm-testi-item h3 {
    color: #000;
    font-size: 22px;
    position: relative;
    text-transform: capitalize;
}
.hm-testimonials .hm-testi-item h4.author {
    color: #000;
    font-size: 22px;
}
.hm-testimonials .testi-blk .owl-nav {
    margin: 40px 0 0 0;
}
.hm-testimonials .testi-blk .owl-nav button {
    background: #ccc !important;
    width: 50px;
    height: 40px;
    margin: 0 5px;
}
.hm-testimonials .testi-blk .owl-nav button span {
    font-size: 28px;
    font-weight: bold;
}
.hm-testimonials .testi-blk .owl-nav button:hover {
    background: #000 !important;
}
.hm-testimonials .testi-blk .owl-nav button:hover span {
    color: #fff;
}
.hm-testimonials .testi-btn {
    padding: 20px 0 0;
}
.hm-testimonials .testi-btn a {
    background-color: #eeeeee;
}
.hm-testimonials .testi-btn a:hover {
    background-color: #000;
}
/* Testimonials Section Ends */
/* Home Blog Section Starts */
.hm-blog-sec {
    padding: 60px 0;
}
.hm-blog-sec .hm-blog-blk {
    flex-wrap: wrap;
    display: flex;
}
.hm-blog-sec .hmblg-item {
    background: #ccc;
    width: 32%;
    padding: 20px;
    margin: 0 0.5%;
}
.hm-blog-sec .hmblgcnt h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #000;
    line-height: 1;
}
.hm-blog-sec .hmblgcnt p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0px;
}
.hm-blog-sec .hmpost_btn {
    margin: 20px 0 10px 0;
}
.hm-blog-sec .hmpost_btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}
.hm-blog-sec .hmnews-btn {
    text-align: center;
    margin: 30px 0 0 0;
}
.hm-blog-sec .hmnews-btn a {
    background-color: #eee;
}
.hm-blog-sec .hmnews-btn a:hover {
    background-color: #000;
}
/* Home Blog Section Ends */
/* HomePage FAQ's Section Starts */
.hm-faq-sec {
    padding: 50px 0;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-section-content {
    display: none;
    background-color: #999;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}
.accordion-section.accordien-active .accordion-section-content {
    display: block;
}
.accordion-heading {
    background-color: #ccc;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}
.accordion-section-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0px;
}
.accordion-section .accordion-heading {
    border-radius: 5px;
    font-size: 26px;
    margin: 0;
    color: #000;
    line-height: 1;
}
.accordion-section.accordien-active .accordion-heading {
    border-radius: 5px 5px 0 0;
}
/* HomePage FAQ's Section Ends */
/* HomePage Tab Section Starts */
.tab-btn,
.tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
}
.tab-btn:hover {
    background-color: #f6f6f6;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
/* HomePage Tab Section Ends */
/* HomePage Form Section Starts */
.hm-form-sec {
    padding: 50px 0;
    background-color: #eee;
}
.hm-form-sec .text-heading {
    text-align: center;
}
.hm-form-sec .gfield input.large {
    border-radius: 7px;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 16px !important;
    line-height: 1;
    padding: 19px 20px !important;
    color: #000 !important;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #fff;
}
.hm-form-sec .gfield textarea.large {
    height: 155px !important;
    border-radius: 7px;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 16px !important;
    padding: 19px 20px !important;
    color: #000 !important;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #fff;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
}
.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #000;
}
.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
    font-family: var(--bodyFont) !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #000 !important;
}
.hm-form-sec .gchoice {
    margin: -10px 0 0 0;
}
.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.hm-form-sec .form-links a:hover {
    color: #eee;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: -2px 5px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
}
.hm-form-sec .gform_fields {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 18px;
}
.hm-form-sec .gform_footer {
    margin: -54px 0 0;
    padding: 0;
}
.hm-form-sec #field_submit,
.hm-form-sec .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.hm-form-sec .gform_footer input[type="submit"] {
    padding: 17px 70px !important;
    font-family: var(--bodyFont) !important;
    font-weight: 600 !important;
    font-size: 21px !important;
    border-radius: 55px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background: #000 !important;
    color: #fff !important;
}
.hm-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}
.hm-form-sec .popup {
    max-width: 60%;
}
.hm-form-sec div#popup-container {
    position: relative;
}
.hm-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-form-sec .popup {
    max-width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    justify-content: center;
}
/* HomePage Form Section Ends */
/* Knovatic Section */
.hm-knovatic-sec {
    background-color: #1F1F1F;
    padding: 55px 0 60px 0;
    margin: 0 5px 0 0;
}
.hm-knovatic-sec .container {
    max-width: 1600px;
    margin: 0 0 0 auto;
}
.hm-knovatic-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.hm-knovatic-sec .text-heading {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    max-width: 360px;
    text-align: left;
    margin: 0 0 18px;
}
.hm-knovatic-sec .text-heading strong {
    font-weight: 500;
    font-size: 25px;
    text-transform: none;
    letter-spacing: -0.5px;
    line-height: 1.6;
}
.hm-knovatic-sec .text-heading::before {
    background-image: url(../images/kovactic-tct-line.webp);
    right: -63px;
}
.hm-knovatic-sec .text-para {
    color: #fff;
    letter-spacing: -1px;
    margin: 0;
    line-height: 1.4;
}
.read-more-btn a {
    color: #A43434;
    font-weight: 600;
    position: relative;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: -0.8px;
}
.read-more-btn {
    margin: 26px 0 0;
}
.read-more-btn a:hover {
    color: #fff;
}
.read-more-btn a:hover::before {
    right: -28px;
    background-image: url(../images/kovactic-arrow.webp);
}
.read-more-btn a::before {
    content: "";
    position: absolute;
    background-image: url(../images/read-arrow-img.webp);
    width: 19px;
    height: 14px;
    bottom: 0px;
    right: -31px;
    margin: auto;
    top: 4px;
}
.hm-knovatic-sec .left-cnt {
    position: relative;
    width: 25.9%;
    padding: 10px 0 0;
}
.hm-knovatic-sec .hm-knovatic-slider {
    width: 69.9%;
}
.kvt-img img {
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100% !important;
    display: block !important;
}
/* Sheet Metal Section */
.hm-sheetmetal-sec {
    background-color: #fff;
    padding: 53px 0;
    margin: 0 5px 0 0;
}
.hm-sheetmetal-sec .container {
    max-width: 1600px;
    margin: 0 auto 0 0;
}
.hm-sheetmetal-sec .text-para {
    letter-spacing: 0.7px;
    margin: 0;
    line-height: 1.4;
}
.hm-sheetmetal-sec .text-heading::before {
    background-image: url(../images/sheet-txt-line.webp);
    right: -100px;
}
.hm-sheetmetal-sec .text-heading {
    font-size: 30px;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 0 19px;
    text-transform: uppercase;
    padding-bottom: 19px;
}
.hm-sheetmetal-list .read-more-btn {
    margin: 0;
}
.hm-sheetmetal-sec .text-para a {
    color: #A43434;
    font-weight: 600;
    position: relative;
}
.hm-sheetmetal-sec .text-para a:hover {
    color: #000;
}
.hm-sheetmetal-sec .read-more-btn a:hover::before {
    right: -28px;
    background-image: url(../images/read-arrow-img.webp);
}
.hm-sheetmetal-sec .rite-cnt {
    position: relative;
    width: 29.3%;
    padding-top: 10px;
}
.hm-sheetmetal-list .read-more-btn a:hover{
    color: #000;
}
.hm-sheetmetal-sec .hm-sheetmetal-slider {
    width: 68.9%;
}
.hm-sheetmetal-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.sheet-img img {
    padding: 12px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100% !important;
    display: block !important;
}
/* Laminated Section */
.hm-laminated-sec {
    background-color: #000;
    padding: 57px 0 51px;
    margin: 0 5px 0 0;
}
.hm-laminated-sec .container {
    max-width: 1600px;
    margin: 0 0 0 auto;
}
.hm-laminated-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.hm-laminated-sec .text-heading {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 0 10px;
    padding-bottom: 24px;
}
.hm-laminated-sec .text-heading strong {
    font-weight: 500;
    font-size: 25px;
    text-transform: none;
    letter-spacing: -0.5px;
    line-height: 1.6;
}
.hm-laminated-sec .text-heading::before {
    background-image: url(../images/kovactic-tct-line.webp);
    right: -63px;
}
.hm-laminated-sec .text-para {
    color: #fff;
    letter-spacing: -0.8px;
    margin: 0;
    line-height: 1.4;
}
.hm-laminated-list .read-more-btn {
    margin: 0;
}
.hm-laminated-sec .text-para a {
    color: #A43434;
    font-weight: 600;
    position: relative;
}
.hm-laminated-sec .text-para a:hover {
    color: #fff;
}
.hm-laminated-sec .text-para a:hover::before {
    right: -28px;
}
.hm-laminated-sec .text-para a::before {
    content: "";
    position: absolute;
    background-image: url(../images/read-arrow-img.webp);
    width: 19px;
    height: 14px;
    bottom: 0px;
    right: -23px;
    margin: auto;
    top: 5px;
}
.hm-laminated-sec .left-cnt {
    position: relative;
    width: 30%;
}
.hm-laminated-sec .hm-laminated-slider {
    width: 70%;
}
.laminated-img img {
    padding: 12px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100% !important;
    display: block !important;
}
/* Commitment Section */
.hm-commitment-sec {
    background-image: url(../images/commitment-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 86px 0;
}
.hm-commitment-sec .text-para a {
    font-weight: 600;
    color: #A43434;
    position: relative;
}
.hm-commitment-sec .text-para a::before {
    content: "";
    position: absolute;
    background-image: url(../images/read-arrow-img.webp);
    width: 19px;
    height: 14px;
    bottom: 0px;
    right: -23px;
    margin: auto;
    top: 5px;
}
.hm-commitment-sec .text-para a:hover::before {
    right: -30px;
}
.hm-commitment-sec .hm-commitment-list {
    display: flex;
    justify-content: space-between;
}
.hm-commitment-sec .hm-commitment-list .left-cnt {
    width: 49.8%;
    position: relative;
}
.hm-commitment-sec .hm-commitment-list .hm-commitment-slider {
    width: 41.4%;
}
.hm-commitment-sec .hm-commitment-list .left-cnt .text-heading {
    text-align: left;
    margin: auto 0 17px;
    line-height: 1.1;
    padding-bottom: 0;
}
.hm-commitment-sec .hm-commitment-list .left-cnt .text-para {
    letter-spacing: -1px;
    margin:0 0 24px 0;
    line-height: 1.4;
}
.hm-commitment-sec .hm-commitment-list .left-cnt p:nth-child(3) {
    margin: 0;
}
.hm-commitment-list .read-more-btn {
    margin: 14px 0 0;
}
/* Tool Room Section */
.hm-toolroom-sec {
    padding: 59px 0 34px 0;
    background-color: #000;
    margin-bottom: 325px;
}
.hm-toolroom-sec .container {
    padding: 0;
    max-width: 1470px;
}
.tool-room-cnt {
    margin: 0 0 35px;
}
.hm-toolroom-sec .tool-room-cnt .text-heading {
    color: #fff;
    text-align: center;
    margin: 0 auto 49px;
    padding-bottom: 24px;
}
.hm-toolroom-sec .tool-room-cnt .text-para {
    color: #fff;
    text-align: left;
    margin: 0 auto 52px;
    letter-spacing: -0.1px;
}
.hm-toolroom-sec .tool-room-cnt .text-para strong {
    font-weight: 700;
}
.hm-toolroom-sec .tool-room-cnt .text-heading::before {
    background-image: url(../images/tool-txt-lin.webp);
    right: -66px;
}
.hm-toolroom-sec .tool-room-cnt .tool-btn {
    text-align: center;
}
.tool-btn a.cmn-btn, .product-btn a.cmn-btn {
    font-size: 12px;
    padding: 12px 30px;
    letter-spacing: 1.5px;
}
.hm-tool-slider {
    width: 100%;
    margin-bottom: -290px;
}
.tool-img img {
    width: 100% !important;
    display: block !important;
}
/* Our Presencs */
.hm-ourpresence-sec {
    background-image: url(../images/our-presence-sec-bg.webp);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 73px 0 112px;
}
.hm-ourpresence-sec .container {
    width: 100%;
    max-width: 1470px;
    margin: auto;
}
.hm-ourpresence-sec .text-heading {
    font-family: 'DM Sans';
    font-size: 42px;
    color: #fff;
    letter-spacing: -1.6px;
    margin-bottom: 59px;
}
.hm-ourpresence-sec .text-heading::before {
    background-image: url(../images/tool-txt-lin.webp);
    right: 0;
    left: 0;
    margin: auto;
    bottom: -8px;
}
.our-presence-list {
    display: flex;
    justify-content: space-between;
}
.our-presence-cont h3 {
    font-family: 'Hind Madurai';
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.3px;
}
/* .presence-mail {
    margin-bottom: 65px;
} */
.presence-call a:hover, .presence-mail a:hover{
    color: #000;
}
.presence-mail a {
    font-family: 'Hind Madurai';
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
.our-presence-image {
    margin: 0 0 25px;
}
.our-presence-cont p {
    font-family: 'Hind Madurai';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
}
.our-presence-itm {
    width: 24%;
    height: 480px;
    overflow: hidden;
    background: #8F2D2D;
    position: relative;
}
.our-presence-itm .panel-inner {
    padding: 30px 30px 65px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.our-presence-itm:hover.our-presence-itm .panel-inner{
    padding-bottom: 0;
}
.our-presence-itm .panel-inner,
.our-presence-itm .inner-panel2 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateY(0);
    transition: all 0.3s ease-in-out 0s;
}
.our-presence-itm .inner-panel2 {
    padding-top: 45px;
}
.our-presence-itm:hover .panel-inner,
.our-presence-itm:hover .inner-panel2 {
    transform: translateY(-200px);
}
.our-presence-itm.mapdivhover .panel-inner,
.our-presence-itm.mapdivhover .inner-panel2 {
    transform: translateY(-100%);
}

/* Home MileStone Section */
.hm-milestone-sec {
    background-image: url(../images/milestone-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 83px 0 70px;
}
.hm-milestone-sec .text-heading {
    margin: 0 auto 62px;
}

.hm-milestone-sec .container {
    max-width: 100%;
    margin: auto;
    padding: 0 60px;
}
.hm-milestone-sec .milestone-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 44px 20px 0;
    position: relative;
}
.hm-milestone-sec .milestone-list:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/Milestone-arw.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.milestone-list .item .milestone-year {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #000;
    padding: 18px 15px;
    text-align: center;
    max-width: 119px;
    margin: 0 auto;
}
.milestone-list .item .milestone-year-cnt p,
.milestone-list .item .milestone-year-cnt ul li {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
    margin: 0;
}
.milestone-list .item .milestone-year-cnt ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 6px;
    left: 3px;
    margin: auto;
    background-color: #000;
    border-radius: 50%;
}
.milestone-list .item .milestone-year-cnt ul li {
    margin: 0 0 20px 0;
    padding-left: 20px;
    position: relative;
}
.milestone-list .item .milestone-year-cnt ul li:last-child {
    margin: 0;
}
.milestone-list .item .milestone-year-cnt p strong {
    font-weight: 400;
}
.milestone-list .item {
    width: 12%;
    position: relative;
}
.milestone-list .item::before {
    background-image: url(../images/milestone-bft-img.webp);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -57px;
    left: 0;
    right: 0;
    margin: auto;
}
/* .milestone-list .item.two::before {
    background-image: url(../images/item-two-bef.webp);
}
.milestone-list .item.three::before {
    background-image: url(../images/item-three-bef.webp);
}
.milestone-list .item.four::before {
    background-image: url(../images/item-four-bef.webp);
}
.milestone-list .item.five::before {
    background-image: url(../images/item-five-bef.webp);
}
.milestone-list .item.six::before {
    background-image: url(../images/item-six-bef.webp);
}
.milestone-list .item.seven::before {
    background-image: url(../images/item-seven-bef.webp);
}
.milestone-list .item.eight::before {
    background-image: url(../images/item-eight-bef.webp);
} */
.milestone-list .item .milestone-year-cnt {
    background-color: #fff;
    height: 308px;
    position: relative;
    width: 100%;
    max-width: 135px;
    margin: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 20px 18px 17px;
}
.milestone-list .item.two .milestone-year-cnt {
    max-width: 181px;
}
.milestone-list .item.three .milestone-year-cnt {
    max-width: 212px;
}
.milestone-list .item.four .milestone-year-cnt {
    max-width: 212px;
}
.milestone-list .item.five .milestone-year-cnt {
     max-width: 212px;
}
.milestone-list .item.six .milestone-year-cnt {
     max-width: 212px;
}
.milestone-list .item.seven .milestone-year-cnt {
     max-width: 152px;
}
.milestone-list .item.eight .milestone-year-cnt {
     max-width: 152px;
}
.itm-main {
    padding-bottom: 40px;
    position: relative;
}
.itm-main::before{
    position: absolute;
    content: "";
    margin: auto;
    width: 3px;
    height: 41px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/itm-main-bfr.webp);
    background-repeat: no-repeat;
}
/* .milestone-list .item .milestone-year-cnt::before {
    background-image: url(../images/cnt-one-bef.webp);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
}
.milestone-list .item.two .milestone-year-cnt::before {
    background-image: url(../images/cnt-two-bef.webp);
}
.milestone-list .item.three .milestone-year-cnt::before {
    background-image: url(../images/cnt-three-bef.webp);
}
.milestone-list .item.four .milestone-year-cnt::before {
    background-image: url(../images/cnt-four-bef.webp);
    width: 135px;
    height: 30px;
    top: -59px;
}
.milestone-list .item.five .milestone-year-cnt::before {
    background-image: url(../images/cnt-five-bef.webp);
    width: 100px;
    height: 30px;
    top: -59px;
}
.milestone-list .item.six .milestone-year-cnt::before {
    background-image: url(../images/cnt-five-bef.webp);
    width: 100px;
    height: 30px;
    top: -59px;
}
.milestone-list .item.seven .milestone-year-cnt::before {
    background-image: url(../images/cnt-seven-bef.webp);
}
.milestone-list .item.eight .milestone-year-cnt::before {
    background-image: url(../images/cnt-eight-bef.webp);
} */

/* .milestone-list .item.two .milestone-year {
    background-color: #FFF0D0;
}
.milestone-list .item.three .milestone-year {
    background-color: #EBFFD0;
}
.milestone-list .item.four .milestone-year {
    background-color: #D3FFD0;
}
.milestone-list .item.five .milestone-year {
    background-color: #D0FFF4;
}
.milestone-list .item.six .milestone-year {
    background-color: #D0ECFF;
}
.milestone-list .item.seven .milestone-year {
    background-color: #D7D0FF;
}
.milestone-list .item.eight .milestone-year {
    background-color: #FFD0D9;
} */


/* product Section */

.hm-product-list.owl-carousel {
    display: block;
}
.hm-products-sec {
    padding: 82px 0;
    text-align: center;
}
.hm-products-sec .container{
    max-width: 100%;
}
.hm-products-sec .text-heading {
    font-size: 48px;
    letter-spacing: 1px;
    padding-bottom: 23px;
    margin: 0 auto 40px;
    text-transform: uppercase;
}
.hm-products-sec .text-heading:before {
    right: -64px;
}
.hm-product-main {
    display: flex;
    justify-content: space-between;
    max-width: 1480px;
    width: 100%;
    margin: auto;
    padding: 0 7px;
    margin-bottom: 37px;
}
.hm-product-lft img, .hm-product-rgt img{
    display: block;
    width: 100%;
}
.hm-product-list{
    margin-bottom: 50px;
}
.hm-product-itm img{
    display: block;
    width: 100%;
    max-width: 260px;
}
.product-btn a.cmn-btn{
    padding: 12px 48px 12px 28px;
    font-family: 'Hind Madurai';
    position: relative;
    border: 1px solid transparent;
}
.product-btn a.cmn-btn:hover{
    border-color: #fff;
    background-color: transparent;
}
.product-btn a.cmn-btn::before{
    content: "";
    background-image: url(../images/kovactic-arrow.webp);
    background-repeat: no-repeat;
    width: 24px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
}
.product-btn a.cmn-btn:hover::before{
    background-image: url(../images/read-arrow-img.webp);
}
.product-btn a.cmn-btn:hover{
    border-color: #A43434;
    background-color: transparent;
    color: #A43434;
}
