@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
  --bg-color: #ff1723;
  --font-standard: "Inter", sans-serif;
  --font-special: "Lato", sans-serif;
  --link-color: #ff1723;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.citybestawards {
    color: #000!important;
}
.grid-container {
    display: block;
    column-count: 4;
    gap: 0;
}
.grid-item {
    padding: 10px;
}
.grid-item img {
    height: auto;
}
img:not(.site_logo) {
    border-radius: 20px;
}
hero container section:last-child:not(.reviews hero container section:last-child):not(.faq hero container section:last-child) {
    flex: 0 0 600px;
    max-height: 1248px;
    overflow: hidden;
}
hero container {
    width: 100%;
    max-width: 100%;
}
hero container section:first-child:not(.image-masonry) {
    width: 100%;
    flex: 1;
    padding: 40px;
    align-self: start;
}
container:not(hero container) {
    padding: 40px!important;
}
.container, container {
    width: 100%;
}
body {
    /*background: #eee7e3;*/
}
.state_locations .city_ul {
    font-size: 18px;
}
.state_locations .city_ul a {
    font-weight: 400;
}
.state_locations ul li ul a {
    font-weight: 300!important;
    font-size: 17px!important;
}
.state_locations {
    border-top: none;
    border-bottom: none;
}
.location_list div a {
    border-radius: 0;
    padding: 25px;
}
.location_list div span {
    font-weight: 400;
    font-size: 19px;
}
.push_ad .ad-title, .popular_services_list span {
    font-weight: 500!important;
}
.popular_services_list span {
    margin-top: 18px!important;
}
.service_list_link {
    border-radius: 0;
}
.push_ad .ad_title_wrap, .push_ad .ad-title {
    margin-top: 0!important;
}
nav a {
    font-size: 18px;
    font-weight: 500;
    align-self: stretch;
    align-items: center;
    border: none;
    display: flex;
    border-radius: 0;
    position: relative;
}
nav a span {
    position: relative;
    font-weight: 400;
    font-size: 19px;
}
nav a:hover {
    border: none;
    background: transparent;
}
nav a span {
    position: relative;
}
nav a span:after {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform .7s cubic-bezier(.19,1,.22,1);
    width: 100%;
    transform: scaleX(0);
    transform-origin: right center;
}
nav a span:hover:after, nav a.dp_active span:after {
    transform: scaleX(1);
    transform-origin: left center;
}
.masonry_container {
    position: relative;
}
.masonry_container:before {
    content: '';
    height: 300px;
    width: 100%;
    background: linear-gradient(to bottom, #fff, transparent);
    z-index: 10;
    display: block;
    position: absolute;
}
.masonry_container:after {
    content: '';
    height: 300px;
    width: 100%;
    background: linear-gradient(to bottom, #fff, transparent);
    z-index: 10;
    display: block;
    position: absolute;
}
.desktop_nav {
    flex: 1;
}
p {
    font-size: 21px;
    line-height: 38px;
    font-weight: 300;
}
.site_logo {
    width: 182px;
    height: 50px;
}
.site_logo_wrapper {
    padding: 10px 45px;
    align-self: stretch;
}
header nav {
    align-self: stretch;
}
header img {
    transition: ease 400ms;
}
header {
    transition: ease 500ms;
    transition-delay: 200ms;
}
.hero_video {
    width: 100%;
    background: #000;
}
.mobile_menu {
    max-width: 100%;
    top: 80px;
    margin-right: 0;
    margin-top: 0;
    box-shadow: none;
    padding: 15px;
    display: none;
    width: 100%;
    background: #fff;
    z-index: 0;
    box-shadow: 0 0 50px #00000033;
}
.mobile_menu.show_popup {
    transform: translatey(-1000px);
    transition: transform 2s cubic-bezier(.19,1,.22,1);
    animation: translate-down 500ms 1 forwards;
}
@keyframes translate-down {
    from {
        transform: translatey(-1000px);
    }
    to {
        transform: translatey(0);
    }
}
header nav a {
    padding: 10px 40px;
}
header.scrolled {
    transform: translatey(-200px);
    transition: transform .7s cubic-bezier(.19,1,.22,1);
}
header.scrolled.scroll-up {
    background: #fff;
    transform: translatey(0);
    transition: transform .7s cubic-bezier(.19,1,.22,1);
}
header section {
    background: #fff;
}
.mobile_menu a {
    padding: 35px!important;
    color: #000;
    font-weight: 400;
    font-size: 19px;
}
.mobile_menu a:hover {
    color: #000;
}
.services_list {
    padding: 60px 10px;
}
form .alt_cta {
    border: 1px solid #d5d5d5;
    background: #d5d5d5 !important
}
.popular_services_list div a, .service_partners .item a {
    z-index: 1;
}
.popular_services_list div {
    background: transparent;
}
footer {
    background: #111; 
    color: #fff;
}
footer img {
    filter: grayscale(1) brightness(6);
}
footer .btn {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
}
footer a {
    color: #fff!important;
}
footer nav a:hover {
    background: none;
    border: none;
}
.btn {
    font-family: var(--font-special);
    transition: ease 200ms;
}
hero form input {
    border: 1px solid #d1d4da;
    background: #f5f8ff;
}
.mmi {
    border: none;
    padding: 40px 65px;
    background: #000;
    border-radius: 0!important;
    border-left: 1px solid #fff;
}
.mmi:before {
    content: '';
    background: #eee;
    height: 100%;
    width: 100%;
    transform: scaleY(0);
    z-index:0;
    display: block;
    position: absolute;
    left: 0;
    transition: transform .7s cubic-bezier(.19,1,.22,1);
    transform-origin: bottom center;
}
.mmi.dp_active:before {
    transform: scaleY(1);
    transition: transform .7s cubic-bezier(.19,1,.22,1);
}
.mmi:hover, .mmi.dp_active {
    /*background: #fff;*/
}
.mmi:hover span:first-child, .mmi:hover span:first-child:before, .mmi:hover span:first-child:after,.mmi.dp_active span:first-child, .mmi.dp_active span:first-child:before, .mmi.dp_active span:first-child:after  {
    background: #000;
}
.mmi span:first-child {
    width: 40px;
    background: #fff;
}
.mmi span:first-child:before {
    top: -8px;
    background: #fff;
}
.mmi span:first-child:after {
    bottom: -8px;
    background: #fff;
}
.mmi.dp_active span:first-child:after,.mmi.dp_active span:first-child:before {
    display: block;
}
.mmi.dp_active span:first-child {
    transform: translate(-50%, -50%) rotate(0);
}
.mmi.dp_active span:last-child {
    transform: translate(-50%, -50%) rotate(0);
}
.review_loop {
    max-width: 750px;
    margin: auto;
}
.review_loop .review {
    line-height: 30px;
}
.image-masonry {
    opacity: 0;
    animation: fade-in 3s 600ms 1 forwards;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media(min-width: 900px) {
    .hero_video {
        height: 90vh;
        object-fit: cover;
        object-position: top center;
    }
}
@media(max-width: 1150px) {
    header nav {
        display: none!important;
    }
}
@media(max-width: 900px) {
        .grid-container {
            column-count: 2;
        }
        container:not(hero container) {
            padding: 20px!important;
        }
        .hero_video {
            margin-top: 0;
        }
        header .site_logo_wrapper {
            padding: 10px 20px;
        }
        header:hover .site_logo_wrapper {
            background: #fff;
        }
        header .flex_fit {
            flex: 1;
        }
        hero container section:last-child:not(.reviews hero container section:last-child):not(.faq hero container section:last-child) {
            display: none;
        }
        hero container section {
            height: auto!important;
            max-height: auto!important;
            flex: 1!important;
        }
        header {
            background: #000!important;
        }
        .mobile_menu a {
            padding: 25px!important;
        }
        .mmi span:first-child {
            background: #000;
        }
        .mmi {
            background: #fff;
        }
        .mmi span {
            background: #000;
        }
        .mmi span:after, .mmi span:before {
            background: #000!important;
        }
}