/* CSS Document */
@charset "utf-8";

/* -------------- RESPONSIVE WEB ----------- */
* {
	box-sizing: border-box;
}

[class*="col-"] {
	float: left;
	padding: 15px;
	/* border: 1px solid red; */
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

/* ----------------  BASIC ----------------- */

html {
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	font-size: 140%;
	/*background-color: #FBFBFB;*/
	background-color: #fff;
	color: #000;
	/*font-family: "Oleo+Script";*/
	font-family: 'Source Sans Pro', sans-serif;
}

/* ---------------- DESIGN ----------------- */
.textasbutton {
	-webkit-appearance: none;
	text-decoration: none;
	background-color: transparent;
	border: none; 
	outline: none;
	text-decoration: none;
	font-size: 1.6rem;
	cursor: pointer;
}


/* ---------------- HEADER ----------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #F0F0F0;
	background-color: #fff;
}

.headerlogo {
	width: 220px;
	padding-left: 20px;
	color: #333;
	line-height: 60px;
}

.logo {
	height: 60px;
	width: auto;
}

.headermenu {
	flex: 1;
	text-align: right;
	padding: 0 20px 0 15px;
	font-size: 3.0rem;
	color: #333;
	line-height: 60px;
	align-self: center;
}

.headermenubutton {
	font-size: 3.0rem;
	color: #263247;
	font-weight: 300;
	-webkit-text-stroke: 1.2px white;
}

.headerbutton {
	font-size: 2.2rem;
	padding-right: 30px;
	color: #1C3D5D;
}

#headermenubutton {
	display: inline-block;
}

#btnMainProducts {
	display: none;
}

#btnMainServices {
	display: none;
}

#btnMainFocus {
	display: none;
}

#btnMainAboutUs {
	display: none;
}

/* ----------------- Menu ----------------- */
#burgermenu {
	display: none;
	position: fixed;
	top: 60px;
	right: 0;
	font-size: 30px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 220px;
	background-color: #F0F0F0;
	border: 1px solid #ccc;
}

.lia {
	display: block;
	color: #263247;
	padding: 15px 20px;
	font-size: 22px;

}

.lia:hover {
	background-color: #ccc;
}

/* ----------------- MAIN ----------------- */
/*
.maincontainer {
	width: 100%;
	padding: 60px 0 0 0;
	}*/

.main {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	background-color: #fff;
	padding-top: 60px;
}

.mainleft {
	width: 100%;
	text-align: center;
	color: #263247;
	background-color: #E6E9F4;
	font-size: 32px;
	padding: 60px 30px 30px 30px;
}

.mainleftsmalltxt {
	font-size: 24px;
	padding-top: 30px;
}

.mainright {
	width: 100%;
}

.mainrightimg {
	float: center;
	width:100%;
	height:100%;
	object-fit: cover;
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
	/*background-attachment: fixed;*/
}

.subject {
	width: 100%;
	text-align: center;
	padding-top: 60px;
	}


