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

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    font-family: 'Poppins', sans-serif;

}

/*** 

====================================================================
Global Settings
====================================================================

***/
.container-max {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

/* .......................header-top....................... */
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-right: 18px;
    padding-right: 20px;
    line-height: 165%;
    position: relative;
}

.header-links li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    width: 3px;
    height: 20px;
    background-color: #000000;
    top: 50%;
    transform: translateY(-50%);
}

.header-links li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -4px;
    width: 2px;
    height: 12px;
    background-color: #000000;
    top: 50%;
    transform: translateY(-50%);
}

.header-links li:last-child {
    margin-right: 0;
}

.header-links i {
    color: #000000;
    margin-right: 10px;
    font-weight: 700;
}

.header-links a {
    color: #000000;
}

.header-links a:hover {
    color: #006fbf;
}

.header-inner {
    display: inline-flex;
    align-items: center;
    height: 110px;
    max-width: 100%;
}

.menu-style1>ul>li.mega-menu-wrap>a {
    color: #006fbf !important;
}

.menu-style1>ul>li.mega-menu-wrap>a:hover {
    color: #006fbf !important;
}

.contact-content {
    padding: 0 35px 0 25px;
}

.contact-content .contact-text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: normal;
    position: relative;
}

.contact-content .contact-title {
    position: relative;
    margin-bottom: 0;
}

.contact-content .contact-title a {
    color: #fff;
}

.contact-content .contact-title a:hover {
    color: #006fbf;
}

.main-menu ul li.menu-item-has-children>a:after {
    display: none;
}

.header-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.header-icons .searchBoxTggler {
    color: #006fbf;
    font-size: 18px;
    border: none;
    padding-left: 0;
    margin-right: 12px;
    padding-right: 20px;
    background-color: transparent;
    position: relative;
}

.header-icons .searchBoxTggler:hover {
    color: #006fbf;
}

.header-icons .searchBoxTggler i {
    font-weight: 700;
}

.header-icons .searchBoxTggler::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1.5px;
    height: 32px;
    background-color: #B4C4C6;
    top: 50%;
    transform: translateY(-50%);
}

.header-icons .searchBoxTggler::after {
    content: "";
    position: absolute;
    right: -3px;
    width: 1px;
    height: 22px;
    background-color: #B4C4C6;
    top: 50%;
    transform: translateY(-50%);
}

.header-icons .icon-btn {
    color: #fff;
    margin-right: 20px;
    background-color: #006fbf;
    font-size: 20px;
}

.header-icons .icon-btn:hover {
    background-color: #006fbf;
}

.social-style1 {
    display: inline-flex;
    align-items: center;
}

.social-style1 .social-title {
    display: inline-block;
    font-size: 15px;
    color: #000000;
    position: relative;
    margin-right: 15px;
    padding-right: 14px;
    line-height: 165%;
    font-weight: 600;
}

.social-style1 .social-title::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1.5px;
    height: 22px;
    background-color: #b1c0c2;
    top: 50%;
    transform: translateY(-50%);
}

.social-style1 .social-title::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 14px;
    background-color: #b1c0c2;
    top: 50%;
    transform: translateY(-50%);
}

.social-style1 a {
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #4da62e;
}

.social-style1 a:last-child {
    margin-right: 0;
}

.social-style1 a:hover {
    color: #006fbf;
    background-color: #fff;
}




.header-top {
    padding: 0px 0;
    background-color: #f3f3f3;
}

.header-links {
    padding: 9px 40px;
    position: relative;
}

.header-links::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0809090a;
    position: absolute;
    top: 0;
    left: 16px;
    transform: skewX(-30deg);
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-right: 18px;
    padding-right: 20px;
    line-height: 165%;
    position: relative;
}

body {

    font-size: 16px;
    color: #777777;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    color: #1c73ea;
    font-family: 'Poppins', sans-serif;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    color: #222222;
    font-family: 'Poppins', sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #505050;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    position: static;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    /* position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99; */
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 10px 40px;
    font-weight: 700;
    border: 2px solid #ffffff;
    background-color: transparent;
    overflow: hidden;
    text-transform: uppercase;
}

.btn-style-one:hover {
    background-color: #ffffff;
    color: #1c73ea;
}

/*===header-wrap start====*/

