
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}

/*Global classes*/
.container {
	padding: 0 10px;
}

.min-hight {
	min-height: 500px;
}

/********************
 GENERAL LAYOUT 
*********************/

/***
Top Bar
***/
.front-topbar {
	border-bottom: solid 1px #f5f5f5;
	background:#ffffff;
	opacity:0.95;
}

.front-topbar li {
	padding: 6px 0;
	display: block;
}

.front-topbar a,
.front-topbar li {
	color: #999;
	font-size: 12px;
}

.front-topbar li.sep span {
	color: #eee;
	font-size: 11px;
}

.front-topbar li i.topbar-info-icon {
	margin-right: 3px;
}

/*Social Icons*/
.front-topbar .topbar-social {
	text-align: right;
}

.front-topbar .topbar-social li {
	padding: 0;
}

.front-topbar .topbar-social i {
	color: #bbb;
	opacity: 0.7;
	font-size: 15px;
	padding: 9px 5px 8px;
	display: inline-block;
}

.front-topbar .topbar-social a:hover {
	text-decoration: none;
}

.front-topbar .topbar-social a:hover i {
	color: #999;
	opacity: 1;
}

.front-topbar .topbar-social a:hover i {
    transition: background 0.9s ease;
    -o-transition: background 0.9s ease;
    -moz-transition: background 0.9s ease;
    -webkit-transition: background 0.9s ease;			
}

.front-topbar .topbar-social a:hover i.icon-facebook {
	color: #fff;
	background: #677fb1 !important;		
}
.front-topbar .topbar-social a:hover i.icon-twitter {
	color: #fff;
	background: #04a5e9 !important;		
}
.front-topbar .topbar-social a:hover i.icon-google-plus {
	color: #fff;
	background: #e14544 !important;		
}
.front-topbar .topbar-social a:hover i.icon-linkedin {
	color: #fff;
	background: #28afd1 !important;		
}
.front-topbar .topbar-social a:hover i.icon-youtube {
	color: #fff;
	background: #e36c6e !important;		
}
.front-topbar .topbar-social a:hover i.icon-pinterest {
	color: #fff;
	background: #3fd0fa !important;		
}

/***
Header and header elements.
***/
/*Navigation*/
.front-header {
	z-index: 999;
	position: relative;
	box-shadow: 0 1px 3px #ddd;
	background:#ffffff;
	opacity:0.95;
}

.front-header .navbar {
	margin-bottom: 0;
}

