body {
    background-image: url("https://raw.githubusercontent.com/AbderrahmeneDZ/ironweb/master/images/bg-img.png");
    font-family: 'Roboto', sans-serif;
    padding-left: 5rem!important;
    padding-right: 5rem!important;
}

header {
    position: relative;
}

.company-logo {
    position: absolute;
    top: 50%;
    left: 5%;
    color: white;
    transform: translate(-5%, -50%);
    background-color: rgba(255, 255, 255, 0.712);
    text-shadow: 1px 2px 1px #616161;
}

.nav_container .col-md-2 img {
    height: 120px;
    width: auto;
}

.icon-navbar {
    height: 50px;
    width: auto;
}

.header-info * {
    display: inline-block;
    vertical-align: middle;
}

.company-logo img {
    height: 150px;
    width: auto;
    vertical-align: middle;
    margin-bottom: 0.1em;
}

.company-logo span {
    font-size: 44px;
    vertical-align: middle;
}

.carousel-item {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-item-1 {
    background-image: url("../images/header.jpg")
}

.c-item-2 {
    background-image: url("../images/header_1.jpg")
}

.c-item-4 {
    background-image: url("../images/header_2.jpg")
}

.c-item-3 {
    background-image: url("../images/team.jpg")
}

.app-header {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.body-img {
    height: 250px;
}

p {
    text-align: justify;
}

footer {
    color: white;
}

.contact-item i {
    vertical-align: middle;
    margin-right: 5px;
}

nav {
    padding: 0 !important;
}

.navbar-nav li {
    padding: 5px 2px 5px 2px;
    text-align: center;
}

.text-item {
    color: #1b1b1b !important;
    font-size: 18px;
}

.nav-item:hover {
    background-color: #1b1b1b;
    color: white !important;
}

.nav-item:hover * {
    color: white !important;
}

.col-md-4 .material-icons {
    vertical-align: middle;
}

@media(max-width: 600px) {
    .header-info {
        margin-left: 10px;
    }
    .info-nav {
        font-size: 12px;
    }
    .icon-navbar {
        height: 30px;
        width: auto;
    }
    .company-logo {
        left: 50%;
        transform: translate(50%, -50%);
    }
    .company-logo img {
        height: 100px;
        width: auto;
        vertical-align: middle;
        margin-bottom: 0.1em;
    }
    .company-logo span {
        font-size: 32px;
        vertical-align: middle;
    }
    .navbar-nav {
        width: 100% !important;
    }
    .navbar-nav li {
        width: 100% !important;
    }
}

@media(max-width: 992px) {
    body {
        padding: 0 !important;
    }
    .company-logo {
        left: 10%;
        transform: translate(-10%, -50%);
    }
    .company-logo img {
        height: 100px;
        width: auto;
        vertical-align: middle;
        margin-bottom: 0.1em;
    }
    .company-logo span {
        font-size: 32px;
        vertical-align: middle;
    }
    .navbar-nav {
        width: 100% !important;
    }
    .navbar-nav li {
        width: 100% !important;
    }
}