@charset "utf-8";
/* CSS Document */


/* Structure */
body {
	margin:0px;
	background-color: #F0F0F0;
}

.container {
	width:1000px;
	margin:0px auto;
	/*padding-bottom:75px;*/
	background:white;
	height:100%;
}

[class*="span"] {
	float:left;
	box-sizing:border-box;
	padding:0px;
}

.span1 {
	width:8.3333333333%;
}

.span2 {
	width:16.6666666666%;
}

.span3 {
	width:25%;
}

.span4 {
	width:33.3333333333%;
}

.span5 {
	width:41.6666666666%;
}

.span6 {
	width:50%;
}

.span7 {
	width:58.3333333333%;
}

.span8 {
	width:66.6666666666%;
}

.span9 {
	width:75%;
}

.span10 {
	width:83.3333333333%;
}

.span11 {
	width:91.6666666666%;
}

.span12 {
	width:100%;
}

[class^="span"] {
	min-height:0.1em;
}

/* Fonts */
html {
	font-family:'Inter', Arial, Tahoma, sans-serif;
}

h1 {
	font-family: Arial, Tahoma, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: -0.96px;
	color: #002A4E;
	margin:0px 0px 10px 0px;
}

h2 {
	font-family: 'Inter', Arial, Tahoma, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	letter-spacing: -0.7px;
	color: #002A4E;
}

h3 {
	font-family: 'Inter', Arial, Tahoma, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #002A4E;
}

h4 {
	font-family: 'Inter', Arial, Tahoma, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	letter-spacing: 0.95px;
	color: #667F95;
}

p {
	font-family: Arial, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 120%;
	color: #000;
}

.al_c {
	text-align:center;
}

.al_l {
	text-align:left;
}

.al_r {
	text-align:right;
}

.psmall {
	font-size: 16px;
}

.plarge {
	line-height: 120%;
	font-size:30px;
	margin-top:50px;
}

/* Elements */
.qa_border {
	border-color: #DDDFDF;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
}

.qa_i {
	font-family: 'Inter', Arial, Tahoma, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #2176FF;
	margin:1em 0em;
}

.qa_answer {
	padding:0px 15% 19px 3%;
}

.hero {
	position:absolute;
	width:inherit;
	height:605px;
	top:0;
	/*z-index:200;*/
	background:linear-gradient(180deg, rgba(0, 42, 78, 0.02) 58.61%, rgba(0, 42, 78, 0.05) 100%);
}

#hero-txt {
	width:500px;
	position:absolute;
	top:230px;
	padding-left:95px;
}

.header {
	position:absolute;
	width:inherit;
	top:120px;
	background-color:#E1EEFA;
}

.contentf {
	position:relative;
	width:inherit;
	top:685px;
	margin:0px;
	background:#FFF;
}

.content {
	margin:0px;
	background:#FFF;
}

#three-usp {
	padding:0px 200px;
}

.we-know {
	position:relative;
	width:inherit;
	margin:132px 0px 114px 0px;
	padding:0px 95px;
	min-height:500px;
}

.we-know .color-box {
	background-color:#E1EEFA;
	min-height: inherit;
	padding:65px 30px 80px 260px;
}

.we-know img {
	position:absolute;
	top:48px;
	left:95px;
	height: 404px;
}

.menu {
	font-size:15px;
	line-height:120px;
	color:#002A4E;
	position:sticky;
	top:0;
	z-index:500;
	height:120px;
	padding-left:95px;
	padding-right:95px;
	text-align:right;
}

.menuf {
	font-size:15px;
	line-height:120px;
	color:#FFF;
	position:sticky;
	top:0;
	z-index:500;
	height:120px;
	padding-left:95px;
	padding-right:95px;
	text-align:right;
}

.menu img {
	position:absolute;
	left:95px;
	top:42px;
}

.menuf img {
	position:absolute;
	left:95px;
	top:42px;
}

.mbg {
	background-color:white;
}

.menubtn {
	margin:40px auto;
	height: 40px;
	line-height:40px;
	padding:0px 20px;
	font-weight:500;
	display: inline-block;
	text-decoration:none;
	color:#002A4E;
}

.dropdownbtn {
	margin:40px auto;
	position:relative;
	height: 40px;
	line-height:40px;
	padding:0px 20px;
	font-weight:500;
	display:inline-block;
	text-decoration:none;
	color:#002A4E;
	cursor:pointer;
}

.dropdowncon {
	display:none;
	position:absolute;
	background-color:#fff;
	padding:20px;
	min-width:160px;
	z-index:1;
	text-align:left;
	box-shadow: -2px 4px 4px rgba(102, 127, 149, 0.08), 0px -1px 4px rgba(0, 0, 0, 0.05);
}

.dropdowncon a {
	color:black;
	padding:0px 9px;
	text-decoration:none;
	display:block;
}

.dropdowncon a:hover {
	color:#2176FF;
}

.dropdownbtn:hover .dropdowncon {
	display: block;
}

.dropdownbtn:hover {
	color:#2176FF;
}

.ctabtn {
	margin:40px auto;
	height:40px;
	line-height:40px;
	padding:0em 1.5em;
	border-radius:20px;
	background:#2176FF;
	display: inline-block;
	text-decoration: none;
	color:white;
	font-weight:600;
	cursor:pointer;
}

