@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebas-neue-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/bebas-neue-regular.otf') format('OpenType'),
		url('../fonts/bebas-neue-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/bebas-neue-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/bebas-neue-regular.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/bebas-neue-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/bebas-neue-regular.svg#BebasNeueRegular') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Bebas Neue Light';
  src: url('../fonts/bebas-neue-light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/bebas-neue-light.otf') format('OpenType'),
		url('../fonts/bebas-neue-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/bebas-neue-light.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/bebas-neue-light.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/bebas-neue-light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/bebas-neue-light.svg#BebasNeueLight') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Bebas Neue Book';
  src: url('../fonts/bebas-neue-book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/bebas-neue-book.otf') format('OpenType'),
		url('../fonts/bebas-neue-book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/bebas-neue-book.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/bebas-neue-book.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/bebas-neue-book.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/bebas-neue-book.svg#BebasNeueBook') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Bebas Neue Bold';
  src: url('../fonts/bebas-neue-bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/bebas-neue-bold.otf') format('OpenType'),
		url('../fonts/bebas-neue-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/bebas-neue-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/bebas-neue-bold.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/bebas-neue-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/bebas-neue-bold.svg#BebasNeueBold') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Bebas Neue Thin';
  src: url('../fonts/bebas-neue-thin.eot'); /* IE9 Compat Modes */
  src: url('../fonts/bebas-neue-thin.otf') format('OpenType'),
		url('../fonts/bebas-neue-thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/bebas-neue-thin.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/bebas-neue-thin.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/bebas-neue-thin.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/bebas-neue-thin.svg#BebasNeueThin') format('svg'); /* Legacy iOS */
}

@font-face{
	font-family: 'Intimo';
	src: url('../fonts/Intimo-Two.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Intimo-Two.otf') format('OpenType'),
		url('../fonts/Intimo-Two.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/Intimo-Two.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/Intimo-Two.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/Intimo-Two.svg#IntimoTwo') format('svg'); /* Legacy iOS */
}

@font-face{
	font-family: 'Nimbus Mono Regular';
	src: url('../fonts/nimbusmono-regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/nimbusmono-regular.otf') format('OpenType'),
		url('../fonts/nimbusmono-regular?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/nimbusmono-regular.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/nimbusmono-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/nimbusmono-regular.svg#NimbusMonoRegular') format('svg'); /* Legacy iOS */
}

@font-face{
	font-family: 'Lato Light';
	src: url("../fonts/Lato-Light.ttf") format('TrueType');
}

@font-face{
	font-family: 'Oswald';
	src: url("../fonts/Oswald-Regular.ttf") format('TrueType');
}

@font-face{
	font-family: 'Cardo';
	src: url("../fonts/Cardo-Regular.ttf") format('TrueType');
}


html, body{
	margin: 0px;
	padding: 0px;
	background: #0f182d;
}

p{
	font-size: 16px;
}

button{
	font-family: "Open Sans";
}

button:hover,
.section {
	cursor: pointer;
}

.row-adjust {
	margin: 0px;
	padding: 0px;
	width: 100%;
}



/*header*/

#top{
	position: fixed;
	top: 0;
	margin: 0px;
	padding: 0px;
	background: #0f182d;
	width: 100%;
	z-index: 10;
}

.navbar {
	margin: 0px;
	padding: 0px;
}

.navbar-toggler{
	margin: 5px;
}


#menu a{
	font-family: 'Lato', sans-serif;
	padding: 15px;
	padding-top: 13px;
	padding-bottom: 10px;
	height: 100%;
}

#mainLogo {
	position: fixed;
	top: 0;
	right: 0;
	margin-top: 8px;
	margin-right: 5px;
	width: 120px;
}

/* body */

.partition {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
	width: 100%;
	min-height: 100px;
	background: white;
}

.partition a {
	color: 	#e6ffff;
	font-weight: bold;
}

.partition-title {
	display: block;
	margin: 0px;
	padding: 2px;
	padding-left: 10px;
	background: none;
}

.transArea{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;	
}

#aw.transArea {
	background-image: linear-gradient(to bottom, #0f182d, #fffff0);
}

