header span {
    font-size: 40px;

}



.nav-pills a {
    color: black;
}

.nav-pills a:hover {
    color: rgb(3, 104, 129);
    /* transition-delay: 0ms; */
    border: 1px solid black;
    background-color: rgb(249, 250, 250);
}

.home a:hover {
    font-weight: 600;
}

.aboutus a:hover {
    font-weight: 600;
}

.contactus a:hover {
    font-weight: 600;
}

.products a:hover {
    font-weight: 600;
}

.footer a {
    text-decoration: none;
    color: gray;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 70%;
    top: 7px;
}


.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}


#info-btn {
    display: none;
}

#head {
    display: flex;
    justify-content: center;
}

.prev {
    margin-left: 40px;
}

.next {
    text-align: end;
    margin-right: 40px;
}

#prv {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

#nxt {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.row img {
    padding-left: 0;
    padding-right: 0;
}

.row img {
    border: 1px solid black;
    height: 290px;
}

img:hover {
    border: 2px solid rgb(5, 6, 7);
    /* border-radius: 10px; */
}

.two {
    display: none;
}

@media(max-width:455px) {
    header img {
        height: 70px;
        width: 60px;
    }

    #home-btn,
    #aboutus-btn,
    #products-btn,
    #contact-btn {
        display: none;
    }

    #info-btn {
        display: flex;

    }

    #head {
        /* margin-bottom: 2px;
        padding-bottom: 2px; */
        justify-content: space-between;
    }

    #dropproject {
        border: 1px solid rgb(11, 19, 59);
        /* border-radius: 4px; */
        color: #036881;
        font-weight: bold;
    }

    header span {
        font-size: 30px;
    }
}


@media(max-width:1366px) {
    footer {
        padding-top: 25px;
    }
}

@media(max-width:1024px) {
    .row img {
        height: 220px;
        margin-left: -1%;
    }

    footer {
        padding-top: 25px;
    }
}

@media(max-width:768px) {
    .contactfooter {
        width: 300px;
    }

    .row img {
        height: 165px;
        margin-left: -3%;
    }


}

@media(max-width:428px) {

    /* .row img {
        height: 90px;
        margin-left: -3%;
    } */
    .one {
        display: none;
    }

    .two {
        display: block;
    }

    .two img {
        height: 180px;
    }

    .prev {
        margin-left: 10px;
    }

    .next {
        margin-right: 10px;
    }

    #prv,
    #nxt {
        font-size: 17px;

    }

    .space {
        display: none;
    }

    footer {
        padding-top: 20px;
    }

    footer h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    footer a {
        font-size: 12px;
    }

    footer address {
        font-size: 12px;
    }

}

@media(max-width:412px) {
    .two img {
        height: 175px;
    }
}

@media(max-width:390px) {
    .two img {
        height: 165px;
    }

    h1 {
        font-size: 25px;
    }

    .prev {
        margin-left: 5px;
    }

    .next {
        margin-right: 5px;
    }
}

@media(max-width:384px) {
    .two {
        margin-left: -2%;

    }

    .prev {
        margin-left: 5px;
    }

    .next {
        margin-right: 5px;
    }
}


@media(max-width:375px) {
    .two {
        margin-left: -3%;
    }

    .prev {
        margin-left: 5px;
    }

    .next {
        margin-right: 5px;
    }
}

@media(max-width:360px) {
    .two img {
        height: 157px;
    }

    h1 {
        font-size: 22px;
    }
}