/*
	AUTHOR : PRASHANT KUMAR JHA
*/

/* EMBED GOOGLE FONT BEGINS */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');

/* EMBED GOOGLE FONT ENDS */

/* EMBED SVG FONT */
@font-face {
font-family: "flaticon";
src: url("./font/flaticon.eot");
src: url("./font/flaticon.eot?#iefix") format("embedded-opentype"),
url("../font/flaticon.woff") format("woff"),
url("../font/flaticon.ttf") format("truetype"),
url("../font/flaticon.svg#flaticon") format("svg");
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: "flaticon";
font-style: normal;
margin-right: 4px;
}
/* EMBED SVG FONT ENDS*/



/* HTML5 RESET BEGINS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
	font-family: 'Oswald', sans-serif;
}
body {
    line-height:1;
    font-family: 'Oswald', sans-serif;
  	width: 100%;
  	height: 100%;
  	margin: 0;
  	padding: 0;
  	background:#eee url("../images/background/body.jpg") no-repeat center center fixed; 
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	overflow-x: hidden;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/body.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/body.jpg', sizingMethod='scale')";

}




article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* HTML5 RESET ENDS  */

/* COMMON SETUP BEGINS */

.container{
	width: 100%;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.7);
}
.container .content{
	width: 90%;
	margin: 0 auto;
	
}
.container header{
	float: left;
	margin: 0;
	padding: 0;
	background: #1d75bb;
	width: 100%;
	position: relative;
	z-index: 99999999;
	border-bottom: 3px ridge #fff;
	box-shadow: 0px 1px 3px 1px #333;
	
	
}
.container header nav .brand{
	position:relative;
	z-index:123;
	padding: 5px 15px;
	font:18px;
	color:#6DDB07;
	float:left;
	width:220px;
	background: #fff;
}

.container header nav .brand a{
	color:#6DDB07;
	text-decoration:none;
	
}
.container header nav .brand a img{
 	width:100%;
 	
}
.container header nav .brand a img:hover{
	animation: hue 10s infinite;
	-webkit-animation: hue 10s infinite;
	-moz-animation: hue 10s infinite;
}
@-webkit-keyframes hue {
		  0%, 100%  { -webkit-filter: hue-rotate(0deg); }
		  50% { -webkit-filter: hue-rotate(360deg); }
}

.sfnlotpt{
	float: left;
	width: 100%;
	margin: 5px 0;
	padding: 0px ;
	
}
.upcvotpt{
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 15px 0;
}
.upcvotpt ol{
	float:left;
	width:100%;
}
.upcvotpt ol li{
	display:block;

}
.upcvotpt p{
	border-left:0;

}

p#error{
	background:red;
	padding:5px 10px;
	color:#fff;
	letter-spacing:1px;
	font-size:14px;
	margin:15px 0;
}
p#success{
	background:green;
	padding:5px 10px;
	color:#fff;
	letter-spacing:1px;
	font-size:14px;
	margin:15px 0;
}












		
footer{
	background: #333;
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 10px ridge #1d75bb;
	box-shadow: 0px -1px 3px 1px #333;
	
}
footer div.footinner{
	width: 90%;
	margin: 0 auto;
}
footer div.footinner div.subnewsletter{
	float: left;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
}
footer div.footinner div.shareus{
	float: right;
}
footer div.footinner div.shareus a{
	text-decoration: none;
	display: inline-block;
	padding: 2px;
	margin: 0 5px;
	color: #1d75bb;
	border: 3px solid #1d75bb;
	
}
footer div.footinner div.shareus a:hover{
	background: #fff;
}
footer div.footinner div.shareus a:active{
	background: #333;
}
footer div.footinner div.shareus h5{
	float: left;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 100;
	font-size: 22px;
	color: #1d75bb;
	margin-right: 10px;
}
footer div.footinner div.subnewsletter h5{
	float: left;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 24px;
	color: #1d75bb;
}
footer div.footinner div.subnewsletter form{
	float:left;
	margin-left: 10px;
}
footer div.footinner div.subnewsletter form input[type=email]{
	padding:2px 4px;
	width: 220px;
	margin: 0;
	float: left;
	border: 3px solid #1e62d0;
	outline: 0;
}
footer div.footinner div.subnewsletter form input[type=submit]{
	padding:4px 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	border:1px solid #337fed;
	float: left;
	letter-spacing: 1px;
	
}

