/* 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{
    background-color: #ffffff;
}
.social{
    background-color: #00AEDD; 
    color: #ffffff !important;
}
.social a{
    color: #ffffff !important;
}
.top-header span{
    font-size: 20px;
    color: #173869;
    font-family: "Poppins Regular";
}
.top-header span a{
    text-decoration: none;
    font-size: 20px;
    color: #173869;
    font-family: "Poppins Bold";
}
.ico{
    color: #00AEDD !important;
    font-size: 24px;
}
.hero{
    height: 75vh;
    background-image: url(../images/garage-door-repair.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.box span:nth-child(1){
    font-size: 55px;
    color: #ffffff;
    font-family: "Poppins Bold";
    line-height: 100px;
    text-shadow: 0 0 15px black;
}

.box span:nth-child(2){
    font-size: 30px;
    font-family: "Poppins Bold";
    color: #FFFFFF;
}
.box span .num{
    font-size: 25px;
    font-family: "Poppins Bold";
}
.box span .num:hover{
    font-size: 25px;
    background-color: #FFC513 !important;
    color: #1C63B8;
    font-family: "Poppins Bold";
}
.hero-1{
    height: 75vh;
    background-image: url(../images/dryer-vent-cleaning-deer-park-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-2{
    height: 75vh;
    background-image: url(../images/carpet-cleaning-deer-park-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-3{
    height: 75vh;
    background-image: url(../images/tile-grout-cleaning-deer-park-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-4{
    height: 75vh;
    background-image: url(../images/upholstery-cleaning-deer-park-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-5{
    height: 75vh;
    background-image: url(../images/rug-cleaning-deer-park-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-nav-bar{
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF !important;
}
.contxt{
    line-height: 33px;
}
h1{
    font-size: 32px !important;
    color: #1C63B8;
    font-family: "Poppins Bold";
}
hr{
    width: 25%;
    height: 4px !important;
    background-color:  #00AEDD;
    display: inline-block;
}
h2{
    color: #173869;
    
}
.sec1 .contxt{
    background-color: #EBE7E7; 
}
.sec2{
    background-color: #EBE7E7; 

}
.sec4 {

    background-image: url(../images/bg-garage-door-repair.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
}
.sec3 span:first-child{
    color: #FFFFFF;
    font-size: 70px;
    font-weight: bold;
    
}
.sec3 span:nth-child(2){
    color: #000000;
    font-size: 80px;
    font-weight: bold;
}
.sec3 span:nth-child(3){
    color: #000000;
    font-size: 40px;
    
    text-transform: uppercase;
}
.sec5{
    background-color: #EBE7E7; 
}

.bg-color{
    background-color: #173869;
}
.footer{
    background-color: #1E1E1E;
}
.contact-info{
    line-height: 30px;
}
.contact-info span:last-child{
    font-size: 16px;
}
.cities .btn{
    margin: 5px 0;
}
@media (max-width:900px){
    .hero{
        height: 75vh;
        background-size: cover;
        background-position-x: 80%;
    }
    .hero-1{
        height: 75vh;
        background-position-x: 20%;
    }
    .hero-2{
        height: 75vh;
        background-position-x: 30%;
    }
    .box span:nth-child(1){
        font-size: 10vw;
     
        font-family: "Poppins Bold";
        line-height: 37px;
    }
    .hero-1 .box span:nth-child(1){
        font-size: 10vw;
        
        font-family: "Poppins Bold";
        line-height: 37px;
    }
    .hero-2 .box span:nth-child(1){
        font-size: 10vw;
      
        font-family: "Poppins Bold";
        line-height: 37px;
    }
    .box span .num{
        margin-top: 15px;
    }
    .social{
        display: block;
    }
}
.e-mail:before{
    content:attr(data-website) "\0040" attr(data-user);unicode-bidi:bidi-override;direction:rtl
}
  
.pnf{
    height: 93vh;
}
.pnf .box{
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pnf .box span:nth-child(1){
    font-size: 20vw;
    font-weight: bold;
    line-height: 20vw;
    color: #173869;
}

.pnf .box span:nth-child(2){
    font-size: 3vw;
    font-weight: bold;
    line-height: 7vw;
}
