@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    /* font-weight: 400; */
    font-style: normal;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.bg-attached {
    background-image: url("img/bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;

}

nav.navbar.navbar-expand-lg {
    background-color: #900C3F !important;
    padding: 15px 0px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    background-color: whitesmoke;
    text-decoration: none;
    border-radius: 4px;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
} */

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: black;
    text-decoration: none;
}

img.smithlogo {
    width: 100%;
}

a.nav-link {
    color: white;
    font-size: 1rem;
}

.nav-link dropdown-toggle {
    color: white;
}

.dropdown-menu {
    background-color: #900C3F;
}

button.navbar-toggler {
    background-color: white;
    margin: 0px;
}

a.nav-link {
    text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    /* color: #ffffff; */
    /* background-color: black; */
    text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    text-decoration: none;
}

.dropdown-item:active {
    color: none !important;
    text-decoration: none !important;
    background-color: none !important;
}


/* ########################################################--navbar-completd--################################################## */

/* #############################################################--banner-completd###############################################*/

div#pageOne {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

h1.heading-page-one {
    margin: 0px 0px !important;
    padding: 7px 0px;
    color: #900C3F;
    font-size: 1.5rem !important;
}

p.para-content-pageone {
    font-size: 1rem;
    font-family: sans-serif;
    padding: 5px;
    line-height: 2;
    margin: 0px;
}

.quality {
    text-align: left;
}

p.qualtiy-para {
    font-size: 1rem;
    margin: 10px;
    font-family: sans-serif;
}

.certification {
    text-align: left;
    margin: 30px 0px;
}

p.certification-para {
    font-size: 1rem;
    padding: 10px 0px;
    margin: 10px;
    font-family: sans-serif;
}

a.link-certifaction {
    color: white;
}

a.link-home-one {
    color: white;
}

a.link-qualtiy {
    color: white;
}

.home-btn {
    width: 130px;
    height: 35px;
    margin: 10px 10px;
    font-size: 1rem;
    background-color: #900C3F;
    border-radius: 4px;
    color: white;
    padding: 6px;
    text-align: center;
}

img.content-two-img {
    padding: 0px 10px;
}

img.certificates-imgOne {
    padding: 0px 10px;
}

/* ########################################################################################################### */

.social-media {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-media-heading {
    display: inline;
}

i.fa-solid.fa-envelope {
    color: gray;
    font-size: 14px;
    padding: 5px 5px;
}

i.fa-solid.fa-print {
    font-size: 14px;
    color: gray;
    padding: 5px 5px;
}

a.mail {
    color: gray;
    font-size: 14px;
}

a.print {
    color: gray;
    font-size: 14px;
}

h2.social-media-heading {
    color: #900C3F;
    font-size: 14px;
}

i.fa-brands.fa-facebook {
    color: gray;
    font-size: 14px;
}

.all-item {
    color: gray;
    font-size: 14px;
    padding: 5px 5px;
}

/* ########################################################################################################### */

ul.footer-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
}

li.img-item {
    padding: 10px;
}

.footer {
    background-color: rgb(240, 238, 238);
}

/* ########################################################################################################### */

.copyright-section {
    background-color: #900C3F;
}

ul.copyrightOne {
    display: flex;
    margin: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

li.copyright-item {
    color: white;
    padding: 10px 0px;
    font-size: 14px;
}

.copyright-same {
    color: white;
}

/* ########################################################################################################### */
/* terms-of-use*/

p.Terms-of-use-content {
    font-size: 0.87rem;
}

h1.Terms-of-use-heading-one {
    font-size: 1rem;
    color: #900C3F;
}

h2.Terms-of-use-heading-two {
    font-size: 1rem;
    color: #900C3F;
}

a.terms-of-use-link {
    color: #900C3F;
}

/* ########################################################################################################### */
/* media querry */


@media(min-width: 993px) {

    .dropdown .dropdown-menu.show {
        display: none !important;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
    }

    .dropdown:focus .dropdown-menu {
        display: block !important;
    }
}

@media(max-width: 450px) {
    img.smithlogo {
        width: 200px;

    }

    /* h1.heading-page-one {
        text-align: center;
    } */

    img.content-two-img {
        width: 270px;
        /* margin: 8px; */
    }

    img.certificates-imgOne {
        width: 270px;
    }
}