footer div.footinner div.footnavigate{
	float: left;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
}
footer div.footinner div.footnavigate h6{
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 22px;
	color: #1d75bb;
	line-height: 200%;
	border-bottom: 3px dotted #1d75bb;
	
}
footer div.footinner div.footnavigate p{
	text-align: center;
	margin: 25px auto;
	letter-spacing: 1px;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	max-width: 350px;
}
footer div.footinner div.footnavigate p span{
	color: #1d75bb;
}
footer div.footinner div.footnavigate ul{
	display: block;
	padding: 10px;
	
}
footer div.footinner div.footnavigate li{
	display: inline-block;
	margin: 6px 5px;
}
footer div.footinner div.footnavigate ul li a{
	text-decoration: none;
	color: #1d75bb;
	display: block;
	letter-spacing: 1px;
}
footer div.footinner div.footnavigate ul li a:hover{
	color: #eee;
}
footer .copyright{
	float: left;
	width: 100%;
	background: #1d75bb;
	padding: 5px 0;
	
}
footer .copyright h6{
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
	font-weight: 400;
	color: #222;
}	
a.more{
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	padding:4px 8px;
	margin: 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	float: right;
}
a.more:hover{
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.4),inset 0px 0px 10px rgba(0,0,0,0.4);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
a.more:active{
	background: #333;
	color: #fff;
}
a.more i{
	margin-left: 7px;
}

input[type=submit]{
		-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#000;
	letter-spacing: 1px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	outline: 0;
}
input[type=submit]:hover{
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.4),inset 0px 0px 10px rgba(0,0,0,0.4);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
input[type=reset]{
	background: transparent !important;
	border: 0;
	outline: 0;
	cursor:pointer;
	color: red;
}
input[type=reset]:hover{
	text-decoration: underline;
	color: green;
}
section{
	width: 100%;
	float: left;
}

.submitotpt{
	width: 100%;
	float: left;
	border-top: 3px solid #1d75bb;
	margin-top: 10px;
	padding: 10px 0;
	color: red;
}


.gmap{
	width:100%;
	margin: 0;
	padding: 0;
	height: 200px;
	float: left;
	background: #fff;
	border: 0;
	border-top: 5px solid #1d75bb;
	position: relative;
}
.gmap iframe{
	width: 100%;
	height: 100%;
	border: 0;
}


.commonbanner{
	float: left;
	width: 100%;
	margin: 0;
	height: 250px;
	background: #fff;
	position: relative;
	border-bottom: 6px groove #fff;
	position: relative;
}
.commonbanner:before{
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	bottom:0;
	background:url("../images/graphics/creation.png") repeat-x;
	background-position: -76px 0;
	box-sizing: border-box;
	height: 70px;
	-webkit-animation: backgroundScroll 2000s linear infinite;
	animation: backgroundScroll 2000s linear infinite;
}
.commonbanner img{
	width: 100%;
	height: 100%;
}
.commonbanner div.pagenavigator{
	position: absolute;
	right: 10px;
	top: 35%;
	background: #1d75bb;
	padding: 5px 15px;
	
}
.commonbanner div.pagenavigator span#text{
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin-right: 10px;
}
.commonbanner div.pagenavigator a{
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 125%;
}
/* COMMON SETUP ENDS */


/* HOME BEGINS */

