@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap);*/



@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

a,
body,
button,
html,
p {
    color: var(--black-color)
}

body,
html,
ul {
    margin: 0;
    padding: 0
}

.hover-link,
.main-btn {
    text-transform: uppercase
}
.hover-link,
.main-btn,
.main-head {
    font-weight: 600;
    position: relative
}

.hover-link,
.logo,
.main-btn,
.main-head,
.section-heading-center,
body,
header,
html {
    position: relative
}

.about-item h4,
.product-item h4 {
    letter-spacing: .95px;
    margin-top: 15px;
    font-weight: 500
}

.pagination li a,
a,
a:focus,
a:hover,
button {
    text-decoration: none
}

.description ol,
.description ul,
.description ul li {
    list-style-type: disc
}

:root {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --bg-color: #f2f2f2;
    --white-color: #ffffff;
    --black-color: #000000;
    --footer-bg: #000000;
    --heading-font: "Instrument Sans", sans-serif;
    --transition: all 0.3s ease 0s
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body,
html {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
    letter-spacing: .5px;
    overflow-x: hidden
}

.breadcrumb-content-title,
.main-head,
h1,
h2,
h3 {
    font-family: var(--heading-font)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

.form-check:last-child,
p:last-child {
    margin-bottom: 0
}

a,
button {
    cursor: pointer;
    transition: var(--transition)
}

a,
button,
img,
input,
textarea {
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

a:focus {
    outline: 0
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    height: auto
}

li {
    list-style: none;
    transition: var(--transition)
}

.form-control {
    padding: 0px 15px;
    height: 50px;
    color: #878787;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: rgb(255 255 255 / 82%)
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25)
}

.section-margin {
    margin: 80px 0
}

.margin-top {
    margin-top: 80px
}

.margin-bottom {
    margin-bottom: 80px
}

.footer-column .footer-item,
.mar-half-top {
    margin-top: 40px
}

.mar-half-bottom,
.pad-half-bottom {
    padding-bottom: 40px
}

.section-padding {
    padding: 80px 0
}

.pad-top {
    padding-top: 80px
}

.pad-bottom {
    padding-bottom: 80px
}

.pad-half-top {
    padding-top: 40px
}

.section-heading-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column
}

.section-heading-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.section-heading {
    margin-bottom: 20px
}
.form-group {
    margin-bottom: 15px
}

.main-head {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
}
.section-heading-center .main-head {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.inline-main-btn {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.main-btn {
    width: fit-content;
    line-height: normal;
    height: 50px;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}

.btn-1 {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-1:hover {
    color: var(--primary-color);
    background: 0 0;
    border-color: var(--primary-color);
}

.btn-2 {
    color: var(--primary-color);
    background: var(--white-color);
    border-color: var(--white-color);
}

.btn-2:hover{
    color: var(--white-color);
    background: transparent;
    border-color: var(--white-color);
}

.btn-3 {
    color: var(--white-color);
    background: transparent;
    border-color: var(--white-color);
}

.btn-3:hover{
    color: var(--primary-color);
    background: var(--white-color);
    border-color: var(--white-color);
}


.callbacks_tabs li.callbacks_here {
    background: #fff
}

.hover-link {
    display: inline-block;
    overflow: hidden
}

.hover-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s
}

.hover-link:hover::after {
    width: 100%;
    transition: width .3s
}

.inline-menu .container,
.inline-menu .container-fluid,
.top-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.menu-section {
    padding: 0;
    display: flex;
    align-items: center
}

.logo img {
    width: 115px;
    height: auto
}

.inline-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center
}

header {
    z-index: 99999;
    width: 100%;
    left: 0
}

.sticky {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 1%), 0 2px 4px -2px rgb(0 0 0 / 4%)
}

.banner-content,
.center-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.footer-btn,
.menu-setting {
    display: flex;
    align-items: center;
    gap: 20px
}

.search-box {
    display: flex;
    align-items: center;
    width: 50%
}

.newsletter-box,
.search-box form {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px
}

.search-box input {
    height: 50px;
    width: calc(100% - 125px);
    padding: 5px 15px;
    border: 1px solid #e3e3e3;
    background: #fdfdfd
}

.newsletter-box .main-btn,
.search-box .main-btn {
    width: 125px
}

.top-header-section {
    padding: 10px 0 0px 0;
    background: #000000;
}

.top-header .main-btn span {
    padding-right: 5px;
    font-size: 20px
}

.container-fluid {
    padding: 0 145px
}

@media screen and (min-width:1024px) and (max-width:1600px) {
    .container-fluid {
        padding: 0 50px
    }
}

.footer-title {
    line-height: 16px;
    text-transform: uppercase
}
.bg-color {
    background: var(--bg-color)
}

footer {
    background: #000;
}
.footer-widget a:hover{
    color: #fff
}

footer .main-head {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 40px
}

.copyright-text {
    font-size: 10px;
    color: #fff
}

.footer-title,
.newsletter-section h4 {
    font-size: 20px;
    position: relative;
    font-weight: 600
}

.footer-logo {
    display: flex;
    gap: 10px
}

.footer-logo .logo-img {
    height: 60px
}

.footer-title {
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #fff;
    letter-spacing: 1.58px
}

.footer-widget ul li {
    margin-bottom: 12px
}

.footer-widget a {
    color: #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    cursor: auto;
}

.logo-social-section,
.term-box {
    align-items: center;
    display: flex
}

.newsletter-box input {
    height: 50px;
    width: calc(100% - 125px);
    padding: 5px 15px;
    border: 0
}

.newsletter-section h4 {
    margin-bottom: 30px;
    margin-top: 30px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px
}

.term-box {
    margin-top: 30px;
    gap: 10px
}

.term-box label {
    color: #fff;
    margin: 0
}

.footer-social a {
    color: #fff;
    font-size: 32px
}

.logo-social-section {
    justify-content: space-between;
    margin-top: 40px
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 25px
}

.footer-bottom-item a,
.footer-copyright {
    color: #fff;
    font-size: 13px
}

.footer-bottom-section {
    padding: 20px 0;
    border-top: 1px solid #fff;
    margin-top: 60px
}

.footer-bottom-link {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between
}

.footer-bottom-item {
    display: flex;
    align-items: center;
    gap: 15px
}

textarea.form-control {
    min-height: 100px
}

option,
select {
    font-family: Montserrat, sans-serif
}

input[type=date]::placeholder,
input[type=text] {
    font-family: Montserrat, sans-serif
}

.banner-all-btn {
    gap: 10px;
    display: flex
}
.closed_modal {
    color: #000000;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 15px;
}

.search-box.mobile-search {
    display: none;
}
.top-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 25px;
}
.top-header-right a {
    font-size: 14px;
    color: #a5a5a5;
}
label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}