.front-header .navbar-inner {
	filter:none;
	border: none; 
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.front-header .navbar-inner a.brand {
	font-size: 23px;
	font-weight: 400; 
}

.front-header .navbar-inner a.brand b {
	color: #0da3e2;
	font-weight: 400; 
}

.front-header .navbar-inner a.brand span {
	color: #b0b0b0;
	display: block;
	font-size: 12px;
}

.front-header .navbar-inner li:first-child {
	margin-left: 0;
}

.front-header .navbar-inner li a {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	text-shadow: none;
	position: relative;
	padding: 30px 16px 25px;
}

.front-header .navbar-inner li > a:hover,
.front-header .navbar-inner li.active > a,
.front-header .navbar-inner li.active:hover > a {
	color: #0da3e2;
	border-radius: 0;
	text-shadow: none;
	padding-top: 28px;
	box-shadow: none !important;
	border-top: solid 2px #0da3e2;
}

.front-header .navbar .nav>li>a:focus, 
.front-header .navbar .nav>li>a:hover {
	color: #888;
}

.front-header .navbar-inner .nav-collapse > ul {
	float: right;
	margin-right: 0;
}

.front-header .navbar-inner .in.collapse ul {
	margin-top: 0;
}

.front-header .navbar-inner .in.collapse li a:hover {
	color: #fff;
	background: #0da3e2;
}

.front-header .navbar-inner .in.collapse li.active > a,
.front-header .navbar-inner .in.collapse li.active:hover > a {
	color: #fff;
	background: #0da3e2;
}

/*Navigation Toggle Icon*/
.front-header .navbar-inner .btn-navbar {
	border: none;
	padding:10px;
	margin-top: 5px;
	border-radius: 0;
	background:#0da3e2;
}
.front-header .navbar-inner .btn-navbar:hover {
	background:#0a8ec5 !important;
}
.front-header .navbar-inner .btn-navbar span, 
.front-header .navbar-inner .btn-navbar:hover span { 
	background:#fff !important;
	box-shadow:none !important;
}

/*Navigation Dropdown*/
.front-header .navbar-inner .dropdown-menu {
	border: none; 
	box-shadow: none;
	min-width: 185px;
	border-bottom: none;
	border-left: solid 1px #eee; 
	border-right: solid 1px #eee; 
	border-top: solid 2px #0da3e2; 
}

.front-header .navbar-inner .dropdown-menu li {
	margin-left: 0;
	border-bottom: solid 1px #f5f5f5;
}

.front-header .navbar-inner .dropdown-menu li a {
	color: #444;
	font-size: 14px;
	font-weight: 300;
	padding: 9px 15px;
	text-transform: inherit;
}

.front-header .navbar-inner .dropdown-menu li a:hover,
.front-header .navbar-inner li.active .dropdown-menu li a:hover  {
	border: none;
	padding: 9px 15px;
	color: #444 !important;
	background: #fdfdfd !important;
}

.front-header .navbar-inner li.active .dropdown-menu li.active a {
	border: none;
	padding: 9px 15px;
	color: #444 !important;
	background: #f7f9fa !important;
}

.front-header .navbar .nav>li>.dropdown-menu:after,
.front-header .navbar .nav>li>.dropdown-menu:before {
	border: none;
}

.front-header .navbar .nav li.dropdown.open>.dropdown-toggle {
	color: #0da3e2;
	background: none;
}

.front-header .navbar .nav li.dropdown .dropdown-toggle i {
	font-size: 12px;
}

.front-header .navbar-inner .in.collapse li.dropdown.active > a,
.front-header .navbar-inner .in.collapse li.dropdown.active:hover > a {
	color: #fff;
	background: #0da3e2;
}

.front-header .nav > li.dropdown.open.active > a:hover,
.front-header .nav > li.dropdown.open.active > a:focus {
  border-color: #0da3e2;
}







.front-header .navbar .brand{
	margin-left:0px;
	padding:0px;
}
/***
Slider
***/
.slider-text {
    width: 100%;
}
.slider-text {
    bottom: 0px;
    min-height: 220px;
    overflow: hidden;
    position: absolute;
}
#slidecaption h2, #slidecaption p{
	text-shadow: 0 0 5px #000;
	font-weight: 700;
	font-size: 48px;
	color: #fff;
	
	
	/* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px #09A7FF;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  
  text-shadow:
    3px 3px 0 #09A7FF,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #09A7FF,  
    1px -1px 0 #09A7FF,
   -1px  1px 0 #09A7FF,
    1px  1px 0 #09A7FF;
	
}
#slidecaption h2 span{
	font-family: 'Shadows Into Light', cursive;
	text-transform: capitalize;
	font-size: 72px;
	font-weight: 400;
}
#supersized-loader {
    background: url("../images/progress.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    width: 60px;
    z-index: 0;
}
#supersized {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -999;
}
#supersized img {
    border: medium none;
    display: none;
    height: auto;
    outline: medium none;
    position: relative;
    width: auto;
}
#supersized.speed img {
    image-rendering: -moz-crisp-edges;
}
#supersized.quality img {
    image-rendering: optimizequality;
}
#supersized li {
    background: none repeat scroll 0 0 #111;
    display: block;
    height: 100%;
    left: 0;
    list-style: outside none none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -30;
}
#supersized a {
    display: block;
    height: 100%;
    width: 100%;
}
#supersized  {
	margin:0px;
}
#supersized li.prevslide {
    z-index: -20;
}
#supersized li.activeslide {
    z-index: -10;
}
#supersized li.image-loading {
    background: url("../images/progress.gif") no-repeat scroll center center #111;
    height: 100%;
    width: 100%;
}
#supersized li.image-loading img {
    visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
    display: inline;
}


.page{
	position:relative;
	overflow:hidden;
	z-index:2;
}
.page.desktop{
	position:relative !important; 
	z-index:6;
}
.page {
	padding-top: 100px;
	
}
.page{
	background:#fff; 
	background-attachment:scroll;
}
	
.parallaxText {
	display: table-cell;
	vertical-align: middle;
}
	
/*parallax
--------------------------------------------------------*/

.parallax{
	width:100%;
	height:480px; 
	padding:0;
	margin:0;
	background-attachment:fixed;
	background-repeat:no-repeat; 
	border-top:10px solid rgba(0,0,0,0.2);
	border-bottom:10px solid rgba(0,0,0,0.2);
	color:#000;  
	position:relative;
}
.parallax .quoteWrap{
	display:table;
	width:100%;
	height:100%; 
	padding:0 !important;
	margin:0 !important;
}
.parallax.fixed{
	background-attachment:fixed;
}
.parallax.fixed-desktop{
	background-attachment:fixed !important;
}
.parallax .quoteWrap .quote{
	display: table-cell; 
	vertical-align:middle;
}
.parallax {
	text-align:center;
}
.parallax h3 span{
	text-shadow: 0px 0px 5px #222;
}	
/* ************ My Styles ********* */	
.aboutContainer{
	padding-bottom:50px;
}
.aboutContainer p{
	line-height:25px;
}
.portfolioImage{
	padding-bottom:100px;
}

#tab5 .imagediv{
	text-align:center;
}

