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

.breadcrumbs nav ol,
body {
    color: var(--color-default)
}

.breadcrumbs nav ol,
.headMenu ul,
ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.blog-list span,
.btn,
.btn-1:hover {
    letter-spacing: 1px
}

:root {
    --color-default: #222222;
    --color-black: #000000;
    --color-primary: #de211b;
    --color-secondary: #fff9c4;
    --color-white: #ffffff
}

body {
    font-family: 'Work Sans', sans-serif
}

a,
a:hover {
    text-decoration: none
}

section {
    padding: 30px 0;
    scroll-margin-top: 70px
}



.sections-bg {
    background-color: #f6f6f6
}

.breadcrumbs .page-header {
    padding: 60px 0;
    min-height: 20vh;
    position: relative;
    background-color: var(--color-primary)
}

.breadcrumbs .page-header h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary)
}

.breadcrumbs .page-header p {
    color: rgba(255, 255, 255, .8)
}

.breadcrumbs nav {
    padding: 20px 0;
    text-align: center
}

.breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

.breadcrumbs nav ol a {
    color: var(--color-primary);
    transition: .3s
}

.breadcrumbs nav ol a:hover {
    text-decoration: underline
}

#searchList li a,
.blog-btn a,
.btn,
.btn:hover,
.market-area ul li a:hover,
.viewBtn:focus,
.viewBtn:hover {
    text-decoration: none
}

.breadcrumbs nav ol li+li {
    padding-left: 10px;
    color: var(--color-white)
}

.breadcrumbs nav ol li a {
    color: var(--color-white);
    font-size: 18px
}

.breadcrumbs nav ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--color-secondary);
    content: "/"
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background: var(--color-secondary);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: .4s
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0
}

.scroll-top:hover {
    background: rgba(248, 90, 64, .8);
    color: #fff
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0ms !important;
    }
}


.header {
    transition: .5s;
    z-index: 997;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    position: relative
}

.header.sticked {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.header .logo img {
    max-width: 80px;
    position: static;
    top: 8px;
    background: #fff
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: .8px;
    color: #fff;
    font-family: var(--font-primary)
}

.header .logo h1 span {
    color: #f96f59
}

.sticked-header-offset {
    margin-top: 70px
}

@media (min-width: 1280px) {
    .navbar {
        padding: 0
    }

    .navbar>ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }

    .navbar li {
        position: relative
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 10px 0 10px 28px
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        color: #000;
        white-space: nowrap;
        transition: .3s;
        position: relative
    }

    .navbar>ul>li+li {
        margin-right: 10px
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-secondary);
        visibility: hidden;
        width: 0;
        transition: .3s ease-in-out
    }

    .navbar .active:before,
    .navbar a:hover:before,
    .navbar li:hover>a:before {
        visibility: visible;
        width: 100%
    }

    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #000
    }

    .navbar .dropdown>ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .4);
        transition: .3s;
        border-radius: 4px;
        width: 100%
    }

    .navbar .dropdown ul li {
        min-width: 200px
    }

    .navbar .dropdown ul a {
        padding: 7px 20px;
        font-size: 16px;
        text-transform: none;
        font-weight: 400;
        color: var(--color-primary)
    }

    .navbar .dropdown ul a i {
        font-size: 12px
    }

    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-secondary)
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }

    .mobile-nav-hide,
    .mobile-nav-show {
        display: none
    }
}

.ba-cover::before,
.btn-1 svg {
    position: absolute;
    width: 100%
}

/* @media (min-width: 1280px) and (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
} */

@media (max-width: 1279px) {
    /* .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }

    .mobile-nav-hide,
    .mobile-nav-show {
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        z-index: 9999
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px;
        margin: 0;
        background: var(--color-primary);
        overflow-y: auto;
        transition: .3s;
        z-index: 9998
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 600;
        color: rgba(255, 255, 255, .7);
        white-space: nowrap;
        transition: .3s
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #fff
    }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        border-radius: 4px;
        margin: 15px;
        color: #fff
    }

    .navbar .getstarted:focus:hover,
    .navbar .getstarted:hover {
        color: #fff;
        background: rgba(0, 131, 116, .8)
    }

    .navbar .dropdown .dropdown ul,
    .navbar .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: .5s ease-in-out;
        background-color: #007466;
        border: 1px solid #006459
    }

    .navbar .dropdown .dropdown>.dropdown-active,
    .navbar .dropdown>.dropdown-active {
        display: block
    }

    .mobile-nav-show {
        color: var(--color-secondary);
        font-size: 28px;
        margin-right: 10px
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        position: fixed;
        right: 20px;
        top: 20px
    }

    .mobile-nav-active {
        overflow: hidden
    }

    .mobile-nav-active .navbar {
        right: 0
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 106, 93, .8);
        z-index: 9996
    } */
}

.media-body span,
.social-icons ul li+li {
    margin-left: 10px
}

#thumbCarousel,
.blog-card,
.blog-img,
.dropMenu .subMenuBox,
.homeVideo,
.hvComponents,
.lightbox,
.market-area ul,
.prdImg,
.productItem figcaption {
    overflow: hidden
}

.broucher span,
.media-body a,
.media-body span,
.social-icons ul li a {
    color: var(--color-black)
}

#counter,
.contact-box .contacts,
.headMenu ul.menu,
.media-box,
.product-wrapper .row {
    display: flex
}

.broucher span,
.product-box-text a,
.submit-button button,
.submit-button button:focus {
    background-color: var(--color-primary);
    text-transform: capitalize
}

.media-box img {
    max-width: 40px
}

.media-body span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: block
}

.media-body a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px
}

.social-icons ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px dashed var(--color-black);
    font-size: 16px;
    text-align: center
}

.logo img {
    max-width: 128px;
}

.drop,
.media-body {
    display: flex;
    align-items: center
}

.broucher span {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.top-header-section {
    background-color: #de211b;
    padding: 5px 0;
    position: relative
}

p.text-white {
    margin: 0;
    font-size: 14px
}

.border-left {
    border-left: 1px solid var(--color-white)
}

.contact-deatils ul li+li {
    margin-left: 13px
}

.about-content span {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-secondary);
}

.about-content ul,
.product-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}

.about-content p,
.about-content ul li,
.product-content ul li {
    font-size: 15px;
    text-align: justify;
    color: var(--color-black);
    font-weight: 400;
    margin-bottom: 10px
}

.about-content a {
    color: var(--color-secondary);
}

.about-content h1,
.about-content h2,
.about-content h3,
.product-content h1,
.product-content h2,
.product-content h3 {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 1.3;
    color: var(--color-secondary);
}

.about-content h2,
.about-content h3,
.product-content h2,
.product-content h3 {
    font-size: 23px;
    color: var(--color-black);
}

.btn {
    color: var(--color-black);
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    background-color: white;
    text-transform: capitalize;
    border-radius: 0;
    padding: 8px 20px;
    line-height: 1
}

.btn:hover {
    border-color: var(--color-primary);
    color: #fff
}

.btn-1 {
    background: #e02c26;
    font-weight: 100
}

.btn-1 svg {
    height: 100%;
    left: 0;
    top: 0
}

.ba-cover,
.blog-btn a,
.blog-img,
.dropRelative,
.lightbox,
.menuHeader>div.container-fluid,
.p-check,
.t-heading span,
.why-choose-us {
    position: relative
}

.btn-1 rect {
    fill: none;
    stroke: var(--color-primary);
    stroke-width: 4;
    stroke-dasharray: 422, 0;
    transition: .35s linear
}

.lightbox,
.lightbox img {
    transition: .3s ease-in-out
}

.btn-1:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 900
}

.btn-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: 1.35s cubic-bezier(.19, 1, .22, 1)
}

.product-card-box {
    box-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.product-heading span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--color-default);
    display: inline-block
}

.product-slider-img .item {
    transform-origin: center;
    transform: perspective(800px) rotateY(-20deg);
    transition: .5s;
    border-radius: 20px;
    cursor: pointer
}

