@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900|Righteous');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

/*

font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Righteous', cursive;
font-family: 'Montserrat', sans-serif;

*/


body{ 
	margin:0px; 
	padding:0px; 
	font-family: 'Roboto', sans-serif;
	
	font-size:13px; 
	color:#868484;
	background: url(../images/bg.jpg) repeat;
}

*{ 
	margin:0; 
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	border:none;
}

a{ 
	text-decoration:none; 
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.clear{ 
	clear:both;
}


.top_menu_container{
	float: left;
	width: 100%;
	background: #fc8124;
	text-align: center;
}

.top_menu_container .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 0px 18px;
    margin: 0px 3px 0px 3px;
    border: none;
    line-height: 60px;
}

.top_menu_container .navbar-nav{
	display: inline-block;
}

.top_menu_container .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #fff;
	border: none!important;
	background: #232020;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background: #fc8124;
	
}

header{
	float: left;
	background: #1173be;
	min-height: 98px;
	width: 100%;
}

.menu_container{
	display: block;
	background: #fff;
	padding: 12px 10px;
	position: relative;
	top: 50px;
    z-index: 99;
}

.logo{
	max-width: 100%;
}

.top_right_side{
	display: block;
	text-align: right;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 10px 15px;
    margin: 3px 3px 0px 3px;
}

@media (min-width: 768px){
.navbar-nav {
    float: none;
    margin: 0;
    display: inline-block;
}
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #1173be;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1173be;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #1173be;
}

.search_container{
	display: inline-block;
	vertical-align: middle;
	background: #e2e2e2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
}

.navbar-default{
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.basket_outer{
	display: inline-block;
	vertical-align: middle;
	background: #e2e2e2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
	margin-right: 15px;
	position: relative;
}

.basket_outer p{
	position: absolute;
	top: -10px;
    right: -10px;
	background: #1173be;
	border:solid 1px #fff;
	font-size: 10px;
	padding: 5px;
	color: #fff;
	line-height: normal;
}

.cate_container{
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 10px 0px;
}

.cate_wrapper{
	background: #fff;
	border-radius: 8px;
	position: relative;
	z-index: 99;
	top: -30px;
	padding: 20px 10px;
	float: left;
	width: 100%;
}


.cate_thumb{
	display: block;
	width: 100%;
}

.cate_thumb .main_img{
	display: block;
	width: 100%;
	border:solid 1px #fff;
}

.cate_thumb .icon{
	border: #fff 8px solid;
    position: relative;
	z-index: 9;
	border-radius: 50%;
	display: block;
	margin: -35px auto 0 auto;
}

.cate_thumb p{
	text-align: center;
    font-size: 22px;
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
}

.cate_thumb:hover .main_img{
	border-color: #347ec7;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
}

#owl-demo .item{
	margin: 0px 15px;
}

.about_container{
	float: left;
	width: 100%;
	padding: 40px 0px;
	background: #fff;
}

.about_info{
	display: block;
	padding: 15px 20px 20px 70px;
	border: #ededed solid 3px;
}

.headingh1{
	color: #000;
	font-size: 22px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
}

.headingh1:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 0;
	background: #000;
}

.about_text{
	color: #000;
	text-align: justify;
	line-height: 22px;
}

.read_more{
	text-align: right;
	color: #000;
	font-size: 18px;
}

.read_more a{
	color: #000;
	font-size: 22px;
}

.read_more a:hover{
	color: #347ec7
}

.news_container{
	background: #eeeeee;
    position: relative;
    left: 70px;
    z-index: 99;
    top: 85px;
    min-height: 447px;
}

.certificate{
	float: left;
	margin-top: 25px;
    margin-left: 75px;
}

.pdf{
	float: left;
	margin-top: 25px;
}

.news_container .headingh1{
	padding-top: 20px;
}

.news_listing{
	color: #000;
	font-size: 13px;
}

.read_more2{
	display: block;
	text-align: right;
	padding: 20px 0px;
}

.read_more2 a{
	color: #000;
    font-size: 18px;
}

.read_more2 a:hover{
	color: #347ec7;
}

.products_container{
	float: left;
	width: 100%;
	background: #f6f6f6;
	padding: 35px 0px;
}

#owl-demo2 .item{
	padding: 0px 10px;
}

.prothumb{
	background: #fff;
	border:solid 1px #fff;
	margin-bottom: 40px;
}

