﻿.megamenu .list-group-item {
    border-radius: 6px !important;
    padding: 0px !important;
    color: #000 !important;
}

.megamenu .menutit {
    color: #000 !important;
}

/* ====================== [ Start services ] ====================== */
.row-flex{
    display:flex;
    flex-wrap:wrap;
}
.services .bord-box {
    overflow: hidden;
}

.services .box-top {
    position: relative;
    margin-top: -80px;
    z-index: 4;
}

.services .feat-top {
    padding: 100px 80px;
    position: relative;
    width: 80%;
    margin-top: -40px;
    z-index: 3;
}

    .services .feat-top .notfull {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

        .services .feat-top .notfull.animated {
            width: 100%;
        }

.services .item-bx {
   /* padding: 60px 40px;*/
    height: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    .services .item-bx:last-of-type {
        border-right: 1px solid #eee;
    }

    .services .item-bx:hover {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

        .services .item-bx:hover p {
            color: #eee;
        }

        .services .item-bx:hover .more {
            color: #a7a9ad;
        }

    .services .item-bx .numb {
        font-size: 60px;
        margin-bottom: 10px;
        color: transparent;
        -webkit-text-stroke: 1px #a7a9ad;
    }

    .services .item-bx .icon {
        font-size: 60px;
        color: #a7a9ad;
        margin-bottom: 30px;
    }

    .services .item-bx .more {
        font-size: 20px;
    }

    .services .item-bx.bg-img {
        position: relative;
        border: 0;
        z-index: 2;
    }

        .services .item-bx.bg-img:hover:after {
            background: rgba(0, 0, 0, 0.6);
            color:white;
        }

        .services .item-bx.bg-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: #fff;*/
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            z-index: -1;
        }

        .services .item-bx.bg-img p {
            font-size: 14px;
            /*line-height: 22px;*/
            text-transform: math-auto;
            font-weight: 400;
        }

.services .item-sm h6 {
    font-weight: 600;
    font-size: 18px;
}

.services .item-sm .numb {
    font-size: 40px;
    font-weight: 400;
    color: #a7a9ad;
    padding-right: 70px;
    line-height: 1;
    position: relative;
}

    .services .item-sm .numb:after {
        content: '';
        position: absolute;
        right: 10px;
        bottom: 10px;
        background: #ddd;
        width: 50px;
        height: 1px;
    }

.services.halfbg .background {
    height: 70vh;
}

.services.halfbg .ontop {
    position: relative;
    margin-top: -120px;
    z-index: 3;
}

    .services.halfbg .ontop .item-bx:hover {
        background: #a7a9ad;
    }

        .services.halfbg .ontop .item-bx:hover .numb,
        .services.halfbg .ontop .item-bx:hover .more {
            color: #fff;
        }


/* ====================== [ End services ] ====================== */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .navbar-custom .navbar-main-collapse .dropdown .megamenu {
        padding: 0px;
    }
    .dropdown .megamenu .category-main {
        padding: 0px 35px;
    }
    .menusearch {
        top: 10%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .navbar-custom .navbar-main-collapse .dropdown .megamenu {
        padding: 0px;
    }
    .dropdown .megamenu .category-main {
        padding: 0px 5px;
    }
    .menusearch {
        top: 10%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbar-custom .navbar-main-collapse .dropdown .megamenu {
        padding: 0px;
    }
    .menusearch {
        top: 10%;
    }
    .dropdown .megamenu .category-main {
        padding: 0px 5px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar-custom .navbar-main-collapse .dropdown .megamenu {
        padding: 30px 15px;
    }
    .menusearch {
        top: 10%;
    }
    .dropdown .megamenu .category-main {
        padding: 0px 5px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbar-custom .navbar-main-collapse .dropdown .megamenu {
        padding: 30px 15px;
    }
    .menusearch {
        top: 10%;
    }
    .dropdown .megamenu .category-main {
        padding: 0px 5px;
    }
 }