.welban{
	float: left;
	margin-top: 0px;
	padding: 0;
	min-height: 400px;
	height: auto;
	width:100%;
	position: relative;
	box-sizing: border-box;
	background: url("../images/background/body.jpg") no-repeat center center fixed; 
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
    background-size: cover;
    border-bottom: 60px solid #1d75bb;
    box-shadow: 0px 4px 3px 0px #555;
}
.welban:before{
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	bottom:0;
	background:url("../images/graphics/creation.png") repeat-x;
	background-position: -76px 0;
	box-sizing: border-box;
	height: 70px;
	-webkit-animation: backgroundScroll 2000s linear infinite;
	animation: backgroundScroll 2000s linear infinite;
}

@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -40000px 0;}
}
        
@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -40000px 0;}
}

.welban:after{
	position: absolute;
	content:"";
	width: 100%;
	left: 0;
	bottom:-61px;
	background: #fff;
	height: 2px;
}
.welban img#support{
	position: relative;
	bottom: -38px;
	left: 0;
	width: 100%;
}
img#popupstaffingstrategy{
	width: 100%;
	padding: 0px;
}
section.homeservices{
	width: 99.7%;
	float: left;
	padding-bottom: 15px;
	margin-top: -1px;
	position: relative;
	background: #1d75bb;
	border-top: 0;
	border-bottom:2px solid  #fff;
	border-right: 2px solid  #fff;
	border-left: 2px solid  #fff;
	box-shadow: 0px 3px 2px 0px #555;
}


section.homeservices .box{
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding: 0px;
	border: 0;
	position: relative;
	margin-top: -40px;
	
}
section.homeservices .box >img{
	width: 100%;
	height: 110px;
	border: 0;
	background:#fff;
}
section.homeservices .box h2{
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
	color:  #eee;
	text-transform: uppercase;
	margin: 4px 0;
	padding: 0;
	font-weight: 600;
	line-height: 150%;
	border-bottom:2px solid #eee;
	
}
section.homeservices .box p{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 23px;
	text-align: left;
	color:  #eee;
	margin: 4px 0;
	font-weight: 300;
	padding-left: 5px;
}

div.soa{
	display:block;
	width:100%;
	margin:10px 0;
	padding:0;
}

div.soa >img{
	float:left;
	width:100%;

}


div.latnews{
	float:left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 4px 0 10px 0;
	position: relative;
	border-top: 6px double #333;
	border-bottom: 6px double #333;
}
div.latnews h3{
	float: left;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
	text-indent: 53px;
	
}
div.latnews img{
	width: 50px;
	float: left;
	padding: 0px;
	left:0;
	top: 2px;
	position: absolute;
}
div.latnews marquee{
	float: right;
	width: 85%;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: none;
	
}
section.strategy{
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0;
}
section.strategy h3{
	font-size: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
}
section.strategy h3 span{
	color: #1d75bb;
}
section.strategy .strtegyleft{
	float: left;
	width: 48%;
	position: relative;
}
section.strategy div.staffproc{
	position: relative;
	width: 100%;
	float: left;
	margin: 15px 0;
}
section.strategy div.staffproc div.view{
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 5px 0;
	height: 140px;
	
}
section.strategy div.staffproc div.view img{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 8px solid #1d75bb;
	padding: 5px;
	position: absolute;
	background: #fff;
	z-index: 999;
	-webkit-animation: cssAnimation 4.5812s 100 ease;
	-moz-animation: cssAnimation 4.5812s 100 ease;
	-o-animation: cssAnimation 4.5812s 100 ease;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4);
}

