@charset "utf-8";
/* CSS Document total height:4762px */


/*reset*/
/* =Reset default browser CSS. 
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	border:none;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*reset ends*/
/*second css reset*/
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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/*end second css reset*/







#warper{
	width:100%;
	height:100%;
	padding:0 20px 0 20px;
	float:left;
	display:table;
	}
	
	
	
	
	
	
/*MAIN HOME PAGE STYLESHEETS*/
#outer_header{
	width:100%;
	height:57px;
	background:#000 url(../images/nav_bg.png) repeat-x;
	position:relative;
	float:left;
	z-index:9999;	
	position:fixed;
	
	}
#header{
	width:1000px;/*99%*/
	height:57px;
	background:;
	margin:0 auto;
	}
#outer_logo{
	float:left;
	margin-left:10px;
	margin-top:5px;	
	width:195px;/*19.5%*/
	height:100%;
	}
#nav{
	width:680px;/*60%*/
	height:100%;
	float:right;
	}
#nav ul{
	width:93%;
	height:100%;
	float:left;
	margin-left:126px;
	}
#nav ul li{
	float:left;
	height:100%;
	display:block;	
	padding-right:4.3%;
	}
#nav ul li a{
	display:block;
	font-family:Microsoft;
	text-transform:uppercase;
	color:#fff;
	height:60%;
	padding-top:25px;
	text-decoration:none;
	font-size:87%;	
	}


#nav ul li a.home:hover, #nav ul li #active{
	background:url(../images/hover_bg_cona.png) no-repeat;
	color:#8dc63f;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:13px 49px;	
	}

#nav ul li a.about:hover, #nav ul li #active{
	background:url(../images/about_hover_cona.gif) no-repeat;
	color:#fdb813;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:15px 49px;	
	}


#nav ul li a.services:hover, #nav ul li #active{
	background:url(../images/services_hover_cona.gif) no-repeat;
	color:#f62b7d;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:22px 49px;	
	}

#nav ul li a.portfolio:hover, #nav ul li #active{
	background:url(../images/portfolio_hover_cona.gif) no-repeat;
	color:#c81130;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:30px 49px;	
	}
	
#nav ul li a.blog:hover, #nav ul li #active{
	background:url(../images/blog_hover_cona.gif) no-repeat;
	color:#fa6908;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:13px 49px;	
	}

#nav ul li a.contact:hover, #nav ul li #active{
	background:url(../images/blog_hover_cona.gif) no-repeat;
	color:#fa6908;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:13px 49px;	
	}









#outer_slider{
		width:100%;
		height:740px;/*740px*/
		background:#8dc63f url(../images/slider/bg.gif) repeat;
		float:left;
		
	}
#slider{
	width:1000px;
	height:100%;/*740px*/
	background:url(../images/slider/bg.gif) no-repeat;
	margin:0 auto;
	clear:both;
}

/*MAIN HOME PAGE STYLESHEETS*/
/*MAIN HOME PAGE STYLESHEETS*/
/*MAIN HOME PAGE STYLESHEETS*/
/*MAIN HOME PAGE STYLESHEETS*/
/*MAIN HOME PAGE STYLESHEETS*/











/*ABOUT PAGE STYLESHEETS*/
#outer_header_about{
	width:100%;
	height:57px;
	background:url(../images/nav_bg.png) repeat-x;
	float:left;
	}
#header_about{
	width:1000px;/*1000px*/
	height:100%;
	background:;
	margin:0 auto;	
	}
#outer_logo_about{
	float:left;
	margin-top:5px;	
	margin-left:10px;
	width:195px;
	height:100%;
	}
#nav_about{
	width:680px;/*600px*/
	height:100%;
	float:right;
	
	}
#nav_about ul{
	width:100%;
	height:100%;
	float:left;
	}
#nav_about ul li{
	float:left;
	height:100%;
	display:block;	
	padding-right:4.3%;
	}
#nav_about ul li a{
	display:block;
	font-family:Microsoft;
	text-transform:uppercase;
	color:#fff;
	height:100%;
	padding-top:25px;
	text-decoration:none;
	font-size:87%;	
	}
#nav_about ul li a:hover, #nav_about ul li #active{
	background:url(../images/about_hover_cona.gif) no-repeat;
	color:#fdb813;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:13px 49px;	
	}