/*----------------------- Product Owl Start -------------------------*/
.card-owl-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.card-owl-img img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 8px;
}
.card-owl-item:hover .card-owl-img img {
    transform: scale(1.1);
}
.card-owl-content .main-head {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
}
.card-owl-item {
    text-align: center;
}
.main-product-item .section-heading .main-head {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
}
.product-grid {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.owl-carousel .owl-item {
    padding-left: 10px;
    padding-right: 10px;
}
.owl-carousel {
    margin-left: -10px;
    margin-right: -10px;
}
/*----------------------- Product Owl End -------------------------*/





/*----------------------- About Section Start -------------------------*/
.about-multi-content {
    align-items: center;
    width: 100%;
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.about-multi-content-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 8px;
}
.about-multi-content-short-text {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px 0 0px;
}
.sub-heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.check-list {
    margin: 10px 0 20px 0;
}
.check-list li {
    list-style: disc;
    margin-bottom: 5px;
    position: relative;
    color: #000000;
    margin-left: 16px;
}
.check-list.right-tick li {
    list-style: none;
    padding-left: 16px;
    margin-bottom: 7px;
}
.check-list.right-tick li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 12px;
    z-index: 11;
    color: #ffffff;
    background: #000000;
    font-weight: 700;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    left: -4px;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*----------------------- About Section End -------------------------*/


/*----------------------- feature Section Start -------------------------*/
.feature-multi-content {
    align-items: center;
    width: 70%;
    gap: 0;
    display: flex;
    background: #000;
    border-radius: 8px;
    padding: 40px;
}
.feature-section .container {
    display: flex;
    justify-content: center;
}
.feature-multi-content-img img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    border-radius: 8px;
}
.feature-multi-content-img {
    width: 50%;
}
.feature-multi-content-short-text {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px 0 0px;
}
.feature-multi-content-short-text .sub-heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.feature-multi-content-short-text .check-list {
    margin: 10px 0 20px 0;
}
.feature-multi-content-short-text .check-list li {
    list-style: disc;
    margin-bottom: 5px;
    position: relative;
    color: #ffffff;
    margin-left: 16px;
}
.feature-multi-content-short-text .check-list.right-tick li {
    list-style: none;
    padding-left: 16px;
    margin-bottom: 7px;
}
.feature-multi-content-short-text .check-list.right-tick li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 12px;
    z-index: 11;
    color: #000;
    background: #ffffff;
    font-weight: 700;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    left: -4px;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*----------------------- feature Section End -------------------------*/



