<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.textWhite {
	color: #ffffff;	
}

.textBlue {
	color: #1DABE3;	
	font-size: 24px;
	font-weight: 400;
}

#blueTitle {
	color: #1DABE3;
}

.textGrey {
	color: #777;	
	font-size: 24px;
	font-weight: 400;
}

.hoverTurnWhite{
	color: #777;
}	

.hoverTurnWhite:hover{
	color: #ffffff;
	fill: #ffffff;
}	

.textBlack {
	color: #000000;	
}

.noPadding {
	padding: 0px;
}	

#arrowdown {
	transition: transform 1s;
	transform: rotateY(90deg);
}	


#arrowdown:hover{
	transform: rotateY(90deg);
}

.mobileWidth{
	width: 80%;
}

.content{
	padding: 5% 0;
}	
	


@media screen and (max-width: 1200px){
	.hideOnMobile1200px{
		display:none;
	}
	.mobileWidth{
		width: 100%;
	}
	.mobileWidth80{
		width: 90%;
	}	
	.alignItemCenter{
		align-items: center;
		align-content:center;
		align-self:center;
	}
	.justifyCenterOnMobile{
		justify-content: center;
	}	
	/* .breadcrumb&gt;li is used to overwrite bootstrap.min.css */
	.breadcrumb&gt;li{
		font-size: 14pt;
	}  
	.content{
		padding: 5% 0%;
	}
}	

@media screen and (max-width: 800px) {
	.hideOnMobile{
		display:none;
	}	
	.justifyCenterOnMobile{
		justify-content: center;
	}	
	.content{
		padding: 5% 6%;
	}
}	

.whiteBackground {
	background-color: #ffffff;
}	

.titleSlideshow {
  text-align: center;
  color: white;
  font-weight: bold;
  z-index: 10;
  top:49%;
  font-size: xxx-large;
  position: absolute;
  width: 100%;

}

@media screen and (max-width: 1340px) and (min-width:768px) {
  .navbar-collapse-margin-correction {
	margin: 0 0 -100% 0;
	float: right;
	width: 500px;
	border-top:5px solid #ffffff;
  } 
  
  .dropdown-margin-correction {
	margin: 5%;
  }
}  

@media screen and (max-width:767px) {
  .navbar-collapse-margin-correction {
	margin: 0 0 -100% 0;
	width: auto;
	border-top:5px solid #ffffff;
  }
}

@media screen and (max-width: 600px) {
  .titleSlideshow {
    font-size: 9vw;
  } 
}

/* Card */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 27%;
  margin: 0 1vw;
  height: auto;
  background-color: #eeeeee;
}

.card:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #1DABE3;
  color:#ffffff;
}

.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}

.card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-top-icon {
  width: 40%;
  padding: 11% 0 5% 0;
  opacity: 0.7;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (max-width: 1200px) {
  .card {
	width:80%;
  }
}  

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 997.5px) {
  .card-deck {
	align-items: center;
  }
}  

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 998px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group &gt; .card {
  margin-bottom: 15px;
}

@media (min-width: 998px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-top,
  .card-group &gt; .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-bottom,
  .card-group &gt; .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-top,
  .card-group &gt; .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-bottom,
  .card-group &gt; .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion &gt; .card {
  overflow: hidden;
}

.accordion &gt; .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion &gt; .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion &gt; .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion &gt; .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion &gt; .card .card-header {
  margin-bottom: -1px;
}

/* &lt;--- Dropdown ---&gt; */
@media screen and (max-width: 800px){
	#dropdown-menu2 {
	   width:90vw;
	   margin: 0 2.5vw;
	}	
}	

.dropdown {
  float: left;
  overflow: visible;
  margin: 0 0.5vw 3% 0.5vw;
}