.viewproducts {
    margin-top: 24px
}

.product-slider-img .item:hover {
    transform-origin: center;
    transform: perspective(800px) rotateY(0);
    border-radius: 20px
}

.product-box-text a {
    display: inline-block;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 500;
    background-color: transparent;
    color: #222222;
}

.product-text p {
    font-size: 17px;
    font-weight: 400
}

.elementor-section p,
.supheading {
    font-size: 24px
}

.ba-cover::before {
    content: '';
    height: 458px;
    top: -54px;
    right: 0;
    background: url(https://www.nagpalengg.in/assets/img/products/background-img.png);
    z-index: -1
}

.elementor-section::after,
.lightbox::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    left: 0
}

.products-section {
    padding-bottom: 20px
}

#counter {
    justify-content: space-between
}

#counter li {
    flex: 1;
    text-align: center;
    font-size: 50px;
    color: var(--color-white)
}

#counter span.percent:after {
    content: "+";
    display: inline-block
}

.elementor-section {
    background: url(https://www.nagpalengg.in/assets/img/icons/school21.jpg) top fixed;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.elementor-section::after {
    background-color: rgba(0, 0, 0, .6);
    z-index: -1
}

.lightbox {
    object-fit: cover;
    display: block
}

.lightbox:hover img {
    transform: scale(1.1)
}

.p-check:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-top: 2px;
    position: absolute;
    color: #fff;
    left: 0;
    width: 20px;
    font-size: 11px;
    height: 20px;
    background: #222;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

.why-choose-us {
    background: #efefef
}

.supheading {
    font-weight: 700;
    color: #555;
    margin-bottom: 5px
}

.p-check,
p.why-choose-us-text {
    color: #222 !important;
    text-align: justify
}

.supheading:after,
.supheading:before {
    content: " - "
}

.p-check {
    padding-left: 30px;
    font-size: 16px !important;
    margin-bottom: 5px !important
}

p.why-choose-us-text {
    font-size: 17px
}

.section-heading {
    color: #1e1d1d;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px
}

.contact-form-section {
    background-color: var(--color-secondary)
}

.form-group .form-control,
.form-group .form-control:focus {
    background-color: transparent;
    color: var(--color-black);
    padding: 5px;
    border: none;
    outline: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #000
}

.form-group ::placeholder {
    color: var(--color-white)
}

.owl-dots,
.quality-heading,
.submit-button,
.title {
    text-align: center
}

.submit-button button,
.submit-button button:focus {
    outline: 0;
    box-shadow: none;
    border: none;
    padding: 12px;
    line-height: 1;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    width: 120px
}

.form-group {
    margin-bottom: 15px
}

.testimonial-wrapper {
    background-color: var(--color-white);
    padding: 15px
}

.quate-box span {
    color: var(--color-default);
    font-size: 40px;
    opacity: .15;
    line-height: 1
}

.testimonial-feedback p {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500
}

.client-name p {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-black);
    font-weight: 700;
    margin-bottom: 0
}

.main_heading span,
.t-heading span {
    color: var(--color-primary)
}

.our-patner {
    background-color: #ececec;
    padding: 20px
}

.client-box {
    padding: 10px;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px
}

.client-box img {
    height: 100px;
    object-fit: contain
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: #b9acac !important;
    padding: 5px !important;
    border-radius: 50%;
    margin: 5px
}

