* {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}

html,
body {
	height: 100%;
}

body {
	background: #005387;
	color: #fff;
}

.component {
	position: relative;
	margin-bottom: 3em;
	height: 15em;
	background: rgba(0,0,0,0.05);
	font-family: 'Lato', Arial, sans-serif;
}

.component > h2 {
	position: absolute;
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 300;
	font-style: italic;
	font-size: 12em;
	opacity: 0.1;
	cursor: default;
}

.cn-button {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 11;
	margin-top: -2em;
	margin-left: -3.25em;
	padding-top: 0em;
	width: 6.5em;
	height: 6.5em;
	border: none;
	border-radius: 50%;
	background: none;
	background-color: #ededed;
	color: #005387;
	text-align: center;
	font-weight: 700;
	font-size: 1.3em;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	box-shadow: 1px 1px 1px  black;
}

.csstransforms .cn-wrapper {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10;
	margin-top: -13.5em;
	margin-left: -15em;
	width: 30em;
	height: 30em;
	border-radius: 50%;
	background: transparent;
	opacity: 0;
	-webkit-transition: all .3s ease 0.3s;
	-moz-transition: all .3s ease 0.3s;
	transition: all .3s ease 0.3s;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	-moz-transform: scale(0.1);
	transform: scale(0.1);
	pointer-events: none;
	overflow: hidden;
}

/*cover to prevent extra space of anchors from being clickable*/
.csstransforms .cn-wrapper:after{
  content:".";
  display:block;
  font-size:2em;
  width:6.2em;
  height:6.2em;
  position: absolute;
  left: 50%;
  margin-left: -3.1em;
  top:50%;
  margin-top: -3.1em;
  border-radius: 50%;
  z-index:10;
  color: transparent;
}

.csstransforms .opened-nav {

	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
}

