@font-face {
    font-family: 'Mont-Heavy';
    src: url('../fonts/mont/Mont-Heavy.otf') format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-HeavyItalic';
    src: url('../fonts/mont/Mont-HeavyItalic.otf') format("opentype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Mont-Black';
    src: url('../fonts/mont/Mont-Black.otf') format("opentype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-BlackItalic';
    src: url('../fonts/mont/Mont-BlackItalic.otf') format("opentype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Mont-Bold';
    src: url('../fonts/mont/Mont-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-BoldItalic';
    src: url('../fonts/mont/Mont-BoldItalic.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Mont-SemiBold';
    src: url('../fonts/mont/Mont-SemiBold.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-SemiBoldItalic';
    src: url('../fonts/mont/Mont-SemiBoldItalic.otf') format("opentype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Mont-Book';
    src: url('../fonts/mont/Mont-Book.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-BookItalic';
    src: url('../fonts/mont/Mont-BookItalic.otf') format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Mont-Regular';
    src: url('../fonts/mont/Mont-Regular.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-RegularItalic';
    src: url('../fonts/mont/Mont-RegularItalic.otf') format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Mont-Light';
    src: url('../fonts/mont/Mont-Light.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-LightItalic';
    src: url('../fonts/mont/Mont-LightItalic.otf') format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Mont-Thin';
    src: url('../fonts/mont/Mont-Thin.otf') format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-ThinItalic';
    src: url('../fonts/mont/Mont-ThinItalic.otf') format("opentype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Mont-Hairline';
    src: url('../fonts/mont/Mont-Hairline.otf') format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-HairlineItalic';
    src: url('../fonts/mont/Mont-HairlineItalic.otf') format("opentype");
    font-weight: 100;
    font-style: italic;
}


body {
    font-family: 'Mont-Regular';
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.fw-100 {
    font-weight: 100;
    font-family: 'Mont-Hairline';
    font-style: normal;
}

.fw-100-i {
    font-weight: 100;
    font-family: 'Mont-HairlineItalic';
    font-style: italic;

}

.fw-200 {
    font-family: 'Mont-Thin';
    font-weight: 200;
    font-style: normal;
}

.fw-200-i {
    font-family: 'Mont-ThinItalic';
    font-weight: 200;
    font-style: italic;
}

.fw-300 {
    font-family: 'Mont-Light';
    font-weight: 300;
    font-style: normal;
}

.fw-300-i {
    font-family: 'Mont-LightItalic';
    font-weight: 300;
    font-style: italic;
}

.fw-400 {
    font-family: 'Mont-Regular';
    font-weight: 400;
    font-style: normal;
}

.fw-400-i {
    font-family: 'Mont-RegularItalic';
    font-weight: 400;
    font-style: italic;
}

.fw-500 {
    font-family: 'Mont-Book';
    font-weight: 500;
    font-style: normal;
}

.fw-500-i {
    font-family: 'Mont-BookItalic';
    font-weight: 500;
    font-style: italic;
}

.fw-600 {
    font-family: 'Mont-SemiBold';
    font-weight: 600;
    font-style: normal;
}

.fw-600-i {
    font-family: 'Mont-SemiBoldItalic';
    font-weight: 600;
    font-style: italic;
}

.fw-700 {
    font-family: 'Mont-Bold';
    font-weight: 700;
    font-style: normal;
}

.fw-700-i {
    font-family: 'Mont-BoldItalic';
    font-weight: 700;
    font-style: italic;
}

.fw-800 {
    font-family: 'Mont-Black';
    font-weight: 800;
    font-style: normal;
}

.fw-800-i {
    font-family: 'Mont-BlackItalic';
    font-weight: 800;
    font-style: italic;
}

.fw-900 {
    font-family: 'Mont-Heavy';
    font-weight: 900;
    font-style: normal;
}

.fw-900-i {
    font-family: 'Mont-HeavyItalic';
    font-weight: 900;
    font-style: italic;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
    line-height: 1.7 !important;
}

h6 {
    font-size: 15px;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mont-Light';
    font-weight: 300;
    line-height: 1.2;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

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

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

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

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ms-15 {
    margin-left: 15px;
}

.ms-30 {
    margin-left: 30px;
}

.ms-40 {
    margin-left: 40px;
}

.ms-50 {
    margin-left: 50px;
}

.ms-60 {
    margin-left: 60px;
}

.ms-70 {
    margin-left: 70px;
}

.ms-80 {
    margin-left: 80px;
}

.ms-90 {
    margin-left: 90px;
}

.ms-100 {
    margin-left: 100px;
}

.me-15 {
    margin-right: 15px;
}

.me-30 {
    margin-right: 30px;
}

.me-40 {
    margin-right: 40px;
}

.me-50 {
    margin-right: 50px;
}

.me-60 {
    margin-right: 60px;
}

.me-70 {
    margin-right: 70px;
}

.me-80 {
    margin-right: 80px;
}

.me-90 {
    margin-right: 90px;
}

.me-100 {
    margin-right: 100px;
}

.mt-0 {
    margin-top: 0px;
}

.ms-40 {
    margin-left: 0px;
}

.me-0 {
    margin-right: 0px;
}

.m-0 {
    margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-15 {
    padding-left: 15px;
}

.ps-30 {
    padding-left: 30px;
}

.ps-40 {
    padding-left: 40px;
}

.ps-50 {
    padding-left: 50px;
}

.ps-60 {
    padding-left: 60px;
}

.ps-70 {
    padding-left: 70px;
}

.ps-80 {
    padding-left: 80px;
}

.ps-90 {
    padding-left: 90px;
}

.ps-100 {
    padding-left: 100px;
}

.pe-15 {
    padding-right: 15px;
}

.pe-30 {
    padding-right: 30px;
}

.pe-40 {
    padding-right: 40px;
}

.pe-50 {
    padding-right: 50px;
}

.pe-60 {
    padding-right: 60px;
}

.pe-70 {
    padding-right: 70px;
}

.pe-80 {
    padding-right: 80px;
}

.pe-90 {
    padding-right: 90px;
}

.pe-100 {
    padding-right: 100px;
}

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

.ps-40 {
    padding-left: 0px;
}

.pe-0 {
    padding-right: 0px;
}

.p-0 {
    padding: 0px;
}


nav.navbar {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 25px 43px 25px 25px;
}

.navbar-light .navbar-nav .nav-link {
    padding-right: 15px;
    font-family: 'Mont-SemiBold';
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    position: relative;
    padding-left: 15px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .show>.nav-link::before,
.navbar-light .navbar-nav .nav-link.show::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0px;
    height: 2px;
    z-index: 1;
    border: none;
    width: 100%;
    background-color: #d63150;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-item {
    position: unset;
}

.navbar-light .navbar-brand {
    color: #fff;
    margin-right: 45px;
    max-width: 196px;
}

.navbar-light .navbar-nav .dropdown-menu {
    width: 1320px;
    left: 50%;
    top: 92px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 15px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 40px;
    transform: translate(-50%, -0%);
}

.hide-desktop {
    display: none;
}



.btn {
    padding: 10px 30px;
    border: none;
    border-radius: 0px;
    position: relative;
    white-space: nowrap;
    height: 44px;
    font-family: 'Mont-Book';
    font-weight: 500;
}

.btn:after {
    content: "";
    width: 18px;
    height: 44px;
    display: block;
    position: absolute;
    right: -9px;
    top: 0;
    transform: skew(-20deg, 0deg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}



.btn-primary {
    background: #d63150;
    color: #fff;
}

.btn-primary:after {
    background: #d63150;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #be2944;
}

.btn-primary:hover:after,
.btn-primary:focus:after {
    background: #be2944;
}



.text-primary {
    color: #d63150 !important;
}

.bg-primary {
    background-color: #d63150 !important;
}

.btn:hover,
.btn:focus {
    box-shadow: none !important;
}


.btn-outline-light {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transition: color .0s ease-in-out, background-color .0s ease-in-out, border-color .0s ease-in-out, box-shadow .0s ease-in-out;
}

.btn-outline-light:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: -1px;
    height: 44px;
    transition: color .0s ease-in-out, background-color .0s ease-in-out, border-color .0s ease-in-out, box-shadow .0s ease-in-out;
    border-top: 1px solid #fff;
}



.btn-outline-light:hover:after,
.btn-outline-light:focus:after {
    background: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    background: #fff;
    color: #000;
}



.btn-outline-dark {
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    transition: color .0s ease-in-out, background-color .0s ease-in-out, border-color .0s ease-in-out, box-shadow .0s ease-in-out;
}

.btn-outline-dark:after {
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    top: -1px;
    height: 45px;
    transition: color .0s ease-in-out, background-color .0s ease-in-out, border-color .0s ease-in-out, box-shadow .0s ease-in-out;
    border-top: 1px solid #333333;
}

.btn-outline-dark.btn-left-arrow::after {
    border-left: 1px solid #333333;
}

.btn-outline-dark.btn-left-arrow {
    border-right: 1px solid #333333;
}

.btn-outline-dark:hover:after,
.btn-outline-dark:focus:after {
    background: #333333;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #333333;
    color: #fff;
}


.btn-left-arrow {
    border-left: unset;
    border-right: 1px solid #fff;
}

.btn-left-arrow::after {
    left: -9px;
    right: unset;
    border-right: unset;
    border-left: 1px solid #fff;
}

.bg-light {
    background-color: #EAEAEA !important;
}






.hero-carousel .carousel-item img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    text-align: left;
    position: relative;
    left: 0px;
    padding: 295px 100px 200px 100px;
    bottom: 0;
    z-index: 3;
}

.slider-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.carousel-caption .slider-buttons p:hover {
    background: #d63150 !important;
    border: 1px solid #d63150;
    transition: 0.3s;
}

.slider-buttons p {
    background: transparent;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 3px 25px 12px;
    width: 240px;
    text-align: center;
}

.slider-buttons p a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Mont-Bold';
    font-weight: 700;
}

.carousel-item {
    position: relative;
}

.carousel-item img:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 999;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 200px solid #dc354582;
}

button.carousel-control-prev {
    position: absolute;
    bottom: 30px;
    right: 247px;
    font-size: 27px;
    opacity: 1;
    top: unset;
    padding: 0;
    left: unset;
    width: auto;
    z-index: 3;
}

button.carousel-control-next {
    position: absolute;
    bottom: 30px;
    right: 190px;
    padding: 0;
    font-size: 27px;
    opacity: 1;
    top: unset;
    width: auto;
    left: unset;
    z-index: 3;
}

.slider-buttons p:first-child {
    position: relative;
}

.carousel-inner::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 180px solid #ffffff;
}

button.carousel-control-next span {
    display: none;
}

button.carousel-control-prev span {
    display: none;
}

.btn-icon {
    margin: 0;
    font-size: 18px;
    padding: 5px;
    box-shadow: none !important;
}

.btn-icon::after {
    display: none;
}

.btn-light {
    background-color: #fff;
}

.btn-light:after {
    background: #fff;
}

.btn-light:hover:after,
.btn-light:focus:after {
    background-color: #f9fafb;
}

section {
    padding: 50px 0px;
}

.carousel-indicators {
    display: none;
}

.product-search-card {
    background: #D63150;
    padding: 25px 60px 25px 50px;
    color: #fff;
}

section.product-search {
    padding-bottom: 0px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}

.search-box input {
    width: 100%;
    height: 44px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 35px;
}

.search-box input:focus-visible {
    outline: none !important;
}


.search-box {
    position: relative;
    display: flex;
}

.search-box i {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 16px;
}

.approch-section .injection-icon {
    max-width: 65px;
}



.supplier-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.achievement {
    position: relative;
    padding-top: 160px;
}

.bg-light-50 {
    background: linear-gradient(to top, #fff 50%, #EAEAEA 50%);
}

.achievement h5.cras {
    max-width: 450px;
    padding-left: 10px;
    position: relative;
}

.achievement h3 strong {
    font-weight: 500;
    color: #d63150;
}

.achievement img {
    width: 100%;
    height: 100%;
    min-height: 550px;
    object-fit: cover;
}

.achievement .col-md-4 {
    position: relative;
}

.product-category {
    position: relative;
}

.product-category .text {
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 3;
    margin-left: 0px;
    padding: 0 50px 30px 50px;
    width: 100%;
}

.product-category:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 200px solid rgba(214, 49, 80, 0.3);
}

.product-category::before {
    position: absolute;
    content: "";
    height: 70%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
    z-index: 1;
    left: 0;
}

.text:hover .btn {
    display: block;
}

.text .btn {
    display: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bsp-4 {
    border-left: 4px solid #d63150;
    padding: 0 0 0 20px;
}

.vision-section {
    margin-left: -250px;
    padding-right: 100px;
}

.vision-card {
    background: #d63150;
    color: #fff;
    padding: 30px;
}

.row.vision {
    margin-top: 87px;
    position: relative;
    left: -80px;
}

.vision-card .vision-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 10px;
}

.approch-section {
    padding: 0 100px;
}

.shadow-effect {
    background: #fff;
    padding: 40px;
    width: 60%;
    position: absolute;
    text-align: left;
    left: 40px;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
    bottom: -40px;
}

#customers-testimonials .item .btn-icon {
    padding: 0;
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 2;
    width: 65px;
}

#customers-testimonials .owl-stage-outer {
    padding-bottom: 100px;
}

#customers-testimonials .shadow-effect p {
    margin: 0 0 0px 0;
}

#customers-testimonials .item {
    padding: 0px;
    margin-bottom: 0px;
    opacity: .3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;

}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 100%;
    margin: 0 auto 0px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ff839a;
    transform: translate3d(0px, -0%, 0px) scale(0.7);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #ff839a;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -0%, 0px) scale(0.3);
    transform-origin: 0% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.owl-carousel .owl-item:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 150px solid rgba(214, 49, 80, 0.3);
}

.customers-testimonials-section2 .owl-carousel .owl-item::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 100px solid rgba(214, 49, 80, 1);
}

#customers-testimonials.owl-carousel .owl-nav button.owl-next:before {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 27px;
    color: #333333;
}

#customers-testimonials.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f177";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 27px;
    color: #333333;
}


#customers-testimonials.owl-carousel .owl-nav button.owl-prev {
    margin-right: 30px;
}

#customers-testimonials .owl-nav {
    position: absolute;
    opacity: 0.4;
    left: 50%;
    transform: translate(-50%, -15px);
}

