/*------------------------------------------------------------------
    ADD YOUR OWN THEME STYLING HERE 
-------------------------------------------------------------------*/

.contact-form textarea#message,
.contact-form input#name,
.contact-form input#email,
.contact-form input#company {
    background: white;
    color: black;
}

.facts {
    background-image: url(../images/fact/bg-parallax-1.png);
}

.facts h5 {
    color: white;
    text-align: center;
    font-weight: normal;
}

.brandLogos img.i-div {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
}

@media(max-width:992px) {
    .counter .c-style-4 {
        padding-bottom: 0px;
    }
    .brandLogos img.i-div {
        width: 40%;
        background-color: rgb(255, 255, 255);
        padding: 10px;
        transform: initial;
        position: initial;
        margin: 0;
    }
    .container {
        text-align: center;
    }
    header nav {
        width: initial;
        float: none;
    }
}

@media(max-width:767px) {
    #about img.img-responsive {
        transform: rotate(-90deg);
        width: 20%;
    }
    #about.padding-top-80 {
        padding-top: 0px !important;
    }
    .counter .c-style-4 {
        padding-bottom: 0px;
    }
    .brandLogos img.i-div {
        width: 40%;
        background-color: rgb(255, 255, 255);
        padding: 10px;
        transform: initial;
        position: initial;
        margin: 0;
    }
    article.portfolio-item {
        border: 2px white solid;
    }
}
