/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*==============================================================
 This scss/css we made it from our predefine componenet
 we just copy that css and paste here you can also do that
 ============================================================== */
/*******************
Header 1
*******************/
.h1-nav {
    padding: 0px 0;
}

    .h1-nav .navbar-nav .nav-item > .nav-link {
        line-height: 70px;
    }

    .h1-nav .navbar-nav .nav-item {
        margin: 0 20px;
    }

        .h1-nav .navbar-nav .nav-item .nav-link {
            padding: 12px 0px;
            color: #8d97ad;
            font-weight: 400;
        }

        .h1-nav .navbar-nav .nav-item:hover .nav-link {
            color: #07d79c;
        }

        .h1-nav .navbar-nav .nav-item:last-child {
            margin-right: 0px;
        }

/*******************
Static slide 1
*******************/
.static-slider1 h1 {
    font-weight: 700;
    line-height: 56px;
}

    .static-slider1 h1 span {
        border-bottom: 3px solid #1dc8cd;
    }

@media (max-width: 767px) {
    .static-slider1 h1 {
        font-weight: 700;
        line-height: 36px;
        font-size: 24px;
    }
}

/*******************
Filter section
*******************/
.filterby a {
    padding: 10px;
    font-weight: 400;
    color: #8d97ad;
}

    .filterby a:hover {
        color: #07d79c;
    }

.hidden {
    display: none;
}

/*******************
Portfolio1
*******************/
.portfolio-box {
    margin-top: 60px;
}

    /*.portfolio-box .filter {
        margin-top: 30px;
    }*/

    .portfolio-box .filter .overlay-box {
        margin-bottom: 10px;
        position: relative;
    }

        .portfolio-box .filter .overlay-box .overlay {
            position: absolute;
            /* background: rgba(29, 200, 205, 0.9);*/
            background: rgba(204,204,204,0.5);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            height: 0px;
            width: 100%;
            display: none;
            padding-top: 30%;
        }

            .portfolio-box .filter .overlay-box .overlay .port-text {
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                position: absolute;
                top: 0px;
                width: 0px;
                text-align: center;
            }

                .portfolio-box .filter .overlay-box .overlay .port-text h5 {
                    color: #ffffff;
                    font-size: 18px;
                    font-weight: 500;
                    margin-bottom: 0px;
                }

                .portfolio-box .filter .overlay-box .overlay .port-text span {
                    color: #ffffff;
                    font-size: 14px;
                }

        .portfolio-box .filter .overlay-box:hover .overlay {
            display: block;
            top: 0px;
            height: 100%;
        }

            .portfolio-box .filter .overlay-box:hover .overlay .port-text {
                top: 43%;
                width: 100%;
            }

/*******************
Client 1
*******************/
.client1 .client-box {
    margin: 0px;
    margin-top: 40px;
    border: 1px solid rgba(120, 130, 140, 0.13);
}

    .client1 .client-box [class*="col-"] {
        min-height: 130px;
        border: 1px solid rgba(120, 130, 140, 0.13);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

/*******************
footer social icons
*******************/
footer .round-social a {
    background: rgba(120, 130, 140, 0.13);
    color: #8d97ad;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

    footer .round-social a:hover {
        color: #ffffff;
    }