body{
    font-family: Helvetica, Tahoma, Arial;
    width:100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
/* @font-face {
    font-family: 'titleFonts';
    src: url('../fonts/bebas___.ttf');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'titleFonts';
    src: url('../fonts/Oswald-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'textFonts';
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'titleFonts-light';
    src: url('../fonts/Oswald-Light.ttf');
}
footer, body>div, header, article ,section{
    font-family: textFonts;
}
p{
    font-size: 16px;
}
.plate-title {
    font-family: titleFonts;
    word-spacing: 4px;
    /* font-weight: 700; */
    text-transform: capitalize;
}
.plate-text{
    font-family:textFonts ;
    font-weight: 600;
}
.plate-text-100{
    font-family:textFonts ;
}
.line-btn a{
    color: #0066ee;
    border: 1px solid #0066ee;
    padding: 10px 20px;
}

.max-width-940{
    max-width: 940px;
}
.max-width-1190{
    max-width: 1190px;
}
.max-width-1399{
    max-width: 1399px;
}
.max-width-1600{
    max-width: 1600px;
}
.max-1200{
    max-width: 1200px;
}
.max-1570{
    max-width: 1570px;
}
.max-980{
    max-width: 980px;
}
.margin-auto {
    margin: auto!important;
}
img{
    /* width: 100%; */
    max-width: 100%;
    height: auto;
}
a.text-decoration{
    text-decoration: underline;
}
a.direction-none:hover{
    text-decoration: none;
}
a.hover_c:hover{
    color: #0070ff;
}
a.hover_333:hover{
    color: #333;
}
a.h_c_fff:hover{
    color: #fff;
}
a.hover_c_t:hover{
    color: #0070ff;
    text-decoration: underline;
}
.container{

}
.model-colsebutton{
    display: inline-block;
    padding: 6px 12px 4px 0;
    font-size: 30px;
}
.box-shadow {box-shadow: 0 0 10px #ccc;-moz-box-shadow: 0 0 10px #ccc;-webkit-box-shadow: 0 0 10px #ccc;}
.row{
    margin: 0;
}
.color-727272{
    color: #727272;
}
.color-0066ee{
    color: #0066ee;
}
.bg-eeeeee {
    background-color: #eeeeee;
}
.border-top-d1d1d1{
    border-top: 1px solid #d1d1d1;
}
.navbar-light .navbar-nav .nav-link{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-left: 25px;
    margin-right: 25px;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #0070ff;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #0070ff;
}


/** content - 1 */
.bg-img{
    margin-top: 68px;
    background-image: url("../img/Light-Bicycle-carbon-mtb-disc-wheels-with-rockshox-fork-20190929.jpg");
    height: 25.5vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}
.bg-img  p{
    text-align: center;
    color: white;
    font-size: 24px;
}
@media (min-width: 765px) and (max-width: 1024px){
    .bg-img  p{
        font-size: 32px;
    }
}
@media (min-width: 1028px){
    .bg-img p {
        font-size: 44px;
    }
}
.items-box{
    padding: 30px 0 30px 50px;
    background-image: url("../img/index/Ecotek.png");
    background-position: center;
    background-repeat: no-repeat;

}
.p-title::before{
    content: "";
    position: absolute;
    background: #0070ff;
    width: 7px;
    height: 15px;
    top: 22.5px;
    left: 0;
}
.card{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dee2e6;
}
.logo-box .bottom-t{
    height: 1px;
    border-bottom: 1px dashed #d1d1d1;
}
.info-box .e-mail{
    border: 1px solid #666;
    padding: 3px 10px;
}
.info-box .button{
    color: #fff;
    background: #0070ff;
    padding: 5px 8px;
    margin-top: 16px;
    border: none;
    cursor: pointer;
}
.share-btn li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    line-height: 30px;
    color: white;
}
.share-btn li a:hover{
    background: #000;
}
.share-btn li a:hover i{
    color: #fff !important;
}
footer{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url("../img/footerBg.jpg");
    color: white; */
    /* padding: 15px 0px; */
    background: #f8f8f9;
}
@media (max-width: 767px) {
    .bg-img{
        margin-top: 64px;
        background-image: url("../img/Light-Bicycle-carbon-mtb-disc-wheels-with-rockshox-fork-20190929.jpg");
        height: 108px;
    }
    .items-box {
        padding: 15px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-img{
        margin-top: 88px;
    }
}

@media (min-width: 768px) {
    .navbar-light .navbar-nav{
        align-items: center;
    }
}

@media (min-width: 576px){
    .card-deck .card,
    .card-deck {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 992px){
    .navbar-light .navbar-nav{
        position: relative;
        right: 55px;
        padding-top: 8px;
    }
}

#light-bicycle-logo{
    width: 200px;
    transition: all 0.5s;
}