#outer_about_content{
	width:100%;
	height:auto;
	background:#fdb813;
	float:left;
	}
	
#about_content{
	width:1000px;/*1000px*/
	height:100%;
	background:;
	height:auto;
	margin:0 auto;	
	display:table;	
	}	
#about_content #left_box{
	width:52%; /*540px*/
	height:55%;/*648px*/
	margin-left:1.5%;/*15px*/
	margin-top:6%;/*53px*/
	float:left;	
	}
#left_box h1{
	color:#604607;
	font-size:24px;
	font-family:Lato;
	margin-bottom:20px;	
	width:100%;
	}
#left_box h3{
	font-size:15px;
	font-family:Myraid Pro;
	color:#604607;
	float:left;
	margin-left:8px;
	margin-top:13px;	
	}
#left_box #first_tab{
		float:left;
		width:80px;
		height:40px;
		border-top:1px solid #fd710b;
		border-right:1px solid #fd710b;
		border-left:1px solid #fd710b;
		outline:1px solid #fdb813;
		background:;
		margin-right:5px;
	}
#left_box #second_tab{
		float:left;
		width:80px;
		height:40px;
		border-top:1px solid #fd710b;
		border-right:1px solid #fd710b;
		border-left:1px solid #fd710b;
		background:#fdb212;
		margin-right:5px;
	}
#left_box #third_tab{
		float:left;
		width:80px;
		height:40px;
		border-top:1px solid #fd710b;
		border-right:1px solid #fd710b;
		border-left:1px solid #fd710b;
		background:#fdb212;
		margin-right:5px;
	}
#tabs{
	font-size:13px;	
	font-family:Lato Light;
	}
#tabs #tabs-1, #tabs #tabs-2, #tabs #tabs-3{
	font-size:14px;
	font-family:Lato Light;
	}
#content_box{
	width:100%;
	height:335px;
	clear:both;	
	}
#content_box p{
	font-size:14px;
	color:#604607;
	text-align:justify; 
	float:left; 
	font-family:Lato Light;
	margin-top:30px;	
	margin-bottom:10px;
	}
#content_box ul{
	clear:both;	
	}
#content_box ul li{
	background:url(../images/tab_bullets.gif) no-repeat;
	color:#604607;
	background-position:0 8px;
	line-height:20px;
	font-family:Lato Light;
	font-size:14px;
	padding-left:15px;
	}
#last_box{
		background:;
		width:100%;
		height:240px;
		float:left;
		margin-top:30px;
		clear:both;
	}
#last_box #heading{
	width:100%;
	height:30px;	
	}
#last_box #heading h1{
	font-size:1.5em;/*24px*/
	font-family:Lato;
	color:#604607;
	font-weight:none;
	float:left;
	margin-top:3px;	
	}
#left_right{
	float:right;
	margin-top:3px;	
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#slider2{
	width:100%;
	height:210px;
	background:#fdb813;
	float:left;
	margin-top:-5px;
	}

#slider2 #box{
	background: url(../images/female_skin.png) no-repeat;
	width:48%; /*480px*/
	height:170px;
	float:left;
	margin-left:20px;
	background-position:5px 0;
	margin-top:40px;
	}
#slider2 #box #message{
	background:url(../images/messagenooker.gif) no-repeat;
	width:46%;/*333px*/
	height:100%;
	float:left;
	margin-left:120px;
}


#slider2 #box #message #messegebox{
	width:290px;/*290*/
	height:137px;
	background:url(../images/double_coma.png) no-repeat;
	background-position:190px 60px;
	float:left;
	margin-left:40px;
	border-bottom:2px solid #c08700;
	border-right:2px solid #c08700;
	border-radius:5px;
	margin-right:5px;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	-ie-transition:background 1s;
	transition:background 1s;
	}
	

#slider2 #box2 #message #messegebox{
	width:290px;/*290*/
	height:137px;
	background:url(../images/double_coma.png) no-repeat;
	background-position:190px 60px;
	float:left;
	
	border-bottom:2px solid #c08700;
	border-right:2px solid #c08700;
	border-radius:5px;
	margin-right:5px;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	-ie-transition:background 1s;
	transition:background 1s;
	}
	
	
	