/* ANIMATION FOR SMALL OPTS */
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
to { -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
to { -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
to { -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
}
/* END ANIMATION FOR SMALL OPTS */
section.strategy div.staffproc div.view a{
	background:#1d75bb;
	padding: 15px 0px;
	width: 100%;
	text-align: right;
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	top: 21%;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	border-radius: 30px;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
	
}
section.strategy div.staffproc div.view a:hover{
	color:#000;
	
}
section.strategy .strtegyleft p{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: left;
	color:  #000;
	margin: 4px 0;
	font-weight: 300;
}


section.strategy .strtegyleft ul{
	float: left;
	margin-left: 30px;
	list-style-type: square;
}
section.strategy .strtegyleft ul li{
	float: left;
	margin: 5px 0;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 22px;
}
section.strategy .strtegyleft h3{
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: left;
	border-bottom: 6px double #333;
}
section.strategy .strtegyright{
	float: right;
	width: 48%;
}
section.strategy .strtegyright h3{
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: right;
	border-bottom: 6px double #333;
}
section.strategy .strtegyright p{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: right;
	color:  #000;
	margin: 4px 0;
	font-weight: 300;
}
section.strategy .strtegyright img{
	width:100%;
}

section.wwcl{
	float: left;
	width: 100%;
}
section.wwcl img{
	width: 130px;
	border: 6px double #1d75bb;
}
section.wwcl h4{
	font-size: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
}
section.wwcl h4 span{
	color: #1d75bb;
}
section.wwcl p{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 23px;
	text-align: center;
	color:  #000;
	margin: 4px 0;
	font-weight: 300;
	
}
section.wwcl section{
	max-width: 80%;
	margin: 20px auto;
	display: block;
	clear: both;
	float: none;
}


section.indweserved{
	float:left;
	margin:0;
	margin-bottom: 40px;
	margin-top: 10px;
	width: 100%;
}
section.indweserved h2{
	font-size: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
}
section.indweserved h2 span{
	color: #1d75bb;
}

section.indweserved div.indbox{
	display: inline-block;
	padding: 0px 0px;
    background: #1d75bb;
	border: 6px solid #1d75bb;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 25px;
	position: relative;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	border-radius: 10%;
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
	
	
}

section.indweserved div.indbox:before, section.indweserved div.indbox:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 29px;
  left: 0px;
  width: 50%;
  top: 58%;
  background: #000;
  -webkit-box-shadow: 0 38px 10px #999;
  -moz-box-shadow: 0 38px 10px #999;
  box-shadow: 0 38px 10px #999;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
section.indweserved div.indbox:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 0px;
  left: auto;
  z-index: -999;
}






section.indweserved div.indbox h3{
	position: absolute;
	left: 0;
	bottom: 0%;
	width: 100%;
	background: #1d75bb;
	z-index: 9;
	font-size: 80%;
	padding: 0px 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	font-weight: 600;
	
	
}
section.indweserved div.indbox  img{
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10%;
	
}
section.indweserved div.center{
	width:80%;
	margin: 15px auto;
	
	
}

/* HOME ENDS */
/* TOP NAVIGATION BEGINS */
nav{
	position:relative;
	width:1100px;
	margin:0 auto;
}

#mnlmenu,#mnlmenu ul,#mnlmenu ul li,#mnlmenu ul li a,#mnlmenu #head-mobile{
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mnlmenu:after,#mnlmenu > ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
#mnlmenu #head-mobile{
	display:none;
}
#mnlmenu > ul{
	float:right;
	margin-top:15px;
}

#mnlmenu{font-family: 'Oswald', sans-serif;}
#mnlmenu > ul > li{float:left;}
#mnlmenu > ul > li > a{
	padding:15px 17px;
	font-size:14px;
	letter-spacing:1px;
	text-decoration:none;
	color:#ddd;
	font-weight:600;
	text-transform:uppercase;
}

#mnlmenu > ul > li:hover > a,#mnlmenu ul li.active a{color:#000}
#mnlmenu > ul > li:hover,#mnlmenu ul li.active:hover,#mnlmenu ul li.active,#mnlmenu ul li.has-sub.active:hover{
	background:#fff!important;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.4),inset 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
	color:#fff;
}
#mnlmenu > ul > li.has-sub > a{padding-right:30px}
#mnlmenu > ul > li.has-sub > a:after{
	position:absolute;
	top:22px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:'';
}
#mnlmenu > ul > li.has-sub > a:before{
	position:absolute;
	top:19px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}
#mnlmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#mnlmenu ul ul{position:absolute;left:-9999px}
#mnlmenu ul ul li{
	height:0;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
	background:#22609b;
}
#mnlmenu ul ul li:hover{}
#mnlmenu li:hover > ul{
	left:auto;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.4),inset 0px 0px 10px rgba(0,0,0,0.4);

}
#mnlmenu li:hover > ul > li{height:auto;}
#mnlmenu ul ul ul{margin-left:100%;top:0}
#mnlmenu ul ul li a{
	border-bottom:1px solid rgba(150,150,150,0.15);
	padding:11px 15px;
	max-width:220px;
	min-width: 180px;
	font-size:14px;
	text-decoration:none;
	color:#ddd;
	font-weight:400;
}
#mnlmenu ul ul li:last-child > a,#mnlmenu ul ul li.last-item > a{border-bottom:0}
#mnlmenu ul ul li:hover > a,#mnlmenu ul ul li a:hover{color:#fff}
#mnlmenu ul ul li.has-sub > a:after{
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:'';
}
#mnlmenu ul ul li.has-sub > a:before{
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}
#mnlmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#mnlmenu ul ul li.has-sub:hover,#mnlmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#mnlmenu ul ul ul li.active a{border-left:1px solid #333}
#mnlmenu > ul > li.has-sub > ul > li.active > a,#mnlmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}


/* MEDIA SCREEN OPTIMIZATION */
@media screen and (max-width:860px) {
header{
	background:#1d75bb;
}
header .brand{
	display: block;
	width: 100%;
	background: #fff;
	padding: 0px 8px;
}
header nav .brand a img{
	width: 100%;
 }
.logo2{display:none}
nav{
	width:100%;
	background:#22609b;
}
#mnlmenu{
	width:100%;
}
#mnlmenu ul{
	width:100%;
	display:none;
}
#mnlmenu ul li{
	width:100%;
	border-top:1px solid #444;
}
#mnlmenu ul li:hover{
	background:#363636;
}
#mnlmenu ul ul li,#mnlmenu li:hover > ul > li{
	height:auto;
}
#mnlmenu ul li a,#mnlmenu ul ul li a{
	width:100%;
	border-bottom:0;
}
#mnlmenu > ul > li{
	float:none;
}
#mnlmenu ul ul li a{
	padding-left:25px;
}
#mnlmenu ul ul li{
	background:#333!important;
}
#mnlmenu ul ul li:hover{
	background:#363636!important;
}
#mnlmenu ul ul ul li a{
	padding-left:35px;
}
#mnlmenu ul ul li a{
	color:#ddd;
	background:none;
}
#mnlmenu ul ul li:hover > a,#mnlmenu ul ul li.active > a{
	color:#fff;
}
#mnlmenu ul ul,#mnlmenu ul ul ul{
	position:relative;
	left:0;
	width:100%;
	margin:0;
	text-align:left;
}
#mnlmenu > ul > li.has-sub > a:after,#mnlmenu > ul > li.has-sub > a:before,#mnlmenu ul ul > li.has-sub > a:after,#mnlmenu ul ul > li.has-sub > a:before{
	display:none;
}
#mnlmenu #head-mobile{
	display:block;
	padding:23px;
	color:#ddd;
	font-size:12px;
	font-weight:700;
}
.button{
	width:55px;
	height:46px;
	position:absolute;
	right:0;
	top:20px;
	cursor:pointer;
	z-index: 12399994;
}
.button:after{
	position:absolute;
	top:24px;
	right:20px;
	display:block;
	height:4px;
	width:20px;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	content:'';
}
.button:before{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	position:absolute;
	top:16px;
	right:20px;
	display:block;
	height:4px;
	width:20px;
	background:#000;
	content:'';
}
.button.menu-opened:after{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	top:23px;
	border:0;
	height:4px;
	width:19px;
	background:#000;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.button.menu-opened:before{
	top:23px;
	background:#000;
	width:19px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#mnlmenu .submenu-button{
	position:absolute;
	z-index:99;
	right:0;
	top:0;
	display:block;
	border-left:1px solid #444;
	height:46px;
	width:46px;
	cursor:pointer;
}
#mnlmenu .submenu-button.submenu-opened{
	background:#262626;
	}