.blog-btn a,
.t-heading span::after {
    background-color: var(--color-primary)
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.active {
    background-color: var(--color-secondary) !important
}

.t-heading span {
    display: inline-block;
    font-size: 30px;
    font-weight: 700
}

.t-heading span::after {
    content: '';
    width: 40px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px
}

.solutions-background {
    height: 122px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%
}

span.solutions-heading {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto Slab", palatino, serif;
    line-height: 17px
}

.solution-icons {
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.solutions-background img {
    margin: auto
}

.blog-card {
    box-shadow: 0 0 2px gray;
    padding: 10px;
    margin: 10px
}

.blog-content-wrapper {
    padding-top: 10px
}

.blog-content-wrapper .blog-list-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-content-wrapper .blog-list-box li a {
    display: flex;
    color: var(--secondary_clr);
    font-weight: var(--fnt_wgt_5);
    align-items: center;
    font-size: 14px
}

.blog-content-wrapper .blog-list-box li a span.blog-icon {
    padding-right: 8px
}

.blog-content-wrapper .blog-heading {
    margin: 5px 0;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    font-size: 20px;
    display: inline-block;
    color: var(--color-black);
}

.blog-content-wrapper p {
    color: var(--color-primary);
    font-weight: 500;
    display: flex;
    margin-bottom: 5px;
    /* text-align: justify; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-btn a,
.footer-text p {
    color: var(--color-white)
}

.blog-btn a {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    line-height: 1
}

.footer-card ul li a,
.product-content span {
    text-transform: capitalize
}

.blog-btn span {
    z-index: 20
}

.fnt_Poppins {
    font-size: 16px;
    font-weight: 500
}

.blog-name {
    font-size: 17px;
    font-weight: 500
}

.footer-section {
    background: var(--color-secondary);
}

.footer-card .footer-logo img {
    background-color: var(--color-white);
    padding: 10px;
    max-width: 100px;
    display: block;
    border-radius: 10px
}

.footer-text p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: justify
}

.footer-text p a {
    color: #e31e25;
    font-weight: 500
}

.footer-card span,
.footer-contact .footer-heading {
    color: var(--color-black);
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 15px
}

.contact-footer li+li,
.enquireBody .form-group .card,
.footer-card ul li+li {
    margin-top: 10px
}

.footer-card ul li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--color-black);
    font-weight: 300
}

.blog-details span,
.blog-list span,
.footer-icon,
.market-area ul li a,
.product-name a,
span.sub-heading {
    display: inline-block
}

.footer-card ul li a i {
    margin-right: 2px
}

.contact-footer li a,
.contact-footer li p {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    color: var(--color-black)
}

.contact-footer li p .bold {
    color: #000;
    margin-right: 5px;
    font-weight: 600
}

.footer-icon {
    margin-right: 10px;
    font-size: 26px
}

.year-text p {
    background: url(https://www.nagpalengg.in/assets/img/banner/banner-1.jpg);
    line-height: 100px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 70px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: masked-animation;
    animation-name: masked-animation;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    text-align: center
}

@keyframes masked-animation {

    0%,
    100% {
        background-position: 50% 35%
    }

    50% {
        background-position: 50% 65%
    }
}

.product-content p {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px
}

.about .contact .php-email-form input {
    padding: 8px 10px
}

.contact .sticky {
    position: sticky;
    top: 80px;
    background: #393186;
    padding: 10px
}

.form-control,
.form-control:focus {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none !important;
}
.form-control::placeholder { 
    color: black !important;
    opacity: 1; 
}

.homeHeader .dropMenu,
.homeHeader .menuHeader,
.homeHeader .topHeader {
    background-color: transparent
}

.contact .php-email-form ::placeholder {
    color: #fff
}

.details-section {
    padding: 15px
}

.blog-list span {
    color: #e31e25;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #e31e25;
    font-size: 20px
}

.blog-box p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2
}

.blog-box {
    margin-top: 20px
}

.blog-details span {
    font-size: 22px;
    color: var(--color-secondary);
    padding-bottom: 15px
}

.blog-details img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 10px
}

.has-float-label .form-control:focus,
.siteSearch .form-control:focus {
    box-shadow: none;
    outline: 0
}

.blog-details p {
    font-size: 16px;
    margin-bottom: 8px
}

.text-center button,
.text-center button:focus {
    background-color: var(--color-secondary);
    color: var(--color-white);
    padding: 10px 15px;
    line-height: 1;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 16px
}

form.php-email-form {
    padding: 12px
}

@media (max-width: 568px) {

    .footer-text p,
    .year-text {
        margin-top: 10px
    }

    .media-body {
        display: none
    }

    nav.menuHeader {
        height: 60px
    }

    .media-box img {
        max-width: 20px
    }

    .about-content h1 {
        font-size: 20px
    }

    .footer-card ul li a,
    .product-text p,
    p.why-choose-us-text {
        font-size: 15px
    }

    .social-icons ul li a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px
    }

    .product-slider-img .item {
        transform: perspective(800px) rotateY(0)
    }

    .main_heading span,
    .section-heading,
    .sub-heading {
        font-size: 24px
    }

    .faq-section h2 {
        font-size: 23px !important
    }

    .main_heading h3 {
        font-size: 22px
    }

    .products-section {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .social-icons {
        margin-left: 5px
    }

    .header .logo img {
        max-width: 50px;
        transform: scale(1);
        padding: 3px;
        position: static
    }

    .broucher span,
    .submit-button button,
    .submit-button button:focus {
        padding: 8px 10px
    }

    .broucher span {
        font-size: 15px
    }

    .year-text p {
        font-size: 26px;
        line-height: 20px
    }

    section {
        padding: 15px 0
    }

    .about-content span {
        font-size: 18px;
        line-height: 1.2;
    }

    .btn {
        font-size: 13px
    }

    .about-content p,
    .fnt_Poppins {
        font-size: 14px
    }

    .blog-content-wrapper .blog-heading,
    .product-card-box .product-name,
    .testimonial-feedback p {
        font-size: 16px
    }

    .contact-form-text span,
    .scroll-top i,
    .supheading {
        font-size: 18px
    }

    .p-check {
        font-size: 14px !important
    }

    .form-group .form-control,
    .form-group .form-control:focus {
        font-size: 14px;
        padding: 5px 10px
    }

    .testimonial-card {
        margin-top: 10px;
        padding: 10px
    }

    .testimonial-feedback {
        margin-top: 15px
    }

    .testimonial-img img {
        max-width: 60px
    }

    .blog-btn a {
        padding: 8px 15px
    }

    .footer-card .footer-logo img {
        max-width: 80px
    }

    .footer-text p {
        font-size: 14px
    }

    .footer-card span,
    .footer-contact .footer-heading {
        font-size: 22px;
        padding-bottom: 0
    }

    .footer-card ul li+li {
        margin-top: 6px
    }

    .scroll-top {
        width: 35px;
        height: 35px
    }

    .product-inner-img {
        float: initial;
        width: 100%;
        margin: 0
    }

    .product-content p {
        text-align: justify
    }

    .product-content span {
        font-size: 18px;
        padding-bottom: 8px
    }

    form.php-email-form {
        padding: 10px
    }
}

span.sub-heading {
    margin-top: 20px
}

.contact-form-text h6,
.faq-section h5,
.main_heading h3,
.main_heading h2,
.main_heading h4,
.main_heading h6,
.sub-heading {
    font-size: 34px;
    font-family: Poppins, sans-serif;
    color: #252628;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center !important;
    text-transform: capitalize
}

.actually_wrapper .icon img {
    width: 70px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    margin: auto
}

.actually_wrapper .content span {
    margin-top: 20px;
    font-size: 28px;
    color: #252628;
    font-weight: 700;
    font-family: Poppins, sans-serif
}

.content p {
    font-size: 14px;
    font-weight: 500;
    color: #484848;
    margin: 0
}

.arrow img {
    margin-top: 80%
}

.product-name a {
    padding: 5px 12px;
    font-size: 16px;
    color: var(--color-white);
    text-transform: capitalize;
    width: 100%;
    background-color: var(--color-secondary)
}

.captionTitle,
.siteSearch .btn {
    line-height: initial
}

.market-area-heading h1 {
    padding: 10px;
    margin: 0 0 10px;
    background-color: #309764;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.market-area h4 a,
.market-place h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.market-area h4 {
    color: #000;
    margin-bottom: 10px
}

.market-area h4 a {
    margin: 0 0 5px;
    color: #ef682f;
    line-height: 1.1
}

.market-area ul li {
    float: left;
    width: 25%;
    margin-right: 0;
    margin-bottom: 10px;
    list-style: none
}

.market-area ul li a {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #423f3f;
    color: #423f3f;
    width: 98%;
    margin-right: 10px
}

.market-area ul li a:hover {
    color: #fff;
    border: 1px solid #000;
    background-color: #000
}

.market-place h3 {
    background: #ff8c00;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center
}

.accordion .accordion-item {
    border: 1px solid #a9a1a1;
    border-radius: 0
}

.accordion button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    border: none;
    background: var(--color-secondary);
    outline: 0
}

.accordion button:focus,
.accordion button:hover {
    cursor: pointer;
    color: #000
}

.accordion button:focus::after,
.accordion button:hover::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2
}

.accordion button .accordion-title {
    padding: 10px;
    font-size: 16px
}

.accordion button .icon {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 1px solid;
    border-radius: 22px
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor
}

.accordion button[aria-expanded=true],
.navToggle:focus {
    color: #000
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: fit-content;
    transition: .2s linear;
    will-change: opacity, max-height
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .2s linear, max-height .2s linear;
    will-change: opacity, max-height
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 500;
    margin: 1em 0
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 0
}

.accordion-content {
    background: #fff;
    padding: 0 20px
}

.quality-imgs {
    margin-left: 8px
}

.dedication-text p,
.quality-text p {
    text-align: justify;
    font-size: 17px;
    font-weight: 500
}

.quality-heading span {
    color: #393186;
    font-size: 34px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
    font-style: italic
}

.dedication-text span,
.product-content span {
    font-size: 20px;
    display: inline-block;
    color: #fff
}

@media(min-width: 1240px) {
    .navbar .dropdown>ul {
        width: 100%
    }

    .drop-menu,
    .header .container {
        position: relative
    }

    ul.drop-sub {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        background: #efefef;
        transition: .3s ease-in-out;
        width: 75%;
        overflow: hidden;
        z-index: 9;
        columns: 3
    }

    .navbar .dropdown ul li {
        min-width: auto
    }

    .navbar,
    .navbar li {
        padding: 0;
        position: static;
        margin: 0
    }

    .dropdowns:hover .drop-sub {
        opacity: 1;
        visibility: visible
    }

    ul.drop-sub::-webkit-scrollbar {
        width: 8px
    }

    ul.drop-sub::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
    }

    ul.drop-sub::-webkit-scrollbar-thumb {
        background-color: #a9a9a9;
        outline: slategrey solid 1px
    }
}

.contentWrapper,
.dropMenu>li>a.nav-link,
.headMenu a.nav-link,
.mainHeader,
.menuHeader,
.navToggle,
.topHeader {
    position: relative
}

.hcNumber span,
.headConnect a i {
    margin-right: 5px
}

.homeHeader .siteSearch,
.navToggle {
    margin-left: auto
}

@media (max-width: 568px) {
    .arrow img {
        margin: 10px auto;
        transform: rotate(90deg);
        max-width: 50px
    }

    .main_heading h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px
    }

    .actually_wrapper .content h3 {
        margin-top: 10px;
        font-size: 20px;
        font-weight: 500
    }

    .sub-heading {
        font-size: 24px
    }

    .product-text p {
        text-align: justify
    }

    .product-slider-img .item {
        transform: perspective(800px) rotateY(0)
    }

    .products-section {
        padding-bottom: 0;
        margin-bottom: 0
    }

    h4.solutions-heading {
        font-size: 14px;
        line-height: 1
    }

    .p-check:before {
        line-height: 22px;
        height: 22px;
        min-width: 22px;
    }
    .contact-form-text h6, .faq-section h5, .main_heading h3, .main_heading h2, .main_heading h4, .main_heading h6, .sub-heading{
        font-size: 24px;
    }

    .about-content h1, .about-content h2, .about-content h3, .product-content h1, .product-content h2, .product-content h3{
        font-size: 22px;
    }

    .about-content h2, .about-content h3, .product-content h2, .product-content h3{
        font-size: 20px;
    }

    .product-content{
        margin-top: 15px;
    }

    .actually_wrapper .content span{
        font-size: 20px;
    }

    .testimonial-card {
        margin-top: 0
    }

    .t-heading span {
        font-size: 20px
    }

    .product-box-text a {
        font-weight: 400
    }

    .accordion button .accordion-title {
        padding: 5px;
        font-size: 12px
    }

    .accordion .accordion-content p {
        text-align: justify;
        font-size: 14px
    }
}

.footer-bottom {
    background-color: var(--color-primary);
    padding: 15px 0
}

.contentWrapper,
.siteWrapper {
    background-color: #fff
}

.footer-bottom .copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-align: center
}

.footer-bottom .credits,
.footer-bottom .credits a {
    padding-top: 5px;
    font-size: 14px;
    color: #fff;
    text-align: right;
    font-weight: 100
}

#thumbCarousel,
.headMenu>ul.nav {
    padding: 10px 0
}

.product-content span {
    background: #393186;
    padding: 10px;
    line-height: 1;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px
}

.dedication-text span {
    font-weight: 600;
    background: var(--color-primary);
    text-transform: uppercase;
    padding: 8px;
    margin-bottom: 5px;
    width: 100%
}

#myCarousel {
    max-width: 100%;
    margin: 0 auto;
    background: #fff
}

#thumbCarousel {
    max-width: 650px;
    margin: 0 auto;
    background: #fff
}

#thumbCarousel .thumb {
    float: left;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    background: #fff
}

#thumbCarousel .thumb:last-child {
    margin-right: 0
}

.thumb:hover {
    cursor: pointer
}

.thumb img {
    opacity: .5
}

.thumb img:hover {
    opacity: 1
}

.thumb.active img {
    opacity: 1;
    border: 1px solid grey
}

.media-body {
    width: 100%
}

.drop-sub li a {
    font-size: 14px !important;
    color: #222 !important
}

.h1,
h1 {
    font-size: 2rem;
    font-weight: 700
}

.h2,
h2 {
    font-size: 1.8rem;
    font-weight: 500
}

.captionTitle,
.productBox figcaption h4 {
    font-weight: 600
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .5s
}

.dropMenu,
.menuBox {
    -webkit-transition: .3s;
    width: 100%
}

/* .container-fluid {
    max-width: 1250px
} */

@media(min-width: 575px) {
    .g-recaptcha {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        transform-origin: left top;
        -webkit-transform-origin: left top
    }
}

.mainHeader {
    z-index: 999;
    left: 0;
    right: 0
}

.topHeader {
    background-color: #ed1d24;
    padding: 5px 0
}

.headConnect {
    justify-content: flex-end;
    align-items: center
}

.hcEmail,
.hcNumber {
    padding: .05rem 1rem
}

.headConnect a {
    color: #fff;
    display: block
}

.headConnect a i {
    font-size: 20px;
    vertical-align: bottom
}

.menuHeader {
    background-color: #fff;
    padding: 8px
}

.navToggle {
    display: none;
    padding: .5rem 1rem;
    background-color: #ed1d24;
    color: #fff;
    z-index: 1000;
    cursor: pointer
}

.headLogo img {
    max-height: 80px
}

.headMenu {
    justify-content: flex-end
}

.headMenu li {
    font-size: 15px;
    font-weight: 500
}

.form-control option,
.headMenu li.active>a,
.headMenu li:hover>a {
    color: #222
}

.headMenu a.nav-link {
    color: #555;
    padding: 1rem;
    font-size: 17px
}

.drop>a {
    padding-right: 5px !important;
    flex: 1
}

.dropToggle {
    display: inline-block;
    padding: 1rem .5rem
}

.dropMenu .subMenuBox,
.menuBox {
    right: 0;
    display: none;
    position: absolute
}

.menuBox {
    background: #fff;
    left: 0;
    z-index: 99;
    top: 75%;
    margin-top: -1px;
    transition: .3s;
    box-shadow: -1px 0 5px #ccc
}

.menuBoxInner {
    display: flex;
    border-top: 1px solid #ededde
}

.dropMenu {
    background: #eee;
    max-width: 340px;
    transition: .3s;
    border-right: 1px solid #ededde
}

.dropMenu .subMenuBox {
    left: 340px;
    top: 0;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    padding-bottom: 10px
}

.subMenuHead {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px
}

.footer-logo a,
.sitelinks span,
.sticky span,
.viewBtn {
    text-transform: capitalize
}

.subMenuHead a {
    color: #ed1d24
}

.dropMenu .subDropMenu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    max-height: 100%;
    overflow: auto
}

.dropMenu>li>a.nav-link {
    padding: .4rem 1rem
}

.dropMenu>li>a.nav-link:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #393185;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.dropMenu .dropToggle {
    padding: .4rem .5rem
}

.subDropMenu>li>a.nav-link {
    padding: .2rem 1rem;
    font-size: 13px;
    position: relative
}

.subDropMenu>li>a.nav-link:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #393185;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.subDropMenu .dropToggle {
    padding: .2rem .5rem
}

