/*CSS Page Reset*/

*{
	margin: 0;
	padding: 0;	
	box-sizing: border-box;
	font-family: 'poppins', sans-serif;
}

html {
	scrollbar-color: #f8f8f8 #2D4356;
    scroll-behavior: smooth; 
	overflow-x: hidden;
}

a {
	text-decoration: none;
}


body { 
	font-size: 100%;
	font-family: 'Segoe UI', Tahoma, Verdana, sans-serif; 	
} 

body a { 
    color: #f9f9f9;
} 

body a:hover { 
    color: #ff5511;
}

div, section, span, ul, li, header {
	box-sizing: border-box;	
}

section {
	width: 100%;
	height: 100vh;
	position: relative;
	float: left;
	box-sizing: border-box;
}

/*Page Reset*/

header {
	background-image: url('../images/footerbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 0px #ff5511 solid;
	border-bottom-right-radius: 0rem;		
	border-bottom-left-radius: 0rem;
	width: 98%;
	height: 15%;
	justify-content: space-between;
	display: inline-flex;
	padding: auto;
	align-items: center;
	position: fixed;
	z-index: 888888;
}

header img {
	border-bottom-right-radius: 4rem;		
	border-top-right-radius: 4rem;
	border-bottom-left-radius: 0rem;
	border-top-left-radius: 0rem;		
	margin-left: 0.5rem;
	margin-top: 0.1rem;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	opacity: 1;
}


#menu li {
	justify-content: center;
	list-style: none;
	display: inline-block;
	margin-left: 1.0rem;
	line-height: 1.5em ;
	font-weight: lighter;	
}

.los {
	background-color: none;
	color: #213C51;
	text-decoration: none;
	font-size: min(2.7vw, 1.0rem);
	font-weight: normal;
    margin-left: 3.5rem;
    padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	border: 1px #2D4356 solid;
	border-right: 0rem #ff5511 solid;
	border-radius: 4rem;
	opacity: 0;
}

.los:hover {
	color: #F9F6F1;
	background-color: #2D4356;
	border: 1px #ff5511 solid;
	opacity: 0;
}


.logs {
	background-image: url('../images/osac.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #213C51;
	text-decoration: none;
	font-size: min(2.7vw, 1.0rem);
	font-weight: normal;
    margin-left: 3.5rem;
    padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	border: 0px #d6d6d6 solid;
	border-radius: 4rem;
}

.logs:hover {
	background-color: transparent;
	opacity: 0.5;
}

.callUs {
	color: #d6d6d6;
	font-weight: lighter;
	text-decoration: none;
	font-size: min(2.7vw, 1.0rem);
	background-color: none;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.3rem;
	padding-bottom: 0.4rem;
	border: 0px #F9F6F1 solid;
	border-radius: 4rem;
}

.callUs:hover {
	opacity: 1;
}

.lets {
	background-color: #f9f9f9;
	color: #213C51;
	text-decoration: none;
	font-size: min(2.7vw, 1.0rem);
	font-weight: bold;
    margin-left: 0rem;
    padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	border: 0px #d6d6d6 solid;
	border-radius: 4rem;
	opacity: 1;
}

.lets:hover {
	color: #F9F6F1;
	background: #2D4356;
	border: 1px #ff5511 solid;
	opacity: 1;
}

.call {
	background-color: #2D4356;
	color: #f9f9f9;
	text-decoration: none;
	font-size: min(2.7vw, 1.0rem);
	font-weight: lighter;
    margin-left: 0rem;
    padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	border: 1px #ff5511 solid;
	border-radius: 4rem;
	opacity: 1;
}

.call:hover {
	color: #F9F6F1;
	background: #213C51;
	border: 1px #ff5511 solid;
	opacity: 1;
}

.social {
	background-color: #d6d6d6;
	width: 100%;
	height: auto;
	color: #213C51;
	text-decoration: none;
	font-size: min(2.7vw, 1.0rem);
	font-weight: lighter;
    margin-left: 0rem;
    padding-left: 1.0rem;
	padding-right: 2.0rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	border-left: 0.5rem #2D4356 solid;
	border-top: 0.2rem #2D4356 solid;
	border-top-left-radius: 0.4rem;
	border-bottom-right-radius: 4rem;
}

.social:hover {
	background-color: #f9f9f9;
	color: #0081C9;
	border-left: 0.5rem #0081C9 solid;
	border-top: 0.2rem #0081C9 solid;
	
}

.feedSocial {
	background-color: #2D4356; 
	font-size: min(2.7vw, 1.0rem);
	font-weight: normal;
	line-height: 2.0rem;
	color: #f9f9f9;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	border-radius: 4rem;
	opacity: 1;
}

.feedSocial:hover {
	color: #F9F6F1;
	background: #ff5511;
}

.apps {
	background-color: #213C51;
	color: #F9F6F1;
	text-decoration: none;
	font-size: min(2.7vw, 1.0rem);
	font-weight: lighter;
    margin-left: 3.5rem;
    padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.4rem;
	padding-bottom: 0.4rem;
	border: 1px #2D4356 solid;
	border-radius: 4rem;
	position: relative;
	text-align: center;
	line-height: 1.5rem;
	top: 25%;
	opacity: 1;	
}

.plan {
	text-align: center;
	font-weight: bold;
	padding: 1.0rem;
	border: 0rem #d6d6d6 solid;
	border-radius: 4rem;
	width: auto;
	height: auto
}

.expert {
	background-color: #d6d6d6;
	margin:0.2rem;
	color: #333333;
	padding-left: 0rem;
	padding-right: 1.0rem;
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	width: auto;
	height: auto;
	font-weight: normal;
	border: 0.0rem #213C51 solid;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
}

.say {
	background-color: #2D4356;
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #F9F6F1;
	text-decoration: none;
	font-size: min(2.7vw, 1.0rem);
	font-weight: lighter;
	margin-top: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	border: 1px #2D4356 solid;
	border-left: 1rem #ff5511 solid;
	border-radius: 0rem;
}

.explore {
	background-color: #2D4356;
	color: #F9F6F1;
	text-decoration: none;
	font-size: min(2.7vw, 1.0rem);
	font-weight: lighter;
	margin-top: 2.0rem;
    margin-left: 0.0rem;
    padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	border: 1px #2D4356 solid;
	border-left: 1rem #ff5511 solid;
	border-radius: 4rem;
}


#home {	
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 4rem, 0;
	border-left: 1rem #2D4356 solid;	
}

#softHome {	
	background-image: url('../images/softBGiii.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 4rem, 0;
	border-left: 1rem #2D4356 solid;	
}

#netHome {	
	background-image: url('../images/netwBGiii.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 4rem, 0;
	border-left: 1rem #2D4356 solid;	
}

#cloudHome {	
	background-image: url('../images/datacloudBGiii.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 4rem, 0;
	border-left: 1rem #2D4356 solid;	
}

#webData {	
	background-image: url('../images/webdata.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 4rem, 0;
	border-left: 1rem #2D4356 solid;	
}

#osac {	
	background-image: url('../images/osacLogin.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 4rem, 0;
	border-left: 1rem #2D4356 solid;	
}

#cctvSecurity {	
	background-image: url('../images/cctvSecurity.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 4rem, 0;
	border-left: 1rem #2D4356 solid;	
}

#secureHome {	
	background-image: url('../images/secureBGiii.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 4rem, 0;
	border-left: 1rem #2D4356 solid;	
}

#digitalHome {	
	background-image: url('../images/digitalTransBGiii.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 4rem, 0;
	border-left: 1rem #2D4356 solid;	
}


header #menu {
	background-image: url('../images/footerbg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	width: auto;
	height: auto;
	align-items: center;
	list-style: none;
	text-align: center;
	line-height: 1.8em;
	justify-content: center;
	border-left: 0.30rem #ff5511 solid;
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	padding: 1.5rem;
	opacity: 1;
}


#dataSecurity {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;
	z-index: 9999;
}

#dataCenter {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;
	z-index: 9999;
}


#searchEngine {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;	
	z-index: 9999;
}

#digitalTrans {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;	
	z-index: 9999;
}

#onlinePrivacy {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;
	z-index: 9999;
}

#compGraphics {
    background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;
	z-index: 9999;
}

#cyberSecurity {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;
	z-index: 9999;
}

#vLogin {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;
	z-index: 9999;
}

#contactUs {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;
	z-index: 9999;
}

#endList {
	background-color: #f9f9f9;
	width: 100%;
	height: 100vh;	
	align-items: center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 10rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: hidden;
	overflow-x: hidden;
	border-left: 1rem #2D4356 solid;		
	z-index: 9999;	
}


#appSoft {
	background-image: url('../images/appsoftBg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding-right: 4rem;
	padding-left: 4rem;
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	z-index: 9999;
}

#appSoft .hcontent {
	position: relative;
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	border-left: 1rem #ff5511 solid;
	border-top: 0.2rem #ff5511 solid;
	border-right: 0.2rem #ff5511 solid;
	padding-left: 4rem;
	font-weight: bold;
	opacity: 0.8;
}

.pappSoft {
	display: flex;
	color: #213C51;
	text-align: left;
	font-size: min(2.7vw, 1.0em);
	width: 100%;
	height: auto;
	background-color: none;
	border-bottom: 0px #213C51 solid;
	padding-left: 50px;
	margin-right: 10px;
	position: absolute;
	top: 240px;
	right: 50px;		
}

.pappSoft img {
	border-radius: 360px;
	padding-right: 30px;
	padding-left: 0px;
	width: 37%;
	height: 27%;
}

.pappSoft a {
	color: #0081C9;
	background-color: none;
	width: 40%;
	height: auto;
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-right: 50px;
	margin-top: 5px;
	padding-bottom: 5px;
	border: 1px #0081C9 solid;
	border-radius: 60px;
	text-align: center;
	position: relative;
	float: right;
	font-size: min(1.6vw, 1.0em);	
}

.pappSoft a:hover {
	color: #ff5511;	
}


#dataInfrastr {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	padding: 0.5rem;
	z-index: 9999;
}

