@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* @font-face {
    font-family: "Cocosignum-Maiuscoletto";
    src: url("../fonts/Cocosignum-Maiuscoletto-Regular.woff2") format("woff2"),
        url("../fonts/Cocosignum-Maiuscoletto-Regular.woff") format("woff"),
        url("../fonts/Cocosignum-Maiuscoletto-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "Cocosignum-Maiuscoletto";
    src: url("../fonts/Cocosignum-Maiuscoletto-Regular.woff2") format("woff2"),
        url("../fonts/Cocosignum-Maiuscoletto-Regular.woff") format("woff"),
        url("../fonts/Cocosignum-Maiuscoletto-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-dark: #0d0d0d;
    --paragraph-gray: #6f6f6f;
    /* --primary: #d10005; */
    --primary: #ff1616;
    --light-gray: #f9f9fa;
    --white: white;
    --gray: #e9e9e9;
    --dark-gray-50: rgba(175, 175, 175, .5);
    --dark-gray: #afafaf;
    --error: #ffdede;
    --search: #292929;
    --white-50: rgba(255, 255, 255, .5);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #FFFFFF;
    color: #0d0d0d;
    /* font-family: Inter, sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;

}

a,
input,
button {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

a {
    color: var(--primary);
    text-transform: capitalize;
    align-items: center;
    /* font-family: Inter, sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: none;
    transition: color .5s;
}

*,
a {
    transition: all .25s ease;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:hover,
button:focus {
    outline: 0;
}

a:hover {
    color: var(--primary-dark);
}

b,
strong {
    font-weight: bold;
}



h1 {
    color: var(--primary-dark);
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1em;
}

h2 {
    color: var(--primary-dark);
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
}

h3 {
    color: var(--primary-dark);
    text-transform: capitalize;
    margin-top: 10px;
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
}

h4 {
    color: var(--primary-dark);
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1em;
}

h5 {
    color: var(--primary-dark);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
}

h6 {
    color: var(--primary-dark);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
}

p {
    color: var(--paragraph-gray);
    margin-top: 10px;
    margin-bottom: 10px;
    /* font-family: Inter, sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 28px;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

section {
    position: relative;
    overflow: hidden;
}

/* Header */


.header {
    background-color: #ff1616;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: auto;
    z-index: 11;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    backface-visibility: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 5px 7px 0px;
}

.header_transparent.header {
    /* background-color: rgba(0, 0, 0, 0); */
    box-shadow: unset;
}

/* .header {
    background-color: rgba(0, 0, 0, 0);
    position: sticky;
    top: 0;
    left: 0px;
    right: 0;
    bottom: auto;
    z-index: 11;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    backface-visibility: hidden;
    width: 100%;
    height: auto;
    transition: all 0.35s ease 0s;
} */

.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    transition: none;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 5px;
}

.head_call a {
    color: #ffffff;
    font-size: 16px;
}

/* .header.on-scroll {
    box-shadow: rgb(0 0 0 / 5%) 0px 5px 7px 0px;
    background-color: #ffffff;
    color: #000000;
} */

.on-scroll .navbar-brand,
/* .on-scroll .navbar-expand-lg .navbar-nav .nav-link, */
.on-scroll .head_call a {
    color: #ffffff !important;
}

/* .header_dark.header {
    background-color: #ffffff;
    color: #000000;
}

.header_dark .navbar-brand,
.header_dark .navbar-expand-lg .navbar-nav .nav-link,
.header_dark .head_call a {
    color: #000000 !important;
} */

/* Header End */
/* Banner */
.home-banner-section {
    align-items: flex-end;
    height: auto;
    min-height: 100vh;
    padding-bottom: 100px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.hero-banner-wrapper,
.banner-bg-wrap,
.banner-hero-item {
    height: 100%;
}

.home-banner-main-container {
    align-items: flex-end;
    width: 100vw;
    height: auto;
    display: flex;
}

.hero-bg-image {
    /* z-index: 1; */
    /* background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg); */
    background-position: 50%;
    background-size: cover;
    align-items: flex-end;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.base-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}

.banner-intro-content {
    /* z-index: 100; */
    flex-direction: column;
    align-items: flex-start;
    width: 55%;
    margin-right: auto;
    display: flex;
    position: relative;
}

.white-banner-title,
.white-description {
    color: #333333;
}

.description-banner-spacing {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;

}

.button-hero-wrapper {
    grid-column-gap: 30px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.primary-button-with-icon {
    /* grid-column-gap: 10px;
    background-color: var(--primary);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    display: flex;
    position: relative;
    overflow: hidden; */
    text-decoration: underline;
    color: #333333;
}

.button-white-text {
    /* z-index: 50; */
    /* color: var(--white); */
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

/* Banner End */
/* Benfit */
.section-benefits {
    /* padding-top: 80px; */
    padding-top: 50px;
    padding-bottom: 0;
    position: relative;
}

.benefit-item-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
    display: flex;
    position: relative;
}

.content-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.benefit-title {
    color: #343434;
    margin-top: 0;
    font-size: 62px;
}

.benefit-text {
    color: var(--primary-dark);
    margin-top: 0;
    margin-bottom: 0;
}

.benefit-line {
    background-color: #ff1616;
    width: 100%;
    height: 4px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.benefits-line {
    background-color: rgba(13, 13, 13, .3);
    width: 100%;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

/* Benfit End */
/* Featured */
.home__featured-products {
    background-color: var(--primary-dark);
    padding: 80px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}



.home__featured-products__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
}

.home__featured-products__header {
    /* margin: 0 auto 25px;
    margin-bottom: 0;
    width: calc(30% - 70px);
    z-index: 2; */
    margin: 0 auto 0;
    width: 70%;
    z-index: 2;
    text-align: center;
}

.home__featured-products__header h2 {
    margin-bottom: 20px;
    width: 100%;
    font-weight: 200;
}

.text-primary {
    color: #ff1616 !important;
}

.home__featured-products__header p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.home__featured-products__swiper {
    margin: 10px auto 0;
    /* margin-right: 0 !important; */
    /* width: 70%; */
    max-width: calc(100% - 60px);
    width: 1650px;
}

.home__featured-products__swiper .swiper-wrapper {
    flex-wrap: wrap;
    height: auto;
}


.product-card {
    /* max-width: 340px; */
    margin: 30px 20px 0;
    /* width: 340px !important; */
    width: 30% !important;
    position: relative;
}

/* .product-card .hover-block {
    background-color: var(--primary);
    border-radius: 50px 0 50px 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
} */
.product-card .hover-block {
    background-color: var(--primary);
    border-radius: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 30%;
    width: 50px;
    opacity: 0;
    z-index: 1;
}

.product-card .hover-block svg {
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
}

/* .product-card:hover .hover-block {
    height: 75px;
    width: 75px;
} */
.product-card:hover .hover-block {
    opacity: 1;
    height: 60px;
    width: 60px;
}

.product-card .hover-block:hover {
    height: 75px;
    width: 75px;
}

.product-card .hover-block svg g {
    stroke-width: 2;
}

.product-card .product-badge,
.product-card .product-badge--image,
.product-card .product-badge--text {
    height: 72px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 72px;
}

.product-card .product-badge--text {
    background-color: var(--primary);
    border-radius: 72px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .product-badge--text p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /* left: 50%; */
    line-height: 24px;
    position: absolute;
    /* top: 50%;
    transform: translate(-50%, -50%); */
}

.product-card .image-container {
    background-color: #fff;
    /* border-radius: 50px 0 50px 50px; */
    border-radius: 0;
    /* height: 405px; */
    height: auto;
    overflow: hidden;
    /* padding: 40px; */
}

.product-card .image-container img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    transition: transform 8s cubic-bezier(.25, .46, .45, .94), -webkit-transform 8s cubic-bezier(.25, .46, .45, .94);
}

.product-card:hover .image-container img {
    transform: scale(1.2);
}

.product-card .product-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin: auto;
    margin-top: 20px;
    width: 90%;
    text-align: center;
}

.home__featured-products__wrapper .swiper-buttons,
.home__highlight-department__wrapper .swiper-buttons,
.home__sustainability__wrapper .swiper-buttons {
    bottom: -83px;
    max-width: 900px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 75% !important;
}

.home__featured-products__wrapper .swiper-buttons .swiper-button-prev,
.home__highlight-department__wrapper .swiper-buttons .swiper-button-prev,
.home__sustainability__wrapper .swiper-buttons .swiper-button-prev {
    left: -75px;
}

.home__featured-products__wrapper .swiper-buttons .swiper-button-next,
.home__highlight-department__wrapper .swiper-buttons .swiper-button-next,
.home__sustainability__wrapper .swiper-buttons .swiper-button-next {
    right: -75px;
}

.home__featured-products__wrapper .swiper-buttons .swiper-button-next:after,
.home__featured-products__wrapper .swiper-buttons .swiper-button-prev:after,
.home__highlight-department__wrapper .swiper-buttons .swiper-button-next:after,
.home__highlight-department__wrapper .swiper-buttons .swiper-button-prev:after,
.home__sustainability__wrapper .swiper-buttons .swiper-button-next:after,
.home__sustainability__wrapper .swiper-buttons .swiper-button-prev:after {
    color: var(--primary);
    font-size: 28px;
    transition: all .25s ease;
}

.swiper-pagination-progressbar {
    max-width: 850px;
}

.home__featured-products__wrapper .swiper-pagination,
.home__highlight-department__wrapper .swiper-pagination,
.home__sustainability__wrapper .swiper-pagination {
    background: #cecccc;
    border-radius: 5px;
    height: 3px;
    overflow: hidden;
    position: absolute;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -85px;
    width: 100%;
}

.home__featured-products__wrapper .swiper-pagination span,
.home__highlight-department__wrapper .swiper-pagination span,
.home__sustainability__wrapper .swiper-pagination span {
    background: var(--primary);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: 700;
}

.home__featured-products__wrapper .swiper-buttons .swiper-button-next:hover:after,
.home__featured-products__wrapper .swiper-buttons .swiper-button-prev:hover:after,
.home__highlight-department__wrapper .swiper-buttons .swiper-button-next:hover:after,
.home__highlight-department__wrapper .swiper-buttons .swiper-button-prev:hover:after,
.home__sustainability__wrapper .swiper-buttons .swiper-button-next:hover:after,
.home__sustainability__wrapper .swiper-buttons .swiper-button-prev:hover:after {
    color: #fff;
    transition: all .25s ease;
}

/* Featured End */
/* Department */
.home__highlight-department {
    overflow: hidden;
    padding: 100px 0 175px;
    position: relative;
}

.home__featured-products__wrapper,
.home__highlight-department__wrapper,
.home__sustainability__wrapper {
    position: relative;
}

.home__highlight-department:after {
    background-color: var(--primary);
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: -50%;
    top: -25%;
    width: 200%;
    z-index: -1;
}

.home__highlight-department__header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: calc(100% - 60px);
    z-index: 0;
}

.home__highlight-department__header:before {
    background-image: url(../images/bg-design.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    opacity: .5;
    position: absolute;
    height: 1430px;
    right: -32vw;
    top: -60%;
    width: 1695px;
    z-index: 0;
}

.home__highlight-department__header .department-icon {
    width: 12.5%;
    z-index: 1;
}

.home__highlight-department__header .department-icon svg {
    width: 50px;
}

.home__highlight-department__header .department-text {
    margin-top: 0;
    width: 44.5%;
    margin-bottom: 40px;
    z-index: 1;
}

.home__highlight-department__header .department-text p {
    color: var(--primary-dark);
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    width: 80%;
}

.home__highlight-department__header .department-text strong {
    color: #fff;
}

.home__highlight-department__header .department-text .btn {
    margin-top: 50px;
}

.btn,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    line-height: 48px;
    margin: 15px 0;
    padding: 0 40px;
    text-align: center;
    transition: all .25s ease;
    width: -moz-fit-content;
    width: fit-content;
}

.btn__dark {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
}

.btn__dark:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--primary-dark);
}