/* --------------- WEB SYSTEMS --------------- */
.websystemheading {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.websystemheadingimg {
	height: 30px;
	width: auto;
}


/* ----------------- DETAILS ----------------- */
	.details {
		display: block;
		padding: 0 20px 0 20px;
		text-align: center;
	}
	
	.details-container {
		display: block;
		width: 100%;
		padding-bottom: 100px;
		text-align: center;
	}
	
	.details-frame {
		display: block;
		padding: 0;
		margin: auto;
		background-color: #E6E9F4;
	}
	
	.details-frame-white {
		display: block;
		padding: 0;
		margin: auto;
		background-color: #fff;
	}
	
	.detailsitem {
	width: 100%;
	padding: 0;
	}

	.detailsitemspace {
	width: 0;
	padding: 0;
	}
	
	.detailsitemsmallspace {
	width: 0;
	padding: 0;
	}
		
	.detailsheading {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 25px;
	padding-top: 55px;
	}

	.detailsheadingwhite {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 25px;
	padding-top: 0;
	}
	
	.detailsingress {
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #000;
	}

	.detailssubheading {
	width: 100%;
	text-align: left;
	font-size: 24px;
	color: #2E86BF;
	font-weight: 300;
	padding: 15px 0 0 0;	
	}

	.subjecttext {
	width: 100%;
	text-align: center;
	/*line-height: 150%;*/
	font-size: 22px;
	font-weight: 300;
	padding: 30px 0 30px 0;
	}
	
	.detailstext {
	width: 100%;
	text-align: center;
	/*line-height: 150%;*/
	font-size: 22px;
	font-weight: 400;
	padding: 0 30px 20px 30px;
	}
	
	.detailslink {
	width: 100%;
	text-align: center;
	padding: 0 30px 40px 30px;
	}
	
	.detailslinktxt {
	font-size: 22px;
	font-weight: 400;
	/*color: #518CDC;*/
	color: #1168DF;
	}
	
	.detailslinktxt:hover{
		text-decoration: underline;
	}
		
	.detailsref {
	font-size: 20px;
	padding-top: 26px;
	color: #666;
	}

	.detailsrefsign {
	font-size: 18px;
	font-style: italic;
	padding-top: 10px;
	color: #333;
	}
	
	.omossimg {
	float: center;
	object-fit: cover;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	}

.detailsflagg {
	width: 23px;
	height: auto;
	vertical-align: middle;
	padding-bottom: 5px;
	}

	.detailsawfheading {
		font-size: 29px;
		color: #3D7CB5;
		padding-right: 15px;
	}



/* ----------------- FOOTER ----------------- */
.footer {
	background-color: #263247;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 60px;
	padding-bottom: 60px;
}

/* ----------------- BUTTONS --------------- */
.bigbutton {
	width: 100%;
	padding: 10px 12px;
	margin: 6px 0;
	border: none;
	border-radius: 4px;
	outline: none;
	-webkit-appearance: none;
	font-size: 1.6rem;
	cursor: pointer;
	/*transition: all 0.5s;*/
}

.smallbutton {
	padding: 10px 40px;
	margin: 6px 0;
	border: none;
	border-radius: 4px;
	outline: none;
	-webkit-appearance: none;
	font-size: 1.6rem;
	cursor: pointer;
	text-decoration: none;
	/*transition: all 0.5s;*/
}

.bbgreen {
	background-color: #008B00;
	color: #fff;
}

.bbgreen:hover {
	/*background-color: #060;*/
	background-color: #090;
}

.bbblue {
	background-color: #435598;
	color: #fff;
}

.bbblue:hover {
	background-color: #5469B4;
	color: #fff;
}

.bbbluegrey {
	background-color: #69C;
	color: #fff;
}

.bbbluegrey:hover {
	background-color: #0D47A1;
	color: #fff;
}


/* For PAD */
@media only screen and (min-width: 980px) {
	
/* ---------------- HEADER ----------------- */
.header {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	width: 100%;
	height: 80px;
}

.headermenubutton {
	font-size: 3.0rem;
	padding-left: 60px;
	color: #1C3D5D;
	line-height: 80px;
}
	
.headerlogo {
	width: 300px;
	padding-left: 20px;
	color: #333;
	line-height: 80px;
}
	
.logo {
	height: 79px;
	width: auto;
}
.headermenu {
	flex: 1;
	text-align: right;
	padding: 0 30px 0 0;
	font-size: 3.0rem;
	color: #333;
	line-height: 80px;
}
	
/* ----------------- Menu ----------------- */
#burgermenu {
	display: none;
	position: fixed;
	top: 80px;
	right: 0;
}

/* ----------------- MAIN ----------------- */
	
.maincontainer {
	width: 100%;
	padding: 80px 0 40px 0;
	}
	
.main {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	width: 100%;
	max-height: 800px;
	min-height: 600px;
	padding-top: 80px;
	padding-bottom: 40px;
}	

.mainleft {
	width: 300px;
	text-align: center;
	color: #263247;
	background-color: #E6E9F4;
	font-size: 32px;
	padding: 60px 30px 30px 30px;
}
	
	.mainleftsmalltxt {
		font-size: 24px;
	}

.mainright {
	flex: 1;
	display: inline-block;
}
	
.mainrightimg {
	float: center;
	width:100%;
	height:100%;
	object-fit: cover;
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
	/*background-attachment: fixed;*/
}
	
	.subject {
	width: 100%;
	text-align: center;
	padding-top: 80px;
	}
	
#headermenubutton {
	display: none;
}
	