.pdatacontent {
	display: flex;
	color: #213C51;
	text-align: left;
	font-size: min(2.7vw, 1.15rem);
	width: 100%;
	height: auto;
	background-color: none;
	border-bottom: 0px #213C51 solid;
	padding-left: 3.5rem;
	margin-right: 0.7rem;
	position: absolute;
	top: 16rem;
	right: 3.5rem;
	box-sizing: border-box;		
}


.pdatacontent img {
	border-top-right-radius: 8rem;
	border-bottom-right-radius: 8rem;
	padding-right: 30px;
	padding-left: 0px;
	width: 40%;
	height: 47%;
}

.pdatacontent a {
	color: #2D4356;
	background-color: none;
	width: 40%;
	height: auto;
	font-size: min(2.5vw, 1.0rem);
    padding-left: 0.7em;
	padding-right: 0.7em;
	padding-top: 0.2em;
	margin-right: 4em;
	margin-top: 0.4em;
	padding-bottom: 0.4em;
	border: 1px #213C51 solid;
	border-radius: 5em;
	text-align: center;
	position: relative;
	float: right;	
}

.pdatacontent a:hover {
	color: #ff5511;
	font-weight: normal;	
}

 .contaConte {
	background-color: none;
	text-align: center;
	font-size: min(3.2vw, 1.5rem);
	border-radius: 60px;
	padding-left: 10px;
	padding-right: auto;
	padding-bottom: 0.4rem;
	margin-left: auto;
	box-sizing: border-box;
 }

 .contaConte h2{
	color:#333333;
	font-weight: normal;
 }

 .copy {
	color: #f9f9f9;
	font-size: min(2.7vw, 0.80rem);
 }

 .endCopy {
	background-color: none;
	display: flex;
	color: #F9F6F1;
	font-size: min(2.6vw, 0.8em);
	font-weight: lighter;
	margin: 0.5rem;
	position: relative;
 }


.banner {
	background-image: url('../images/menuBGclear.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50%;
	height: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-align: center;
	padding: 4rem;
	position: fixed;
	top: 15%;	
}

.banner .bannerCDS08 {
	color: #ff5511;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(6.5vw, 4.4vw);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	line-height: 4.5rem;
	letter-spacing: 0.5px; 
	padding: 0rem;
	margin-top: 10rem ;
	margin-bottom: 0rem ;
	opacity: 1;	
}

.banner .bannerCDS07 {
	color: #d6d6d6;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(4.0vw, 2.5vw);
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin-top: 1.5rem ;
	opacity: 1;
}

.banner .bannerCDS06 {
	color: #ff5511;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(4.0vw, 2.5vw);
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin-top: 2.5rem ;
	opacity: 1;
}

.banner .bannerCDS10 {
	width: auto;
	height: auto;
	position: relative;
	text-align: center;
	line-height: 1.5rem;
	margin-top: 3.0rem; 
	opacity: 1;	
}

.banner .bannerCDS10 a {
	background-color: transparent; 
	font-family: arial, helvetica, sans-serif;
	font-size: min(2.7vw, 1.0rem);
	font-weight: bold;
	line-height: 2.0rem;
	letter-spacing: 0.1em;
	color: #f9f9f9;
	margin-left: auto; 
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	border: 2px #ff5511 solid;
	border-radius: 4rem;
}

.bannerCDS10 a:hover {
	background-color: transparent; 	
	color: #f9f9f9;
	border: 1px #ff5511 solid;
	font-weight: lighter;
}

.osacBanner {
	background-color: none;
	width: 70%;
	height: auto;
	text-align: center;
	line-height: 2.5em;
	text-align: center;
	padding-top: 2.5rem;
	border-radius: 8rem;
	position: fixed;
	top: 34%;
}

.osacBanner .osacCDS08 {
	color: #f9f9f9;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(10.0vw, 3.3vw);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	line-height: 0.5rem;
	letter-spacing: 0.5px; 
	margin-top: 0rem ;
	margin-bottom: 3.0rem ;
	opacity: 1;	
}


.softBanner {
	background-color: none;
	width: 70%;
	height: auto;
	text-align: center;
	line-height: 2.5em;
	text-align: center;
	padding-top: 2.5rem;
	border-radius: 8rem;
	position: fixed;
	top: 34%;
}

.softBanner .softCDS08 {
	color: #f9f9f9;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(10.0vw, 3.5vw);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	line-height: 0.5rem;
	letter-spacing: 0.5px; 
	margin-top: 0.5rem ;
	margin-bottom: 5.0rem ;
	opacity: 1;	
}

.softBanner .secureCDS08 {
	color: #f9f9f9;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(11.0vw, 4.3vw);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	line-height: 0.5rem;
	letter-spacing: 0.5px; 
	margin-top: 3.0rem ;
	margin-bottom: 3.9rem ;
	opacity: 1;	
}

.softBanner .netCDS08 {
	color: #ff5511;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(8.0vw, 3.2vw);
	/*font-size: min(8.0vw, 2.8vw);*/
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	line-height: 0.5rem;
	letter-spacing: 0.5px; 
	margin-top: 3.0rem ;
	margin-bottom: 3.0rem ;
	opacity: 1;	
}

.softBanner .softCDS07 {
	color: #ff5511;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(6.7vw, 2.5rem);
	font-weight: lighter;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	line-height: 1rem;
	opacity: 1;
}

.softBanner .softCDS09 {
	position: relative;
	text-align: center;
	line-height: 1.5rem;
	padding: 0.6rem;
	margin-top: 4.5rem; 
	opacity: 1;	
}

.softBanner .softCDS09 a {
	background-color: #ffffff; 
	font-size: min(2.7vw, 1.0rem);
	font-weight: bold;
	line-height: 2.0rem;
	color: #213C51;
	margin-left: auto; 
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	border-radius: 4rem;
	opacity: 1;
}

.softBanner .softCDS09 a:hover {
	background-color: transparent;
	color: #F9F6F1;
	border: 1px #ff5511 solid;
	
}

.osacBanner .osacCDS07 {
	color: #F9F6F1;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(6.7vw, 2.0rem);
	font-weight: lighter;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	line-height: 1rem;
	opacity: 1;
}

.osacBanner .osacCDS09 {
	position: relative;
	text-align: center;
	line-height: 1.5rem;
	padding: 0.6rem;
	margin-top: 4.5rem; 
	opacity: 1;	
}

.osacBanner .osacCDS09 a {
	background-color: #f9f9f9; 
	font-size: min(2.7vw, 1.0rem);
	font-weight: bold;
	line-height: 2.0rem;
	color: #213C51;
	margin-left: auto; 
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	border: 1px #213C51 solid;
	border-radius: 4rem;
	opacity: 1;
}

.osacBanner .osacCDS09 a:hover {
	background-color: transparent;
	color: #F9F6F1;
	border: 1px #ff5511 solid;
	
}


.techbtn .bannerCDS09 {
	background-color: none;
	position: relative;
	text-align: center;
	line-height: 1.5rem;
	border-radius: 8rem;
	padding: 0.6rem;
	top: 15%;
	opacity: 1;	
}

.techbtn .bannerCDS09 a {
	background-color: none; 
	font-size: min(2.6vw, 1.2rem);
	line-height: 2.0rem;
	color: #ff5511;
	margin-left: auto; 
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	opacity: 1;
}

.techbtn .bannerCDS09 img {
	opacity: 1;
	border-radius: 8rem;
}

.techbtn .bannerCDS09 img:hover {
	transform: scale(1.075);
	transition: 0.2s ease-in;
	opacity: 1;
	border: 2px #ff5511 solid;	
}



.customBanner {
	background-image: url('../images/cctv.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 2.5em;
	text-align: center;
	padding: 1.5rem;
	border-radius: 0rem;
	position: relative;
	top: 0;
}

.customBanner .customCDS08 {
	color: #213C51;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(7.0vw, 2.5rem);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	line-height: 3.0rem;
	letter-spacing: 0.5px; 
	margin-top: 1.0rem ;
	margin-bottom: 3.0rem ;
	opacity: 1;	
}

.customBanner .customCDS07 {
	color: #333333;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(4.0vw, 1.0rem);
	font-weight: lighter;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	line-height: 1.5em;
	opacity: 1;
}

.customBanner .customCDS09 {
	position: relative;
	text-align: left;
	line-height: 1.5rem;
	padding: 0.6rem;
	margin-top: 1.5rem; 
	opacity: 1;	
}

.customBanner .customCDS09 a {
	background-color: #f9f9f9; 
	font-size: min(2.7vw, 1.0rem);
	font-weight: bold;
	line-height: 2.0rem;
	color: #213C51;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	border-radius: 4rem;
	opacity: 0.7;
}

.customBanner .customCDS09 a:hover {
	background-color: #ff5511; 
	color: #213C51;
}

.appData {
	background-color: #d6d6d6;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 2.5em;
	text-align: center;
	padding: 1.5rem;
	border-radius: 0rem;
	border-bottom-right-radius: 8rem;
	border-top-left-radius: 8rem;
	position: relative;
	top: 0;
	opacity: 0.8;
}


.appBanner {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 2.0em;
	text-align: center;
	margin-top: 1.5rem;
	padding: 1.0rem;
	border-radius: 0rem;
	position: relative;
	top: 0;
}

.netBanner {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 2.5em;
	text-align: center;
	padding: 1.5rem;
	border-radius: 0rem;
	position: relative;
	top: 0;
}

.appBanner .customCDS08 {
	color: #213C51;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(7.0vw, 2.5rem);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	line-height: 3.0rem;
	letter-spacing: 0.5px; 
	margin-top: 0.0rem ;
	margin-bottom: 2.5rem ;
	opacity: 1;	
}

.netBanner .customCDS08 {
	color: #213C51;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(7.0vw, 2.5rem);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	line-height: 2.7rem;
	letter-spacing: 0.5px; 
	padding-top: 1.5rem;
	margin-top: 1.0rem ;
	margin-bottom: 3.0rem ;
	opacity: 1;	
}

.appData .customCDS07 {
	color: #333333;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(4.0vw, 1.2rem);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
	opacity: 1;
}

.appBanner .customCDS07 {
	/*background-color: #ffffff;*/
	color: #333333;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(4.0vw, 1.0rem);
	font-weight: lighter;
	font-family: arial, helvetica, sans-serif;
	border-bottom-right-radius: 8rem;
	border-top-right-radius: 8rem;
	padding: 1.5rem;
	text-align: left;
	line-height: 1.5em;
	opacity: 1;
}

.appBanner .customCDS09 {
	margin-top: 1.5rem;
}

.appBanner .customCDS09 a {
	background-color: #2D4356; 
	font-size: min(2.7vw, 1.0rem);
	font-weight: bold;
	line-height: 2.0rem;
	color: #F9F6F1;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	border-radius: 4rem;
	opacity: 0.7;
}

.appBanner .customCDS09 a:hover {
	background-color: #ff5511; 
	color: #F9F6F1;
}


.netBanner .customCDS07 {
	color: #333333;
	width: auto;
	height: auto;
	position: relative;
	font-size: min(4.0vw, 1.0rem);
	font-weight: lighter;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	line-height: 1.5em;
	opacity: 1;
}

.netBanner .customCDS09 {
	position: relative;
	text-align: left;
	line-height: 1.5rem;
	padding: 0.6rem;
	margin-top: 1.5rem; 
	opacity: 1;	
}

.netBanner .customCDS09 a {
	background-color: #2D4356; 
	font-size: min(2.7vw, 1.0rem);
	font-weight: bold;
	line-height: 2.0rem;
	color: #F9F6F1;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	border-radius: 4rem;
	opacity: 0.7;
}

.netBanner .customCDS09 a:hover {
	background-color: #ff5511; 
	color: #F9F6F1;
}

.netBanner .customCDS09 {
	color: #F9F6F1;
	position: relative;
	text-align: right;
	line-height: 1.5rem;
	padding: 0.6rem;
	margin-top: 1.5rem; 
	font-weight: bold;
	opacity: 1;	
}

.netBanner .customCDS09 a {
	background-color: #f9f9f9; 
	font-size: min(2.7vw, 1.0rem);
	font-weight: bold;
	line-height: 2.0rem;
	color: #213C51;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	border-radius: 4rem;
	opacity: 1;
}

.netBanner .customCDS09 a:hover {
	background-color: #ff5511; 
	color: #F9F6F1;
}

.appData .customCDS09 a {
	background-color: #2D4356; 
	font-size: min(2.7vw, 1.0rem);
	font-weight: bold;
	line-height: 2.0rem;
	color: #F9F6F1;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;	
	position: relative;
	border-radius: 4rem;
	opacity: 1;
}

.appData .customCDS09 a:hover {
	background-color: #ff5511; 
	color: #F9F6F1;
}


.custom {
	background-image: url('../images/softder.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: 94%;
	box-sizing: border-box;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-right-radius: 8rem;
	top: 6%
}

.customNet {
	background-image: url('../images/netcabii.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: 94%;
	box-sizing: border-box;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-right-radius: 8rem;
	top: 6%
}

.customCloud {
	background-image: url('../images/datacu.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: 94%;
	box-sizing: border-box;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-right-radius: 8rem;
	top: 6%
}


.customSecure {
	background-image: url('../images/softdi.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: 94%;
	box-sizing: border-box;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-right-radius: 8rem;
	top: 6%;
}

.customDigital {
	background-image: url('../images/digitali.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-right-radius: 8rem;
	top: 6%
}

.customAnalytics {
	background-image: url('../images/digitali.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-right-radius: 8rem;
	top: 6%
}

.customData {
	background-image: url('../images/digitalo.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-right-radius: 8rem;
	top: 6%
}

.customCCTV {
	background-image: url('../images/cctv.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-right-radius: 8rem;
	top: 6%
}

.customOSAC {
	background-image: url('../images/webtraffic.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-right-radius: 8rem;
	top: 6%
}


#endSoft {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	display: block;
	align-items: center;
	text-align: center;
	width: auto;
	height: auto;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	border-top: 3px #f5f5f5 solid;
	top: 0;
	left: 0px;
	right: 0px;			
	z-index: 9999;
}

#footerPage {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 6.8rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y:hidden;
	overflow-x: hidden;
	position: relative;
	border-left: 1rem #2D4356 solid;		
	z-index: 9999;
}

#lastPage {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 80vh;	
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 6.0rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	border-top:0rem #2D4356 solid;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	border-left: 1rem #2D4356 solid;	
	top: 0;
	left: 0px;
	right: 0px;			
	z-index: 9999;
}

#customPage {
	background-color: #f9f9f9;
	width: 100%;
	height: 70vh;	
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	border-top:0rem #2D4356 solid;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	border-left: 1rem #2D4356 solid;	
	top: 0;
	left: 0px;
	right: 0px;			
	z-index: 9999;
}


#footerpane {    
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: auto; 
	height: auto;  
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding-top: 0;
	position: relative;	
	border-left: 0rem #2D4356 solid;
	bottom: 0;
	right: 0;
	left: 0;
		
}

#footerpane .endSocial {
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: lighter;
	margin: 0.5rem;
	position: relative;
}

#footerpane a:hover {
	color: #ff5511;
	opacity: 1;
}

#footerNote {    
	background-image: url('../images/footerbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%; 
	height: 20vh;  
	box-sizing: border-box;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding-top: 1rem;
	position: relative;		
	padding-bottom: 0rem;
	padding-left: 4rem;
	padding-right: 4rem;
	font-size: min(3.0vw, 1.07rem);
	font-weight: lighter;
	overflow-y:hidden;
	overflow-x: hidden;
	border-left: 1rem #2D4356 solid;		
	border-top-right-radius: 0rem;	
	border-top-left-radius: 0rem;
	z-index: 9999;
}
		

#footerpane a:hover {
	color: #ff5511;
	opacity: 1;
}

#softWare {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	width: 100%;
	height: 100vh;	
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content:center;
	box-sizing: border-box;
	padding-top: 7.0rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	border-top:0rem #2D4356 solid;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	border-left: 1rem #2D4356 solid;	
	top: 0;
	left: 0px;
	right: 0px;			
	z-index: 9999;
}

#networks {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	width: 100%;
	height: 100vh;	
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content:center;
	box-sizing: border-box;
	padding-top: 7.0rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	border-top:0rem #2D4356 solid;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	border-left: 1rem #2D4356 solid;	
	top: 0;
	left: 0px;
	right: 0px;			
	z-index: 9999;
}

#dataCloud {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	width: 100%;
	height: 100vh;	
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content:center;
	box-sizing: border-box;
	padding-top: 7.0rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	border-top:0rem #2D4356 solid;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	border-left: 1rem #2D4356 solid;	
	top: 0;
	left: 0px;
	right: 0px;			
	z-index: 9999;
}