.prothumb .img_holder{
	background: #fff;
    display: block;
    vertical-align: middle;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 275px;
    line-height: 275px;
}

.prothumb .img_holder img{
    vertical-align: middle;
    margin:0 auto!important;
    text-align: center;
    max-height: 275px;
    display: block;
	width: 100%;
}

.prothumb .detail{
	border-top:solid 1px #ececec;
	padding: 15px 10px;
	text-align: center;
	display: block;
}

.prothumb .detail p{
	font-size: 15px;
	font-weight: 500;

}

.prothumb .detail p span{
	color: #347ec7;
}

.prothumb .detail img{
    margin: 0px auto -40px auto;
    position: relative;
    border: #fff solid 8px;
    border-radius: 50%;
}

.prothumb:hover{
	border-color: #347ec7
}


footer{
	margin-top: 20px;
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 40px 0px;
}

.foter_heading{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
	border-bottom: #e5e5e5 solid 1px;
	padding-bottom: 5px;
}

.ft_links{
	display: block;
}

.ft_links a{
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #444446;
}

.ft_links a:hover{
	padding-left: 5px;
	color: #000;
}

.social{
	display: block;
}

.social a{
	display: inline-block;
	vertical-align: top;
	color: #434446;
	font-size: 25px;
	margin-right: 5px;
}

.social a:hover{
	color: #347ec7;
}


.contact_info{
	display: block;
	padding-bottom: 10px;
}

.contact_info p{
	color: #444446;
	font-size: 14px;
}

.contact_info p i{
	color: #347ec7;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	padding-right: 10px;
}

.contact_info p a{
	color: #347ec7;
}


.copyright_container{
	float: left;
	width: 100%;
	padding: 15px 0px;
	background: #dcdcdc;
}

.copyright_container p{
	font-size: 14px;
	margin-bottom: 0;
	color: #444446;
}

.copyright_container p a{
	color: #000;
}



.navigation{
	background:#000000;
	padding:8px 0px;
	margin-bottom: 60px;
}

.navg{
	 margin:0px auto; 
	 padding:0px; 
	 display:table;
}
.navg ul{ 
	margin:0; 
	padding:0;
}
.navg ul li{ 
	list-style:none; 
	float:left;
}
.navg ul li a{ 
	float:left; 
	list-style:none; 
	font-size:13px; 
	color:#404040; 
	background-color:#fff; 
	border:#e2e2e2 solid 1px; 
	padding:5px 10px; 
	margin:0px 5px 0px 0px;
}
.navg ul li a:hover{ 
	background-color:#fc8124; 
	color:#fff;
}

.search_fld{
	display: none;
	position: absolute;
    width: 200px;
    right: 0;
    padding-left: 10px;
    top: 42px;
}

.featured_heading{
	display: block;
	shape-margin: 15px;
	text-align: center;
}

.featured_heading p{
	background: #fff;
	padding: 0px 90px;
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	margin-bottom: 30px;
	line-height: 55px;
}


.featured_slider{
	float:left; width:100%; padding: 0px 20px 0px 50px
}