.home__highlight-department__header .department-image {
    margin-top: 0;
    text-align: left;
    width: calc(43% - 25px);
    z-index: 1;
}

.home__highlight-department__slider {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /* margin-top: 100px; */
    margin-top: 0;
    position: relative;
}

.home__highlight-department__slider h2 {
    color: #fff !important;
    margin: 0 auto;
    margin-left: 30px;
    width: calc(30% - 60px);
    font-weight: 200;
}

.home__highlight-department__swiper {
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
    width: 70%;
}

.home__highlight-department__swiper .swiper-wrapper {
    left: -220px;
    width: 75%;
}

.feature-card {
    background-color: var(--primary-dark);
    border-radius: 50px 0 50px 50px;
    display: flex;
    flex-flow: row wrap;
    height: 410px;
    margin: 0 20px;
    padding: 40px;
    width: 342px;
}

.home__highlight-department__swiper .feature-card {
    flex-flow: column wrap;
    justify-content: space-between;
    height: 410px;
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
    width: 340px !important;
}

.home__highlight-department__swiper .feature-card .icon-container {
    width: 100%;
}

.home__highlight-department__swiper .feature-card .icon-container svg {
    height: 60px;
    width: 60px;
}

.feature-card h4 {
    color: var(--primary);
}

.feature-card p {
    color: #fff;
}

.home__highlight-department__swiper .feature-card p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.home__highlight-department__swiper .feature-card p:last-child {
    margin-bottom: 0;
}

