/* color Background */
.white-bg{
    background-color: #ffffff;
    color: #000034;
}
.white-bg a{
    color: #000034;
}
.bg-white-words{
    color:#ffffff;
}
.navy{
    color: #000034;
}
.navybg{
    background-color: #4EA5D9;
    color: #ffffff !important;
}
/* btn */
.btn{
    border-radius: 0;
}
.cta{
    margin:40px 0;
}
/* Select */
select{
    margin-bottom: 20px;
}
/* Nav Section */
.navbar-light .navbar-toggler{
    border-color: transparent;
}
.navbar-brand {
    font-size: 35px;
}
/* Hero Section */
#hero{
    background-image: url(../img/hero.jpg);
    text-align: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
#hero .tint{
    background-color: rgba(0,0,52,0.2);
    padding: 230px 20px 150px;
    height: 100%;
    width: 100%;
}
#hero .tint a{
    color: #000034;
}
#hero .tint .cta{
    color: #000034;
    margin-top: 20px !important;
}
#hero h1{
    font-size: 80px;
}
/* Products Sections */
#products .products{
    padding: 50px 0;
}
#products h4{
    padding-bottom: 0;
    text-transform: capitalize;
    color: #000034;
}
#products h5{
    color:#000034;
}
#products p{
    color:#9a9a9a;
}
#products .sub{
    color:#000034;
    font-size:16px;
    padding-bottom: 20px;
}
/* div.absolute  */
.absolute{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
/*  update-button */
.update-button{
background-color: #ffffff;
padding: 20px;
}
/* Quote Sections */
#Quote{
    background-image: url(../img/quote.jpg);
    text-align: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    color: #ffffff;
    padding: 50px 0;
}
#Quote h5{
        padding-bottom: 5px;
        color:#000034;
}
#Quote .card{
    padding:20px;
    border-radius: 0;
    margin-top: 20px;
    color:#000034;
}
#Quote .btn{
    color:#ffffff;
    background-color: #4EA5D9;
}
#Quote .sub{
    font-size:14px;
    padding-bottom: 20px;
}
#Quote .fa.fa-plus{
    font-size: 10px !important;
}
/* FAQ */
#faq{
    padding: 50px 0;
}
#faq h4{
    padding: 0 0 50px;
}
#faq .btn-link{
    color: #000034;
}
#faq .card{
    border-radius: 0;
}
/* Footer */
footer{
    background-color: #000034;
    color: #ffffff;
    text-align: center;
    padding: 25px;
}
/* Input */
.inputitems{
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
}
/* Reviews */
#reviews{
    padding: 50px 0;
}
#reviews h4{
    padding: 0 0 50px;
}
/* Spacing */
input, .btn{
    margin-bottom: 20px;
}
/* Flush Footer to bottom */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
label{
    width:100%;
}
/* review information */
.review-information-img{
    max-width: 60px;
    border-radius: 50%;
    object-fit: cover;
    width:60px;
    height:60px;
    margin: 0 10px 0 0;
    float: left;
}
.review-information-icon{
    margin:10px 0 0;
}
.review-information-icon-img{
    weight:25px;
    height:25px;
}
.fa-gold{
    color:gold;
}
/* Dashboard */
.sidebar{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background: #fff none repeat scroll 0 0;
    border-color: #dadada;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    position: fixed;
    top: 50px;
    bottom: 0;
    z-index: 101;
    
}
.main{
    background-color: #fafafa;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {  
    #hero .tint{
        background-color: rgba(0,0,52,0.2);
        padding: 130px 20px 50px;
        height: 100%;
        width: 100%;
    }

    .btn.btn-link.collapsed{
        text-align: left;
    }
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  
    
}