.is-sticky {
    position: fixed !important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    backdrop-filter: blur(7px);
    animation: slideDown 0.45s ease-out;
    background-color: #fff !important;
    width: 100%;
    top: 0;
    border-radius: 0px;
    z-index: 10;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 19;
    background: #ffffff;

    .headerWrap {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .leftLogo,
        .rightLogo {
            width: 120px;
        }

        .headerMenu {
            width: calc(100% - 240px);
            text-align: center;

            .menuWrap {
                text-align: center;

                ul {
                    display: flex;
                    align-items: center;
                    justify-content: end;

                    li {
                        padding: 0 20px;
                        line-height: 90px;
                        position: relative;

                        a {
                            font-size: 17px;
                            color: #054a7b;
                            position: relative;
                            text-transform: uppercase;
                            font-weight: 500;
                        }

                        &.has-dropdown {
                            text-align: left;

                            &:hover {
                                >.tp-submenu {
                                    opacity: 1;
                                    visibility: visible;
                                    transform: rotateX(0deg);
                                }
                            }
                        }

                        .tp-submenu {
                            display: block;
                            position: absolute;
                            top: 100%;
                            left: 0;
                            width: 300px;
                            z-index: 99;
                            opacity: 0;
                            visibility: hidden;
                            padding: 2px 0;
                            background: #fff;
                            backdrop-filter: blur(8px);
                            box-shadow: 0px 10px 30px rgba(25, 25, 26, 0.1);
                            border-radius: 0 0 15px 15px;
                            transform: rotateX(-90deg);
                            transform-origin: top;
                            transition: all 0.3s ease;

                            li {
                                line-height: normal;

                                &:not(:last-child) {
                                    margin-bottom: 2px;
                                    padding-bottom: 2px;
                                    border-bottom: 1px solid #dde1ff;
                                }

                                a {
                                    font-size: 16px;
                                    display: block;
                                    padding: 10px 20px 10px 0;
                                    color: #003d68;
                                    transition: 0.5s;
                                    position: relative;

                                    &::before {
                                        content: "";
                                        position: absolute;
                                        width: 6px;
                                        height: 6px;
                                        background-color: #0361a4;
                                        border-radius: 50%;
                                        left: 0;
                                        top: 18px;
                                        opacity: 0;
                                        transition: 0.5s;
                                    }

                                    &:hover {
                                        color: #0361a4;
                                        padding-left: 20px;

                                        &::before {
                                            opacity: 1;
                                        }
                                    }
                                }

                                &.has-dropdown {
                                    position: relative;

                                    >a::after {
                                        content: "\f105";
                                        font-family: "Font Awesome 6 Free";
                                        font-weight: 900;
                                        position: absolute;
                                        right: 15px;
                                        top: 50%;
                                        transform: translateY(-50%);
                                        font-size: 13px;
                                    }

                                    >.tp-submenu {
                                        top: 10px;
                                        left: 99%;
                                        margin-left: 1px;
                                        border-radius: 2px 2px 10px 10px;
                                        background: #fff;
                                        width: 310px;
                                        box-shadow: 0px 10px 30px rgba(25, 25, 26, 0.1);
                                        z-index: 9999;
                                        opacity: 0;
                                        visibility: hidden;
                                        transform: rotateX(-90deg);
                                        transform-origin: top left;
                                        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
                                    }

                                    &:hover>.tp-submenu {
                                        opacity: 1;
                                        visibility: visible;
                                        transform: rotateX(0deg);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}







.header.is-sticky {
    background-color: #000000;
    backdrop-filter: blur(3px);
    box-shadow: none;
    border-bottom: 1px solid #fdbb05db;
}

.header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 20px;
    animation: slideDown 0.35s ease-out;
    background-color: #ffffff;
    z-index: 110;
    width: 100%;

    & .headerWrap {
        & .headerMenu {
            & .menuWrap {
                & ul {
                    li {
                        padding: 0 20px;
                        line-height: 75px;

                        a {
                            color: #054a7b;
                        }

                        .toggle-btn {
                            color: #054a7b;
                        }
                    }
                }
            }
        }
    }

    .leftLogo,
    .rightLogo {
        width: 100px;
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.secH {
    font-size: 45px;
    color: #006fbf;
    font-weight: 700;
    margin-bottom: 20px;
}

.subH {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* inner banner section start */
.innerBanner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;

    &:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to bottom, #000 9.82%, rgba(0, 0, 0, 0.00) 92.77%);
    }

    .innerBannerImg {
        width: 100%;
        height: 100%;

        img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover;
        }
    }
}

/**** breadcrumb ****/
.pageHeader {
    min-width: 260px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(5px);
    padding: 20px 20px;

    .pageHead {
        color: #FFF;
        text-align: center;
        font-family: "Jura", sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .breadCrumb {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 12px;

        li {
            color: #FFF;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            position: relative;

            a {
                color: #FFF;
                text-align: center;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                position: relative;
            }

            &:not(:first-child) {
                padding-left: 15px;
            }

            &:not(:last-child)::after {
                content: '\f105';
                font-family: fontawesome;
                color: #FFF;
                position: absolute;
                right: -15px;
                top: 2px;
                font-size: 14px;
            }
        }
    }
}

/* inner banner section end */
.commonSec {
    padding: 90px 0;
}

.secTop {
    text-align: center;

    .grindHeadTwo {
        font-size: 30px;
    }
}

.main-header-three__top {
    position: relative;
    display: block;
    background: linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    border-bottom: 1px solid #ececec;
}

.main-header-three__top-inner {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    -ms-flex-wrap: wrap;
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
}


.main-header-three__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header-three__top-left ul {
    position: relative;
    display: flex;
    float: right;
}

.main-header-three__top-left ul li {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 60px;
    border-left: 0px solid #ececec;
    padding: 11px 20px;
    color: #fff;
}

.main-header-three__top-left ul li:last-child {
    border-right: 1px solid #ffffff4d;
}


.main-header-three__top-left ul li .icon {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.main-header-three__top-left ul li .icon span::before {
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 700;
}

.main-header-three__top-left ul li .text {
    position: relative;
    display: block;
}

.main-header-three__top-left ul li .text p {
    color: #1b1d21;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    font-family: var(--thm-manrope-font);
}

.main-header-three__top-left ul li .text p a {
    color: #60626d;
    transition: all 500ms ease;
}

.main-header-three__top-left ul li .text p a:hover {
    color: var(--thm-base);
}

.main-header-three__top-left ul li .text p span {
    color: #60626d;
    font-weight: 400;
}



.main-header-three__top-right {
    float: right;
}

.main-header-three__top-right ul {
    position: relative;
    display: flex;
    float: right;
}

.main-header-three__top-right ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    border-left: 1px solid #ececec;
    padding-right: 20px;
}

.main-header-three__top-right ul li:last-child {
    border-right: 1px solid #ececec;
}


.main-header-three__top-right ul li .icon {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.main-header-three__top-right ul li .icon span::before {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.main-header-three__top-right ul li .text {
    position: relative;
    display: block;
}

.main-header-three__top-right ul li .text p {
    color: #1b1d21;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    font-family: var(--thm-manrope-font);
}

.main-header-three__top-right ul li .text p a {
    color: #ffffff;
    transition: all 500ms ease;
}

.main-header-three__top-right ul li .text p a:hover {
    color: var(--thm-base);
}

.main-header-three__top-right ul li .text p span {
    color: #60626d;
    font-weight: 400;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    visibility: hidden;
}




.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    height: 30px;
    font-weight: 600;
    border: 1px solid #dbdbdb !important;
    color: #000 !important;
    padding: 0 10px 0 10px !important;
    border-radius: 10px
}

.goog-te-gadget {
    font-family: arial;
    font-size: 0 !important;
    color: #666;
    white-space: nowrap
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    display: flex
}

.goog-te-gadget img {
    vertical-align: middle;
    border: 0;
    padding-top: 14px;
    display: none
}

.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    display: none
}

.g-trans {
    float: right !important;
    margin-right: 15px
}

.goog-te-gadget-simple {
    margin: 4px 0;
    height: 30px;
    font-weight: 600;
    border: 1px solid #dbdbdb !important;
    color: #000 !important;
    padding: 0 10px 0 10px !important;
    border-radius: 10px
}

.goog-te-gadget-simple li a {
    color: #000 !important;
}

.btnOne {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: #6dd14a;
    font-weight: 500;
    color: #000;
    display: inline-block;
    transition: 0.5s;
}

/* ................aboutintro-box............... */
.about-inner {
    margin-top: 20px;
}

.about-image img {
    width: 100%;
}

.aboutintro-box {
    padding: 80px 0;
    padding-bottom: 0px;

}

.intro-box {
    position: relative;
    background: #fff;
}

.intro-box::before {
    content: '';
    background-image: url(../images/branding-vector-big.svg);
    position: absolute;
    top: 5vw;
    left: 0;
    width: 12vw;
    height: 10vw;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: cover;
}

/***
=============================================
Sec Title Css
=============================================
***/
.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 0px;
    z-index: 1;
}

.sec-title__tagline {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.sec-title.center .sec-title__tagline {
    justify-content: center;
}

.sec-title__tagline .left-line {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    margin-right: 15px;
}

.sec-title__tagline .left-line::before {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 5px;
    height: 5px;
    background: linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.sec-title__tagline .left-line::after {
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}

.sec-title__tagline .text {
    position: relative;
    display: block;
}

.sec-title__tagline .text h4 {
    color: linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;

}

.sec-title__tagline .right-line {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    margin-left: 15px;
}

.sec-title__tagline .right-line::before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 5px;
    height: 5px;
    background: linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.sec-title__tagline .right-line::after {
    position: absolute;
    top: 50%;
    left: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}

.sec-title__title {
    font-size: 53px;
    line-height: 43px;
    font-weight: 800;
    text-transform: uppercase;
    color: linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
}

/***
=============================================
   Thm Btn Css
=============================================
***/
.thm-btn {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 55px;
    font-weight: 600;
    background: linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    border-radius: 5px;
    padding: 0px 35px 0px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.thm-btn:hover {
    color: #fff;
}

.thm-btn i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    top: 1px;
    margin-left: 5px;
}

.hover-btn {
    background-color: #6dd14a;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

.hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 5px 0px 0px 5px;
}

.hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 5px 5px 0;
}

.thm-btn:hover .hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ..............  .sec-product.......... */
.p-90 {
    padding: 35px 0;
}

.sec-product {
    background: #0674ba;
}

.hm-sec-product-list .container-product-list {
    display: flex;
    height: 50vh;
}

.hm-sec-product-list .section {
    flex: 1;
    display: flex;
    justify-content: start;
    align-items: end;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
    transition: flex 0.4s ease;
    position: relative;
}

.hm-sec-product-list .section .overlay {
    background-image: linear-gradient(#fff0, #000000a8);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: background-color 0.8s ease;
}

.hm-sec-product-list .section .overlay .menu-prod-list {
    opacity: 0;
    padding: 40px 0;
    float: left;
    width: 100%;
}

.hm-sec-product-list .section .content {
    z-index: 2;
    padding-bottom: 36px;
    padding-left: 15px;
}

.hm-sec-product-list .section .content h3 {
    color: #fff;
    border-left: 4px solid#0674ba;
    text-transform: capitalize;
    font-size: 20px;
    padding-left: 15px;
}

.hm-sec-product-list .section:hover {
    flex: 2;
}

.hm-sec-product-list .section:hover .overlay {
    opacity: 1;
    background-color: #000000c9;
    float: left;
    height: 100%;
    width: 100%;
    padding: 0 14px;
    margin-top: -3px;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(4px);
    border: 4px solid #0674ba;
}

.hm-sec-product-list .section:hover .content {
    opacity: 0;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list {
    opacity: 1;
    padding-top: 50px;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li {
    flex: 0 0 47%;
    padding: 0 10px;
    margin-top: 0;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li h3 a {
    color: linear-gradient(-260deg, #006fbf 0%, #71d24e 138%);
    font-size: 19px;
    position: relative;
    margin-bottom: 13px;
    border: 0;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li h3 a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    left: 12px;
    bottom: 0;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li h3 a::before {
    display: none;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li a {
    color: #fff;
    font-size: 16px;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list .menu-prod-list-sub a {
    padding: 7px 0 !important;
    border-bottom: 0;
    display: flex;
    align-items: start;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul li a i {
    color: #0674ba;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list h2 a {
    color: #fff;
    text-transform: uppercase;
    padding-left: 11px;
    font-size: 24px;
    float: left;
    margin-left: 10px;
    margin-bottom: 26px;
    border-left: 6px solid #0674ba;
}

.hm-sec-product-list .section:hover .overlay .menu-prod-list ul {
    float: left;
    width: 100%;
}

.sec-product .sec-title__title {
    color: #fff;
    text-align: center;
}



/* ..homeintro-row1.... */

.hindalcoStories .slick-slide .figure {
    position: relative !important;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.hindalcoStories {
    position: relative;
}

.hindalcoStories .slick-slide .figure {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}


.hindalcoStories .slick-slide .figure {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.hindalcoStories .slick-slide {
    margin: 0 15px;
}

.hindalcoStories .slick-slide:nth-child(even) .figure {
    margin-top: 60px;
}

.hindalcoStories .figure-img {
    width: 100%;
    transform: translateY(0);
    transition: all 0.6s;
    margin-bottom: 0;
}

.hindalcoStories figure img {
    width: 100%;
    transition: opacity 1.2s, transform 1.2s;
    -webkit-transition: opacity 1.2s, transform 1.2s;
    -moz-transition: opacity 1.2s, transform 1.2s;
    -ms-transition: opacity 1.2s, transform 1.2s;
    -o-transition: opacity 1.2s, transform 1.2s;
}


.hindalcoStories .readmore-arrow {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 30px;
    height: 18px;
    transition: right 0.6s;
}

.hindalcoStories .slick-slide a:hover .readmore-arrow {
    right: 25px;
}

.hindalcoStories .slick-slide a:hover .figure-caption {
    padding-bottom: 20px;
    bottom: 0px;
}

.hindalcoStories .slick-slide a:hover .slide-picture {
    transform: translateY(-10px);
}

.hindalcoStories .slick-slide .figure:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.media-stories-list .figure:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}






.shape-mockup {
    position: absolute;
}

/*------------------- 3.3. Titles -------------------*/
.title-area {
    margin-bottom: 10px;
    line-height: 100%;
}

.title-area .sec-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    line-height: 100%;
    display: inline-block;
    position: relative;
    margin: 0 50px 10px;
}

.title-area .sec-subtitle::before {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.title-area .sec-subtitle::after {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: #262727;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}

.title-area .sec-subtitle.right-shape {
    margin-left: 0;
}

.title-area .sec-subtitle.right-shape::before {
    display: none;
}

.title-area .sec-subtitle.left-shape {
    margin-right: 0;
}

.title-area .sec-subtitle.left-shape::after {
    display: none;
}

.title-area .sec-title {
    font-size: 33px;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 117%;
    color: #262727;
    font-weight: 700;
}

.title-area .sec-title .title-highlight {
    display: inline-block;
    color: #0674ba;
}

.tab-box {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

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

    .title-area .sec-title {
        font-size: 28px;
    }

    .title-arraw {
        display: none;
    }

}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    background-color: #109C3D;
    color: #fff;
    line-height: 1;
    padding: 18px 30px;
    border-radius: 9999px;
    transition: all 0.5s ease;
}

.vs-btn:hover {
    color: #fff;
    border-color: #6dd14a;
    background-color: #6dd14a;
}

.vs-btn2 {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    background: #0674ba;
    color: #fff;
    line-height: 1;
    padding: 5px 7px 5px 28px;
    border-radius: 9999px;
    transition: all 0.5s ease;
}

.vs-btn2 i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #6dd14a;
    border-radius: 50px;
    margin-left: 20px;
    transition: all 0.5s ease;
}

.vs-btn2:hover {
    color: #fff;
    border-color: #6dd14a;
    background-color: #6dd14a;
}

.vs-btn2:hover i {
    background-color: #109C3D;
}

.icon-btn {
    width: var(--icon-size, 65px);
    height: var(--icon-size, 65px);
    line-height: var(--icon-size, 65px);
    background-color: var(--smoke-color);
    border: none;
    padding: 0;
    text-align: center;
    color: red;
    border-radius: 50%;
    transition: all ease 0.4s;
    position: relative;
    z-index: 1;
}

.icon-btn:hover {
    color: #fff;
    background-color: #6dd14a;
}

.icon-btn2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #0B3F46;
    border: none;
    line-height: 1;
}

.icon-btn2:hover {
    background-color: #109C3D;
}

.custom-arraw .icon-arraw {
    border: 2px dashed #27565C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    transition: all 0.5s ease;
}

.custom-arraw .icon-arraw:not(:last-child) {
    margin-right: 7px;
}

.custom-arraw .icon-arraw:hover {
    border-color: #109C3D;
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 104px);
    height: var(--icon-size, 104px);
    line-height: var(--icon-size, 104px);
    text-align: center;
    background-color: #109C3D;
    color: #fff;
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #109C3D;
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.play-btn:after {
    animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: #fff;
    color: red;
}

.link-btn {
    color: red;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    transition: all ease 0.3s;
}

.link-btn i {
    margin-right: 7px;
}

.link-btn:hover {
    color: #109C3D;
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%;
    /* Small devices */
}

.scroll-btn i {
    display: inline-block;
    background-color: #109C3D;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease 0.8s;
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease 0.4s;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: #6dd14a;
    color: #fff;
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px;
    }

    .scroll-btn.show {
        bottom: 15px;
    }
}

.bar-btn {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
    background-color: transparent;
    width: 25px;
    height: 18px;
    position: relative;
}

.bar-btn .bar:before {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease 0.4s;
    background-color: #fff;
}

.bar-btn .bar:nth-child(2):before {
    top: 50%;
    margin-top: -1.5px;
    width: 25px;
    right: -6px;
}

.bar-btn .bar:nth-child(3):before {
    top: auto;
    bottom: 0;
}

/* Small devices */
@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .vs-btn2 i {
        width: 45px;
        height: 45px;
        margin-left: 12px;
    }
}

.indus img {
    opacity: 0.1;
}

figure {
    position: relative !important;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.index-figure-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    z-index: 2;
    padding: 20px 72px 20px 30px;
    background: rgb(0 0 0 / 61%);
    transition: 0.6s;
}

.figure {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.figure:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.figure-img {
    width: 100%;
    transform: translateY(0);
    transition: all 0.6s;
    margin-bottom: 0;
}

figure img {
    width: 100%;
    transition: opacity 1.2s, transform 1.2s;
    -webkit-transition: opacity 1.2s, transform 1.2s;
    -moz-transition: opacity 1.2s, transform 1.2s;
    -ms-transition: opacity 1.2s, transform 1.2s;
    -o-transition: opacity 1.2s, transform 1.2s;
}


.flip.in-view {
    transform: perspective(2500px) rotateY(0) !important;
    opacity: 1;
    visibility: visible;
    backface-visibility: visible;
    transition: transform 0.6s cubic-bezier(0.4, -0.05, 0.25, 1), visibility 0s linear 0s;
}

.hindalcoStories .readmore-arrow {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 30px;
    height: 18px;
    transition: right 0.6s;
}

.hindalcoStories figure img {
    width: 100%;
    transition: opacity 1.2s, transform 1.2s;
    -webkit-transition: opacity 1.2s, transform 1.2s;
    -moz-transition: opacity 1.2s, transform 1.2s;
    -ms-transition: opacity 1.2s, transform 1.2s;
    -o-transition: opacity 1.2s, transform 1.2s;
}

.hindalcoStories {
    position: relative;
    padding: 60px 0 !important;
    background-image: url(../images/moving-toward-Industry-bg-v1.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}





/* card flip css */

.cards {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.cards .each-card {
    width: 100%;
}

.valueCardWrap {
    padding-top: 40px;
}

/* From Uiverse.io by joe-watson-sbf */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 386px;
    perspective: 1000px;
    font-family: sans-serif;
}

.title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: transform 0.7s;
    transition: transform 0.7s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid coral; */
    border-radius: 25px;
    padding: 32px;
}

.flip-card-front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../images/flip-bg-front.jpg) no-repeat;
    background-size: cover;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.flip-card-back {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-image: url(../images/flip-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    box-shadow: 15px 20px 41px 0px rgba(0, 0, 0, 0.16);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-Para {
    height: 185px;
    overflow-y: auto;
}

.flip-card-Para::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.flip-card-Para::-webkit-scrollbar-track {
    background-color: #ccc;
}

.flip-card-Para::-webkit-scrollbar-thumb {
    background-color: #43c206;
}

.each-card .number {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #cfd8cc;
    font-family: "Poppins";
    font-size: 80px;
    font-weight: 900;
}

.each-card .title {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #000;
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 700;
    text-align: left;
}

.each-card .inline-span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.each-card .inline-span .img-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    min-height: 85px;
    min-width: 85px;
    background-color: #fff;
    border-radius: 50%;
}

.each-card .inline-span .img-con svg {
    height: 80%;
    width: 80%;
}

.each-card p {
    color: #000;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

/* about seventh section */
.abt-seventh-section {
    padding: 50px 0px;
    background-color: #eafaff;
}

.abt-seventh-section .sec-head {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 0px 120px;
}

.abt-seventh-section .head-info {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 200px;
}

.abt-seventh-section .flip-card {
    height: 535px;
}

.abt-seventh-section .flip-card-front {
    padding: 0px;
    background: transparent;
    border: none;

}

.abt-seventh-section .flip-card-back {
    height: 520px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-image: url(../images/pattern-bg.png);
    box-shadow: none;
}

.abt-seventh-section .flip-card-front .leaderImg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #E6E6E6;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    overflow: hidden;
}

.abt-seventh-section .flip-card-front .leaderImg img {
    object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-seventh-section .flip-card-front .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    bottom: 0px;
}

.abt-seventh-section .flip-card-front .designation {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: left;
    margin-right: auto;
    padding: 16px 4px;
}

.abt-seventh-section .flip-card-front .designation .name {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 12px;
    border: 1px solid black;
    border-radius: 40px;
}

.abt-seventh-section .flip-card-front .designation p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    padding: 8px;
}

.abt-seventh-section .flip-card-back .designation {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: auto;
}

.abt-seventh-section .flip-card-back .designation .name {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin-bottom: 0;
}

.abt-seventh-section .flip-card-back .designation p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    padding: 8px;
}

.abt-seventh-section .flip-card-back .img-contain {
    display: flex;
    gap: 16px;
}


.abt-seventh-section .flip-card-back p {
    color: #fff;
}

.abt-seventh-section .flip-card-back .designation p {
    color: #fff;
}

.abt-seventh-section .flip-card-back .designation .name {
    color: #fff;
}

.abt-seventh-section .flip-card-back .img-contain img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
}

.abt-seventh-section .each-card .inline-span {
    justify-content: flex-start;
    align-items: flex-start;
}

.abt-seventh-section .each-card {
    padding: 0px 8px;
    width: 100%;
}

.abt-seventh-section .slick-list {
    padding-top: 50px;
}

/*slick arrow button */

.abt-seventh-section .leaders .slick-prev,
.abt-seventh-section .leaders .slick-next {
    position: absolute;
    font-size: 0;
    border: none;
    width: 30px;
    height: 30px;
    bottom: -30px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.abt-seventh-section .leaders .slick-prev {
    right: 666px;
}

.abt-seventh-section .leaders .slick-prev::before {
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #828282;
    height: 30px;
    width: 30px;
    top: -2px;
    left: 0px;
    transform: rotate(180deg);
}

.abt-seventh-section .leaders .slick-prev:hover:before {
    color: #fff;
}

.abt-seventh-section .leaders .slick-prev:hover {
    background-color: #43C206;
}

.abt-seventh-section .leaders .slick-next {
    right: 620px;
}

.abt-seventh-section .leaders .slick-next::before {
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #828282;
    height: 30px;
    width: 30px;
    top: 3px;
    left: 1px;
}

.abt-seventh-section .leaders .slick-next:hover:before {
    color: #fff;
}

.abt-seventh-section .leaders .slick-next:hover {
    background-color: #43C206;
}

.abt-seventh-section .leaders .slick-next::after {
    position: absolute;
    content: "";
    height: 43px;
    width: 45px;
    border-top: 1px solid #1c202371;
    border-right: 1px solid #1c202371;
    border-bottom: 1px solid #1c202371;
    bottom: -7px;
    right: -7px;
    border-radius: 0px 50px 50px 0px;
}

.abt-seventh-section .leaders .slick-prev::after {
    position: absolute;
    content: "";
    height: 43px;
    width: 45px;
    border-top: 1px solid #1c202371;
    border-left: 1px solid #1c202371;
    border-bottom: 1px solid #1c202371;
    bottom: -7px;
    left: -7px;
    border-radius: 50px 0px 0px 50px;
}


.leaderSocialIcon {
    display: flex;
    gap: 10px;
}

.leaderSocialIcon a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

/*--clientSec start--*/
.clientSec {
    position: relative;
    background-color: #ffffff;
    padding-bottom: 160px !important;
    overflow: hidden;
}

.clientSec::before {
    width: 100%;
    height: 100%;
    background: url(../images/clientBg.png) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* filter: blur(1px); */
}

.clientSec .container {
    position: relative;
    z-index: 1;
}

.clientSec .secH {
    color: #006fbf;
}

.clientSec p {
    color: #131111;
}

.linkWrap {
    margin-top: 30px;
}

.testiContentInner {
    border-radius: 20px;
    padding: 20px 45px;
    box-shadow: 4px 20px 11px 0 rgba(0, 0, 0, 0.17);
    background-color: #fff;
    position: relative;
}

.testmonialSec {
    position: relative;
    margin-top: -125px;
    z-index: 1;
    padding-bottom: 110px;
    overflow: hidden;
}

/* .home .testmonialSec{
    overflow: visible !important;
  } */

.gradient {
    width: 800px;
    height: 800px;
    filter: blur(50px);
    background-image: linear-gradient(#ffbb9866, #c9e1ea, #006bd70d);
    animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.testmonialSec .gradient {
    width: 600px;
    height: 400px;
    top: 85%;
    background-image: linear-gradient(#073d8529, #6dd14a52, #006fbf52);
}

.testmonialSec .slick-list .slick-track {
    padding-bottom: 30px !important;
    padding-top: 60px !important;
}

.testiItem {
    margin: 0 20px;
}

.testiImg {
    width: 120px;
    height: 120px;
    position: relative;
    margin-top: -75px;
    border-radius: 50%;
    border: 10px solid #073d85;
    overflow: hidden;
    margin-bottom: 20px;
}

.testiImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.testimonialWrap .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.testimonialWrap .slick-dots li button {
    font-size: 0px;
    width: 12px;
    height: 12px;
    background-color: #b4b4b4;
    border-radius: 50%;
    padding: 0px;
    box-shadow: none;
    border: 0px;
}

.testimonialWrap .slick-dots li.slick-active button {
    background-color: #2c8ef1;
}

.testiRating {
    position: absolute;
    right: 50px;
    top: 30px;
    display: flex;
    gap: 5px;
}

.testiLeftImg {
    top: 8px;
    left: 0;
    position: absolute;
}

.testiRightImg {
    bottom: 0px;
    right: 0;
    position: absolute;
    width: 200px;
}

.testiRightImg img {
    width: 100%;
    opacity: 0.4;
}

.testiRating a {
    color: #ffc107;
}

/*--clientSec end--*/

.btnWrap a {
    display: inline-block;
    background-color: rgb(0 107 215);
    padding: 3px;
    padding-right: 40px;
    border-radius: 100px;
    position: relative;
    transition: 0.5s;
}

.btnWrap a span {
    padding: 10px 20px;
    background-color: transparent;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    transition: 0.5s;
    color: #fff;
}

.btnWrap a::after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    right: 7px;
    top: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #109C3D;
    transform: translateY(-50%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.btnWrap a:hover span {
    background-color: #fff;
    color: #109C3D;
}

.btnWrap a:hover::after {
    background-color: transparent;
    padding-left: 10px;
}

.linkWrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.linkWrap ul .btnWrap {
    padding-top: 0px;
}

.linkWrap ul li a {
    color: #000000;
}

.commonPadding {
    padding: 110px 0;
}

.testiContentBtm {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.testiContentBtm {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.testiTxt {
    min-height: 100px;
}

.testiTxt p {
    margin-bottom: 15px;
}

.testiproInfo h4 {
    color: #1179c4;
    font-size: 20px;
    font-weight: bold;
}

.testiVideoicon a {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #ececec;
    padding: 15px;
    border-radius: 50%;
    padding-left: 17px;
}

.testiproInfo p {
    font-size: 16px;
}

.innovationAssociates-counter .count-box h3 {
    color: #2dafe6;
    font-size: 84px;
    line-height: 94px;
    margin-bottom: 0;
    font-weight: 700;
}

.innovationAssociates-counter .count-box p {
    /* color: #2dafe6; */
    color: #4A4A49;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 0 0px;
    font-weight: 600;
}

.innovationAssociates-counter .count-box {
    content: '';
    background-image: url('../images/innovation-associates-block.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 228px;
    position: relative;
    padding: 15px 15px;
    border-radius: 20px;
}

.innovationAssociates-counter .count-box span {
    color: #2dafe6;
    font-size: 55px;
    line-height: 18px;
    position: relative;
    bottom: -24px;
    left: 5px;
}

.innovationAssociates-counter .count-box .rupee-txt {
    font-size: 34px;
    line-height: 38px;
    position: relative;
    top: -15px;
    left: -5px;
    bottom: auto;
}

.count-box {
    text-align: center;
}

.count-box .inline-count {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}

.count-box h3 {
    font-size: 3.375rem;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
    background: -webkit-linear-gradient(#2581C4, #2dafe6, #2581C4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count-box p {
    color: #000;
    /*font-size: 1.125rem; line-height: 1.75rem;*/
    margin-bottom: 0;
    padding: 0 8px;
    font-weight: 600;
}

.count-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.count-box span {
    color: #2dafe6;
    font-size: 2.563rem;
    line-height: 3.188rem;
    margin-bottom: 0;
    padding: 0 0px;
    font-weight: 600;
}

.innovationAssociates-section {
    position: relative;
}


.back-to-top {
    --back-to-top-size: 70px;
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
    /* Small devices */
}

@media (max-width: 767px) {
    .back-to-top {
        --back-to-top-size: 60px;
        bottom: 80px;
        right: 10px;
    }
}

.back-to-top .progress-circle {
    display: inline-block;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    transform: rotate(-90deg);
    background: #006fbf;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(102, 184, 70, 0.6509803922);
}

.back-to-top .progress-circle svg {
    width: 100%;
    height: 100%;
}

.back-to-top .progress-circle circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
}

.progress-percentage:hover {
    color: #fff;
}

.back-to-top .progress-circle .bg {
    stroke: #fff;
}

.back-to-top .progress-circle .progress {
    stroke: #67B846;
    stroke-dasharray: 251.2;
    /* Circumference = 2 * PI * R (R=40) */
    stroke-dashoffset: 251.2;
    transition: stroke-dashoffset 0.2s linear;
}

.back-to-top .progress-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    color: #ffffff;
    pointer-events: none;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    transition: color 0.2s linear;
    /* Small devices */
}

@media (max-width: 767px) {
    .back-to-top .progress-percentage {
        font-size: 10px;
    }
}

.back-to-top:hover .progress-percentage {
    color: var(--title-color2);
}

.scroll-to-top {

    display: none;
}


/* < !--Global Footprint--> */
.bg-gray {
    --bs-bg-opacity: 1;
    background-color: #f2f2f2;
}



/*map css*/
.mapBox {
    position: relative;
    z-index: 0;
    font-size: 14px;
    float: none;
    max-width: 1128px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden
}

.mapPoint {
    position: absolute;
    z-index: 103;
    width: 2.1978%;
    height: 3.84615%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.point-A {
    top: 27%;
    left: 54.5%;
}

.point-B {
    top: 19%;
    left: 72.5%;
}

.point-C {
    top: 45%;
    left: 58%;
}

.point-D {
    top: 48%;
    left: 62.2%;
}

.point-E {
    top: 51%;
    left: 75.5%;
}

.point-F {
    top: 34%;
    left: 63.3%;
}

.point-G {
    top: 57%;
    left: 55%;
}

.point-H {
    top: 36.5%;
    left: 66.5%;
}

.point-I {
    top: 21%;
    left: 44%;
}

.point-J {
    top: 44%;
    left: 61.2%;
}

.point-K {
    top: 37%;
    left: 15.8%;
}

.point-L {
    top: 22.5%;
    left: 53.5%;
}

.point-M {
    top: 46%;
    left: 72.8%;
}

.point-N {
    top: 52%;
    left: 78%;
}

.point-O {
    top: 61.5%;
    left: 79.5%;
}

.point-P {
    top: 62%;
    left: 55.8%;
}

.point-a {
    top: 30%;
    left: 50.5%;
}

.point-b {
    top: 25%;
    left: 72%;
}

.point-c {
    top: 47%;
    left: 51%;
}

.point-d {
    top: 53%;
    left: 63%;
}

.point-e {
    top: 56%;
    left: 72.5%;
}

.point-f {
    top: 36%;
    left: 57%;
}

.point-g {
    top: 57.5%;
    left: 50.1%;
}

.point-h {
    top: 38%;
    left: 68.8%;
}

.point-i {
    top: 25%;
    left: 40%;
    text-align: left;
    line-height: 14px
}

.point-j {
    top: 42.5%;
    left: 63.5%;
    text-align: left;
    line-height: 14px
}

.point-k {
    top: 25%;
    left: 41.5%;
}

.point-k {
    top: 43%;
    left: 13.5%;
    text-align: left;
    line-height: 14px
}

.point-l {
    top: 25%;
    left: 49.5%;
}

.point-m {
    top: 46%;
    left: 75.4%;
}

.point-n {
    top: 53.5%;
    left: 80.5%;
}

.point-o {
    top: 66.8%;
    left: 77.8%;
}

.point-p {
    top: 67.5%;
    left: 56%;
}

@media(max-width: 1199.98px) {
    .mapPoint img {
        width: 10px;
        height: 15px;
    }

    .point-a {
        top: 30%;
        left: 49.5%;
    }

    .point-b {
        top: 25%;
        left: 72%;
    }

    .point-c {
        top: 47%;
        left: 49%;
    }

    .point-d {
        top: 53%;
        left: 63%;
    }

    .point-e {
        top: 56%;
        left: 72.5%;
    }

    .point-f {
        top: 37%;
        left: 55.5%;
    }

    .point-g {
        top: 60%;
        left: 50%;
    }

    .point-h {
        top: 38%;
        left: 68.8%;
    }

    .point-i {
        top: 25%;
        left: 39%;
    }

    .point-j {
        top: 41.5%;
        left: 63.5%;
    }

    .point-k {
        top: 25%;
        left: 41.5%;
    }

    .point-k {
        top: 43%;
        left: 13.5%;
    }

    .point-l {
        top: 25%;
        left: 48.5%;
    }

    .point-m {
        top: 46%;
        left: 75.4%;
    }

    .point-n {
        top: 57.5%;
        left: 78.8%;
    }

    .point-o {
        top: 66.8%;
        left: 77.8%;
    }

    .point-p {
        top: 67.5%;
        left: 56%;
    }
}

@media(max-width: 991.98px) {
    .mapBox {
        font-size: 12px;
    }

    .point-a {
        top: 29%;
        left: 48.5%;
    }

    .point-b {
        top: 25%;
        left: 72%;
    }

    .point-c {
        top: 47%;
        left: 46%
    }

    .point-d {
        top: 53%;
        left: 61%;
    }

    .point-e {
        top: 56%;
        left: 70.5%;
    }

    .point-f {
        top: 36%;
        left: 54.5%;
    }

    .point-g {
        top: 60%;
        left: 48%;
    }

    .point-h {
        top: 36%;
        left: 69%;
    }

    .point-i {
        top: 22%;
        left: 37%;
    }

    .point-j {
        top: 41.5%;
        left: 63.5%;
    }

    .point-k {
        top: 25%;
        left: 41.5%;
    }

    .point-k {
        top: 43%;
        left: 11.5%;
    }

    .point-l {
        top: 22%;
        left: 56%;
    }

    .point-m {
        top: 46%;
        left: 75.4%;
    }

    .point-n {
        top: 54.5%;
        left: 80%;
    }

    .point-o {
        top: 67.8%;
        left: 77.8%;
    }

    .point-p {
        top: 67.5%;
        left: 57.5%;
    }
}

@media(max-width: 767.98px) {
    .point-A {
        top: 23%;
    }

    .point-D {
        top: 44%;
    }

    .point-E {
        top: 47%;
    }

    .point-G {
        top: 52.5%;
    }

    .point-I {
        top: 18%;
    }

    .point-J {
        top: 39%;
        left: 61%;
    }

    .point-L {
        top: 18.5%;
    }

    .point-M {
        top: 42%;
    }

    .point-N {
        top: 49%;
    }

    .point-O {
        top: 57.5%;
    }

    .point-P {
        top: 61%;
    }
}

.text-primary {
    color: #000000 !important;
    font-weight: 500;
}

.bg-gray {
    --bs-bg-opacity: 1;
    background-color: #f2f2f2;
}

/*--map start--*/
.mapWrap {
    position: relative;
    height: 660px;
}

.mapWrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.mapWrap iframe {
    width: 100%;
}

.contactFrm {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    position: absolute;
    top: 0;
    right: 320px;
    box-shadow: 0px 0px 25px 0px #4d4d4d59;
    margin-top: -60px;
    z-index: 1;
    width: 520px;
}

@media (min-width: 1200px) {
    .contactFrm {
        right: calc((100% - 1110px) / 2);
    }
}

@media (min-width: 1400px) {
    .contactFrm {
        right: calc((100% - 1290px) / 2);
    }
}

.testiContentBtm {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.testiContentBtm {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.testiTxt {
    min-height: 100px;
}

.testiproInfo h4 {
    color: #006fbf;
    font-size: 20px;
    font-weight: bold;
}

.testiVideoicon a {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #ececec;
    padding: 15px;
    border-radius: 50%;
    padding-left: 17px;
}

.testiproInfo p {
    font-size: 16px;
}

.userInfoPopupForm {
    padding-top: 30px;
}

.userInfoPopupForm .inputBox label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.frmWrap .inputTxt,
.userInfoPopupForm .inputBox input[type="text"],
.userInfoPopupForm .inputBox input[type="email"],
.userInfoPopupForm .inputBox input[type="tel"],
.userInfoPopupForm .inputBox textarea {
    width: 100%;
    min-height: 60px;
    padding: 0 20px;
    border-radius: 100px;
    border: none;
    /* background-color: #f1f1f1; */
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #ced4da;
}

.userInfoPopupForm .inputBox input[type="text"],
.userInfoPopupForm .inputBox input[type="email"],
.userInfoPopupForm .inputBox input[type="tel"],
.userInfoPopupForm .inputBox textarea {
    margin-bottom: 0;
}

.frmWrap .textarea,
.userInfoPopupForm .inputBox textarea {
    height: 130px;
    padding: 20px;
    border-radius: 15px;
}

.frmWrap.btnWrap,
.userInfoPopupForm .inputBox.btnBox {
    padding-top: 0px;
}

.frmWrap.btnWrap .frmBtn,
.userInfoPopupForm .inputBox input[type="submit"] {
    display: inline-block;
    border-radius: 30px;
    background-color: #c6070e;
}

.userInfoPopupForm .inputBox input[type="submit"] {
    width: 200px;
    border: none;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
}

.subBtn {
    background-color: transparent;
    border: none;
    padding: 0 50px;
    min-height: 55px;
    color: #fff;
}

/*--map wrap end--*/

/*--footer start--*/
.newsLetterForm {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    position: relative;
    margin-bottom: 30px;
}

.footerWrap {
    padding: 80px 0 0;
    background-color: #003b84;
    position: relative;
    z-index: 0;
}

.footBg {
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
    height: 130px;
    transform: rotate(-1deg);
}

.footBg img {
    width: 100%;
    height: 100%;
}

.newsLetterForm .leftTxt h2 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}

.newsLetterForm .rightForm {
    width: 40%;
}

.newsInput {
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
}

.newsLetterForm .frmWrap {
    position: relative;
}

.newsLetterForm .frmWrap .newsBtn {
    position: absolute;
    right: 2px;
    width: 45px;
    height: 45px;
    background: url(../images/home/next.png) no-repeat center center #c6070e;
    border-radius: 50%;
    top: 2px;
    border: none;
    background-size: 50%;
    color: #fff;
}

.newsLetterForm .frmWrap input:focus {
    outline: none;
}

.newsLetterForm input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    font-size: 14px;
}

.newsLetterForm input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.footerMain {
    position: relative;
    overflow-x: hidden;
    z-index: 2;
    margin-top: -100px;
}

.footerMainInn {
    padding-top: 170px;
}

.page-template-contact .footerMainInn {
    padding-top: 50px;
}

.footerWrap::before {
    /* width: 100%; */
    width: calc(100% + 32px);
    height: 190px;
    content: "";
    /* background: url(../images/home/footer-top.png) no-repeat center top; */
    background: url(../images/foot-bg.png) no-repeat center top;
    background-size: cover;
    content: "";
    position: absolute;
    top: -144px;
    right: -32px;
}

.newsLetterForm::after {
    width: 70%;
    border-radius: 50%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: url(../images/line.png) no-repeat;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-size: 100%;
}

.footerTxt {
    padding-top: 20px;
}

.footerTxt p {
    color: #fff;
}

.fotoerContent {
    padding-top: 30px;
}

.fotoerContent .footer_widget h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.fotoerContent .footer_widget ul li {
    margin-bottom: 10px;
}

.fotoerContent .footer_widget ul li a,
.fotoerContent .footer_widget ul li p {
    color: #fff;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.contactListF li {
    display: flex;
}

.contactIcon {
    /* width: 40px; */
    width: 25px;
    height: 25px;
    margin-right: 12px;
}

.contactIcon img {
    width: 86%;
    height: 100%;
    object-fit: contain;
}

.contactListF li p,
.contactListF li a {
    width: calc(100% - 30px);
}

.contactListF li:not(:last-child) {
    margin-bottom: 10px !important;
}

.copyrightSec {
    background-color: #ffffff;
    padding: 10px 0;
}

.copyrightWrap {
    display: flex;
    justify-content: center;
}

.copyrightWrap p,
.copyrightWrap a {
    margin-bottom: 0px;
    color: #40464d;
    text-align: center;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    background-image: none;
    width: 50px;
    height: 50px;
    background-color: #c7070e7d;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: auto;
    left: auto;
    color: #7f7f7f;
    backdrop-filter: blur(5px);
    transition: 0.5s;
}

.swiper-button-prev.swiper-button-white {
    right: 51px;
    bottom: 0;
}

.swiper-button-next.swiper-button-white {
    right: 0;
    bottom: 0;
}

.swiper-button-next.swiper-button-white:hover,
.swiper-button-prev.swiper-button-white:hover {
    background-color: rgba(199, 7, 14, 1);
    color: #fff;
}

.socialInfo {
    margin-top: 30px;
}

.countWrap .countItem:last-child::after {
    display: none;
}

.globeInmg {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    z-index: -1;
}

.globeInmg img {
    width: 100%;
}

/*--footer end--*/


.frmHeading h2 {
    margin-bottom: 0px;
}

.frmHeading p {
    margin-bottom: 10px;
}

.partnerSlider .slick-track .logoItem .logoImg {
    padding: 0 15px;
}

.partnerSlider .slick-track .logoItem .logoImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.headerWrap.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    animation: slideDown 0.35s ease-out;
    background-color: #fff;
    z-index: 99;
    width: 100%;
}

.headerWrap.is-sticky .headerRightTop {
    display: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.aboutPgSec_8 {
    overflow: hidden !important;
}

.headerWrap.is-sticky .headerRightBottom {
    border-top: none;
    margin-top: 0px;
}

.headerWrap.is-sticky .leftLogo {
    width: 80px;
}

.headerWrap.is-sticky .leftLogo img {
    width: 100%;
}

.mobFilter {
    display: none;
}

.partner {
    padding-top: 0px !important;
}



/* .................somnath.................. */

.about-text {
    margin-bottom: 10px;
}

.inner-p {
    text-align: justify;
}

.aboutPgSec_4 {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.page-template-about_us section {
    overflow: hidden;
}

.vmvIcon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #184090;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 0 auto;
    transition: 0.5s;
}

.vmvContent {
    background: url(../images/value-bg.png) no-repeat center top;
    padding: 60px 36px;
    background-size: cover;
    min-height: 430px;
    box-shadow: 0px 15px 16px -10px #9b9b9b;
    position: relative;
    margin-top: -10px;
    transition: 0.5s;
}

.vmvNo {
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 110px;
    font-weight: bold;
    color: rgba(0 0 0 / 9%);
    line-height: 100px;
    transition: 0.5s;
}

.vmvContent h4 {
    color: #184090;
    font-size: 24px;
    font-weight: bold;
    transition: 0.5s;
    text-align: center;
    margin-bottom: 9px;
}

.vmvContentText {
    overflow: auto;
    padding: 8px;
}

.vmvItem:hover .vmvContent {
    background: url(../images/vmvIcon.png) no-repeat center top;
    background-size: cover;
}

.vmvItem:hover .vmvIcon {
    background-color: #c7070e;
}


/* .....................our-journey................... */


.aboutPgSec_3 {
    background-image: url(../images/moving-toward-Industry-bg-v11.webp);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}

.aboutPgSec_3 .owl-item>div {
    cursor: pointer;
    transition: margin 0.4s ease;
}

.aboutPgSec_3 .owl-item.center>div {
    cursor: auto;
    margin: 0;
}

.aboutPgSec_3 .owl-item:not(.center)>div:hover {
    opacity: 0.75;
}

.journeyItem {
    position: relative;
    text-align: center;
}

.journeyItem .journeyContent {
    position: absolute;
    width: 760px;
    min-height: 50px;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    top: 110px;
    left: 49%;
    transform: translateX(-50%);
    box-shadow: -1px 8px 30px -1px rgba(0 0 0 / 16%);
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transition: 0.6s all;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.journeyYr {
    width: auto;
    display: inline-flex;
    justify-content: end;
    flex-direction: column;
    margin: 0 auto;
    align-items: end;
    transform: rotate(-90deg);
    position: relative;
    padding-left: 30px;
}

.journeyYr::before {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #545454;
    position: absolute;
    left: -6px;
    top: 12px;
    content: "";
    background: #184090;
}

.owl-carousel.owl-drag .owl-item.active.center .journeyYr {
    transform: rotate(-90deg) translatex(11px);
}

.owl-carousel.owl-drag .owl-item.active.center .journeyItem .journeyContent {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.journeySlider {
    margin-top: 60px;
}

.journeyYr h4 {
    color: #858585;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

.journeyYr p {
    margin-bottom: 0px;
    color: #858585;
}

.owl-carousel.owl-drag .owl-item.active.center h4 {
    font-size: 30px;
    color: #184090;
}

.journeySlider {
    display: block;
    height: 100%;
    min-height: 375px;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

.journeySlider::before {
    top: 100px;
    width: 100%;
    height: 2px;
    background: url(../images/slider-line.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    content: "";
}

.owl-carousel.owl-drag .owl-item.active.center .journeyYr::before {
    transform: scale(1.5);
    background-color: #c7070e;
}

.journeyItem .journeyContent::before {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    transform: translateX(-50%);
}

.owl-item.cloned.active .journeyItem h4,
.owl-item.active .journeyItem h4 {
    opacity: 0.7;
}

.owl-item.active.center .journeyItem h4 {
    opacity: 1;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-nav button span {
    font-size: 0px;
}

.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff !important;
    top: 80px;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
    background: url(../images/right-arrow-hover.png) no-repeat center center #0270bf !important;
    transition: 0.5s;
}

.owl-carousel .owl-nav button.owl-prev {
    background: url(../images/left-arrow-hover.png) no-repeat center center #0270bf !important;
    transition: 0.5s;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../images/left-arrow-hover.png) no-repeat center center #c7070e !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background: url(../images/right-arrow-hover.png) no-repeat center center #c7070e !important;
}

.aboutPgSec_3 .journeyLeftImg {
    position: absolute;
    top: 0;
    left: 0;
}

.aboutPgSec_3 .journeyRightImg {
    position: absolute;
    bottom: 0;
    right: 0;
}



/* .....................farming.................. */
.farming {
    overflow: hidden;
}

.farming .row {
    position: relative;

}

.farming .text-box ul li {
    margin-bottom: 5px;
    position: relative;
    font-weight: 700;
    display: block
}

.farming .text-box {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 15px;
    padding: 20px 30px;
    width: 38%;
    position: absolute;
    z-index: 15;
    left: 0;
    top: 10%
}

.farming .item .content-box {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, #000 95%);
    padding: 1px 23px 1px 61px;
    width: 100%
}

.farming .text-box p {
    margin-bottom: 10px;
    line-height: 22px
}

.capabilities-slider .slick-dots {
    bottom: -40px
}

.farming:nth-child(odd) .row {
    flex-direction: row-reverse
}

.farming:nth-child(2n) .text-box {
    width: 38%;
    right: 0;
    left: inherit
}

.farmer-counter {
    background-color: #efeddf;
    padding-top: 52px;
    padding-bottom: 19px;
    margin-bottom: 0;
    margin-top: 60px
}

.item img {
    width: 100%;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.common-btn {
    border-radius: 25px;
    padding: 6px 10px 6px 20px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.25rem;
    -webkit-transition: .5s cubic-bezier(.42, 0, .58, 1);
    -moz-transition: .5s cubic-bezier(.42, 0, .58, 1);
    -o-transition: .5s cubic-bezier(.42, 0, .58, 1);
    -ms-transition: .5s cubic-bezier(.42, 0, .58, 1);
    transition: .5s cubic-bezier(.42, 0, .58, 1);
}

.btn-blue,
.btn-white:hover {
    background-color: #007bc2;
    color: #fff;
}

.common-btn-link {
    width: fit-content;
    padding: 6px 12px 6px 20px;
}

.farming-padding-top {
    padding-top: 80px;
}

.farming .text-box p {
    margin-bottom: 19px;
    line-height: 27px;
}

.text-box-inner-in h3 {
    font-weight: 700;
    line-height: 41px;
    font-size: 32px;
    color: #004f89;
    margin-bottom: 8px;
}

.bg-fixed {
    background-image: url(../images/moving-toward-Industry-bg-v11.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.footerWrap2::before {
    display: none;
}

.footerMain2 {
    margin-top: 0px;
}


/* Contact us */
.contact-sec .contact-xea {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
}

.contact-sec .contact-xea img {
    max-width: 40px;
}

.contact-sec .contact-xea p {
    margin: 0;
}

.contact-address-row {
    border-bottom: 1px solid #D2DEEF;
}

.contact-address-row,
.contact-tel-row {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-address-col,
.contact-tel-col {
    width: 50%;
    border-right: 1px solid #D2DEEF;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: flex-start;
}

.contact-tel-col {
    width: 33.33%;
    align-items: center;
}

.contact-address-col .con,
.contact-tel-col .con {
    margin-left: 15px;
}

.contact-address-col .con span,
.contact-tel-col .con span {
    color: #0162a9;
    font-weight: 600;
    font-size: 20px;
}

.contact-address-col:last-child,
.contact-tel-col:last-child {
    border: 0;
}

.contact-tel-col .con a {
    color: #000;
}

.contact-tel-col .con a:hover {
    color: #000;
}

.get-touch-area {
    width: 50%;
    padding: 50px;
}

.get-touch-area .gettouch-sec {
    width: 80%;
}

.contact-us-main .map-area iframe {
    height: 100% !important;
}

.about-section-two {
    padding: 50px 0;
}

.left-right-structure.right-image-structure .slide-left:before {
    content: '';
    background-image: url(../images/branding-vector-big.svg);
    position: absolute;
    bottom: 0vw;
    left: 0;
    width: 7vw;
    height: 5vw;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-right-structure.right-image-structure .content-part {
    padding: 0 60px 0vw 32%;
}

.content-part p {
    color: #131313;
    text-align: justify;
    margin-bottom: 20px;
}

.content-part p strong {
    font-weight: 600;
}

.circle-element {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex !important;
    justify-content: center;
}

.circle-element .figure {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.circle-element .figure img {
    /* -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    height: 260px;
    width: 260px;
    object-fit: cover;
    aspect-ratio: 1/1;

}

.circle-element:hover img {
    -webkit-transform: scale(1.2) rotate(-3deg);
    -moz-transform: scale(1.2) rotate(-3deg);
    -o-transform: scale(1.2) rotate(-3deg);
    -ms-transform: scale(1.2) rotate(-3deg);
    transform: scale(1.2) rotate(-3deg);
}

.circle-element .figure-caption {
    font-size: 18px;
    line-height: 24px;
    color: #1F1F1F;
    font-weight: 600;
    margin-top: 10px;
}

.circle-element .figure .abslide-picture {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}



.circle-element .overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.circle-element:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.circle-element .overlay span {
    color: #fff;
    text-align: center;
    position: absolute;
    margin: auto;
    width: 82%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
}

.circle-element:hover .overlay span {
    opacity: 1;
    -webkit-transition: 1.3s ease;
    transition: 1.3s ease;
}

.overlay-circle-element {
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    border: 5px solid #fff;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.overlay-circle-element .overlay span img {
    width: 30px;
    height: 20px;
    margin-left: 0;
}

/* .map-marker.active-itm ~ .map-marker {
  pointer-events: none;
  } */


.section-heading-wrap p {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
}

.para-txt {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
}

.businesses-slider.commonCenter-slider .slick-list {
    padding: 37px 0 !important;
}

.circle-element .figure-caption {
    font-size: 18px;
    line-height: 24px;
    color: #1F1F1F;
    font-weight: 600;
    margin-top: 10px;
    padding: 0px 15px;
}

.aluminium-businesses-slider .slick-arrow {
    background-color: #2581C4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.Primary-Aluminium-Offerings-section .blogthumbnail-carousel .slick-arrow {
    background-color: #2581C4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.aluminium-businesses-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #006fbf;
    border: none;
    z-index: 1;
    cursor: pointer;
}

.aluminium-businesses-slider .slick-arrow i {
    font-size: 1.275rem;
    font-weight: 300;
}

.aluminium-businesses-slider .slick-prev.slick-arrow {
    left: -35px !important;
}

.aluminium-businesses-slider .slick-next.slick-arrow {
    right: -35px !important;
}

.slick-prev.slick-arrow i {
    content: '';
    background-image: url(../images/button-prev-arrow-white.svg);
    width: 20px;
    height: 18px;
    position: absolute;
    top: 16px;
    left: 10px;
    background-size: 7px;
    background-repeat: no-repeat;
}

.slick-next.slick-arrow i {
    content: '';
    background-image: url(../images/button-next-arrow-white.svg);
    width: 20px;
    height: 18px;
    position: absolute;
    top: 16px;
    left: 10px;
    background-size: 7px;
    background-repeat: no-repeat;
}

.aluminium-businesses-section {
    padding: 80px 0px;
    background-color: #e3e3e361;
}

.thumbnail-carousel.carousel .slick-arrow img,
.slick-arrow img {
    width: 8px;
    max-width: initial;
}


#quarterly-table tbody td:first-child {
    text-align: left;
}

.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.left-right-structure {
    overflow: hidden;
}

.cs_list.cs_style_1 {
    margin-top: 10px;
}

.cs_list.cs_style_1 li::after {
    content: '\f360';
    font-family: 'FontAwesome';
    margin-right: 13px;
    font-size: 20px;
    margin-top: -3px;
    margin-right: 13px;
    font-size: 16px;
    margin-top: -3px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #006fbf;
    background-position: center;
}

.cs_list.cs_style_1 li {
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #1d1e1e;
    font-weight: 400;
}

.h3-heading {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
    color: #0062a9;
}

.inner-pages-p strong {
    font-weight: 600;
    color: #04426e;
}

.item_box {
    overflow: hidden;
    text-align: center;
    color: #fff !important;
    box-shadow: #fff 0 0 0 0;
    background: rgba(255, 255, 255, 1);
    border: #eaeaea 1px solid;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;

}

.item_box .image {
    position: relative;
    overflow: hidden;
}

.item_box .con {
    background-color: #eee;
    /* padding-left: 10px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_box .con .tt {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: calc(100% - 42px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.item_box .con .read-more {
    height: 42px;
    width: 42px;
    min-width: 42px;
    display: block;
    text-align: center;
    align-content: center;
    color: white;
    background-color: #ca2212;
}

.item_box .con .read-more svg {
    width: 18px;
    height: 18px;
}

.item_box .overlay-bx {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-left: 50px;
    z-index: 1;
    transition: all 600ms ease;
}

.item_box:hover .overlay-bx {
    top: 0;
}

.item_box .overlay-bx::before {
    position: absolute;
    left: 25px;
    bottom: 0;
    height: 90%;
    width: 1px;
    background-color: #ffffff;
    content: "";
    opacity: .70;
}

.item_box .overlay-bx::after {
    position: absolute;
    bottom: 25px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #ffffff;
    opacity: .70;
    content: "";
}

.item_box .overlay-bx p {
    color: white;
    font-size: 16px;
}

.item_box .overlay-bx a {
    color: #ca2212;
}

.item_box .overlay-bx a:hover {
    color: #fff;
}

.item_box .image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
}

.services_feature {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.h2_title_1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ca2212;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.h2_title_1:after {
    background: #ca2212 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

.services_feature .item-bx {
    padding: 25px;
    /* height: 100%; */
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.services_feature .item-bx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: 0.3s linear;
}

.services_feature .item-bx:hover:before {
    width: 100%;
}

.services_feature .item-bx:last-of-type {
    border-right: 1px solid #e7e7e7;
}

.services_feature .item-bx .titleH4 {
    color: var(--sec);
    font-weight: 600;
    /* letter-spacing: 1px; */
    padding: 0;
    margin: 0 0 4px;
    text-align: left;
    font-size: 17px;
    transition: 0.3s linear;
}

.services_feature .item-bx:hover .titleH4 {
    color: white;
}

.services_feature .item-bx .count {
    position: absolute;
    top: 20px;
    right: 50px;
    font-size: 70px;
    font-weight: 800;
    transition: 0.8s;
    color: rgba(255, 255, 255, 0.15);
}

.services_feature .item-bx p {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    transition: 0.4s;
}

.services_feature .item-bx:hover p {
    color: white;
}

.services_feature .item-bx .numb {
    font-size: 60px;
    margin-bottom: 10px;
    color: transparent;
    -webkit-text-stroke: 1px #c5a47e;
}

.services_feature .item-bx img {
    margin-bottom: 20px;
    max-width: 70px;
}

.home_blog_1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
    background: #272727;
}

.img-wrap {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    height: 365px;
    overflow: hidden;
}

.img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.service_content {
    position: relative;
    height: 365px;
    color: #9f9f9f;
    font-size: 16px;
    line-height: 24px;
    background: #333;
    margin-bottom: 25px;
    border-radius: 0px 0px 0px 50px;
}

.home_bgrid_1:nth-child(2) .service_content {
    border-radius: 0px 50px 0px 0px;
}

.service_content .center_box {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    padding: 0 60px;
}

.service_content .center_box .sTitle_h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #ca2212;
    font-weight: 400;
    margin-bottom: 15px;
}

.service_content .center_box .sTitle_h4 a {
    color: #ca2212;
}

.service_content .center_box p {
    margin-bottom: 20px;
    color: #9f9f9f;
}


.innerpages {
    padding: 50px 0px;
}

.inner-apges-image {
    width: 500px;
    float: right;
    padding-left: 20px;
    /* padding: 40px; */
    border-radius: 0px 55px 0px 0px;
    overflow: hidden;
}

.inner-apges-image img {
    width: 100%;
}

.inner-pages-content p {
    text-align: justify;
}

.inner-pages-content strong {
    color: #00355b;
    font-weight: 500;
}

.inner-pages-content h2 {
    font-size: 33px;
    font-weight: 700;
    color: #006fbf;
}

.carousel-indicators .active {
    background-color: #002a47;
    width: 30px;
    height: 3px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #006fbf;
    border-radius: 50%;
    font-size: 20px
}

.client-section .client-logo .item {
    transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #efeeee94;
    /* background-color: #ddd; */
    padding: 5px;
}

.client-section .client-logo .item:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.client-section .client-logo img {
    width: 100%;
    margin: 0 auto;
}

.client-section .client-logo img:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.client-section {
    padding: 40px 0px;
    background-image: url(../images/contact-bg.jpg);
}

.quick-connect {
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 99999999;
}

.quick-connect a {
    color: white;
}

.call {
    background-color: #0266af;
    color: white;
    font-size: 20px;
    border-radius: 0 10px 10px 0;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}


.whatsapp a {
    color: #fff;

}

.whatsapp {
    background-color: #98c24b;
    color: #fff;
    font-size: 23px;
    border-radius: 0 10px 10px 0;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call:hover {
    animation: shakes 0.82s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.whatsapp:hover {
    animation: shakes 0.82s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}


@keyframes shakes {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.hidden-txt {
    display: none;
}

.leadersSlider .slick-prev,
.leadersSlider .slick-next {
    position: absolute;
    font-size: 0;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.leadersSlider .slick-next::before {
    position: absolute;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #ffffff;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.leadersSlider .slick-prev::before {
    position: absolute;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #ffffff;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    /* For Safari */
}


.leadersSlider .slick-prev {
    left: 35%;
    right: auto;
    bottom: -22px;
}

.leadersSlider .slick-next {
    right: calc(50% - 36px);
    bottom: -22px;
}

.leadersSlider .slick-arrow:hover {
    background-color: #43c206;
    color: #fff;
}

.leadersSlider .slick-arrow:hover::before {
    color: #fff;
}

.leadersSlider .slick-arrow {
    height: 40px !important;
    width: 40px !important;
    font-size: 0px;
    z-index: 100;
    background-color: #006fbf;
    border-radius: 10px;
}

.ft-contact-cta-items,
.ft-contact-page-form-wrapper {
    padding: 30px;
    background-color: #f4f4f4
}

.ft-section-title-2 {
    margin: 0 auto;
    max-width: 580px
}

.ft-section-title-2 .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #b22d30
}

.ft-section-title-2 h2 {
    color: #003440;
    font-size: 36px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 25px
}

.ft-contact-cta-items {
    margin-bottom: 20px;
    transition: .3s
}

.ft-contact-cta-items .ft-contact-cta-icon {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 8px;
    background-color: #b22d30
}

.ft-contact-cta-items .ft-contact-cta-icon i {
    font-size: 45px;
    color: #fff
}

.ft-contact-cta-items .ft-contact-cta-text {
    max-width: 80%
}

.ft-contact-cta-items .ft-contact-cta-text h3 {
    color: #002a34;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px
}

.ft-contact-page-form-wrapper h3 {
    color: #b22d30;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 5px
}

.ft-contact-page-form-wrapper input,
.ft-contact-page-form-wrapper textarea {
    width: 100%;
    height: 50px;
    border: none;
    padding-left: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff
}

.ft-contact-page-form-wrapper textarea {
    height: 130px;
    padding-top: 15px
}

.ft-contact-page-form-wrapper button {
    color: #fff;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 6px;
    background-color: #b22d30;
    -webkit-transition: .5s;
    transition: .5s
}

.Submit-box:hover,
.ft-contact-page-form-wrapper button:hover {
    background-color: #00044b
}

.Submit-box {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 6px;
    background-color: #b22d30 !important;
    -webkit-transition: .5s;
    transition: .5s
}

.ft-contact-cta-text p {
    margin-bottom: 5px
}

.subBtn3 {
    background-color: #006fbf !important;
    /* Primary blue background */
    color: #ffffff;
    /* White text */
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.subBtn3:hover {
    background-color: #0056b3 !important;
    /* Darker on hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.new-product {
    color: #0e0e0e;
}

.product-image img {
    width: 100%;
}


.inmer-pages-bg {
    background-image: url(../images/inner-pages-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
}

.inmer-pages-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff8a;
    z-index: -1;
}

.rounded-4 {
    border: 2px solid #e9e9e940;
    padding: 25px;
    background: #fff;
    text-align: left;
}

.desicription-h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #006fbf;
}

.technical-detaiils h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 9px;
    color: #082100;
}


/* ................. */

.card {
    max-width: 100%;
    margin: auto;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    /* padding: 18px 30px; */
    border: none;
    height: 100%;
    overflow: hidden;
}

.card h2 {
    color: #006fbf;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #006fbf;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 11px;
}

ul.specs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.specs li {
    background: #f2f2f2;
    margin-bottom: 12px;
    padding: 7px 20px;
    border-left: 6px solid #006fbf;
    border-radius: 8px;
    transition: background 0.3s;
    color: #003e6b;
    text-align: left;
}

ul.specs li:hover {
    background: #e8e8e8;
}

.label {
    font-weight: bold;
    display: inline-block;
    width: auto;
    color: #333;
}

.value {
    color: #444;
}

.about-text strong {
    font-weight: 600;
}

.card-image img {
    width: 100%;
}

.card-content{
    padding: 0px 20px;
}

.testiproInfo p{
    display: none;
}