.dropMenu .dropToggle i {
    transform: rotate(-90deg)
}

.homeHeader .topHeader {
    padding: 30px 0
}

.homeHeader .headConnect {
    justify-content: flex-start
}

.hcNumber span,
.homeHeader .headConnect a {
    color: #fef200
}

.homeHeader .navToggle,
.homeHeader .navToggle:focus {
    color: #fef200;
    background-color: transparent;
    display: none
}

.hFixed .topHeader,
.has-float-label label::after,
.has-float-label>span::after,
.homeHeader .headLogo,
.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown:hover>ul.dropdown-menu,
.homeHeader .headMenu ul.nav.navbar-nav li.dropdown:hover>ul.dropdown-menu {
    display: none
}

.homeHeader .headMenu {
    display: none !important
}

.homeHeader .dropMenu {
    border: none;
    position: static;
    padding-left: 10px
}

.homeHeader .dropMenu .dropMenu {
    position: absolute;
    left: -100%;
    background-color: rgba(0, 0, 0, .8);
    padding-left: 0
}

.homeHeader .dropToggle {
    background-color: rgba(255, 255, 255, .5)
}

.homeHeader ul.menu {
    flex-direction: column;
    margin-top: 100px;
    height: 100%;
    overflow: visible
}

.homeHeader a.nav-link {
    color: #fff;
    text-transform: uppercase
}

.hFixed .menuHeader {
    border-bottom: 1px solid #ddd;
    box-shadow: -1px 0 5px #ccc
}

.hFixed {
    position: fixed;
    top: 0;
    width: 100%
}

.hFixed .headLogo {
    margin-top: 0;
    margin-bottom: -30px
}

.hFixed:not(.no-animation) {
    animation: 1s forwards headslide
}

.drop:focus>a,
.drop:hover>.dropToggle,
.drop:hover>a {
    color: #000
}

li.drop.active>a.nav-link:before,
li.drop:hover>a.nav-link:before {
    background-color: #000
}

.siteSearch {
    margin-left: 0;
    position: relative
}

#searchList,
.dropMenuBox {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    display: none;
    left: 0
}

.siteSearch .form-control {
    font-size: 13px;
    padding: 2px 7px;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    background: 0 0
}

.form-control::placeholder,
.siteSearch .form-control::placeholder {
    color: #fff
}

.siteSearch .btn {
    padding: 2px 7px;
    border-radius: 0;
    background: #fff;
    color: #ed1d24
}

.homeHeader .siteSearch .form-control {
    border-color: #fef200;
    color: #fef200
}

.homeHeader .siteSearch .form-control::placeholder {
    color: #fef200
}

#searchList {
    z-index: 1001;
    list-style-type: none;
    padding: 0;
    margin: 0
}

#searchList li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #fff;
    padding: 5px;
    color: #111;
    display: block
}

#searchList li a:hover:not(.header) {
    background-color: #393185;
    color: #fff
}

.homeHeader .btn {
    color: #111;
    background-color: #fef200
}

.dropMenu .drop.active>div,
.productBox a,
.productItem:hover .captionText {
    display: block
}