#btnMainProducts {
	display: inline-block;
}

#btnMainServices {
	display: inline-block;
}

#btnMainFocus {
	display: inline-block;
}

#btnMainAboutUs {
	display: inline-block;
}
	
/* --------------- WEB SYSTEMS --------------- */
.websystemheading {
	width: 100%;
}
	
.websystemheadingimg {
	height: 40px;
	width: auto;
}


		
/* ----------------- DETAILS ----------------- */
.details {
		display: block;
		padding: 0 20px 0 20px;
		text-align: center;
	}
	
	.details-container {
		display: block;
		width: 100%;
		padding-bottom: 100px;
		text-align: center;
	}	
	
	.details-frame {
		display: flex;
		padding: 0;
		max-width: 1200px;
		margin: auto;
		background-color: #E6E9F4;
	}
	
	.details-frame-white {
		display: flex;
		padding: 0;
		max-width: 1200px;
		margin: auto;
		background-color: #fff;
	}
	
	.detailsitem {
	flex: 1;
	padding: 0;
	}
	
	.detailsitemspace {
	width: 30px;
	padding: 0;
	}
	
	.detailsitemsmallspace {
	width: 15px;
	padding: 0;
	}
		
	.detailsheading {
	width: 100%;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 25px;
	padding-top: 55px;
	}
	
	.detailsheadingwhite {
	width: 100%;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 25px;
	padding-top: 0;
	}
	
	.detailsingress {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #000;
	}
	
	.detailssubheading {
	width: 100%;
	text-align: left;
	font-size: 28px;
	color: #2E86BF;
	font-weight: 300;
	padding: 15px 0 0 0;	
	}
	
	.subjecttext {
	width: 100%;
	text-align: center;
	/*line-height: 150%;*/
	font-size: 26px;
	font-weight: 300;
	padding: 30px 0 30px 0;
	}
	
	.detailstext {
	width: 100%;
	text-align: center;
	/*line-height: 150%;*/
	font-size: 24px;
	font-weight: 400;
	padding: 0 30px 20px 30px;
	}
	
	.detailslink {
	width: 100%;
	text-align: center;
	padding: 0 30px 40px 30px;
	}
	
	.detailslinktxt {
	font-size: 24px;
	font-weight: 400;
	/*color: #518CDC;*/
	color: #1168DF;
	}
	
	.detailslinktxt:hover{
		text-decoration: underline;
	}
		
	.detailsref {
	font-size: 22px;
	padding-top: 26px;
	color: #666;
	}

	.detailsrefsign {
	font-size: 20px;
	font-style: italic;
	padding-top: 10px;
	color: #333;
	}
	
	.omossimg {
	float: center;
	object-fit: cover;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	}
	
	.detailsflagg {
	width: 24px;
	height: auto;
	vertical-align: middle;
	padding-bottom: 5px;
	}
	
	.detailsawfheading {
		font-size: 30px;
		color: #3D7CB5;
		padding-right: 15px;
	}
		
}

/* For Desctop */
@media only screen and (min-width: 1294px) {
	
/* ---------------- HEADER ----------------- */
.header {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	width: 100%;
	height: 80px;
}
	
.headerlogo {
	width: 300px;
	padding-left: 20px;
	color: #333;
	line-height: 80px;
}
	
.logo {
	height: 79px;
	width: auto;
}
.headermenu {
	flex: 1;
	text-align: right;
	padding: 0 30px 0 15px;
	font-size: 3.0rem;
	color: #333;
	line-height: 80px;
}
	
.headermenubutton {
	font-size: 3.0rem;
	padding-left: 60px;
	color: #1C3D5D;
	line-height: 80px;
}
	
/* ----------------- Menu ----------------- */
#burgermenu {
	display: none;
	position: fixed;
	top: 80px;
	right: 0;
}

/* ----------------- MAIN ----------------- */
	
.maincontainer {
	width: 100%;
	padding: 80px 0 0 0;
	}
	
