@charset "utf-8";
/*
 *	-------------------------------
 *		Mudith Parakkrama  		
 * 		www.mudithonline.com
 *	-------------------------------
 *
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.hold {
	margin: 0px auto;
	width: 1000px;
	position: relative;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont-webfont.eot');
    src: url('fonts/opensans-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'neosansregular';
    src: url('fonts/neosans-webfont-webfont.eot');
    src: url('fonts/neosans-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/neosans-webfont-webfont.woff2') format('woff2'),
         url('fonts/neosans-webfont-webfont.woff') format('woff'),
         url('fonts/neosans-webfont-webfont.ttf') format('truetype'),
         url('fonts/neosans-webfont-webfont.svg#neosansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neosansbold';
    src: url('fonts/neosans-bold-webfont-webfont.eot');
    src: url('fonts/neosans-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/neosans-bold-webfont-webfont.woff2') format('woff2'),
         url('fonts/neosans-bold-webfont-webfont.woff') format('woff'),
         url('fonts/neosans-bold-webfont-webfont.ttf') format('truetype'),
         url('fonts/neosans-bold-webfont-webfont.svg#neosansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background: url(../images/bg-body.jpg) no-repeat center top;
	font: 14px/21px 'open_sansregular';
}#container {
	width: 100%;
	position: relative;
}
#header {
	height: 200px;
	border-top: 7px solid #06b6e9;
	background: rgb(0, 70, 111);
	background: rgba(0, 70, 111, .8);
	position: absolute;
	z-index: 10;
	width: 100%;
}
#header .logo {
	height: 119px;
	width: 333px;
	float: left;
	margin-top: 50px;
}
#header .action {
	float: right;
	width: 667px;
	color: #FFF;
	font: 15.7px/42px 'neosansregular';
}
#header .social {
	text-align: right;

}
#header .social a {
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
	margin-left: 8px;
}
#header .nav {
	background: url(../images/bg-line-nav.png) no-repeat right top;
	height: 100px;
	float: right;
}

.btn-quote {
	background: url(../images/bg-quote.png) no-repeat center top;
	text-align: center;
	float: right;
	height: 53px;
	width: 194px;
	line-height: 40px;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#slider {
	height: 675px;
}
#slider h1 {
	text-transform: uppercase;
	color: #FFF;
	font: normal 30px/36px 'neosansregular';
	margin-bottom: 10px;
}
#slider h1 span {
	font-size: 36px;
	display: inline-block;
}


#slider .box {
	width: 520px;
	position: absolute;
	color: #FFF;
	height: 150px;
	top: 304px;
	left: 481px;
	border-top: 6px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 25px 0px;
}

#banner {
	height: 325px;
	width: 1000px;
	position: relative;
	margin: 0px auto;
}
#banner h1 {
	color: #FFF;
	position: absolute;
	font: 21px 'neosansbold';
	background: url(../images/bg-banner-inside.png);
	padding: 20px;
	display: block;
	width: 960px;
	top: 263px;
}


#news {
	background: #333;
	height: 55px;
	color: #FFF;
	font-size: 13px;
	line-height: 55px;
}

#news span {
	text-transform: uppercase;
	font: 14px/55px 'neosansregular';
	float: left;
	background: url(../images/ico-news.jpg) no-repeat right center;
	padding: 0px 30px 0px 0px;
	margin-right: 25px;
}

#home {
	background: url(../images/bg-home.jpg) repeat-x left top;
	padding-top: 40px;
}

#hotlinks {

}
#hotlinks .box {
	float: left;
	width: 200px;
	text-align: center;
}

#hotlinks .box a {
	font: 18px 'neosansregular';
	text-transform: uppercase;
	color: #00497c;
	text-decoration: none;
	display: block;
	padding-top: 80px;
}
#hotlinks .box .design {
	background: url(../images/ico-systemdesign.png) no-repeat center 12px;
}
#hotlinks .box .administration {
	background: url(../images/ico-administration.png) no-repeat center top;
}
#hotlinks .box .networking {
	background: url(../images/ico-networking.png) no-repeat center 10px;
}
#hotlinks .box .analysis {
	background: url(../images/ico-systemanalysis.png) no-repeat center top;
}
#hotlinks .box .it {
	background: url(../images/ico-itservices.png) no-repeat center top;
}


/***********************Contact Form******************************/

