@import url("font.css");
@import url("footer.css");
@import url("section.css");
@import url("accordian.css");
@import url("gallery.css");
@import url("banner.css"); 
@import url("indexbelow.css"); 
@import url("accordion.css");
@import url("sidebox.css");  
@import url("toggle.css"); 
@import url("owl.css"); 
@import url("product.css");   
*{
	box-sizing:border-box;
	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	overflow-x:hidden;
	
}
.border_right{		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

blackdot{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot.png);
	z-index:0;
	background-attachment: scroll;
	}
blackdot-black{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot-black.png);
	z-index:0;
	}
	
@media only screen and (max-width: 800px) {
.border_right{
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}	

}


/***box***/
.box-brand{
	-webkit-box-shadow: 0 0 57px rgba(0,0,0,.21);
    box-shadow: 0 0 57px rgba(0,0,0,.21);
	transition: .3s ease-out;
	margin-top:0px;
}

.box-brand:hover{
	margin-top:-25px;
	
}


/***tab content***/
/*** Tab numbering ***/
.tab {
  overflow: hidden;
  border: 0px;
  background-color: transparent;
  padding:20px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #ababab5c;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 20px;
  margin-right: 10px;
  transition: 0.3s;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #384f5a;
  width: auto;
  font-size: 26px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #bbb;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #036537;
  color: #fff;
  font-weight: bold;
}

/* Style the tab content */
.tabcontent {
  display: none;
}