/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics
============z====================================== */
body {
	background-color: #000 !important;
}

#contact .container p{
	color:#FFFFFF !important;
}

#home .small-text {
	background-color: none !important;
}

#services, #products, #certifications, #collaborations {
	background-color: #000;
	color: #212529;
}

/*Mobile Nav Menu*/
.dropbtn {
	background-color:rgba(60, 60, 60, .9);
	color: white;
	padding: 10px;
	font-size: 30px;
	border: none;
	cursor: pointer;
	z-index: 10;
  }
  
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }

  .dropdown-content a:hover {
	color: red;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {
	display: block;
  }


/* Customization */

.carousel-inner {
    position: relative !important
}

.carousel-indicators .active{
	opacity: 0.5 !important;
}

#products, #certifications, #collaborations, div {

}

#core .mx-5 {
	list-style: disc !important;
}


.yellow-line{
	display: block;
		height: 5px;
		background: #FFC707;
		margin: 3% 0%;
 }


#security-film img {
	display: flex;
	text-align: center;
}

li {
	list-style-type: none;
}

.dropdown-menu {
	position: relative !important;
	float: right;
	margin-right:-50px;
}

.dropdown-menu a {
	position:absolute;
	margin-top: 10px;
	background-color: #fff;
}

nav-item .dropdown-menu{
	margin:0 250px 0 0;
	text-align: right;
	list-style: none;
	background-color: #333;
	width:50px;
	height: 30px;
	float: right;
	display: block;
}

.dropdown-backdrop {
	position: fixed;
	float: right;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.fa-bars {
	margin: 10px 10px 0 0 ;
	float: right;
	color: #fff;
	font-size: 21px;
}

/* Add a black background color to the top navigation */
.topnav {
	background-color: #333;
	overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
	background-color: #04AA6D;
	color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
	display: none;
  }

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: right;
	}
  }

.color-yellow {
	color: #FFC707 ;
}

font-weight-bold {
	font-weight: bold !important;
	display: inline !important;
}



#products h5,p {
	position: relative;
}

#about h6 {
	font-family: 'DM Sans','Sans Serif';
}

#about h3 span {
	display:block;
	width:100%;/*or whatever width you want the effect of <hr>*/
	border-top: 1px solid #fff;
 }

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* Mobile-Size Carousel/Image
====================================*/
.carouselExampleIndicators:active{
	background-color: #FFF !important;

}

.carousel-inner {
	background-color: #000;
}

.carousel-indicators{
	position: relative !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border:0px solid #fff;
    border-radius: 50px;
}




/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }

  .mySlides2 {
	display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .dot:hover {
	background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }


  .fade {
    opacity: 1 !important;
}

/* #Image Slider / Carousel
================================================== */

	.gallery{
		background-color: #000;
		width: 900px; 
		display: flex; 
		overflow-x: scroll;
	}

	.gallery div {
		width: 100%;
		display: grid;
		grid-template-columns: auto auto auto;
		grid-gap: 0px;
		padding: 10px;
		flex: none;
	}

	.gallery div img{ 
		width: 100%; 
	}


	.gallery::-webkit-scrollbar{
		display: none;
	}

	.gallery-wrap{
		display: flex;
		margin: 0% auto;
		align-items: center;
		justify-content: center;
	}

	.gallery div img:hover{
		transform: scale(1.2);
	}


	.mobilegallery{
		background-color: #000;
		width: 900px; 
		display: flex; 
		overflow-x: scroll;
		}

	.mobilegallery div{ 
		width: 100%; 
		display: grid; 
		grid-template-columns: auto auto auto; 
		grid-gap: 0px; 
		padding: 0px; 
		flex: none; 
		}
	

	.mobilegallery div img{ 
		width: 100%; 
		display: block;
		align-items: center;

		}


	.mobilegallery-wrap{
		display: flex;
		margin: 10% auto;
		align-items: center;
		justify-content: center;
	}

	.mobilegallery::-webkit-scrollbar{
		display: none;
	}


	@media screen and (max-width: 600px) {
		.gallery div img{ 
		width: 100%; 
		display: block;
		align-items: center;

		}
		}

	
		#backBTN, #nextBTN {
			width: 50px;
			height: 50px;
			cursor: pointer;
			margin: auto;
		}

		#mbackBTN, #mnextBTN{
			width: 20px;
			height: 20px;
			cursor: pointer;
			margin: 5px;
		}

	@media screen and (max-width: 600px) {
		mbackBTN, mnextBTN{
			width: 20px;
			height: 20px;
			cursor: pointer;
			margin: 5px;
		}
	}
	.mobilegallery-wrap{
		display: flex;
		margin: 10% auto;
		align-items: center;
		justify-content: center;
	}


	#security-film{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

/* #Basic Styles
================================================== */
.lh-10 {
	line-height: 6px;
}

.w-70 {
	width: 70% !important;
}

#products .description {
	text-align: left !important;
}

#products .br-1 {
	display: block; 
	margin-bottom: 1em; 
}

h5 {
	display: inline-block;
}

body {
		background-color: #000;
		font-family: 'DM Sans','Sans Serif';
		font-size: 14px;
		line-height:22px;
		color:#a6a6a6;
		overflow-x:hidden;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
		-webkit-text-size-adjust: 100%;
 }
 html {
	overflow-x:hidden; 
	height:100%;
}
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-family: 'Sans Serif', serif;
		text-align:center;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 38px; line-height:38px; font-weight: 400; }
	h2 { font-size: 36px; line-height:36px; font-weight: 400;}
	h3 { font-size: 32px; line-height: 32px; font-weight: 400;}
	h4 { font-size: 28px; line-height: 28px; font-weight: 400;}
	h5 { font-size: 24px; line-height: 24px; font-weight: 800;}
	h6 { font-size: 20px; line-height: 20px; font-weight: 800;}


	p {  }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 600;}
	small { font-size: 80%; }
	


/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #323a3d; border-width: 1px 0 0; clear: both; margin:0 10px 0 10px; height: 0; position:relative;}


/* #Links
================================================== */
	a, a:visited { text-decoration: none; }
	a:hover, a:focus { color: #e74c3c;}
	p a, p a:visited { line-height: inherit; text-decoration: none;}
	a:focus{
	outline:none;
	}

/* #Lists
================================================== */
	ul, ol { }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li {  }
	li { 
		line-height: 18px; 
	}

	#menu-wrap li { 
		line-height: 0px; 
	}

	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
/* #Buttons
================================================== */

#contact button {
	background:#25D366 !important;
}

#contact button:hover {
	background:#fff !important;
}

#contact h6:hover{
	color: #363636 !important;;
}

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	background:#363636;	
	margin-top:10px;
	border:none;
	  color: #dfdfdf;
	  display: inline-block;
	  font-size: 16px;
	  cursor: pointer;
	  line-height: normal;
	  padding: 15px 25px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out; 
	width:100%}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {	
	  color: #e74c3c;
	background:#0D0907;	 }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {	
	  color: #e74c3c;}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
/* #Images
================================================== */






/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
::selection {
	background: rgba(0,0,0,.2); /* Safari */
	}
::-moz-selection {
	background: rgba(0,0,0,.2); /* Firefox */
}