/*

Theme Name: Ark

Theme URI: http://arkinfotec.com

Author: the Ark team

Author URI: http://arkinfotec.com

Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

Text Domain: twentyfourteen 



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/**

 * Table of Contents:

 *

 * 1.0 - Reset

 * 2.0 - Repeatable Patterns

 * 3.0 - Basic Structure

 * 4.0 - Header

 * 5.0 - Navigation

 * 6.0 - Content

 *   6.1 - Post Thumbnail

 *   6.2 - Entry Header

 *   6.3 - Entry Meta

 *   6.4 - Entry Content

 *   6.5 - Galleries

 *   6.6 - Post Formats

 *   6.7 - Post/Image/Paging Navigation

 *   6.8 - Attachments

 *   6.9 - Archives

 *   6.10 - Contributor Page

 *   6.11 - 404 Page

 *   6.12 - Full-width

 *   6.13 - Singular

 *   6.14 - Comments

 * 7.0 - Sidebar

 *   7.1 - Widgets

 *   7.2 - Content Sidebar Widgets

 * 8.0 - Footer

 * 9.0 - Featured Content

 * 10.0 - Multisite

 * 11.0 - Media Queries

 * 12.0 - Print

 * -----------------------------------------------------------------------------

 */





/**

 * 1.0 Reset

 *

 * Resetting and rebuilding styles have been helped along thanks to the fine

 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html

 * along with Nicolas Gallagher and Jonathan Neal

 * http://necolas.github.com/normalize.css/ and Blueprint

 * http://www.blueprintcss.org/

 *

 * -----------------------------------------------------------------------------

 */
 
 
 
 @charset "utf-8";
/* CSS Document */



html,  body {
	height:100%;
	font-family: 'PT Sans', sans-serif;
}
body {
	margin:0;
	padding:0;
	text-align:left;
	font-family: 'PT Sans', sans-serif;
	overflow-x:hidden;
}

.sridhar_beauty {
	
}
header,  footer,  article,  section,  nav,  figure,  address,  hgroup,  abbr,  figcaption,  aside {
	display:block;
	margin:0;
	padding:0;
}
abbr {
	border:none;
}
address {
	font-style:normal;
}
a,  .cmsmsLike span {
	outline:none;
	text-decoration:none;
	cursor:pointer;
 -webkit-transition:color .2s ease-out;
 -moz-transition:color .2s ease-out;
 -ms-transition:color .2s ease-out;
 -o-transition:color .2s ease-out;
 transition:color .2s ease-out;
}
p {
	margin:0;
	padding:0 0 18px;
}
table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}
td,  th,  tr {
	margin:0;
	padding:0;
}
ol,  ul,  li,  dl,  dt,  dd {
	margin:0;
	padding:0;
}
/*ol,  ul {
	margin:0 0 18px;
}*/
ol {
	list-style-position:inside;
}
ol li {
	line-height:24px;
}
ul li {
	list-style:none;
	line-height:24px;
}
/*img {

	padding:0;

	border:0;

}





a img {

	display:block;

	border:0;

}*/



