.heaher__top__btn {
    display: none !important;
}

.htc__testimonial__wrap .testimonial__activation {
    padding-bottom: 50px;
}

.htc__testimonial__wrap .slick-dots {
    bottom: 0 !important;
    right: auto !important;
    left: 0;
    width: 100%;
    text-align: left;
    padding-left: calc(48% + 40px);
    margin-top: 20px;
}

.htc__testimonial__wrap .testimonial__details h4 {
    line-height: 1.6;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-top: 10px;
    padding-right: 10px;
}

.htc__testimonial__wrap .testimonial__details h2 {
    margin-top: 22px;
}

@media (max-width: 767px) {
    .htc__testimonial__wrap .slick-dots {
        padding-left: 0;
        text-align: center;
        bottom: -10px !important;
    }
}

.htc__team__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.htc__blog__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.htc__blog__wrap > [class*="col-"] {
    display: flex;
}

.htc__blog__wrap .blog {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.htc__blog__wrap .blog:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.htc__blog__wrap .blog__thumb {
    padding-bottom: 0;
    overflow: hidden;
}

.htc__blog__wrap .blog__thumb a img {
    height: 230px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.htc__blog__wrap .blog:hover .blog__thumb a img {
    transform: scale(1.04);
}

.htc__blog__wrap .blog__hover__info {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    margin-top: -22px;
    display: flex;
    justify-content: center;
}

.htc__blog__wrap .blog__meta {
    height: auto;
    min-height: 42px;
    padding: 10px 24px;
    width: auto;
    max-width: calc(100% - 40px);
    border-radius: 30px;
}

.htc__blog__wrap .blog__meta li + li {
    margin-left: 0;
}

.htc__blog__wrap .blog__details {
    padding: 18px 20px 26px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.htc__blog__wrap .blog__details h2 {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.55;
    min-height: 70px;
}

.htc__blog__wrap .blog__details h2 a {
    color: #444;
    transition: color 0.3s ease;
}

.htc__blog__wrap .blog__details h2 a:hover {
    color: #fcc236;
}

.htc__blog__wrap .blog__project__info {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #ececec;
}

.htc__blog__wrap .blog__project__info p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.htc__blog__wrap .blog__project__info p:last-child {
    margin-bottom: 0;
}

.htc__blog__wrap .blog__project__info strong {
    color: #1f2d30;
    font-weight: 600;
    display: inline-block;
    min-width: 82px;
}

/* Global responsive fixes */
html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.logo img {
    max-height: 60px;
    width: auto;
}

/* Tablet and below - logo left, hamburger right */
@media (max-width: 991px) {
    .main__menu__nav.hidden-xs.hidden-sm,
    .main__menu__nav {
        display: none !important;
    }

    .htc__header__search {
        display: none !important;
    }

    .mainmenu__wrap {
        position: relative;
        min-height: 70px;
    }

    .mainmenu__wrap > .container {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainmenu__wrap .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        min-height: 70px;
        margin-left: 0;
        margin-right: 0;
    }

    .mainmenu__wrap .row::before,
    .mainmenu__wrap .row::after {
        display: none;
    }

    /* Logo - pinned left */
    .mainmenu__wrap .col-xs-7,
    .mainmenu__wrap .col-sm-6:first-child {
        width: auto !important;
        max-width: none;
        flex: 0 0 auto;
        float: none !important;
        padding: 0;
        margin: 0;
        text-align: left;
        order: 1;
        position: relative;
        z-index: 2;
    }

    .mainmenu__wrap .logo {
        height: auto !important;
        line-height: normal !important;
        text-align: left !important;
        padding: 10px 0;
        margin: 0;
    }

    .mainmenu__wrap .logo a {
        display: inline-block;
        line-height: 0;
    }

    .mainmenu__wrap .logo img {
        max-height: 52px;
        width: 52px;
        height: auto;
        display: block;
    }

    /* Hamburger column - pinned right */
    .mainmenu__wrap .col-xs-5,
    .mainmenu__wrap .col-md-8.col-sm-6.col-xs-5 {
        width: auto !important;
        max-width: none;
        flex: 0 0 auto;
        float: none !important;
        padding: 0;
        margin: 0 0 0 auto;
        order: 2;
        position: static !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        overflow: visible !important;
        clip: auto !important;
        height: auto !important;
    }

    .mobile-menu {
        display: none !important;
    }

    .mobile-menu-area {
        position: static !important;
        width: auto !important;
        height: auto;
        display: block !important;
        clear: none !important;
        margin: 0;
        padding: 0;
        z-index: 3;
    }

    .mean-container {
        width: auto !important;
        position: static;
    }

    .mean-container .mean-bar {
        float: none !important;
        width: auto !important;
        min-height: auto;
        padding: 0;
        position: static;
        background: transparent;
    }

    .mean-container a.meanmenu-reveal,
    .sticky__header.scroll-header .mean-container a.meanmenu-reveal {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin: 0 !important;
        transform: none;
        display: inline-block !important;
        border: 2px solid #1f2d30;
        border-radius: 4px;
        padding: 8px 10px;
        width: 28px;
        height: 22px;
        line-height: 22px;
    }

    .mean-container a.meanmenu-reveal span {
        background: #1f2d30;
        height: 3px;
        margin-top: 4px;
    }

    .mean-container a.meanmenu-reveal span:first-child {
        margin-top: 0;
    }

    /* Dropdown spans full header width */
    .mainmenu__wrap .mean-container .mean-nav {
        position: absolute;
        top: 70px;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin-top: 0 !important;
        z-index: 9999;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .sticky__header.scroll-header .mainmenu__wrap {
        min-height: 70px;
    }

    /* Show content sections hidden on tablet only */
    .htc__offer__area .hidden-sm,
    .htc__about__area .hidden-sm,
    .htc__latest__project__area .hidden-sm,
    .htc__service__area .hidden-sm {
        display: block !important;
    }

    .htc__team__wrap > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .htc__blog__wrap > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .htc__blog__wrap .blog__details h2 {
        min-height: auto;
    }

    .slider__inner h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .slider__inner h4 {
        font-size: 14px;
    }

    .section__title h2.title__line {
        font-size: 28px;
    }

    .htc__contact__wrap,
    .htc__address__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ht__address__inner,
    .ct__address {
        margin-bottom: 25px;
        width: 100%;
    }

    .footer__link {
        text-align: center;
    }

    .footer__link .ft__menu {
        display: inline-block;
        vertical-align: top;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .htc__team__wrap > [class*="col-"],
    .htc__blog__wrap > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .htc__header__top .container .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .htc__header__top .col-xs-12 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .htc__header__top .heaher__top__left {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .htc__header__top .heaher__top__left li {
        font-size: 11px;
        margin: 2px 6px;
    }

    .htc__header__top .heaher__top__left li + li {
        margin-left: 6px;
    }

    .header__top__right {
        justify-content: center;
        margin-top: 4px;
        width: 100%;
    }

    .login-register {
        margin-right: 0;
    }

    .mainmenu__wrap {
        padding: 5px 0;
    }

    .mainmenu__wrap .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slider__inner h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .slider__inner h4 {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .slider__inner p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
    }

    .slider__fixed--height {
        height: auto;
        min-height: 420px;
        padding: 80px 0 60px;
    }

    .section__title h2.title__line {
        font-size: 22px;
        line-height: 30px;
    }

    .section__title p {
        font-size: 14px;
        line-height: 22px;
        width: 100% !important;
    }

    .about__inner h2,
    .team__details h2 {
        font-size: 14px;
        word-break: break-word;
    }

    .team__details h2 a {
        font-size: 13px;
        line-height: 1.4;
    }

    .team__thumb img {
        width: 180px !important;
        height: 220px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .htc__blog__wrap .blog__thumb a img {
        height: 200px;
    }

    .htc__blog__wrap .blog__details {
        padding: 16px 14px 22px;
    }

    .htc__blog__wrap .blog__details h2 {
        font-size: 14px;
    }

    .htc__blog__wrap .blog__project__info strong {
        min-width: auto;
        display: block;
        margin-bottom: 2px;
    }

    .testimonial__details h2 {
        font-size: 15px;
    }

    .testimonial__details h4 {
        font-size: 12px;
        line-height: 1.5;
    }

    .testimonial__details p {
        font-size: 14px;
        line-height: 22px;
    }

    .htc__testimonial__wrap .slick-dots {
        position: relative;
        margin-top: 25px;
        padding-left: 0 !important;
        text-align: center;
    }

    .reguest__quote,
    .clint__comment__form {
        margin-top: 30px;
    }

    .htc__contact__address.add-res .htc__contact__wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .htc__contact__address.add-res .ht__address__inner {
        margin-bottom: 20px;
    }

    .htc__contact__address.add-res .ht__address__details p {
        font-size: 13px;
        line-height: 20px;
        word-break: break-word;
    }

    .footer__top .col-md-3,
    .footer__top .col-lg-3 {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer__instagram {
        justify-content: center;
    }

    .copyright__inner p {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        padding: 0 15px;
    }

    .htc__btn {
        padding: 0 20px;
        font-size: 13px;
    }

    .project__action h2 {
        font-size: 15px;
    }

    .bradcaump-title {
        font-size: 28px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .slider__inner h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .mainmenu__wrap .logo img {
        max-height: 44px;
        width: 44px;
    }

    .login-register li a {
        font-size: 11px;
    }

    .htc__header__top .heaher__top__left li {
        font-size: 10px;
    }
}

/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
.logo {
    transition: opacity 0.3s ease-in-out;
}
.hide-logo {
    opacity: 0;
}
<script>
    window.addEventListener("scroll", function() {
        var logo = document.querySelector(".logo");
        if (window.scrollY > 50) {
            logo.classList.add("hide-logo");
        } else {
            logo.classList.remove("hide-logo");
        }
    });
</script>

-------------------------------------------------------*/