.drCoy {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 70%;
	height: auto;
	color: #333333;
	text-align: left;
	line-height: 1.5rem;
	border: 0rem #213C51 solid;		
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	border-bottom: 0rem #213C51 solid;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	opacity: 1;
}

.lastCoy {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50%;
	height: auto;
	color: #333333;
	text-align: left;
	line-height: 1.5rem;
	border: 0rem #213C51 solid;		
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	border-bottom: 0.rem #213C51 solid;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	opacity: 1;
}

.vision {
	font-weight: bold;
	padding-bottom: 1.0rem;
	font-size: 1.3rem;
	text-align: center;
}

.mission {
	font-weight: bold;
	padding-bottom: 1.0rem;
	font-size: 1.3rem;
	text-align: center;
}

.missionList {
	/*background-image: url('../images/menuBGg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
	background-color: #f3f4f4;
	display: flex;
	align-items: center;
	justify-content:space-between;
	text-align: center;
	width: 60%;
	height: 30%;
	padding: 0.5rem;
	border-bottom-right-radius: 4rem;
	border-bottom-left-radius: 4rem;
}

.visionList {
	background-image: url('../images/menuBGg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content:center;
	text-align: center;
	width: 60%;
	height: 30%;
	padding: 0.5rem;
	border-top-right-radius: 4rem;
	border-top-left-radius: 4rem;
}

.visionList01 {
	background-color: #f3f4f4;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.5rem;
	font-size: min(4.0vw, 1.0rem);
	font-weight: normal;
	padding: 1.5rem;
	color: #333333;
	border-top: 0.5rem #d6d6d6 solid;
	border-right: 0.5rem #213C51 solid;
	border-top-right-radius: 4rem;
	border-bottom-left-radius: 4rem;
	margin: 1rem;
}

.visionList02 {
	background-color: #f9f9f9;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.5rem;
	font-size: min(4.0vw, 1.0rem);
	font-weight: normal;
	padding: 1.5rem;
	color: #333333;
	padding: 1.5rem;
	border-top: 0.5rem #d6d6d6 solid;
	border-left: 0.5rem #213C51 solid;
	border-bottom-right-radius: 4rem;
	border-top-left-radius: 4rem;
}

.footerList {
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 80%;
	height: auto;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
}

.footerList03 img {
	border: 0.125rem #f8f8f8 solid;
	border-radius: 8rem;
	margin: 0.0rem;
}

.footerList04 img {
	border: 0.125rem #f8f8f8 solid;
	border-radius: 8rem;
	margin: 0.0rem;
}

.footerList05 img {
	border: 0.125rem #f8f8f8 solid;
	border-radius: 8rem;
	margin: 0.0rem;
}

.techbtn03 ul {
	border-left: 0rem #213C51 solid;
	padding-left: 0rem;
	margin-left: 0rem;
	list-style: none;
	overflow-x: hidden;
}

.techbtn03 ul li {
	padding-top: 0rem;
	padding-right: 1.25rem;
	display: flex;
	font-weight: normal;
	font-size: min(2.7vw, 1.0rem);
	font-family: arial, helvetica, sans-serif;		
}

.techbtn {
	background: none;
	border: none;
	color: #213C51;
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 1.0rem;
	padding-bottom: 0.5rem;
	border-radius: 8rem;
	opacity: 1;
	cursor: crosshair;
	opacity: 1;
}

.techbtn img {
	border-radius: 8rem;
}


.techbtn a:hover {
	color: #ff5511;
}

.techbtn03:hover .Qlogocontent03 {
	transition: 3.1s;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.0rem;
	padding-right: 0rem;
	padding-left: 0.7rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	opacity: 1;
	z-index: 1;	
}

.techbtn03 {
	background-color: transparent;
	width: 100%;
	height: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: min(2.7vw, 2.0rem);
	font-weight: bold;
	color:#213C51;
	text-align: center;
	border-bottom: 0rem #ffffff solid;	
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-left: 0rem #2D4356 solid;
	padding-right: 0.4rem;
	padding-left: 0rem;
	padding-top: 0rem;
	padding-bottom: 0.4rem;
	display: inline-block;
	margin-left: 0.0rem;
	margin-right: 0.0rem;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
	position: relative;
	box-sizing: border-box;	
	top: 20%;
	left: 0.0rem;
	right: 0.0rem;
	opacity: 1.0;
	z-index: 999;
}

.techbtn03:hover .techbtn {
	color: #ff5511;		
}


.Qlogocontent03 ul li a {
	background-color: #2D4356;
	color: #F9F6F1;
	text-align: center;
	font-size: min(2.7vw, 1.0rem);
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 1rem;
	padding-top: 1rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	text-decoration: none;	
	border: 0px #d6d6d6 solid;	
	border-radius: 4rem;
}

.Qlogocontent03 {
	background-color: none;
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	min-width: 320px;
	text-align: center;
	overflow-y: auto;
	opacity: 0;
	z-index: 1;
}

.Qlogocontent03 a:hover {
	color:#ff5511;		
}

#menuList01 li  a {
	text-align: left;
	font-size: 90%;
	padding-top: 15px;
	padding-bottom: 15px;	
}

#menuList02 li  a {
	text-align: left;
	font-size: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#menuList03 li  a {
	text-align: left;
	font-size: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#menuList04 li  a {
	text-align: left;
	font-size: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#techList01 li  a {
	text-align: left;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;	
}

#techList02 li  a {
	text-align: left;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;		
}

.iTech {
	font-weight: bold;
	font-size: min(2.7vw, 1.5rem);
	color: #ff5511;
}

.iTech:hover {
	opacity: 0.8;
}

.menuIconi {
	background-color: #2D4356;
	border-radius: 4rem;
	color: #f9f9f9;
	width: 2.0rem;
	height: 2.0rem;
	border: 1px #2D4356 solid;
	border-radius: 8rem;
	text-align: center;
	position: absolute;
	bottom: 15%;
	right: 2.0rem;	
	z-index: 9999;	
	opacity: 0.7;
	
}

.menuIconi:hover {
	background-color: #ff5511;
	transform: scale(1.075);
	transition: 0.2s ease-in;
	border-radius: 8.0rem;
	border-color: #ff5511;	
	opacity: 1;
}

.menuIconi h1 {
	color: #ffffff;
	font-size: 1.5rem;
	z-index: 9999;	
	opacity: 0.7;
}

.menuIconio {
	background-color: #ff5511;
	border-radius: 4rem;
	color: #213C51;
	width: 2.0rem;
	height: 2.0rem;
	border: 1px #2D4356 solid;
	border-radius: 8rem;
	text-align: center;
	position: absolute;
	top: 2.3rem;
	right: 1.0rem;	
	opacity: 1;
	z-index: 9999;	
	
}

.menuIconio:hover {
	background-color: #f9f9f9;
	transform: scale(1.075);
	transition: 0.2s ease-in;
	border-radius: 8.0rem;
	border-color: #f9f9f9;	
	opacity: 1;
}

.menuIconio h1 {
	color: #213C51;
	font-size: 1.5rem;
	z-index: 9999;	
	opacity: 1;
}

.footerIconi {
	width: 3rem;
	height: 2rem;
	border-radius: 8rem;
	text-align: center;
	position: absolute;
	bottom: 50%;
	right: 0rem;	
	z-index: 9999;	
}

.footerIconi :hover {
	transform: scale(1.075);
	transition: 0.2s ease-in;
	border-color: #ff5511;	
}

.footerIconi h1 {
	color: #213C51;
	font-size: 1.5rem;
	border-bottom: 0px #2D4356 solid;
	padding-top: 1rem;
	padding-right: 1.4rem;
	opacity: 0.5;
}

.footerIconi h1:hover {
	color: #ff5511;
	opacity: 1;
}

.backIconi img {
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}

.menuIconia {
	background-color: #ff5511;
	border-radius: 4rem;
	color: #213C51;
	width: 2.0rem;
	height: 2.0rem;
	border: 1px #2D4356 solid;
	border-radius: 8rem;
	text-align: center;
	position: absolute;
	top: 2.3rem;
	right: 1.0rem;	
	opacity: 1;
	z-index: 9999;	
}


.menuIconia h1 {
	color:#213C51;
	font-size: 1.5rem;
	padding-top: 1rem;
	padding-right: 1.3rem;
	opacity: 1;
}

.menuIconia h1:hover {
	transform: scale(1.075);
	transition: 0.2s ease-in;
	color: #ff5511;
	opacity: 1;
}

.stata {
	width: 3rem;
	height: 2rem;
	border-radius: 8rem;
	text-align: center;
	position: fixed;
	bottom: 10%;
	right: 0.3rem;
	opacity: 1;
	z-index: 999;	
}

.stata h1 {
	color:#2D4356;
	font-size: 2.5rem;
	border-bottom: 0px #2D4356 solid;
	padding-top: 1rem;
	padding-right: 1.3rem;
	opacity: 0.7;
}

.stata h1:hover {
	color:#ff5511;
	opacity: 1;
}

.states {
	width: 3rem;
	height: 2rem;
	border-radius: 8rem;
	text-align: center;
	position: absolute;
	bottom: 10%;
	right: 0.3rem;	
	opacity: 1;
}

.states h1 {
	color:#2D4356;
	font-size: 2.5rem;
	border-bottom: 0px #2D4356 solid;
	padding-top: 1rem;
	padding-right: 1.3rem;
	opacity: 0.7;
}

.states h1:hover {
	color:#ff5511;
	opacity: 1;
}

.status {
	width: 3rem;
	height: 2rem;
	border-radius: 8rem;
	text-align: center;
	position: absolute;
	bottom: 50%;
	left: 0.5rem;	
	opacity: 1;
}

.status h1 {
	color:#2D4356;
	font-size: 2.5rem;
	border-bottom: 0px #2D4356 solid;
	padding-top: 1rem;
	padding-right: 1.3rem;
	opacity: 0.7;
}

.status h1:hover {
	color:#ff5511;
}

.toTop {
	background-color: #2D4356;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 8rem;
	text-align: center;
	position: absolute;
	bottom: 12.0rem;
	right: 0.6rem;	
}

.toTop h1 {
	color:#F9F6F1;
	font-size: 2.0rem;
	border-bottom: 0px #2D4356 solid;
	padding: auto;
	opacity: 1;
}

.toTop h1:hover {
	transform: scale(1.075);
	transition: 0.2s ease-in;
	color: #ff5511;	
	opacity: 1;
}

.apptext {
	background-color: #213C51;
	color: #ff5511;
	font-weight: bold;
	padding: 0.5rem;
	letter-spacing: 1px;
	border: 4px #F9F6F1 solid;
	border-radius: 10px;
}

.backIconia img {
	border-radius: 1.7rem;
	float: left;
	margin-right: 1.7rem;
}

.backIcona {
	border-radius: 60px;
	float: left;
	margin-right: 20px;
	margin-left: 30px;
}

.backIconap {
	border-radius: 60px;
	float: left;
	margin-right: 20px;
	margin-left: 30px;
}

.backIconao {
	border-radius: 60px;
	float: left;
	margin-right: 20px;
	margin-left: 30px;
}

.backIcona img {
	border-radius: 60px;
	float: left;
	margin-right: 20px;
}

.backIconab img {
	border-radius: 60px;
	float: left;
	margin-right: 20px;
}

.backIconac img {
	border-radius: 60px;
	float: left;
	margin-right: 20px;
}

.backIconii img {
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}

.backIconiii img {
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}

.endSocial :hover {	
	opacity: 1;
}

#endList .endTittle {
	position: relative;
	border-top-left-radius: 0rem;
	border-bottom-right-radius: 4rem;
	font-weight: bold;
	overflow: hidden;	
}

#appSost .softTittle {
	position: relative;
	padding-left: 4rem;
	font-weight: bold;
	opacity: 0.8;
}

.chatting {
	background-image: url('../images/Whatsup.JPG');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1.5rem;
	padding: 0.6rem;
	border: 0.5rem #d6d6d6 solid; 
	border-radius: 8rem;
	position: absolute;
	bottom: 15%;
	right: 0.7rem;	;
	opacity: 1;
	z-index: 888888;
}

.chatting:hover {
	transform: scale(1.3);
	transition: 0.2s ease-out;
	border: 0.5rem #06d001 solid;	
	opacity: 1;	
}


.menuList {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 0rem;
	border-radius: 8rem;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	overflow: hidden;
}

.menuList .menuList00 {
	width: 24%;
	height: 10%;
	padding-left: 0rem;
	padding-right: 0.5rem;
}

.menuList .menuList01 {
	width: 24%;
	height: 20%;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.menuList .menuList02 {
	width: 24%;
	height: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.menuList .menuList03 {
	width: 24%;
	height: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.menuList01 img {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
}

.menuList02 img {
	width: 100%;
	height: 100%;
	
	border-radius: 1rem;
}

.menuList03 img {
	width: 100%;
	height: 100%;
	
	border-radius: 1rem;
}

.menuList01 img:hover {
	transform: scale(1.3);
	transition: 0.2s ease-in;
	border-color: 1px #ff5511 solid;	
}

.menuList02 img:hover {
	transform: scale(1.3);
	transition: 0.2s ease-in;
	border-color: 1px #ff5511 solid;	
}

.menuList03 img:hover {
	transform: scale(1.3);
	transition: 0.2s ease-in;
	border-color: 1px #ff5511 solid;	
}

.contaList {
	background: #f9f9f9 ;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-between;
	position: relative;
	width: 90%;
	height: 80%;
	box-sizing: border-box;
	min-width: 320px;
	padding-top: 1.5rem;
	padding-bottom: 0rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
	font-weight: normal;
	overflow: hidden;
}

.contaList ul {
	background-color: none;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	padding-bottom: 1.0rem;
	margin-bottom: 2rem;
	margin-right: 3rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastListApp {
	background-color: #f9f9f9;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem;
	font-weight: normal;
	overflow: hidden;
}

.lastList01App {
	background-color: none;
	padding: 0.2rem;
	width: 35%;
	height: auto;
}

.lastList02App {
	background-color: none;
	padding-right: 0.2rem;
	padding-left: 0rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	width: 30%;
	height: auto;
	border-left: 0.7rem #d6d6d6 solid;
}

.netList03App {
	background-image: url('../images/netcabi.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0.0rem #d6d6d6 solid;
	padding: 0.3rem;
	width: 35%;
	height: auto;
	border-bottom-left-radius: 8rem;
}

.cloudList03App {
	background-image: url('../images/DatacentCloudy.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0.0rem #d6d6d6 solid;
	padding: 0.3rem;
	width: 35%;
	height: auto;
	border-bottom-left-radius: 8rem;
}

.netList03App img {
	border-radius: 8rem;
	opacity: 0;
}

.cloudList03App img {
	border-radius: 8rem;
	opacity: 0;
}

.secureList03App {
	background-image: url('../images/securede.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0.0rem #d6d6d6 solid;
	padding: 0.3rem;
	width: 35%;
	height: auto;
	border-bottom-left-radius: 8rem;
}

.secureList03App img {
	border-radius: 8rem;
	opacity: 0.3;
}

.lastList03App {
	background-image: url('../images/softdev.jpg');
	background-size: cover;
	background-position: center center;
	padding: 0.2rem;
	width: 36%;
	height: auto;
	border: 0rem #d6d6d6 solid;
	border-bottom-left-radius: 8rem;
}

.lastList03App img {
	border-bottom-right-radius: 8rem;
	border-bottom-left-radius: 8rem;
	opacity: 1;
}

.digitalList03App {
	background-image: url('../images/softdu.jpg');
	background-size: cover;
	background-position: center center;
	padding: 0.2rem;
	width: 36%;
	height: auto;
	border: 0rem #d6d6d6 solid;
	border-bottom-left-radius: 8rem;
}

.digitalList03App img {
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	opacity: 0;
}

.webdataList03App {
	background-image: url('../images/webtraffic.jpg');
	background-size: cover;
	background-position: center center;
	padding: 0.2rem;
	width: 36%;
	height: auto;
	border: 0rem #d6d6d6 solid;
	border-bottom-left-radius: 8rem;
}

.webdataList03App img {
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	opacity: 0;
}

.osacList03App {
	background-image: url('../images/contactss.jpg');
	background-size: cover;
	background-position: center center;
	padding: 0.2rem;
	width: 36%;
	height: auto;
	border: 0rem #d6d6d6 solid;
	border-bottom-left-radius: 8rem;
}

.osacList03App img {
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	opacity: 0;
}

.cctvList03App {
	background-image: url('../images/cctvvv.jpg');
	background-size: cover;
	background-position: center center;
	padding: 0.2rem;
	width: 36%;
	height: auto;
	border: 0rem #d6d6d6 solid;
	border-bottom-left-radius: 8rem;
}

.cctvList03App img {
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	opacity: 0;
}

.lastList01App ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList02App ul {
	background-color: none;
	padding-left: 0rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.netList03App ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.cloudList03App ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.secureList03App ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList03App ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.digitalList03App ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.webdataList03App ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.osacList03App ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.cctvList03App ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList01App ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 2.0rem;
	text-align: justify;
}

.lastList02App ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 0.8rem;
	text-align: left;
	border-left: 0rem #213C51 solid;
}

.netList03App ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 1.0rem;
	text-align: center;
	font-size: min(8.0vw, 1.2rem);
	font-weight: bold;
}

.cloudList03App ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 1.0rem;
	text-align: center;
	font-size: min(8.0vw, 1.2rem);
	font-weight: bold;
	color: #333333;
}

.secureList03App ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 1.0rem;
	font-size: min(8.0vw, 1.2rem);
	text-align: center;
	font-weight: bold;
	color: #333333;
}

.lastList03App ul li {
	list-style: none;
	padding-left: 0.0rem;
	padding-bottom: 1.0rem;
	text-align: center;
	font-size: min(8.0vw, 1.2rem);
	font-weight: bold;
}

.webdataList03App ul li {
	list-style: none;
	padding-left: 0.0rem;
	padding-bottom: 1.0rem;
	text-align: center;
	font-size: min(8.0vw, 1.8rem);
	font-weight: bold;
}

.cctvList03App ul li {
	list-style: none;
	padding-left: 0.0rem;
	padding-bottom: 1.0rem;
	text-align: center;
	font-size: min(8.0vw, 1.8rem);
	font-weight: bold;
}

.osacList03App ul li {
	list-style: none;
	padding-left: 0.0rem;
	padding-bottom: 1.0rem;
	text-align: center;
	font-size: min(8.0vw, 1.8rem);
	font-weight: bold;
}

.digitalList03App ul li {
	list-style: none;
	padding-left: 0.0rem;
	padding-bottom: 1.0rem;
	text-align: center;
	font-size: min(8.0vw, 1.2rem);
	font-weight: bold;
}

.lastList {
	background-color: #f9f9f9;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
	font-weight: normal;
	overflow: hidden;
}

.lastList01 {
	/*background-color: none;*/
	background-image: url('../images/menuBGg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0rem;
	width: 25%;
	height: auto;
	border-left: 0.5rem #f9f9f9 solid;
	border-bottom: 0.5rem #d6d6dd solid;
	border-right: 0rem #d6d6d6 solid;
	border-top: 0.5rem #f9f9f9 solid;
	border-bottom-left-radius: 0rem;
	border-top-right-radius: 0rem
}

.lastList02 {
	background-image: url('../images/digitale.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 1.0rem;
	width: 35%;
	height: auto;
	border-left: 0rem #d6d6d6 solid;
	border-bottom: 0.5rem #f9f9f9 solid;
	border-right: 0.5rem #f9f9f9 solid;
	border-top: 0rem #d6d6d6 solid;
	border-bottom-left-radius: 0rem;
	border-top-right-radius: 0rem
}

.lastList03 {

	background-image: url('../images/menuBi.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 1.0rem;
	width: 30%;
	height: auto;
	
}

.lastList01 ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 2rem;
	margin-right: 2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList02 ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-top: 0.2rem;
	margin-bottom: 0.5rem;
	margin-right: 2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList03 ul {
	background-color: none;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	padding-bottom: 1.0rem;
	margin-bottom: 2rem;
	margin-right: 3rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList01 ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 0.3rem;
	text-align: left;
	color: #333333;
}

lastList01 ul li a {
	font-size: min(3.0vw, 1.1rem);
	padding-right: 3.0rem;
	padding-left: 3.0rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	color: #213C51;
	border: 1px #213C51 solid;
	border-radius: 4rem;	
	cursor: pointer;
}

.lastList02 ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 0.7rem;
	text-align: left;
	color: #333333;
}

.lastList03 ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 0.7rem;
	text-align: left;
	color: #333333;
}

.lastList02 ul li a {
	color: #333333;
}

.lastList03 ul li a {
	color: #333333;
}

.lastList02 ul li a:hover {
	color: #ff5511;
	background: none;
	border: none;
	font-weight: bold;	
}


.lastList03 ul li a:hover {
	color: #ff5511;
	background: none;
	border: none;
	font-weight: bold;	
}

.lastList01 ul li a:hover {
	color: #F9F6F1;
	transform: scale(1.075);
	transition: 0.2s ease-out;
	background-color: #0081C9;
	border: 1px #0081C9 solid;
}

.lastList03 ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 0.3rem;
	text-align: left;
}