#mnlmenu ul ul .submenu-button{
	height:34px;
	width:34px;
}
#mnlmenu .submenu-button:after{
	position:absolute;
	top:22px;
	right:19px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:'';
}
#mnlmenu ul ul .submenu-button:after{
	top:15px;
	right:13px;
}
#mnlmenu .submenu-button.submenu-opened:after{
	background:#fff;
}
#mnlmenu .submenu-button:before{
	position:absolute;
	top:19px;
	right:22px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
}
#mnlmenu ul ul .submenu-button:before{
	top:12px;
	right:16px;
}
#mnlmenu .submenu-button.submenu-opened:before{
	display:none;
}
#mnlmenu ul ul ul li.active a{
	border-left:none;
}
#mnlmenu > ul > li.has-sub > ul > li.active > a,#mnlmenu > ul ul > li.has-sub > ul > li.active > a{
	border-top:none;
	}
	
}/* END MEDIA SCREEN OPTIMIZATION */

/* TOP NAVIGATION ENDS */




/* ABOUT US BEGINS  */
section.aboutussection{
	float: left;
	width: 100%;
	margin-bottom: 120px;
	padding: 5px 0;
}
section.aboutussection ol{
	display: block;
	margin-left: 20px;
	padding: 15px;
}
section.aboutussection ol li{ 
	font-size: 20px;
	font-weight: 600;
	margin: 3px 0;
	letter-spacing: 1px;
	text-transform: capitalize;
	color:#555;
}
section.aboutussection div.left{
	float: left;
	width: 25%;
}
section.aboutussection div.left img{
	width: 100%;
	margin: 10px 0;
}
section.aboutussection div.right{
	float: right;
	width: 72%;
}
section.aboutussection h1{
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 6px double #333;
	padding: 5px 0;
}
section.aboutussection h1 span{
	float: right;
	text-align: right;
	color: #1d75bb;
}
section.aboutussection p{
	text-align: left;
	line-height: 150%;
	letter-spacing: 1px;
	color: #333;
	border-left: 6px solid #1d75bb;
	margin: 10px 0;
	padding-left: 8px;
}
section.aboutussection p span{
	color: #1d75bb;
	font-size: 22px;
	font-weight: 800;
}
section.aboutussection h2{
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 6px double #1d75bb;
	padding: 5px 0;
	color: #1d75bb;
}
section.aboutussection div.right ul{
	display: block;
	margin-left: 20px;
	padding: 15px;
	list-style-type: square;
}
section.aboutussection div.right ul li{
	margin-bottom: 7px;
	letter-spacing: 1px;
	color: #555;
}
section.aboutussection div.right ul li a{
	text-decoration: none;
	color: #333;
}
section.aboutussection div.right ul li a:hover{
	text-decoration: underline;
	color:  #1d75bb;
}
section.aboutussection div.right ul#sitemap{
	display: block;
	margin-left: 20px;
	padding: 15px;
	list-style-type: square;
	max-width: 400px;
}
section.aboutussection div.right ul#sitemap li{
	display: block;
	margin: 8px 0;
}
section.aboutussection div.right ul#sitemap li a{
	color: #333;
}
section.aboutussection div.right ul#sitemap li a:hover{
	text-decoration: underline;
	color:  #1d75bb;
}
/* ABOUT US ENDS */











/* CONTACTUS BEGINS */