.dropdown .dropbtn {
  font-size: 21px;    
  border: none;
  outline: none;
  color: #444444;
  padding: 0.8vw 0 0.8vw 0;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  background-color: none;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropbtn , .dropdown:active .dropbtn{
  background-color: rgba(10 10 10 1);
  color:  #000000;
}


.dropdown-content a:hover {
  color: black;
}

.dropdown:hover .dropdown-content, .dropdown:active .dropdown-content{
  display: block;

}


/* &lt;--- End Dropdown ---&gt; */

/* &lt;--- Footer ---&gt; */
.site-footer{
  background-color:#1DABE3;
  padding:5vh 10vh;
  font-size:15px;
  line-height:24px;
  color:#ffffff;
  margin: 5% 0 0 0px;
  width: 100%;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#ffffff;
}
.site-footer a:hover
{
  color:#aaa;
  text-shadow: grey;
}

#realignFooter 
{
  text-align: right;
}

@media (max-width: 1200px) {
	#realignFooter {
	  text-align: left;
	}	
}

.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}

.facebookIcon{
  display: block;
  position: absolute;
  box-sizing: content-box;
  background-color: transparent; 
  width: 45.00px;
  height: 45.00px;
  right:10vw;
}
.ellipseFB{
  position:absolute; 
  fill: rgba(255, 255, 255, 1); 
  width: 45.00px;
  height: 45.00px;
}

.facebookFBrands{
  position:absolute;
  fill: rgba(29, 171, 227, 1); 
  box-shadow: none; 
  width: 18px;
  height: 33px; 
  left: 12px; 
  top: 7px;
}





.twitterIcon {
  width: 45.00px;
  height: 45.00px;
  right: 5vw;  
  box-sizing: content-box;
}

.ellipseTW {
 
  fill: rgba(29, 171, 227, 1);
  width: 45.00px;
  height: 45.00px;
}

.twitterBrands{    
  
  fill: rgba(255, 255, 255, 1);
  box-shadow: none;
  width: 27px;
  height: 35px; 
  margin: -43px 10px 30px 10px;
}

.telegramBrands{
  fill: rgba(29, 171, 227, 1);
  box-shadow: none;
  width: 39.00px;
  height: 42.00px;
}

@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}

 

@media (max-width:999px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
  .facebookIcon{
    left: 0;
  }
  .twitterIcon {
    left: 10vw;
  } 
  .telegramBrands{
    left: 20vw;
  }
  .site-footer{
    padding: 5vh 5vh;
  }
}





.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

.socialMedIcons{
  display: block;
  position: absolute;
  box-sizing: content-box;
}

/* Slideshow */

/* Image Slider */

.mySlides {
    display: none;
}

.responsiveAlignSlide30 {
  margin: -30vh 0 0 0;
 } 

 .responsiveAlignWord30 {
  margin:-25vh 10vw;
 }
.responsiveAlignSlide50 {
  margin: -50vh 0 0 0;
 } 

 .responsiveAlignWord50 {
  margin:-15vh 10vw;
 }

.scroll2ExploreBtn{
  text-align: center;
  color: white;
  font-weight: bold;
  z-index: 10;
  bottom: 8vw;
  font-size: x-large;
  position: absolute;
  width: 80%;
  margin: 0 10vw 0 10vw;
}
/* Slideshow container */
.slideshow-container {
//height: 101vh;
overflow-y: hidden;
position: relative;
z-index: 0;
background: black;
width: inherit;
}

/* Next &amp; previous buttons */
.prevSlideshow, .nextSlideshow {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
color: white;
font-weight: bold;
font-size: 25px;
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 */
.prevSlideshow:hover, .nextSlideshow: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;
}

.active, .dot:hover {
background-color: #717171;
}

/* Fading animation */
.customFadeIn img{
  animation:opac 1s;
  -webkit-animation:opac 1s;
  opacity:0.7;
  height: 115vh;
  align-items:center;
}
@keyframes opac{
	0% {opacity:0.1} 
	100% {opacity:0.7}
}