.hvComponents,
.hvComponents:before,
.hvContent {
    top: 0;
    bottom: 0;
    right: 0
}

@media (min-width: 1024px) {
    .hFixed .headMenu {
        display: block !important
    }

    .dropMenu .drop:hover>div,
    .menu .drop:hover>div {
        display: block
    }
}

@media (max-width: 1023px) {
    .drop.active>div {
        display: block
    }
}

@media (max-width: 991px) {

    .headMenu .dropMenu a.nav-link,
    .headMenu a.nav-link {
        text-transform: capitalize
    }

    .headMenu,
    .navToggle:focus,
    .navToggle:hover {
        color: #fff
    }

    .headMenu li.active,
    .headMenu li:hover {
        background-color: transparent
    }

    .drop.active>a,
    .drop:focus>a,
    .drop:hover>a,
    .dropToggle,
    .headMenu li:hover>a {
        background-color: #393185
    }

    .drop {
        display: block;
        position: relative
    }

    .drop>a {
        padding-right: 30px !important;
        flex: 1
    }

    .dropToggle {
        display: inline-block;
        padding: .5rem;
        position: absolute;
        right: 0;
        top: 0
    }

    .headMenu,
    .subMenuHead {
        display: none
    }

    .dropMenu .dropToggle i {
        transform: none
    }

    .headMenu {
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: #000;
        font-size: 14px
    }

    .dropMenu,
    .dropMenu .subMenuBox,
    .dropMenuBox,
    .menuBox {
        position: static;
        background-color: transparent
    }

    .dropMenu {
        border: none;
        padding-left: 10px
    }

    .dropMenu .subMenuBox,
    .menuBox {
        padding-left: 10px;
        box-shadow: none
    }

    .menuBoxInner {
        border-color: rgba(255, 255, 255, .4)
    }

    .dropMenu .subDropMenu,
    .navToggle {
        display: block
    }

    .headMenu li {
        font-size: 12px;
        font-weight: 400
    }

    .headMenu ul.menu {
        flex-direction: column;
        margin-top: 100px;
        height: auto;
        overflow: auto;
        max-height: calc(100% - 100px)
    }

    .hFixed .headMenu ul.menu {
        margin-top: 50px;
        max-height: calc(100% - 50px)
    }

    .headMenu a.nav-link {
        color: #fff;
        padding: .5rem 1rem
    }

    .hcEmail,
    .hcNumber,
    .headMenu a {
        padding: .5rem
    }

    .headLogo img {
        max-height: 60px
    }

    .hFixed .headLogo,
    .headLogo {
        margin-top: 0;
        margin-bottom: -15px
    }
}

@media (max-width: 480px) {

    .dropMenu .dropMenu,
    .homeHeader .dropMenu .dropMenu {
        position: static;
        left: 0;
        background-color: transparent;
        padding-left: 10px
    }

    .homeHeader .headConnect {
        justify-content: center
    }

    .siteSearch {
        width: 100%;
        margin-bottom: 5px
    }

    .hcEmail,
    .hcNumber {
        padding: .25rem;
        font-size: 11px
    }

    .headConnect a i {
        font-size: 12px;
        vertical-align: middle;
        margin-right: 0
    }
}

.blog-details ul li,
.captionTitle {
    font-size: 16px
}

.homeVideo {
    position: relative;
    height: 100vh;
    background-color: #111
}

.hvComponents {
    position: fixed;
    left: 0
}

.homeVideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 1s
}

.hvContent {
    position: absolute;
    left: 0;
    padding-top: 100px
}

.homeCarousel,
.homeCarouselBlock img,
.mouse,
.productItem>a,
.title>h2 {
    position: relative
}

.hvComponents:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0
}

.hvContent>div.container-fluid,
.hvContent>div.container-fluid>div.d-flex {
    height: 100%;
    position: relative
}

.hvLogo {
    margin: auto;
    color: #fff
}

.hvLogo h1 {
    margin-top: 30px;
    text-shadow: 1px 1px 3px #444
}

.scrollDown {
    margin-top: auto;
    margin-bottom: 30px;
    color: #fff
}

.mouse {
    margin: 10px auto;
    width: 32px;
    height: 50px;
    border: 2px solid #fef200;
    color: #fef200;
    border-radius: 25px
}

.enquireBody .form-group,
.enquireHead {
    margin-bottom: 10px
}

.mouse i {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: mouseScroll;
    transform: translateY(12px)
}

.scrollDown:hover .mouse i {
    animation: none
}

#search-icon:hover,
#search-menu .wrapper button:hover,
.features,
.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown>ul.dropdown-menu li.dropdown-item,
.scrollDown:hover {
    color: #fff
}

.homeCarousel {
    background-color: #ed1d24
}

.ourProduct,
.prdImg,
.productItem figure {
    background-color: #fff
}

.homeCarouselBlock .slick-custom-arrow-left {
    left: 0
}

.homeCarouselBlock .slick-custom-arrow-right {
    right: 0
}

.homeCarouselBlock img {
    z-index: 10;
    object-fit: cover;
    width: 100%
}

.homeCarouselBlock img:hover {
    transform: none
}

@media (max-width: 767px) {
    .whatsapp {
        bottom: 40px
    }

    .hvLogo img {
        max-width: 240px
    }

    .hvLogo h1 {
        font-size: 30px
    }
}

.ourProduct {
    padding: 10px 0 50px
}

.enquireBody .form-group .card-body,
.prdImg {
    padding: 10px
}

.title>h2 {
    color: #ed1d24;
    margin-bottom: 40px;
    font-weight: 700
}

.title>h2:after,
.title>h2:before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #ed1d24;
    display: inline-block;
    vertical-align: middle
}

.title>h2:before {
    margin-right: 15px
}

.title>h2:after {
    margin-left: 15px
}

.productList>.row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.productList>.row>div {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px
}

.productItem {
    height: 100%;
    box-shadow: 0 0 5px #ccc
}

.productItem>a {
    display: block
}

.productItem figure {
    padding-bottom: 60px;
    margin: 0
}

.prdImg {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.prdImg img {
    transition: .5s;
    max-height: 180px
}

.prdImg img:hover {
    transform: scale(1.05)
}

.productItem figcaption {
    background-color: #ed1d24;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    transition: .7s
}

.captionText {
    display: none;
    transition: 1s;
    margin-top: 10px;
    font-weight: 300
}

.ourProduct .enquireBox,
.productItem:hover figcaption {
    height: 100%
}

@media (max-width: 575px) {
    .title>h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .title>h2:after,
    .title>h2:before {
        display: none
    }

    .ourProduct {
        padding: 30px 0
    }

    .prdImg {
        height: auto
    }

    .prdImg img {
        max-height: 100%
    }
}

.enquireBox {
    background-color: #ececec;
    padding: 20px 40px
}

.enquireHead {
    font-size: 30px;
    line-height: 1;
    font-weight: 400
}

.enquireBody .form-control {
    color: #111;
    font-size: 14px
}

.has-float-label .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #999;
    padding: 15px 0 5px;
    text-transform: uppercase;
    letter-spacing: .5px;
    height: 42px
}

.has-float-label::placeholder {
    color: #333
}

.has-float-label label,
.has-float-label>span {
    color: #333;
    display: block;
    width: 100%;
    background-color: transparent;
    letter-spacing: .5px
}

.about-section {
    padding-top: 50px;
}

.about-img,
.contact-box a,
.footer-logo a,
.viewBtn {
    display: inline-block
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 14px;
    top: 13px
}

.enquireBody .custom-checkbox {
    color: #333
}

.enquireBody .custom-control-label {
    line-height: 25px
}

.enquireBody .custom-control-label::before {
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: transparent
}

.submitEnquiry .btn {
    width: 100%;
    background-color: #ed1d24;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    line-height: initial;
    transition: .5s;
    margin-top: 10px
}

.aboutContent .title>h2:after,
.aboutContent .title>h2:before,
.submitEnquiry .btn:hover {
    background-color: #fca638
}