#slider2 #box #message #messegebox:hover{
	width:290px;/*290*/
	height:137px;
	background:url(../images/double_coma.png) no-repeat;
	background-position:10px 10px;
	float:left;
	
	border-bottom:2px solid #c08700;
	border-right:2px solid #c08700;
	border-radius:5px;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	-ie-transition:background 1s;
	transition:background 1s;
	}


#slider2 #box2 #message #messegebox:hover{
	width:290px;/*290*/
	height:137px;
	background:url(../images/double_coma.png) no-repeat;
	background-position:10px 10px;
	float:left;	
	border-bottom:2px solid #c08700;
	border-right:2px solid #c08700;
	border-radius:5px;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	-ie-transition:background 1s;
	transition:background 1s;
	}	

#slider2 #box #message #messegebox p{
	font-size:14px;
	font-family:Lato Light;
	color:#604607;
	width:90%;
	height:63%;
	margin:0 auto;
	margin-top:20px;
	text-align:justify;
	overflow:hidden;
	}
#slider2 #box2 #message #messegebox p{
	font-size:14px;
	font-family:Lato Light;
	color:#604607;
	width:90%;
	height:63%;
	margin:0 auto;
	margin-top:20px;
	text-align:justify;
	overflow:hidden;
	}
#slider2 #box #message #meta{
	float:right;	
	font-family:Lato Light;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	color:#604607;
	margin-right:10px;
	}

#slider2 #box2 #message #meta{
	float:right;	
	font-family:Lato Light;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	color:#604607;
	margin-right:10px;
	}		
	
	
	
	
	

















#slider2 #box2{
	background: url(../images/female_skin.png) no-repeat;
	width:48%; /*480px*/
	height:170px;
	float:left;
	margin-left:10px;
	background-position:5px 0;
	margin-top:40px;
	}

#slider2 #box2 #message{
	background:url(../images/messagenooker.gif) no-repeat;
	width:46%;/*333px*/
	height:100%;
	float:left;
	margin-left:120px;
}






#slider2 #box2 #message #messegebox{
	width:290px;/*290*/
	height:137px;
	background:url(../images/double_coma.png) no-repeat;
	background-position:190px 60px;
	float:left;
	margin-left:40px;
	border-bottom:2px solid #c08700;
	border-right:2px solid #c08700;
	border-radius:5px;
	margin-right:5px;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	-ie-transition:background 1s;
	transition:background 1s;
	}












/*#slider2{
	width:100%;
	height:210px;
	float:left;
	background:;	
	}
#slider2 #box{
	background: url(../images/female_skin.png) no-repeat;
	width:48%; /*480px
	height:170px;
	float:left;
	background-position:5px 0;
	margin-top:40px;
	}

#box #message{
	background:url(../images/messagenooker.gif) no-repeat;
	width:46%;/*333px
	height:100%;
	float:right;	
	}
#messegebox{
	width:290px;/*290
	height:137px;
	background:url(../images/double_coma.png) no-repeat;
	background-position:190px 60px;
	float:right;
	margin-right:300px;
	border-bottom:2px solid #c08700;
	border-right:2px solid #c08700;
	border-radius:5px;
	margin-right:5px;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	-ie-transition:background 1s;
	transition:background 1s;
	}
#messegebox:hover{
	width:290px;/*290
	height:137px;
	background:url(../images/double_coma.png) no-repeat;
	background-position:10px 10px;
	float:right;	
	border-bottom:2px solid #c08700;
	border-right:2px solid #c08700;
	border-radius:5px;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	-ie-transition:background 1s;
	transition:background 1s;
	}
#messegebox p{
	font-size:14px;
	font-family:Lato Light;
	color:#604607;
	width:90%;
	height:63%;
	margin:0 auto;
	margin-top:20px;
	text-align:justify;
	overflow:hidden;
	}
#meta{
	float:right;	
	font-family:Lato Light;
	margin-top:10px;
	color:#604607;
	margin-right:10px;
	}
#slider2 #box2{
	background: url(../images/female_skin.png) no-repeat;
	width:47%;/*480px
	height:170px;
	float:right;
	background-position:5px 0;
	margin-top:40px;/*40px
	}
#box2 #message{
	background:url(../images/messagenooker.gif) no-repeat;
	width:69.4%;/*333px
	height:100%;
	float:right;	
	}
*/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*right box*/	
#about_content #right_box{
	width:41%; /*410px*/
	height:55%;/*648px*/
	margin-top:6%;/*53px*/
	margin-right:1%;
	float:right;	
	}