.priceContainer{
	padding-bottom:50px;
}
/*  Service Section  */
.serviceItem {
    height: 338px;
    position: relative;
    width: 400px;
	margin: 20px auto;
}
.serviceItem {
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1);
    cursor: default;
    height: 236px;
    margin: 20px auto;
    position: relative;
    width: 236px;
}
.serviceInfoWrap, .serviceInfo {
    height: 196px;
    position: absolute;
    width: 196px;
}
.serviceInfoWrap {
    background1: #F9F9F9;
	box-shadow1: 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 3px rgba(115, 114, 23, 0.8) inset;
    left: 19px;
    top: 19px;
}
.serviceInfo > div {
    background-position: center -19px;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
	text-align: center;
}
.serviceInfo .serviceInfoFront {
    transition: all 0.6s ease-in-out 0s;
}
.serviceInfo .serviceInfoBack {
    background:#2E5585;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.4s ease-in-out 0.2s;
}
.serviceInfo h3 {
    color: #FFFFFF;
    font-size: 22px;
    margin: 35px 19px 0 19px;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.serviceInfo h3 span{
    font-size: 32px;
}
.creativity1, .creativity1 .serviceInfoFront1 {
    background-image: url("../images/s1.png");
}
.creativity2 ,.creativity2 .serviceInfoFront2 {
    background-image: url("../images/s2.png");
}
.creativity3 ,.creativity3 .serviceInfoFront3 {
    background-image: url("../images/s3.png");
}
.creativity4 ,.creativity4 .serviceInfoFront4 {
    background-image: url("../images/s4.png");
}
.creativity5 ,.creativity5 .serviceInfoFront5 {
    background-image: url("../images/s5.png");
}
.creativity6 ,.creativity6 .serviceInfoFront6 {
    background-image: url("../images/s6.png");
}
.creativity7 ,.creativity7 .serviceInfoFront7 {
    background-image: url("../images/s7.png");
}
.creativity8 ,.creativity8 .serviceInfoFront8 {
    background-image: url("../images/s8.png");
}
.creativity9 ,.creativity9 .serviceInfoFront9 {
    background-image: url("../images/s9.png");
}
.creativity10 ,.creativity10 .serviceInfoFront10 {
    background-image: url("../images/s10.png");
}
.creativity11 ,.creativity11 .serviceInfoFront11 {
    background-image: url("../images/s11.png");
}
.creativity12 ,.creativity12 .serviceInfoFront12 {
    background-image: url("../images/s12.png");
}
.creativity13 ,.creativity13 .serviceInfoFront13 {
    background-image: url("../images/s13.png");
}
.creativity14 ,.creativity14 .serviceInfoFront14 {
    background-image: url("../images/s14.png");
}

.creativity15 ,.creativity15 .serviceInfoFront15 {
    background-image: url("../images/s15.png");
}
.creativity16 ,.creativity16 .serviceInfoFront16 {
    background-image: url("../images/s16.png");
}

.serviceItem:hover .serviceInfoFront {
    opacity: 0;
    transform: scale(0);
}
.serviceItem:hover .serviceInfoBack {
    opacity: 0.8;

    transform: scale(1);
}
.serviceItem:hover .serviceInfoBack {
	display: block;
}

.servicesContainer .row-fluid .span3{
	width:21.0769%;
	position:relative;
}

.servicesContainer .row-fluid .span3:first-child{
	margin-left:2.76243%;
}
.servicesContainer .popover{
	display:none;
	position:relative;
	max-width:none;
}
.servicesContainer .helptext{
	display:none;
}

#servicedummy{
	display:none;
}
#replacetext{
	padding-left:30px;
	padding-right:30px;
}
/* Technologies */