#customers-testimonials.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

#customers-testimonials.owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.impact {
    padding: 0px 100px;
    position: relative;
}

.strip {
    position: absolute;
    width: 40px;
    height: 300px;
    right: -45px;
    opacity: 0.7;
    bottom: 0px;
    content: "";
    background-color: #d63150;
}

.strip:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: -40px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #d63150;
}


.impact-icon {
    font-size: 32px;
    color: #d63150;
}

.impact-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.blog-card img {
    width: 100%;
    height: 288px;
    object-fit: cover;
    position: relative;
}


.blog-img {
    position: relative;
}


a {
    color: initial;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
}

.font-italic {
    font-style: italic;
}

.blog-img:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    right: -1px;
    width: 0;
    bottom: -1px;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 100px solid #EAEAEA;
}

.footer {
    background: #BD2844;
    padding: 100px 0px 0px 0px;
    background-image: url(../images/logo-footer-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.single {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    padding: 30px 130px 30px 30px;
    position: relative;
}

.single:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 999;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 150px solid #bd2844;
}

.btn-outline-dark:after {
    top: -1x;
    height: 44px;
}

.social-icons i {
    margin-right: 15px;
    background: #CE3352;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    text-align: center;
    line-height: 42px;
    margin-top: 20px;
}

.social-icons a i {
    color: #fff;
}

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

.footer-card ul li a {
    color: #fff;
    padding: 0 0 5px 0;
    float: left;
    width: 100%;
}

.footer-logo-card {
    max-width: 300px;
}


.footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px 0 5px 0;
    margin-top: 100px;
}