.home__highlight-department .swiper-buttons .swiper-button-next:hover:after,
.home__highlight-department .swiper-buttons .swiper-button-prev:hover:after {
    color: var(--primary-dark);
}

/* Department End*/
/* About  */
.block__brands {
    padding: 70px 0;
    position: relative;
    overflow: visible;
}

.block__brands:before {
    background-image: url(../images/bg-design.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    position: absolute;
    transform: scaleX(-1);
    height: 1430px;
    left: -38vw;
    top: -40%;
    width: 1695px;
    z-index: -1;
}

.container--1650 {
    margin: 0 auto;
    max-width: calc(100% - 60px);
    width: 1650px;
}

.block__brands__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.block__brands__header {
    display: flex;
    position: relative;
    width: calc(30% - 60px);
}

.block__brands__header h2 {
    width: 100%;
    font-weight: 200;
}

.block__brands__header .swiper-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 70px;
}

.block__brands .swiper-buttons {
    display: none;
}

.block__brands__controls {
    display: block;
    width: 33%;
}

.block__brands__controls .swiper-wrapper {
    max-height: 550px;
}

.block__brands__controls .swiper-slide p {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 0;
    transition: none !important;
    color: #000000;
    margin-top: 0;
    cursor: pointer;
}

.block__brands__controls .swiper-slide:nth-child(3) {
    min-height: 100px;
}

.block__brands__controls .swiper-slide.swiper-slide-thumb-active p {
    color: var(--primary);
}

.block__brands__list {
    flex-flow: row wrap;
    justify-content: space-between;
    display: flex;
    width: 33%;
}

.block__brands__list .swiper-wrapper {
    /* max-height: 550px; */
    max-height: 430px;
}

.block__brands__list .swiper-slide .image-container {
    height: 70px;
    margin: 0 0 50px;
    width: 200px;
}

.block__brands__list .swiper-slide .image-container img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.block__brands__list .swiper-slide p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 25px;
    width: 90%;
    color: #000000;
    margin: 0;
}

.block__brands__list .swiper-slide p:first-child {
    border-top: 1px solid #747473;
    padding: 25px 0;
}

.btn__primary--outline,
.btn__red--outline,
.search-submit__primary--outline,
.search-submit__red--outline,
button__primary--outline,
button__red--outline {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.block__brands__list .swiper-slide .btn {
    font-weight: 600;
}

/* About End */
/* Why Us */
.home__why {
    /* background-color: var(--primary-dark); */
    background-color: #dddddd;
    position: relative;
    z-index: 0;
    padding-bottom: 110px;
    padding-top: 250px;
}

.home__why:before {
    background-color: #fff;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    content: "";
    height: 200px;
    left: -88px;
    position: absolute;
    top: -50px;
    width: calc(100% + 176px);
    z-index: 10;
}

.home__why::after {
    background-color: #ff1616;
    background-image: url(../images/bg-design.svg);
    background-position-y: 90%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: -200px;
    position: absolute;
    z-index: -1;
    background-position-x: 130%;
    background-size: 68%;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    height: 450px;
    left: -250px;
    width: calc(100% + 520px);
}

.home__why__wrapper {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.home__why__header {
    margin-bottom: 0;
    margin-top: 0;
    width: 30%;
}

.home__why__header h2 {
    width: 80%;
    font-weight: 200;
    line-height: 54px;
}

.home__why .swiper-slide {
    background-color: #fff;
    border-radius: 35px 0 35px 35px;
    margin-bottom: -10px;
    padding: 30px;
}

.home__why .swiper-slide img,
.home__why .swiper-slide svg {
    height: 50px;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px;
}

.home__why .swiper-slide .card-title {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
}

.home__why .swiper-slide p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}



/* Why Us End */

/* Footer */
footer {
    background-color: #ffffff;
    color: #000000;
    position: relative;
    width: 100%;
    /* z-index: -1; */
}

footer:before {
    background-color: #e1e1e1;
    border-radius: 0 0 40% 0/0 0 40% 0;
    height: 100%;
    width: 45%;
    content: "";
    position: absolute;
    z-index: 0;
}

.container--1490 {
    margin: 0 auto;
    max-width: calc(100% - 60px);
    width: 1490px;
}

footer .footer-container {
    display: flex;
    flex-flow: row wrap;
    padding: 20px 0 70px;
}

footer .footer-container .brand-section {
    grid-area: brand-section;
    width: 100%;
    z-index: 1;
}

footer a {
    color: #000000;
}

footer a:hover {
    color: #000000 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

footer .footer-container .brand-section .brand-logo {
    display: block;
    margin: 0 0 50px;
    width: 185px;
}

footer .footer-container .brand-section .contact-section {
    /* margin: 50px 0; */
    margin: 20px 0 50px;
}

footer .footer-container .brand-section .contact-section a {
    /* display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: inherit; */
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}

footer .footer-container .brand-section .contact-section a.find-us {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    text-transform: capitalize;
}

footer .footer-container .brand-section .contact-section a.find-us:hover {
    color: var(--primary-dark) !important;
    text-decoration: underline;
}

footer .footer-container .brand-section .social-section {
    display: flex;
    margin: 25px 0;
}

footer .footer-container .brand-section .social-section a {
    height: 26px;
    margin-right: 20px;
    width: 26px;
}

footer .footer-container .brand-section .social-section a svg {
    height: 100%;
    width: 100%;
}

footer .footer-container .brand-section .social-section a:hover svg path {
    fill: var(--primary-dark) !important;
}

footer .footer-container .departments-section {
    grid-area: departments-section;
    padding-left: 60px;
    padding-top: 0;
    width: unset;
}

footer .footer-container .departments-section h5,
footer .footer-container .location-section h5,
footer .footer-container .menu-section h5 {
    color: #1f1f1f;
    margin-bottom: 20px;
}

footer .footer-container .departments-section ul li,
footer .footer-container .location-section ul li,
footer .footer-container .menu-section ul li {
    margin-bottom: 10px;
}

footer .footer-container .departments-section ul li a,
footer .footer-container .location-section ul li a,
footer .footer-container .menu-section ul li a {
    font-size: 14px;
}

footer .menu-item a {
    text-decoration: none;
    color: #444444;
}

footer .menu-item a:hover {
    color: var(--primary) !important;
    text-decoration: none;
}

footer .footer-container .menu-section {
    grid-area: menu-section;
    padding-left: 40px;
    padding-top: 0;
    width: unset;
}

footer .footer-container .location-section {
    /* font-size: 18px; */
    grid-area: location-section;
    padding-left: 25px;
    padding-top: 0;
    width: unset;
}

footer .footer-container .accreditations-section {
    display: flex;
    flex-flow: row wrap;
    grid-area: accreditations-section;
    justify-content: space-between;
    padding-left: 60px;
    width: 100%;
}

footer .footer-container .accreditations-section a {
    height: 60px;
}

footer .footer-container .accreditations-section img {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: none;
    width: 100px;
}

footer .footer-container .footnote-section {
    align-content: center;
    grid-area: footnote-section;
    display: flex;
    justify-content: unset;
    padding-top: 0;
    width: 100%;
    align-items: center;
    z-index: 1;
}

footer .footer-container .footnote-section .copyright-section {
    width: 50%;
}

footer .footer-container .footnote-section p,
footer .footer-container .footnote-section .legal-section .nav a,
footer .footer-container .footnote-section .made-section {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 16px;
}

footer .footer-container .footnote-section .legal-section {
    text-align: left;
    width: 25%;
}

footer .footer-container .footnote-section .legal-section .nav {
    display: flex;
    align-items: center;
}

footer .footer-container .footnote-section .legal-section .nav li:first-child {
    border-right: 1px solid #444;
    margin-right: 10px;
    padding-right: 10px;
}

footer .footer-container .footnote-section a {
    color: #444444 !important;
}

footer .footer-container .footnote-section .made-section {
    text-align: right;
    width: 25%;
}

/* Footer End */


/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
    height: auto !important;
}

.slider_sec .owl-nav {
    position: absolute;
    bottom: 15%;
    right: 3%;
    height: auto !important;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.slider_sec .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #d00004;
    color: #fff;
}

.banner_sec {
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner_sec .owl-item .item {
    padding: 120px 0 0;
}

.bg_aquamarine {
    /* background-color: gold; */
    background-color: #dbdbdbd4;
}

.bg_cream {
    /* background-color: #fbcfb1; */
    background-color: #ffe700;
}

.bg_green {
    background-color: #dcfc52;
}

.banner_sec div {
    height: 100% !important;
}

.banner_text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    /* padding-left: 116px; */
    padding-right: 30px;
    padding-top: 30px;
}

.banner_text h2 {
    /* font-size: 50px; */
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
}

.banner_sec .banner_text div {
    height: auto !important;
}

.banner_img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50% 50% 0 0;
}

