﻿
/* whatApp float */
.float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 160px;
    right: 30px;
    background-color: #1baa34;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index:3;
}

.my-float {
    font-size: 32px !important;
    margin-top: 20px;
}

.float:hover {
    background: #00b2e2;
    color: #fff;
}

.label-container {
    position: fixed;
    bottom: 166px;
    right: 102px;
    display: table;
    visibility: visible;
    z-index:3;
}

.label-text {
    color: #FFF;
    background: #00b2e2;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    border-radius: 18px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

/* My style */

#hero {
    height: 70vh !important;
}

#hero h1 {
        margin-top: -130px;
    }

@media (max-width: 992px) {
    #hero {
        height: calc(50vh - 70px);
    }
}

section {
    padding: 0px 0;
}

    /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
    .clients {
        background: #50525a !important;
        padding: 10px 0;
        text-align: center;
    }

        .clients .col-lg-2 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .clients img {
            width: 100%;
            -webkit-filter: grayscale(100);
            filter: grayscale(100);
            transition: all 0.4s ease-in-out;
            display: inline-block;
            padding: 10px 0;
        }

            .clients img:hover {
                -webkit-filter: none;
                filter: none;
                transform: scale(1.1);
            }

    @media (max-width: 768px) {
        .clients img {
            width: 60%;
        }
    }

    @media (max-width: 575px) {
        .clients img {
            width: 50%;
        }
    }

    .header-social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #1baa34;
        color: #fff;
        transition: all 0.4s;
    }

        .header-social-links a:hover {
            background: #3498db;
            color: #fff;
        }

    #header {
        background: #50525a;
    }

    .nav-menu a {
        color: #ffffff;
    }

    .mobile-nav-toggle i {
        color: #ffffff;
    }

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #222;
    }

    #footer {
        color: #fff;
        font-size: 14px;
        background: #444;
    }


#we {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/about/we-img.jpg) fixed center center;
    background-size: auto, auto;
    background-size: cover;
    padding: 200px 0;
}

#service {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/services/service-img.jpg) fixed center center;
    background-size: auto, auto;
    background-size: cover;
    padding: 200px 0;
}

/* Flex Caption*/
.flex-caption {
    background-color: rgba(0, 193, 243, 0.4);
    padding: 30px;
}

    .flex-caption h1 {
        color: #fff;
        text-align: left;
    }

.suscribe-area {
    background: #3EC1D5 none repeat scroll 0 0;
    padding: 30px 0;
}

.suscribe-text {
    display: block;
    padding: 10px 0;
}

    .suscribe-text h3 {
        color: #fff;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
    }