/*--------------------------------------------------------------
  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
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.heaher__top__left li.header-top-phone {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.heaher__top__left li.header-top-phone i {
    margin-left: 8px;
}

.heaher__top__left li.header-top-phone a.contact-phone {
    color: #fff;
    font-size: 12px;
}

.heaher__top__left li.header-top-phone a.contact-phone:hover {
    color: #fcc236;
}

.header__top__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.header__top__right .header-lang-switch {
    flex-shrink: 0;
}

.header__top__right .login-register {
    margin-right: 0;
}

.header-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}

.header-lang-current {
    color: #fcc236;
}

.header-lang-link {
    color: #fff;
    opacity: 0.9;
}

.header-lang-link:hover {
    color: #fcc236;
    opacity: 1;
}

.header-lang-sep {
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    font-weight: 400;
}

.htc__footer__wrap--two-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.htc__footer__wrap--two-col > [class*="col-"] {
    float: none;
}

.htc__footer__wrap--two-col .ft__details {
    max-width: 420px;
}

.htc__footer__wrap--two-col .ft__details p {
    line-height: 26px;
}

.footer__link--services {
    display: flex;
    flex-wrap: wrap;
    gap: 0 48px;
    margin-top: 4px;
}

.footer__link--services .ft__menu {
    float: none;
    margin-left: 0;
    margin-right: 0;
    min-width: 150px;
}

.footer__link--services .ft__menu li + li {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .footer__link--services {
        gap: 0 32px;
    }

    .htc__footer__wrap--two-col .ft__details {
        max-width: none;
    }
}
