.navbar-brand .logo {
    width: 250px;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

#mainNav.navbar-shrink .navbar-nav .nav-link::after {
    background: #adadad;
}

#mainNav.navbar-shrink .navbar-nav .nav-link {
    color: #adadad;
}

.services-inner-box::after {
    background: #adadad;
}

.filter-button-group button.active {
    background: #adadad;
}

.gallery-list .img-overlay {
    background: rgb(90 99 102 / 80%);
}

.our-team .title {
    color: #adadad;
}

.copyrights img {
    width: 160px;
}

.wp-button {
    margin-top: 14px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.gallery-single{
	min-height: 239px;
	max-height: 239px;
}
.filter-button-group button{
	margin: 10px;
}
.heading{
    height: 100% !Important;
}
.main-banner-blog {
    height: 250px;
    position: relative;
}
.main-banner-blog {
    display: table;
    width: 100%;
    text-align: center;
}

.main-banner-blog::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #999999;
    z-index: 0;
    opacity: .6;
}
.heading-blog {
    color: #fff;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.heading-blog h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;

}

.heading-blog p {
    font-size: 18px;
    padding: 20px 0px;
}

.heading-blog h3 {
    color: ffffff;
}
.footer-links a {
    color: #423f3f;
}
.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #adadad;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    overflow: hidden;
}

/** ADD YOUR AWESOME CODES HERE **/