.fullwidth {
	display:block;
	min-width:100%;
	max-width:100%;
	height:auto;
}
img.fullwidth {
	-ms-interpolation-mode:bicubic;
	image-rendering:optimizeQuality;
}
.preloader {
	position:relative;
	display:block;
	padding-bottom:56.25%;
	width:100%;
	height:0;
	background:url(img/loader.gif) 50% 50% no-repeat;
}
.preloader img {
	opacity:0;
	filter:alpha(opacity=0);
}
.preloader.highImg .fullwidth {
	position:relative;
	height:auto;
}
.resizable_block {
	position:relative;
	overflow:hidden;
	padding-bottom:56.25%;
	width:100%;
	height:0;
}
.preloader .fullwidth,  .portfolio .preloader .fullwidth,  .resizable_block .fullwidth {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
div {
	margin:0;
	padding:0;
	text-align:left;
}
blockquote,  code,  input,  textarea {
	margin:0;
	padding:0;
}
object,  video,  audio,  embed,  canvas {
	display:block;
}
form {
	margin:0;
	padding:0;
	border:none;
}
fieldset {
	margin:0;
	padding:0;
	border:0;
}
label {
	display:inline-block;
	margin:0;
	padding:0;
}
input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
	border:0;
	background:none;
}
textarea {
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-height:120px;
	outline:none;
	border:0;
	background:none;
	resize:none;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	margin:0 0 18px;
	padding:0;
}
.dn {
	display:none;
}
.cl {
	clear:both;
}
.ovh {
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.header {
	width:100%;
	background:url(images/headerbg.jpg) #f3f3f3 repeat-x;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.38);
	-moz-box-shadow:    0px 3px 4px rgba(0, 0, 0, 0.38);
	box-shadow:         0px 3px 4px rgba(0, 0, 0, 0.38);
	z-index:999;
	position:fixed;
}
.jetmenu {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
}
.jetmenu li {
	display: inline-block;
	float: left;
}
.jetmenu a {
 -o-transition: all .3s linear;
 -webkit-transition: all .3s linear;
 -moz-transition: all .3s linear;
 transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.jetmenu > li > a {
	padding: 12px 8px ;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px !important;
	color: #4e4e4e;
	text-decoration: none;
	display: inline-block;
	text-transform:uppercase !important;
}

.jetmenu > li > a:hover {
	color: #fff; !important;
}
.jetmenu > li:hover > a, .jetmenu > li.active > a {
	background: #e0e0e0;
	color: #555;
}
.jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	width: 146px;
	background: #333333;
}
.jetmenu ul.dropdown {
	top: 48px;
}
.jetmenu ul.dropdown li ul.dropdown {
	left: 146px;
	top: inherit;
}
.jetmenu ul.dropdown li {
	clear:both;
	width:100%;
	font-size: 16px;
}
.jetmenu ul.dropdown li a {
	width:100%;
	float:left;
	clear:both;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	color: #02b8fa;
	font-size:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:none repeat scroll 0 0 #ededed;
	display:block;
	padding:6px 12px;
}

.jetmenu ul.dropdown li a:hover
{
	background:#02b8fa !important;
	color:#FFFFFF !important;
}
.jetmenu ul.dropdown li:hover > a {
	background: #e0e0e0;
	color: #555;
}
.jetmenu .indicator {
	position: relative;
	left: 5px;
	top: 2px;
	font-size: 14px;
	float: right;
}
.jetmenu ul li .indicator {
	font-size: 12px;
	top: 1px;
	left: 10px;
}
.jetmenu > li > .megamenu {
	position: absolute;
	display: none;
	background: #fff;
	min-width: 25%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #000;
	z-index: 99;
	padding: 10px 0px 0px 30px;
	border-bottom: 6px solid #02b8fa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.jetmenu li > .megamenu ul {
	margin: 0 0 5px 0;
	float: left;
	padding: 0;
	display: block;
	position: relative;
}
.jetmenu li > .megamenu ul li {
	width: 100%;
	padding: 4px 0;
}
.jetmenu li > .megamenu ul li.title {
	margin: 0 0 8px;
	padding: 0 0 5px;
	border-bottom: solid 1px #666;
}
.jetmenu li > .megamenu h5 {
	width: 100%;
	margin: 0;
	padding: 0;
}/* megamenu links */
.jetmenu li > .megamenu a {
	/*color: #000;*/

	text-decoration: none;
	font-size: 15px;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
	background:none repeat scroll 0 0 #ededed;
	display:block;
	padding:2px 5px;
	color:#4e4e4e !important;
	font-family: 'Roboto Condensed', sans-serif;
}
.jetmenu li > .megamenu a:hover {
	color: #ffffff !important;
	background:#02b8fa;
}
.jetmenu .megamenu img {
	/*width: 100%;
	-webkit-transition: border 0.3s linear;
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;*/
}
#portfolio-group {
	margin: 40px 0px;
}
.jetmenu > li > .megamenu.quarter-width {
	width: 26%;
}
.jetmenu > li > .megamenu.half-width {
	width: 47% ; 
}
.jetmenu > li > .megamenu.full-width {
	width: 79%;
	left: 0;
}
.jetmenu li > .megamenu form {
	width: 100%;
}
.overlay {
	background: url(images/overlay-bg.png) repeat;
	width: 150px;
	height: 120px;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}