.gkAbout {
    padding: 60px 0 100px;
    background-color: #000
}

.aboutContent {
    text-align: center;
    color: #fff;
    font-weight: 300;
    max-width: 1000px;
    margin: auto;
    letter-spacing: .5px
}

.aboutContent .title>h2 {
    color: #fca638;
    font-weight: 500;
    margin-bottom: 30px
}

.viewBtn {
    background-color: #fca638;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    padding: 8px 30px;
    margin: 30px auto 0;
    transition: .3s
}

.viewBtn:focus,
.viewBtn:hover {
    background-color: #ed1d24;
    color: #fff
}

.features .icon {
    line-height: 1.3;
    position: relative;
    width: 120px;
    height: 120px;
    background: #fff;
    margin: -60px auto 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.gkBestProduct {
    padding: 50px 0;
    background-color: #fff
}

.gkBestProduct>div {
    padding-left: 25px;
    padding-right: 25px
}

.prdSlideItem>div {
    margin: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    transition: .5s
}

#search-menu,
#search-menu .wrapper button {
    right: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.productBox a:focus,
.productBox a:hover {
    text-decoration: none;
    color: inherit
}

.productBox .prdImg {
    height: 260px
}

.productBox .prdImg img {
    max-height: 240px
}

.productBox figcaption {
    padding: 10px;
    color: #333
}

.productBox:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 101%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%)
}

.productBox:focus,
.productBox:focus:before,
.productBox:hover,
.productBox:hover:before {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown {
    color: #fff;
    font-size: 16px;
    justify-content: space-between;
    background: 0 0
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown>a.nav-link {
    flex: 1
}

.homeHeader span.dropIcon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown a {
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    width: 100%;
    color: rgba(255, 255, 255, .7)
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown>ul.dropdown-menu li.dropdown-item a {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, .47)
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown {
    text-align: left;
    width: 100%;
    flex: 1
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown>ul.dropdown-menu.dropdown.show>ul.dropdown-menu.show,
.homeHeader .headMenu ul.nav.navbar-nav li.dropdown>ul.dropdown-menu.show {
    display: block !important;
    position: static !important;
    left: 0 !important;
    text-align: left;
    border-left: 0;
    width: 100%
}

.homeHeader .dropdown-item:focus,
.homeHeader .dropdown-item:hover {
    background: 0 0
}

@media (max-width: 992px) {
    .gkAbout {
        padding: 30px 0
    }

    .features .icon {
        margin-top: 20px
    }

    .headMenu ul.nav.navbar-nav li.dropdown {
        color: #fff;
        font-size: 16px;
        justify-content: space-between;
        background: 0 0
    }

    .headMenu ul.nav.navbar-nav li.dropdown>a.nav-link {
        flex: 1
    }

    span.dropIcon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff
    }

    .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown>ul.dropdown-menu li.dropdown-item {
        color: #fff
    }

    .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown a {
        flex: 1;
        border-bottom: 1px solid rgba(255, 255, 255, .04);
        width: 100%;
        color: rgba(255, 255, 255, .7)
    }

    .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown>ul.dropdown-menu li.dropdown-item a {
        width: 100%;
        display: block;
        color: rgba(255, 255, 255, .47)
    }
}

#search-menu {
    position: fixed;
    width: 100%;
    height: 20em;
    top: -20em;
    left: 0;
    white-space: nowrap;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .8)), color-stop(50%, rgba(0, 0, 0, .8)), color-stop(100%, rgba(0, 0, 0, .01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .01) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .01) 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

#search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible
}

#search-menu .wrapper {
    position: relative;
    margin: 3em auto 0;
    padding: 0 1em
}

#search-menu .wrapper input {
    width: 100%;
    padding: 0 0 .125em;
    background: #ffff;
    border: none;
    border-bottom: 3px solid #bfbfbf;
    font-size: 2em;
    color: #222
}

#search-menu .wrapper button:focus,
#search-menu .wrapper input:focus {
    outline: 0
}

#search-menu .wrapper button {
    position: absolute;
    display: block;
    width: 10%;
    top: 0;
    background: 0 0;
    border: none;
    color: #bfbfbf;
    font-size: 4em;
    transition: .5s
}

#search-icon {
    padding: 0 .5em .25em;
    font-size: 2em;
    cursor: pointer;
    color: #fff;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}


.sticky span {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 12px
}

.form-aboput {
    padding: 20px;
    background: #e31e25
}

.contact-box {
    padding: 9px;
    background: #ececec;
    margin-bottom: 15px
}

.contact-box a {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    line-height: 1.3
}

.contact-icon i {
    font-size: 30px;
    color: #393086
}

.blog-innerimg,
.contact-icon {
    margin-right: 10px
}

.copntact-text p {
    font-size: 18px;
    font-weight: 500;
    color: #222
}

.btn:hover {
    background: #393186
}

.container {
    max-width: 1230px;
    margin: auto
}

.about-img {
    /*width: 40%;*/
    /*float: right;*/
    margin-left: 15px
}

.headMenu a.nav-link.active {
    background-color: #393186;
    color: #fff
}

.bold-text {
    font-weight: 700;
    color: #000
}

.breadcrumbs {
    position: relative;
    padding: 25px 0;
    z-index: 1;
    height: 55vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center !important
}

.breadcrumbs::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .5)
}

.about-button {
    margin: 10px 0
}

.footer-logo a {
    padding: 7px 0;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    width: 100%
}

.contact span,
.sitelinks span {
    font-size: 24px;
    display: inline-block
}

.footer-box {
    background: url(https://www.nagpalengg.in/assets/img/footerimg.png) 0 0/cover;
    padding: 54px 0
}

#baguetteBox-overlay .full-image img {
    max-height: 85%;
    max-width: 85%
}

.about-imgs {
    display: inline-block;
    float: right;
    width: 42%;
    margin: 15px
}

.product-images img {
    max-width: 185px;
    height: 185px
}

.blog-imgs {
    display: inline-block;
    width: 45%;
    float: right;
    margin-left: 10px
}

.details-section {
    position: sticky;
    top: 10px;
    box-shadow: 0 0 2px gray
}

ul.productin {
    /*columns: 2*/
}

.sitelinks {
    background-color: #e31e25;
    padding: 15px;
    text-align: center
}

.sitelinks .links a {
    color: #fff;
    margin-left: 13px;
    font-size: 15px;
    border-bottom: 1px solid #ed6f66;
    display: flex;
    align-items: center
}

.sitelinks .links a i {
    margin-right: 10px;
    color: #000
}

.sitelinks span {
    font-weight: 500;
    padding: 10px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px
}

.blog-box {
    display: flex;
    box-shadow: 0 0 5px 0 #7c7777;
    padding: 8px;
    border-radius: 10px;
    align-items: center
}

.blog-box p a {
    color: #e10c09
}

.blog-innerimg img {
    max-width: 100px;
    height: 100px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.blog-innertext {
    background-color: #f0f8ff;
    color: #000 !important;
    line-height: 1.2;
    padding: 5px;
    font-weight: 500 !important
}

.product-footer {
    width: 100%;
    text-align: center
}

.contact span {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px
}

.client-heading {
    padding: 10px;
    background-color: #e31c24;
    margin-bottom: 15px
}

.client-heading h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1
}

.client-boxs span {
    background-color: #e31c24;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 5px;
    line-height: 1;
    margin-bottom: 10px;
    width: 100%;
    text-align: center
}

.clinet-list li {
    color: #222;
    font-size: 14px;
    font-weight: 500
}

ul.clinet-list {
    list-style: disc;
    padding: 10px
}

.adgmobilesicky {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1001;
    padding: 10px 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #6666665d
}

.adgmobilesicky,
.adgmobilesicky a {
    font-size: 11px;
    color: #444;
    /* margin-bottom: -15px */
}

.stikybadge,
a.movetoenqury.wh .fa {
    color: #fff;
    border-radius: 50%;
    position: absolute
}