.cstm_row {
    display: flex;
}

.certification_sec {
    width: 90%;
    margin: auto;
}

.certification_head {
    margin-top: 100px;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.certification_head h2 {
    color: #fff;
    font-weight: 200;
}

.certi_imgWrap {
    background: #ffffff;
    text-align: center;
    width: 150px;
    margin: auto;
    padding: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.client_sec .certi_imgWrap {
    padding: 10px;
}

.certi_imgWrap img {
    transition: all 0.3s ease-in-out;
}

.certi_imgWrap:hover img {
    transform: scale(1.1);
}

footer .navbar-brand {
    color: #ffffff !important;
}

header a {
    transition: unset;
}

.navbar-brand img {
    width: 150px;
}

.contact_item {
    margin-bottom: 16px;
}

.contact_item p {
    color: #000000;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.block__brands__list .swiper-slide h2 {
    font-size: 22px;
}

.page_header {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    height: 450px;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-top: 120px;
    z-index: 10;
}

.page_header picture {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.page_header picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.overlay {
    background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), rgba(29, 29, 27, .55) 70%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.page_header h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: clamp(3.0625rem, 2.0842391304rem + 3.2608695652vw, 4.9375rem);
    margin-top: 0;
    width: 50%;
}

.about__intro {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    z-index: 1;
    padding-top: 50px;
}

.about__sections:before {
    /* background-color: #fff;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    bottom: -75%;
    content: "";
    height: 275px;
    left: -55%;
    position: absolute;
    transform: scaleX(-1);
    width: 210%;
    z-index: -1; */

    background-color: #fff;
    border-radius: 0px 0px 50% 50% / 0px 0px 100% 100%;
    content: "";
    position: absolute;
    height: 460px;
    left: -50%;
    top: -18%;
    width: 200%;
    z-index: 1;
}

.home_about.about__sections:before {
    height: 270px;
    border-radius: 0px 0px 25% 25% / 0px 0px 100% 100%;
    content: unset;
}

/* .about__intro:before {
    background-color: #fff;
    border-radius: 0 0 100% 100%/0 0 35% 35%;
    bottom: -75%;
    content: "";
    height: 275px;
    left: 0%;
    position: absolute;
    transform: scaleX(-1);
    width: 100%;
    z-index: -1;
} */

.about__intro h2 {
    /* color: var(--primary); */
    color: #ed4747;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about__intro p {
    font-size: 14px;
    margin: 15px auto;
    width: 70%;
    letter-spacing: 0.5px;
    color: #000000;
    text-align: justify;
}

.about__intro p strong {
    color: var(--primary);
}

.container--1150 {
    margin: 0 auto;
    max-width: calc(100% - 60px);
    width: 1150px;
}

.about__sections {
    /* background-color: var(--primary); */
    background-color: #f2f2f2;
    padding: 50px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.about__sections__header {
    display: none;
}

.container--1380 {
    margin: 0 auto;
    max-width: calc(100% - 60px);
    width: 1380px;
}

.about__sections__section {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    /* margin-bottom: 50px; */
}

.about__sections__section__left {
    border-left: 1px solid var(--primary-dark);
    height: -moz-fit-content;
    height: fit-content;
    order: 2;
    padding-left: 15px;
    width: 100%;
}

.about__sections__section__left .section-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000000;
}

.about__sections__section__left .section-text {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin: 0 0 12px;
    letter-spacing: 0.5px;
}

.about__sections__section__right {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    order: 1;
    width: 100%;
}

.about__sections__section__right img {
    border-radius: 65px 0 65px 65px;
    height: 293px;
    max-width: 355px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.about__values {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 0;
}

.about__values__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    z-index: 0;
}

.about__values__header {
    width: 100%;
}

.about__values__header h2 {
    margin-bottom: 15px;
    margin-top: 0;
}

.about__values__header .slide-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 100px;
    width: 85%;
    color: #000000;
    margin-top: 0;
}

.about__values__header .slide-number {
    display: none;
}

.about__values__controls {
    bottom: unset;
    display: none;
    height: 465px;
    padding-right: 75px;
    position: relative;
    text-align: left;
    width: 100%;
}

.about__values__controls .swiper-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-right: 75px;
}

.about__values__controls .swiper-slide {
    align-items: center;
    border-top: 1px solid var(--primary-dark);
    display: flex;
    padding: 25px 0;
    width: calc(100% - 75px);
}

.about__values__controls .swiper-slide.swiper-slide-thumb-active,
.about__values__controls .swiper-slide:hover {
    cursor: pointer;
}

