* {
	padding: 0;
	margin: 0;
}

body {
	background-color:#fff;
	font-family: 'Droid Sans', sans-serif;	
}


#home_header {
	background-image: url(../images/bg_02.jpg);
	background-position: 50% top;
	height: 497px;
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 70px;
	background-size: cover;
}

#home_logo {
	background-image: url(../images/logo_big_01.png);
	width: 705px;
	height: 185px;
	text-align: left;
	text-indent: -99999em;
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	
}

#boxes{
	max-width: 1370px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

#boxes .box img {
	vertical-align: middle;
}

#boxes .box {
	margin-top: 0;
	height: 120px;
	background-color: #eee;
	background-image: url(../images/box-bg.png);
	background-repeat: repeat;
	display: inline-block;
	line-height: 120px;
	text-align: center;
	position: relative;
	text-decoration: none;
	margin: 2px 0;
}
#boxes .box span{
	background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 10px 6px 10px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#boxes .box:hover {
	background-image: none;
}

#boxes .box.box1 {
	width: 120px;
}

#boxes .box.box2 {
	width: 240px;
}
#boxes .box.box3 {
	width: 360px;
}

#home_nav {
	text-align: center;
	padding-top: 20px;
}

#home_nav li {
	width: 150px;
	display: inline-block;
	margin: 0 5px;
}

#home_nav li a{
	width: 150px;
	height: 45px;
	line-height: 44px;
	display: inline-block;
	background-color: rgba(110,110,110,.3);
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 !important;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	-webkit-box-shadow:inset 0 0 1px 0 rgba(000,000,000,.4);
	box-shadow:inset 0 0 1px 0 rgba(000,000,000,.4);
	font-weight: bold;
	letter-spacing: .6px;
	text-shadow: 0 0 1px #000;
}

#home_nav li a:hover {
	background-color: rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 0 1px 0 rgba(000,000,000,.6);
	box-shadow:inset 0 0 1px 0 rgba(000,000,000,.6);
	text-shadow: 0 0 3px #000;
}

#home_about {
	color: #fff;
    font-family: "Cutive",serif;
    font-size: 31px;
    padding-top: 57px;
    text-align: center;
	text-shadow: 0 0 5px #000;
}

#footer-wrapper{
	background-color: #171813;
}

#footer  {
	background-color: #171813;
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px;
}

#footer .copyright {
	color: #fff;
	padding-top: 30px;
}

#footer .footer_left {
	width: 500px;
	float: left;
	color: #fff;
}


#footer .footer_right {
	width: 500px;
	float: right;
}

.footer_right{
	color: #fff;
	line-height: 1.5em;
}


.content,
#content {
	padding-bottom: 50px;
}

#container{
	width:100%;
}
.lab {
	background: url(../images/blog_top_bkmk_icon_bg.png);

	margin-top: -20px;
}
.blog {
	background: url(../images/lab_top_bkmk_icon_bg.png);
	margin-top: 30px;
}

.blog img{
	padding-top: 15px;
}

.lab img{
	padding-top: 15px;
}

.top_right_links  {
	float: right;
	position: relative;
}

.top_right_links a{
	background-repeat:no-repeat;
    display: block;
    float: right;
    font-size: 14px;
    height: 90px;
	text-align: center;
    text-decoration: none;
    width: 80px;
	font-weight:bold;
	background-position: 50% bottom;
	position: absolute;
}
.top_right_links a  img{
	
}


.width_960 {
	width: 960px;
	margin: 0 auto;
}

.width_960 p{
	color:#fff;
}

.thirdcontent p{
	color:#ececec;
}

p.center{
	text-align:center;
	padding-top:50px;
	font-family: 'Raleway', sans-serif;
}
#header{
	background-color:#5450bf;
}

.selected {
	font-weight:700px;
}

#logo {
	padding-top: 30px;
}

#logo a {
	background-image:url(../images/top_logo_011.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:block;
	height:170px;
	text-indent:-9999em;
	margin:0 auto;
}

#navbar{
	padding-top:45px;
	padding-left: 65px;
	padding-bottom:20px;
	font-size:14px;	
}