.devTools {
	background-color: red;
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
	font-weight: normal;
	overflow: hidden;
}

.lastList01Tools {
	background-color: none;
	padding: 0rem;
	width: 25%;
	height: auto;
}

.lastList02Tools {
	background-color: none;
	padding-left: 1.0rem;
	width: 35%;
	height: auto;
}

.lastList03Tools {
	background-color: none;
	padding: 1.0rem;
	width: 30%;
	height: auto;
}

.lastList04Tools {
	background-color: none;
	padding: 1.0rem;
	width: 30%;
	height: auto;
}


.lastList01Tools ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 2rem;
	margin-right: 2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList02Tools ul {
	background-color: none;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-top: 0.2rem;
	margin-bottom: 0.5rem;
	margin-right: 2rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList03Tools ul {
	background-color: none;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	padding-bottom: 1.0rem;
	margin-bottom: 2rem;
	margin-right: 3rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList04Tools ul {
	background-color: none;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	padding-bottom: 1.0rem;
	margin-bottom: 2rem;
	margin-right: 3rem;
	font-size: min(6.0vw, 1.0rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.lastList01Tools ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 0.3rem;
	text-align: left;
}

.lastList02Tools ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 0.7rem;
	text-align: left;
}

.lastList03Tools ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 0.7rem;
	text-align: left;
}

.lastList04Tools ul li {
	list-style: none;
	padding-left: 1.0rem;
	padding-bottom: 0.7rem;
	text-align: left;
}

.address {
	text-align: center;
	font-weight: bold;
	padding-bottom: 1.0rem;
	padding-top: 1.0rem;
	font-size: 1.5rem;
}

.services {
	text-align: center;
	font-weight: bold;
	padding-bottom: 1.0rem;
	padding-top: 1.0rem;
	font-size: 1.5rem;
}

.company {
	text-align: center;
	font-weight: bold;
	padding-bottom: 1.0rem;
	padding-top: 1.0rem;
	font-size: 1.5rem;
}

.bottoMenu {
	background-color: #ffffff;
	display: flex;
	position: relative;
	width: auto;
	height: auto;
	min-width: 320px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 0.5px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 0.2rem;
	line-height: 1.0em;
	padding-top: 0.5rem;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border-radius: 0rem;
	opacity: 1;
	z-index: 1;
}

.bottoMenu ul li img {
	margin-right: 2rem;	
}


.bottoMenu ul li a {
	color: #333333;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: lighter;
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 0rem;
	padding-top: 0.4rem;
	text-decoration: none;
		
}

.bottoMenu ul li a:hover {
	color: #ff5511;
		
}

.bottoConta {
	background-color: #ff5511;
	display: flex;
	position: relative;
	width: auto;
	height: auto;
	min-width: 320px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 0.5px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 0.2rem;
	line-height: 1.0em;
	padding-top: 0.5rem;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	opacity: 1;
	z-index: 1;
}

.endMenu ul {
	color: #333333;
	border-left: 2px #f8f8f8 solid;
	padding-left: 1.3rem;
	padding-right: 0.1rem;
	margin-left: 0rem;
	list-style: none;
}

.endMenu ul li {
	color: #333333;
	font-weight: lighter;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 2px #f8f8f8 solid;
	padding-right: 2rem;
	padding-top: 1.5rem;
	display: flex;		
}

.endMenu {
	background-color: none;
	display: block;
	align-items: center;
	text-align: center;
	width: auto;
	height: auto;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	top: 0;
	left: 0px;
	right: 0px;		
}

.coreTittle {
	color: #213C51;
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	font-size: min(5.0vw, 1.5rem);
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.visionTittle {
	color: #333333;
	position: relative;
	width: auto;
	height: auto;
	padding: 0.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: min(3.0vw, 2.0rem);
	border-top-left-radius: 4rem;
	font-weight: bold;
	border-top-right-radius: 4rem;
	opacity: 1;
}

.endTittle {
	background-image: url('../images/minbkg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #F9F6F1;
	position: relative;
	width: 50%;
	height: auto;
	line-height: 1.1em;
	border-radius: 0.5rem;
	padding: 0.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: min(3.0vw, 1.5em);
	font-weight: normal;
	margin-bottom: 1.5rem;
	margin-left: 5rem;
	opacity: 0.8;
}

.coy {
	background-color: #2D4356;
	color: #f9f9f9;
	position: relative;
	width: auto;
	height: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: min(4.0vw, 1.0rem);
	font-weight: bold;
	margin-bottom: 0.2rem;
	border-radius: 4rem;
	opacity: 0.7;
}

.coytxt {
	background-color: #f9f9f9;
	color: #333333;
	position: relative;
	width: auto;
	height: auto;
	line-height: 1.5em;
	border-radius: 4rem;
	border: 0rem #d6d6d6 solid;
	border-right: 0.0rem #213C51 solid;
	border-bottom: 0.0rem #ff5511 solid;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: min(4.0vw, 1.0rem);
	font-weight: normal;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	margin-left: 0rem;
	opacity: 1;
}

.lastTittle {
	background-color: none;
	color: #213C51;
	position: relative;
	width: 50%;
	height: auto;
	border-radius: 0.5rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	padding-left: 1.0rem;
	box-sizing: border-box;
	text-align: center;
	font-size: min(3.0vw, 1.5em);
	font-weight: bold;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
	margin-bottom: 0rem;
	margin-left: 0.5rem;
	overflow: hidden;	
}

.contaTittle {
	background-color: none;
	color: #333333;
	position: relative;
	width: 100%;
	height: auto;
	line-height: 1.20em;
	padding: 1rem;
	box-sizing: border-box;
	text-align: right;
	font-size: min(4.5vw, 2.0rem);
	border-left: 0rem #ff5511 solid;
	border-top: 0rem #ff5511 solid;
	border-right: 0rem #ff5511 solid;
	padding-left: 5rem;
	border-top-right-radius: 4rem;
	border-top-left-radius: 4rem;
	border-bottom-left-radius: 0rem;
	font-weight: bold;
	margin-bottom: 1rem;
	opacity: 1;
}

.softTittle {
	background-image: url('../images/minbkg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #F9F6F1;
	position: relative;
	width: 100%;
	height: auto;
	line-height: 1.20em;
	padding: 1rem;
	box-sizing: border-box;
	text-align: left;
	font-size: min(4.5vw, 2.0rem);
	border-left: 1rem #ff5511 solid;
	border-top: 0.2rem #ff5511 solid;
	border-right: 0.2rem #ff5511 solid;
	padding-left: 4rem;
	border-top-right-radius: 4rem;
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	font-weight: normal;
	margin-bottom: 1rem;
	opacity: 1;
}

.hcontent {
	/*background-color: none;*/
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #213C51;
	position: relative;
	width: 100%;
	height: auto;
	line-height: 1.1em;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
	padding: 1rem;
	box-sizing: border-box;
	text-align: left;
	font-size: min(3.0vw, 1.5rem);
	font-weight: normal;
	margin-bottom: 1.5rem;
}

.hconta {
	
	color: #213C51;
	position: relative;
	width: 100%;
	height: auto;
	line-height: 1.1em;
	border-bottom: 2px #f3f3f3 solid;
	border-top-right-radius: 4rem;
	padding: 0.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: min(3.0vw, 2.0rem);
	font-weight: normal;
	margin-bottom: 2rem;
}

.contaMenu a {
	color: #D1D3D4;
	background-color: #0081C9;
	width: 80%;
	height: auto;
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-right: 50px;
	margin-top: 5px;
	padding-bottom: 5px;
	border: 1px #0081C9 solid;
	border-radius: 60px;
	text-align: center;
	position: relative;
	float: right;
	font-size: min(1.6vw, 1.0em);	
}

#footerpane .terms {
	color: #F9F6F1;
	font-size: min(2.7vw, 1.1rem);
	border-left: 2px #173B45 solid;
	padding-left: 0.7rem;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin-left: auto;
	font-weight: lighter;
	margin-right: auto;	
}

#footerpane .privacy {
	color: #F9F6F1;
	font-size: min(2.7vw, 1.1rem);
	border-right: 0px #173B45 solid;
	padding-left: 0.7rem;
	font-weight: lighter;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin-left: 0rem;
	margin-right: 0.7rem;	
}

.appconta {
	background-color: #f8f8f8;
	display: flex;
	gap: 1rem;
	width: 100%;
	height: 95vh;
	padding-top:1rem;
	padding-bottom:1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	border-bottom-right-radius: 4rem;
	border-top: 0px #ff5511 solid;
	border-bottom: 2px #2D4356 solid;
	opacity: 0.7;
}

.appcontent {
	background-color: #f8f8f8;
	color: #213C51;
	width: 100%;
	height: auto;
}

.callconta {
	background-color: none;
	display: flex;
	gap: 10px;
	width: auto;
	height: auto;
	margin-top: 15px;
	border-radius: 0rem;
	padding-top:5px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	overflow-y: auto;
	overflow-x: hidden;
}

/*.appdata img {
	background-color: none;
	padding-top: 0px;
	border-bottom-left-radius: 4rem;
	border-top-left-radius: 4rem;	 
}

.appdataimg img {
	background-color: none;
	padding-top: 0px;
	border-bottom-left-radius: 4rem;
	border-top-left-radius: 4rem;	 
}*/

.callconta img {
	background-color: none;
	padding-top: 0px;
	border-top-left-radius: 2rem;
	border-top-right-radius: 4rem;	 
}
/*
.appdata {
	flex: 1;
	background-color: none;
	color:#333333;
	width: 100%;
	height: 100%;
	line-height: 1.7em;
	user-select: none;
}*/

.appconta .content {
	background-color: #213C51;
	width: 100%;
	height: 100%;
	color: #F9F6F1;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
	text-align: left;
	line-height: 1.5;
	border: 4px #F9F6F1 solid;
	border-bottom-right-radius: 2rem;
	border-top-right-radius: 2rem;
	opacity: 1;
}


.appconta img {
	width: 80%;
	height: 60%;
	border-top-left-radius: 2rem;
	border-top-right-radius: 4rem;	
	
}

.appdata .rang {
	background-color: none;
	font-size: min(2.7vw, 1.0rem);
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px #213C51 solid;
	border-top: 1px #213C51 solid;
	border-bottom: 2px #173B45 solid;
	border-left: 1px #213C51 solid;
	padding-bottom: 0.625rem;
	border-radius: 60px;
	text-align: center;
}

/*

.appcom .rang:hover {
	color: #ff5511;
	border-right: 1px #213C51 solid;
	border-top: 1px #213C51 solid;
	border-left: 1px #213C51 solid;
	border-bottom: 2px #ff5511 solid;	
}

.appcom .ring:hover {
	color: #ff5511;
	border-right: 1px #213C51 solid;
	border-top: 1px #213C51 solid;
	border-left: 1px #213C51 solid;
	border-bottom: 2px #ff5511 solid;	
}
*/

.vLog a{
	background-color: #2D4356;
	color: #f9f9f9;
	line-height: 2.5em;
	text-align: center;
	border-radius: 10px;
	border-right: 1px #213C51 solid;
	border-top: 1px #213C51 solid;
	border-bottom: 1px #213C51 solid;
	border-left: 1px #213C51 solid;
	cursor: not-allowed;
	margin: 5px;
}

.appvLog {
	padding-top: 1rem;
	line-height: 2.5em;
	text-align: center;
}

.appvLog .osac a {
	background-color: none;
	font-size: min(2.7vw, 1.0rem);
	color: #213C51;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px #213C51 solid;
	border-top: 1px #213C51 solid;
	border-bottom: 2px #173B45 solid;
	border-left: 1px #213C51 solid;
	padding-bottom: 0.625rem;
	border-radius: 4rem;
	line-height: 2.5em;
	text-align: center;
	cursor: pointer;
}

.appvLog .osac a:hover {	
	color: #ff5511;
	border-bottom: 2px #ff5511 solid;	
}

.ring {
	background-color: #2D4356;
	font-size: min(2.7vw, 1.0rem);
	color: #F9F6F1;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px #213C51 solid;
	border-top: 1px #213C51 solid;
	border-bottom: 2px #173B45 solid;
	border-left: 1px #213C51 solid;
	border-radius: 60px;
	text-align: center;
}

.formBtn .rang {
	background-color: #2D4356;
	color: #F9F6F1;
	font-size: min(2.7vw, 1.0rem);
	padding-left: 2.4rem;
	padding-right: 2.5rem;
	padding-top: 0.33rem;
	padding-bottom: 0.33rem;
	border: 1px #213C51 solid;
	border-radius: 60px;
	text-align: center;
	
}

.formBtn .ringSocial {
	background-color: none;
	font-size: min(2.7vw, 1.0rem);
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px #213C51 solid;
	border-top: 1px #213C51 solid;
	border-bottom: 2px #173B45 solid;
	border-left: 1px #213C51 solid;
	padding-bottom: 0.625rem;
	border-radius: 4rem;
	line-height: 2.5em;
	text-align: center;
	cursor: pointer;
}

.formBtn .ringSocial:hover{
	border-right: 1px #213C51 solid;
	border-top: 1px #213C51 solid;
	border-bottom: 1px #ff5511 solid;
	border-left: 1px #213C51 solid;
}

.formBtn h4 {
	color: #2D4356;
	font-size: min(3.0vw, 1.5rem);
}

.appcom {
	padding-top: 0.5rem;
}

.appvLog img {
	border-bottom-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
}

#contadata {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	display: flex;
	align-items:center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 6.8rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	border-left: 1rem #2D4356 solid;	
	border-top:0.1rem #2D4356 solid;
	font-size: min(3.0vw, 1.07rem);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: hidden;
	overflow-x: hidden;
	top: 0;
	left: 0px;
	z-index: 9999;
}

#feedback {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;	
	display: flex;
	flex-direction: column;
	align-items:center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 6.5rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	border-left: 1rem #2D4356 solid;	
	border-top:0rem #2D4356 solid;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	overflow-y: hidden;
	overflow-x: hidden;
	top: 0;
	left: 0px;
	z-index: 9999;
}