.partition:nth-of-type(2) h1,
.partition:nth-of-type(2) h2,
.partition:nth-of-type(4) h1,
.partition:nth-of-type(4) h2,
.partition:nth-of-type(5) h1,
.partition:nth-of-type(5) h2 {
	font-family: 'Oswald';
}



.partition:nth-of-type(2) p,
.partition:nth-of-type(4) p,
.partition:nth-of-type(5) p,
label {
	font-family: 'Lato';
}




/* about us */

#aboutUs {
	position: relative; 
	background: #4b648c;
	margin-top: 40px;
}

#slideShow {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

}

#slideShow .wrap {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}

.slides {
	position: relative;
	display: inline-block;
	margin: 0px;
	margin-left: -15px;
	padding: 0px;
	height: 100%;
	vertical-align: middle;
}

.sBackground {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.sBackground img{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	bottom: 0px;
}

.sAbout {
	position: absolute;
	top: 0px;
	width: 100%;
}

.sAbout h1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: white;
}

.sAbout  p {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: white;
}

.slide1.first {
	display: block;
	margin: auto;
	margin-left: 0px;
	max-width: 600px;
}

.slide1 h1{
	font-size: 100px;
	font-family: "Bebas Neue Light";
	letter-spacing: 0.1em;
}

.slide1.theLine {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 65%;
	height: 0px;
	border-top-style: solid;
	border-width: 2px;
	border-color: white;
}


.slide1.second {
	display: block;
	margin: auto;
	margin-right: 0px;
	max-width: 600px;
}

.slide1 p {
	font-family: "Open Sans";
	font-size: 18px;
}

.slide2.first {
	display: inline-block;
	margin: auto;
	padding: 0px;
	padding-right: -40px;
	width: 60%;
	vertical-align: middle;
}

.slide2 h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 90px;
	font-family: "Nimbus Mono Regular";
}

.slide2 span {
	font-size: 60px;
}

.slide2 h1:last-of-type{
		letter-spacing: 0.085em;
}

.slide2.second {
	display: inline-block;
	margin: auto;
	padding: 0px;
	padding-left: 20px;
	width: 39%;
	vertical-align: middle;
	border-left-style: dashed;
	border-color: white;
}

.slide2 p{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	font-family: "Intimo";
	font-size: 18px;
}

.slide3.first{
	margin: 0px 10px;
	margin-top: 50px;
	padding: 10px 0px;
	padding-top: 20px;
	padding-left: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: white;
	border-width: 2px;
}

.slide3 h1 {
	display: block;
	margin: auto;
	padding: 0px;
	width: 100%;
	height: 237px;
	color: white;
	font-size: 60px;
	text-align: center;
	font-family: "Lato";
}

.slide3.first span:first-of-type{
	display: block;
	margin: auto;
	padding-top: 20px;
}

.slide3.first span:last-of-type{
	letter-spacing: 0.04em;
}

.slide3.second {
	margin: 0px 10px;
	padding: 0px 40px;
	padding-top: 50px;
	padding-right: 0px;
}

.slide3 p {
	display: block;
	margin: auto;
	padding: 15px;
	padding-right: 0px;
	width: 100%;
	color: white;
	font-size: 22px;
	text-align: justify;
	font-family: "Lato Light";
}

.slide3.second span {
	display: block;
	margin: auto;
	padding: 10px;
	text-align: center;
}

.slide3.second span:last-of-type{
	margin-bottom: 10px;
	padding: 10px 0px;
	width: 100%;
	text-align: center;
	font-style: italic;
}


.carousel {
	display: block;
	margin: 0px;
	padding: 0px;
	height: inherit;
}

.carousel-cell {
	width: 70%;
	height: 100%;
	margin: 0px;
	background: none;
	counter-increment: gallery-cell;
}

