.trans {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

* {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

.body-fixed {
    overflow: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

a {
    text-decoration: none;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
}

*:focus {
    outline: none;
}

button[type=button]:focus {
    outline: none;
}

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

p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Syne", sans-serif;
    color: #606060;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

a,
a:hover,
button {
    color: inherit;
    outline: none;
    text-decoration: none;
    transition: all 0.6s ease-in-out;
}

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

a:focus {
    text-decoration: none;
    outline: none !important;
}

.c-scrollbar {
    height: 100vh !important;
}

html {
    font-size: 16px;
}

body {
    font-family: "Syne", sans-serif;
    color: #000;
    background-color: #fff;
}


.wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

/* button */
.btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: #8FBF21;
    border-radius: 30px;
    padding: 1rem 1.125rem;
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
    text-transform: uppercase;
    transition: color 0.6s ease-in-out, background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.btn.btn-outline {
    border: 1px solid #8FBF21;
    background-color: #1D1A33;
    color: #8FBF21;
}

.btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform: scale(0.5);
    transform: scale(0);
    z-index: -1;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    margin: auto;
}

.btn.btn-outline.btn:before {
    background-color: #8FBF21;
}

.btn.btn-green {
    background-color: #8FBF21;
    border: none;
    color: #fff;
}

.btn.btn-green::before {
    background-color: #fff;
}

.btn:hover {
    color: #8FBF21;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* button */
.container-xl {
    max-width: 109.5rem;
    padding: 0 0.9375rem;
}

.container {
    max-width: 87.125rem;
    padding: 0 0.9375rem;
}

/* header-sec */
.header-main {
    padding: 0.9375rem 5.625rem;
    z-index: 999;
    position: relative;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}

.site-logo {
    width: 14rem;
    display: block;
}

.site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navigation-bar {
    display: inline-block;
    vertical-align: middle;
}

.menu-main {
    display: inline-block;
    width: auto;
    margin: 0;
}

.menu-main ul {
    font-size: 0;
}

.menu-main li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1.25rem;
}

.menu-main li a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 1.125rem;
    transition: all .4s ease-in-out;
}

.menu-main ul li .arrow {
    border: none;
    border-bottom: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
    transition: border 0.4s ease-in-out;
    padding-right: 0px;
    float: right;
    margin-top: 0.1875rem;
    margin-left: -0.375rem;
    display: block;
    width: 8px;
    height: 8px;
}

.header-main .btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75rem;
    margin-left: 0.375rem;
}

.m-menulogo {
    display: none;
}

.menu-icon {
    width: 2rem;
    height: 2rem;
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-left: 2.1875rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.25rem;
    cursor: pointer;
    display: none;
}

.menu-icon span {
    display: block;
    width: 1.4375rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.125rem;
    background: currentColor;
    margin: auto;
}

.menu-icon span::before {
    content: "";
    width: 1.875rem;
    position: absolute;
    top: -0.5rem;
    left: 0;
    right: 0;
    height: 0.125rem;
    background: currentColor;
    width: 50%;
    transition: all .4s ease-in-out;
}

.menu-icon span:after {
    content: "";
    width: 1.875rem;
    position: absolute;
    bottom: -0.5rem;
    left: initial;
    right: 0;
    height: 0.125rem;
    background: currentColor;
    width: 50%;
    transition: all .4s ease-in-out;
}

.menu-main ul li .sub-menu {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    padding: 60px 530px 50px 87px;
    text-align: left;
}

/* .menu-main ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 0.625rem solid #8FBF21;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    position: absolute;
    left: 1.25rem;
    top: 0.1875rem;
    transform: translateY(-100%);
} */

.menu-main ul li .sub-menu li {
    width: 33.33%;
    padding: 0;
    position: unset;
    margin: 0;
    background: #fff;
    margin-bottom: 20px;
}

.menu-main ul li .sub-menu li a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    line-height: 1.4;
    text-transform: none;
    color: #000;
    text-align: left;
    transition: all .4s ease-in-out;
    font-size: 1rem;
    font-weight: 600;
    position: unset;
    text-transform: inherit;
}

