/* Add here all your CSS customizations */


.header-logo img {
    width: 201px !important;
    height: 100px !important;

}


.top-images {
    text-transform: uppercase;
}

.contents {
    border: 1px solid;
    background: #f9f9f9;
    box-shadow: 5px 5px 5px -2px;
}

tr:nth-child(odd) {
    background-color: #f9f9f9;
}


table th {
    padding-left: 10px
}

table tr {
    padding-left: 10px
}

table td {
    padding-left: 10px
}

.page-header {
    background: url(../img/steel-fastener-banner.jpg);
    background-position: center;
    background-size: cover;
}

.active-li {
    color: #da1717 !important;
}

#sidebar-text li {
    font-size: 12px !important;
}

table {
    text-align: center;
    display: block;
    border: none;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.price-table {
    text-align: left !important;
}

tbody {
    width: 100%;
    display: table;
    border: 1px solid;

}

table th,
tr,
td {
    border: 1px solid;
}

#footer {
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
}

.form-control {
    border-color: #00000075;
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 14.4px 12px;
    padding: 0.9rem .75rem;
    height: auto !important;
    border-radius: 16px;
}

.form-control:focus {
    border: 1px solid #0062cc;
}

btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 2;
    border-radius: 16px;
}

.border-circle {
    border: 2px solid rgba(0, 98, 204, 0.3) !important;
    border-radius: 100%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: auto;
}

.border-circle img:hover {
    transition: 1s;
    transform: scale(1.5) rotateZ(360deg);
}

.border-sq {
    border: 1px solid rgba(0, 98, 204, 0.3) !important;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0px 3px 0px 0px rgba(0, 98, 204, 0.3);
    margin: auto;
}

.border-sq img:hover {
    transition: 1s;
    transform: scale(1.5);
}

.accordion.accordion-style-1 .card {
    box-shadow: 1px 0px 5px 0px;
}





/*Media Query*/

@media screen and (max-width: 991px) and (min-width: 768px) {

    .border-circle {

        width: 100px;
        height: 100px;
    }

}

@media screen and (max-width: 767px) and (min-width: 200px) {

    .border-sq {

        width: 200px;
        height: 200px;
    }