.header-two-logo {
    max-width: 200px;
}
span.check-icon img {
    max-width: 22px;
}
@media(min-width:1200px){
.container-mid {
    width: 90%;
  }
}

@media (min-width: 1250px){
.header-contact-two {
    display: block!important;
  }
}
img.mobile-logo {
    max-height: 55px;
    width: auto;
}
footer ul.menu li::before {
    content: ">";
    transform: rotateY(25deg);
    position: absolute;
    font-size: 22px;
    top: 1px;
    left: 0;
    line-height: 1.2;
    color:#fab81c;
}
footer ul.menu li {
    position: relative;
    padding-left: 15px;
}
footer ul.menu {
    padding: 0;
    list-style: none;
}
footer ul.menu li a:hover {
    padding-left: 5px;
    text-decoration: none;
    color:#fab81c;
}
footer ul.menu li a {
    transition: all 0.5s ease-in-out;
}
h3.w-title::before {
    content: "";
    background: #fab81c;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -13px;
    left: 0;
}
h3.w-title{
    position:relative;
    font-size:20px;
}
.fa, .fas {
    font-weight: 300;
}
.hero-content .estimate-form-block {
    background: transparent;
    backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
    -webkit-backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
}
.blue-color,.heading-intro, .about-heading-intro {
    color: #7e1212;
}
.breadcrumb-inner span, .breadcrumb-inner {
    color: #fee026;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.page-hero_section::before {
    content: "";
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.page-hero_section {
    position: relative;
    background-size: cover;
    background-position: center;
}
.phone-block-two::after{
    display:none;
}
.service-icon img {
    max-width: 70px;
    transition: all 0.3s ease-in-out;
}
.service-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #fee026;
    border-radius: 50%;
}