@media only screen and (max-width: 1350px) and (min-width: 800px) {
  .prevSlideshow, .nextSlideshow {
    font-size: xx-large;
  }    
  .scroll2ExploreBtn{
    text-align: center;
    color: white;
    font-weight: bold;
    z-index: 10;
    bottom:11vw;
    //font-size: large;
  }
  .slideshow-container {
    width: 100vw;
	height: auto;
    }
  .responsiveAlignSlide50 {
    margin: 0px;
  }
   .customFadeIn img{
	height: auto;
	width: 100vw;
  }

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 800px) and (min-width: 600px){
.prevSlideshow, .nextSlideshow, .text {
  font-size: 50px;
}

.h1 {
  top: 58%;

}
.responsiveAlignSlide50 {
  margin: 0px;
}
.scroll2ExploreBtn{
  text-align: center;
  color: white;
  font-weight: bold;
  z-index: 10;
  bottom:10vh;
  //font-size: large;
}

.slideshow-container {
    width: 100vw;
	height: auto;
    }


 .responsiveAlignSlide50, .responsiveAlignSlide30{
  margin: 0 auto;
 } 

 .responsiveAlignWord50, .responsiveAlignWord30 {
  margin:0 10vw;
 }
 
 .customFadeIn img{
  height: auto;
  width: 100vw;
}

}

@media only screen and (max-width: 600px){
.prevSlideshow, .nextSlideshow{
  display: none;
}

 .customFadeIn img{
  height: auto;
  width: 100vw;
}
.slideshow-container {
    width: 100vw;
	height: auto;
    }

}
/* End of image slider portion */

.slider {
	background-color: #000000;
	background-blend-mode: overlay;
	
}

#slider-img {
	width: 100%;
	height: 100%;
	opacity: 0.4;
	object-fit: cover;
}	
	
.topAdjustment {
	top: 25%;
}	


/* Accordion */

.accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #eee;
}

.accordion:after {
  content: '\002B';
  color: #1DABE3;
  font-weight: bold;
  float: left;
  margin: 0 1vw 0 1vw;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

@media screen and (max-width: 600px){
  .accordion{
    padding: 10px 5px;
  }
  
  .accordion:after {
    float: right;
  }
}

/* End of accordion*/


/* &lt;--- Our Partners ---&gt; */

.card3 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 27%;
  margin: 0 1vw;
  height: auto;
  background-color: #eeeeee;
}

.card3:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #1DABE3;
  color:#ffffff;
}

#imgCard{
  width: 220px;
  height: 220px;
  /* padding: 50px 34px; */
  margin: 50px 105px;
}

#imgCard:hover {
  fill: white !important;
}

#imgCard3{
  width:22vw;
  padding: 3vw 30%;
}

#imgCard3:hover {
  fill: white !important;
}

#imgCard4{
  width:auto;
  padding: 3vw 30%;
}

#imgCard4:hover {
  fill: white !important;
}

.card3Container {
  padding: 0% 10%;
  text-align: center;
  margin:auto 0 10px 0;
}
@media screen and (max-width: 990px) {
  .card3 {
    height: fit-content;
    width: 70%;
    margin: 5% auto;
  }

  #imgCard{
    width: 66vw;
    height: auto;
    padding: 15% 30%;
    margin: 0;
  }

  #imgCard3{
    width: 66vw;
    padding: 15% 30%;
  }
  #imgCard4{
    min-width: -webkit-fill-available;
    padding: 3vw 30%;
  }
  
}


/* Profile Card */
.profileCard{
  opacity: 1;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 30px 40px;
}

#profileContainer {
	display: flex; 
	justify-content:center; 
	align-items:center; 
	flex-direction: row;
}	

@media screen and (min-width: 992px) and (max-width: 1200px){
	.profileCard{
	  width: 220px;
	  height: 220px;
	}  
}	

@media screen and (max-width: 992px){
	.profileCard{
	  width: 250px;
	  height: 250px;
	}  
	
	#profileContainer {
		flex-direction: column;
	}	
	
}		
	

.profileFlag{
  opacity: 1;
  width: 30px;
  height: 20px;
  border-radius: 0%;
  margin: 0 10px 0 0 ;
}

#profileBtn{
  width: 330px;
  height: 540px;
  margin-top: 20px;
}



