@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: -0.5px;
    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: -0.5px;
    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: #f5f5f5 !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%, #f5f5f5 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 #f5f5f5;
}

.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: -0.5px;
    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: 200px;
}


.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-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;
}

.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: #f5f5f5;
    padding: 20px 40px 20px 20px;
    position: relative;
}

.product-card .product-img {
    border: 1px solid #f5f5f5;
    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;
}