.stikybadge {
    top: -5px;
    font-size: 10px;
    display: none;
    left: 50%;
    background-color: red;
    width: 16px;
    z-index: 2;
    height: 16px
}

body #wh-widget-send-button {
    display: none;
    right: 50% !important;
    bottom: 0 !important;
    margin-right: -45px !important
}

.adgmobilesicky .fa {
    font-size: 20px;
    color: var(--color-secondary)
}

a.movetoenqury.wh .fa {
    font-size: 30px;
    background: #1cb824;
    padding: 8px 11px;
    top: -4px;
    right: 5px
}

@media (max-width: 991px) {

    .adgmobilesicky,
    body #wh-widget-send-button {
        display: block
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    12%,
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14%,
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    12%,
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14%,
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.faa-parent.animated-hover:hover>.faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
    -webkit-animation: 2s infinite ring;
    animation: 2s infinite ring;
    transform-origin: 50% 0;
}

@media(max-width: 768px) {
    .about-img {
        width: 100%;
        float: inherit;
        margin-left: 0
    }

    .banner-section img,
    .breadcrumbs {
        height: 200px
    }

    .about-imgs {
        float: right;
        width: 100%;
        margin-bottom: 10px
    }

    .footer-box {
        padding: 15px
    }

    .blog-imgs {
        display: inline-block;
        width: 100%;
        float: initial;
        margin-left: 10px
    }

    ul.productin {
        columns: 1;
        columns: 2
    }

    .details-section {
        position: static;
        top: 10px
    }

    .footer-logo a {
        font-size: 21px;
        padding: 0
    }

    .product-footer {
        text-align: left
    }

    .contact-box a,
    .footer-card ul li a {
        font-size: 14px
    }

    .headLogo img {
        max-height: 60px;
        max-width: 50px
    }

    .contact-form-text span,
    .faq-section h2,
    .main_heading h3,
    .main_heading span,
    .sub-heading {
        font-size: 23px;
        margin-bottom: 10px
    }

    .contact-icon i {
        font-size: 25px
    }

    .copntact-text p {
        font-size: 16px
    }

    .about-img,
    .about-imgs {
        display: none
    }

    .about-content h1 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .scroll-top.active {
        bottom: 80px
    }

    .about-content p {
        font-size: 13px
    }

    .about-content p strong {
        font-weight: 600
    }

    span.sub-heading {
        margin-top: 0
    }

    .client-heading {
        padding: 8px 0
    }

    .client-heading h4 {
        font-size: 18px
    }
}

.menus {
    position: relative;
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
}

div#submenus {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 0 0 5px 5px;
    display: none
}

#submenus a {
    display: block;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid #222;
    color: #222
}

@media(max-width: 568px) {
    div#submenus {
        text-align: center
    }

    #submenus a {
        font-size: 12px
    }

    .navToggle {
        margin-right: 8px
    }
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #333;
    width: 38px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    padding: 0 !important;
    color: #ffff;
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

.modal-content {
    background-color: #393186;
}

.modal-title {
    color: #ffffff;
}

.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    background-color: #000;
    font-size: 1.25em;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
    background-color: #393186;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 25px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
}

.accordion-container .accordion-title.open::after {
    content: "";
    position: absolute;
    top: 15px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

/*CSS for CodePen*/
.accordion-content {
    padding-left: 2.3125em;
    /* border: 1px solid #393186; */
}

.accordion-container {
    width: 300px;
    margin: 0 auto;
}

.outer {
    float: right;
    width: 40%;
    margin-left: 15px;
    text-align: center;
}

button.btn.btn-primary.mt-3 {
    background-color: #393186;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    color: white;
}

label {
    display: inline-block;
    color: red;
    margin-top: 5px;
}

.accordion-body ul li+li {
    margin-top: 5px;
    border-top: 1px dashed #cccccc;
}

button.accordion-button {
    background-color: red !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    color: #ffffff !important;
    padding: 8px;
    font-size: 15px;
}

.accordion-body ul li a {
    font-size: 15px;
    color: #222222;
    padding-top: 7px;
    display: inline-block;
}

div#accordionExample {
    padding: 5px;
    box-shadow: 0px 0px 2px lightgray;
}

.product-box {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 10px;
}

.accordion .accordion-item {
    border: 1px solid #a9a1a1;
    border-radius: 0;
    margin-bottom: 5px;
}

.accordion-body {
    padding: 10px;
}

.accordion button:focus::after,
.accordion button:hover::after {
    cursor: pointer;
    color: #03b5d2;
    border: none;
}

.final-productbtn
{
    margin-bottom:10px;
}

.final-productbtn a {
    width: auto;
    border-radius: 5px;
    display: inline-block;
    padding: 12px 15px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 1;
    background-color: #393186;
    color: #ffffff;
}

.productsbox {
    position: sticky;
    top: 50px;
}

#thumbs .item {
    margin: 0 8px;
}

.blog-img img {
    aspect-ratio: 3 / 3;
    object-fit: cover;
    object-position: top;
}

.product-slider-box {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 18px;
}

.product-nametext a {
    display: inline-block;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    color: #222222;
    display: block;
    text-align: center;
}

.productpage a {
    font-size: 20px;
}

.prodcat-list li+li {
    border-top: 1px dotted #cccccc;
}

.prodcat-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    display: inline-block;
    padding: 6px 0;
    width: 100%;
}

@media(max-width: 1024px) {
    .product-slider-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}

@media(max-width: 768px) {
    .pro-rev {
        flex-direction: column-reverse;
    }

    .product-slider-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .outer {
        float: initial;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media(max-width: 568px) {
    .product-slider-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .product-card-box .product-name {
        color: var(--color-secondary);
        font-weight: 600;
        font-size: 18px;
    }

    .product-content p{
        font-size: 14px;
        line-height: 1.3;
    }
}

/* border-pagination */
.pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    justify-content: center;
}

.pagination li {
    display: inline;
}

.pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}

.pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.pagination .active {
    background-color: #4caf50;
    color: #fff;
}

.pagination li a:hover:not(.active) {
    background: #ddd;
}

.headline {
    font-weight: 700;
    /* text-shadow: -1px 1px 1px #101010; */
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: sans-serif;
    color: #101010;
    font-size: 34px;
    font-family: Poppins, sans-serif;
}

.enq_btn {
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(57deg, #de211b, #393186, #de211b);
    outline: 1px solid #fff;
    outline-offset: -3px;
    width: 210px;
    margin-top: 20px;
    display: flex;
    background-size: 100%;
    justify-content: space-evenly;
    animation-name: buttlery;
    justify-content: space-evenly;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes buttlery {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 800%;
    }
}

.sitemap-sec {
    padding: 60px 0;
}


.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
    font-family: var(--font);
    color: var(--color-black);
    font-weight: 500;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 15px;
    padding-bottom: 5px;
    display: block;
    line-height: 1.5;
}

.sitemap li a:hover {
    color: var(--color-secondary);
}

.market-sec {
    padding: 60px 0;
}

.market-sec h1,
.market-sec .main-tt,
.market-sec h2,
.market-sec h3 {
    font-size: 24px;
    color: #111;
    line-height: 26px;
    margin: 20px 0 15px;
    font-weight: 700;
}

.market-sec h2,
.market-sec h3 {
    font-size: 20px;
    font-weight: 600;
}

.market-sec .market-bx {
    padding: 10px 12px;
    background-color: #E8E8E8;
    color: #111;
    font-size: 14px;
    transition: 0.2s ease-in-out;
    display: block;
}

.market-sec .market-bx:hover {
    background-color: #000;
    color: white;
}


.z-x-topBar {
    background-color: var(--color-secondary);
    color: #000;
    padding-block: 6px;
}

.z-x-topBar .top-tt {
    font-size: 14px;
}

.call-now {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
}

.call-now svg {
    animation: tada 1.5s ease infinite;
}

.call-now .con-bx {
    text-align: right;
}