#right_box h1{
	font-size:1.5em;/*24px*/
	width:100%;
	font-family:Lato;
	color:#604607;
	float:left;
	margin-bottom:20px;	
	}
#right_box p{
	font-family:Anton;
	font-size:24px;
	text-align:justify;
	color:#604607;
	width:100%;
	margin-bottom:15px;
	}
#innerrightbox ul{
	width:100%;
	}
#innerrightbox ul li{
	width:100%;
	line-height:1.8;
	}
#innerrightbox ul li h3{
	color:#7a4607;
	font-family:Lato;
	font-size:14px;	
	}
#innerrightbox ul li span{
	float:right;	
	}
#innerrightbox ul li#php{
	width:100%;
	background:#e8a300;
	font-family:Lato;
	height:10px;
	margin-bottom:10px;	
	}
#innerrightbox ul li#php #phpbar{
	width:90%;
	background:#fd4a07;/**/
	background:url(../images/progress.gif) no-repeat;
	height:10px;
	float:left;
	margin-bottom:10px;	
	}
#innerrightbox ul li#htmlcss{
	width:100%;
	background:#e8a300;
	font-family:Lato;
	height:10px;
	margin-bottom:10px;	
	}
#innerrightbox ul li#htmlcss #htmlcssbar{
	width:90%;
	background:#fd4a07;
	background:url(../images/progress.gif) no-repeat;
	height:10px;
	float:left;
	margin-bottom:10px;	
	}
#innerrightbox ul li#seo{
	width:100%;
	background:#e8a300;
	font-family:Lato;
	height:10px;
	margin-bottom:10px;	
	}
#innerrightbox ul li#seo #seobar{
	width:90%;
	background:#fd4a07;
	background:url(../images/progress.gif) no-repeat;
	height:10px;
	float:left;
	margin-bottom:10px;	
	}
#innerrightbox ul li#jquery{
	width:100%;
	background:#e8a300;
	font-family:Lato;
	height:10px;
	margin-bottom:10px;	
	}
#innerrightbox ul li#jquery #jquerybar{
	width:70%;
	background:#fd4a07;
	background:url(../images/progress.gif) no-repeat;
	height:10px;
	float:left;
	margin-bottom:10px;	
	}
#innerrightbox ul li#java{
	width:100%;
	background:#e8a300;
	font-family:Lato;
	height:10px;
	margin-bottom:10px;	
	}
#innerrightbox ul li#java #javabar{
	width:90%;
	background:#fd4a07;
	background:url(../images/progress.gif) no-repeat;
	height:10px;
	float:left;
	margin-bottom:10px;	
	}
#innerrightbox ul li#js{
	width:100%;
	background:#e8a300;
	font-family:Lato;
	height:10px;
	margin-bottom:10px;	
	}
#innerrightbox ul li#js #jsbar{
	width:90%;
	background:#fd4a07;
	background:url(../images/progress.gif) no-repeat;
	height:10px;
	float:left;
	margin-bottom:10px;	
	}
#innerrightbox ul li#wp{
	width:100%;
	background:#e8a300;
	font-family:Lato;
	height:10px;
	margin-bottom:10px;	
	}
#innerrightbox ul li#wp #wpbar{
	width:80%;
	background:#fd4a07;
	background:url(../images/progress.gif) no-repeat;
	height:10px;
	float:left;
	margin-bottom:10px;	
	}
#innerrightbox ul li#cms{
	width:100%;
	background:#e8a300;
	font-family:Lato;
	height:10px;
	margin-bottom:10px;	
	}
#innerrightbox ul li#cms #cmsbar{
	width:90%;
	background:#fd4a07;
	background:url(../images/progress.gif) no-repeat;
	height:10px;
	float:left;
	margin-bottom:10px;	
	}
/*ABOUT PAGE STYLESHEETS*/
/*ABOUT PAGE STYLESHEETS*/
/*ABOUT PAGE STYLESHEETS*/
/*ABOUT PAGE STYLESHEETS*/
/*ABOUT PAGE STYLESHEETS*/







/*SERVICES PAGE STYLESHEETS*/


#outer_header_services{
	width:100%;
	height:57px;
	background:url(../images/nav_bg.png) repeat-x;	
	float:left;
	}
#header_services{
	width:1000px;/*1000px*/
	height:100%;
	margin:0 auto;	
	}
