*:hover {
    text-decoration: none !important;
    outline: none !important;
}


header .header-bottom .has-childs::after {
	border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

@media screen and (min-width:800px) {
		
	header .header-bottom ul {
	background-color:#379CD6;
	justify-content:center !important;
    display: flex;
    align-items: center;
    list-style: none;
}
	
	header .header-bottom ul li a{
	color:#fff !important;
}

}
 

header .btn.yellow {
	height:42px;
	text-shadow:none;
	font-size:16px !important;
}

header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    padding: 12px 0;
    padding-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #F0F4F5;
    max-width: 100%;
    height: 68px;
}

.primary-menu-container-header .header_buttons.btn.yellow{
	display:none !important;
}

.primary-menu-container-header{
	visibility:unset !important;
	background-color:#fff !important;
	background:#fff !important;
}

	header .header_buttons.header_buttons_tel{
	  color: #379CD6;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        display: flex;
        position: relative;
        align-items:center;
        border: 2px solid #379CD6;
        height: 42px;
        border-radius: 15px;
        padding: 0 15px;
        /* color: #000; */
        font-weight: 600;
		transition:0.3s;
	}


header .header_buttons.header_buttons_tel::after {
    content: '';
    position: absolute;
    bottom: 35px;
    left: 0;
    background-color: #1C9BB3;
    width: 0;
    height: 1px;
    transition: all .2s ease;
}

header .header_buttons.header_buttons_tel:hover{
	background:linear-gradient(180deg, #31B8E7 0%, #1698DE 104.41%) !important;
	color:#fff;
}


header .site-logo {
    width: 200px;
	margin: 0px 0;
}
header .site-logo img {
    width: 200px !important;
    height: auto !important;
}

header .site-logo .custom-logo {
	width: 176px !important;
	max-width:200px !important;
}

header .primary-navigation {
    margin-left: initial;
}

header .menu-wrapper {
    height: 40px;
}
header .menu-wrapper li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #1F4248 !important;
    padding: 7px !important;
    margin-right: 15px;
    border-bottom: 1px solid transparent;
    transition: all .2s ease;
    text-decoration: none !important;
}

header .primary-navigation > div > .menu-wrapper {
	justify-content:flex-end;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    border-color: #1C9BB3 transparent !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    border-color: #fff transparent !important;
}

.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child::after {
    width: 100%;
}

header .header-bottom  li a{
    position: relative;
}

header .header-bottom  li a::after{
    content: '';
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 0;
    transition: .3s;
    background-color: #fff;
}

header .header-bottom  li a:hover::after {
    width: 100%;
}

header .flex-wrapper {
    justify-content: space-between;
}

header .header_contact {
    display: flex;
    align-items: center;
}

header .header_contact a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #1F4248;
    padding: 20px 35px;
    display: block;
    transition: all .2s ease;
}

header .header_contact a:hover {
    color: #1C9BB3;
}
header .wrap {
    display: flex;
    gap: 32px;
    align-items: center;
}

.header_buttons {
    display: flex;
    position: relative;
    height: 100px;
}
.header_buttons .header_btn {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.header_buttons .header_btn .bottom {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 60px;
    border-radius: 0px 0px 15px 0px;
}
.header_buttons .header_btn.residential {
    border-radius: 15px 0px 0 0px;
    background: #1C9BB3;
}
.header_buttons .header_btn.commercial {
    border-radius: 0 0px 15px 0px;
}
.header_buttons .header_btn .top {
    height: 40px;
    padding: 10px;
}
.header_buttons .header_btn .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_buttons .header_btn.residential .bottom {
    background: #1C9BB3;
    opacity: 1;
    z-index: 5;
    transition: all .2s ease;
}
.header_buttons .header_btn.commercial {
    background: #38A85E;
}
.header_buttons .header_btn.commercial .bottom {
    z-index: 4;
    background: #38A85E;
    opacity: 0;
    transition: all .2s ease;
}
.header_buttons .header_btn.residential .top.hover + .bottom {
    opacity: 1;
}
.header_buttons .header_btn.commercial .top.hover + .bottom {
    opacity: 1;
}
.header_buttons:has(.header_btn.residential .top.hover) .header_btn.commercial .bottom {
    opacity: 0;
}

.header_buttons:has(.header_btn.commercial .top.hover) .header_btn.residential .bottom {
    opacity: 0;
}
header .tel a {
    color: #1F4248;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: block;
    position: relative;
}

header .tel a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #1C9BB3;
    width: 0;
    height: 1px;
    transition: all .2s ease;
}
header .tel a:hover::after {
    width: 100%;
}
header .container {
    max-width: 1300px !important;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.primary-navigation > div > .menu-wrapper li.has-childs:hover .sub-menu {
    display: flex;
}
header .has-childs .sub-menu-toggle {
    display: none !important;
}
header .has-childs {
    padding-right: 10px;
    position: relative;
}
header .has-childs.column .sub-menu {
    display: flex;
    flex-direction: column;
    width: 200px!important;
}
header .has-childs.column .sub-menu li {
    width: 100% !important;
}
header .has-childs::after {
    border-bottom: 2px solid #1F4248;
    border-left: 2px solid #1F4248;
    content: "";
    transform: rotate(-45deg);
    transition: all .2s ease;
    height: 8px;
    width: 8px;
    position: absolute;
    right: 17px;
    top: 12px;
}
.primary-navigation .sub-menu .menu-item > a {
    font-size: 16px !important;
    line-height: 130%;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15slinear infinite;
    display: block;
    width: 100%;
    font-weight: 700;
	animation: marquee 15s linear infinite;
}

.primary-navigation{
		margin-top:10px !important;
	}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background: black;
    color: white;
    white-space: nowrap;
    display: flex;
	cursor:pointer;
    align-items: center;
}