.about__values:after {
    background-image: url(../images/bg-design.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 500px;
    position: absolute;
    right: -50vw;
    top: -8vh;
    transform: scaleX(-1);
    width: calc(100% + 250px);
    z-index: -2;
}

.about__values__controls .swiper-slide h3 {
    font-family: myriad-pro, sans-serif;
    font-size: clamp(1.75rem, 1.5217391304rem + .7608695652vw, 2.1875rem);
    font-weight: 700;
    line-height: clamp(2.25rem, 1.9565217391rem + .9782608696vw, 2.8125rem);
    margin-bottom: 0;
}

.about__values__controls .swiper-slide.swiper-slide-thumb-active h3,
.about__values__controls .swiper-slide.swiper-slide-thumb-active p,
.about__values__controls .swiper-slide:hover h3,
.about__values__controls .swiper-slide:hover p {
    color: var(--primary);
}

.about__values__swiper {
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.about__values__swiper .swiper-wrapper {
    height: 465px;
}

.about__values__swiper .swiper-slide {
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap;
    width: 100% !important;
}

.about__values__swiper .swiper-slide__title {
    color: var(--primary);
    font-size: clamp(1.75rem, 1.5217391304rem + .7608695652vw, 2.1875rem);
    font-weight: 700;
    height: -moz-fit-content;
    height: fit-content;
    line-height: clamp(2.25rem, 1.9565217391rem + .9782608696vw, 2.8125rem);
    margin-bottom: 10px;
    margin-top: 25px;
    order: 2;
    width: 100%;
}

.about__values__swiper .swiper-slide__content {
    font-size: 18px;
    font-weight: 700;
    height: -moz-fit-content;
    height: fit-content;
    line-height: clamp(1.25rem, 1.1195652174rem + .4347826087vw, 1.5rem);
    margin-bottom: 30px;
    order: 3;
    width: 100%;
    margin-top: 0;
}

.about__values__swiper .swiper-slide svg {
    height: 45px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    order: 1;
    width: 45px;
}

.about__values__swiper .swiper-buttons {
    display: none;
}

.about__values__swiper .swiper-buttons .swiper-button-next,
.about__values__swiper .swiper-buttons .swiper-button-prev {
    position: relative;
}

.about__values__swiper .swiper-buttons .swiper-button-prev {
    left: 0;
}

.about__values__swiper .swiper-buttons .swiper-button-next:after,
.about__values__swiper .swiper-buttons .swiper-button-prev:after {
    color: var(--primary-dark);
    font-size: 25px;
    height: 25px;
    top: 0;
    transition: all .25s ease;
    width: 25px;
}

.about__values__swiper .swiper-buttons .swiper-button-prev:after {
    rotate: 90deg;
}

.about__values__swiper .swiper-buttons .swiper-button-next {
    right: 0;
    top: 100%;
}

.about__values__swiper .swiper-buttons .swiper-button-next:after {
    rotate: 90deg;
}

.about__values__wrapper .swiper-pagination {
    bottom: 30px;
    height: 3px;
    top: unset;
}

.about__values__wrapper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--primary-dark);
}

.btn:hover {
    border-color: var(--bs-btn-active-border-color);
}

.contact-content {
    background-color: #fff;
    background-image: url(../images/bg-design.svg);
    background-position-x: 320%;
    background-position-y: 120px;
    background-repeat: no-repeat;
    background-size: 1765px 1410px;
    overflow: hidden !important;
    z-index: 1;
}

.contact-content__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    overflow: visible !important;
    padding: 60px 0;
    z-index: 0;
}

.contact-content__left {
    width: 100%;
    z-index: 1;
}

.contact-content__left form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.contact-content__left form .form-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
}

.contact-content__left form .form-row--fname,
.contact-content__left form .form-row--lname {
    width: 100%;
}

.contact-content__left label {
    color: #000;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #cecccc;
    border-radius: 50px;
    display: block;
    font-size: 16px !important;
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}

textarea {
    border-radius: 20px !important;
    min-height: 125px;
    padding: 20px;
    outline: 0;
}

input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
    opacity: 0;
}

.contact-content__right {
    overflow: visible;
    width: calc(100% + 60px);
    z-index: 1;
}

.contact-content__right__info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /* margin-top: 25px; */
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.contact-content__right__info .info-section {
    font-size: 18px;
}

/* .contact-content__right__info .info-section.opening-times {
    margin-bottom: 0;
    width: 33%;
} */

.contact-content__right__info .info-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-content__right__info .info-section.company-address div {
    line-height: 24px;
    margin-bottom: 10px;
}

.contact-content__right__info .info-section.company-address div:last-child {
    margin-bottom: 0;
}

.contact-content__right__info .info-section.company-address div h5 {
    color: var(--primary-dark);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
    margin-top: 0;
}

.contact-content__right__info .info-section.contact-info p {
    color: var(--primary-dark);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
    margin-top: 0;
}

.contact-content__right__info .info-section.contact-info {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
    width: 100%;
}

.contact-content__right__info .info-section.contact-info a {
    color: var(--primary-dark);
    /* display: block; */
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    text-transform: inherit;
}

.bg_lightgreen {
    background-color: #fcc952;
}

.page-header__breadcrumbs {
    background-color: #fff;
    margin-top: 77px;
}

.page-header__breadcrumbs ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    padding: 10px 0;
}

.page-header__breadcrumbs ul a,
.page-header__breadcrumbs ul li,
.page-header__breadcrumbs ul p {
    color: #b3b3b2;
    font-size: clamp(.75rem, .6847826087rem + .2173913043vw, .875rem);
    line-height: clamp(.875rem, .8097826087rem + .2173913043vw, 1rem);
}

.page-header__breadcrumbs ul .seperator {
    margin: 0 12px 0 8px;
}

.page-header__breadcrumbs ul p {
    color: var(--primary-dark);
    margin: 0;
}

.product_detail:before {
    background-image: url(../images/bg-design__dark.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100vh;
    left: -95%;
    position: absolute;
    top: -5%;
    width: 200%;
    z-index: -1;
}

.container--1920 {
    margin: 0 auto;
    max-width: calc(100% - 60px);
    width: 1920px;
}

.single_product,
.product_detail:before {
    background: #ffffff;
}

.product_detail .product-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.product_listing.product_detail .product-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 8px 1px #0000002b;
}

.product_detail .product-content__left,
.product_detail .product-content__right {
    width: 100%;
}

.product_detail .product-content__left__header {
    display: block;
}

.product_detail .product-content__swiper .swiper-slide__container {
    background-color: #fff;
    border-radius: 50px 0 50px 50px;
    height: 350px !important;
    margin: 0 auto;
    max-width: 350px;
    padding: 50px;
    width: 100% !important;
}