#navbar ul{
	list-style:none;
}

#navbar ul li{
	float:left;
}

#navbar ul li a{
	padding:10px   57px;
	text-decoration:none;
	color:#fff;
	font-size:13px;	
}	

#navbar ul li a:hover{
	color:#000000;	
}

.clear{
	clear:both;
}

#content_home{
	background-color:#df2b96;
	padding-bottom: 40px;
}

#fonts{
	font-size:40px;
}

#fonts2{
	font-size:30px;
}

#fonts3{
	font-size:44px;
}

#fonts4{
	font-size:44px;
}

#fonts5{
	font-size:25px;
}

#fonts6{
	font-size:60px;
}

#fonts7{
	font-size:30px;
}

.maincontent h3 {
	position: relative;
	padding-bottom: 15px;	
}

.maincontent h3 img{
	position: relative;
	top: 15px;
}

.maincontent {
    background-color: #f93644!important;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	height:745px;
	color: #ffffff;
	position: relative;
	font-size:20px;
	padding-top: 30px;
}

.maincontent .width_960 {
	position: relative;
}

.maincontent .width_960 p {
	text-align: left;
	padding: 0;
}

.philosophy-wrapper h3,
.philosophy-wrapper p,
.design h3,
.design p {
	text-align: right !important;	
}

.philosophy-wrapper {
	position: absolute;
	left: 25px;
	top: 80px;
}

.philosophy-wrapper  p{	
	color:#ececec;
}

.designpara{
	color:#ececec;
}


.development{
	position: absolute;
	left: 650px;
	top: 115px;
}

.development p{
	color:#ececec;
}

.design {
	left: 60px;
    position: absolute;
    top: 270px;
}

.product p{
	color:#ececec;
}
.product {
	left: 566px;
    position: absolute;
    top: 503px;
}

.secondmaincontent{
	background-color:#f3b103!important;
	height:160px;
}

.secondmaincontentpara{
	font-weight: bold;
	font-size: 22px;
	text-align:center;
	padding-top:50px;
	line-height:30px;
}

.thirdcontent{
	background-color:#3ab54a !important;
	padding-bottom: 50px;
}

.wbuiuxdevelop,
.wbdesgndevelop {
	margin-left: 30px;
}

.thirdcontent .width_960{
	padding-top: 50px;
}

p{
	padding-top: 25px;
	font-size: 20px;
}

.homepage_services a {
	position: absolute;
	bottom: 20px;
}

.homepage_services {
	width: 260px;
	float: left;
	padding: 20px;
	min-height: 250px;
	position: relative;
}

.homepage_services p {
	line-height: 1.4em;
}

.read{
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding-left:20px;
}

.homepage_services h3 {
	color:#fff;
	padding-top:10px;
}

a{
	color:#fff;
	margin-top:10px;
	display:block;
}

.footer{
	background-color:#22a1d6 !important;
	padding-top:30px;
}

.dove{
	background-image:url(../images/twitter_bird.png);
	background-repeat:no-repeat;
	min-height:94px;	
}

.latesttweet{
	float:left;
	background-image:url(../images/twitter_bird.png);
	background-repeat:no-repeat;
	min-height:100px;
	padding-left:170px;
	text-align:left;
	background-position:left 50%;
}

.latesttweet h3{
	color:#fff;
	padding-top:10px;
}

.latesttweet  p{
	width:250px;	
	padding-top:5px;	
}

.blogupdates{
	float:right;
	background-color:#39b3e6;
	margin-left:50px;
	padding:20px;
	min-height: 248px;
}

.date1{
	color:#fff;
	font-weight:bold;
	display:block;
	padding-top:20px;	
}

.date{
	color:#fff;
	font-weight:bold;
	display:block;
	padding-top:20px;
}

.blogupdates h3{
	color:#fff;
	padding-top:10px;
}

.blogupdates p{
	width:370px;
	
	padding-top:5px;
	
	font-size: 17px;
	line-height: 1.5em;
}

.footerimages ul li {
	float:left;
	padding:10px   28px;

}
.footerimages p{
	font-size:12px;
	line-height:15px;
	padding-top:50px;
}