/*-Products & Solutions Page Start-*/

.hero-banner-inner-page {
    position: relative;
    width: 100%;
    padding: 195px 0px 100px 0px;
}

.hero-banner-inner-page.short-banner {
    padding: 140px 0 100px 0;
}

.hero-banner-inner-page-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    width: 100%;
}

.hero-banner-inner-page-caption {
    position: relative;
    z-index: 3;
    max-width: 500px;
    color: #fff;
}

.hero-banner-inner-page::before,
.hero-carousel .carousel-item::before {
    position: absolute;
    content: "";
    height: 150px;
    top: 0;
    width: 100%;
    background: linear-gradient(white, transparent);
    z-index: 1;
    left: 0;
}

.hero-banner-inner-page::after,
.hero-carousel .carousel-item::after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    z-index: 0;
    left: 0;
}

.hero-banner-inner-page.short-banner h2 {
    color: #FFF;
    font-weight: normal;
}

.hero-banner-inner-page.short-banner h2 span {
    font-weight: bold;

}

.achievement.pt-100 {
    padding-top: 100px;
}

.products-section-caption {
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 50px;
    width: 45%;
    background-color: #fff;
    z-index: 1;
}

.injection {
    padding: 20px;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    width: 130px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-section {
    position: relative;
    padding: 40px 0px 40px 20px;
}

.products-section .products-section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.injection .strip {
    height: calc(100% - 40px);
    right: unset;
    left: -40px;
}

.products-section.products-section-right {
    padding: 40px 20px 40px 0px;
}

.products-section.products-section-right .products-section-bg {
    left: unset;
    right: 0px;
}

.products-section.products-section-right .injection .strip {
    right: -40px;
    left: unset;
}

.products-section.products-section-right .injection .strip:after {
    border-left: 40px solid #d63150;
    border-right: 0px solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
}

.customers-testimonials-section2 button.btn.btn-icon {
    position: absolute;
    left: -15px;
    width: 55px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;
}

.customers-testimonials-section2 {
    background: #d63150;
    color: #fff;
    position: relative;
}

.customers-testimonials-section2::after {
    background: #ffffff;
    left: 0px;
    top: 0px;
    height: 100px;
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
}

.customers-testimonials2-caption {
    padding: 0px 100px 0px 100px;
    position: relative;
    margin-top: 150px;
    margin-bottom: 50px;
}

.customers-testimonials2-caption::after {
    background-image: url(../images/colon-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    height: 50px;
    z-index: 0;
    width: 50px;
    content: "";
    position: absolute;
}

.customers-testimonials2-caption::before {
    background-image: url(../images/colon-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    bottom: 0px;
    height: 50px;
    z-index: 0;
    width: 50px;
    content: "";
    position: absolute;
}

.hero-banner-inner-page .btn-icon {
    position: absolute;
    right: 20%;
    height: 53px;
    top: 50%;
    z-index: 2;
    transform: translate(-20%, -50%);
    width: 53px;
}

.doctor-testimonial-pic {
    height: 100%;
    object-fit: cover;
}

.customers-testimonials-section2 .owl-carousel .owl-item:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    top: unset;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 150px solid rgba(214, 49, 80, 0.3);
    border-top: 100px solid rgba(214, 49, 80, 0.0);
}

/*-Products & Solutions Page End-*/


/*-Ophthalmic Products Page Start-*/

.product-card-caption {
    background-color: #EAEAEA;
    padding: 20px 40px 20px 20px;
    position: relative;
}

.product-card .product-img {
    border: 1px solid #EAEAEA;
    height: 250px;
    padding: 5px;
    object-fit: contain;
}

a.btn-link {
    color: #d63150;
    text-decoration: none;
    font-weight: 600;
}

a.btn-link:hover,
a.btn-link:focus {
    color: #b6253f;
}

a.btn-link i {
    font-size: 14px;
    margin-left: 3px;
}

.product-card-caption:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 103px solid rgba(255, 255, 255, 1);
}

.product-sidebar .search-box {
    width: calc(100% - 18px);
}

.product-sidebar .search-box input {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #333;
}

.card {
    border: none;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    display: block;
    border-radius: 0px;
}

.card ul li {
    list-style: none;
    padding: 5px 0;
}

.card ul li i {
    margin-right: 3px;
}

.card .btn {
    width: auto;
}

.card .injection-icon {
    max-width: 55px;
    margin-bottom: 10px;
}

.pagination-main label.form-label {
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 10px;
}

.pagination-main .page-link {
    color: #333;
}

.form-select:focus,
.page-link:focus,
.form-control:focus {
    box-shadow: none;
}

/*-Ophthalmic Products Page End-*/

/* Our Impact */

.approach .injection-icon {
    max-width: 45px;
}

.approach .strip {
    right: -35px;
}

.approach-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Our Impact */


/* Media  & News */

.media-blogs .blog-img:after {
    border-bottom: 100px solid #fff;
}

.nav-tab-custom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-tab-custom .nav-tabs {
    border: none;
}

.nav-tab-custom .nav-tabs .nav-link {
    border: none;
    background-color: transparent;
    color: #333;
    font-weight: 500;
    padding: 15px 5px;
    margin-right: 20px;
    position: relative;
}

.nav-tab-custom .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0px;
    height: 2px;
    z-index: 1;
    border: none;
    width: 100%;
    background-color: #d63150;
}