.ih-item {
    position: relative;
    transition: all 0.35s ease-in-out 0s;
}
.ih-item, .ih-item * {
    box-sizing: border-box;
}
.ih-item a {
    color: hsl(0, 0%, 20%);
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
    height: 100%;
    width: 100%;
}
.ih-item.circle {
    border-radius: 50%;
    height: 240px;
    margin: 30px auto 0;
    position: relative;
    width: 240px;
}
.ih-item.circle .img {
    border-radius: 50%;
    height: 240px;
    position: relative;
    width: 240px;
}
.ih-item.circle .img:before {
    border-radius: 50%;
    box-shadow: 0 0 0 16px hsla(0, 0%, 100%, 0.6) inset, 0 1px 2px hsla(0, 0%, 0%, 0.3);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    backface-visibility: hidden;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.ih-item.circle.effect10 .img {
    transform: scale(1);
    transition: all 0.35s ease-in-out 0s;
    z-index: 11;
}
.ih-item.circle.effect10.colored .info {
    background: none repeat scroll 0 0 hsl(207, 63%, 27%);
}
.ih-item.circle.effect10 .info {
    background: none repeat scroll 0 0 hsl(0, 0%, 20%);
    opacity: 0;
    transform: scale(0);
    transition: all 0.35s ease-in-out 0s;
}
.ih-item.circle.effect10 .info h4 {
    color: hsl(0, 0%, 100%);
    font-size: 22px;
    letter-spacing: 2px;
    position: relative;
    text-shadow: 0 0 1px hsl(0, 0%, 100%), 0 1px 2px hsla(0, 0%, 0%, 0.3);
}
.ih-item.circle.effect10 .img {
    transform: scale(1);
    transition: all 0.35s ease-in-out 0s;
    z-index: 11;
}
.ih-item.circle.effect10.colored .info {
    background: none repeat scroll 0 0 hsl(207, 63%, 27%);
}
.ih-item.circle.effect10 .info {
    background: none repeat scroll 0 0 hsl(0, 0%, 20%);
    opacity: 0;
    transform: scale(0);
    transition: all 0.35s ease-in-out 0s;
}
.ih-item.circle.effect10 .info h4 {
    color: hsl(0, 0%, 100%);
    font-size: 22px;
    letter-spacing: 2px;
    position: relative;
    text-shadow: 0 0 1px hsl(0, 0%, 100%), 0 1px 2px hsla(0, 0%, 0%, 0.3);
}
.ih-item.circle.effect10 .info p {
    border-top: 1px solid hsla(0, 0%, 100%, 0.5);
    color: hsl(0, 0%, 100%);
    font-size: 12px;
    font-style: italic;
    height: 22px;
    overflow: hidden;
}
.ih-item.circle.effect10 a:hover .info {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.ih-item.circle.effect10.bottom_to_top .info h4 {
    height: 78px;
    margin: 110px 30px 0;
    padding: 25px 0 0;
}
.ih-item.circle.effect10.bottom_to_top .info p {
    margin: 0 30px;
    padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top a:hover .img {
    transform: translateY(-50px) scale(0.5);
}
.teamSkill ul{
	list-style:none;
}
p.skill {
    clear: left;
    font-size: 11px;
    letter-spacing: 0.04em;
    margin: 0;
    text-transform: uppercase;
}
.bar {
    background-color: #194970;
    border-radius: 11px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 0 0 2px;
    transition: all 0.6s ease-in-out 0s;
	width: 22px;
}
/*
.teamSkill:hover .percent100 {width: 100%;}
.teamSkill:hover .percent95 {width: 95%;}
.teamSkill:hover .percent90 {width: 90%;}
.teamSkill:hover .percent85 {width: 85%;}
.teamSkill:hover .percent80 {width: 80%;}
.teamSkill:hover .percent75 {width: 75%;}
.teamSkill:hover .percent70 {width: 70%;}
.teamSkill:hover .percent65 {width: 65%;}
.teamSkill:hover .percent60 {width: 60%;}
.teamSkill:hover .percent55 {width: 55%;}
.teamSkill:hover .percent50 {width: 50%;}
.teamSkill:hover .percent45 {width: 45%;}
.teamSkill:hover .percent40 {width: 40%;}
.teamSkill:hover .percent35 {width: 35%;}
.teamSkill:hover .percent30 {width: 30%;}
.teamSkill:hover .percent25 {width: 25%;}
.teamSkill:hover .percent20 {width: 20%;}
*/

.teamSkill .percent100 {width: 100%;}
.teamSkill .percent95 {width: 95%;}
.teamSkill .percent90 {width: 90%;}
.teamSkill .percent85 {width: 85%;}
.teamSkill .percent80 {width: 80%;}
.teamSkill .percent75 {width: 75%;}
.teamSkill .percent70 {width: 70%;}
.teamSkill .percent65 {width: 65%;}
.teamSkill .percent60 {width: 60%;}
.teamSkill .percent55 {width: 55%;}
.teamSkill .percent50 {width: 50%;}
.teamSkill .percent45 {width: 45%;}
.teamSkill .percent40 {width: 40%;}
.teamSkill .percent35 {width: 35%;}
.teamSkill .percent30 {width: 30%;}
.teamSkill .percent25 {width: 25%;}
.teamSkill .percent20 {width: 20%;}

p.percent {
    float: right;
    margin-right: 6px;
    text-align: right;
	opacity: 0;
	transition: all 0.6s ease-in 0s;
}
.ie8 p.percent {
    display:none;
}
.teamSkill p.percent {
    opacity: 1;
}
.ie8 .teamSkill:hover p.percent {
    display:block;
}
.technologyContainer .span3 {
height:825px;
width:22.069%;

}
/*  Start  Team  owlcarousel *******************************/
/**  start owlcarousel css   **/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 45px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


.wrapper-with-margin{
  margin:0px 50px;
}

 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 55px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 55px;
}
  .emp p.empname{
	text-align:center;
	color:#858585;

	font-weight:bold;
 }
  .emp p.position{
	text-align:center;
	color:#858585;
	
	font-style:italic;
 }
   .emp img{
	text-align:center;
	background:#DCE3F4;
	width:160px;
	height:160px;
	
 }
.teamContainer {
	padding-bottom:40px;
}
/*  End  Team  owlcarousel *******************************/


/*************** Pricing Color *********************/
.priceContainer .row-fluid .span2{
	margin-left:2.5641%;
	text-align:center;
	border:1px solid #ccc;
	border-radius:5px;
	margin-bottom:25px;
}
header:after {
    border-color: rgba(0, 0, 0, 0) #fff #fff;
    border-style: solid;
    border-width: 22px 84px 0;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
header {
    background-image: linear-gradient(to bottom, #fff 0%, #cbecff 100%);
    color: #3caef2;
    font-size: 22px;
    font-weight: 600;
    min-height: 170px;
    position: relative;
}

.priceContainer .row-fluid .span2:before {
  content: "" ;
	 display: block ;
}



div.lavender-price:before {	 border-top: 5px solid #A962B7 ; }
div.orange-price:before {    border-top: 5px solid #FFB836 ;}
div.blue-price:before {     border-top: 5px solid #3CAEF2;}
div.green-price:before {    border-top: 5px solid #B2D755;}
div.red-price:before {    border-top: 5px solid #8B6508;}

.priceContainer .row-fluid .lavender-price {	 border: 1px solid #A962B7 ; }
.priceContainer .row-fluid .orange-price {    border: 1px solid #FFB836 ;}
.priceContainer .row-fluid .blue-price {     border: 1px solid #3CAEF2;}
.priceContainer .row-fluid .green-price {    border: 1px solid #B2D755;}
.priceContainer .row-fluid .red-price {    border: 1px solid #8B6508;}

header span {
    background: url("../img-new/sprite.png") no-repeat scroll -4px -716px #3caef2;
    border-radius: 50%;
    display: block;
    height: 82px;
    margin: 10px auto 15px;
    width: 82px;
}

.lavender-price header {
    background-image: linear-gradient(to bottom, #fff 0%, #f6e1fd 100%);
    box-sizing: border-box;
    color: #a962b7;
}
.orange-price header {
    background-image: linear-gradient(to bottom, #fff 0%, #ffedcc 100%);
    color: #e79a0d;
	box-sizing: border-box;
    
}
.green-price header {
    background-image: linear-gradient(to bottom, #fff 0%, #effdcb 100%);
    color: #85b40d;
	box-sizing: border-box;
    
}
.red-price header {
    background-image: linear-gradient(to bottom, #fff 0%, #DBC38C 100%);
    color: #8B6508;
	box-sizing: border-box;
    
}

.lavender-price header span {
    background: url("../img-new/sprite.png") no-repeat scroll -246px -716px #a962b7;
}
.orange-price header span {
    background: url("../img-new/sprite.png") no-repeat scroll -246px -716px #e79a0d;
}
.green-price header span {
    background: url("../img-new/sprite.png") no-repeat scroll -246px -716px #85b40d;
}
.red-price header span {
    background: url("../img-new/sprite.png") no-repeat scroll -246px -716px #8B6508;
}

.pstarts{
    color: #636363;
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0;
}
.description{
    color: #6f6e6e !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    margin: 20px 0 12px !important;
    padding: 10px 12px !important;
}
.span2 .price{
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: block;
    font-size: 32px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: auto;margin-top:13px;
    width1: 136px;
	text-align:center;
}
div.red-price span.price {
    color: #8B6508;
}
div.lavender-price span.price {
    color: #A962B7;
}
div.orange-price span.price {
   
    color: #FFB836;
    
}
div.blue-price span.price {
    color: #3CAEF2;
    }
div.green-price span.price {
    color: #B2D755;
	}

#replacetext .popover-content{
border-left:1px solid #DFDFDF;
border-bottom:1px solid #DFDFDF;
border-right:1px solid #DFDFDF;

}
	
/*div.red-price span.price {
    color: red;	
}
div.pricing span.price
{
 border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: block;
    font-size: 32px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: auto;
    width1: 136px;}
	
footer a {
    background: none repeat scroll 0 0 #3caef2;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    padding: 6px 28px;
}
.qk_contact_4 {
    display1: none;
}
.get-a-quote, .get-a-quote-text {
    background: none repeat scroll 0 0 #fff;
    height: 316px;
    left: 0;
    position: absolute;
    top: 220px;
    
	text-align:left;
	padding:5px;
}
.get-a-quote input[type="text"]{
	width:auto;
}
.orange-price:before {
    border-color: #ffb836;
}

.orange-price header {
    background-image: linear-gradient(to bottom, #fff 0%, #ffedcc 100%);
    color: #e79a0d;
    font-size: 22px;
}
.orange-price header span {
    background: url("../img-new/sprite.png") no-repeat scroll -82px -716px #ffb836;
}
.red-price:before {
    border-color: #E5251B;
}

.red-price header {
    background-image: linear-gradient(to bottom, #fff 0%, #DB3D55 100%);
    color: #c44455;
}
.red-price header span {
    background: url("../img-new/sprite.png") no-repeat scroll -164px -716px #E5251B;
}


.green-price:before {
    border-color: #b2d755;
}
.green-price header {
    background-image: linear-gradient(to bottom, #fff 0%, #effdcb 100%);
    color: #85b40d;
}
.green-price header span {
    background: url("../img-new/sprite.png") no-repeat scroll -164px -716px #b2d755;
}

.lavender-price:before {
    border-color: #a962b7;
}

.lavender-price header {
    background-image: linear-gradient(to bottom, #fff 0%, #f6e1fd 100%);
    box-sizing: border-box;
    color: #a962b7;
}

.lavender-price header span {
    background: url("../img-new/sprite.png") no-repeat scroll -246px -716px #a962b7;
}
.arrayin
{
	padding-left:35px;width:100%;
	text-align:center;
}
.row-fluid .span2
{
	margin-top:15px;
	width:15.53%;
}
.span2-price
{
	padding-left:15px;
}
.qty
{
	padding-top:8px;
}
*/
/*************** End of Pricing Color ************/


#slidecaption{
	text-align:center;
	
}
.portfolioImage{
	position:relative;
}
.porttext{
	position:absolute;
	top:180px;
	text-align:center;
	width:100%;
}
.porttext h1{
padding-bottom:25px;
}
.porttext h2{
padding-bottom:25px;
}
.close_button{
	position:relative;
}
.close_img{
	position:absolute;
	top:10px;
	right:10px;
}

.career_part{
	width:70%;
	margin:0 auto;
}
.career_submit{
text-align:center;
padding:20px 0 40px;
}
.career_submit a{
	padding:10px;
	text-decoration:none;
}
/****form****/
#alignp{
	margin-top:10px;
}
.contactPhone,.contactEmail,.contactSkype {
    padding-left: 17px;
}
.clear{
	clear:both;
	height:0px;
	line-height:0px;
}
.contactPhone{
	 background: url("../images/icons/icon-phone-grey.png") no-repeat scroll left 3px transparent;
}
.contactEmail{
	 background: url("../images/icons/icon-email-grey.png") no-repeat scroll left 5px transparent;
}
.contactSkype{
background:url("../images/icons/icon-skype-grey.png") no-repeat scroll left 5px transparent;
}
.contactDetails p{
	padding-left:17px;
}
#technologies [class*="span"]:first-child {
    margin-left: 2.5641%;
}
#contact_form .span4 input[type='text'],#contact_form .span4 textarea{ 
width: 95%;
background: none repeat scroll 0 0 #e5e5e5;
    border: medium none;
    border-radius: 3px;
    color: #222;
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    outline: medium none;
    padding: 6px 4px;
}
#contact_form .span4 textarea{
	height:157px;
}
#contact_form .span4 input[type='text']:focus,#contact_form .span4 textarea:focus{
	box-shadow: 0 0 7px #222;
}
#contact_form .span4 input[type="submit"] {
	 
	border: none;
	padding: 4px 12px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	margin: 0 10px 10px 0;
	line-height: 21px;
	float: right;
}
#contact_form .span4 input[type="submit"]:hover {
	color: #222;
	background: #ddd;  
}

/********** sat contact design css ******/
.cnt_css
{
background:#2E72BD;color:white;margin:10px;border-radius:5px !important;
}
.cnt_css:hover
{
background:#2E72BD;color:black;margin:10px;border-radius:5px !important;
}


.shareinfo{
	background: #3290C6;
	padding:30px;
	
}
.shareinfo a{ color:white;text-decoration:none;padding:5px;}

.shareinfo .topbar-social a:hover i.icon-facebook {
	color: #677fb1 !important;	
	
}
.shareinfo .topbar-social a:hover i.icon-twitter {
	color:  #04a5e9 !important;		
}
.shareinfo .topbar-social a:hover i.icon-google-plus {
	color: #e14544 !important;	

}
.shareinfo .topbar-social a:hover i.icon-linkedin {
	color: #225189 !important;	
	
}
.shareinfo .topbar-social a:hover i.icon-youtube {
	color: #e36c6e !important;	
		
}
.shareinfo .topbar-social a:hover i.icon-pinterest {
	color: #3fd0fa !important;	
	
}


.copyrightinfo{
	background: #225189;
	color:white;
	padding:10px;
}







.form-error-message {

display: none;

}
/*@media only screen and (max-device-width: 480px) and (orientation : landscape) {
	.porttext h1{font-size:20px;}
	.porttext h2{font-size:18px;}
	.porttext{top:30px;}
	.porttext .btn{font-size: 11px; padding: 2px 6px;}
	.porttext h1{padding-bottom:0px;}
	.porttext h2{padding-bottom:4px;}
	.career_table table{font-size: 13px;}
	.priceContainer .span2{ width: 95%;}
	#technologies [class*="span"]:first-child {margin-left:0;}
	.technologyContainer .span3{width:100%;  height:auto; padding-bottom:15px;}	
	.servicesContainer .row-fluid .span3 {width:100%;}
}*/
@media only screen and (max-device-width: 480px){
	.porttext h1{font-size:20px;}
	.porttext h2{font-size:18px;}
	.porttext{top:30px;}
	.porttext .btn{font-size: 11px; padding: 2px 6px;}
	.porttext h1{padding-bottom:0px;}
	.porttext h2{padding-bottom:4px;}
	.career_table table{font-size: 13px;}
	.priceContainer .span2{ width: 95%;}
	#technologies [class*="span"]:first-child {margin-left:0;}
	.technologyContainer .span3{width:100%;  height:auto; padding-bottom:15px;}	
	.servicesContainer .row-fluid .span3 {width:100%;}
	#pricing header:after {border-width: 47px 138px 0;}
}
/*@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation : landscape) {
	.porttext h1{font-size:27px;}
	.porttext h2{font-size:25px;}
	.porttext{top:80px;}
	.porttext .btn{font-size: 13px; padding: 8px 16px;}
	.porttext h1{padding-bottom:0px;}
	.porttext h2{padding-bottom:7px;}
	.servicesContainer .row-fluid .span3{width:100%;}
}*/
@media only screen and (min-width: 480px) and (max-width: 767px){
	.porttext h1{font-size:27px;}
	.porttext h2{font-size:25px;}
	.porttext{top:80px;}
	.porttext .btn{font-size: 13px; padding: 8px 16px;}
	.porttext h1{padding-bottom:0px;}
	.porttext h2{padding-bottom:7px;}
	.servicesContainer .row-fluid .span3{width:100%;}
	.technologyContainer .span3 {width:100%;}
	#technologies [class*="span"]:first-child {margin-left:0;}
	#pricing .span2{width:46%;float:left;}
	.servicesContainer .row-fluid .span3:first-child {margin-left:0;}
	#pricing header:after {border-width: 47px 103px 0;}
}
	
/*@media only screen and (min-device-width : 768px) and (max-device-width : 959px) and (orientation : landscape) {
	.porttext h1{font-size:36px;padding-bottom:20px;}
	.porttext h2{font-size:32px;padding-bottom:20px;}
	.porttext{top:160px;}
	.porttext h1{padding-bottom:20px;}
	.porttext h2{padding-bottom:20px;}
	.priceContainer .row-fluid .span2 {width:17%;}
	.servicesContainer .row-fluid .span3{width:335px;}
	.technologyContainer .span3 {width:45%;}
}*/
@media only screen and (min-width: 768px) and (max-width: 959px){
	.porttext h1{font-size:36px;padding-bottom:20px;}
	.porttext h2{font-size:32px;padding-bottom:20px;}
	.porttext{top:160px;}
	.porttext h1{padding-bottom:20px;}
	.porttext h2{padding-bottom:20px;}
	.priceContainer .row-fluid .span2 {width:17%;}
	.servicesContainer .row-fluid .span3{width:335px;}
	.technologyContainer .span3 {width:45%;}
	#pricing header:after {border-width: 22px 59px 0;}
}
@media only screen and (min-device-width : 960px) and (max-width: 1059px){
	.porttext h1{font-size:36px;padding-bottom:20px;}
	.porttext h2{font-size:32px;padding-bottom:20px;}
	.porttext{top:160px;}
	.porttext h1{padding-bottom:20px;}
	.porttext h2{padding-bottom:20px;}
	.priceContainer .row-fluid .span2 {width:17%;}
	.servicesContainer .row-fluid .span3{width:290px;}
	.technologyContainer .span3 {width:31%;}
}
