@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Regular.eot');
    src: local('Montserrat'),
	     url('./fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Montserrat-Regular.woff2') format('woff2'),
         url('./fonts/Montserrat-Regular.woff') format('woff'),
         url('./fonts/Montserrat-Regular.ttf') format('truetype'),
         url('./fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'United Kingdom';
    src: url('./fonts/UnitedKingdom.eot');
    src: local('United Kingdom'),
	     url('./fonts/UnitedKingdom.eot?#iefix') format('embedded-opentype'),
         url('./fonts/UnitedKingdom.woff2') format('woff2'),
         url('./fonts/UnitedKingdom.woff') format('woff'),
         url('./fonts/UnitedKingdom.ttf') format('truetype'),
         url('./fonts/UnitedKingdom.svg#UnitedKingdom') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	background-color: #fff;
	margin: 0px;
	 overflow-x: hidden;
}
.wrapper{
		width:100%;
		text-align:center;
}
p {
	padding: 0px;
	margin: 0px;
}
a:link {
	text-decoration:none;
	color: #3ebfb5;
}
a:visited {
	text-decoration:none;
	color: #cccccc;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration:none;
	color: #cccccc;
}
.footerMenu {
	font-family: 'Montserrat';
	font-size: 17px;
	color: #666666;
	font-weight: bold;
    text-decoration: none;
}
.Flow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ccc;
	background-color: #999999;
	padding-top:2;
	padding-bottom:2;
}
.antispam { display:none;}
@keyframes slideinl {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 0%;
  }
}
@keyframes slideinr {
  from {
    margin-right: -50%;
  }
  to {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 1000px) {   /* Mobile */
	.login {
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
		height:25px;
		width: 100%;
		text-align:center;
		vertical-align:middle;
		padding: 0;
		background-color: #999999;
		color:#FFF;
	}
	.top_bar {
		z-index: 3000;
		position: sticky;
		top: 0;
		width: 100%;
		background-color: #efefef;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
		overflow:hidden;
	}
	.logo{
		z-index: 3100;
		height: 100px;
		width: auto;
		border:none;
		position: absolute;
    	top: 0;
    	left: 10;
	}
	.menu_bars {
		z-index: 90;
		width: 100%;
		height: auto;
		margin-top: 45;
		margin-left:auto;
		margin-right: 10px;
		background-color: transparent;
	}
	.lightblock {
		width: 100%;
		background-image: url(images/bg.png);
		background-repeat: repeat-x;
		background-position: left top;
		overflow:hidden;
	}
	.lightblock_full {
		width: 100%;
		background-image: url(images/bg.png);
		background-repeat: repeat;
		background-position: left top;
		overflow:hidden;
	}
	.rightImage {
		z-index: 80;
		background-image: url(images/cover.png);
		height: 300;
		width: 100%;
		margin-right: 0;
		margin-left: auto;
		animation-duration: 3s;
		animation-name: slideinr;
		background-size: cover;
	}
	.leftCTA {
		z-index: 80;
		margin-left: 0;
		text-align:left;
		padding-left: 20px;
		padding-top: 50px;
		background-color: transparent;
		animation-duration: 3s;
		animation-name: slideinl;
	}
	.blackCTA {
		z-index: 80;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 50px;
		font-weight:bold;
		color: #333333;
		margin: 0;
		padding: 0;
	}
	.greenCTA {
		z-index: 80;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 50px;
		color: #3ebfb5;
		font-weight:bold;
		margin: 0;
		padding: 0;
	}
	.lgreenblock {
		z-index: 80;
		width: 100px;
		height: 5px;
		background-color: #bdd636;
	}
	.ilaticText {
		z-index: 80;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-style:italic;
		color: #333333;
		padding-top: 20;
		padding-bottom: 20;
	}
	.contentblock {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		text-align:left;
	}
	.Page_Title {
		font-family: 'United Kingdom';
		font-size:40px;
		color:#efefef;
		text-shadow: 1px 1px 1px #ccc;
	}
	.TitleBold {
		width: 90%;	
		font-family: 'Montserrat';
		font-size: 30px;
		color: #666666;
		padding: 0px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
	}
	.ConText {
		width: 90%;
		text-align:justify;
		font-family: 'Montserrat';
		font-size: 17px;
		color: #666666;
	}
	.imgL {
		padding-left:20;
		padding-right:20;
	}
	.ConTextLarge {
		width: 90%;
		text-align:justify;
		font-family: 'Montserrat';
		font-size: 17px;
		color: #666666;
	}
	.client_back {
		margin-left: 0;
		text-align:left;
		padding-left: 20px;
        padding-right: 20px;
		background-color: transparent;
	}
	.logo_block {
		width:90%;
		margin-right:0;
	}
	.Bold_Title {
		font-family: 'United Kingdom';
		font-size:40px;
		color:#FFF;
		text-shadow: 1px 1px 1px #ccc;
    	padding-top: 10;
	}
	.clientT_block {
		width:35%;
		vertical-align:top;
	}
	.client_block {
		width:45%;
		display:inline-block;
		vertical-align:middle;
		text-align:center;
	}
	.contact_block {
		background-color: #666666;
		padding: 20px;
	}
	.contact_blockW {
		background-color: #ffffff;
		padding: 20px;
		text-align:left;
	}
	.Grey_Title {
		font-family: 'United Kingdom';
		font-size:30px;
		color:#666666;
    	padding-top: 10;
	}
	.footerText {
		font-family: 'Montserrat';
		font-size: 17px;
		font-weight: bold;
		color: #3ebfb5;
		text-align:left;
		padding: 10;
	}
}
@media only screen and (min-width: 1000px) { /* Desktop */
	.login {
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
		height:25px;
		width: auto;
		text-align:right;
		vertical-align:middle;
		padding: 2;
		padding-right: 100;
		background-color: #999999;
		color:#FFF;
	}
	.top_bar {
		z-index: 3000;
		height: 100px;
		position: sticky;
		top: 0;
		width: 100%;
		background-color: #efefef;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
	}
	.logo{
		height: 100px;
		width: auto;
		margin-left: 100px;
		float:left;
		border:none;
	}
	.menu_bars {
		width: auto;
		height: auto;
		position: relative;
		top: 25px;
		z-index: 90;
		margin-right: 100px;
		float:right;
		text-align:left;
	}
	.lightblock {
		position: relative;
		width: 100%;
		height: auto;
		background-image: url(images/bg.png);
		background-repeat: repeat-x;
		background-position: left top;
	}
	.lightblock_full {
		position: relative;
		width: 100%;
		height: auto;
		background-image: url(images/bg.png);
		background-repeat: repeat;
		background-position: left top;
	}
	.rightImage {
		z-index: 70;
		background-image:url(images/cover.png);
		height: 600;
		width: 800;
		margin-right:0;
		margin-left:auto;
		animation-duration: 3s;
		animation-name: slideinr;
	}
	.leftCTA {
		z-index: 80;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
		text-align:left;
		padding-left: 100px;
		padding-top: 70px;
		background-color: transparent;
		animation-duration: 3s;
		animation-name: slideinl;
	}
	.blackCTA {
		z-index: 80;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 70px;
		font-weight:bold;
		color: #333333;
		margin: 0;
		padding: 0;
	}
	.greenCTA {
		z-index: 80;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 70px;
		color: #3ebfb5;
		font-weight:bold;
		margin: 0;
		padding: 0;
	}
	.lgreenblock {
		z-index: 80;
		width: 100px;
		height: 5px;
		background-color: #bdd636;
		position: relative;
	}
	.ilaticText {
		z-index: 80;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-style:italic;
		color: #333333;
		padding-top: 20;
		padding-bottom: 20;
		position: relative;
	}
	.contentblock {
		padding-left: 300px;
		padding-right: 100px;
		width: 100%;
		position:relative;
		text-align:left;
	}
	.Page_Title {
		font-family: 'United Kingdom';
		font-size: 50px;
		color: #efefef;
		text-shadow: 1px 1px 1px #ccc;
		position: absolute;
		left: 300;
		top: -110;
		z-index: 90;
		max-width: 750;
		height: 110;
	}
	.TitleBold {	
		font-family: 'Montserrat';
		font-size: 40px;
		color: #666666;
		padding-bottom: 30;
		padding-top: 25
	}
	.ConText {
		display: inline-block;
		vertical-align:top;
		width: 30%;
		font-family: 'Montserrat';
		font-size: 17px;
		padding-right: 30;
		color: #666666;
		text-align:justify;
	}
	.imgL {
		position:absolute;
		left: 140;
		top:60;
		margin-bottom:20;
		float:left;
		padding-left:0;
	}
	.ConTextLarge {
		width: 50%;
		font-family: 'Montserrat';
		font-size: 17px;
		color: #666666;
		text-align:justify;
		margin-left: 170;
	}
	.client_back {
		margin-left: 0;
		text-align:left;
		padding-left: 100px;
        padding-right: 100px;
		background-color: transparent;
	}
	.logo_block {
		display:inline-block; 
		width: 65%;
		margin-right: 0;
		margin-left:20;
	}
	.Bold_Title {
		font-family: 'United Kingdom';
		font-size:70px;
		color:#FFF;
		text-shadow: 1px 1px 1px #ccc;
		padding-top: 20;
	}
	.clientT_block {
		width:30%;
		display:inline-block;
		vertical-align:top;
	}
	.client_block {
		width:22%;
		display:inline-block;
		vertical-align:middle;
		text-align:center;
	}
	.contact_block {
		background-color: #666666;
		padding: 90px;
	}
	.contact_blockW {
		background-color: #ffffff;
		padding: 10px;
		text-align:left;
		overflow:hidden;
	}
	.Grey_Title {
		font-family: 'United Kingdom';
		font-size:40px;
		color:#666666;
    	padding-top: 10;
	}
	.footerText {
		font-family: 'Montserrat';
		font-size: 17px;
		font-weight: bold;
		color: #3ebfb5;
		float:right;
		text-align:left;
		padding: 10;
		width: 50%;
	}
}

nav {
	background-color: transparent;
	/*background-color: #f9f9f9; */
	width: 100%;
}
/* Responsive Nav Bar */
#menu ul {
  margin: 0;
  padding: 0;
}
#menu .main-menu {
  display: none;
}
#tm:checked + .main-menu {
  display: block;
}
#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}
#menu li,
#menu a,
#menu .main-menu {
	font-family: 'Montserrat';
	font-size: 17px;
	color: #666666;
	font-weight: bold;
    text-decoration: none;
}
#menu li, 
#toggle-menu, 
#menu .sub-menu {
	font-family: 'Montserrat';
	font-size: 17px;
	color: #666666;
	font-weight: bold;
    text-decoration: none;
	text-align:left;
  	border-style: solid;
  	border-color: rgba(0, 0, 0, .05);
}
#menu .main-menu {
	text-transform: none;
}
#menu .sub-menu {
	text-transform: capitalize;
}
#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}
#menu .sub-menu {
  background-color: #cccccc;
  border-width: 1px 1px 0;
  margin: 0 1em;
}
#menu .sub-menu li:last-child {
  border-width: 0;
}
#menu li, 
#toggle-menu, 
#menu a {
  	position:relative; 
  	display: block;
}
#menu, 
#toggle-menu {
	background-color: transparent;
  /*background-color: #f9f9f9;*/
}
#toggle-menu, 
#menu a {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}
#menu a:hover {
  background-color: white;
  color: #3ebfb5;
}
#menu .sub-menu {
  display: none;
}
#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
#menu .sub-menu a:hover {
  color: #3ebfb5;
}
#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position:  absolute  ;   /* absolute */
  right: 1.5em;
  top: 1.25em;
}
#menu label.drop-icon, #toggle-menu span.drop-icon {
  margin-top: -10px;
  border-radius: 75%;
  width: 2em;
  height: 2em;
  text-align: center;
  background-color: #efefef;
  text-shadow: 0 0 0 transparent;
  color: #efefef;
}
#toggle-menu span.drop-icon {
  margin-top: -25px;
  margin-bottom: 15px;
}
#menu .drop-icon {
  line-height: 1;
}

@media only screen and (max-width: 1000px)  {
	#menu .main-menu {
		width: 100%;
  	}  
	#menu li {
		width: 100%;
	}
	#menu .sub-menu li {
		width: 100%;
	}
}
@media only screen and (min-width: 1000px) {  /* Desktop */
  #menu .main-menu {
    display: block;
	width: 100%;
  }  
  #menu .main-menu li {
    width: auto;
  }
  #menu .sub-menu li {
    width: 100%;
  }
  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }
  #menu ul span.drop-icon {
    display: inline-block;
  }
  #menu li {
    float: left;
    border-width: 0 0 0 0;
  }
  #menu .sub-menu li {
    float: none;
  }
  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 11em;
    z-index: 3000;
  }
  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }
  #menu .sub-menu li {
    border-width: 0 0 1px;
  }
  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

/** {box-sizing:border-box} */

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #999;
  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 */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* 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);
}


/* 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: #e9e9e9;  /*717171*/
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}