.container-fluid{
    padding-left:0;
    padding-right:0;
 
}

.full-footer{
    background-color: #34495e;
    
}
.top-footer a{
    color:white;
}
.top-footer h5{
    color:white;
    font-weight:600;
}
.top-footer p{
   color:white; 
}
.bottom-footer{
    background-color: #19232e;
   
}
.bottom-footer p{
    color:white;
    text-align: center;
}
.top-hero-section{
    background-color: white;
    color: white;
    font-weight: 600;
}
.bottom-hero-section{
    background-color: #093a5c;
    color: white;
    font-weight: 600;
}
.bottom-image-section{
    height: 30vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