.sub-menu-icon-box {
    flex: 0 0 60px;
    height: 60px;
    width: 60px;
    border-radius: .625rem;
    border: 1px solid #EEE;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sub-menu-icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}


.submenu-arrow {
    font-size: 23px;
    color: #8FBF21;
    display: inline-flex;
    margin-left: auto;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateX(-80%);
    padding-left: 10px;
}

.menu-main ul li .sub-menu li:hover a .submenu-arrow {
    opacity: 1;
    transform: translateX(0);
}

.product_sub_img>.arrow+a>.sub-menu-icon-box {
    position: absolute;
    right: -18px;
    top: 109px;
    width: 498px;
    max-width: 498px;
    height: 39.475rem;
    max-height: 39.5rem;
    padding: 45px;
    background: #f5f5f5;
    z-index: 6;
    border-radius: 0;
    display: none;
}

.product_sub_img>.arrow+a>.sub-menu-icon-box img {
    height: 564px;
    max-height: 564px;
    max-width: 424px;
    width: 424px;
    display: block;
    object-fit: cover;
}

.header-main.has_sticky {
    z-index: 99;
    position: fixed;
    padding: 15px 30px;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #000;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header-main.has_sticky .site-logo {
    width: 10rem;
}

.call-icon-box {
    margin-left: 23px;
    margin-top: 6px;
    vertical-align: middle;
}

.call-icon-box i {
    color: #fff;
    display: inline-block;
    font-size: 1.5625rem;
    vertical-align: middle;
    animation: wiggle 2s linear infinite;
}

@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}

/* header */

.sec-head {
    display: block;
    margin-bottom: 1.25rem;
}

.sec-title {
    font-size: 2.375rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
}

.title {
    font-size: 4.6875rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.625rem;
    color: #fff;
    text-transform: uppercase;
}

.small-title {
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

/* banner-start */
.hero-banner-sec {
    position: relative;
    z-index: 2;
    height: 100vh;
    max-height: 61.25rem;
    box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.hero-banner-sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(80, 80, 80, 0.00) -1.78%, #000 84.48%);
    opacity: 0.8;
    z-index: -1;
}

.hero-banner-sec video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    object-fit: cover;
}

.hero-banner-sec .hero-banner-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    object-fit: cover;
}

.hero-banner-sec .hero-banner-slider .slick-track {
    display: flex;
    height: 100%;
}

.hero-banner-sec .hero-banner-slider>div {
    display: flex;
    height: 100%;
}

.hero-banner-sec .hero-banner-slider-item {
    flex: 1;
}

.hero-banner-sec .hero-banner-slider-item img {
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0;
    z-index: -2;
    object-fit: cover;
}

.hero-banner-inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    max-height: 60.625rem;
}

.hero-banner-text {
    padding-top: 2.15rem;
    padding-left: 5.5rem;
    display: inline-block;
    max-width: 70%;
}

.hero-banner-text .sec-head {
    margin-bottom: 0;
}

.hero-banner-text .title {
    text-shadow: 0px 0.3322rem 0.2657rem rgba(0, 0, 0, 0.20);
    line-height: 0.96;
}

.hero-banner-text .small-title {
    text-shadow: 0px 0.1329rem 0.1993rem rgba(0, 0, 0, 0.30);
}

.explore-more-main {
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 14%;
}

.explore-more {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    text-shadow: 0px 0.125rem 0px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    position: relative;
    padding-right: 11.5625rem;
    min-height: 7.1875rem;
    transition: all .4s ease-in-out;
}

.pulse {
    border: 0.125rem solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 5.75rem;
    height: 5.75rem;
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    bottom: 0;
    animation-name: pulse_animation;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.pulse:before {
    content: '';
    position: absolute;
    width: 7.1875rem;
    height: 7.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 0.125rem #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.pulse::after {
    content: '';
    position: absolute;
    width: 4.1875rem;
    height: 4.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 0.125rem #8FBF21;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.pulse span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pulse span::before {
    content: '';
    position: absolute;
    background: #8FBF21;
    width: 4.6875rem;
    height: 0.125rem;
    top: 49%;
    left: 55%;
    transform: translateX(calc(-100% - 15px));
    -webkit-transform: translateX(calc(-100% - 15px));
    -moz-transform: translateX(calc(-100% - 15px));
}

.pulse span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #8FBF21;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.04);
    }

    40% {
        transform: scale(1.08);
    }

    50% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.02);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.hero-banner-sec.style-2 {
    height: 40rem;

    .hero-banner-inner {
        height: 40rem;
        justify-content: center;
    }
}