#outer_logo_services{
	float:left;
	margin-top:5px;	
	margin-left:10px;
	width:195px;
	height:100%;
	}
#nav_services{
	width:680px;/*600px*/
	height:100%;
	float:right;
	
	}
#nav_services ul{
	width:100%;
	height:100%;
	float:left;
	}
#nav_services ul li{
	float:left;
	height:100%;
	display:block;	
	padding-right:4.3%;
	}
#nav_services ul li a{
	display:block;
	float:left;
	font-family:Microsoft;
	text-transform:uppercase;
	color:#fff;
	height:100%;
	padding-top:25px;
	text-decoration:none;
	font-size:87%;	
	}
#nav_services ul li a:hover, #nav_services ul li #active{
	background:url(../images/services_hover_cona.gif) no-repeat;
	color:#f62b7d;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:13px 49px;	
	}
	
	
	
#outer_services_content{
	width:100%;
	min-height:740px;	
	float:left;
	background:#500020;
	}

#services_content{
	width:1000px;/*1000px*/
	height:100%;
	background:;
	margin:0 auto;		
	display:table;	
	}
#services_content #left_side{
	width:25%;/*300px*/
	height:100%;
	float:left;
	margin-left:15px;	
	}
#left_side h1{
	font-size:24px;
	font-family:Lato;
	float:left;
	width:100%;
	color:#f49fc1;
	margin-top:60px;
	margin-bottom:32px;
	}
#left_side p{
	font-family:Lato Regular;
	color:#e02571;
	font-size:21px;	
	margin-bottom:20px;
	}
#left_side p#two{
	font-family:Lato Regular;
	color:#fff;
	font-size:21px;	
	margin-bottom:20px;
	}
#left_side p#four{
	font-family:Lato Regular;
	color:#fff;
	font-size:21px;	
	margin-bottom:20px;
	}


#services_content #right_side{
	width:65%;/*650px*/
	height:100%;
	float:right;
	}
#right_side #topics{
	margin-top:100px;
	}
#right_side #topics #topic{
	width:100%;
	height:50px;
	background:#ffe6f0 url(../images/dark_plus_minus.png) no-repeat;
	background-position:95% 15px;
	float:left;	
	display:block;
	cursor:help;
	margin-bottom:10px;
	}
#topics #topic h3{
	font-size:19px;
	float:left;
	margin-top:15px;
	font-family:Lato Light;
	color:#f62b7d;
	margin-left:5px;	
	}

#topics #contents{
	display:none;
	}

#topics #item{
	border-bottom:2px solid #fefcfd;	
	padding-bottom:10px;
	}
#topics #item h2{
		float:left;
		color:#fefcfd;
		margin-right:40px;
		font-family:Lato;
		font-weight:bold;
		height:70px;
		margin-top:30px;
	}
#topics #item p{
		margin-top:10px;
		margin-bottom:10px;
		color:#f49fc1;
		font-family:Lato Light;
		font-size:14px;
		margin-left:148px;
		line-height:1.2;
	}





/*SERVICES PAGE STYLESHEETS*/
/*SERVICES PAGE STYLESHEETS*/
/*SERVICES PAGE STYLESHEETS*/
/*SERVICES PAGE STYLESHEETS*/
/*SERVICES PAGE STYLESHEETS*/
















/*PORTFOLIO PAGE STYLESHEETS*/





#outer_header_portfolio{
	width:100%;
	height:57px;
	background:url(../images/nav_bg.png) repeat-x;	
	float:left;
	}
#header_portfolio{
	width:1000px;/*1000px*/
	height:100%;
	background:;
	margin:0 auto;	
	}
#outer_logo_portfolio{
	float:left;
	margin-top:5px;	
	margin-left:10px;
	width:195px;
	height:100%;
	}
#nav_portfolio{
	width:680px;/*600px*/
	height:100%;
	float:right;
	
	}
#nav_portfolio ul{
	width:100%;
	height:100%;
	float:left;
	}
#nav_portfolio ul li{
	float:left;
	height:100%;
	display:block;	
	padding-right:4.3%;
	}
#nav_portfolio ul li a{
	display:block;
	font-family:Microsoft;
	text-transform:uppercase;
	color:#fff;
	height:100%;
	padding-top:25px;
	text-decoration:none;
	font-size:87%;	
	}
