@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');


body {
    margin: 0;
    color: #000000;
    font-family: Open Sans, sans-serif;
}

:root {
    --primary-color: #3b7f0b;
    --secondary-color: #000000;
    --light-color: #fff;
}

.slider-section {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

p {
    font-family: Open Sans, sans-serif;
}

.top-header {
    padding: 10px 50px;
    border-bottom: 1px solid #dddd;
}

.top-header p {
    margin: 0;
}

.top-header ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.header {
    padding: 5px 50px;
}

.navbar-brand img {
    width: 100%;
}

.header .navbar-nav .nav-item .nav-link {
    color: #000;
    margin: 0px 14px;
    text-transform: capitalize;
}


.enq-btn a {
    color: #fff;
    background: #04448b;
    text-decoration: none;
    padding: 7px 15px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000000;
}

.form-section {
    padding: 10px;
    background: #0000001f;
}

.form-section h4 {
    text-align: center;
    color: #fff;
    background: #3b7f0b;
    padding: 8px;
    font-size: 18px;
    font-weight: 700;
}

form .form-btn {
    border-radius: 0;
    background: #000;
}

.form-control {
    border-radius: 0;
}

.section-1 {
    padding: 50px;
}


.about-vdo iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}


.section-2 {
    padding: 50px;
}

.section-3 {
    padding: 50px;
}

.section-3 .heading h4 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px;
    text-align: center;
}

.section-3 .heading h4 span {
    color: #04448b;
    font-weight: 600;
    font-size: 25px;
}

table th,
table td {
    text-align: center;
}

.section-4 {
    padding: 50px;
}

.sub-heading h5 {
    text-align: center;
    color: #04448b;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}

.product-card img {
    width: 100%;
    aspect-ratio: 3/3;
    height: auto;
    border: 1px solid white;
    padding: 1%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.541);
}

.product-card .enq-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid white;
    padding: 2% 1%;
    aspect-ratio: 4/1;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.541);
    margin-top: 4px;    
}

.product-card .enq-link a {
    display: inline-block;
    color: #04448b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.product-card .enq-link h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
}

.section-5 {
    padding: 50px;
}

.section-5 .trust-img {
    padding: 10px 10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.541);
    text-align: center;
}

.trust-img img {
    width: 50px;
}

.section-5 .trust-img h3 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}

.section-5 .trust-img p {
    margin: 0;
    text-transform: capitalize;
}

.section-6 {
    padding: 50px;
}

.heading h4 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.section-6 .award-img {
    border: 2px solid #04448b;
    padding: 3px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.541);
}

.award-img img {
    width: 100%;
}


.section-6 .award-img h6 {
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
}

.section-7 {
    padding: 50px;
}

.discover-content h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 25px;
}

.discover-content .enq-btn a {
    color: #fff;
    background: #04448b;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 20px;
    display: inline-block;
}

.footer {
    background-color: #000000;
    padding: 50px;
}

.footer .logo-section p {
    color: var(--light-color);
    margin-top: 10px;
    font-size: 14px;
    padding-right: 20px;
}

.footer .footer-links h4 {
    color: var(--light-color);
    font-size: 24px;
    font-weight: 700;
}

.footer .footer-links ul {
    margin-top: 20px;
}

.footer .footer-links ul li {
    margin-bottom: 13px;
}

.footer .footer-links ul li a {
    color: var(--light-color);
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}


.footer .footer-info {
    color: var(--light-color);
}

.footer .footer-info h4 {
    color: var(--light-color);
    font-size: 24px;
    font-weight: 700;
}

.footer .footer-info ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.footer .footer-info ul li svg {
    position: absolute;
    left: 0;
    top: 7px;
}



@media screen and (max-width: 600px) {
    .top-header {
        display: none;
    }

    .header {
        padding: 5px 10px;
    }

    .navbar-brand img {
        width: 250px;
    }

    .section-1,
    .section-2,
    .section-3,
    .section-4,
    .section-5,
    .section-6,
    .section-7,
    .footer {
        padding: 20px;
    }

    .discover-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .discover-content .enq-btn a {
        margin-bottom: 20px;
    }

    .section-3 .heading h4 {
        font-size: 27px;
    }

    .section-3 .heading h4 span {
        font-size: 14px;
    }

    table th,
    table td {
        font-size: 13px;
    }
    .sub-heading h5 {
        font-size: 18px;
    }
    .heading h4 {
        font-size: 30px;
    }

    .discover-img {
        margin-bottom: 20px;
    }
}