section.contactussection{
	float: left;
	width: 100%;
	margin-bottom: 120px;
	padding: 5px 0;
}
section.contactussection ol{
	display: block;
	margin-left: 20px;
	padding: 15px;
}
section.contactussection ol li{ 
	font-size: 20px;
	font-weight: 600;
	margin: 3px 0;
	letter-spacing: 1px;
	text-transform: capitalize;
	color:#555;
}
section.contactussection div.left{
	float: left;
	width: 25%;
}
section.contactussection div.left a{
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	margin: 15px 5px;
	color: #1d75bb;
	border: 3px solid #1d75bb;
	border-radius: 100%;
	
}
section.contactussection div.left a:hover{
	background: #1d75bb;
	box-shadow: 0px 2px 3px 1px #333;
	color: #fff;
}

section.contactussection div.left img{
	width: 100%;
	margin: 10px 0;
}
section.contactussection div.right{
	float: right;
	width: 72%;
}
section.contactussection div.right center{
	margin:10% auto;
}
section.contactussection div.right center a{
	padding:5px 10px;
	background: #1d75bb;
	text-decoration:none;
	font-size:20px;
	font-weight:400;
	letter-spacing:1px;
	color:#fff;
	border-radius:5px;
	border:0;
	outline:none;
	
}
section.contactussection div.right center a:hover{
	background:none;
	border:4px double #1d75bb;
	color:#1d75bb;
}
section.contactussection div.right iframe{
	width: 100%;
	padding: 0;
	height: 450px;
}
section.contactussection h1{
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 6px double #333;
	padding: 5px 0;
}
section.contactussection h1 span{
	float: right;
	text-align: right;
	color: #1d75bb;
}
section.contactussection p{
	text-align: left;
	line-height: 150%;
	letter-spacing: 1px;
	color: #333;
	border-left: 6px solid #1d75bb;
	margin: 10px 0;
	padding-left: 8px;
}
section.contactussection h2{
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 6px double #1d75bb;
	padding: 5px 0;
	color: #1d75bb;
}



section.contactussection div.right fieldset{
	display: block;
	padding: 5px;
	border: 0;
	margin: 15px 0;
	border-top: 4px solid #1d75bb;
}	
section.contactussection div.right fieldset legend{
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 800;
	padding: 2px 15px;
	margin-left: 50px;
	color: #1d75bb;
}	
section.contactussection div.right fieldset form{
	display: block;
	padding: 5px;
}	
section.contactussection div.right fieldset form input[type=text],section.contactussection div.right fieldset form input[type=email],section.contactussection div.right fieldset form input[type=url],section.contactussection div.right fieldset form input[type=tel]{
	padding: 2px 2%;
	width: 92%;
	outline: 0;
	margin:4px 0;
	border: 1px solid #1d75bb;
}
section.contactussection div.right fieldset form select{
	padding: 3px 2%;
	outline: 0;
	margin:4px 0;
	border: 1px solid #1d75bb;
}
section.contactussection div.right fieldset form table{
	width: 100%;
	border-collapse: collapse;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #777;
	
}
section.contactussection div.right fieldset form textarea{
	padding: 8px 2%;
	width: 94.4%;
	margin: 4px 0;
	height: 120px;
	outline: 0;
	border: 1px solid #1d75bb;
}
section.contactussection div.right fieldset form input[type=submit]{
	font-size: 100%;
	float: left;
	width: auto;
	padding: 5px 25px;
	margin:0 5px;
	font-weight: 800;
	letter-spacing: 1px;
}
section.contactussection div.right fieldset form input[type=reset]{
	font-size: 100%;
	float: right;
	width: auto;
	padding: 5px 25px;
	margin-right: 20px;
	font-weight: 800;
	letter-spacing: 1px;
}
section.contactussection div.right fieldset form label{
	float: left;
	
}
section.contactussection div.right fieldset form label span{
	color: red;
	font-weight: 800;
}

/* CONTACTUS ENDS */


/* SERVICES */
.servicesblock{
	width:22%;
	display: inline-block;
	background:#fff;
	border: 6px solid #1d75bb;
	padding: 0px;
	margin: 10px 5px;
	position: relative;
	height: 80px;
}
.servicesblock img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.servicesblock a{
	display: block;
	text-decoration: none;
	color: #eee;
	text-align: center;
	position: relative;
	left: -6px;
	top: 108%;
	background: #1d75bb;
	width: 100%;
	padding: 5px 0;
	border: 6px solid #1d75bb;
	text-transform: uppercase;
	letter-spacing: 1px;

}
.servicesblock a:hover{
	text-decoration: underline;
	color: #333;
}