.feed {
	background-color: #f9f9f9;
	width: 100%;
	height: auto;	
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	padding-top: 0.2rem;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	padding-bottom: 0rem;
	border-radius: 4rem;
}

.feeder {
	background-color: transparent;
	width: 100%;
	height: auto;	
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	padding-top: 0rem;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	padding-bottom: 0rem;
	border-radius: 4rem;
	overflow: hidden;
}

.feedus {
	background-color: none;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-right: 0.5rem;
	margin-right: 0.5rem;
	list-style: none;
	padding-top: 0.2rem;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	padding-bottom: 0rem;
}

.feedBtn {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
}

.feedBtn img {
	width: 100%;
	height: 100%;
	position: relative;
	border-bottom-left-radius: 4rem;
	border-top-right-radius: 4rem;
	border-top-left-radius: 0rem;
}

.noteHours {
	background-color: none;
	color: #213C51;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	margin-top: 1.5rem;
	font-size: min(3.0vw, 1.2rem);
	font-weight: bold;
	line-height: 1.5;
}

.noteMail {
	background-color: #2D4356;
	width: 100%;
	height: auto;
	color: #f9f9f9;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	margin-top: 1rem;
	font-size: min(3.0vw, 1.2rem);
	font-weight: normal;
	border-bottom-left-radius: 4rem;
	border-top-right-radius: 4rem;
}

