/* Website Fonts */
@font-face {
    font-family: "Poppins Regular";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: local("Poppins Regular"),
      url("../webfonts/Poppins-Regular.woff") format("woff");
}
@font-face {
font-family: "Poppins Bold";
font-display: swap;
font-style: normal;
font-weight: normal;
src: local("Poppins Bold"),
    url("../webfonts/Poppins-Bold.woff") format("woff");
}
body{
    padding: 0;
    margin: 0;
    font-family: "Poppins Regular" !important;
}
.top-header span a{
    text-decoration: none;
    font-size: 40px;
    color: #1E1E1E;
    font-family: "Poppins Bold";
}
.hero{
    height: 90vh;
    background-image: url(../images/air-flow-duct-cleaning-spring.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-1{
    height: 90vh;
    background-image: url(../images/dryer-vent-cleaning-spring.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-2{
    height: 90vh;
    background-image: url(../images/ac-repair-and-installation-spring.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.content-hero span:nth-child(2){
    font-size: 37px ;
    color: #2D72BB;
    text-transform: uppercase;
    font-family: "Poppins Bold";
}
.content-hero span:nth-child(3) a{
    font-size: 50px ;
    color: #2D72BB ;
    text-transform: uppercase;
    font-family: "Poppins Bold";
}
.content-hero span:nth-child(3) a:hover{
    color:  #FB9601;
}
.city{
    font-size: 80px !important;
}
.bg-nav-bar{
    background-color: rgba(0, 0, 0, 0.486);
    color: #FFFFFF !important;
}
.contxt{
    line-height: 33px;
}
h1{
    font-size: 28px !important;
    color: #2D72BB;
    font-family: "Poppins Bold";
}
hr{
    width: 25%;
    height: 4px !important;
    background-color: #FB9601;
    display: inline-block;
}
.ico{
    color: #FB9601 !important;
}
.sec2{
    background-color: #EBE7E7; 
}
.sec3{
    background-color: #2D72BB;
}
.sec3 span:first-child{
    color: #FFFFFF;
    font-size: 14px;

}
.sec3 span:nth-child(2){
    color: #FFFFFF;
    font-size: 14px;

}
.sec3 span:nth-child(3){
    color: #000000;
    font-size: 40px;
    
    text-transform: uppercase;
}
.sec5{
    background-image: url(../images/bg-clean.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
}
h2{
    font-size: 25px !important;
    color: #2D72BB;
    font-family: "Poppins Bold";
}
.sec6{
    background-image: url(../images/bg-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footer{
    background-color: #1E1E1E;
}
.contact-info{
    line-height: 30px;
}
.contact-info span:last-child{
    font-size: 25px;
}
.cities .btn{
    margin: 10px 5px;
}
@media (max-width:900px){
    .content-hero span:nth-child(2){
        font-size: 25px ;
    }
    .content-hero span:nth-child(3) a{
        font-size: 40px ;
    }
}
.bg-pr{
    background-color: #2D72BB;
}
.bg-da{
    background-color: #161616;  
}
.e-mail:before{
    content:attr(data-website) "\0040" attr(data-user);unicode-bidi:bidi-override;direction:rtl
}
  
.pnf{
    height: 93vh;
}
.pnf .pageNotFound{
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pnf .pageNotFound span:nth-child(1){
    font-size: 20vw;
    font-weight: bold;
    line-height: 20vw;
    color: #FB9601 !important;
}
.pnf .pageNotFound span:nth-child(2){
    font-size: 3vw;
    font-weight: bold;
    line-height: 7vw;
}