.csstransforms .cn-wrapper li {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -1.3em;
	margin-left: -10em;
	width: 10em;
	height: 10em;
	font-size: 1.5em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(76deg) skew(60deg);
	-moz-transform: rotate(76deg) skew(60deg);
	-ms-transform: rotate(76deg) skew(60deg);
	transform: rotate(76deg) skew(60deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	pointer-events: none;
}

.csstransforms .cn-wrapper li a {
	position: absolute;
	right: -8.25em;
	bottom: -8.25em;
	display: block;
	width: 16.5em;
	height: 16.5em;
	border-radius: 50%;
	background: #005387;
	background: -webkit-radial-gradient(transparent 35%, #005387 35%);
	background: -moz-radial-gradient(transparent 35%, #005387 35%);
	background: radial-gradient(transparent 35%, #005387 35%);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 2;
	-webkit-transform: skew(-30deg) rotate(-75deg) scale(1);
	-moz-transform: skew(-30deg) rotate(-75deg) scale(1);
	-ms-transform: skew(-30deg) rotate(-75deg) scale(1);
	transform: skew(-30deg) rotate(-75deg) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: auto;
}

.csstransforms .cn-wrapper li a span {
	position: relative;
	top: 2.5em;
	display: block;
	font-size: .6em;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 72px;
	margin-top: 10px;
	transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}

.csstransforms .cn-wrapper li a:hover,
.csstransforms .cn-wrapper li a:active,
.csstransforms .cn-wrapper li a:focus {
	background: -webkit-radial-gradient(transparent 35%, #0078c4 35%);
	background: -moz-radial-gradient(transparent 35%, #0078c4 35%);
	background: radial-gradient(transparent 35%, #0078c4 35%);
}
.csstransforms .cn-wrapper li a:focus {
    position: fixed; /* fix the displacement bug in webkit browsers when using tab key */
}

.csstransforms .opened-nav li {
	-webkit-transition: all .3s ease .3s;
	-moz-transition: all .3s ease .3s;
	transition: all .3s ease .3s;
}

.csstransforms .opened-nav li:first-child {
	-webkit-transform: rotate(-90deg) skew(30deg);
	-moz-transform: rotate(-90deg) skew(30deg);
	-ms-transform: rotate(-90deg) skew(30deg);
	transform: rotate(-90deg) skew(30deg);
}

.csstransforms .opened-nav li:nth-child(2) {
	-webkit-transform: rotate(-18deg) skew(30deg);
	-moz-transform: rotate(-18deg) skew(30deg);
	-ms-transform: rotate(-18deg) skew(30deg);
	transform: rotate(-18deg) skew(30deg);
}

.csstransforms .opened-nav  li:nth-child(3) {
	-webkit-transform: rotate(54deg) skew(30deg);
	-moz-transform: rotate(54deg) skew(30deg);
	-ms-transform: rotate(54deg) skew(30deg);
	transform: rotate(54deg) skew(30deg);
}

.csstransforms .opened-nav li:nth-child(4) {
	-webkit-transform: rotate(126deg) skew(30deg);
	-moz-transform: rotate(126deg) skew(30deg);
	-ms-transform: rotate(126deg) skew(30deg);
	transform: rotate(126deg) skew(30deg);
}

.csstransforms .opened-nav li:nth-child(5) {
	-webkit-transform: rotate(198deg) skew(30deg);
	-moz-transform: rotate(198deg) skew(30deg);
	-ms-transform: rotate(198deg) skew(30deg);
	transform: rotate(198deg) skew(30deg);
}

.csstransforms .opened-nav li:nth-child(6) {
	-webkit-transform: rotate(140deg) skew(60deg);
	-moz-transform: rotate(140deg) skew(60deg);
	-ms-transform: rotate(140deg) skew(60deg);
	transform: rotate(140deg) skew(60deg);
}

.csstransforms .opened-nav li:nth-child(7) {
	-webkit-transform: rotate(172deg) skew(60deg);
	-moz-transform: rotate(172deg) skew(60deg);
	-ms-transform: rotate(172deg) skew(60deg);
	transform: rotate(172deg) skew(60deg);
}

.no-csstransforms .cn-wrapper {
	overflow: hidden;
	margin: 10em auto;
	padding: .5em;
	text-align: center;
}

.no-csstransforms .cn-wrapper ul {
	display: inline-block;
}

.no-csstransforms .cn-wrapper li {
	float: left;
	width: 5em;
	height: 5em;
	background-color: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 5em;
}

.no-csstransforms .cn-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus {
	background-color: #f8f8f8;
}

.no-csstransforms .cn-wrapper li.active a{
	background-color: #6F325C;
	color: #fff;
}

.no-csstransforms .cn-button {
	display: none;
}

@media only screen and (max-width: 620px) {
	.no-csstransforms li {
		width: 4em;
		height: 4em;
		line-height: 4em;
	}
}

@media only screen and (max-width: 500px) {
	.no-ccstransforms .cn-wrapper {
		padding: .5em;
	}

	.no-csstransforms .cn-wrapper li {
		width: 4em;
		height: 4em;
		font-size: .9em;
		line-height: 4em;
	}
}

@media only screen and (max-width: 480px) {
	.csstransforms .cn-wrapper {
		font-size: .68em;
	}

	.cn-button {
		font-size: 1em;
	}
}

@media only screen and (max-width:420px) {
	.no-csstransforms .cn-wrapper li {
		width: 100%;
		height: 3em;
		line-height: 3em;
	}
}

.cn-button:hover
{
	background-color: #f6f6f6;
	box-shadow: 1px 1px 2px black, 0px 37px 20px -20px rgba(0,0,0,0.2);
    transform: translate(0px, -5px) scale(1.01);
    -ms-transform: translate(0px, -5px) scale(1.01);
    -webkit-transform: translate(0px, -5px) scale(1.01);
 }
 
 .cn-wrapper ul
 {
 	margin-top: 27px;
 }

.mobit
{
	background:#cfc; padding:30px 40px;;margin-right:30px;min-height:350px;
	border-radius:10px;
	    box-shadow: #37ad61 3px 3px 3px;

}

.mobit1
{
	background:#cfc; padding:30px;min-height:350px;
		border-radius:10px;
	    box-shadow: #37ad61 3px 3px 3px;
}

@media only screen and (max-width:767px){
	.cn-main
	{
		margin-top: 10%;
		min-height:200px;
	}
	.product-sep{
padding:0px;
	}
	.mobit
	{
		min-height:0px;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px)  {
		.cn-main, .cn-button
	{
		margin:0px;
	}
	.services-and-solutions
	{
		min-height: 1200px;
	}
	.mobit
	{
		padding:30px;
		margin-right:0px;
		min-height: 0px;
	}

	.mobit1
	{
		padding:30px;
		margin-right:0px;
		min-height: 0px;

	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px)  {

	.mobit
	{
		margin:10px;
		padding:40px;
		
	}
	.mobit1
	{
		margin:10px;
		padding:40px;
		
	}


}

@media only screen and (min-device-width: 1024px)   {

.mobit .icon
	{
		margin:10px 0px;
		padding:20px;
		padding-right: 50px;
		margin-right:0px;
		min-height:330px;
		padding-bottom:0px;
		margin-bottom:0px;
	}
	.mobit1 .icon
	{
		margin:10px 0px;
		padding:20px;
		padding-right: 50px;
		margin-right:0px;
		min-height:330px;
		padding-bottom:0px;
		margin-bottom:0px;
	}


}
.mobit3
{
	margin:10px;
	padding:40px;
	background-color:#fff;
}

.mobit3 div 
{
	padding:10px 0;
	text-align: center;

}

.mobit3 div img
{
	margin:10px;
	border:1px dashed black;
	border-radius: 10px;
}

@media only screen and (max-device-width: 767px){
	.logo-img img{
		height:50px;
	}
}

center h3
{
	font-size:1em;

}

 .circle li
 {
 list-style-type: square;
 font-size:.9em;
 line-height: 2em;

}

.above-nav-bar
{
	margin-bottom: 20px;
}

p
{
	text-align:justify;
}

.above-nav-bar {
    margin-bottom: 6px;
}

.featured
{
    border-top: solid 8px #f551c4;
    border-radius:5px 5px 5px 5px;
}