@font-face {
  font-family: 'Univers-LightUltraCondensed';
  src: url('/fonts/Univers-LightUltraCondensed.eot');
  src: url('/fonts/Univers-LightUltraCondensed.woff2') format('woff2'),
       url('/fonts/Univers-LightUltraCondensed.woff') format('woff'),
       url('/fonts/Univers-LightUltraCondensed.ttf') format('truetype'),
       url('/fonts/Univers-LightUltraCondensed.svg#Univers-LightUltraCondensed') format('svg'),
       url('/fonts/Univers-LightUltraCondensed.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
a {
	color:#fff;
}

.freeware a {
	color:#e37631;
}

body{
	background:#172729;
	font-family: 'Tahoma', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact p input {
	width:25%;
}
button {
	color: #000;;
}

.contact p textarea {
	width:60%;
	margin-top: 10px;
	height: 5em;
	line-height: 1.1em;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}
.header{
	background:#172729;
	
}
.contact, .freeware {
	text-align: center;
	position: relative;
	min-height: 238px;
	padding: 5em 2em 2em;
	border-radius: 20px;
	margin-bottom: 30px;
}

.contact {
	background: rgb(51, 117, 183) none repeat scroll 0% 0%;
}

.freeware {
	background: #3A7F78 none repeat scroll 0% 0%;
}

.headerImg {
	position: absolute;
	top: -57px;
	left: calc(50% - 50px);
	height: 100px !important;
	cursor: default !important;
}

.logo{
	height: 100%;
	display: inline;
}

.logo img {
	float:left;
	max-height: 100%;
	xposition: relative;
	xtop: 50%;
	xtransform: translateY(-50%);
}

.footer p{
	font-size:1.3em;
	color:#fff;
}

.top-nav{
	float:right;
}
.header-top{
	background:#15a1ca ;
	padding: 1.0em;
	position:relative;
	width: 100%;
	height: 80px;
	display: block;
	border-radius:15px;
}
i.shadow{
	background: url(../images/sh.png) no-repeat center;
	position:absolute;
	width: 100%;
	height: 83px;
	display: block;
	bottom: -78px;
	left: 0;
	z-index:99;
}
.top-nav ul li{
	display: inline-block;
	float: left;
}
.top-nav ul li a{
	font-size: 1.3em;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	text-transform:uppercase;
	padding: 1em 1em;
	display:block;
	cursor:pointer;
}
.top-nav ul li a:hover,.top-nav ul li.active a{
	color:#000;
}
.top-nav span.menu:before{
	content: url(../images/menu.png)no-repeat 0px 0px;
	cursor:pointer;	
	width:100%;
}
.top-nav span.menu{
	display: none;
}

.header {
	padding-top: 3em;
}
/*--banner--*/
.banner{
	background-image:url(../images/banner.jpg);
	width:100%;
	min-height:720px;
	display:block;
	padding: 8em 0 5em;
	position: relative;
}
.banner-grid{
	text-align: center;
	position: relative;
	background: #db5033;
	min-height: 238px;
	padding: 5em 2em 2em;
	border-radius:20px;
	margin-bottom: 30px;
}

i.shadow-in{
	background: url(../images/sh1.png) no-repeat 0px 0px;
	position: absolute;
	width: 42px;
	height: 192px;
	display: block;
	top: 0;
	right: -26px;
	z-index: 1;
}
i.shadow-in-1{
	background: url(../images/sh2.png) no-repeat 0px 0px;
}
.banner-grid-1{
	background:#e37631;
	box-shadow:none;
}
.banner-grid-2{
	background:#e9c42e;
	box-shadow:none;
}
.banner-grid h5, .contact h5, .freeware h5{
	color:#7e3728;
	font-size:2.2em;
	font-weight: 600;
	padding-bottom:15px;
}
.banner-grid p, .contact p, .freeware p{
	color: #fff;
	font-size: 1.4em;
	line-height: 1.2em;
	width: 90%;
	margin: 0 auto;
}

.freeware .freewareP{
	font-size:1.1em;
	text-align:left;
	padding-bottom:10px;
}

input, textarea {
	color:#000;
	font-size:.8em;
}

.banner-grid img{
	position:absolute;
	top: -57px;
	left: 35%;
	height: 100px;
}
.banner-bottom{
	background:url(../images/back.jpg) no-repeat center;
	width:100%;
	display:block;
	background-size:cover;
	padding: 4em 0;
	text-align:center;
}
.banner-bottom h2{
	font-size:2.5em;
	color:#15a1ca;
	font-weight:700;
}
.banner-bottom h2 span{
	display:block;
	font-weight:400;
}

/*--responsive media-quries--*/
@media(max-width:768px){
	.top-nav ul{
		display: none;
		position:absolute;
		width:100%;
		z-index: 9999;
		left: 0%;
		margin:2em 0em;
		background:#181f21;
		top:5em;
	}
	.top-nav span.menu{
		display: block;
		width:100%;
		position:relative;
		text-align: right;
		padding: .5em .5em;
		
	}
	.top-nav ul li{
		display: block;
		float:none;
		padding: 1em 0.8em;
		text-align: center;
	}
	.top-nav ul li a,.top-nav ul li.active a{
		color:#fff;
		padding: 0;
	}
	.top-nav ul li a:hover,.top-nav ul li.active a{
		background:none;
	}
	.top-nav ul li a:hover{
		color:#15a1ca;
	}
	.banner-grid img, .contact img, .freeware img  {
		left: 41%;
	}

	i.shadow-in{
		display: none;
	}
}

@media(max-width:480px){

	.contact p input {
		width:100%;
		margin-bottom:5px;
	}
	.contact p textarea {
		width:100%;
	}
	.banner-grid img, .contact .headerImg, .freeware .headerImg {
		left: 33%;
	}

	.footer p {
		font-size: 1em;
	}
	i.shadow {
		bottom: -54px;
		background-size: 360px;
	}
	.banner{
		padding: 6em 0 3em;
	}

	.banner-grid p, .contact p, .freeware p {
		font-size: 1.1em;
	}
	
	.banner-bottom h2 {
		font-size:1.5em;
	}
}

@media(max-width:320px){
	
	.header-top {
		height: 75px;
		padding: 1.3em;
	}

	.banner-grid img, .contact img  {
		left: 29%;
	}
	.banner-grid h5 {
		font-size: 1.5em;
	}
	.banner-grid p, .contact p {
		font-size: 1em;
	}
	.banner-bottom h2 {
		font-size: 1.3em;
	}
	.banner-bottom {
		padding: 3em 0;
	}
	.footer p{
		font-size:0.9em;
	}
	.top-nav span.menu {
		padding: .5em .5em;
	}
	.top-nav ul {
		margin: 1em 0em;
	}
}

@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1024px){
}
@media(max-width:640px){
}