/* Media  & News */



/* Contact Us */

.form-control {
    height: 45px;
    color: #333333;
    border-radius: 0px;
}

textarea.form-control {
    height: 115px;
}

.enquiry-form {
    margin-top: -100px;
}

.map-section iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    z-index: 1;
    opacity: 0.8;
    float: left;
}

.map-section {
    position: relative;
    overflow: hidden;
}

.map-section:after {
    content: "";
    width: 40%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    right: -30%;
    top: 50px;
    transform: skew(-30deg, 0deg);
    background: #be2944;
}


/* Contact Us */


/* Terms Conditions */

.terms-conditions .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    text-align: left;
    padding: 10px 0;
    color: #999;
}

.terms-conditions .nav-pills .nav-link.active {
    color: #d63150;
    font-weight: 600;
}

/* Terms Conditions */

/* Login */
.login-form {
    margin-top: -70px;
    position: relative;
}

.login-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.login-form:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 50px solid #fff;
}

/* Login */
.pagination-main {
    float: right;
}

.pagination-main nav .page-numbers {
    border: 1px solid #ddd;
    float: left;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 4px;
    color: #d63150;
    text-decoration: none;
}

.pagination-main nav .page-numbers.current,
.pagination-main nav .page-numbers:hover {
    background-color: #d63150;
    color: #fff;
    border-color: #d63150;
}