.mobile-nav {
	display:none;
}

.desktop-nav {
	margin-left:-7px !important;
    
}

header .site-branding{
	height:45px;
	margin-top:0px !important;
    display: none;
}

header .soc_links{
	display:none !important;
}


      @keyframes marquee {
        from {
          transform: translateX(100%);
        }
        to {
          transform: translateX(-100%);
        }
      }

@media(max-width:850px){
	.marque{
		width:unset;
	}
	
	
}


.open-burger {
    display: none;
}


@media screen and (min-width: 481px) {
    header .has-childs:hover::after {
        margin-top: 5px;
        transform: rotate(135deg);
    }
	
	
}
@media screen and (max-width: 481px) {
    header .has-childs.active::after {
        margin-top: 5px;
        transform: rotate(135deg);
    }
}

header .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    display: flex;
    transition: all .2s ease;
    flex-wrap: wrap;
    width: 320px;
    min-width: auto !important;
    border-radius: 0px;
    border: 1px solid #1C9BB3;
    background-color: #fff;
	flex-direction:column;
	padding:0 !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu::after,.primary-navigation > div > .menu-wrapper > li > .sub-menu::before {
	display:none !important;
}

header .primary-navigation > div > .menu-wrapper > li > .sub-menu li{
	background-color:#1C9BB3 !important;
	color:#fff !important;
	border-bottom:1px solid #fff;
	display:flex;
	align-items:center;
	height:60px;
}


header .primary-navigation > div > .menu-wrapper > li > .sub-menu li:hover{
	background-color:#19899e !important;
}


header .primary-navigation > div > .menu-wrapper > li > .sub-menu li a{
	color:#fff !important;
}

header .primary-navigation > div > .menu-wrapper > li > .sub-menu li:last-child {
	border-bottom:0px;
}

.popup_subtitle {
    color: #626262;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
}
.popup .top_flex .popup_title {
    margin-left: 30px;
}
@media screen and (min-width:482px) {
    .primary-navigation > div > .menu-wrapper > li:hover > .sub-menu {
        padding: 10px;
    }
}
@media screen and (max-width:482px) {
    .primary-navigation > div > .menu-wrapper > li.active > .sub-menu {
        padding: 10px;
    }
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    width: 100%;
    background: transparent !important;
}

button {
    outline: none !important;
}
header .tel {
    margin-right: 5px;
}
header .mobile_tel {
    display: none;
}
@media screen and (max-width: 1140px) {
    header .site-logo {
        max-width: 150px;
    }
    header .tel a {
        font-size: 15px;
    }
    header .menu-wrapper li a {
        margin-right: 8px;
    }
    header .has-childs::after {
        right: 12px;
    }
}
@media screen and (max-width: 800px) {

    .open-burger {
        position: relative;
        width: 24px;
        height: 24px;
        display: block;
    }

    .open-burger div {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #000;
        border-radius: 4px;
        left: 0;
    }

    .open-burger div:first-child {
        top: 4px;
    }

    .open-burger div:nth-child(2){
        top: 12px;
    }

    .open-burger div:last-child {
        bottom: 2px;
    }

    .open-burger.active div:first-child {
        transform: rotate(45deg);
        top: 11px;
    }

    .open-burger.active div:nth-child(2) {
        display: none;
    }

    .open-burger.active div:last-child {
        transform: rotate(-45deg);
        bottom: 12px;
    }

    .header-buttons-flex {
        display: none !important;
    }

    .desktop-nav.active {
        left: 7px !important;
    }
	
	header .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
		background-color:transparent !important;
		margin:auto !important;
	}
	
	header .primary-navigation > div > .menu-wrapper > li > .sub-menu li a {
		color:#1F4248 !important;
	}
	
	header .primary-navigation > div > .menu-wrapper > li > .sub-menu {
		border:none !important;
		width:100% !important;
	}
	
	.mobile-height{
		height:0;
	}
	
	.menu-button-container #primary-mobile-menu .dropdown-icon.close .svg-icon{
		position:absolute;
		top:20px;
		right:20px;
	}
	
	.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
		top:-10px !important;
	}
	
	header .soc_links svg{
		width:60px
	}
	
    header .mobile_tel {
        display: block;
    }
    header .mobile_tel a {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header .tel:not(header .mobile_tel.tel) {
        display: none;
    }
    header .primary-navigation > .primary-menu-container {
        position: absolute !important;
        top: 80px !important;
        left: -3000px;
        transition: all .3s ease;
        background-color: #fff;
        width: 100vw;
        height: 100vh;
    }
    header .primary-navigation > .primary-menu-container > ul {
        display: flex;
        flex-direction: column;
		min-height:calc(100% - 176px);
		justify-content:center;
		gap:30px;
		padding-bottom:20px;
    }
    .menu-button-container #primary-mobile-menu .dropdown-icon {
        font-size: 0 !important;
    }
    header .menu-button-container {
        display: block;
        position: static;
    }
    .primary-navigation-open header .primary-navigation > .primary-menu-container {
        left: 10px;
        z-index: 3;
        padding: 20px;
    }
    .primary-navigation {
        position: static !important;
    }
    header .menu-wrapper {
        height: auto;
    }
    header.site-header {
        height: 90px;
        padding: 5px 0;
    }
    .header_buttons .header_btn .bottom {
        height: 40px;
    }
    .header_buttons {
        height: 80px;
    }

    .menu-button-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .site-branding {
        margin-top: 0 !important;
        order: 1;
        width: 20%;
        min-width: 135px;
    }
    header .site-logo {
        margin: 0 !important;
        margin-top: 4px !important; 
    }
    header .primary-navigation {
        order: 3;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .tel {
        order: 2;
        width: 41%;
        text-align: right;
    }
    .header_buttons {
        order: 4;
        width: 225px;
    }
    .menu-button-container #primary-mobile-menu {
        margin-left: 0 !important;
    }

    .top_level {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    header .flex-wrapper {
        flex-direction: row;
    }
}

