* {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

h1 {
    font-family: Roboto Slab;
    font-size: 2rem;
    font-weight: bold;
}


/* NAVBAR CSS START */
.firstNavbar {
    padding: 0;
    background: white;
}

.co h5 {
    font-weight: bold;
    color: #c40202;
}

.co i {
    font-size: 40px;
    position: relative;
    top: 10px;
    right: 12px;
    color: #c40202;
}

.navDetails {
    display: flex;
}

@media only screen and (max-width: 993px) {
    .navDetails {
        display: none;
    }
}

.secondNavbar {
    padding: 0;
    background: white;
    z-index: 99;
}

.secondNavbar .container {
    padding: 0;
}

.secondNavbar .container .collapse ul li {
    border-left: 1px solid #e8b70d;
    padding: 7px 14px;
}

.secondNavbar .container .collapse ul li .nav-link {
    font-weight: 600;
    color: black;
    font-size: 1rem;
}

.secondNavbar .container .collapse ul li .nav-link::after {
    content: '';
    width: 0;
    border-radius: 20px;
    height: 3px;
    background-color: #e8b70d;
    margin: auto;
    display: block;
}

.secondNavbar .container .collapse ul li .nav-link:hover::after {
    width: 100%;
    transition: 0.3s linear;
}

.secondNavbar .container .collapse ul li .nav-link:hover {
    color: #e8b70d;
}

.secondNavbar .container .collapse ul li .active {
    font-weight: 600;
    color: #e8b70d;
    font-size: 1rem;
}

/* NAVBAR CSS END */

/* SERVICES SECTION START */
/* SERVICES START */
.headings h1 {
    margin: 10px 0 0 0;
    text-align: center;
    color: #c40202;
}

.headings p {
    color: #a6a6a6;
    font-size: 16px;
    letter-spacing: 2px;
    font-style: italic !important;
    text-align: center;
}

.infoCard .info {
    display: flex;
}

.infoCard .info .icon .circle {
    background: #c40202;
    border-radius: 50%;
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes floating {
    50% {
        scale: 1.1;
    }
}

.infoCard .info .icon .circle i {
    font-size: 2.5rem;
    margin: 10px;
    color: #fff;
    transition: 0.7s;
}

.infoCard .info .qutos {
    margin-left: 10px;
}

.infoCard .info .qutos h5 {
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.infoCard .info .qutos p {
    color: #515151;
    letter-spacing: 1px;
    font-style: italic !important;
}

.infoCard:hover .info .icon .circle i {
    transform: rotate(360deg);
}

.contactSection {
    background-image: url(../img/mohit_iron_industries14.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

.content {
    padding: 40px;
}

.content h1 {
    text-align: center;
    color: white;
}

.content .btn {
    border-radius: 20px;
    background-color: white;
    color: black;
    margin-top: 20px;
}

/* SERVICES END */

/* PRODUCTS START */
.productContainer{
    background-color: #f8f8f8;
    padding: 30px 0 30px 0;
}

.product {
    border: 1px solid #e8b70d;
    margin-top: 10px;
    background-color: white;
    border-radius: 25px;
}

.productSection .product .imageBlock img{
    max-width: 100%;
    border-radius: 25px;
}

.productSection .product .detailsBlock{
    padding: 15px 20px 0 20px;
}

.productSection .product .detailsBlock h5{
    font-weight: 600;
    font-family: Roboto Slab;
    color: #c40202;
}
.productSection .product .detailsBlock table tr td{
    padding: 0 10px 5px 0;
}

@media (max-width: 767px) {
    .productSection .product:nth-child(even) .row{
        flex-direction: column-reverse;
    }
}

/* PRODUCTS END */

/* SERVICES SECTION END */

/* FOOTER  START */
/* FIRST FOOT START */
.footerContainerFluid {
    background: #171717;
}

.firstFoot {
    border: 1px solid #515151;
    padding: 10px 0;
}

.centerDiv img {
    transition: .2s linear;
    cursor: pointer;
}

.centerDiv img:hover {
    transform: scale(1.1);
}

/* POPUP IMAGE START */
.popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.popup-image img {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 5px;
    width: 450px;
    object-fit: cover;
}

@media(max-width:768px) {
    .popup-image img {
        width: 95%;
    }
}

/* POPUP IMAGE END */

.sitemap ul {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.sitemap ul li {
    list-style-type: none;
    color: #e8b70d;
    margin: 4px 0;
    display: inline-block;
}


.sitemap ul li a {
    text-decoration: none;
    color: #e8b70d;
    transition: 0.3s;
}

.sitemap ul li a:hover {
    color: white;
}


@media only screen and (max-width: 992px) {
    .sitemap ul li {
        margin: 0 0;
    }

    .sitemap ul {
        padding: 0;
    }

    .sitemap ul li a {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 767px) {
    .sitemap ul {
        /* flex-direction: row; */
        margin: 10px 0;
    }

    .sitemap ul li {
        margin: 0 auto;
    }
}

/* FIRST FOOT END */

/* SECOND FOOT START */
.secondFoot {
    border: 1px solid #515151;
    padding: 10px 0;
}

.secondFoot h5 {
    font-family: Roboto Slab;
    font-size: 1.5rem;
    font-weight: bold;
    color: #e8b70d;
}

.secondFoot p {
    font-size: 0.8rem;
    color: white;
}

.centerDiv {
    border-left: 1px solid #e8b70d;
    border-right: 1px solid #e8b70d;
}

/* SECOND FOOT END */

/* THIRD FOOT START */
.thirdFoot {
    border: 1px solid #515151;
}

.thirdFoot p {
    color: white;
    margin: 15px 0;
    text-align: center;
}

/* THIRD FOOT END */

/* FOOTER  END */