.jetmenu li > .megamenu form input[type="text"], .jetmenu li > .megamenu form textarea {
	padding: 5px;
	color: #ffffff;
	background: #444;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	border: solid 1px transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.3s linear;
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}
.jetmenu li > .megamenu form input[type="text"]:focus, .jetmenu li > .megamenu form textarea:focus {
	border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"] {
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form textarea {
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"] {
	width: 25%;
	float: right;
	height: 30px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #444;
	color: #777;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.jetmenu li > .megamenu form input[type="submit"]:hover {
	background: #e0e0e0;
	color: #555;
}
.megamenu .row {
	width: 100%;
	margin-top: 15px;
}
.megamenu .row:first-child {
	margin-top: 0;
}
.megamenu .row:before, .megamenu .row:after {
	display: table;
	content: "";
	line-height: 0;
}
.megamenu .row:after {
	clear: both;
}
.megamenu .row .col1, .megamenu .row .col2, .megamenu .row .col3, .megamenu .row .col4, .megamenu .row .col5, .megamenu .row .col6 {
	display: block;
	width: 100%;
	min-height: 20px;
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 .megamenu .row [class*="col"]:first-child {
 margin-left: 0;
}
.megamenu .row .col1 {
	width: 16.99%;
}
.megamenu .row .col2 {
	width: 97.915%;
}
.megamenu .row .col3 {
	width: 45.915%;
}
.megamenu .row .col4 {
	width: 55.957%;
}
.megamenu .row .col5 {
	width: 82.97872340425532%;
}
.megamenu .row .col6 {
	width: 106%;
}
.jetmenu > li.right {
	float: right;
}
.jetmenu > li.right > .megamenu {
	right: 0;
}
.jetmenu > li.showhide {
	display: none;
	width: 100%;
	height: 48px;
	cursor: pointer;
	color: #ffffff;
	background: #0098e5;
	border-bottom:#0098e5 solid 1px;
}
.jetmenu > li.showhide span.title {
	margin: 15px 0 0 25px;
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
}
.jetmenu > li.showhide span.icon {
	margin: 17px 20px;
	float: right;
}
.jetmenu > li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ffffff;
}
.blue > li:hover > a, .blue > li.active > a {
	background: #02b8fa;
	color: #fff;
}
.blue ul.dropdown li:hover > a {
	background: #02b8fa;
	color: #fff;
}
.blue li > .megamenu form input[type="text"]:focus, .blue li > .megamenu form textarea:focus {
	border-color: #02b8fa;
}
.blue li > .megamenu form input[type="submit"]:hover {
	background: #02b8fa;
	color: #fff;
}
.blue li > .megamenu a:hover {
	color: #02b8fa;
}
 @media (max-width: 1023px) {
 .jetmenu > li {
 display: block;
 width: 100%;
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 border-bottom:#2a2a2a solid 1px;
}
 .jetmenu > li > a {
 padding: 10px 25px;
}
 .jetmenu a {
 width: 100%;
 background: #333333;
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 color:#fff !important;
 
}
 .jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown {
 width: 100% !important;
 left: 0;
 position: static !important;
 border: none;
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
}
 .jetmenu ul.dropdown li {
 background: #fff !important;
 border: none;
}
 .jetmenu ul.dropdown > li > a {
 padding-left: 40px !important;
}
 .jetmenu > li > .megamenu {
 width: 100% !important;
 position: static;
 border-top: none;
}
 .megamenu .row [class*="col"] {
 float: none;
 display: block;
 width: 100%;
 margin-left: 0;
 margin-top: 15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
 .megamenu .row:first-child [class*="col"]:first-child {
 margin-top: 0;
}
 .megamenu .row {
 margin-top: 0;
}
 .jetmenu > li > ul.dropdown > li > a {
 padding-left: 40px !important;
}
 .jetmenu > li > ul.dropdown > li > ul.dropdown > li > a {
 padding-left: 60px !important;
}
 .jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
 padding-left: 80px !important;
}
 .content {
}
 .content ul.items {
 font-size: 14px;
 margin: 0;
 list-style-type:square
}
 .content ul.items li {
 padding: 4px 0;
}
 .content p {
 font-size: 13px;
}
 .jetmenu {
 margin: 0 0 0px;
}
 .jetmenu > li:nth-child(6) .megamenu .row [class*="col"] {
/* background: #999 !important;*/
}
}
 @media (max-width: 1023px) {
 .content {
 margin: 0;
}

 .jetmenu {
 margin: 0 0 0px;
 z-index:999 !important;
 position:absolute !important;
 left:0px !important;
}
}
.logo {
	margin-top:15px;
	padding-right:20px;
	width:18%;
}
.email_new {
	float:left;
	background:url(images/spe.jpg) no-repeat;
	padding-top:12px;
	font-size:16px;
	padding-bottom:20px;
	margin-top:5px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#0563a5 !important;
}
.email_new span {
	text-transform:uppercase;
	color:#6d6c6c !important;
}
.email_new a {
	color:#0563a5;
	text-decoration:none;
}
.email_new a:hover {
	color:#0563a5;
	text-decoration:none;
}
.email_new span {
	color:#0563a5;
}
.phone {
	background:url(images/spe.jpg) no-repeat;
	margin:5px 0 0 0%;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#6d6c6c;
	padding-top:12px;
	padding-bottom:20px;
}
.phone span {
	color:#0563a5;
}
/*tool tip*/



.skype {
	width:21px;
	height:0px;
	background:url(images/skype.png) no-repeat;
	display:block;
}
.yahoo {
	width:21px;
	height:0px;
	background:url(images/yahoo.png) no-repeat;
	display:block;
}
.gmail {
	width:21px;
	height:0px;
	background:url(images/gamil.png) no-repeat;
	display:block;
}
.msn {
	width:21px;
	height:0px;
	background:url(images/msn.png) no-repeat;
	display:block;
}
.live-chat {
	float:left;
	background:url(images/spe.jpg) no-repeat;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#6d6c6c;
	margin-top:5px;
	padding-top:12px;
	padding-bottom:20px;
	text-transform:uppercase;
	width:15.667%;
}
.live-chat ul {
	margin:4px 0px 0px 0px;
}
.live-chat ul li {
	width:21px;
	float:left;
	margin:0 4px 0 0;
	list-style:none;
	position:relative;
	display:inline;
	font-size:11px !important;
	font-family: 'Roboto Condensed', sans-serif;
}
.live-chat ul li a {
	width:21px;
	height:20px;
	float:left;
	margin:0 4px 0 0;
	text-indent:-99999px;
}
.live-chat ul li .chat-h {
	font-size:12px;
	color:#fff;
	padding:1px 12px 2px;
	border-radius:9px;
	background:#01aeff;
	position:absolute;
	left:-95px;
	top:25px;
	display:none;
	text-transform:none;
	text-align:center;
}
.live-chat ul li:first-child .chat-h {
	left:-48px;
}
.live-chat ul li:hover .chat-h {
	display:block;
}
.live-chat ul li .chat-h span {
	background:url(images/top-arrow.png) top center no-repeat;
	margin:-10px 0 0 43px;
	width:8px;
	height:6px;
	float:left;
	position:absolute;
	top:5px;
	left:12px;
}
.live-chat ul li.hot-m .chat-h {
	background:#2596be;
}
.live-chat ul li.hot-m .chat-h span {
	background:url(images/top-arrow-g.png) top center no-repeat;
	margin:-10px 0 0 50px;
}
.live-chat ul li.yaho .chat-h {
	background:#993eb2;
}
.live-chat ul li.yaho .chat-h span {
	background:url(images/top-arrow-y.png) top center no-repeat;
	margin:-10px 0 0 36px;
}
.live-chat ul li.gma .chat-h {
	background:#2670c9;
}
.live-chat ul li.gma .chat-h span {
	background:url(images/top-arrow-h.png) top center no-repeat;
	margin:-10px 0 0 35px;
}
.followus {
	background:url(images/spe.jpg) no-repeat;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#6d6c6c;
	margin-top:5px;
	padding-top:12px;
	padding-bottom:20px;
	text-transform:uppercase;
	width:17.667%;
}
.followus ul li {
	float:left;
	padding:0px 2px 0px 2px;
	display:inline;
}
.slidercont {
	width:100%;
	float:left;
	margin:125px 0px 0px 0px;
	border-bottom:#0099e6 solid 5px;
}
.slidercont img {
	width:100%;
}
.logos {
	width:100%;
	float:left;
	margin:0px 0px 0px 0px;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.38);
	-moz-box-shadow:    0px 3px 4px rgba(0, 0, 0, 0.38);
	box-shadow:         0px 3px 4px rgba(0, 0, 0, 0.38);
	padding-top:15px;
	padding-bottom:15px;
	z-index:99;
	position:relative;
}
.body-cont {
	width:100%;
	float:left;
	margin:132px 0px 0px 0px;
}
.body-cont2 {
	width:100%;
	float:left;
}
.cate-bg {
	width:100%;
	float:left;
	background:url(images/cate-bg.jpg) #f6f6f6 repeat-x;
	padding-top:50px;
	padding-bottom:15px;
}
.whatwedo {
	font-size:15px;
}
.opencrace {
	float:left;
	text-align:center;
}
.services-cont {
	font-size:12px;
	padding-right:0px;
}
.services-cont h1 {
	font-size:16px !important;
	margin:0px 0px 6px 25px;
}
.services-cont h2 {
	font-size:16px !important;
	margin:0px 0px 6px 25px;
}
.services-cont h3 {
	font-size:16px !important;
	margin:0px 0px 6px 25px; 
}
.services-cont h4 {
	font-size:16px !important;
	margin:0px 0px 6px 25px;
} 
.services-cont ul {
	margin:0px 0px 27px 24px;
}
.services-cont ul li {
	background:url(images/icon2.png) 0px 7px no-repeat;
	padding:0px 0px 0px 9px;
	line-height:20px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.services-cont ul li a {
	color:#333;
	text-decoration:none;
}
.services-cont ul li a:hover {
	text-decoration:underline;
}

.whatwedo h6 {
	font-size:50px !important;
	color:#525255;
	text-transform:uppercase;
	text-align:center;
}
.cate-icon {
	width:99px;
	float:left;
	margin:0px 0px 0px 0px;
	padding-left:15px;
}
.feaured-project {
	margin:10px 0px 0px 0px;
}
.feaured-project h5 {
	font-size:22px;
	border-bottom:#b3b3b3 dotted 1px;
	padding-bottom:9px;
	text-transform:uppercase;
	color:#2275cc !important;
}
.ourfraturedcontent {
	font-size:15px !important;
	line-height:24px;
}
.ourfraturedcontent a {
	background:url(images/viewportfolio.jpg) no-repeat;
	width:144px;
	height:30px;
	font-size:14px;
	display:block;
	color:#FFFFFF;
	line-height:30px;
	text-indent:14px;
	text-decoration:none;
	margin:10px 0px 0px 0px;
}
.ourfraturedcontent a:hover {
	background:url(images/btnhover.png) no-repeat;
}
.grid-cont {
	margin-top:-50px;
}
.whychooseus {
	margin:45px 0px 45px 0px;
	font-size:15px !important;
	line-height:26px;
}
.whychooseus h4 {
	font-size:22px !important;
	color:#525255;
	text-transform:uppercase;
	border-bottom: 1px dotted #B3B3B3;
	padding-bottom:5px;
}
.whychooseus a {
	background:url(images/readmore.jpg) no-repeat;
	width:102px;
	height:22px;
	font-size:14px;
	display:block;
	float:right;
	color:#FFFFFF;
	line-height:22px;
	text-indent:10px;
	text-decoration:none;
	margin:10px 0px 0px 0px;
}
.whychooseus a:hover {
	background:url(images/readmore-hover.png) no-repeat;
}
.bubble {
	width:100%;
	background:#0099e6;
	position: relative;
	color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:12px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
}
.bubble:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 20px;
	border-top: 9px solid blue;
	border-top-color:#0099e6;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.bubble span {
	font-size:20px;
	line-height:5px;
}
.client-name {
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:9px 0px 0px 0px;
}
.footer-cont {
	width:100%;
	float:left;
	background:url(images/footerbg.jpg) repeat;
	padding:9px 0px 9px 0px;
	margin:0px 0px 0px 0px;
}
.footerrow2 {
	width:100%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:10px 0px 9px 0px;
	text-align:center !important;
	line-height:12px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#FFFFFF;
}
.footerrow2 ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
}
.footerrow2 ul li {
	list-style:none;
	background:url(images/spe2.jpg) right no-repeat;
	padding:0px 7px 0px 7px;
	display:inline;
	text-align:center !important;
}
.footerrow2 ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.footerrow2 ul li a:hover {
	color:#5b5b5b;
	text-decoration:underline;
}
/*web design */