/* The Modal (background) */
.modalProfile {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 6%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow-y: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalProfile-content {
  background-color: transparent;
  margin: auto auto 30vh auto;
  padding: 20px;
  width: 80%;
}

/* The Close Button */
.closeModalProfile {
  color: #aaaaaa;
  float: right;
  font-size: 48px;
  font-weight: bold;
  margin: 0px 31%;
}

.closeModalProfile:hover,
.closeModalProfile:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* The Cards */

.cardModalProfile {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%);
  max-width: 40%;
  margin: auto;
  text-align: center;
  font-family: arial;
  background-color: #1DABE3;
  border-radius: 1vw;
}

.cardOnCard {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
  margin: -30% auto;
  padding: 9vw 2vw 0 2vw;
  text-align: justify;
  font-family: arial;
  background-color: white;
  border-radius: 2vw 2vw 1vw 1vw;
}

.titleModalProfile {
  color: grey;
  font-size: 18px;
}

.btnModalProfile {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.btnModalProfile:hover {
  opacity: 0.7;
}

.roundDP {
  border-radius: 50%;
  width:200px;
  height:200px;
  z-index:100;
  opacity: 1;
}  

@media screen and (max-width: 600px){

.cardModalProfile {
  max-width: 100%;
}
.cardOnCard {
  margin: -40% auto;
  padding: 30vw 2vw 0 2vw;
  text-align: center;
  border-radius: 5vw 5vw 0 0;
}
.closeModalProfile {
  font-size: 40px;
  font-weight: normal;
  margin: 0px 5%;
}

}

/* End of Modal */

/* Gallery Modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height:100vh;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 50%;
  height: 30%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  background-color: transparent;
  border:none;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: grey;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: transparent;
  color: white;
  border: none;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.imgModal {
  vertical-align: middle;
  margin:0% 10% 0 0;
}

/* Position the image container (needed to position the left and right arrows) */
.modalContainer {
  position: relative;
  text-align: left;
}

/* Hide the images by default */
.modalSlides {
  display: none;
  opacity: 1;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next &amp; previous buttons */
.prevModal,
.nextModal {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: grey;
  font-weight: bold;
  font-size: 70px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prevModal{
  left: -20%
}

/* Position the "next button" to the right */
.nextModal {
  right: -20%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevModal:hover,
.nextModal:hover {
  color: white;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f26e;
  font-size: large;
  padding: 8px 12px;
  position: absolute;
  top: -36px;
}

/* Container for image text */
.caption-container {
  text-align: justify;
  background-color: transparent;
  padding: 10px 0px;
  color: grey;
}

.rowModal:after {
  content: "";
  display: table;
  clear: both;
}
.modal {
	overflow:hidden;
}

.rowModal {
	display: flex;
	overflow-x:scroll;
	overflow-y:hidden;
	scroll-behaviour: smooth;
}

.rowModal::-webkit-scrollbar {
	height: 6px;
}

.rowModal::-webkit-scrollbar-track {
	background: #aaaaaa20;
}

.rowModal::-webkit-scrollbar-thumb {
	background: #004a77;
	border-radius:20px;
}

.rowModal::-webkit-scrollbar-thumb:hover {
	background: #1DABE3;
}

/* Six columns side by side */
.columnModal {
  float: left;
  width: 180px;
}
.columnModal2 {
  float: left;
  height: 120px;
  margin: 0 15px 0 0;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.5;
}

.active,
.demo:hover {
  opacity: 1;
}

/* responsive slideshow modifications */
@media (max-width:600px)
{
  .modal {
    z-index: 100;
  }
  
  /* Modal Content */
  .modal-content {
    width:90%;
  }
  
  /* The Close Button */
  .close {
    font-size: 50px;
  }
  
  .imgModal {
    margin: 5% 13% 13% 0%;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .modalContainer {
    height: 90vh;
    margin: 15% 0%;
  }
  
  /* Hide the images by default */
  .modalSlides {
    width: 82vw;
  }
  
  /* Next &amp; previous buttons */
  .prevModal,
  .nextModal {
    font-size: 40px;
	top: 60vh; 
  }
  
  .prevModal{
    left: -10%;
  }
  
  /* Position the "next button" to the right */
  .nextModal {
    right: -10%;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    top: -6%;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
  }
  
  .columnModal {
	  float: unset;
	  margin: 0 auto;
	}
	  
  .columnModal2 {
	  float: unset;
	  margin: 0 auto;
	}
}
@media (max-width:1200px)
{
  
  /* Six columns side by side */
  .columnModal {
    width: 200px;
		  float: unset;
	  margin: 0 auto;
  }
    .columnModal2 {

	  margin: 0 10px 0px 0;
  }

}


/* End of Gallery Modal */

/* Media Coverage*/
.media-img{
	width:100%;
}


/* Card*/

	
.media-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 27%;
  margin: 0 1vw;
  height: auto;
  background-color: #1DABE3;
}

.media-card:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}


.media-card-container{
  background-color: #eeeeee;
  /*width: 90%;*/
  margin-left: 10%;
  padding: 2% 5%;
  
}

.media-card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}

.media-card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.media-card &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.media-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
}

.media-card-title {
  margin-bottom: 0.75rem;
}

.media-card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.media-card-text:last-child {
  margin-bottom: 0;
}

.media-card-link:hover {
  text-decoration: none;
}

.media-card-link + .media-card-link {
  margin-left: 1.25rem;
}

.media-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.media-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.media-card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.media-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.media-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.media-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.media-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.media-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.media-card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.media-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.media-card-img-top-icon {
  width: 40%;
  padding: 11% 0 5% 0;
  opacity: 0.7;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.media-card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (max-width: 577px) {
  .media-card {
	width:80%;
  }
}  

.media-card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.media-card-deck .media-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .media-card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .media-card-deck .media-card {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
  }
}

.media-card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media-card-group &gt; .media-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .media-card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .media-card-group &gt; .media-card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .media-card-group &gt; .media-card + .media-card {
    margin-left: 0;
    border-left: 0;
  }
  .media-card-group &gt; .media-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .media-card-group &gt; .media-card:not(:last-child) .media-card-img-top,
  .media-card-group &gt; .media-card:not(:last-child) .media-card-header {
    border-top-right-radius: 0;
  }
  .media-card-group &gt; .media-card:not(:last-child) .media-card-img-bottom,
  .media-card-group &gt; .media-card:not(:last-child) .media-card-footer {
    border-bottom-right-radius: 0;
  }
  .media-card-group &gt; .media-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .media-card-group &gt; .media-card:not(:first-child) .media-card-img-top,
  .media-card-group &gt; .media-card:not(:first-child) .media-card-header {
    border-top-left-radius: 0;
  }
  .media-card-group &gt; .media-card:not(:first-child) .media-card-img-bottom,
  .media-card-group &gt; .media-card:not(:first-child) .media-card-footer {
    border-bottom-left-radius: 0;
  }
}

.media-card-columns .media-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .media-card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .media-card-columns .media-card {
    display: inline-block;
    width: 100%;
  }
}



/* End of Media Coverage Cards*/

/*Pagination, A bootstrap replacement*/
.paginate_button{
	margin-right: 15px;
}

.dataTables_length{
	margin: -50px 0 0 660px;
	padding: 13px 0px 20px 0px;
}	
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th{
	padding:25px 0px;
	line-height:1.5;
	vertical-align:top;
	border-top:1px solid #1DABE3;
}



@media (max-width: 1200px) {
  .dataTables_length{
	margin: auto;
}	

/* End of Bootstrap Pagenation Replacement*/

/*Floating Menu*/
.floating-menu {
	background: grey;
	padding: 5px;
	width: 130ps;
	z-index; 100;
	position fixed;
}
.floating-menu a,
.floating-menu h3 {
	font-size: 10pt;
	display:block;
	margin: 0 0.5em;
	color: white;
}	
</pre></body></html>