.pagination-main nav .page-numbers.prev,
.pagination-main nav .page-numbers.next {
    border: none;
}

.pagination-main nav .page-numbers.prev i,
.pagination-main nav .page-numbers.next i {
    color: #d63150;
}

table {
    width: 100%;
}

table td,
table th {
    padding: 15px;
}


body .sterimedix-searchform .sterimedix-searchform-summary {
    font-size: 0.9rem;
    margin-top: 14px;
}

.dropdown-menu h3 {
    margin: 0;
    padding: 0;
}

.dropdown-menu .btn-primary {
    margin-top: 15px;
}

.pos-rel {
    position: relative;
}

.pos-rel .contact-link {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.pos-rel .contact-link .screen-read {
    position: absolute;
    left: -99999px;
}

.map-section {
    padding-top: 0;
    padding-bottom: 0;
    margin: 50px 0 0 0;
}

.contact-card {
    background-color: white;
    width: 350px;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    position: absolute;
    left: 10px;
    z-index: 99;
    top: 10px;
    clip-path: polygon(0 0%, 187% 0%, 75% 100%, 0% 100%);
}

.card-address {
    position: relative;
    padding-left: 28px;
}

.contact-card svg {
    width: 18px;
    fill: #d63150;
}

.card-image {
    width: 100%;
    height: 160px;
    background-image: url('https://via.placeholder.com/350x200');
    /* Placeholder for the image */
    background-size: cover;
    background-position: center;
}

.card-info {
    padding: 20px;
    font-size: 0.9rem;
}

.card-info h4 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
}