.sub-page-link {
	margin:12px auto;
	height: 32px;
	line-height:32px;
	font-weight:500;
	display: inline-block;
	text-decoration:none;
	color:#2176FF;
}

.frontpage {
	height:605px;
	position:absolute;
	top:0px;
	background:linear-gradient(180deg, rgba(0, 42, 78, 0.02) 58.61%, rgba(0, 42, 78, 0.05) 100%);
}

/*.footer {
	position:absolute;
	width:inherit;
}*/

.footer-content {
	font-size:16px;
	line-height:60px;
	height:60px;
	padding-top:18px;
	color:#667F95;
	background-color:#002A4E;
	padding:0px 95px;
}

/* Overlay start
------------------------------------------------------------ */

#overlay_task {
	width:100%;
	height:100%;
	background:#868686;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0.7;
	z-index:1000;
	display:none;
}

#overlay_container {
	padding-top:20px;
	padding-right:50px;
	padding-bottom:50px;
	padding-left:50px;
	overflow-y:auto;
	position:fixed;
	top:5%;
	left:15%;
	bottom:5%;
	right:15%;
	background:#FFF;
	opacity:1;
	z-index:1500;
	display:none;
}

#overlay_dialog {
	padding-top:20px;
	padding-right:50px;
	padding-bottom:50px;
	padding-left:50px;
	overflow-y:auto;
	position:fixed;
	top:20%;
	left:20%;
	bottom:20%;
	right:20%;
	background:#FFF;
	opacity:1;
	z-index:1500;
	display:none;
}

#overlayContent {
	padding:0% 5%;
}

#demo_overlay_task {
	width:100%;
	height:100%;
	background:#868686;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0.5;
	z-index:1000;
	display:none;
}

#demo_overlay_container {
	padding-top:20px;
	padding-right:50px;
	padding-bottom:50px;
	padding-left:50px;
	overflow-y:auto;
	position:fixed;
	top:10%;
	left:25%;
	/*bottom:10%;*/
	right:25%;
	background:#FFF;
	opacity:1;
	z-index:1500;
	display:none;
}

#demoOverlayContent {
	padding:0% 5%;
}

/* Form elements start
------------------------------------------------------------ */
.contactElement {
	width:150px;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:0px;
	font-family:'Montserrat', Tahoma, sans-serif;
	font-size:0.8em;
	border-radius:7.5px;
	border-style:solid;
	border-color:#000;
	border-width:thin;
}

.contactElementSelect {
	width:163px;
	height:35px;
	margin-bottom:0px;
	font-family:'Montserrat', Tahoma, sans-serif;
	font-size:0.8em;
	border-radius:7.5px;
	border-style:solid;
	border-color:#000;
	border-width:thin;
}

.contactElementSelectSmall {
	width:60px;
	height:22px;
	margin-bottom:0px;
	font-family:'Montserrat', Tahoma, sans-serif;
	font-size:0.8em;
	border-radius:7.5px;
	border-style:solid;
	border-color:#000;
	border-width:thin;
}

.contactElementTextarea {
	width:90%;
	height:70px;
	padding-right:5px;
	padding-left:5px;
	font-family:'Montserrat', Tahoma, sans-serif;
	font-size:0.8em;
	border-radius:7.5px;
	border-style:solid;
	border-color:#000;
	border-width:thin;
	resize:none;
}

.formInput {
	width:80%;
	padding-left:15px;
	padding-top:0.2em;
	padding-bottom:0.2em;
	/*float:left;*/
}

.formInputSmall {
	/*width:80%;*/
	padding-left:5px;
	padding-top:0.2em;
	padding-bottom:0.2em;
	/*float:left;*/
}

.formInputNoPad {
	width:100%;
	padding-top:0.2em;
	padding-bottom:0.2em;
	/*float:left;*/
}

.FormHeadline {
	line-height:1;
}

.button {
	width:75px;
	height:30px;
	font-family:'Oxygen', Tahoma, sans-serif;
	background:#00B0F0;
	border-radius:7.5px;
	border-style:solid;
	border-color:#000;
	border-width:thin;
}

input[type=submit], input[type=button] {
	background-color:lightgray;
	color:black;
	border:thin;
	border-style:solid;
	border-radius:5px;
	border-color:black;
	padding:0.6em 1.2em;
	font-family:'Montserrat', Tahoma, sans-serif;
	font-size:0.8em;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color:black;
	color:white;
}

input[type=submit]:disabled, input[type=button]:disabled {
	background-color:lightgray;
	color:gray;
}

.switch {
	position:relative;
	display:inline-block;
	width:44px;
	height:26px;
}

.switch input {
	opacity:0;
	width:0;
	height:0;
}

.slider {
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ccc;
	-webkit-transition:.4s;
	transition:.4s;
}

.slider:before {
	position:absolute;
	content:"";
	height:18px;
	width:18px;
	left:4px;
	bottom:4px;
	background-color:white;
	-webkit-transition:.4s;
	transition:.4s;
}

input:checked + .slider {
	background-color:#1DC740;
}

input:focus + .slider {
	box-shadow:0 0 1px #1DC740;
}

input:checked + .slider:before {
	-webkit-transform:translateX(18px);
	-ms-transform:translateX(18px);
	transform:translateX(18px);
}

.slider.round {
	border-radius:26px;
}

.slider.round:before {
	border-radius:50%;
}