.input{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.input-submit {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.input-submit:hover {
    background-color: #45a049;
}

.gallery_re{
	margin:0px 0px 10px 0px; 
	padding:0px; 
	float:left; 
	width:100%;
}
.gallery_re ul{
	margin:0px 0px 0px 2px; 
	padding:0px;
}
.gallery_re ul li{
	margin:0px; 
	margin:0px 8px 0px 0px; 
	width:95px; 
	height:80px; 
	list-style:none; 
	float:left;
}
.gallery_re ul li img{ 
	height:100%; 
	width:100%;
}
.border{
	border:1px solid #b2b2b2;
}
.gallery_re ul li:last-child{ 
	margin:0px;
}
.border:hover{
	border:1px solid #da251d;
}
.borderMainImg{	border:2px solid #959595; overflow:hidden; padding-left:10px;}
.gallery{ 
	float:left;

}
.gallery img { 
	width:100%; 
	height:auto; 
	margin-bottom:10px;
}

.large_right_side{ width:100%;}
.detail{ 
	margin:0px;
	padding:0px;
}
.detail .h1{ 
	font-size:17px; 
	color:#000000; 
	line-height:30px; 
	font-weight:normal; 
	padding:0; 
	margin:0px;
	border-bottom:#999999 solid 1px;
	font-family: 'Oswald', sans-serif;
}

.detail .h1 a{
	float:right;
	background:#000000;
	padding:0px 7px;
}

.detail .h2{ 
	font-size:14px; 
	color:#fff;
	font-weight:normal; 
	line-height:36px;
	margin-bottom:5px; 
	padding:0px 0px 0px 10px;
	background:#000;
	margin:10px 0px 0px 0px;
}
.detail .h2 span{
	color: #fff;
	font-weight: bold;
	color: #0794ee;
}
.detail p{
	text-align: justify;
	color: #333333;
	font-size: 12px;
	line-height: 22px;
	padding: 5px 0px;
}


.detail .cart input{ 
	padding:10px 10px; 
	text-align:center; 
	color:#FFFFFF; 
	font-size:16px; 
	background:#0794ee; 
	display:block; 
	margin:20px 0px;
	text-transform:uppercase;
	border:0px; width:100%;
}
.detail .cart input:hover{ 
	background: #111111;
}


.INPUT{ border:solid 1px #CCC; height:25px; margin:2px; width:50%;}


.inquiryPage{ font:normal 14px Arial; color:#000000;}
.css3button {

  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background-color:#464445;
  padding:10px 15px;
  text-decoration: none;
  border:0px;
}

.css3button:hover {
  background: #0095f3;
  text-decoration: none;
}


.contact_clm1{ float:left; width:40%;}
.contact_clm1 h1{ font-size:17px; color:#000000; margin:0px; padding:0px;}
.contact_clm1 p{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#111111; line-height:22px;}
.contact_clm1 p a{ color:#111111;}
.contact_clm1 p a:hover{ color:#da251d;}
.contact_clm1 p span{ color:#111111; font-weight:bold;}


.contact_clm2{ float:right; width:60%;}
.contact_clm2 h1{ font-size:18px; color:#000000; margin:0px; padding:0px 0px 5px 0px;}
.fld{ height:30px; width:100%; background-color:#FFFFFF; border:1px solid #cdcdcd; float:left; color:#646464; padding-left:5px; outline:none; margin:0px 13px 15px 0px; float:left;}
.fld2{ height:130px; width:96%; font-family:Arial, Helvetica, sans-serif; background-color:#FFFFFF; border:1px solid #cdcdcd; float:left; color:#646464; padding-left:5px; outline:none; margin:0px 10px 10px 0px; float:left; padding-top:5px;}
.submit{ width:115px; padding:5px 0px 5px 0px; float:left;  display:block; margin:0px 0 3px 0; }
.submit:hover{}




@media (max-width: 1200px){

.pdf{
	width: 300px;
}

.certificate{
	width: 300px;
}

.featured_slider{
	float:left; width:100%; padding: 0px 0px 0px 0px;
}

.customNavigation2{
	position: static;
}

.customNavigation2 .prev2{
	margin-top: 0;
	position: static;
}

.customNavigation2 .next2{
	margin-top: 0;
	position: static;
}

}

@media (max-width: 991px){

.news_container{
	width: 100%;
    position: inherit;
    min-height: inherit;
    margin-bottom: 20px;
}

.about_info {
    display: block;
    padding: 15px 20px 20px 15px;
}

.clear_tab{
	clear: both;
}

.clear_tab{
	margin-top: 20px;
}

.logo{
	max-width: 320px;
	display: block;
	margin:0 auto;
}

.top_right_side{
	text-align: center;
}

.navbar-default{
	display: block;
}

.navbar-toggle{
	display: inline-block;
	float: none;
	margin: 10px 0px 10px 0px;
}

}


@media (max-width: 768px){

.menu_container{
	position: inherit;
	top: 0;
}

.logo{
	max-width: 200px;
}

.cate_wrapper{
	position: inherit;
	top: 0;
}

.certificate{
	display: block;
	float: none;
	margin: 10px auto;
}

.pdf{
	display: block;
	float: none;
	margin: 10px auto;
}

.copyright_container p{
	text-align: center;
}

footer .text-center{
	text-align: center!important;
}

.foter_heading{
	margin-top: 20px;
}

.featured_heading p{
	font-size: 20px;
	display: block;
	padding: 0px;
}

}


@media (max-width: 480px){


}



@media (min-width: 991px){


}