.product_detail .product-content__swiper .swiper-slide__container img {
    height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.product_detail .product-content__controls {
    margin-top: 30px;
    width: 100%;
}

.product_detail .product-content__controls__wrapper {
    width: 80%;
}

.product_detail .product-content__controls .swiper-slide {
    opacity: .75;
}

.product_detail .product-content__controls .swiper-slide__container {
    background-color: #fff;
    border-radius: 10px;
    /* height: 100px;
    padding: 20px; */
    width: 85px;
    height: 85px;
    padding: 0;
    overflow: hidden;
}

.product_detail .product-content__controls .swiper-slide__container img {
    height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.product_detail .product-content__controls .swiper-slide-thumb-active {
    opacity: 1 !important;
}

.product_detail .product-content__controls .swiper-button-next:after,
.product_detail .product-content__controls .swiper-button-prev:after {
    color: var(--primary) !important;
    font-size: 25px;
    height: 25px;
    width: 25px;
}

.product_detail .product-content__controls .swiper-button-next.swiper-button-disabled:after,
.product_detail .product-content__controls .swiper-button-prev.swiper-button-disabled:after {
    color: var(--primary-dark) !important;
}

.product_detail .product-content__content {
    padding: 30px 0;
    width: 100%;
}

/* .product_detail .product-content__content h1,
.product_detail .product-content__content .product-code,
.product_detail .product-content__content .btn {
    display: none;
} */
.product_detail .product-content__content h1 {
    color: var(--primary);
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    width: 85%;
    margin-top: 0;
}

.product_detail .product-content__content__description {
    width: 100%;
}

.product_detail .product-content__content__description p {
    font-size: 16px;
    font-weight: 400;
    line-height: clamp(1.3125rem, 1.214673913rem + .3260869565vw, 1.5rem);
    margin-bottom: 15px;
}

.product_listing.product_detail .product-content__content__description p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.product_detail .product-content__content__description .full-text.show,
.product_detail .product-content__content__description .short-text {
    display: block;
}

.product_detail .product-content__content__description .full-text {
    display: none;
}

.product_detail .product-content__content__description .read-less,
.product_detail .product-content__content__description .read-more,
.product_detail .product-content__content__description .read-less1,
.product_detail .product-content__content__description .read-more1 {
    font-size: 12px;
    font-weight: 600;
    line-height: clamp(1.3125rem, 1.214673913rem + .3260869565vw, 1.5rem);
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #000000;
    cursor: pointer;
}

.product_detail .product-content__content__description .read-less:hover,
.product_detail .product-content__content__description .read-more:hover {
    cursor: pointer;
}

.product_detail .product-content__content__description .short-text.hide {
    display: none;
}

.product_detail .product-content__info {
    margin: 50px auto 0;
}

.product_detail .product-content__info--desktop,
.product_detail .product-content__info__tabs {
    display: none;
}

.product_detail .product-content__info__content__wrapper,
.product_detail .product-content__info__tabs__wrapper {
    margin: 0 auto;
}

.product_detail .product-content__info__tabs__wrapper {
    display: flex;
    flex-flow: row wrap;
}

.product_detail .product-content__info__tabs__wrapper .info-tab {
    background-color: #f9f9f9;
    border-right: 1px solid #cccccc;
    flex: 1;
    padding: 14px 0;
    text-align: center;
}

.product_detail .product-content__info__tabs__wrapper .info-tab:last-child {
    border-right: 0;
}

.product_detail .product-content__info__tabs__wrapper .info-tab:hover {
    cursor: pointer;
}

.product_detail .product-content__info__tabs__wrapper .info-tab--active {
    background-color: #ffde55;
    border-right: 0;
}

.product_detail .product-content__info__tabs__wrapper .info-tab p {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}

.product_detail .product-content__info__tabs__wrapper .info-tab--active p {
    color: #000000;
}

.product_detail .product-content__info__content {
    background: #fff;
    display: none;
}

.product_detail .product-content__info__content .info-panel {
    display: none;
}

.product_detail .product-content__info__content .info-panel--active {
    display: block;
}

.product_detail .product-content__info__content #delivery-panel p,
.product_detail .product-content__info__content #delivery-panel ul,
.product_detail .product-content__info__content #description-panel p,
.product_detail .product-content__info__content #description-panel ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 50px;
    color: #000000;
}

.product_detail .product-content__info__content #downloads-panel .info-panel__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.product_detail .product-content__info__content #downloads-panel .downloads-panel__item {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 16px 50px;
}

.product_detail .product-content__info__content #downloads-panel .downloads-panel__item svg {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 60px;
}

.product_detail .product-content__info__content #downloads-panel .downloads-panel__item__content {
    width: calc(100% - 75px);
}

.product_detail .product-content__info__content #downloads-panel .downloads-panel__item__content a,
.product_detail .product-content__info__content #downloads-panel .downloads-panel__item__content p {
    line-height: 20px;
    margin: 0;
    font-size: 14px;
}

.product_detail .product-content__info__content #downloads-panel .downloads-panel__item__content .item-title {
    font-weight: 700;
}

.product_detail .product-content__info__content #downloads-panel .downloads-panel__item__content .item-size {
    opacity: .5;
}

.product_detail .product-content__info__content #downloads-panel .downloads-panel__item__content .item-actions a {
    color: var(--primary-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 14px;
}

.product_detail .product-content__info__content #downloads-panel .downloads-panel__item__content .item-actions {
    font-size: 14px;
}

.page_wrapper:after {
    background-image: url(../images/bg-design.svg);
    background-repeat: no-repeat;
    background-size: 200%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100px;
    transform: scaleX(-1);
    width: 400px;
    z-index: -1;
}

.sustain__section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-bottom: 150px;
}

.sustain__section__left {
    transition: none !important;
    width: 100%;
}

.sustain__section__left .image-container {
    height: 235px;
    width: 100%;
}

.sustain__section__left .image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.sustain__section__right {
    padding: 30px;
    width: 100%;
}

.sustain__section__right__wrapper {
    position: relative;
}

.sustain__section__right__wrapper .read-more-sus {
    display: none;
}

.sustain__section__right__wrapper:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 90%);
    bottom: 0;
    content: "";
    height: 125px;
    position: absolute;
    width: 100%;
}

.sustain__section__right h3 {
    color: var(--primary);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px;
}