.frm {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.frm h1>span {
    display: block;
    font-size: 11px;
}
.frm label {
    display: block;
    margin: 0px 0px 5px;
}
.frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.frm input[type="text"], .frm input[type="email"], .frm textarea, .frm select {
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.frm select {
    background: #FFF;
    background: #FFF;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.frm .button {
    background: #59c5ff;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 4px;
}
.frm .button:hover {
    color: #FFF;
    background-color: #6ACBFF;
    border-color: #ADADAD;
	cursor:pointer;
}
/***********End Contact Form****************/



#welcome {
	text-align: center;
	margin-top: 55px;
}
#welcome h1 {
	text-transform: uppercase;
	font: normal 25px 'neosansregular';
	margin-bottom: 15px;
}

#services {
	width: 1020px;
	margin: 35px auto 30px;
	background: url(../images/bg-shadow-servces.png) no-repeat center bottom;
	padding-bottom: 25px;
}
#services h2 {
	text-transform: uppercase;
	font: normal 21px 'neosansregular';
	margin-bottom: 30px;
}

#services .box {
	float: left;
	width: 280px;
	height: 260px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	color: #FFF;
	padding: 40px 30px;
}
#services .analysis {
	background: url(../images/bg-analysis.jpg) no-repeat;
}
#services .design {
	background: url(../images/bg-design.jpg) no-repeat;
}
#services .networking {
	background: url(../images/bg-networking.jpg) no-repeat;
}
.btn-more {
	width: 105px;
	height: 35px;
	background-color: #00588b;
	font: 14px/35px 'neosansregular';
	text-transform: uppercase;
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}
#sub h3 {
	color: #00497c;
	font: normal 21px 'neosansbold';
	margin-bottom: 15px;
}

#sub .box {
	background: url(../images/bg-shadow-other.jpg) no-repeat left top;
	width: 205px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #363636;
	padding: 0px 30px;
}
#sub .first {
	background: none !important;
	padding-left: 0px;
}
#sub .last {
	padding-right: 0px;
}
#inside {
	padding-top: 200px;
	background: url(../images/bg-inside.jpg) repeat-x left 200px;
	min-height: 1340px;
}
#body {
	background: #FFF;
	padding: 30px 35px;
	margin: 0px auto;
	width: 930px;
}
#body h2 {
	color: #00497c;
	font: 21px 'neosansbold';
	margin-bottom: 15px;
}

#body h3 {
	color: #0E9ED0;
	font: 14px 'neosansbold';
	margin-bottom: 20px;
	line-height:1.2em;
}
#body p {
	color: #363636;
	margin-bottom: 20px;
}
#body a {
	color: #0e9ed0;
	text-decoration: none;
	font-family: 'open_sansbold';
}




#footer {
	border-top: 10px solid #06b6e9;
	margin-top: 100px;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	height: 270px;
	padding-top: 50px;
}
#footer h4 {
	margin-bottom: 15px;
	font: normal 18px 'neosansregular';
}
#footer ul li {
	font-size: 13px;
	line-height: 24px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer .fa {
	font-size: 21px;
	color: #4e4e4e;
	margin-right: 7px;
}


#footer .col {
	float: left;
	width: 140px;
	margin-right: 40px;
}

#footer .legal {
	float: right;
	width: 380px;
	text-align: right;
	font-size: 12px;
	line-height: 24px;
	background: url(../images/logo-footer.png) no-repeat right top;
	padding-top: 100px;
}


.testimonial { margin: 0; background: #eeeeee;     padding: 10px 50px;     position: relative;     font-family: Georgia, serif;     color: #666;     border-radius: 5px;     font-style: italic;     text-shadow: 0 1px 0 #eeeeee;     background-image: linear-gradient(#fafafa, #efefef); } .testimonial:before, .testimonial:after {     content: "\201C";     position: absolute;     font-size: 80px;     line-height: 1;     color: #999;     font-style: normal; } .testimonial:before {     top: 0;     left: 10px; } .testimonial:after {     content: "\201D";     right: 10px;     bottom: -0.5em; } .arrow-down {     width: 0;     height: 0;     border-left: 15px solid transparent;     border-right: 15px solid transparent;     border-top: 15px solid #efefef;     margin: 0 0 0 25px; } .testimonial-author {     margin: 0 0 0 25px;     font-family: Arial, Helvetica, sans-serif;     color: #999;     text-align:left; } .testimonial-author span {     font-size: 12px;     color: #666; } 