.flickity-viewport {
	height: 100%;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
.flickity-page-dots .dot.is-selected {
  background: white;
}

@media screen and (max-width: 1330px){
	
	.carousel-cell{
		width: 76%;
	}
	
	.slide2.second p {
		font-size: 18px;
	}
	
	.slide3 h1{
		font-size: 50px;
	}
	
	.slide3.second p{
		font-size: 20px;
	}
}

@media screen and (max-width: 1210px){
	
	.carousel-cell{
		width: 82%;
	}
	
	.slide3 h1{
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 40px;
	}
	
	.slide3.second p{
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px){
	
	.carousel-cell{
		width: 88%;
	}
	
	.slide2 h1{
		font-size: 80px;
	}
	
	.slide3.second p{
		font-size: 17px;
	}
}

@media screen and (max-width: 900px) {
	
	.slide1 h1 {
		font-size: 80px;
		text-align: center;
	}
	
	.slide1 p {
		font-size: 14px;
		text-align: justify;
		padding: 0px 20px;
	}
	
	.slide1.first {
		margin-left: auto
	}
	
	.slide1.second {
		margin-right: auto
	}
	
	.slide1.theLine {
		width: 60%;
	}
	
	.slide2.first {
		width: 100%;
		padding: 0px 20px;
		padding-bottom: 10px;

	}
	
	.slide2 h1{
		width: 100%;
		font-size: 56px;
	}
	
	.slide2 span {
		font-size: 40px;
	}
	
	.slide2.second {
		padding: 20px;
		width: 100%;
		border-left-style: none;
		border-top-style: dashed;
	}
	
	.slide2.second p {
		font-size: 16px;
	}
	
	.slide3.first {
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px 20px;
		padding-bottom: 10px;
	}
	
	.slide3 h1{
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 30px;
	}
	
	.slide3.second{
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
		padding-bottom: 10px;
	}
	
	.slide3.second p{
		padding: 10px 20px;
		font-size: 17px;
	}
	
	
	
	.carousel-cell{
		width: 100%;
	}
	
	.flickity-button{
		display: none;
	}
}


/* what we do area */

#whatWeDo {
	background: #0f182d;

}
#whatWeDo .partition-title{
	color: white;
}

#wwdArea {
	margin: 0px;
	padding: 5px;
	width: 100%;
}

#wwdArea h1,
#wwdArea h2 {
	font-family: "Bebas Neue Book";
	letter-spacing: 0.3em;
}

#reco .subject{
	background: rgba(189,140,191,0.3);
}
#reco .secImg{
	background: rgba(189,140,191,0.3);
}

#soft .subject{
	background: rgba(161,134,190,0.3);
}
#soft .secImg{
	background: rgba(161,134,190,0.3);
}


#anlt .subject{
	background: rgba(135,129,189,0.3);
}
#anlt .secImg{
	background: rgba(135,129,189,0.3);
}

#werp .subject{
	background: rgba(131,147,202,0.3);
}
#werp .secImg{
	background: rgba(131,147,202,0.3);
}


#relt .subject{
	background: rgba(125,167,217,0.3);
}
#relt .secImg{
	background: rgba(125,167,217,0.3);
}


.section{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 460px;
	text-align: center;
	flex-grow: 20;
    transition: all 0.8s;
   	z-index: 2;
	border-style: none;
	background: none;
	overflow-x: hidden;
}

.section.responsive{
	height: 70px;
	width: 100%;
}

.section.responsive h1 {
	font-size: 24px;
}

.backImg{
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

.backImg img{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.swapped {
	position: absolute;
	top: 0px;
	margin: auto;
	padding-top: 0px;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	color: black;
	border-style: solid;
	border-color: #0f182d;
	z-index: 5;
	overflow: hidden;
}

.secImg {
	position: relative;
	display: block;
	margin: 0px;
	height: 60px;
	width: 100%;
	background: rgba(255,255,255,0.5);
}


.secImg img{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: auto;
	height: 90%;

}

.secTitle {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.2);
	
}

.secTitle h2{
	position: absolute;
	top: 10%;
	left: 0px;
	right: 0px;
	display: block;
	margin: auto;
	padding: 0px;
	font-size: 18px;
	width: 100%;
	color: white;

}

.description{
	display: block;
	margin: auto;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	color: white;
}

.subject{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: auto;
	width: 100%;
	height: 100%;
	color: black;
	z-index: 3;
	background: rgba(255,255,255,0.5);
}

.subject h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: auto;
	padding-left: 6px;
	background: rgba(255,255,255,0.6);
	text-align: center;
	line-height: 50px;
	width: 200px;
	height: 50px;
	font-size: 30px;
}