/* banner-end */

.product-list-sec {
    padding: 6.5rem 0 5.4375rem;
    position: relative;
}

.all-components-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #8FBF21;
    display: block;
    text-transform: uppercase;
    text-align: right;
    line-height: 1;
    margin-bottom: 10.625rem;
    animation: head_bot_mask 3s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}


@keyframes head_bot_mask {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    33.3% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    90% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }

    100% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}

.verticle-title-main {
    min-width: 0;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
    display: flex;
    align-items: center;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 0;
}

.verticle-title-main .verticle-title {
    flex: 0 0 auto;
    margin-right: 1.75rem;
    min-width: 5.625rem;
    min-height: 1.25rem;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.verticle-title-main .verticle-title span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: rgba(0, 0, 0, 32%);
    line-height: 1;
    text-transform: uppercase;
}

.verticle-title-main .verticle-line {
    width: 0;
    height: 0.125rem;
    background-color: #d9d9d9;
}

.product-con {
    max-width: 33.4375rem;
}

.product-con .cms-con {
    margin-bottom: 3.75rem;
}

.arrow-btn {
    display: block;
    background: url(../img/arrow-cricle.svg) 50% 50% no-repeat;
    background-size: contain;
    position: relative;
    width: 5.125rem;
    height: 5.125rem;
    transition: 0.5s ease-out;
}

.arrow-btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/arrow-cricle.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0;
    transform-origin: bottom;
    filter: blur(4px);
    transform: rotate3d(-1, 0, 0, 100deg) scale(0.9);
    opacity: 0;
    transition: 0.5s ease-out;
}

.product-list-sec .verticle-title-main {
    top: 73%;
    left: -4.375rem;
}

.cta-sec {
    padding: 6.25rem 0 7.125rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}

.cta-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.cta-con {
    max-width: 54.8125rem;
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 3.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    display: block;
}

.cta-con .cms-con {
    margin-bottom: 1.5625rem;
}

.cta-con .cms-con p {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 400;
}

.cta-sec .btn {
    min-width: 15.9375rem;
}

.product-list-main .product-list-row {
    margin-bottom: 12.5rem;
}


.product-list-main .product-list-row:last-child {
    margin-bottom: 0;
}

.product-list-main .product-list-row:nth-child(odd) {
    flex-direction: row-reverse;
}

.product-img-box img {
    margin-left: auto;
}

.product-list-main .product-list-row:nth-child(even) .product-img-box img {
    margin-right: auto;
    margin-left: 0;
}

.product-list-main .product-list-row:nth-child(even) .product-con {
    margin-left: auto;
}

.one-source-list-btn {
    background-color: #F5F5F5;
    padding: 4.6875rem 0;
    margin-top: 8.4375rem;
}

.one-source-list-main {
    display: flex;
    align-items: center;
    justify-content: end;
}

.one-source-list-title {
    color: #000;
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 31rem;
    margin-right: 3.125rem;
}

.cta-con.cta-con-second {
    max-width: 65.8125rem;
}

.cta-con.cta-con-second .sec-head {
    margin-bottom: 2.8125rem;
}

.our-goals-sec {
    padding-top: 5.4375rem;
    padding-bottom: 11.5625rem;
    overflow: hidden;
}

.our-goals-sec::before {
    content: '';
    position: absolute;
    border-radius: 17.125rem;
    background: #8FBF21;
    filter: blur(250px);
    width: 17.125rem;
    height: 17.125rem;
    z-index: -1;
    top: -5%;
    right: 38%;
}

.our-goals-sec .sec-head {
    margin-bottom: 8rem;
}

.our-goals-sec .sec-head .our-goals-title {
    color: #000;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    display: block;
}

.our-goals-list .our-goals-item {
    margin-bottom: 2.5rem;
}

.our-goals-list .our-goals-item:first-child {
    margin-left: 8.6rem;
}

.our-goals-list .our-goals-item:nth-child(2) {
    margin-left: 24.6rem;
}

.our-goals-list .our-goals-item:last-child {
    margin-left: 42.8rem;
    margin-bottom: 0;
}