.sustain__section__right .section-intro {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.sustain__section__right p {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.sustain__section:nth-child(2) {
    position: relative;
}

.products-container {
    margin: 50px auto;
}

.products-container .products {
    display: grid;
    gap: 60px 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
}

.products-container .product-card {
    width: 100% !important;
}

.products-container .product-card .product-name {
    color: var(--primary-dark);
}

/* megamenu */
.subnav-columm li {
    padding: 0 10px;
    width: 100%;
    /* margin: 0 !important; */
}

.sub_mega li {
    display: block;
    margin: 0 !important;
    padding: 2px 0;
    position: relative;
    width: auto !important;
}


.drop-btn .subnav .nav-link {
    font-size: 12px;
    padding: 5px 0;
    margin: 0 5px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
}

.drop-btn .subnav .sub_mega .nav-link {
    font-size: 12px;
    padding: 0;
    margin: 3px 5px;
    display: block;
    font-weight: 400;
    color: #656565;
    transition: .6s;
}

/* megamenu end */

.category_heading {
    padding: 50px 0 20px;
}

.category_heading h3 {
    color: #ff1616;
    font-size: 34px;
    text-transform: capitalize;
    letter-spacing: 1px;
    /* border-bottom: 3px solid #ff1616; */
    display: inline-block;
}

/* .insize {
    max-width: 600px;
} */
.owl-thumb-item {
    opacity: .4;
}

.owl-thumb-item.active,
.owl-thumb-item:hover {
    opacity: 1;
}

.product_detail_img .owl-thumbs .owl-thumb-item {
    height: 100px;
    width: 100px;
    max-width: 100px;
    /* background: transparent; */
    border: none;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #000000;
    margin: 0 0 10px;
}

.product_detail_img .owl-thumbs .owl-thumb-item img {
    max-width: 100%;
    height: auto;
}

.product_listing .category_heading {
    padding: 80px 0 20px;
}

.client_sec {
    background-color: #ffffff;
    padding: 50px 0;
}

.client_sec:not(.certification_home) .certi_imgWrap {
    position: relative;
    background: rgb(247 247 247 / 11%);
}

.client_sec:not(.certification_home) .certi_imgWrap::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(206, 206, 206, .1);
    z-index: 1;
}

.client_sec .certification_head h2 {
    color: #000000;
}

.client_sec .certification_head {
    margin-top: 0;
}

.main_text {
    font-family: Cocosignum-Maiuscoletto;
    color: #ff1616;
    text-transform: uppercase;
}

.product_slide.owl-carousel .owl-item img {
    border: 1px solid #000000;
}

.modal-content::before {
    content: unset !important;
}

.modal-content.product_listing.product_detail {
    /* background: #ffffff; */
    padding: 30px;
    /* border-radius: 25px;
    margin-bottom: 40px; */
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 0 8px 1px #0000002b;
}

.modal-content .btn-close {
    position: absolute;
    right: 23px;
    top: 10px;
    margin: 0;
    box-shadow: unset !important;
}

.modal-content.product_listing.product_detail .product-content {
    margin: 0;
    padding: 0;
    box-shadow: unset;
}

.info-panel__wrapper div {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    margin-left: 0 !important;
}

.modal-content.product_detail .product-content__content,
.modal-content.product_detail .product-content__content__description {
    width: 100%;
}

.modal-content.product_listing.product_detail .product-content__content__description {
    margin-top: 0;
}

.home_page .modal-content {
    border-radius: 0;
    border: 0;
}

.modal-content input,
.modal-content textarea {
    height: auto;
    border-radius: 0 !important;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 6px 8px;
    color: #333;
    border: 1px solid transparent;
    border-bottom-color: #ededed;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px !important;
    box-shadow: unset !important;
}

.modal-content input::placeholder {
    opacity: 1;
}

.modal-content .form-control:focus {
    border-color: #1f1f1f !important;
}

.home_page .modal-header {
    padding: 10px;
}

.home_page .modal-title {
    margin: 0;
    font-size: 16px;
    width: 80%;
}

.home_page .modal-content .btn-close {
    top: 5px;
    right: 5px;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.navbar-toggler,
.btn-close {
    padding: 0;
    border: 0;
    margin: 0;
    box-shadow: unset !important;
}

.navbar .container-fluid,
.full_container {
    padding: 0 20px;
}

.menu-expand {
    line-height: 50;
    top: -5px;
    width: 24px;
    height: 44px;
    right: 0;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #000000;
    -webkit-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition: 250ms ease-out;
}

.menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #000000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

li.nav-item.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-brand {
    background: #ff1616;
    margin: 0;
    padding: 10px 20px;
    line-height: 0;
    display: inline-block;
}

/* custom logo */
.navbar {
    position: relative;
    padding: 15px 0;
}

header .navbar-brand:not(.offcanvas-header .navbar-brand) {
    /* position: absolute; */
    /* top: 0; */
    padding: 0;
}

header .navbar-brand:not(.offcanvas-header .navbar-brand) img {
    width: 270px;
    object-fit: cover;
    height: 90px;
}

footer .navbar-brand {
    padding: 0;
}

footer .navbar-brand img {
    width: 130px;
}

@media(max-width:767px) {
    .navbar {
        padding: 8px 0;
    }

    /* .navbar .container-fluid {
        justify-content: end;
    } */

    header .navbar-brand:not(.offcanvas-header .navbar-brand) {
        left: 20px;
    }

    header .navbar-brand:not(.offcanvas-header .navbar-brand) img {
        width: 145px;
        height: 50px;
        object-position: -20px;
    }

    footer .navbar-brand img {
        width: 100px;
    }

    .offcanvas-header .navbar-brand {
        padding: 0;
    }

    .offcanvas-header .navbar-brand img {
        width: 80px;
    }

    .offcanvas-header {
        align-items: baseline;
        padding: 10px 16px;
    }
}

.typewriter h2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.typewriter .letter {
    display: inline-block;
    /* line-height: 1em; */
    transform-origin: 0 0;
}

.certification_home {
    background: #f2f2f2;
    margin-bottom: -60px;
}

.certification_home .certi_imgWrap {
    padding: 25px;
}

::-webkit-scrollbar {
    width: 5px;
    background: #d7d7d7;
    /* make scrollbar transparent */
}

::-webkit-scrollbar-thumb {
    background-color: #c30000;
}

.home__why:not(.page_wrapper .home__why)::before {
    background-color: #f2f2f2;
}

.info-panel__wrapper p span {
    border: 1px solid #000000;
    margin: 0 3px;
    font-size: 12px;
    border-radius: 5px;
    width: 40px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.info-panel__wrapper ul li {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000;
    padding-left: 20px;
    font-family: "Montserrat", sans-serif;
}

.info-panel__wrapper ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-left: -18px;
    width: 15px;
    color: #c30000;
}

.product_detail .btn__dark,
.single_product .submit-btn {
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px !important;
    min-width: unset;
    height: auto;
    line-height: normal;
    background-color: #000000;
    border-color: #000000;
}

.product_detail .btn__dark:hover,
.single_product .submit-btn:hover {
    color: #000000;
    background-color: transparent;
}

.product_detail .product-content__content h1 {
    color: #c30000;
    font-size: 26px;
    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}

.modal-content.product_detail .product-content__content p {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    color: #1f1f1f;
}

.product_detail_img {
    position: sticky;
    top: 0;
}


.modal-content .product_slide.owl-carousel .owl-item img {
    width: 80% !important;
    margin: 0 auto 8px;
}

.modal-content .product_slide .owl-thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_detail_img .owl-thumbs .owl-thumb-item {
    height: 90px;
    width: 90px;
    margin: 0 3px;
}

.right_btn {
    background: #000000;
    padding: 7px 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    transition: .3s ease-in-out;
}

.right_btn:hover {
    background: transparent;
    border-color: #ffffff;
}

.social-section svg path {
    fill: #000;
}

.service_sec.about__sections:before {
    content: unset;
}

.service_sec.about__sections {
    padding: 0;
}

.description-banner-spacing p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.page_wrapper .home__why {
    padding-top: 80px;
}

.page_wrapper .home__why:before {
    background-color: transparent;
}

.page_wrapper .home__why .swiper-slide:nth-child(2),
.page_wrapper .home__why .swiper-slide:nth-child(5) {
    margin-top: 0;
}

.why_choose .home__why__card img,
.why_choose .home__why__card svg {
    height: 50px;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px;
}

.why_choose .home__why__card {
    background-color: #f5f5f5;
    border-radius: 35px 0 35px 35px;
    padding: 30px;
    margin: 25px auto;
    width: 95%;
    min-height: 226px;
    max-height: 300px;
}

.why_choose .home__why__card h4 {
    font-size: 20px;
}

.why_choose .home__why__card p {
    font-size: 16px;
    line-height: 22px;
}

.why_choose .home__why__card:hover {
    background: linear-gradient(90deg, rgb(212 255 122) 0%, rgb(255 95 95) 83%);
}

.why_choose .home__why__card:hover p {
    color: #000000;
}

.blog_sec {
    padding: 60px 50px;
}

.blog_wrap {
    /* margin-bottom: 35px; */
    padding: 20px 8px;
}

.blog-grid-image {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0;
}

.blog-grid-image>a {
    display: block;
}

.blog-metro-image img {
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) 0.4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) 0.4s;
    transition: all cubic-bezier(.4, 0, .2, 1) 0.4s;
}