/*--------------------------------------------
         FAQ section start
--------------------------------------------*/
.accordion-body {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0 0 0;
}
.accordion {
    width: 70%;
}
.faq-section-grid {
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button {
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    transition: all 0.5s;
}
.accordion-item {
    margin-bottom: 15px;
    border: 0!important;
    background-color: var(--bg-color);
    border: var(--bs-accordion-border-width) solid #5c5c5c;
}
.accordion-button {
    background-color: var(--bg-color);
}
.accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: var(--bg-color);
    box-shadow: inset 0 calc(-0* var(--bs-accordion-border-width)) 0 #dbefdf;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.faq-section .shape-2 {
    position: absolute;
    top: 26%;
    right: 4%;
}
.faq-section .shape-2 img {
    height: 150px;
}
.faq-shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width:991px) {
    .faq-section-grid .accordion {
        width: 100%;
    }
}
/*--------------------------------------------
         FAQ section end
--------------------------------------------*/

.inquiry-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding: 80px 15px;
}

/*---------- banner start ---------*/
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner .image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.callbacks_tabs {
    display: none;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    z-index: 11;
    width: 100%;
    gap: 5px;
}
.top-text .main-head {
    color: var(--white-color);
    font-size: 26px;
    line-height: 35px;
}
.banner-content .container, .banner-content .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .6;
    bottom: 0;
    background: linear-gradient(to top, #000 0, #000);
    content: "";
    left: 0;
}
.hero-list {
    margin: 25px 0 25px 0;
}
.hero-list li {
    list-style: none;
    margin-bottom: 15px;
    position: relative !important;
    color: #ffffff;
    margin-left: 15px;
    display: block !important;
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
}
.hero-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 14px;
    z-index: 11;
    color: #000;
    background: #fff;
    font-weight: 700;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.top-text {
    width: 50%;
}
.wp-btn {
    color: #ffffff;
    background: #25D366;
    width: fit-content;
    line-height: normal;
    height: 50px;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #25D366; 
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wp-btn:hover {
    background: #22b95b;
    color: #fff;
    border-color: #22b95b;
}
.wp-btn i {
    font-size: 20px;
}
.enquire-form {
    width: 40%;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
}

/*---------- banner end ---------*/

.partner-logo {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 15px 0;
}
.partner-logo img {
    height: 60px
}


/*---------- category start ---------*/
.category-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    align-items: center;
    gap: 20px;
}
.category-img {
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}
.category-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.category-img:hover img {
    transform: scale(1.1);
}
.category-item {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 15px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}
.category-item .main-head {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

/*---------- category end ---------*/

/*---------- testimonial start ---------*/
.testimonial-grid-section {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.testimonial-bg.bg-light .testimonial-item {
    margin: 0;
}
.testimonial-item {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    position: relative;
}
.testimonial-item p {
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.testimonial-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.testimonial-star img {
    height: 12px;
}
.testimonial-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .6;
    bottom: 0;
    background: linear-gradient(to top, #000 0, #000);
    content: "";
    left: 0;
}

/*---------- testimonial end ---------*/


/*---------- gallery start ---------*/
.gallery-item img {
    width: auto;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
.gallery-item:hover img {
    opacity: 0.9;
}
.gallery-section .slick-slide {
    margin: 0 15px;
}
.gallery-section .slick-list {
    margin: 0 -15px;
}
#gallery_two {
    margin-top: 20px;
}

/*---------- gallery end ---------*/

.fixed-contact {
    position: fixed;
    width: auto;
    bottom: 0;
    z-index: 11;
}
.fixed-contact .wp-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
}
#scrollBox {
    display: none;
}
.fixed-contact .banner-all-btn {
    display: block;
    padding: 30px;
}

.fixed-contact .banner-all-btn .btn-1 {
    color: var(--white-color);
    background: #141414;
    border-color: #141414;
}
.fixed-contact .banner-all-btn .btn-1:hover {
    color: var(--white-color);
    background: #141414;
    border-color: #141414;
}

@media only screen and (max-width: 768px) {
    .fixed-contact .banner-all-btn {
        flex-direction: row;
        padding: 20px 20px;
    }
    .fixed-contact .banner-all-btn .btn-1, .fixed-contact .banner-all-btn .wp-btn {
        font-size: 13px;
        height: 45px;
        padding: 10px 10px;
    }

}
.certified-content .check-list.only-right-tick li {
    list-style: none;
    padding-left: 10px;
}
.certified-content .check-list.right-tick li:before {
    background: #22b95b;
}
.certified-content .check-list.only-right-tick li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 16px;
    z-index: 11;
    color: #000000;
    font-weight: 500;
    left: -15px;
}
.inline-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.certificate-right {
    background: #ffffff94;
    padding: 30px;
    border-radius: 8px;
}
.certificate-right .check-list {
    margin: 10px 0 0 0;
}
.certificate-right .check-list li {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 10px;
}
.certificate-right .check-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 16px;
    z-index: 11;
    color: #000000;
    font-weight: 500;
    left: -15px;
}
.certificate-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    align-items: center;
    gap: 15px;
    text-align: center;
}
.certificate-item img {
    height: 50px;
}
.certificate-right .check-list li span {
    display: block;
    font-weight: 600;
}


