@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p,
span {
    font-family: "Urbanist", sans-serif !important;
}

.navbar a.nav-link {
    color: black;
    font-weight: 500;
    font-size: 18px;
    padding-inline: 20px !important;
    border-bottom: 3px solid transparent;
    border-radius: 15px;

}

.navbar a.dropdown-item {
    font-size: 18px;
}

.navbar a.nav-link:hover {
    border-color: #11aaa2;
    color: #11aaa2;
    background: #11aaa21a;
    border-radius: 15px;
}

.heading-t {
    color: #11aaa2;
}

.top-bar {
    background: #11aaa2;
    color: white;
    padding-block: 5px;
}

.main-h {
    font-size: 37px;
    font-weight: 700;
}

.content-j {
    text-align: justify;
}

p {

    font-size: 17px;
}

.product-category .select-box img {
    background: white !important;
}

/* .product-category .select-box {
    background: #11aaa2 !important;
    color: white;
} */

.product-category .cat-boxes:hover {
    /* background: #11aaa2;
    color: white; */
    transition: 0.3s;
    scale: 1.1;

}

.event-img {
    width: 300px !important;
}

.product-gallery .img-fluid {

    border: 1px solid #e3e3e3;
}

.contract-Manufacturing {
    background: url(./images/Contract-Manufacturing.png);
    background-size: cover;
    background-attachment: fixed;
}

.product-category {
    background: url(./images/product-category.png);
    background-size: cover;
    background-attachment: fixed;
}

.product-category .cat-boxes {
    transition: 0.3s;
    background: white;
    text-align: center;
    padding: 30px;
    margin: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    height: 270px;
    align-content: center;
}

/* .cat-boxes img {
    background: #01746e40;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #11aaa2;
} */

.productslider .product-slider .slick-slide img {
    width: 100%;
    display: block;
}

.product-slider button.slick-next.slick-arrow {
    display: none !important;
}

.product-slider button.slick-prev.slick-arrow {
    display: none !important;
}

.productslider .product-slider .div.slick-slide {
    border: 1px solid #d3d3d3 !important;
}

.productslider .product-slider .slick-track {
    display: flex;
    gap: 20px;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary .container {
    background: white;
    border-radius: 25px;
    box-shadow: 0px 0px 5px 0px #d5d5d56e;
}

.contact-box input {
    width: 100%;
    margin: 10px 0px;
    padding: 8px;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
}

.contact-box textarea {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    padding: 8px;
    height: 150px;
    margin: 10px 0px;
}

.contact-box input.submit {
    background: #11aaa2;
    color: white;
    font-size: 18px;
    border: 1px solid white;
}

.our-clients .slick-track {
    display: flex;
    gap: 20px !important;
}

.ourpartner .partner-dot li {
    list-style: revert !important;
}

li {
    list-style: none;
}

.f-menu li a {
    text-decoration: none;
    font-size: 16px;
    color: white;
}

footer {
    color: white;
    background: #11aaa2;
}

footer .col-md-4.info-box span,
footer ul.f-menu li a,
footer p.mt-5 {
    font-size: 18px;
}

footer .col-md-4.info-box i {
    font-size: 18px;
}

footer .col-md-4.info-box li {
    display: flex;
    gap: 10px;
    margin: 14px 0px;
    align-items: baseline;
}

footer .col-md-4 i {
    color: white;
    font-size: 25px;
}

footer .div {
    display: flex;
    gap: 25px;
}

footer ul.f-menu a {
    position: relative;
}

footer ul.f-menu .my-3 a:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -17px;
    background: url(https://cdn-icons-png.flaticon.com/512/8213/8213522.png);
    width: 14px;
    height: 14px;
    background-size: 14px;
}

footer .col-md-4.menu-box {
    background: #01746e;
    border-radius: 25px;
    padding: 20px;
}

.right-icon {
    position: fixed;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9;
}

.footer-form {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 20%;
    background: white;
    z-index: 9;
}

.footer-form .hea {
    text-align: center;
    background: #01746e;
    color: white;
    font-size: 24px;
    padding: 5px 0px;
}

::selection {
    background: #11aaa2;
    color: white;
}

.up-down {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #f8f9fa !important;
    z-index: 999;
    box-shadow: 0px 0px 5px 0px #0000003d;
}

.img-width {
    width: auto;
}

section.testimonials.py-5.bg-light-subtle {
    background: #f5f5f5 !important;
}

.Promotional-inputs .slick-track {
    display: flex;
    gap: 10px;
}

.Promotional-inputs .slick-track .slick-slide {
    border: 2px solid #e3e3e3;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    .navbar a.nav-link {
        font-weight: 500;
        font-size: 17px;
        padding-inline: 15px !important;
        border-bottom: 3px solid transparent;
    }

    .product-category h4 {
        font-size: 18px;
    }

    img.footer-icon {
        width: 80px;
    }
}

@media screen and (max-width: 768px) {
    .img-width {
        width: 100%;
    }

    img.logo {
        width: 200px;
    }

    .footer-form {
        display: none;
    }

    .right-icon.up-down img {
        width: 40px;
    }

    .main-h {
        font-size: 30px;
        font-weight: 600;
    }
}

/*****2-9-24 ****/
.top-banner-text{
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0px;
}
.top-banner-text .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-100 {
    height: 100%!important;
}
.ml-auto {
    margin-left: auto!important;
}
.enquiry {
    position: relative;
   top:0px;
    background: #237e43;
    background-color: #ffffff99;
    padding: 25px 18px;
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.form-group {
    margin-bottom: 1rem;
}
button.submit{
    background: #11aaa2;
    color: white;
    font-size: 18px;
    border: 1px solid white;
}
.py-5 .col-md-4 ul.mt-3 li span a{
    color:#fff !important;
    text-decoration:none;
}
.py-5 .col-md-4 ul.mt-3 li a{
    color:#fff !important; 
    text-decoration:none;
}
@media (min-width: 768px){
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
}
@media only screen and (max-width: 767px){
.top-banner-text {
    position: relative;
}
.enquiry {
    position: relative;
    top: 10px;
    background: #11aaa2;
}

}
/*****2-9-24 ****/