.blog_wrap:hover .blog-metro-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.blog-grid-content {
    background-color: rgba(136, 136, 136, .05);
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: left;
    min-height: 180px;
    max-height: 250px;
}

.blog-grid-headline {
    margin: 0;
}

.blog-grid-headline a {
    color: #000000;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    line-height: 26px;
    display: block;
    font-family: 'Alata';
}

.blog-grid-headline a:hover {
    color: var(--primary);
}

.blog-grid-content p {
    font-size: 16px;
}

.blog_detail {
    padding: 50px 30px;
    overflow: visible;
}

.blog_banner {
    border-radius: 20px;
    overflow: hidden;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.blog_text h1 {
    font-size: 26px;
    font-family: 'Alata';
    margin: 30px 0 20px;
}

.blog_text p {
    font-size: 14px;
    color: #686868;
    margin-bottom: 20px;
}

.blog_text h2,
.blog_text h3 {
    font-size: 20px;
    font-family: 'Alata';
    padding-top: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 30px;
}

.blog_text ol,
.blog_text ul {
    padding-left: 20px;
}

.blog_text li {
    list-style: auto;
    padding-left: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #686868;
}

.blog_text li strong {
    color: #1f1f1f;
}

.blog_text ul li {
    list-style: disc;
    padding-left: 0;
}

.blog_detail .single-widget {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    background: #fff;
    padding-left: 12px;
}

.single-widget .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #ff1616;
}

.single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: inline-flex;
    padding: 15px 0;
    align-items: center;
}

.single-post .image img {
    width: 80px;
    height: 80px;
}

.single-post .content {
    padding-left: 15px;
}

.single-post .content h5 a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #000000;
    font-family: 'Alata';
}

.blog_detail blockquote {
    font-size: inherit;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 25px;
    padding: 0 0 0 32px;
    position: relative;
}

.blog_detail blockquote:after {
    background-image: url(../images/blockquote.svg);
    height: 11px;
    top: 9px;
    width: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
}

.blog_detail blockquote p {
    color: #2c2c2c;
}

.blog_text p strong {
    color: #1f1f1f;
}

.collage_sec {
    background-color: #f2f2f2;
}

.collage_sec .col-md-2 {
    padding: 0 4px;
}

.collage_img {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.collage_img img {
    height: 310px;
    object-fit: cover;
    object-position: center;
    transform: scale(.95);
    transition: all 0.5s ease-in-out;
}

.collage_img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(206, 206, 206, .1);
    z-index: 1;
}


.collage_img:hover img {
    transform: scale(1.1);
}

.slider_sec {
    margin-top: 120px;
}

.slider_sec .slider_img {
    position: relative;
}

.slider_sec .banner_text {
    position: absolute;
    top: 0;
    width: 50%;
    padding: 50px;
}

.slider_sec .slider_img:before {
    content: '';
    background: #00000052;
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner_right .banner_text {
    right: 0;
    /* text-align: right; */
}

.description-banner-spacing p {
    font-size: 18px;
    line-height: 28px;
}

.contact_item h5 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.contact_item p strong {
    font-weight: 400;
}

.faq_sec {
    padding: 60px 50px;
}

.faq_sec .accordion-item {
    border-radius: 0;
    border: 0;
}

.faq_sec .accordion-item:first-of-type .accordion-button {
    border-top: 1px solid #cecccc;
    border-radius: 0;
}

.faq_sec .accordion-button {
    border-bottom: 1px solid #cecccc;
    font-size: 16px;
    box-shadow: unset;
    font-weight: 700;
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 20px;
    border-radius: 0 !important;
}

.faq_sec .accordion-button:hover {
    color: #ff1616;
}

.faq_sec .accordion-header {
    margin: 0;
}

.faq_sec .accordion-button::after {
    content: '\f067';
    background-image: none;
    color: #000000;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    transform: unset;
    height: auto;
    text-align: right;
    font-size: 20px;
    color: #ff1616;
}

.faq_sec .accordion-button:not(.collapsed)::after {
    content: '\f068';
}

.faq_sec .accordion-button:not(.collapsed) {
    background: #f3f3f3;
    color: #0d0d0d;
}

.faq_sec .accordion-body {
    font-size: 14px;
    border-bottom: 1px solid #cecccc;
}

.testi_sec .card {
    border: 0;
    box-shadow: 0 4px 6px 3px #56565626;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.testi_sec .card-body {
    padding: 35px 25px;
}

.testi_sec .card-body svg {
    width: 135px;
    position: absolute;
    color: #5a5a5a;
    opacity: 0.25;
    top: -5px;
    right: -8px;
}

.testi_sec .card-body p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 22px;
}

.testi_sec .card-body h5 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

.testi_sec .card-body h6 {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #646464 !important;
    font-weight: 400;
    margin-top: 5px;
}