/*---------- thankyou start ---------*/
.thank-you-section {
    background: #E6EBE8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    text-align: center;
}
.thank-you-section .main-head {
    color: #1dc18d;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.thank-you-section p {
    margin-bottom: 0px;
    font-size: 14px;
}
@media only screen and (max-width: 991px) {
    .thank-you-section {
        padding: 30px 20px;
    }
}

/*---------- thankyou end ---------*/


/*---------- zoho form style start ---------*/
.zcwf_col_fld input, .zcwf_col_fld .zcwf_col_fld_slt {
    padding: 10px 15px;
    height: 45px;
    font-size: 14px !important;
    line-height: 18px;
    border-radius: 30px !important;
    color: #000000 !important;
    border: 0px !important;
    outline: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 100% !important;
    resize: vertical;
    float: left;
    font-weight: 500;
    background: #ededed;
}
.zcwf_col_lab label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}
.zcwf_lblLeft .zcwf_col_lab {
    width: 100% !important;
    margin-top: 0 !important;
}
.zcwf_col_fld .formsubmit.zcwf_button {
    color: white !important;
    background: #000 !important;
}
.zcwf_col_fld .zcwf_button {
    border: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #000 !important;
}
.modal-title {
    font-size: 16px;
    font-weight: 600;
}
.zcwf_lblLeft .zcwf_row {
    margin: 0px 0px 5px 0px !important;
}
.zcwf_lblLeft .zcwf_col_fld {
    width: 100% !important;
}
.modal-content .form-check-list li {
    color: #000;
}
.modal-content .form-check-list li:before {
    color: #000000;
}
.modal-content .zcwf_lblLeft.crmWebToEntityForm {
    padding: 0px !important;
}
.modal-content {
    border-radius: 8px;
}
.modal-content .form-check-list {
    margin: 15px 0px;
}
.modal-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700;
    width: 90%;
}
.popup-form-box {
    padding: 60px 40px;
}


