
.mySlides {display: none;}
.mySlides img {width: 100%; object-fit: cover; margin-bottom: -4px;}


/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

.slideshow-container h1 {
	font-family: "FilsonProLight", "Montserrat" !important;
	position: absolute;
	margin-top: 17%;
	transform: translateY(-50%);
	margin-left: 8%;
	width: 60%;
	color: #FFFFFF;
	font-size: 3.2em;
	font-weight: lighter;
}

.slideshow-container h1 b {
	font-family: "FilsonProBold", "Montserrat" !important;
	font-weight: 900;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 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);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.grid-container1 {
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
}

.grid-container1>div {
   display: flex;
   justify-content: flex-start;
	    flex-direction: column;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.grid-container1 h3 {
	color: #0C283C;
	font-family: "FilsonProBold", "Montserrat";
	font-weight: bold;
}

.item1 {
	grid-column: 1/4;
	grid-row: 1/1;
	background-color: #FFF;
	padding: 15px;
		margin-top: 4vh;
	margin-bottom: 4vh;
}

.item1 ul {
	list-style: none;
}

.item1 ul li:before {
	display:inline;
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #fab31e; /* Change the color */
  	font-weight: bold; /* If you want it to be bold */
  	display: inline-block; /* Needed to add space between the bullet and the text */
  	width: 1em; /* Also needed for space (tweak if needed) */
  	margin-left: -1em; /* Also needed for space (tweak if needed) */
	font-size: 2.2vh;
}

.item2 {
   grid-column: 1/4;
   grid-row: 2/2;
   background-color: #DBF3FF;
}

.item3 {
   grid-column: 1/4;
   grid-row: 3/3;
}

.item4 {
   grid-column: 1/4;
   grid-row: 4/4;
	background-color: #C2EBFF;
}

.item5 {
   grid-column: 1/4;
   grid-row: 5/5;
}

.item6 {
   grid-column: 1/4;
   grid-row: 6/6;
	background-color: #AAE3FF;
}

.item2, .item3, .item4, .item5 {
overflow: hidden;
}

.item1 img, .item3 img, .item5 img {
height: 100%;
width: 80%;
object-fit: contain;
margin: 0px auto;
}


.grid-container2 {
	display: grid;
	grid-template-columns: 100%;
}

.grid-container2>div {
	margin: 4px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.item6a {
	grid-column: 1/1;
	grid-row: 1/1;
	padding: 15px;
	text-align: center;
}

.item6a h1 {color: #5FAEE2;}

.grid-container3 {
	display: grid;
	grid-template-columns: 0% 41% 53% 6% 0%;
	background: #fab31e;
}

.grid-container3>div {
	margin: 4px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.item7 h1 {color: #FFFFFF;}

.item7 {
	grid-column: 2/5;
	grid-row: 1/1;	
	color: #FFFFFF;
	padding: 15px;
}

.item8 {
	grid-column: 2/5;
	grid-row: 2/2;	
	padding: 15px;
}

.item8 img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.DemoVideo {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.DemoVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.grid-container4 {
	display: grid;
	grid-template-columns: 10% 40% 40% 10%;
	margin-top: 4vh;
}

.grid-container4>div {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.item9 {
	grid-column: 2/4;
	grid-row: 1/1;
	padding: 15px;
	font-weight: bold;
}

.item10 {
	grid-column: 2/3;
	grid-row: 2/2;
	padding: 15px;
	color: #666666;
}

.item11 {
	grid-column: 3/4;
	grid-row: 2/2;
	padding: 15px;
	color: #666666;
}

.item12 {
	grid-column: 2/5;
	grid-row: 3/4;
	color: #717171;
}

#AboutUs {
  scroll-margin-top: 100px;
}



/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 48em) and (orientation: landscape) {


.item1 {
	grid-column: 1/2;
	grid-row: 1/1;
}

.item2 {
	grid-column: 1/2;
	grid-row: 2/2;
}

.item3 {
	visibility: visible;
	grid-column: 2/3;
	grid-row: 1/1;
}

.item4 {
	visibility: visible;
	grid-column: 2/3;
	grid-row: 2/2;
}

.item5 {
	visibility: visible;
	grid-column: 3/4;
	grid-row: 1/1;
}

.item6 {
	visibility: visible;
	grid-column: 3/4;
	grid-row: 2/2;
}

}







/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 64em) {

.item2, .item3, .item4, .item5 {
	visibility: visible;
	}


.item2, .item3, .item4, .item5 {
overflow: hidden;
}


.grid-container3 {
	display: grid;
	background: #fab31e;
}

.grid-container3>div {
	margin: 4px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.item7 h1 {color: #FFFFFF;}

.item7 {
	grid-column: 2/2;
	grid-row: 1/1;
	color: #FFFFFF;
	padding: 15px;
}

.item8 {
	grid-column: 3/5;
	grid-row: 1/1;
	padding: 15px;
}

.item8 img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.grid-container4 {
	display: grid;
}

.grid-container4>div {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.item9 {
	grid-column: 2/4;
	grid-row: 1/1;
}

.item10 {
	grid-column: 2/3;
	grid-row: 2/2;
}

.item11 {
	grid-column: 3/4;
	grid-row: 2/2;
}



}




/* Small devices such as large phones (640px and up) */
/* @media only screen and (min-width: 40em) {...} */

/* Medium devices such as tablets (768px and up) */
/* @media only screen and (min-width: 48em) {...} */

/* Large devices such as laptops (1024px and up) */
/* @media only screen and (min-width: 64em) {...} */

/* Largest devices such as desktops (1280px and up) */
/* @media only screen and (min-width: 80em) {...} */
