body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
  }

.header-row{
    height: .5em;
    background-color: #00A9E6; 
  
}
.header-row-2{
    height: .5em;
   
    background-color: #002B4F; 
  
}
.first-section{
    background-color: #002B4F;
 
    
    height: 500px;
}

.top-contact{
    color: #002B4F;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
 
    
    
}

.button-top {
    background-color: #FF2C01; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    height: 60px;

    
  }
  .button-text{
  
    text-align: center;
    display: inline-block;
    padding-right: 10px;

    
 
  }
  .navbar-brand{
      margin-top: 0% !important;
      padding-top: 0% !important;
  }
  .nav-link{
      color: #03A4E6 !important;
      font-family: 'Lato', sans-serif;

  }
  .call-us{
      display: block;
      padding-left: 3em;
      font-family: 'Fredoka One', cursive;
      
      color:#03A4E6;

      margin-bottom: 0%;
      padding-bottom: 0%;
  }
  .call-number{
      display:block;
      padding-left: 2em;
      padding-top: 0%;
      margin-top: 0%;
      font-family: 'Fredoka One', cursive;
      color:#03A4E6;
      

  }
  #overlay-heading{
    padding: 1em 2em 0em 1em;
    font-family: 'Open Sans', sans-serif;

    color: #03A4E6;

  }
  .service-img{
      width: 60px;
      height: auto;
     
  }
  #overlay-text{
    padding: 1em 2em 0em 2em;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    font-weight:300;
   
    color: #fff;

  }
  #overlay-button {
    background-color: #FF2C01;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 0 2px 2em;
    cursor: pointer;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
  }

.icons{
    display: inline;
    color: #fff;
    size: 2em;
    align-content: right;

}
.icons-style{
    padding-right: 10px;
}

.header-message{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align:right;
    font-style: italic;
  
    font-size: 30px;
 
    
}

#hours{
color: #03A4E6;
font-weight: bold;
font-size: large;
margin-left: 10px;
}

#time{
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: medium;
    margin-left: 5px;

}

.main-image{
    background: url(../img/slide04.jpg) no-repeat;
    background-size: cover;
    margin-top: 5em;
    margin-bottom: 2em;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    height: 500px;
    width: auto;
  
}
.overlay-div{
   
    margin-left: 5%;
    height:20em;
    width: 28em;
    background-color:#000;
    opacity:.7;
position: absolute;
z-index: 5;
margin-top: 7em;
    
 }



.second-section-row{
    padding-top: 0em;

}
.second-section{
    height: auto;
    color:#03A4E6;
    font-family: 'Maven Pro', sans-serif;
}
.second-section-row-2{
    padding-bottom: 2em;

}
.second-section-heading{
    font-family: 'Maven Pro', sans-serif;
    color:#03A4E6;
    display: inline;
    font-size: 35px;
    margin-bottom: 1em;
 
   
}

.second-section-content-heading{
    font-family: 'Open Sans', sans-serif;
 
    color: #03A4E6;
    display: inline;
    font-style: italic;


}
.second-section-text{
    font-size: medium;
    font-weight: 100 !important;
    color: #7D8285;
}
.second-section-icons{
    color: #03A4E6;

}



/* blue section */

.forth-section{
   background-color: #ffffff;
  	margin: 0 auto;
      margin-top:2em;
      margin-bottom: 1em;
}


  
.fifth-section{
    background-color:#fff;
  
    margin-top: 3em;
    margin-bottom: 0;
    margin-right: 0%;
    padding-right: 0%;
    height:fit-content;
 }
 .sixth-section{
    background-color:#03A4E6; 
    height:fit-content;
    margin-top: 2em;
    margin-bottom: 1em;
   

 }
 .footer-image{
     height: 150px;
     width: 100%;
 }
 #door{
     width: 100%;
     height: auto;
     /* box-shadow: 5px 5px #FAB817; */
 }

 #icons-footer{
    display: inline;
    color: #fff;
    size: 2em;

    

        
}
 

#slider-heading{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size:2em;
    margin-left: 5em;
    margin-bottom: 0.5em;
    
    
}
.slider-content-heading-1{
    color:red;
    font-style: italic;
    font-size: 40px;
}
.slider-content-heading-2{
    color: #524E4D;
    font-style: italic;
    font-size: 40px;
}

.footer-style{
    list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}
.footer-li{
    padding-top:0;
        float: left;
        padding-left: 10px;
        color: #4CC5FC;
        
      
}
.footer-text{
    color: #fff !important;
    

}


/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .top-contact{
        display: none;
    }

}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .header-message{
        display: none;  
     }
     #hours{
         display: none;
         
     }
     #time{
         display: none;
     }
 
     .header-row{
         height: 1em;
        
         background-color: #00A9E6;
       
     }
     .icons{
        display: none;
    } 
   
    .button-top{
        display: none;
    }
    .button-text{
        display: none;
    }
    .call-us-span{
        display: none;
    }
    .slider-content-heading-1{
        display: none;
    }
    .slider-content-heading-2{
        display: none;
    }
    .service-provider-content{
        display: none;
    }
    .top-contact{
        display: none;
    }
  
 }

 

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .call-us{
        display: none;
        
    }
    .call-number{
        display:none;
    }

    .overlay-div{
        display: none;
    }
    .top-contact{
        display: none;
    }
  
 
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
   
}
/* 
// X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {  
   
}
/* 
// XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width */



#main-image-gal{
    margin-top: 0em;
    margin-bottom: 0em;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    height: 500px;
    width: 100%;

}
#gal-heading{
    color: #00A9E6;
    font-family: 'Maven Pro', sans-serif;
    margin-top: 1em;
   

}

.contact-section{
    background: url('../img/contactbg.png') no-repeat fixed center;
    background-size: cover;
    height:450px;
    margin-bottom: 1em;
    margin-top: 2em;
    padding-top: 2em;
    padding-left: 5em;
    padding-bottom: 4em;
    color: #ffffff;
 

}
.contact-icons{
    display:inline-flex; 
    padding-right: 12px;
    
}
.service-icons{
    padding-bottom: 10px;
    align-self: center;
}
.fade-in{
    opacity: 0;
    transition: opacity 250ms ease-in;
}
.fade-in.appear{
    opacity: 1;
}