#nav_portfolio ul li a:hover, #nav_portfolio ul li #active{
	background:url(../images/portfolio_hover_cona.gif) no-repeat;
	color:#c81130;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:13px 49px;	
	}



#outer_portfolio_content{
	width:100%;
	height:650px;
	display:table;
	float:left;
	background:#c81130;
	}

#portfolio_content{
	width:1000px;/*1000px*/
	background:;
	margin:0 auto;	
	height:100%;
	display:table;
	}
#portfolio_content p{
	font-family:Lato Regular;
	font-size:24px;
	width:90%;
	text-align: center;
	color:#ff736d;
	margin:0 auto;
	margin-top:65px;
	line-height:1.2;	
	}
#portfolio_content #buttons_list{
	margin:0 auto;
	width:55%;
	margin-top:30px;	
	}
#portfolio_content ul#buttons{
	margin-left:43px;	
	}
#portfolio_content ul#buttons li{
	float:left;
	width:105px;
	margin-right:20px;	
	color:#a7031e;
	background:url(../images/port_folio_buttons_bg.png) repeat-x;
	border-radius:5px;
	font-family:Lato;
	cursor:pointer;
	font-size:5px;
	text-transform:uppercase;
	height:35px;
	}
#portfolio_content ul#buttons li:hover, #portfolio_content ul#buttons li#active{
	float:left;
	width:105px;
	margin-right:20px;	
	color:#fff;
	background:url(../images/all_portfolio_button_bg.png) repeat-x;
	font-family:Lato;
	font-size:5px;
	height:35px;
	}
#portfolio_content ul#buttons li h3{
	font-size:20px;
	margin-top:8px;
	text-align:center;
	}

#portfolio_content #blocks{
	width:100%;
	min-height:460px;
	float:left;
	margin-top:20px;
	clear:both;
	}
#portfolio_content #blocks #block{
		width:23%;/*230px*/
		height:210px;
		margin-left:15px;
		margin-bottom:20px;
		float:left;
		background:#000;
	}








/*PORTFOLIO PAGE STYLESHEETS*/
/*PORTFOLIO PAGE STYLESHEETS*/
/*PORTFOLIO PAGE STYLESHEETS*/
/*PORTFOLIO PAGE STYLESHEETS*/
/*PORTFOLIO PAGE STYLESHEETS*/


















/*SERVICES PAGE STYLESHEETS*/





#outer_header_blog{
	width:100%;
	height:57px;
	background:url(../images/nav_bg.png) repeat-x;	
	float:left;
	}
#header_blog{
	width:1000px;/*1000px*/
	height:100%;
	background:;
	margin:0 auto;	
	}
#outer_logo_blog{
	float:left;
	margin-top:5px;	
	width:195px;
	height:100%;
	}
#nav_blog{
	width:680px;/*600px*/
	height:100%;
	float:right;
	
	}
#nav_blog ul{
	width:100%;
	height:100%;
	float:left;
	}
#nav_blog ul li{
	float:left;
	height:100%;
	display:block;	
	padding-right:4.3%;
	}
#nav_blog ul li a{
	display:block;
	font-family:Microsoft;
	text-transform:uppercase;
	color:#fff;
	height:100%;
	padding-top:25px;
	text-decoration:none;
	font-size:87%;	
	}
#nav_blog ul li a:hover, #nav_blog ul li #active{
	background:url(../images/blog_hover_cona.gif) no-repeat;
	color:#fa6908;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:13px 49px;	
	}



#outer_blog_content{
	width:100%;
	min-height:700px;	
	float:left;
	display:none;
	background:#fa6908;
	}

#blog_content{
	width:1000px;/*1000px*/
	height:100%;
	margin:0 auto;		
	display:table;	
	}
#blog_content p#firstpara{
	font-family:Lato Regular;
	font-size:24px;
	width:100%;
	text-align: center;
	color:#191a1a;
	margin:0 auto;
	margin-bottom:60px;
	margin-top:65px;
	line-height:1.2;	
	}	
#blog_content #blogitems{
	width:100%;
	height:400px;
	float:left;	
	}
#blogblock{
	width:30%;/*300px*/
	float:left;
	margin-left:15px;/*15px*/
	margin-right:15px;/*15px*/
	height:100%;	
	}