/* SERVICES */







/* CAREER  */

section.careersection{
	float: left;
	width: 100%;
	margin-bottom: 120px;
	padding: 5px 0;
}

section.careersection div.left{
	float: left;
	width: 25%;
}
section.careersection div.left h3{
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 6px double #1d75bb;
	padding: 5px 0;
	color: #1d75bb;
	text-align: center;
}
section.careersection div.right{
	float: right;
	width: 72%;
}


section.careersection h1{
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 6px double #333;
	padding: 5px 0;
}
section.careersection h1 span{
	float: right;
	text-align: right;
	color: #1d75bb;
}
section.careersection  p{
	text-align: left;
	line-height: 150%;
	letter-spacing: 1px;
	color: #333;
	border-left: 6px solid #1d75bb;
	margin: 10px 0;
	padding-left: 8px;
}
section.careersection  p span{
	font-size: 24px;
	font-weight: 600;
	color: #1d75bb;
}
section.careersection  h2{
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 6px double #1d75bb;
	padding: 5px 0;
	color: #1d75bb;
}
section.careersection div.right h4{
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 6px double #1d75bb;
	padding: 5px 0;
	color: #1d75bb;
}





section.careersection div.right table{
	width:100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	border-bottom: 6px solid #1d75bb;
}
section.careersection div.right table th{
	padding: 8px 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
}
section.careersection div.right table td{
	padding: 4px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #1d75bb;
	line-height: 150%;
}
section.careersection div.right table td p{
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: none;
}
section.careersection div.right table td:first-child{
	width: 220px;
	font-weight: 600;
	text-transform: uppercase;
	
}
section.careersection div.right table td ul{
	display: block;
	padding: 10px 20px;
	list-style-type: square;
}
section.careersection div.right table td ul li{
	margin: 5px 0;
	text-transform: none;
	font-size: 14px;
	letter-spacing: 1px;
}
section.careersection div.right table td p{
	border: 0;
	padding: 0;
}


/* CAREER */









/* UPLOAD CV  */
.fileUpload {
    position: relative;
    overflow: hidden;
    margin:0;
    margin-bottom: 4px;
    background: #1d75bb;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    float: right;
    padding: 4px 0px;
    width: 100%;
    line-height: 160%;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    float: right;
}
.fileUpload input[type=text]#uploadFile{
	padding: 0px 4px;
	float: left;
	margin-left: 8px;
}


form#uploadcvform{
	display: block;
	margin: 10px 0;
}
form#uploadcvform input[type=text]#email{
	padding:2px 2%;
	width: 95%;
	margin-bottom: 8px;
	outline: 0;
	border:1px solid #1d75bb;

}
form#uploadcvform label{
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 400;
	color: #555;
	margin: 3px 0;
	float: left;
}
form#uploadcvform input[type=submit]{
	padding: 8px 12px;
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 5px auto;
	outline: 0;
}
form#uploadcvform input[type=submit]:hover{
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.4),inset 0px 0px 10px rgba(0,0,0,0.4);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
	outline: 0;
	
}	
form#uploadcvform input[type=submit]:focus{
	background: #333;
	color: #fff;
	outline: 0;
}	
form#uploadcvform input[type=text].valfields{
	padding:2px 2%;
	width: 94%;
	margin-bottom: 4px;
	outline: 0;
}
form#uploadcvform input[type=reset]{
	color:red;
	background: none;
	border: 0;
	outline:0;
	cursor: pointer;
	float: right;
	margin: 16px 10px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 800;
}
form#uploadcvform input[type=reset]:hover{
	text-decoration: underline;
}
/* END UPLOAD CV */