.noteData {
	background-color: none;
	color: #333333;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: justify;
	font-size: min(3.0vw, 1.0rem);
	line-height: 1.5em;
}

.noteData h1{
	color: #213C51;
}

.emailInfo {
	color: #213C51;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.0rem;
	padding-bottom: 0.5rem;
	margin-top: 0.5rem;
	text-align: center;
	font-size: min(3.0vw, 1.1rem);
	letter-spacing: 0.03em;
	font-weight: bold;
}

.emailSupport {
	color: #213C51;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0rem;
	padding-bottom: 0.5rem;
	text-align: center;
	font-size: min(3.0vw, 1.1rem);
	letter-spacing: 0.03em;
	font-weight: bold;
	border-bottom-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
}

#feedback .contaText {
	background-image: url('../images/menuBGg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30%;
	height: auto;
	color: #333333;
	align-items: center;
	text-align: left;
	justify-content: center;
	position: relative;
	line-height: 1.5rem;
	font-size: 1.1rem;
	padding: 1rem;
	border-right: 1rem #2D4356 solid;
	border-bottom: 0rem #2D4356 solid;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	opacity: 1;
}

#feedback .contaImg {
	background-color: none;
	width: 50%;
	height: auto;
	color: #333333;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	line-height: 1.3em;
	font-size: 1.1rem;
	padding: 1rem;
	border-right: 0rem #2D4356 solid;
	border-top: 0rem #2D4356 solid;
	border-left: 0rem #2D4356 solid;
	border-bottom: 0rem #2D4356 solid;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 0rem;
	opacity: 1;
}

