html{
	height: 100%;
}
*{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.bg-left{
	position: absolute;
	left: 0;
	top: 0;
}
.bg-right{
	position: absolute;
	right: 0;
	bottom: 0;
}
 body{
    font-family: 'Roboto-Regular';
    font-size: 16px !important;
    /* overflow-x: hidden;
    overflow-y: scroll; */
    margin:0;
    color: #fff;
    background-color: #f9f9f9;
    /* background:url(live_assets/img/bg.jpg)no-repeat center; */
    /*height: 100%;*/
    /*overflow-y: hidden;*/
    position: relative;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Roboto-Regulareot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   /* url('../fonts/GOTHAM-BOOK/GOTHAM-BOOK.woff2') format('woff2'), /* Super Modern Browsers */ 
   url('../fonts/Roboto-Regular.woff') format('woff'), /* Pretty Modern Browsers */
   url('../fonts/Roboto-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
   url('../fonts/Roboto-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
.wrap{
    width: 100%;
    /*position: absolute;*/
    /*left: 50%;
    top: 50%;*/
    margin: auto;
    /*transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); */
}
.content{
    width: 100%;
    display: block;
    padding: 2% 0%;
    /*position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);*/
}
.logo_img_box{
    /*width: 45%;*/
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}
.logo_img_box img{
    /*width: 100%;*/
    text-align: center;
}
.logo_img_box p{
    color: #333;
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    /* padding-left: 55px; */
}
.address{
	width: 360px;
	margin: auto;
}
.brand{
	text-align: center;
	padding: 40px 0 0 0;
}
.manfct{
	font-weight: 600;
	margin-bottom: 10px;
}
.info{
    margin: auto;
    width: 100%;
    text-align: center;
    /* margin-top: 6em; */
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 20px;*/
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
}
.info h2{
    font-size: 32px;
    padding: 0px;
    margin: 30px 0px 10px;
    color: #444;
}
 .contact_no{ 
    text-align: center;
    margin-top: 15px;
 }
 .contact_no a{
    display: inline-block !important;
    font-size: 18px;
    text-decoration: none;
    margin: 0 10px;
	color: #9f2120;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    
 }
 .contact_no img{
    vertical-align: middle;
    margin-right: 3px;
    display: inline-block;
 }
 .contact_no span{
    display: inline-block;
    vertical-align: middle;
 }
 .contact_no a:hover{ 
     color: #840e0d; 
 }
 .contact_no i{ 
     font-size: 20px; 
     vertical-align: middle;
     margin-right: 3px;
 }
 .social_ics{
        padding-top:10px;
 }

 .info .contact_no{
    display: inline-block;
    margin: 0em 0.5em 0em 0.5em;
 }
 .info .contact_no a{
    color: #989898;
    font-size: 16px;
 }

 .product_slider_wrapper {
    padding: 5px 0px;
    display: block;
    width: 100%;
    margin: 30px 0;
 }
 .product_slider_wrapper .prod_slider {
    position: relative;
    width: 100%;
 }
 .product_slider_wrapper .prod_slider .item {
    padding: 20px;
 }
.product_slider_wrapper .prod_slider .item_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.product_slider_wrapper .prod_slider .item_box a {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.product_slider_wrapper .prod_slider .owl-item.center .item_box a {
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.32);  
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.32);  
    box-shadow: 0 2px 15px rgba(0,0,0,0.32);  
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); 
}

    
@media screen and (max-width:1200px){
    body{
       background-attachment: fixed; 
        background-position: center;
    }
} 
      
    
    
@media screen and (max-width:768px){
    .info .contact_no a {
        font-size: 14px;
    }
    .contact_no i {
        font-size: 22px;
        margin-right: 1px;
    }
    .content{ width: 100%; }
    .logo_img_box img{ width: 100%; }
    .info{ width: 100%; }
    .info h2{ font-size: 32px; margin: 30px 0px 0px;  }

    /*body{
        background:url(live_assets/img/bg-mobile.jpg)no-repeat center;
        height: 100vh;
    }*/
}
@media screen and (max-width: 677px){
    .info .contact_no {
        /* margin: 0em 0.5em 0em 0.5em; */
        width: 49%;
        margin: 0;
        margin: 10px 0;
    }

    .logo_img_box{
        /*padding: 0 50px;*/
        padding: 0;
    }

    .contact_no a {
	    font-size: 15px;
	}
	.contact_no i {
	    font-size: 20px;
	}
	.logo_img_box p {
	    font-size: 14px;
	}

	.bg-left{
    	width: 30%;
    }
    .bg-right{
    	width: 30%;
    }
    

}
/*@media screen and (max-height: 280px){
    .wrap {
        position: absolute;
        top: 40%;
        transform: translate(-50%, -60%);
        -webkit-transform: translate(-50%, -60%);
        -o-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
        -moz-transform: translate(-50%, -60%);
    }
}

@media screen and (max-height: 210px){
    .wrap {
        position: absolute;
        top: 30%;
        transform: translate(-50%, -70%);
        -webkit-transform: translate(-50%, -70%);
        -o-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
        -moz-transform: translate(-50%, -70%);
    }
}
*/

@media screen and (max-width: 480px){
     .logo_img_box{
        /*padding: 0 50px;*/
        padding: 0;
    }
    .address {
		width: 100%;
		margin: auto;
	}

    .product_slider_wrapper .prod_slider .owl-item.center .item_box a {
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.32);  
        -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.32);  
        box-shadow: 0 2px 10px rgba(0,0,0,0.32);  
        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        transform: scale(1); 
    }

    .product_slider_wrapper { margin: 0; padding: 0; }
    .product_slider_wrapper .prod_slider .item {
        padding: 8px 10px;
    }


}

@media screen and (max-width: 400px){
    .logo_img_box {
	    padding: 0 10px;
	}
	.logo_img_box p {
	    padding: 10px 25px;
	}
	.contact_no a {
	    font-size: 14px;
	    margin: 0 5px;
	}
	.contact_no i {
	    font-size: 18px;
	}
}

/*@media screen and (max-width: 400px), screen and (max-height: 568px){
	.wrap {
	    top: 40%;
	}
}*/
