
/* =================================================================== 
							GLOBAL STYLES
======================================================================*/



section{
	padding:100px 0 50px;
	overflow:visible;
}

a:hover, a:focus{
	outline:none;
	text-decoration:none;
}
#working .tooltip-inner{
	color: #4c4c4c;
	
    letter-spacing: 1px;
	line-height:25px;
	-webkit-font-smoothing:antialiased !important;
}
section.color{
	background:#F2F2F2;
}
.color-white-text{
	color: #fff;
}
.container{
	
	width:100%;
}
.title{
	text-align:center;
	margin-bottom:80px;
}
.title h1{
    font-size: 36px;
    font-weight: 700;
	margin:0 0 15px;
}
.title h2{
	font-size: 36px;
    font-weight: 300;
	margin:0 0 5px;
}
.title p{
    font-weight: 400;
    letter-spacing: 1px;
	margin:0;
	font-size:14px;
	line-height:27px;
}
.title.white h1,.title.white h2,.title.white p{
	color:#fff;
}
.img-responsive,.thumbnail > img{
	width:100%;
}

.animated {
	visibility:hidden; 
}
.visible {
	visibility:visible;
}


.we-are-block:hover i,.we-are-block:hover h2,.we-are-block:hover h3{
	transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}




/* =================================================================== 
						WE ARE SECTION
======================================================================*/
#we-are .title{
	margin-bottom:128px;
}
#we-are .title p{
	margin:0;
}
.we-are-blockh4{
	font-size: 24px;
    font-weight: 300;
    text-align: left;
	margin:2px 0 8px;
}
.we-are-block h3{
	font-size: 24px;
    font-weight: 700;
    text-align: left;
	margin:0 0 10px;
}
.we-are-block p{
	margin: 18px 0 50px;
}
.we-are-block i,#features i{
	font-size:50px;
	text-align:center;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #fff;
    height: 70px;
    padding: 12px 0;
    width: 70px;
	position:relative;
}
.we-are-block i:after,#features i:after{
	content:"";
	background-color: #cacaca;
    height: 60px;
    position:absolute;
    width: 1px;
	right:-16px;
	top:5px;
}
.icon-title{
	display:inline-block;
	margin-left:29px;
}


/* =================================================================== 
						COUNTER SECTION
======================================================================*/
#counter{
	background: #e26c6e; /* Old browsers */
/*background: -moz-linear-gradient(-45deg,  #e26c6e 0%, #e26c6e 50%, #2c5176 50%, #2c5176 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e26c6e), color-stop(50%,#e26c6e), color-stop(50%,#2c5176), color-stop(100%,#2c5176)); 
background: -webkit-linear-gradient(-45deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%);
background: -o-linear-gradient(-45deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%);
background: -ms-linear-gradient(-45deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%);
background: linear-gradient(135deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e26c6e', endColorstr='#2c5176',GradientType=1 );*/
	background:url(../img/bg/space-line-blue.jpg);
	background-size:cover;
	background-position:top;
	border-top: solid 6px #fff;
	
}
.counter-section{
	position:relative;
	padding:20px;
}
.counter-section .counter,.counter-section i,.counter-section p{
	color:#fff;
	text-align:center;
}
.counter-section i{
	font-size:75px;
	display:block;
}
.counter-section .counter{
	font-size: 60px;
    font-weight: 500;
}
.counter-section p{
	font-size: 24px;
    font-weight: 700;
	margin-bottom:50px;
}

/* =================================================================== 
						RESPONSIVE SECTION
======================================================================*/
#responsive{
	background:url(../images/bg/responsive.jpg) fixed;
	padding:0;
	background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
}
.responsive-section{
	position:relative;
	padding:100px 0;
}
#responsive div{
	z-index:9;	
}
#responsive h2{
	font-size: 48px;
	color:#fff;
	font-weight: 700;
	line-height: 58px;
}
#responsive p{
	color:#fff;
	margin-bottom:25px;
}
#responsive img{
	margin-top: 35px;
}