@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Lato');


.custom-header img{
    margin-top: 10px;
    width: 60%;
    height: 64px; 
    float: right;
}
.title{
    padding-top: 4px;
    font-family: 'Josefin Sans', sans-serif;
}
.title h1{
    font-size: 42px;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;

}


.bar-code{
    width: 100%;
}

.navbar-inverse{
    border-color: rgba(8, 8, 8, 0.14);
    box-shadow: 0px 1px 7px 0px;
    background-color: rgba(0, 128, 0, 0.8);
    margin-bottom: 1px;
}
.navbar{
    border-radius: 0px;
}
.custom-menu{
    margin-left: 10%;
}

.navbar-inverse .navbar-nav>li>a {
    color: rgb(243, 243, 243);
    font-size: 14px;
    margin-right: 15px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: green;
    font-family: 'Josefin Sans', sans-serif;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(0, 128, 0, 0.8);

}

.dropdown-menu>li>a {
    display: block;
    padding: 9px 19px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571;
    color: #fff;
    white-space: nowrap;
    font-family: 'Josefin Sans', sans-serif;
}

.head-text p{


}
.head-text h3{
    font-size: 16px;
}

h3, h4{
    font-family: 'Josefin Sans', sans-serif;
}

.custom-slide-section{
    background-color: #cccccc;
}

.slider-section{
    padding-top: 5px;
    padding-bottom: 18px;
}

.custom-product-section{

}

h4{
   font-size: 33px;
    padding: 61px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.product-box{
    height: 200px;
    width: 100%;

    position: relative;
    border: 1px solid #cccccc;
}

.product-image{
    width: 100%;
    height: 100%;
}

.shadow{
    position: absolute;
    bottom: 0px;
    width: 0%;
    background-color: rgba(0, 0, 0, 0.4);
    height: 50px;
    transition: 0.3s ease-in-out;
    transform: scale(0);
}

.shadow-text{
    position: absolute;

    bottom: 10px;
    width: 100%;
    text-align: center;
    transition: 0.7s ease-in-out;
    transform: scale(0);
}

.shadow-text a{
    color: white;
    font-size: 16px;

}

.product-box:hover .shadow{
    transform: scale(1);
    width: 100%;
}

.product-box:hover .shadow-text{
    transform: scale(1);
}


/* Client css*/
.custom-client-section{
    padding-bottom: 110px;
}


#slider img { 
    width:100%; 
    height:80px; 
    margin:0px; 
    display:inline-block  
}

#slider li {
    width:210px;
}



.footer-wrapper{
    margin-top: 0px;
    background-color: black;

}
.footer-wrapper .container{
    padding: 4px 0;
}
.gap{
    height: 7px;    
}

.f-title{
    font-size: 17px;
    color: white;
    border-bottom: 3px solid green;
    padding: 7px 0;
    font-weight: 900;
    text-transform: capitalize;
}

.footer-wrapper ul{
    margin: 0;
    padding: 0;
}

.footer-wrapper ul i{
    padding: 0 0px 0 3px;
}

.footer-wrapper ul .fa-angle-right{
    color: white;
}

.footer-wrapper ul li{
    list-style: none;
    text-transform: capitalize;
}

.footer-wrapper ul li a{
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    font-family:  'Maven Pro', sans-serif;
}

.footer-wrapper p .fa-home{
    color: white;
    font-size: 12px;
    padding: 0 2px 0 0;
}

.footer-wrapper p{
    color: white;
    font-size: 12px;
    font-weight: 300;
}

.footer-wrapper p .fa-phone{
    color: white;
    font-size: 12px;
    padding: 0 2px 0 0;
}

.footer-wrapper p a{
    border: 1px solid white;
    padding: 5px 10px 5px 10px;
    color: white;
    transition: .3s;
    margin-right: 5px;
}

.footer-wrapper p a:hover{
    background-color: green;
}

.main-footer, a{
    width: 100%;
    padding: 15px;
    color: black;
    font-size: 12px;
}





.content-area{
    width: 100%;
   
   
}

.about-wrappar{
    width: 100%;
    background-color: #cccccc;
}

.about{
    padding: 22px;
    
    margin-top: 10px;
}

.about img{
    max-width:50%;
    margin-right: 2%;
    float: left;
}

.about-text{
    text-align: justify;

}
.media-wrappar{
    width: 100%;
    margin: 100px 0px;
}

.single-product-box{
    float: left;
    width: 100%;
     height: 200px;
    background-color: black;
    position: relative;
    margin-bottom: 11%;
    overflow: hidden;
}

.single-product-box img{
    width: 100%;
    height: 200px;
}
.single-product-shadow{
    
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
/*    transform: scale(1);*/
    transition: .5s ease-in-out;
}

.single-product-text{
    position: absolute;
    bottom: 2%;
    left: 2%;
    color: white;
    text-transform: uppercase;
    font-size: calc;
/*     transform: scale(1);*/
    transition: .3s ease-in-out;
}

.single-product-box:hover .single-product-shadow{
/*    transform: scale(0);*/
    left: 100%;
}
.single-product-box:hover .single-product-text{
/*    transform: scale(0);*/
 left: 100%;
}

.map{
    
    padding: 10px;
}

.address{
   padding: 20px;
}

.address i{
   
    padding-right: 7px;
}

.address strong{
    font-size: 20px;
}

table, td{
    border: 1px solid #cccccc;
    border-collapse: collapse;
    background-color: rgba(204, 204, 204, 0.14);
}

td{
    padding: 10px;
    text-align: center;
    width: 50%;
    font-family:  'Maven Pro', sans-serif;
    
}
td img{
    width: 80%;
    height: 60px;
}

.barcode {
    margin: auto auto;
    width: 100%;
    text-align: center;
}

.brand img{
    width: 100%;
    margin: 5px 0;
}


@media only screen and (max-width: 600px) {
    .bar-code {
        width: 25%;
    }
    .custom-header img {
    width: 25%;
}
.brand img{
        width: 60%;
        margin: 5px 0;
    }
  }