.contact-info {
    margin: 20px 0;
}

.contact-info p {
    margin: 5px 0;
    color: #555;
    padding-left: 28px;
    position: relative;
}

.contact-info a {
    color: #555;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.contact-icon {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.directions-btn {
    display: block;
    text-align: center;
    background-color: #d63a4b;
    color: white;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0px;
    clip-path: polygon(0 1%, 100% 0%, 84% 100%, 0% 100%);
    max-width: 200px;
}

.directions-btn:hover {
    background-color: #b72f3d;
    color: #FFF;
}

.location-pin {
    position: absolute;
    left: 0;
}

.sproduct-image-row .sproduct-tip-image-large {
    max-width: 300px;
}

.sterimedix-category-grid {
    margin-left: -8px;
    margin-right: -8px;
    width: 100%;
    justify-content: space-between;
}

body .sterimedix-category-grid>div {
    margin: 0;
    padding: 0 10px 15px 10px;
    width: 20%;
}

@media(max-width:1000px) {
    body .sterimedix-category-grid>div {
        width: 33%;
    }
}

@media(max-width:780px) {
    body .sterimedix-category-grid>div {
        width: 50%;
    }
}

@media(max-width:560px) {
    body .sterimedix-category-grid>div {
        width: 100%;
    }
}


body .sterimedix-category-grid .category-content h3 {
    font-size: 1.0rem;
}