.changeVert{
	transform:rotate(90deg);
	transform-origin: 23% 0%;
	background: none;
}

.growth{
	flex-grow: 1;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #0f182d;
}

.growth h1 {
	background: none;
}

@media screen and (min-width: 800px) and (max-width: 1190px){

	.section .description {
		padding: 12px;
	}
	
}

@media screen and (min-width: 800px) and (max-width: 1000px){
	
	.section .subject h1{
		width: 100%;
		font-size: 22px;
	}
	
	.changeVert {
		width: 200px !important;
	}
}

@media screen and (max-width: 1000px){
	.section .description p{
		padding: 0px;
		font-size: 14px;
	}
}

/* careers area */

#splitArea {
	position: relative;
	width: 100%;
	height: 70px;
	background: #364255;
	transform-origin: top left;
	transform: skewY(3deg);
}

#splitArea div {
	position: absolute;
	width: 100%;
	height: 70px;
	background:#0f182d;
	transform-origin: top left;
	transform: skewY(-1deg);
	
}

#careers {
	padding-top: 50px;
	background: #617081;
}

#careers .partition-title {
	color: white;
}


#caTop {
	display:block;
	margin: 0px;
	padding: 2px;
	width: 100%;
	background: none;
	color: white;
}

#caTop p{
	padding: 10px;
}

#caLeft {
	position: relative;
	background: #4e5965;
	padding-top: 30px;
	min-height: 500px;
	text-align: center;
	border-radius: 0px 20px 0px 0px;
	border-top-style: solid;
	border-color: 	#A9A9A9;
	border-width: 2px;

}

#caLeft h2 {
	display: block;
	margin: auto;
	margin-top: 40px;
	padding: 0px;
	color: white;
}

#caLeft .caOptions {
	display: block;
	margin: auto;
	margin-top: 10px;
	padding: 10px;
	width: 90%;
	min-height: 50px;
	border-style: solid;
	border-color: white;
	border-radius: 7px;
	background: white;
	color: black;
}

#caLeft .caOptions:hover,
#caLeft .caOptions.active {
	background: #4e5965;
	color: white;
}

#whyWorkHere {
	padding-top: 25px;
	display: none;
	margin: auto;
	background: none;
	color: white;
	border-style: none;
	border-radius: 7px;
}

#whyWorkHere:hover{
	font-weight: bolder;
}

#caRight {
	padding: 0px;
	background: #4e5965;
}

#jobDescArea {
	display: block;
	margin: 0px;
	width: 100%;
	padding: 20px 10px;
	background: #617081;
	border-radius: 0px 0px 20px 20px;
	border-bottom-style: solid;
	border-color: 	#A9A9A9;
	border-width: 2px;
	color: white;
}

#jobDescArea button {
	display: block;
	margin: auto;
	width: 200px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 7px;
	border-radius: 7px;
}

#apply{
	border-style: none;
}

#jobDescArea h2 {
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	width: 100%;
}

#jobDescArea p {
	display: block;
	padding: 20px;
	width: 100%;
}

#upJobs {
	display: none;
	color: white;
	background: none;
	border-style: solid;
}

#upJobs:hover {
	background: white;
	color: black;
}


/* contact us area */

#contactUs {
	background: #4e5965;
}

#contactUs .partition-title{
	color: white;
}

#cuLeft {
	margin: 0px;
	padding: 10px 0px;
}

#cuLeft h2{
	display: block;
	margin: 0px;
	padding: 0 10px;
	color: white;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: white;
	
}

#miniMap {
	display: block;
	margin: 0px;
	margin-top: 20px;
	width: 100%;
	height: 400px;
	border-style: none;
	border-radius: 5px;
}

#cuLeft table{
	display: block;
	margin: auto;
	width: 100%;
	padding: 0px;
}

table tr{
	display: block;
	margin: 0px;
	padding: 3px 20px;
	width: 100%;
	min-height:30px;
}

.detailImg {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
}

