@import url("font.css");
@import url("header.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");  
*{
	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;
	opacity: 0.8;
	}
.green-bg{
	background-color: #428e1e;
}
.trans-bg{
	background:rgba(76, 76, 76, 0.65);
}
.overlap-bg{
	border-radius: 10px;
    color:#082f6e;
	background-position:center;
	background-repeat:no-repeat;
	padding:20px;
	background-color:#fff;
	box-shadow:0 4px 12px 1px rgb(69, 69, 69,0.4);
	border-bottom: 5px solid #428e1c;
    border-right: 3px solid #428e1c;
	background-size:contain;
	background-position:right;
	transition: ease .1s;
	/*background:linear-gradient(90deg, rgba(8,47,110,1) 0%, rgb(16 64 139) 50%, rgb(28 81 160) 100%);*/
}

.overlap-bg:hover{
	border-bottom: 0px solid #428e1c;
    border-right: 0px solid #428e1c;
}

.overlap-bg h3{
	font-size:18px;
}

.overlay{
	background-color: rgb(2, 24, 56, 0.95);
	background-blend-mode: overlay;
}

.product-img{
	border-bottom: 5px solid #428e1c;
    border-right: 5px solid #428e1c;
    border-top: 2px solid #428e1c;
    border-left: 2px solid #428e1c;
    border-radius: 20px;
    max-width: 600px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/**** HORIZONTAL TAB ****/
/**********************/
.tab {
 /* float: left;
  background-color: #f1f1f1;
  width: 20%;
  height: 220px;*/
  text-align: center;
  margin-bottom: 20px;
  margin-left: 30px;
}

/* Style the buttons inside the tab */
.tab button {
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  background-color: #e2e2e2;
  color: black;
  padding: 12px 12px;
  width: 30%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 10px;
}
.multi-tab{
  margin-left: auto !important;
  text-align:center !important;
}

.multi-tab button{
	width: auto !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgba(9, 65, 133, 0.3);
  color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #094185;
  color: #fff;
  box-shadow: 0 0px 10px 0px rgb(9 65 132 / 0.5);
  margin-right: 5px;
  margin-left: 5px;
}

/* Style the tab content */
.tabcontent {
  /*float: left;*/
  padding: 0px 12px;
  width: 100%;
  border-left: none;
}
/****END HORIZONTAL TAB ****/
/**********************/


/**** TABLE ****/
/***************/
#customers {
  font-family: 'Montserrat', sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin:auto;
}

#customers tbody{
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#customers td, #customers th {
  padding: 7px;
  border-bottom: 1px solid #428e1c;
  
}

#customers td:nth-child(odd){
  border-right: 1px solid #428e1c;
}

#customers tr:nth-child(even){
	background-color: #ffffff;
	color:#000;
}

#customers tr:nth-child(odd){
	background-color: #ffffff;
	color:#000;
}

#customers tr:hover {
	background-color: #edfae7;
	color: #0f0f0f;
	}

#customers th {
  
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #121212;
  color: #000;
  letter-spacing:0.8px;
}
.long-content-table th{
	width: 120px;
}

.short-content-table th{
	width: 200px;
}
.table-title-yellow{
	font-family: 'PT Sans', sans-serif;
	width: 70%;
	margin:auto;
	text-align: center;
    color: #fff;
    letter-spacing: 1.2px;
    margin-block-start: 0em;
    margin-block-end: 0em;
	padding: 8px 0;
    text-transform: uppercase;
	background-color: #428e1c;
	box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}

/**** END TABLE ****/
/******************/
@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;
}	
.clear{
    clear:both;
}
.tab{
	margin-left: 0px;
}
.tab button{
	display: flex;
	width: 100%;
	margin-bottom: 5px;
}
.tab button.active {
	margin-left: 0px;
}
.tabcontent{
	padding:0;
}
.reverse_order {
    display: -webkit-flex;
    display: flex-table;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
#customers {
    width: 100%;
}
.table-title-yellow{
    width: 100%;
}
}