#blogblock ul li{
		padding:8px;
		background:url(../images/small_rounded_erroe.png) no-repeat;
		background-position:2px 9px;
		padding-left:20px;
		color:#191a1a;
		font-family:Lato Light;
		font-size:18px;
		border-bottom:1px solid black;
	}
#blogblock ul li:hover{
		background:#d85d0b url(../images/small_rounded_erroe.png) no-repeat;
		background-position:2px 9px;
		color:#191a1a;
		cursor:pointer;
		border-bottom:1px solid black;		
	}
#blogblock h3{
	font-family:Lato Light;
	font-size:24px;
	color:#191a1a;	
	padding-bottom:5px;
	border-bottom:1px solid #191a1a;
	width:75%;
	}
#blogblock p{
	width:100%;
	font-family:Lato Light;
	font-size:14px;
	margin-top:25px;
	line-height:1.2;
	text-align:left;	
	}
#meta2{
	background:url(../images/small_rounded_erroe.png) no-repeat right;
	text-align:right;
	font-family:Lato Light;
	font-size:14px;
	padding-right:20px;	
	margin-top:50px;
	}
/*SERVICES PAGE STYLESHEETS*/
/*SERVICES PAGE STYLESHEETS*/
/*SERVICES PAGE STYLESHEETS*/
/*SERVICES PAGE STYLESHEETS*/
/*SERVICES PAGE STYLESHEETS*/

















/*CONTACT PAGE STYLESHEETS*/





#outer_header_contact{
	width:100%;
	height:57px;
	background:url(../images/nav_bg.png) repeat-x;	
	float:left;
	}
#header_contact{
	width:1000px;/*1000px*/
	height:100%;
	background:;
	margin:0 auto;	
	}
#outer_logo_contact{
	float:left;
	margin-top:5px;	
	margin-left:10px;
	width:195px;
	height:100%;
	}
#nav_contact{
	width:680px;/*600px*/
	height:100%;
	float:right;
	
	}
#nav_contact ul{
	width:100%;
	height:100%;
	float:left;
	}
#nav_contact ul li{
	float:left;
	height:100%;
	display:block;	
	padding-right:4.3%;
	}
#nav_contact ul li a{
	display:block;
	font-family:Microsoft;
	text-transform:uppercase;
	color:#fff;
	height:100%;
	padding-top:25px;
	text-decoration:none;
	font-size:87%;	
	}
#nav_contact ul li a:hover, #nav_contact ul li #active{
	background:url(../images/contact_hover_cona.gif) no-repeat;
	color:#02dfd7;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-wap-transition: color 1s;
	-o-transition: color 1s;
	-ie-transition: color 1s;
	transition: color 1s;
	background-position:13px 49px;	
	}



#outer_contact_content{
	width:100%;
	height:620px;	
	float:left;
	background:#fa6908/*02dfd7*/;
	}

#contact_content{
	width:1000px;/*1000px*/
	height:100%;
	margin:0 auto;
	background:#fa6908;
	display:table;	
	}
	
#contact_content p{	
font-family:Lato Regular;
	font-size:24px;
	width:95%;
	text-align: center;
	color:#020202;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:65px;
	line-height:1.2;	
}
#contact_info{
	width:100%;
	height:400px;
	}
#contact_info #contact_form{
	width:63%; /*630px*/
	height:100%;
	margin-top:-28px;
	float:left;	
	}
#contact_form h2{
	font-family:Lato Regular;
	font-size:24px;	
	color:#020202;	
	float:left;
	margin-left:10px;
	margin-bottom:10px;	
	}
#contact_form input{
	width:100%;
	height:30px;
	text-indent:10px;
	font-family:Lato Regular;
	color:#027874;
	font-size:14px;
	background:#fff;
	border:1px solid #fff;
	border-radius:5px;
	}
#contact_form input#submit{
	width:105px;	
	text-indent:-7px;
	font-family:Lato;
	color:#fff;
	font-size:14px;
	border:none;
	background:#000;
	border-radius:0;
}
#contact_form textarea{
		width:100%;
		text-indent:10px;
		font-family:Lato Regular;
		color:#027874;
		font-size:14px;
		background:#fff;
		border:none;
		border-radius:5px;
		padding-top:5px;
	}
#contact_info #info{
	width:33%; /*330px*/
	height:100%;
	float:right;	
	}
#info ul li{
	margin-bottom:10px;
	font-family:Lato Regular;
	font-size:16px;
	color:#020202;
	}