.main {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	width: 100%;
	max-height: 900px;
	min-height: 900px;
	background-color: #fff;
	padding-top: 80px;

}

.mainleft {
	width: 400px;
	background-color: #E6E9F4;
	color: #1C2340;
	font-size: 36px;
	padding: 120px 50px 60px 50px;
}
	
	.mainleftsmalltxt {
		font-size: 26px;
	}
	
.mainright {
	flex: 1;
	display: inline-block;
}
		
.mainrightimg {
	float: center;
	width:100%;
	height:100%;
	object-fit: cover;
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
	/*background-attachment: fixed;*/
}
	
	.subject {
	width: 100%;
	text-align: center;
	padding-top: 80px;
	}
	
	#headermenubutton {
	display: none;
}
	
#btnMainProducts {
	display: inline-block;
}

#btnMainServices {
	display: inline-block;
}

#btnMainFocus {
	display: inline-block;
}

#btnMainAboutUs {
	display: inline-block;
}

	
/* --------------- WEB SYSTEMS --------------- */

.websystemheading {
	width: 100%;
}
	
.websystemheadingimg {
	height: 34px;
	width: auto;
	padding-top: 0;
}


		
/* ----------------- DETAILS ----------------- */
	.details {
		display: block;
		padding: 0 20px 0 20px;
		text-align: center;
	}
	
	.details-container {
		display: block;
		width: 100%;
		padding-bottom: 100px;
		text-align: center;
	}	
	
	.details-frame {
		display: flex;
		padding: 0;
		max-width: 1200px;
		margin: auto;
		background-color: #E6E9F4;
	}
	
	.details-frame-white {
		display: flex;
		padding: 0;
		max-width: 1200px;
		margin: auto;
		background-color: #fff;
	}
	
	.detailsitem {
	flex: 1;
	padding: 0;
	}
	
	.detailsitemspace {
	width: 30px;
	padding: 0;
	}
	
	.detailsitemsmallspace {
	width: 15px;
	padding: 0;
	}
		
	.detailsheading {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 25px;
	padding-top: 55px;
	}
	
	.detailsheadingwhite {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 25px;
	padding-top: 0;
	}
	
	.detailsingress {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #000;
	}
	
	.detailssubheading {
	width: 100%;
	text-align: left;
	font-size: 28px;
	color: #2E86BF;
	font-weight: 300;
	padding: 15px 0 0 0;	
	}
	
	.subjecttext {
	width: 100%;
	text-align: center;
	/*line-height: 150%;*/
	font-size: 26px;
	font-weight: 300;
	padding: 30px 0 30px 0;
	}
	
	.detailstext {
	width: 100%;
	text-align: center;
	/*line-height: 150%;*/
	font-size: 26px;
	font-weight: 300;
	padding: 0 30px 20px 30px;
	}
	
	.detailslink {
	width: 100%;
	text-align: center;
	padding: 0 30px 40px 30px;
	}
	
	.detailslinktxt {
	font-size: 26px;
	font-weight: 400;
	/*color: #1168DF;*/
	color: #1168DF;
	}
	
	.detailslinktxt:hover{
		text-decoration: underline;
	}
		
	.detailsref {
	font-size: 24px;
	padding-top: 26px;
	color: #666;
	font-weight: 300;
	}

	.detailsrefsign {
	font-size: 22px;
	font-style: italic;
	padding-top: 10px;
	color: #333;
	font-weight: 300;
	}
	
	.omossimg {
	float: center;
	object-fit: cover;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	}
	
	.detailsflagg {
	width: 28px;
	height: auto;
	vertical-align: middle;
	padding-bottom: 5px;
	}
	
	.detailsawfheading {
		font-size: 36px;
		color: #3D7CB5;
		padding-right: 15px;
	}
	
}