.detailImg img{
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.detailTxt {
	min-height: 20px;
	padding-left: 5px;
}


.detailTxt p{
	display: inline-block;
	margin: auto;
	min-height: 20px;
	width: 100%;
	vertical-align: top;
	font-size: 14px;
	color: white;
}

.details {
	display: block;
	margin: auto;
	width: 100%;
	padding: 3px 20px;
}

#cuRight {
	margin: 0px;
	padding: 10px 0px;
	background: rgba(15, 24, 45, 0.8);
	border-radius: 7px 0px 0px 0px;
}

#cuRight h2{
	display: block;
	margin: 0px;
	padding: 0 10px;
	color: white;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: white;
}

#feedbackArea {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 23px;
	width: 100%;
	min-height: 100px;
}

#feedbackArea form {
	margin: 0px;
	padding: 0px 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 100%;
}

#feedbackArea input,
#feedbackArea select {
	height: 26px;
	padding: 0px;
	font-size: 14px;
}

.n-label{
	width: 140px;
	text-align: right;
	font-weight: bold;
	color: white;
}

.t-label {
	width: 140px;
	text-align: right;
	font-weight: bold;
	color: white;
	vertical-align: top;
}

.n-label.responsive,
.t-label.responsive {
	text-align: left;
}

.n-input {
	width: 100%;
}

textarea.n-input{
	height: 200px;
}

.p-input {
	width: 200px; 
}


.inline-input-n{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: calc(100% - 150px);
}

.inline-input-s{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#submitFeed{
	display: block;
	margin: auto;
	margin-right: 5px;
	padding: 0px 10px;
	background: #4b648c;
	border-style: solid;
	border-radius: 7px;
	border-color: #4b648c;
	color: white;
}

#feedback .invalid-feedback {
	margin-top: 0px;
	margin-left: 146px;
}

@media screen and (max-width: 766px){
	
	.s-input {
		display: block;
	}
	
	.p-input {
		display: block;
	}
	
	#submitFeed{
		margin-right: auto;
	}
	
	#feedback .invalid-feedback {
		margin-left: 0px;
	}
}

@media screen and (max-width: 350px){
	
	.s-input {
		width: 100%;
	}
	
	.p-input {
		width: 100%;
	}
	
}

/* hidden area */

#hiddenSections {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	background: rgba(0,0,0,0.95);
	height: 100%;
	z-index: 11;
}

.hiddenStuff{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 84%;
}

.hiddenStuff h1 {
	display: block;
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: white;
}

.hiddenChild {
	height: 100%;
}

#disclaimer h1 {
	height: 20%;
}

#disclaimer p {
	display: block;
	margin: auto;
	padding: 10px; 
	height: 70%;
	max-width: 90%;
	text-align: center;
	font-size: 16px;
	color: white;
	overflow-y: auto;
}

#disclaimer button{
/*	position: absolute;
	bottom: 0px;
	right: 0px;*/
	display: block;
	margin: auto;
	margin-right: 0px;
	margin-top: 20px;
	height: 7%;
	background: #4b648c;
	border-style: none;
	border-radius: 7px 0px 0px 0px;
	color: white;
}

.continue {
	color: white;
	background: #4b648c;
}

.part1 .inner{
	height: 80%;
	overflow-y: auto;
}

.top-AppForm{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20%;
}

.top-AppForm h1{
	height: 100%;
}

.top-AppForm button {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	margin: 0px;
	padding: 5px;
	width: 80px;
	height: 40px;
	background: red;
	color: white;
	font-weight: bolder;
	border-style: none;
	border-radius: 0px 0px 0px 7px;
}

.app-file-upload {
	display: block;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
}

#appForm1 {
	display: block;
	margin: auto;
	padding: 40px 20px;
	max-width: 500px;
	min-height: 300px;
	border-style: solid;
	border-color: white;
	border-radius: 7px;
}

.app-label {
	display: inline-block;
	margin: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	color: white;
	vertical-align: middle;
}

.app-feedback{
	display: inline-block;
}

.interactable{
	display: block;
	width: 100%;
	height: 26px;
	border-radius: 5px;
}

.a-form-buttons {
	display: block;
	margin: auto;
	padding: 5px;
	max-width: 500px;
}

.a-form-buttons button{
	display: block;
	margin: auto;
	border-style: none;
	border-radius: 6px;
	width: 100%;
	height: 40px;
}

