*
{
    margin: 0;
    padding: 0;
}

/*---------------------------Nav Bar-------------------------------------*/
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar-brand h1
{
    height: 40px;
    padding-left: 30px; 
}
.navbar-nav li
{
    padding: 8px;
}
.navbar-nav li a
{
    float: right;
    text-align: left;
}
#nav-bar ul li a:hover {
    color: #007bff!important;
}
.navbar
{
    background: #fff;
}
.navbar-toggler
{
    border: none!important;
}
.nav-link
{
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
}

#why
{
    background: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}
#why h1
{
    text-align: center;
    color: #000 !important;
    padding-bottom: 10px;
    
}

#why h1::after
{
    content: '';
    background: #000;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
    
}
/*Remove*/
#why p 
{
    font-size: 18px;
}
/*---------------------------About-------------------------------------*/
#about
{
    background: #007bff;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}
#about h1
{
    text-align: center;
    color: #000 !important;
    padding-bottom: 10px;
    
}

#about h1::after
{
    content: '';
    background: #000;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
    
}
#about .btn
{
    margin-top: 20px;
    margin-bottom: 30px;
}
#about a
{
    font-size: 18px;
}
.about-content
{
    padding-top: 20px;
}

#about p 
{
    font-size: 18px;
}
/*---------------------------About Story-------------------------------------*/
.about-page
{
    background: #007bff;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

#story h1
{
    text-align: center;
    color: #000 !important;
    padding-bottom: 10px;
    
}

#story h1::after
{
    content: '';
    background: #000;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
    
}
#vision h1
{
    text-align: center;
    color: #000 !important;
    padding-bottom: 10px;
    
}

#vision h1::after
{
    content: '';
    background: #000;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
    
}
/*Remove*/
#story p
{
    color: #000;
    font-size: 18px;
}
#team h1
{
    text-align: center;
    color: #000 !important;
    padding-bottom: 10px;
    
}

#team h1::after
{
    content: '';
    background: #000;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
    
}
#team h4
{
    color: #000;
    font-size: 28px;
}
#team p
{
    color: #000;
    font-size: 18px;
}
/*---------------------------Services-------------------------------------*/
#services
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}

#services h1
{
    text-align: center;
    color: #efefef !important;
    padding-bottom: 10px;
    
}


#services h1::after
{
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
    
}
#services a 
{
    font-size: 18px;
}
.services
{
    margin-top: 40px;
}
.icon
{
    font-size: 40px;
    margin: 20px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
}

#services p
{
    /*Remove*/
    margin-top: 20px;
    
    color: #ccc;
}

.services .text:hover{
    background: #007bff;
    cursor: pointer;
    transition: 0.7s;
}

/*---------------------------Services-------------------------------------*/
#services-offered
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}

#services-offered h1
{
    text-align: center;
    color: #efefef !important;
    padding-bottom: 10px;
    
}
#services-offered h2 
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#services-offered h3 
{
    text-align: center;
}
#services-offered h4
{
    text-align: center;
}
#services-offered ul li
{
    text-align: center;
}
#services-offered h1::after
{
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
    
}
#services-offered h2::after
{
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 100px;
    margin: 20px auto 5px;
    
}
#services-offered p
{
    text-align: center;
    
    /* Remove */
    font-size: 18px;
}
#services-offered a {
    color: #fff;
}


/*---------------------------Contact Us-------------------------------------*/
#contact
{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
}
#contact h1
{
    text-align: center;
    color: #000 !important;
    padding-bottom: 10px;
    
}

#contact h1::after
{
    content: '';
    background: #000;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
    
}
#contact p 
{
    font-size: 18px;
}
.follow 
{
    background: #fff;
    padding: 10px;
    margin: 5px;
    font-size: 18px;
}
.follow i
{
    margin: 10px;
    color: #007bff;
    font-weight: bold;
}

#footer
{
    background: #333;
    color: #fff;
    padding: 12px;
}