.call-now .con-bx span a,
.call-now .con-bx span p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: normal;
    display: inline;
}

.call-now .con-bx span a:hover {
    color: var(--color-black);
}

header {
    position: relative;
}

.z-x-menubar {
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}
.logo-withflag{
    display:flex;
    align-items:center;
}
.z-x-menubar .logo {
    max-width: 120px;
}
.z-x-menubar .flag{
      max-width: 80px;
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    width: 40px;
    height: 40px;
    background: var(--color-primary);
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
    padding: 29px 12px;
    display: block;
    color: var(--color-black);
    transition: all 0.3s ease;
    font-size: 16px;
    background: transparent;
    font-weight: 500;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--color-primary);
    background: transparent;
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 250px;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--color-secondary);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--color-secondary)
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--color-secondary)
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 10px 13px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: var(--color-black);
}

.navigation ul li.cs-submenu a button svg {
    width: 15px;
    height: 15px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--color-primary);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover svg {
    color: white;
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    margin-top: -36px;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 0;
    margin-top: 0;
}


.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li ul.cs-dropdown {
    position: absolute;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

@media (min-width:1023px) {

    .navigation .menu ul li.menu-scroll ul.cs-dropdown {
        max-height: 350px;
        overflow-y: auto;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar {
        width: 7px;
        background-color: #f5f5f5;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar-thumb {
        background-color: var(--color-secondary);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .navigation .menu ul li.mg-li {
        position: static;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu {
        width: 90%;
        height: auto;
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;
        border: 1px solid #eaeaea;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar {
        width: 7px;
        background-color: #f5f5f5;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar-thumb {
        background-color: var(--color-secondary);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl {
        width: 100%;
        height: auto;
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        padding-right: 5px;
        text-align: left;
        padding: 10px;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
        display: block;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li:hover a {
        color: #fff;
        background: transparent;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li a {
        padding: 7px 9px;
        width: 100%;
        display: block;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li a span {
        font-weight: 600;
        color: #000;
        font-size: 16px;

    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li a span:hover {
        color: var(--color-primary);
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li a button {
        display: none;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown {
        position: relative;
        display: block;
        width: 100%;
        left: 0;
        top: 100%;
        margin: 0 0 5px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        max-height: 100%;
        overflow: visible;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
        display: block;
        border: 0;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a {
        font-size: 14px;
        padding: 2px 10px;
        color: #111;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a:hover {
        background: transparent;
        color: var(--color-primary);
        /* text-decoration: underline; */
    }

    .desk-nav-hide {
        display: none !important;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown {
        max-height: 350px;
        overflow-y: auto;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar {
        width: 7px;
        background-color: #f5f5f5;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar-thumb {
        background-color: var(--color-secondary);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar-thumb:hover {
        background-color: var(--color-secondary);
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
        max-height: 280px;
        overflow-y: auto;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown::-webkit-scrollbar {
        width: 7px;
        background-color: #f5f5f5;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown::-webkit-scrollbar-thumb {
        background-color: var(--color-secondary);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown::-webkit-scrollbar-thumb:hover {
        background-color: var(--color-secondary);
    }

    .navigation .menu ul li.megaMenu {
        position: static;
    }

    .menu ul li .all-categories svg {
        margin-right: 8px;
        margin-top: -2px;
        height: 20px;
        width: 20px;
        color: white !important;
    }
}

@media (max-width:1023px) {
    .menubar {
        position: relative;
    }

    .menubar .logo {
        display: block;
        position: absolute;
        max-width: 170px;
        top: 5px;
        left: 13px;
        z-index: 1;
    }

    .navigation {
        padding: 10px 0;
        width: 100%;
        position: relative;
        text-align: right;

    }

    .navigation .navbar {
        display: block;
        width: 100%;
        padding: 2px 0;
    }

    .navigation .menu {
        display: none;
        width: 100%;
        overflow: hidden;
        overflow-y: visible;
        position: relative;
        z-index: 9999;
        max-height: 480px;
        overflow-y: auto;
        position: absolute;
        top: 100%;
        background: var(--color-secondary);
        left: 0;
        right: 0;
        text-align: left;
    }

    .navigation .menu ul li {
        padding: 0;
        width: 100%;
        display: block;
    }

    .navigation .menu ul li a {
        padding: 7px 15px;
        text-align: left;
        font-size: 14px;
        border-right: 1px dashed transparent;
        color: #000;
        border-bottom: 1px solid #25205b;
        display: block;
    }

    .navigation .menu ul li.active a,
    .navigation .menu ul li:hover a {
        color: var(--color-primary);
    }

    .navigation .menu ul li ul.cs-dropdown {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        display: none;
        transition: none !important
    }

    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: none;
        transition: none;
        padding-right: 0;
        width: 100%;
        background: #666
    }

    .navigation .menu ul .cs-submenu a {
        position: relative
    }

    .navigation .menu ul li.cs-submenu a button {
        display: block;
        position: absolute;
        top: 0px;
        right: 15px;
        background: transparent;
        border: 0;
        color: #fff;
        font-size: 16px;
        height: 30px;
        outline: none;
        width: 30px;
        padding: 0;
        text-align: center;
        line-height: 18px
    }

    .navigation ul li.cs-submenu a button svg {
        width: 16px;
        height: 16px;
    }

    .navigation ul li.cs-submenu a button.rotated svg {
        transform: rotateZ(180deg);
        color: white;
    }

    .navigation ul li.cs-submenu:hover svg {
        color: white;
    }

    .navigation ul li.cs-submenu:hover svg {
        transform: rotateZ(0deg);
    }

    .navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
        transform: rotateZ(0deg);
        color: #fff !important;
    }

    .navigation ul li.cs-submenu ul.cs-dropdown li a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: none;
        transition: none;
        padding-right: 0;
        float: left;
        width: 100% !important;
        background: #444
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
        left: 100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
        left: -100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li {
        border-bottom: 0
    }

    .navigation .menu ul li ul.cs-dropdown li a {
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 7px 15px;
        line-height: normal;
        border-bottom: 1px solid #25205b;
        background: #25205b;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
        background: #25205b;
    }

    .mobile_hide {
        display: none !important;
    }

    .navigation .menu ul li:hover ul.cs-dropdown {
        display: none;
    }

    .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
        display: none;
    }
    .z-x-menubar .logo{
        position: absolute;
        z-index: 1;
        top: 4px;
        max-width:98px;
    }
    .z-x-menubar .logo img{
        max-width: 100%;
    }
    .z-x-menubar .flag {
        display:none;
    }

    .headline{
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
}


.main-btn {
    border: 2px solid #1e1d1d;
    outline: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 16px;
    letter-spacing: 1px;
    background-color: #1e1d1d;
    color: white;
    transition: 0.3s;
}

.main-btn:hover {
    color: #000;
    border-color: var(--color-black);
    background-color: var(--color-secondary);
}

.main-btn2 {
    background: transparent;
    border: 2px solid var(--color-black);
    color: var(--color-black);
}

.main-btn2:hover {
    border-color: var(--color-primary);
    background-color: transparent;
    color: var(--color-primary);
}

/* form error color */
label.error{
    color: white;
}

.static_card {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin:auto;
    height: 200px;
    background: linear-gradient(135deg, #1e1d1d, #a90f0f); 
    color: white;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.static_card:hover {
    transform: scale(1.1) rotateX(10deg) rotateY(10deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}


.static_card i {
    font-size: 40px;
    margin-bottom: 10px;
    transition: transform 0.3s ease-in-out;
      color: #fff9c4; 
}


.static_card:hover i {
    transform: rotateY(360deg);
}


.static_card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff9c4; 
}


.static_card::before {
    content: attr(data-number);
    position: absolute;
    font-size: 100px;
    font-weight: bold;
   color: rgba(255, 249, 196, 0.2);
    top: 10px;
    right: 15px;
    z-index: 0;
}


.card-content {
    position: relative;
    z-index: 1;
}
.testimonial-card{
    text-align:center;
}