/* Header */

header a.logo img {
    max-height: initial!important;
}

header nav.navbar-default,
nav.navbar.bootsnav {
    background-color: #000000;
}

.white-link .header-searchbar,
.white-link .header-social-icon {
    border-left: 1px solid rgba(255, 255, 255, 1)!important;
}

header nav.navbar.white-link .navbar-nav>li>a,
nav.navbar.bootsnav.white-link ul.nav>li>a {
    padding: 32px 0;
}


/* home page */

.bg-deep-gray {
    background-color: #878787!important;
}

.col-centered {
    text-align: center;
    margin-top: 30px;
    justify-content: center;
}

.opacity-extra-medium {
    opacity: 0.7!important;
}


/* Footer */

.footer-logo {
    max-height: initial!important;
}

.social-icon-style-8 a:hover {
    color: rgba(255, 255, 255, 0.6)!important;
}

.footer-nav {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.quicklink {
    list-style: none;
    padding: 0;
}

.quicklink li a:hover {
    color: #939393!important;
    text-decoration: underline!important;
}

.cont-icon {
    font-size: 15px;
    margin-right: 10px;
}

.address-space {
    margin-top: -4px;
    margin-left: 8px;
}


/* common */

.icon-style {
    font-size: 60px;
}

.v-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.m-auto {
    margin: 0 auto;
}

.m-top-84px {
    margin-top: 84px;
}

.flex-bx {
    display: flex;
}

.hovr-clr a:hover,
a:active {
    color: #878787!important;
    text-decoration: underline;
}

.hovr-underline a:hover,
a:active {
    text-decoration: underline;
    color: #000000!important;
}

.hover-effect:hover {
    color: #878787!important;
    text-decoration: underline;
}

.down-arrow {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 19px;
    z-index: 0;
    cursor: pointer;
}


/* contact-us */

.social-icon-style-5 a:hover {
    background-color: #878787!important;
}

.map-height {
    height: 500px!important;
}


/* details */

.detail-info {
    width: 70%;
    margin: 0 auto;
}

.sub-heading {
    font-size: 18px;
    margin-bottom: 15px;
}

.dtl-list {
    padding: 0 15px;
    /* margin-bottom: 0; */
}


/* about-us */

.team {
    display: table;
    height: 100%;
}

.team .middle-icon {
    display: table-cell;
    vertical-align: middle;
}

.our-clients-list {
    height: 140px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

@media (max-width: 768px) {
    .our-clients-list {
        height: auto;
    }
    header nav.navbar.white-link .navbar-nav>li>a,
    nav.navbar.bootsnav.white-link ul.nav>li>a {
        padding: 20px;
    }
    header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a {
        padding: 20px!important;
    }
    .navbar-nav>li.dropdown>.fas {
        top: 12px!important;
    }
    .m-mob-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .detail-info {
        width: 100%;
    }
}