/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto-light';
    font-style: normal;
    font-weight: 100;
    src: local(''), url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-normal';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-bold';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../fonts/Roboto-Bold.ttf') format('truetype');
}

#logo {
    margin: 20px;
    float: left;
    width: 244px;
    height: 60px;
    background:#ccc url('../img/logo.png') no-repeat center;
    background-color: rgba(0, 0, 0, 0.0);
}

body {
    font-family: 'Roboto-normal', sans-serif;
}

b {
    font-family: Roboto-bold, sans-serif;
}

.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.banner {
    padding-top: 24vh;
    height: 100vh;
    background: url("../img/shop-bg.jpg") no-repeat no-repeat;
    background-size: 100% 100%;
}

.banner-title {
    text-transform: uppercase;
    font-size: 2.75em;
    font-family: 'Roboto-bold', sans-serif;
    color: #FFFFFF;
}

.banner-subtitle {
    font-size: 1.5em;
    font-family: 'Roboto-light', sans-serif;
    color: #FAFAFA;
}

.contact-form {
    border: 4px solid #0a53be;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 2px;
}

.form-title {

}

.term-condition-label {
    font-size: 10px;
}

.lead-form .form-label {
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.margin-v-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product {
    padding: 50px;
    border-bottom: 1px solid #EAEAEA;
}

.feature-head {
    font-family: 'Roboto-light', sans-serif;
}

.highlight {
    font-family: Roboto-bold, sans-serif;
    color: #0a53be;
}

.section {
    padding: 60px 0;
    border-bottom: 1px solid #EAEAEA;
}

.product .sub-section {
    padding: 40px 30px
}

.product .sub-section h4 {
    font-size: 15px;
}

.product .sub-section p {
    color: #6b6b6b;
    font-size: 14px;
}

.link, span {
    font-size: 13px;
    font-family: Montserrat, sans-serif;
}

.feature-subhead {
    font-family: Roboto-light, 'sans-serif';
    font-size: 1.25em;
}

.service-benefits .service-info {
    text-align: center;
    padding: 40px 30px
}

.service-benefits .service-info h5 {
    text-transform: uppercase;
    font-size: 15px;
}

.service-benefits .service-info p {
    color: #6b6b6b;
    font-size: 14px;
}


.about, .faq {
    color: #6b6b6b;
}

.about .about-head {
    color: #212121;
    font-family: Roboto-light, 'sans-serif';
    font-size: 2.25em;
}

.about .about-sub-section-head {
    font-size: 1.8em;
    color: #282828;
    padding: 20px 0 12px 0;
    margin-top: 40px;
}

.about p {
    font-family: Roboto-light, 'sans-serif';
}

.about-subheads, .about-subheads b {
    font-size: 16px;
    color: #232323;
    font-family: Roboto-normal, 'sans-serif';
}

.faq h5 {
    font-size: 1.8em;
    color: #282828;
    padding: 20px 0 12px 0;
    margin-top: 20px;
}


.footer {
    font-family: Roboto-light, 'sans-serif';
    background: #393939;
    color: #bfc1c7;
}

.footer a {
    text-decoration: none;
}

.footer-logo {
    width: 244px;
    height: 45px;
    background:#ccc url('../img/logo.png') no-repeat;
    background-color: rgba(0, 0, 0, 0.0);
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer .footer-seperator {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.padding-t-20 {
    padding-top: 20px;
}

.contact-list > li {
    font-size: 14px !important;
    color: #fff;
    margin-bottom: 5px;
}

.color-white {
    color: #FFFFFF
}

.footer .footer-list {
    margin-bottom: 0;
}

.footer .footer-list-item {
    color: #cbd3e1;
    margin-bottom: 25px;
}

.footer .footer-list-link {
    color: #cbd3e1;
}
.content-xs {
    padding-top: 20px;
    padding-bottom: 20px;
}
.color-light {
    color: #a6a7aa;
}