/* For Big Screens */
@media only screen and (min-width: 2494px) {
	
/* ---------------- HEADER ----------------- */
.header {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	width: 100%;
	height: 80px;
}
	
.headerlogo {
	width: 300px;
	padding-left: 20px;
	color: #333;
	line-height: 80px;
}
	
.logo {
	height: 79px;
	width: auto;
}
.headermenu {
	flex: 1;
	text-align: right;
	padding: 0 30px 0 15px;
	font-size: 3.0rem;
	color: #333;
	line-height: 80px;
}
	
.headermenubutton {
	font-size: 3.0rem;
	padding-left: 60px;
	color: #1C3D5D;
	line-height: 80px;
}
	
/* ----------------- Menu ----------------- */
#burgermenu {
	display: none;
	position: fixed;
	top: 80px;
	right: 0;
}

/* ----------------- MAIN ----------------- */
	
.maincontainer {
	width: 100%;
	padding: 80px 0 0 0;
	}
	
.main {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	width: 100%;
	max-height: 1100px;
	min-height: 1100px;
	background-color: #fff;
	padding-top: 80px;

}

.mainleft {
	width: 400px;
	background-color: #E6E9F4;
	color: #000;
	font-size: 36px;
	padding: 120px 50px 60px 50px;
}
	
	.mainleftsmalltxt {
		font-size: 26px;
	}

.mainright {
	flex: 1;
	display: inline-block;
}
		
.mainrightimg {
	float: center;
	width:100%;
	height:100%;
	object-fit: cover;
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
	/*background-attachment: fixed;*/
}
	
	.subject {
	width: 100%;
	text-align: center;
	padding-top: 80px;
	}
	
	#headermenubutton {
	display: none;
}
	
#btnMainProducts {
	display: inline-block;
}

#btnMainServices {
	display: inline-block;
}

#btnMainFocus {
	display: inline-block;
}

#btnMainAboutUs {
	display: inline-block;
}

	
/* --------------- WEB SYSTEMS --------------- */

.websystemheading {
	width: 100%;
}
	
.websystemheadingimg {
	height: 34px;
	width: auto;
	padding-top: 0;
}


		
/* ----------------- DETAILS ----------------- */
	.details {
		display: block;
		padding: 0 20px 0 20px;
		text-align: center;
	}
	
	.details-container {
		display: block;
		width: 100%;
		padding-bottom: 100px;
		text-align: center;
	}	
	
	.details-frame {
		display: flex;
		padding: 0;
		max-width: 1200px;
		margin: auto;
		background-color: #E6E9F4;
	}
	
	.details-frame-white {
		display: flex;
		padding: 0;
		max-width: 1200px;
		margin: auto;
		background-color: #fff;
	}
	
	.detailsitem {
	flex: 1;
	padding: 0;
	}
	
	.detailsitemspace {
	width: 30px;
	padding: 0;
	}
	
	.detailsitemsmallspace {
	width: 15px;
	padding: 0;
	}
			
	.detailsheading {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 25px;
	padding-top: 55px;
	}
	
	.detailsingress {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #000;
	}
	
	.detailssubheading {
	width: 100%;
	text-align: left;
	font-size: 28px;
	color: #2E86BF;
	font-weight: 300;
	padding: 15px 0 0 0;	
	}
	
	.subjecttext {
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	padding: 30px 0 30px 0;
	}
	
	.detailstext {
	width: 100%;
	text-align: center;
	/*line-height: 150%;*/
	font-size: 26px;
	font-weight: 300;
	padding: 0 30px 20px 30px;
	}
	
	.detailslink {
	width: 100%;
	text-align: center;
	padding: 0 30px 40px 30px;
	}
	
	.detailslinktxt {
	font-size: 26px;
	font-weight: 400;
	/*color: #3B7CD4;*/
	color: #226FD8;
	}
	
	.detailslinktxt:hover{
		text-decoration: underline;
	}
		
	.detailsref {
	font-size: 24px;
	padding-top: 26px;
	color: #666;
	}

	.detailsrefsign {
	font-size: 22px;
	font-style: italic;
	padding-top: 10px;
	color: #333;
	}
	
	.omossimg {
	float: center;
	object-fit: cover;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	}
	
	.detailsflagg {
	width: 28px;
	height: auto;
	vertical-align: middle;
	padding-bottom: 5px;
	}
	
	.detailsawfheading {
		font-size: 36px;
		color: #3D7CB5;
		padding-right: 15px;
	}
	
}