.our-goals-list .our-goals-box {
    display: flex;
    align-items: center;
}

.our-goals-list .our-goals-box .img-box {
    min-width: 5rem;
    min-height: 5rem;
    margin-right: 1.875rem;
}

.our-goals-list .our-goals-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-goals-list .our-goals-box .content-box {
    max-width: 30.25rem;
}

.our-goals-list .our-goals-box .content-box .our-goals-box-title {
    color: #000;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}

.our-goals-list .our-goals-box .content-box .cms-con p {
    font-weight: 400;
}

.our-goals-sec .verticle-title-main {
    top: 75%;
    left: -4.375rem;
}

.footer-cat-btn {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #fff;
    border: 1px solid #000 !important;
    padding: 5px;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap label.error {
    position: absolute;
    right: 0px;
    top: -20px;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 12px !important;
    line-height: 12px !important;
    background: #fb0101;
    padding: 5px 5px 4px !important;
    color: #fff !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap label.error:after {
    border-color: #fb0101 transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-right: 6px solid transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    top: 100%;
    width: 0;
}

.footer-whatsapp a {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #1cd766;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    z-index: 99;
    padding: 12px;
    animation: breathe 2s ease-in-out infinite;
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
    }
}

.page-template-contact .our-client-logo {
    display: none;
}

.product-listing-sec {
    padding: 134px 0 60px;
}

.product-listing-sec .verticle-title-main {
    top: 20%;
    left: 13.625rem;
}

.product-box {
    text-align: center;
    display: block;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    height: 100%;
}

.product-img {
    overflow: hidden;
    transition: all .4s ease-in-out;
    margin-bottom: 20px;
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}

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


.product-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

.product-arrow {
    display: block;
    overflow: hidden;
    width: 46px;
    margin: auto;
    transform: translateX(-100%);
    opacity: 0;
    white-space: nowrap;
    transition: all .4s ease-in-out;
}

.product-arrow i {
    font-size: 46px;
    color: #8FBF21;
}

.product-gallery-sec {
    padding: 3.125rem 1.875rem 0;
    max-width: 103.4375rem;
    margin: auto;
}

.product-gallery-box {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    height: auto;
}


.product-gallery-box a {
    min-height: 230px;
    display: block;
}

.product-gallery-box .img-box {
    margin: 2.5rem auto 2rem;
    display: block;
    position: relative;
    padding-bottom: 74%;
    width: 100%;
}

.product-gallery-box .img-box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
}

.product-gallery-wrap .row {
    --bs-gutter-x: 20px;
}

.product-gallery-box {
    display: block;
    margin-bottom: 20px;
}

.product-gallery-title {
    color: #1C1B1C;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.product-gallery-box a:hover .product-gallery-title {
    color: #8FBF21;
}

.product-gallery-box.product-gallery-big-box a {
    min-height: 563px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery-box-main {
    width: 100%;
}

.product-gallery-sec .slick-dots {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-gallery-sec .slick-dots li {
    border-radius: 50px;
    border: 1px solid #D3D3D3;
    background: rgba(255, 255, 255, 0.30);
    width: 78px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.product-gallery-sec .slick-dots li button {
    display: inline-block;
    font-size: 0;
    background: #fff;
    width: 74px;
    height: 6px;
    border-radius: 50px;
    margin: 0 3px;
    vertical-align: middle;
}

.product-gallery-sec .slick-dots li.slick-active button {
    background: #8FBF21;
}

.product-gallery-sec .product-gallery-title {
    bottom: 78px;
}


.breadcrumb_last {
    color: #07daf2;
    text-transform: capitalize;
}

.menu-main ul li .sub-menu li.sub-nav-img {
    display: none;
}

.sub-menu-side-img {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F5F5F5;
    width: 480px;
    height: 100%;
    padding: 30px 35px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.sub-menu-side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-menu-icon-box img {
    width: 100%;
    height: 100%;
}

.menu-main ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* 
.loader {
    position: fixed;
    top: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 1000;
}

.loader-img {
    width: 250px;
    height: 250px;
}

.loader-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.certificate-box {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

    img {
        aspect-ratio: 3/2;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.modal-body .form-control {
    border: 1px solid #ccc;
}