@media screen and (min-width: 800px) {
    header .top_level {
        display: none;
    }
	
	
}
@media screen and (max-width: 800px) {
	
	
	header .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
		height: unset;
	}
	
	header .primary-navigation > div > .menu-wrapper > li > .sub-menu li:last-child{
		margin-bottom: 0px !important;
	}
	
	
	
	header .menu-wrapper li a {
		padding:10px !important;
	}
	
	header .header-bottom .has-childs::after{
		border-bottom: 2px solid #1F4248;
    	border-left: 2px solid #1F4248;
	}
	
	header {
		min-height:64px;
	}
	
	
    header .primary-navigation > .primary-menu-container {
        top: 55px !important;
    }
    header.site-header {
        transition: all .4s ease;
    }
    header.site-header.down {
        top: -40px
    }
    header.site-header.up {
        top: 0;
    }
    header.site-header.down .top_level {
        opacity: 0;
    }
    header.site-header.up .top_level {
        opacity: 1;
    }
    header.site-header .top_level {
        transition: all .4s ease;
    }
    header .top_level .site-branding {
        display: block;
		
    }
 
    header .top_level .tel {
        display: block;
    }
    header.site-header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 0;
        height: unset;
    }
	
	
    .header_buttons.btn.yellow,.header_buttons {
        height: 60px;
		display:none !important;
    }
    .header_buttons .header_btn .top {
        height: 30px;
    }
    .header_buttons .header_btn .bottom {
        height: 30px;
        top: 30px;
    }
    header .tel {
        display: none;
        /* order: 2;
        padding-right: 10px; */
    }
    header .primary-navigation {
        order: 1;
    }
    .site-branding {
        display: none;
    }
    .header_buttons .header_btn {
        font-size: 14px;
    }
    .header_buttons {
        width: 184px;
    }
    header a:hover {
        outline: none !important;
        text-decoration: none !important;
    }
    .site-branding {
        margin-right: 0 !important;
    }
	
	header .header-buttons-flex{
	display: flex;
    align-items: center;
    gap: 10px !important;
    overflow: hidden;
    flex-direction: column;
    margin-top: -41px;
	}
	
	#primary-mobile-menu{
		margin-left: -23px;
	}
	
	header .site-logo{
		width:fit-content !important;
	}
	
	header .soc_links{
		display:block !important;
	}
	
	header .soc_links ul{
		display:flex !important;
		list-style:none;
		padding-left:0;
		justify-content:center;
	}
	
	header .primary-menu-container-header .header_buttons.btn.yellow {
		display:unset !important;
	}
	
}
@media screen and (max-width: 481px) {
    .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
        display: block !important;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item > a {
		font-size:22px;
    }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        flex-direction: column;
        width: auto;
        max-height: 0;
        border: none;
        overflow: hidden;
    }
    .primary-navigation > div > .menu-wrapper > li.active > .sub-menu {
        max-height: 1000px;
    }
    .primary-navigation-open header .primary-navigation > .primary-menu-container {
        left: 6px;
    }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
        width: auto;
    }
    .primary-navigation .sub-menu .menu-item > a {
        line-height: 140%;
		text-align:center;
    }
}