.footerimages ul{
	list-style:none;
}

.footerimages{
	padding-top:40px;
}

#content h3, 
.content h3{
	padding-top:60px;
	color:#696969;
	

}
#content h4, 
.content h4{
	color:#7db9c0;
	padding-top:35px;
	padding-bottom:25px;
	
}
#content p, 
.content p{
	color:#555;
	
	font-size:16px;
	padding-top:10px;
	line-height: 1.6em;

}
.wbdevelop {
	background-color:#54c865;

}
.wbdesgndevelop {
	background-color:#54c865;

}
.wbuiuxdevelop {
	background-color:#54c865;

}


#content_home p.center span  {

	 text-shadow: 0px 0px 1.5px #ffffff;
filter: dropshadow(color=#ffffff, offx=0, offy=0);

}


.svg {
	background-color:#39B3E6;
	padding:20px;
	min-height: 240px;
	position: relative;
}

.blog_post a {
	margin: 0;
	padding: 0;
}

.blog_post .title a{
	padding: 20px 0 10px 0; 
	font-weight: bold;
}
.blog_post .date {
	padding-top: 0;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 10px;
}
.blog_post .read-more {
	font-size: 14px;
	text-align: right;
	text-decoration: none;
}
iframe .timeline-header {
	display: none !important;
}
.tweet p {
	font-size: 17px;
    line-height: 1.5em;
}
.hidden {
	display: none;
}
.loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 150px;
	width: 250px;
}
.reply,
.retweet,
.favourite {
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	height:35px;
	width: 35px;
	text-indent: -9999em;
	float: left;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.reply:hover,
.retweet:hover,
.favourite:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.reply {
	background-position: -83px -7px;
}
.retweet {
	background-position: -7px -7px;
}
.favourite {
	background-position: -44px -7px;
}
.tweet_actions {
	float: right;
}
.tweet {
	padding-top: 10px;
}
.tweet-arrow {
	position: absolute;
	left: -23px;
	top: 116px;
}
.tweet a {
	display: inline !important;
	text-decoration: none;
}
.tweet a:hover {
	text-decoration: underline;
}
#breadcrumbs  {
	float: left;
}
#breadcrumbs a{
	display: inline-block;
	height: 40px;
	line-height: 39px !important;
	font-size: 15px;
	color: #007fb0 !important;
	background-color: #b0e9ff;
}


#breadcrumbs a span.arrow {
	width: 0; 
	height: 0; 
	border-top:20px solid #fff;
	border-bottom: 20px solid #fff;
	
	border-left: 20px solid #b0e9ff;
	display: inline-block;
  }
#breadcrumbs a span.arrow2 {
	width: 0; 
	height: 0; 
	border-top:20px solid #b0e9ff;
	border-bottom: 20px solid #b0e9ff;
	border-left: 20px solid transparent;
	display: inline-block;
	position: relative;
	left: -18px;
  }
  
#breadcrumbs a.current span.arrow2 {
	display: none;
 }
  
#breadcrumbs a span.link-text {
	position: relative;
	top: -15px;
	display: inline-block;
	padding: 0 15px 0 0 ;
	text-decoration: none;
  }
#breadcrumbs a span.link-text.home {
	padding-left: 20px;
}
#breadcrumbs li {
	float: right;
	list-style: none;
}
.breadcrumbs-wrapper  {
	padding-top: 20px;
}

#Stage_product2 ,
div#Stage_devleopment.Stage_devleopment_id{
	-webkit-transform-style: initial !important; 
}

.letzconnect a {
	color: #333;
	text-decoration: none;
}

.letzconnect h3 {
	border-bottom: 1px solid;
	margin-bottom: 30px;
}

.letzconnect span {
	line-height: 2em;
	
}

.letzconnect img {
	float: left;
	margin-right: 30px;
}

.letzconnect .more_details {
	color: #0036ff;
	margin-top: 40px;
}
.letzconnect .more_details:hover {
	text-decoration: underline;
}

.letzconnect {
	margin: 0 auto;
    max-width: 1370px;
    padding: 30px 60px;
}

.letzconnect_wrapper {
	background-color: #defbf9;
}