#info ul li#location{
	background:url(../images/location.png) no-repeat;
	height:40px;
	padding-left:50px;
	}
#info ul li#location:hover{
	background:url(../images/location_round_icon.png) no-repeat;
	height:40px;
	padding-left:50px;
	}
#info ul li#message{
	background:url(../images/message.png) no-repeat;
	height:40px;
	padding-left:50px;
	}
#info ul li#message:hover{
	background:url(../images/contact_rounded_icon.png) no-repeat;
	height:40px;
	padding-left:50px;
	}
#info ul li#message span{
	float:left;
	margin-top:7px;
	}
#info ul li#message span a{
	color:#020202;	
	}
#info ul li#message span a:hover{
	text-decoration:underline;	
	}
#info ul li#telephone{
	background:url(../images/phone.png) no-repeat;
	height:40px;
	padding-left:50px;
	}
#info ul li#telephone:hover{
	background:url(../images/phone_round_icon.png) no-repeat;
	height:40px;
	padding-left:50px;
	}
#info ul li#telephone span{
	float:left;
	margin-top:7px;
	
	}
	#info ul li#skype{
	background:url(../images/black_skype.png) no-repeat;
	height:40px;
	padding-left:50px;
	}
#info ul li#skype:hover{
	background:url(../images/skype_icon.png) no-repeat;
	height:40px;
	padding-left:50px;
	}
#info ul li#skype span{
	float:left;
	margin-top:7px;
	
	}
#info h2{
	font-family:Myraid Pro;
	font-size:20px;	
	color:#fff;	
	margin-top:10px;
	margin-bottom:10px;
	}
#info p{
		font-family:Myriad Pro;
	font-size:14px;
	text-align: justify;
	color:#027874;
	margin:0 auto;
	line-height:1.2;	
	}
#info ol{
	margin-top:20px;	
	}
#info ol li{
	float:left;
	margin-right:3px;
	}
#info ol li a{
	display:block;
	width:33px;
	height:33px;
	text-decoration:none;	
	}
#info ol li#fb{
	background:url(../images/fb.png) no-repeat;
	border-radius:60px;
	opacity:0.8;
	}
#info ol li#fb:hover{
		background:url(../images/fb_icon.png) no-repeat;
		opacity:1;
	}
#info ol li#twiter{
	background:url(../images/twitter.png) no-repeat;
	border-radius:60px;
	opacity:0.8;
	}
#info ol li#twiter:hover{
		background:url(../images/twitter_icon.png) no-repeat;
		opacity:1;
	}


#info ol li#in{
	background:url(../images/in.png) no-repeat;
	border-radius:60px;
	opacity:0.8;
	}
#info ol li#in:hover{
		background:url(../images/in_icon.png) no-repeat;
		opacity:1;
	}
	
	
#info ol li#gplus{
	background:url(../images/gplus.png) no-repeat;
	border-radius:60px;
	opacity:0.8;

	}
#info ol li#gplus:hover{
		background:url(../images/google_plus_icon.png) no-repeat;
		opacity:1;
	}
	
	
#info ol li#znageer{
	background:url(../images/zangeer.png) no-repeat;
	border-radius:60px;
	opacity:0.8;
	}
#info ol li#znageer:hover{
		background:url(../images/zangeer_icon.png) no-repeat;
		opacity:1;
	}
	
	
#info ol li#youtube{
	background:url(../images/youtube.png) no-repeat;
	border-radius:60px;
	opacity:0.8;
	}
#info ol li#youtube:hover{
		background:url(../images/youtube_icon.png) no-repeat;
		opacity:1;
	}
	
	


/*CONTACT PAGE STYLESHEETS*/
/*CONTACT PAGE STYLESHEETS*/
/*CONTACT PAGE STYLESHEETS*/
/*CONTACT PAGE STYLESHEETS*/
/*CONTACT PAGE STYLESHEETS*/


#footer{
	font-family:Lato;
	font-size:14px;
	vertical-align:bottom;
	clear:both;
	margin-top:0;
	color:#020202;
	background:#fa6908;
	}
#footer a{
	font-family:Lato;
	font-size:14px;
	vertical-align:bottom;
	color:#020202;
	}
#footer a:hover{
	text-decoration:underline;
	color:#fff;	
	}
#second{
	display:none;	
	}