/*---------- zoho form style end ---------*/

/*---------- banner zoho form style start ---------*/
.enquire-form #crmWebToEntityForm.zcwf_lblLeft {
    padding: 0;
}
.enquire-form .zcwf_col_lab label {
    color: #000000;
}
.form-check-list {
    
}
.form-check-list {
    margin: 10px 0 10px 0;
}
.form-check-list li {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 5px;
    position: relative !important;
    color: #000000;
    margin-left: 16px;
    display: block !important;
}
.form-check-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 16px;
    z-index: 11;
    color: #000000;
    font-weight: 500;
    left: -15px;
}
.zcwf_col_fld .formsubmit.zcwf_button.zcwf_price_btn {
    text-overflow: inherit;
    white-space: normal;
    max-width: 100%;
}



/*---------- banner zoho form style end ---------*/


/*---------- why choose start ---------*/
.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    align-items: center;
    gap: 15px;
    text-align: center;
}
.why-choose-section .container {
    z-index: 11;
}
.why-content {
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.why-choose-section {
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.why-choose-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .6;
    bottom: 0;
    background: linear-gradient(to top, #000 0, #000);
    content: "";
    left: 0;
}
.why-choose-item h4 {
    font-family: var(--heading-font);
    font-size: 24px;
    margin-bottom: 10px;
}
.bottom-text {
    background: #000;
    border-radius: 0 0 8px 8px;
    padding: 15px;
    color: #fff;
}
.why-choose-img {
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-choose-img img {
    height: 45px;
}

/*---------- why choose end ---------*/

.icon-item {
    text-align: center;
}
.icon-item img {
    height: 90px;
    width: auto;
    object-fit: contain;
}
.icon-grid-section {
    display: grid;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
    gap: 35px;
}
.color-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 20px;
}
.color-product-img {
    position:relative;
    overflow: hidden;
    border-radius: 8px;
}
.color-product-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
.color-product-item:hover .color-product-img img {
    transform: scale(1.1);
}
.color-product-content {
    padding-top: 15px;
}
.color-product-content h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.color-product-content .main-btn {
    width: 100%;
    margin-top: 10px;
}
.banner-box-text {
    background: #ff0000;
    padding: 15px 15px;
    font-size: 16px;
    color: #ffff00;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px;
    width: fit-content;
}
.banner-box-text span {
    font-size: 64px;
    line-height: 64px;
    display: block;
    font-weight: 900;
    text-align-last:end;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}
.popup-form-box .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    color: #000;
    outline: 0;
    opacity: 1;
}
.popup-form-box .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
    opacity: 1;
}
.old-price {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.old-price span {
    text-decoration: line-through;
}
.currect-price {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #ff0000;
}
.currect-price sup {
    top: -.3em;
}
.sale-text p {
    color: #fff;
}
.payment-logo img {
    height: 26px;
}
.payment-logo {
    margin-bottom: 5px;
}
.sale-text {
    margin-top: 20px;
}
.top-text .btn-1:hover {
    color: #000000;
    background: var(--white-color);
    border-color: var(--white-color);
}
.contact-info i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.contact-info a p {
    color: #fff;
}
.contact-info a {
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
}