.contaImg img {
	border-top-left-radius: 4rem;
	border-bottom-left-radius: 4rem;
	height: auto;
}

.contaForm {
	background-color: #2D4356;
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	padding-top: 0rem;
	padding-bottom: 0.3rem;
	font-size: 1.1rem;
	border-left: 0rem #d6d6d6 solid;
	border-right: 0rem #d6d6d6 solid;
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem;
	border-top-right-radius: 0rem;
	border-top-left-radius: 0rem;
	line-height: 1.3em;
}

.contaForm form {
	background-color: #f9f9f9;
	display: flex;
	align-items: left;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: relative;
	color: #333333;
	font-size: 1.1rem;
	border: 0px #f5f5f5 solid;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0rem;
	padding-bottom: 0.2rem;
	border-bottom-right-radius: 4rem;
	border-bottom-left-radius: 4rem;
	border-top-right-radius: 0rem;
	border-top-left-radius: 0rem;
}

form h4 {
	color: #213C51;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

form input {
	border: #d6d6d6 solid;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1;
	border-width: 1px;
	margin: 0.5rem 0;
	padding: 0.2rem;
	outline: none;
	background: none;
	font-size: 1.0rem;
	appearance: none;
}

form textarea {
  	width: 100%;
 	height: 80px;
	min-height: 100px;
 	resize: vertical; /* Allows user to resize height only */
	border: 1px #d6d6d6 solid;
  	border: 1;
	margin: 0.5rem 0;
	padding: 0.3rem;
	outline: none;
	background: none;
	font-size: 1.0rem;
	border-radius: 10px;
}

form button {
	background: #d6d6d6;
	width: auto;
	height: auto;
	font-size: min(3.0vw, 1.1rem);
	padding-right: 3.0rem;
	padding-left: 3.0rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	color: #213C51;
	border: 1px #d6d6d6 solid;
	border-radius: 4rem;	
	cursor: pointer;
	opacity: 0.7;
}

form button:hover {
	color: #F9F6F1;
	background: #ff5511;
	border: 1px #ff5511 solid;
}

.formBtn {
	background-color: none;
	text-align: center;
	line-height: 1.3em;
	padding: 1.0rem;
	border-radius: 4rem;
}

.fomBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 1.3em;
	padding: 1.0rem;
	border-radius: 4rem;
}

.appcom .end {
	background-color: none;
}

.formText {
	text-align: center;
	padding-left: 1.5rem;
	padding-top: 0rem;
	padding-bottom: 1.5rem;
	color: #333333;
}

.end {
	background-color: none;
	font-size: min(3.0vw, 2.0rem);
	color: #213C51;
	padding-left:4rem;
	padding-right: 4rem;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #2D4356 solid;
	border-radius: 60px;
	text-align: center;
}

.endBtn {
	background-color: none;
	text-align: center;
	line-height: 1.0em;
	padding: 1.0rem;
	text-align: center;
	border-radius: 4rem;
}

.vLog {
	background-color: none;
	padding: 10px;
	text-align: center;
	border-radius: 0rem;
}

.formBtn a:hover {
	border: 0px #ff5511 solid;	
}

form h6 {
	position: absolute;
	float: right;
}

.idea {
	color: #333333;
	line-height: 1.5em;
}

.ideal {
	text-align: center;
	margin-bottom: 2rem;
}

.approach {
	background-color: #f9f9f9;
	padding: 0.5rem;
	color: #333333;
	line-height: 1.5em;
	opacity: 0.6;
}

.focus {
	background-color: #f9f9f9;
	padding: 0.5rem;
	line-height: 1.5em;
	color: #333333;
	border-bottom-left-radius: 4rem;
	opacity: 0.6;
}

.insta {
	background-image: url('../images/insta01.JPG');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 32px;
	padding-left: 2.0rem;
	margin-left: auto;
	border-radius: 4rem;
}

.twt {
	background-image: url('../images/twt01.JPG');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 32px;
	padding-left: 2.0rem;
	margin-left: 1rem;
	border-radius: 4rem;
}

.fb {
	background-image: url('../images/fb01.JPG');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 32px;
	padding-left: 2.0rem;
	margin-left: 1rem;
	border-radius: 4rem;
}



@media (max-width: 600px) {

  section {
    flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
}

#home {
	background-image: none;
}

.feed {
	flex-direction: column;
	width: 100%;
	height: auto;
}

.techbtn03 {
	top: 7.5rem;
	border-bottom-right-radius: 3rem;
	border-bottom-left-radius: 3rem;
}

#feedback {
	width: 100%;
	height: auto;
}

.noteData {
	text-align: justify;
}

.lastList01 {

	width: 100%;
	height: auto;
}

.lastList02 {
	width: 100%;
	height: auto;
}

.lastList03 {
	width: 100%;
	height: auto;
}

.lastList01App {

	width: 100%;
	height: auto;

}

.lastList02App {
	width: 100%;
	height: auto;
	
}

.netList03App {
	width: 100%;
	height: auto;	
}

