/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/01/2020, 23:55:04
    Author     : macleody
*/
.whatsapp-button i {
    color: #fff;
}

.whatsapp-button {
    width: 60px;
    height: 60px;
    font-size: 28px;
    background-color: #189d0e;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    border-radius: 50%;
    box-shadow: #000 1px 1px 20px;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.service-image img.img-responsive {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.navbar-brand.navbar-bg {
    width: 15%;
    height: auto;
}

#img-logo {
    width: 90%;
    margin-right: 12px
}

.portfolio-static-item figure img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

figure.item.client_logo a img {
    width: 100%
}

.client-carousel .item a {
    height: 145px;
}

.image-block-content {
    padding: 0 !important;
}

.feature-content {
    padding-right: 0px;
}

.isotope-nav {
    margin: 0px auto 80px;
}

.isotope-nav ul li {
    margin-bottom: 15px;
}

.slider-nav ul {
    width: 100%;
    padding: 0;
    text-align: center;
}

.slider-nav li {
    width: 250px !important;
    margin: 0 89px;
}

.slider-nav a {
    font-size: 1.7rem !important;
}

.overlay2::before {
    width: 100%;
    height: 720px;
    z-index: 1;
}

.box-slider {
    width: 100%;
    position: absolute;
    top: 50%;
}

.item-slider {
    width: 33.3333333%;
    float: left;
    text-align: center;
}

.item-slider a h1 {
    position: relative;
    z-index: 2;
    bottom: 408px;
    color: #fff;
    text-transform: uppercase;
}

.item-slider img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: center;
}

#banner-area {
    height: 500px;
}

#main-container {
    background-color: #fff;
}

#banner-area img {
    position: fixed;
}

.footer {
    position: relative
}

@media (max-width: 768px) {
    .item-slider a h1 {
        font-size: 100%;
    }
}

@media (max-width: 767px) {

    .navbar-brand.navbar-bg {
        width: 30% !important;
    }

    #img-logo {
        margin-right: 5px
    }
}