.sterimedix-category-grid .category-content {
    flex-grow: 1;
}

.search-form-align {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.sterimedix-search-container {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

body .sterimedix-search-container>div:first-child {
    background: #d6324f;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: bold;
    box-sizing: border-box;
    max-width: 300px;
    text-align: center;
    padding: 4px 10px;
}

body .sterimedix-searchform input[type=text] {
    padding: 9px 10px 9px 35px !important;
}

body .sterimedix-searchform .search-button {
    padding: 9px 40px 9px 20px;
}

.sterimedix-search-element-row {
    margin-top: -2.5rem;
}

.sterimedix-category-grid:first-of-type {
    padding-top: 5rem;
}

@media(max-width:980px) {
    .sterimedix-search-element-row {
        margin-top: 10px;
    }

    .sterimedix-category-grid:first-of-type {
        padding-top: 10px;
    }

    .sterimedix-search-element {
        justify-content: flex-start !important
    }
}

.achievement-company .row {
    align-items: stretch;
}

.achievement-company .achievement-card {
    height: 100%;
}

body .sterimedix-product .sproduct-width-gauge {
    background: rgb(254, 234, 203);
    opacity: 0.8;
}

body .sterimedix-product.active .sproduct-width-gauge {
    background: rgb(254, 234, 203);
    opacity: 0.8;
}

/*253 217 236*/
body .sterimedix-product.gauge-18G .sproduct-width-gauge {
    background: rgb(254, 234, 203);
    opacity: 0.8;
}

body .sterimedix-product.gauge-18G.active .sproduct-width-gauge {
    background: rgb(254, 234, 203);
    opacity: 1;
}

body .sterimedix-product.gauge-16 .sproduct-width-gauge {
    background: #cae994;
    opacity: 1;
}

body .sterimedix-product.gauge-16G .sproduct-width-gauge {
    background: #FFFFFF;
    opacity: 0.8;
}

body .sterimedix-product.gauge-17G .sproduct-width-gauge {
    background: #FFFFFF;
    opacity: 0.8;
}

body .sterimedix-product.gauge-19G .sproduct-width-gauge {
    background: #fff7ba;
    opacity: 0.8;
}

body .sterimedix-product.gauge-20G .sproduct-width-gauge {
    background: #fffa90;
    opacity: 0.8;
}

body .sterimedix-product.gauge-21G .sproduct-width-gauge {
    background: #cae994;
    opacity: 0.8;
}

body .sterimedix-product.gauge-23G .sproduct-width-gauge {
    background: #a8d2e8;
    opacity: 0.8;
}

body .sterimedix-product.gauge-24G .sproduct-width-gauge {
    background: #dab6d7;
    opacity: 0.8;
}

body .sterimedix-product.gauge-25G .sproduct-width-gauge {
    background: #ffcc73;
    opacity: 0.8;
}

body .sterimedix-product.gauge-26G .sproduct-width-gauge {
    background: #cca374;
    opacity: 0.8;
}

body .sterimedix-product.gauge-27G .sproduct-width-gauge {
    background: #c6c6c6;
    opacity: 0.8;
}

body .sterimedix-product.gauge-30 .sproduct-width-gauge {
    background: #fffa90;
    opacity: 0.8;
}

body .sterimedix-product.gauge-16.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-16G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-17G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-19G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-20G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-21G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-23G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-24G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-25G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-26G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-27G.active .sproduct-width-gauge {
    opacity: 1;
}

body .sterimedix-product.gauge-30.active .sproduct-width-gauge {
    opacity: 1;
}

body .products-card-section .sterimedics-products-bundle {
    margin-bottom: 20px;
}

body .products-card-section .sterimedix-product,
body .products-card-section .sterimedix-product .sproduct-header,
body .products-card-section .sterimedix-product .sproduct-info,
body .sterimedics-products-outer .sterimedix-product:last-child .sproduct-info,
body .products-card-section .sterimedix-product .sproduct-header>div {
    border: none !important;
}

body .products-card-section .sterimedix-product .sproduct-header>div:not(:last-child) {
    border-right: 1px solid #ddd !important;
}

body .products-card-section .sterimedix-product:not(:last-child) .sproduct-header>div:not(:first-child) {
    border-bottom: 1px solid #ddd !important;
}

body .products-card-section .sterimedix-product .sproduct-header>div {
    padding: 5px !important;
}

body .products-card-section .sterimedix-product .sproduct-header .sproduct-code {
    width: 150px !important;
}

body .products-card-section .sterimedix-product .sproduct-header .sproduct-width-gauge {
    width: 80px !important;
}

@media (max-width: 800px) {
    body .products-card-section .sterimedix-product .sproduct-header .sproduct-code,
    body .products-card-section .sterimedix-product .sproduct-header .sproduct-width-gauge {
        width: 25% !important;
		flex-grow: 1 !important;
        flex-shrink: 0 !important;
    }
}

body .products-card-section .sterimedics-products-bundle {
    border: none !important;
    border: 1px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
}

body .products-card-section .sterimedix-product .sproduct-image2 img {
    height: 50px !important;
    width: auto !important;
}