.cloudList03App {
	width: 100%;
	height: auto;	
}


.secureList03App {
	width: 100%;
	height: auto;	
}

.lastList03App {
	width: 100%;
	height: auto;
	
}

.digitalList03App {
	width: 100%;
	height: auto;
	
}

.webdataList03App {
	width: 100%;
	height: auto;
	
}

.cctvList03App {
	width: 100%;
	height: auto;
	
}

.osacList03App {
	width: 100%;
	height: auto;
	
}

.coy {
	padding-top: 1.5rem;
	width:100%;
	height: auto;
	text-align: center;
}

}

@media (max-width: 600px) {
	
	#appSoft {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.appconta {
		flex-direction: column;
		width: 360px;
		height: auto;
		padding-left: 0rem;
		padding-right: 0rem;
	}

 .endMenu {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
 }

 .appconta .content {
	text-align: center;
	padding-left: 0.5rem;
 }

 #appSoft .hcontent {
	padding-left: 0.5rem;

 }

 .softTittle {
	padding-left: 1rem;
	width: 400px;
 }

 .softCards {
	flex-direction: column;
	width: 400px;
	height: auto;
	padding-left: 0rem;
	padding-right: 0rem;
 }

 .endSoft {
	padding-right: 0rem;
	padding-left: 0rem;
 }

 .cardList02 {
	text-align: center;
 }

}

@media (max-width: 600px) {
  .callconta {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
	header img {
	margin-right: 0.5rem;
}

   header #menu {
    flex-direction: column;
	border-bottom-left-radius: 8rem;
	border-left: 0.5rem #ff5511 solid;
	padding-left: 0rem;

  }

  .menuIconi {
	display: none;
}

.menuIconio {
	top: 100%;
	right: 50%;	
	opacity: 1;
	z-index: 9999;
}

  .banner {
	border-radius: 8rem;
	width: auto;
	height: auto;
	top: 30%;
}

  .banner .bannerCDS08 {
	color: #ff5511;
	line-height: 2.0rem;
	font-size: min(13.0vw, 2.5rem);
	margin-bottom: 0.5rem ;
	margin-top: 7.5rem ;
}

  .banner .bannerCDS07 {
	color: #f9f9f9;
	font-size: min(3.5vw, 2.0rem);
}

  .banner .bannerCDS09 {
	top: 10%;	
}

.banner .bannerCDS09 img {
	margin-top: 1.0rem;
	opacity: 0.9;
}

.banner .bannerCDS10 a {
	font-size: min(3.0rem, 2.6vw);
	padding-left: 2rem;
	padding-right: 2rem;
}

.osacBanner {
	width: 100%;
	height: auto;
	top: 30%;
}

.oacBanner .softCDS08 {
	color: #ff5511;
	line-height: 1.0rem;
	font-size: min(9.0vw, 2.0rem);
	margin-bottom: 2.5rem ;
}

.osacBanner .softCDS09 a {
	padding-left: 1.0rem;
	padding-right: 1.0rem;
}


.softBanner {
	width: 100%;
	height: auto;
	top: 30%;
}

.softBanner .softCDS08 {
	color: #ff5511;
	line-height: 1.0rem;
	font-size: min(9.0vw, 2.0rem);
	margin-bottom: 2.5rem ;
}

.softBanner .softCDS09 a {
	padding-left: 1.0rem;
	padding-right: 1.0rem;
}

.softBanner .netCDS08 {
	color: #ff5511;
	line-height: 1.0rem;
	font-size: min(11.0vw, 2.3rem);
	margin-bottom: 2.5rem ;
}

.customBanner .customCDS09 a {
	padding-left: 1.0rem;
	padding-right: 1.0rem;
}

.stata {
	display: none;
}

.states {
	display: none;
}

.status {
	display: none;
}

.noteHours {
	font-size: min(3.5vw, 1.4rem);
}


.vision {
	padding: 1.5rem;
	text-align: justify;
	font-size: min(4.3vw, 1.4rem);
	color: #333333;
}

.mission {
	padding: 1.5rem;
	text-align: justify;
	font-size: min(4.3vw, 1.4rem);
	color: #333333;
}

}

@media (max-width: 600px) {

	#footerPage {
		background-color: #2D4356;
		width: 100%;
		height: auto;
		padding-top: 3.0rem;
		padding-bottom: 0.1rem;
		padding-left: 0rem;
		padding-right: 0rem;
		overflow-y: auto;
}

	.drCoy {
		width: 100%;
		height: auto;
		text-align: left;
	
}

	.visionList {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		text-align: justify;
		padding: 0rem;
}

.missionList {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		text-align: justify;
		padding: 0rem;
}

	.coreTittle {
		width: 100%;
		height: auto;
		text-align: center;
}

	.footerList {
		width: 100%;
		height: auto;
		border-top-left-radius: 0rem;
	    border-top-right-radius: 0rem;
		border-bottom-left-radius: 4rem;
	    border-bottom-right-radius: 4rem;
}

	#contadata {
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
		padding-left: 0rem;
		padding-right: 0rem;
		overflow-y: auto;
		
}

	.formBtn h4 {
		color: #213C51;
		font-size: min(5.0vw, 1.5rem);
		margin-top: 0.5rem;
}

	#contadata .contaForm {
		width: 100%;
		height: auto;	
		padding: 0.1rem;
		border: 0rem #2D4356 solid;
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;	
		border-bottom-left-radius: 0rem;
}

	.contaForm form {
		width: auto;
		height: auto;
		border-radius: 0.5rem;	
	
}

	form button {
		width: 50%;
		height: auto;
		padding-left: 2rem;
		padding-right: 2rem;
}

	.say {
		margin-left: 0rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}

	#feedback {
		padding-top: 3.0rem;
		padding-bottom: 0.1rem;
		padding-left: 0rem;
		padding-right: 0rem;
		overflow-y: auto;
		
}

#feedback .contaText{
		display: flex;
		flex-direction: column;
		border: 0rem #2D4356 solid;
		width: 100%;
		height: auto;
		padding-left: 1.5rem;	
		margin-bottom: 0.5rem;
		text-align: center;
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;	
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 0rem;	
}


	#feedback .contaImg {
		display: flex;
		flex-direction: column;
		border: 0rem #2D4356 solid;
		width: 100%;
		height: auto;
		padding: 0.5rem;	
		margin-bottom: 0.5rem;
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;	
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 0rem;	
}


	.contaImg img {
		width: 100%;
		height: auto;
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;	
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 0rem;
}

	#lastPage {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 3.0rem;
		padding-bottom: 0.1rem;
		padding-left: 0rem;
		padding-right: 0rem;
		overflow-y: auto;	
}

#customPage {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 3.0rem;
		padding-bottom: 0.1rem;
		padding-left: 0rem;
		padding-right: 0rem;
		border-bottom-left-radius: 8rem;
		border-bottom-right-radius: 8rem;
		overflow-y: auto;	
}

#softWare {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 3.0rem;
		padding-bottom: 0.1rem;
		padding-left: 0rem;
		padding-right: 0rem;
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 0rem;
		overflow-y: auto;	
}

#networks {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 3.0rem;
		padding-bottom: 0.1rem;
		padding-left: 0rem;
		padding-right: 0rem;
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 0rem;
		overflow-y: auto;	
}

#dataCloud {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 3.0rem;
		padding-bottom: 0.1rem;
		padding-left: 0rem;
		padding-right: 0rem;
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 0rem;
		overflow-y: auto;	
}

	body {
		background-color: #2D4356;
	}

	.lastTittle {
		 font-size: min(4.0vw, 1.5em);	
	     text-align: center;
}

	.lastList {
		display: flex;
		flex-direction: column;
		text-align: center;
		width: 100%;
		height: auto;
		padding: 0rem;
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;
}

.lastListApp {
		display: flex;
		flex-direction: column;
		text-align: center;
		width: 100%;
		height: auto;
		padding: 0rem;
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;
}

.custom {
		display: flex;
		flex-direction: column;
		text-align: center;
		width: 100%;
		height: auto;
		padding: 0rem;
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;
}


	.explore {
		margin-top: 1.0rem;
}

	#endList {
		background-color: #2D4356;
		display: block;
		align-items: center;
		width: 100%;
		height: auto;
		justify-content: center;
		text-align: center;
		padding-top: 2.0rem;
  }

	.endTittle {
		margin-bottom: 2rem;
		margin-top: 2rem;
		width: 70%;
		border: 1px #f3f3f3 solid;
		text-align: center;
		font-size: min(5.0vw, 2.0rem);
		margin-left: 0rem;
	}

	.menuList {
		background-image: none;
		display: flex;
		flex-direction: column;
		padding-top: 1rem;
		border-radius: 0rem;
	}

	.menuList .menuList00 {
		width: 100%;
	    height: auto;
		padding-left: 0rem;
 }


	.menuList .menuList03 {
		width: 100%;
	    height: auto;
		padding-left: 0.5rem;
 }

 	.menuList .menuList02 {
		width: 100%;
	    height: auto;
		padding-left: 0.5rem;
 }

 	.menuList .menuList01 {
		width: 100%;
	    height: auto;
		padding-left: 0.5rem;
 }

 	.menuList01 img {
	
	margin-left: 0.5rem;
	border-radius: 0rem;
 }

	.menuList02 img {
	
	margin-left: 0.5rem;
	border-radius: 0rem;
 }

	.menuList03 img {
	
	margin-left: 0.5rem;
	border-radius: 0rem;
 }

	.social {
		padding-left: 4.0rem;
		padding-right: 4.0rem;
 }

	.lets {
		padding-left: 4.0rem;
		padding-right: 4.0rem;
 }

	.call {
		padding-left: 4.0rem;
		padding-right: 4.0rem;
 }

 .callUs {
		padding-left: 1.0rem;
		font-weight: bold;
 }

 .logs {
		padding-left: 3.0rem;
		margin-left: 0rem;
 }

	#menu li {	
		margin-left: 0rem;
		line-height: 2.0em;
 }

 .Qlogocontent03 ul li a {
	border: 2px #d6d6d6 solid;	
 }

}