.page-heading {
	width:100%;
	float:left;
	color:#FFFFFF;
	background:#0099e6;
	letter-spacing:3px;
}
.page-heading h1 {
	font-size: 40px;
	line-height: 83px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	margin:0px;
	padding:0px;
}
.pagecont {
	width:100%;
	float:left;
	margin:25px 0px 0px 0px;

	font-size:15px;
	line-height:20px;
	min-height:500px;
}
.body-right {
	margin:-25px 0px 0px 0px;
	background:#f1f1f1;
	border:#d3d2d2 solid 1px;
	/*min-height:1000px;*/

	padding:0px 0px 25px 0px;
	border-top:none;
}
.body-left {
	margin:0px 0px 0px 0px;
	padding-left:0px;
	padding-right:35px;
	text-align:justify;
}
.leftbar-heading {
	width:100%;
	float:left;
	background:#777777;
	color:#FFFFFF;
	text-align:center;
	padding:9px 0px 9px 0px;
	font-size:24px;
	text-transform:uppercase;
}
.leftbar-heading2 {
	float:left;
	margin:10px 0px 0px 0px;
}
.leftbar-icon {
	width:38px;
	float:left;
}
.leftbar-headingtxt {
	width:auto;
	float:left;
	color:#464444;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0px 0px 9px;
}
.listcont {
	float:left;
	margin:0px 0px 15px 0px;
	width: 100%;
}
.listcont ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.listcont ul li {
	list-style:none;
	background:url(images/servicelist-icon.jpg) 9px 7px #ffffff no-repeat !important;
	padding:5px 0px 5px 25px!important;
	margin-bottom:6px!important;
	line-height:16px!important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px!important;
	display:block!important;
	float:left;
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.listcont ul li a {
	color:#000000;
	text-decoration:none;
	padding:2px 0px 2px 0px;
}
.listcont ul li a:hover {
	color:#fa752c;
}
.leftbar-heading2 {
	float:left;
	margin:10px 0px 0px 0px;
}
.requestqoute-btn {
	width:100%;
	float:left;
	background:url(images/requestqoute.png) right 7px #0099e6 no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:20px;
	margin:0px 0px 0px 0px;
	font-size:22px;
	line-height:32px;
	font-family: 'Roboto Condensed', sans-serif;
}
.requestqoute-btn a {
	color:#FFFFFF;
	display:block;
	padding:5px 5px 6px 9px;
}
.requestqoute-btn a:hover {
	text-decoration:none;
}
.requestqoute-btn:hover {
	text-decoration:none;
	background:url(images/requestqoute.png) right 7px #fa752c no-repeat;
}
.requestqoute-btn1 {
	width:220px;
	float:right;
	background:url(images/requestqoute.png) right 7px #0099e6 no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:20px;
	margin:20px 0px 0px 0px;
	font-size:22px;
	line-height:32px;
	font-family: 'Roboto Condensed', sans-serif;
	float:right;
}
.requestqoute-btn1 a {
	color:#FFFFFF;
	display:block;
	padding:5px 5px 6px 9px;
}
.requestqoute-btn1 a:hover {
	text-decoration:none;
}
.requestqoute-btn1:hover {
	text-decoration:none;
	background:url(images/requestqoute.png) right 7px #fa752c no-repeat;
}
.page-img {
	float:left;
	padding-right:15px;
}
.pagesub-heading {
	width:100%;
	/*	float:left;*/

background:#ffffff;
	color:#fa752c;
	padding:9px 0px 9px 0%;
	margin:25px 0px 10px 0px;
	font-size:20px;
	font-weight:bold;
	border-bottom:#aeaeae dotted 1px;
	line-height:25px;
}
.pagesub-heading2 {
	margin:0px 0px 10px 0px;
}
.webdesignfeature {
	width:100%;
	float:left;
	background:#f2f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px 0px 0px 0px;
	border:#cecece solid 1px;
	min-height:295px;
}
.feature-icon {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	text-align:center;
}
.feature-content {
	float:left;
	margin:0px 0px 0px 0px;
	padding:3% 6%;
	width:100%;
	text-align:center;
}
.feture-heading {
	width:100%;
	float:left;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0px 0px 0px;
}
.serviceslist li {
	width:31%;
	float:left;
	margin:0px 10px 0px 0px;
	display:inline;
	color:#4e4e4e;
	padding-left:12px;
	padding-bottom:6px !important;
	background:url(images/icon.png) 0px 8px no-repeat;
}
.leftbar-heading3 {
	width:100%;
	float:left;
	margin:25px 0px 0px 0px;
	background:#aec124;
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	font-size:23px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Roboto Condensed', sans-serif;
}
.leftbar-heading3:after {
	content: "";
	position: relative;
	top: 36px;
	left: 10px;
	border-top: 9px solid blue;
	border-top-color:#aec124;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	
}
.our-latest-prothumb {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	padding-bottom:15px;
	text-align:center;
}
.our-latest-prothumb img {
	height: auto;
	max-width: 100%
}
/*contact us*/

	

	.formcont {
	width:100%;
	float:left;
	background:#eae9e9;
	margin:25px 0px 0px 0px;
	-webkit-border-radius: 9px;
	padding:10px;
	padding-top:15px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.contact-left {
	margin-top:0px;
	margin-bottom:25px;
}
.contact-right {
	margin-top:25px;
}
.formcont label {
	font-weight:normal;
}
.form-heading {
	width:100%;
	float:left;
	font-size:30px;
	color:#4d4d4d;
}
.form-in {
	width:100%;
	float:left;
	background:#FFFFFF;
	margin:20px 0px 0px 0px;
	-webkit-border-radius: 9px;
	padding:10px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.form-in span {
	color:#e5260d;
}
.contact-txtfield {
	width:100%;
	float:left;
	background:#f0f0f0;
	border:#d5d5d5 solid 1px;
	margin:5px 0px 15px 0px;
	-webkit-border-radius: 5px;
	padding:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contact-slectfield {
	width:100%;
	float:left;
	background:#f0f0f0;
	border:#d5d5d5 solid 1px;
	margin:5px 0px 15px 0px;
	-webkit-border-radius: 5px;
	padding:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact-txtfield:hover {
	background:#FFFFFF;
}
.contact-msgfield {
	width:100%;
	float:left;
	background:#f0f0f0;
	border:#d5d5d5 solid 1px;
	margin:5px 0px 15px 0px;
	-webkit-border-radius: 5px;
	padding:10px;
	height:151px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact-msgfield:hover {
	background:#FFFFFF;
}
.securitycode {
	width:auto;
	float:left;
}
.securitycode-field {
	float:left;
	width:73%;
	height:35px;
	background:#f0f0f0;
	border:#d5d5d5 solid 1px;
	margin:5px 0px 15px 15px;
	-webkit-border-radius: 5px;
	padding:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.securitycode-field:hover {
	background:#FFFFFF;
}
.send {
	background:#0099e6;
	border:none;
	width:120px;
	color:#FFFFFF;
	cursor:pointer;
	-webkit-border-radius:7px;
	padding:4px;
	float:left;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	height:35px;
	margin:20px 15px 0px 10px;
}
.reset {
	background:#5b5b5b;
	border:none;
	width:120px;
	color:#FFFFFF;
	cursor:pointer;
	-webkit-border-radius:7px;
	padding:4px;
	height:35px;
	float:left;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	margin:20px 15px 0px 0px;
}
.contact-right h2 {
	font-weight:normal;
	font-family: 'PT Sans', sans-serif;
	color:#f55701;
	font-size:25px;
	padding:0px 0px 9px 0px;
	border-bottom:#eae9e9 solid 1px;
}
.contactdetails {
	float:left;
	width:100%;
	margin:0px 0px 25px 0px;
}
.phoneicon3 {
	width:16px;
	float:left;
}
.phone-txt {
	width:auto;
	float:left;
	margin:0px 0px 0px 12px;
}
.mailicon3 {
	width:16px;
	float:left;
	margin:15px 0px 0px 0px;
}
.mail-txt {
	width:auto;
	float:left;
	margin:14px 0px 0px 12px;
}
.mail-txt a {
	color:#4d4d4d;
	text-decoration:none;
}
.mail-txt a:hover {
	color:#4d4d4d;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.livechaticon {
	width:auto;
	float:left;
	margin:10px 0px 0px 0px;
}
.livechattxt {
	width:auto;
	float:left;
	margin:10px 0px 0px 15px;
	font-weight:bold;
}
.contactinstanly {
	color:#0099e6 !important;
}
.socialnetwork {
	color:#27272a !important;
}
.address {
	width:100%;
	float:left;
	margin:15px 0px 0px 0px;
}
.address h1 {
	font-size:22px;
	color:#000000;
	width:100%;
}
.fullcontent {
	margin:0px 0px 25px 0px;
	text-align:justify;
}
.caps {
	font-size:29px;
	color:#0099e6;
}
.body-cont ul li {
	/*background:url(images/icon.png) 0px 7px no-repeat;
	padding:0px 0px 0px 12px;
	font-size:14px;*/
	/*float:left;*/
	/*	width:100%;*/
	background: url("images/icon.png") no-repeat scroll 18px center rgba(0, 0, 0, 0);
    font-size: 14px;
    padding: 0 0 0 33px;

}
.technology-cont {
	margin:15px 0px 25px 0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	border:#FFFFFF solid 1px;
	width:100%;
	float:left;
	padding-bottom:15px;
}
.technology-heading {
	width:100%;
	float:left;
	background:#adadad;
	padding:5px 0px 5px 0px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.tech-icon {
	width:51px;
	float:left;
	margin-right:10px;
	margin-left:10px;
}
.techname {
	width:70%;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	line-height:22px;
	font-size:19px;
	padding-top:4px;
	font-family: 'PT Sans', sans-serif;
}
.tach-img {
	width:100%;
	text-align:center;
	padding-top:15px;
	height:50px;
	float:left;
}
.technonolg-content {
	width:100%;
	float:left;
	text-align:justify;
	margin:15px 0px 0px 0px;
	line-height:17px;
	padding:5%;
}
.readmore2 {
	margin:15px 0px 0px 0px;
	float:none;
	width:100px;
	margin:15px auto;
}
.readmore2 a {
	padding:2px 5px;
	padding-right:20px;
	background: url(images/icon3.png) right #555555 no-repeat;
	color:#FFFFFF;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.readmore2 a:hover {
	text-decoration:none;
	background: url(images/icon3.png) right #f4733d no-repeat;
}
.mobileapp-points {
	width:100%;
	float:left;
	margin:40px 0px 0px 0px;
}
.mobileapp-points h1 {
	color:#4e4e4e;
	font-size:22px;
	margin:0px;
	padding:0px;
}
.points-icon {
	text-align:left;
}
.points-content h1 {
	text-align:left
}
.whattwedoapp-cont {
	margin:10px 0px 35px 0px;
}
.appicon {
	width:48px;
	float:left;
}
.appname {
	width:145px;
	float:left;
	margin:0px 0px 0px 15px;
	font-size:18px;
}
.appname2 {
	margin-top:14px;
}
.appname a {
	color:#292929;
}
.pagesub-heading3 {
	text-align:center;
}
.apps-feature {
	width:100%;
	float:left;
	background:#acbc3b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin:15px 0px 0px 0px;
	color:#ffffff;
}
.apps-feature h1 {
	font-size:20px;
	text-align:center;
	padding:6px 0px 6px 0px;
	background:#9aaa27;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
}
.apps-feature ul {
	margin:5px 0px 20px 0px;
	padding:0px;
}
.apps-feature ul li {
	list-style:none;
	background:url(images/list-icon1.png) 9px 12px no-repeat;
	padding:5px 0px 5px 20px;
	font-size:13px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.right-featuers {
	width:100%;
	float:left;
	background:#0099e6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5%;
	color:#FFFFFF;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
}
.right-featuers ul li {
	list-style:none;
}
.development li {
	width:48%;
	float:left;
	margin:0px 10px 0px 0px;
	display:inline;
	color:#4e4e4e;
	padding-left:12px;
	padding-bottom:6px !important;
	background:url(images/icon.png) 0px 8px no-repeat;
}
.phpfeature {
	width:100%;
	float:left;
	background:#f2f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:70px 0px 15px 0px;
	border:#cecece solid 1px;
	min-height:265px;
	padding:5%
}
.phpfeature-icon {
	width:100%;
	text-align:center;
	margin:-60px 0px 0px 0px;
}
.phpfeature-content {
	width:100%;
	text-align:left;
	margin:15px 0px 0px 0px;
	min-height:180px;
}
/*------------internet marketing-----------*/



.internetcate-cont {
	background:#f1f1f1;
	border:#d3d2d2 solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:6%;
	float:left;
	width:100%;
	margin:0px 0px 25px 0px;
}
.inm-heading {
	width:100%;
	float:left;
	background:#777777;
	color:#FFFFFF;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
	padding:6px 0px 6px 0px;
}
.inm-cate-icon {
	width:100%;
	float:left;
	text-align:center;
	margin:15px 0px 5px 0px;
}
.int-catecontnet {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	text-align:justify;
}
.readmorecont {
	width:100%;
	float:left;
	text-align:center !important;
	margin:15px 0px 0px 0px;
}
.readmorecont a {
	text-align:center !important;
	float:none !important;
	margin:0px auto;
	width:115px;
	float:left;
	height:27px;
	display:block;
	line-height:27px;
	background:#0099e6;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 -o-transition:.5s;
 -ms-transition:.5s;
 -moz-transition:.5s;
 -webkit-transition:.5s;

  /* ...and now for the proper property */

  transition:.5s;
}
.readmorecont a:hover {
	text-decoration:none;
	background:#acbc3b;
}
.seo-feature {
	width:216px;
	float:left;
	background:#f4733d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin:15px 0px 0px 0px;
	color:#ffffff;
	font-family: 'PTSans-Regular';
}
.seo-feature h1 {
	font-size:20px;
	text-align:center;
	padding:6px 0px 6px 0px;
	background:#e95f25;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px;
}
.seo-feature ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
.seo-feature ul li {
	list-style:none;
	background:url(images/list-icon1.png) 9px 14px no-repeat;
	padding:5px 0px 0px 20px;
	font-size:14px;
	line-height:20px;
}
.pagecont img {
	height:auto;
	max-width:100%
}
.product-details-left {
	margin:0px;
}
.product-details-leftimg {
	width:100%;
	float:left;
}
.product-imgshadow {
	width:100%;
	float:left;
	text-align:center;
}
.product-details-right {
	font-size:13px;
}
.product-details-right h1 {
	font-size:23px;
	padding-bottom:10px;
	margin-bottom:5px;
	background:url(images/line2.png) center bottom repeat-x;
}
.product-details-right ul {
	margin:0px;
	padding:0px;
}
.product-details-right ul li {
	list-style:none;
	background:url(images/icon.png) 0px 9px no-repeat;
	padding:0px 0px 0px 12px;
}
.project-detailsbtn {
	background:#0099e6;
	padding:15px 25px;
	width:1000px;
	color:#FFFFFF;
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.project-detailsbtn:hover {
	background:#a9bd43;
	color:#FFFFFF;
	text-decoration:none;
}
a {
 -o-transition:.5s;
 -ms-transition:.5s;
 -moz-transition:.5s;
 -webkit-transition:.5s;
 transition:.5s;
}
.recent-project-cont {
	width:100%;
	float:left;
	margin:85px 0px 45px 0px;
}
.recent-project-cont h1 {
	text-align:center;
	text-transform:uppercase;
	background:url(images/line2.png) center bottom no-repeat;
	padding-bottom:5px;
	color:#2e2e2e
}
.recent-pro {
	margin-top:25px;
}
.request-qoute-btn {
	width:100%;
	float:left;
	margin-top:25px;
	text-align:center;
}
.request-qoute-btn a {
	background:#fb7907;
	padding:15px 25px;
	width:1000px;
	color:#FFFFFF;
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:15px;
	font-weight:bold;
}
.request-qoute-btn a:hover {
	background:#0099e6;
	text-decoration:none
}
.whychoose2 {
	background:#f5f5f5;
	padding:1% 2%;
	margin-bottom:25px;
}
.pagesub-heading {
	background:none;
}
.table th {
	border-bottom: 2px solid #DDDDDD;
	vertical-align: bottom;
	border-top:none !important;
	background:#f1f1f1;
	color:#0099e6;
	font-weight:bold;
}
.table td:hover {
	color:#0099e6 !important;
	font-weight:bold;
}
.table a {
	color:#000000;
	text-decoration:none;
}
.table a:hover {
	color:#0099e6 !important;
	text-decoration:none;
}
.jobdetails {
	width:100%;
	float:left;
}
.commonbtn {
	background:#fb7907;
	padding:15px 25px;
	color:#FFFFFF;
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.commonbtn:hover {
	background:#0099e6;
	color:#FFFFFF;
	text-decoration:none;
}
.form-in2 {
	margin:0px;
}
 @media only screen and (max-width: 1023px) {
 .indicator {
 background-color: #FFFFFF;
 border-radius: 4px;
 color: #000000;
 cursor: pointer;
 z-index:99999;
 position:absolute;
 width:20px;
 height:20px;
 text-align:center;
 line-height:18px !important;
}
}
.logos img {
	height:auto;
	max-width:100%
}
.techlogo {
	margin:0px 0px 0px 0px;
	cursor:default;
}

.techlogo a {
	cursor:default !important;
}



.smk_accordion {
  position: relative;
  margin-bottom: 20px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {

  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  padding: 10px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
   
}

.smk_accordion .accordion_in .acc_head  a
{
	color:#000000;
	text-decoration:none;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {

  color: #7B7E85;
  padding: 3px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active .acc_head {

}
.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {

}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 0px;
}



.headerrow2
{
	width:100%;
	float:left; 
}

.search-new-box {
	float:right;
	width:181px;
}

.gw-gopf-post-meta {
color:#666666 !important;
}

.home_link {
	display:none;
}

a
{
	color:#0099e6;
}


.newicon a
{
	padding: 10px 9px 9px 9px !important;
}

.entry-content p {
	font-size:14px;
	line-height: 24px;
}

.about ul li {
	background:url(images/icon.png) 50px 7px no-repeat;
	padding:0px 0px 0px 70px;/*float:left;*/
	font-size:14px;

/*	width:100%;*/ 

}


h1.wel_title{
    border-bottom: 1px dotted #b3b3b3;
    color: #525255;
    font-size: 22px !important;
    padding-bottom: 5px;
    text-transform: uppercase;
}


.sprite-menu {
    background: url(images/sprite-menu.png) no-repeat top left;
    margin-bottom:5px;
    margin-right: 5px;
    display: block;
    float: left;
    height: 43px;
    width: 43px;
}
.sprite-menu1{ background-position: 0 0;} 
.sprite-menu10{ background-position: -86px 0;} 
.sprite-menu11{ background-position: -172px 0;} 
.sprite-menu12{ background-position: -258px 0;} 
.sprite-menu13{ background-position: -344px 0;} 
.sprite-menu14{ background-position: -430px 0;} 
.sprite-menu15{ background-position: -516px 0;} 
.sprite-menu16{ background-position: -602px 0;} 
.sprite-menu2{ background-position: -688px 0;} 
.sprite-menu3{ background-position: -774px 0;} 
.sprite-menu4{ background-position: -860px 0;} 
.sprite-menu5{ background-position: -946px 0;} 
.sprite-menu6{ background-position: -1032px 0;} 
.sprite-menu7{ background-position: -1118px 0;} 
.sprite-menu8{ background-position: -1204px 0;} 
.sprite-menu9{ background-position: -1290px 0;}

.sprite-service {
    background: url(images/service-sprite.png) no-repeat top left;
    width: 53px;
    height: 53px;
    float: left;
    cursor: pointer;
}
.sprite-service-and.hover{ background-position: 0 0; } 
.sprite-service-and{ background-position: -106px 0; } 
.sprite-service-apple.hover{ background-position: -212px 0; } 
.sprite-service-apple{ background-position: -318px 0; } 
.sprite-service-cake.hover{ background-position: -424px 0; } 
.sprite-service-cake{ background-position: -530px 0; } 
.sprite-service-drupal.hover{ background-position: -636px 0; } 
.sprite-service-drupal{ background-position: -742px 0; } 
.sprite-service-java.hover{ background-position: -848px 0; } 
.sprite-service-java{ background-position: -954px 0; } 
.sprite-service-jm.hover{ background-position: -1060px 0; } 
.sprite-service-jm{ background-position: -1166px 0; } 
.sprite-service-meg.hover{ background-position: -1272px 0; } 
.sprite-service-meg{ background-position: -1378px 0; } 
.sprite-service-net.hover{ background-position: -1484px 0; } 
.sprite-service-net{ background-position: -1590px 0; } 
.sprite-service-opencart.hover{ background-position: -1696px 0; } 
.sprite-service-opencart{ background-position: -1802px 0; } 
.sprite-service-pai.hover{ background-position: -1908px 0; } 
.sprite-service-pai{ background-position: 0 -106px; } 
.sprite-service-win.hover{ background-position: -106px -106px; } 
.sprite-service-win{ background-position: -212px -106px; } 
.sprite-service-wp.hover{ background-position: -318px -106px; } 
.sprite-service-wp{ background-position: -424px -106px; } 
.sprite-social {
    background: url(images/social-sprite.png) no-repeat top left;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
}
.sprite-social-facebook.hover{ background-position: 0 0; width: 20px; height: 20px; } 
.sprite-social-facebook{ background-position: -40px 0; width: 20px; height: 20px; } 
.sprite-social-gplus{ background-position: -80px 0; width: 20px; height: 20px; } 
.sprite-social-gplus.hover{ background-position: -120px 0; width: 20px; height: 20px; } 
.sprite-social-in.hover{ background-position: -160px 0; width: 20px; height: 20px; } 
.sprite-social-in{ background-position: -200px 0; width: 20px; height: 20px; } 
.sprite-social-pintrest.hover{ background-position: -240px 0; width: 20px; height: 20px; } 
.sprite-social-pintrest{ background-position: -280px 0; width: 20px; height: 20px; } 
.sprite-social-twiiter.hover{ background-position: -320px 0; width: 20px; height: 20px; } 
.sprite-social-twiiter{ background-position: -360px 0; width: 20px; height: 20px; } 
.sprite-social-youtube.hover{ background-position: -400px 0; width: 20px; height: 20px; } 
.sprite-social-youtube{ background-position: -440px 0; width: 20px; height: 20px; } 