.enlarged {
	height: 60px;
	border-style: none;
	border-radius: 7px;
}

#confirmation {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	margin: auto;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	z-index: 12;
}

#confirmation .inner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: auto;
	padding: 10px;
	height: 350px;
	max-width: 450px;
	background: rgba(0,0,0,0.9);
	border-style: solid;
	border-color: white;
}

#confirmation p {
	display: block;
	margin: auto;
	padding: 10px;
	width: 100%;
	color: white;
	text-align: center;
}

.confirm-buttons {
	margin: auto;
	margin-top: 10px;
	padding: 0px;
	width: 100%;
}

.confirm-buttons button{
	margin: 0px 5px;
	height: 50px;
	border-style: none;
	border-radius: 5px;
}
.part2 {
	overflow: hidden;
}

.part2 .inner{
	position: absolute;
	left: -17px;
	right: -17px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
	width: calc(100% + 34px);
	overflow-y: scroll;
	
}

#appForm2 {
	display: block;
	margin: auto;
	margin-bottom: 10px;
	padding: 50px;
	max-width: 500px;
	min-height: 300px;
	border-style: solid;
	border-color: white;
	border-radius: 7px;
}

#appForm2 h2 {
	color: white;
	font-weight: bold;
	padding-top: 10px;
}

.checkRad {
	color: white;
}

.n-malaysian,
.malaysian {
	display: block;
	margin: auto;
	width: 100%;
	height: 0px;
	overflow-y: hidden;
}

.date-group{
	display: block;
	margin: 0px;
	margin-bottom: 16px;
	padding: 0px;
	width: 100%;
}

.button-a2 {
	margin-bottom: 80px;
}

#welcomeScreen {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background: white;
}

#welcomeScreen img {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: none;
	margin: auto;
	width: 500px;
}

#formSuccess {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	margin: auto;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	z-index: 12;
}

#formSuccess .inner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: auto;
	padding: 10px;
	height: 250px;
	max-width: 450px;
	background: rgba(0,0,0,0.9);
	border-style: solid;
	border-color: white;
}

#formSuccess p {
	display: block;
	margin: auto;
	padding: 10px;
	width: 100%;
	color: white;
	text-align: center;
}

#feedbackSuccess {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	margin: auto;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	z-index: 12;
}

#feedbackSuccess .inner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: auto;
	padding: 10px;
	height: 250px;
	max-width: 450px;
	background: rgba(0,0,0,0.9);
	border-style: solid;
	border-color: white;
}

#feedbackSuccess p {
	display: block;
	margin: auto;
	padding: 10px;
	width: 100%;
	color: white;
	text-align: center;
}

.success-buttons {
	display: block;
	margin: auto;
	margin-top: 10px;
	padding: 0px;
	width: 100%;
}

.success-buttons button{
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	height: 40px;
	background: #4b648c;
	border-style: none;
	border-radius: 7px 0px 0px 0px;
	color: white;
}

@media screen and (max-width: 799px){
	
	#welcomeScreen img{
		width: 500px
	}
}

@media screen and (max-width: 499px){
	
	#welcomeScreen img{
		width: 300px
	}
}


/* footer area */

#bottom {
	display: block;
	margin: 0px;
	padding: 5px;
	width: 100%;
	background: #0f182d; 
}

#copyrightArea {
	display: block;
	margin: auto;
	padding: 2px;
	width: 232px;
	background: none;
}

#copyrightArea.full {
	margin-left: 0px;
}

#copyrightArea img{
	display: inline-block;
	margin: auto;
	padding: 3px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#copyrightArea p{
	display: inline-block;
	margin: auto;
	padding: 3px;
	width: 194;
	vertical-align: middle;
	color: white;
	text-align: center;
}

#disButton {
	display: block;
	margin: auto; 
	padding: 10px 5px;
	background: none;
	border-style: none;
	color: white;
	font-size: 10px;
}

#disButton.full {
	margin-right: 0px;
}

.grecaptcha-badge {
	display: none;
}

#apply,
#cvU,
#pictureU {
	background: #ffffff;
}

ul {
	padding-inline-start: 15px;
}