
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

/*************************
 ***** Global  *******
 *************************/
body {
	font-family: "Work Sans", Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#ffffff;
	background-color:#ffffff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#000000;
	line-height:1.1em;
}

p {
	color:#000000;
	font-size:15px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#eee;	
	}

 

.text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	margin-bottom:50px;
	color:#000000;
}


/*************************
 ***** navigation  *******
 *************************/

.navigation  {
	background-color:#ffffff;
	padding:0;
}

.navbar-brand h1 {
	margin-top:-1px;
	padding-top:5px;
	float: left;	
	font-size: 30px;	
	color:#000000;		
}
.navbar-brand h1 span {
	color: #179bd7;
}

.menu {
	font-size:16px;
	float:right;
	font-weight:600;	
}

.menu ul.nav-tabs li {
	color:#000;	
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {	
	border-radius:0;
	color:#000000;
	padding:30px;
}

.nav-tabs > li > a:hover {	
	color: #179bd7;
	border-color: #fff #fff #ffffff;
	border-radius:0;
	background-color:#ffffff; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #179bd7;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.slider {
	margin-top:85px;
	margin-right:0px;
	margin-left:-38px;
}

/*************************
 ***** footer  *******
 *************************/
.footer {
	background:#292929;
	padding:50px;	
}

.footer a {
	color:#ffffff;

}
.footer a:hover {
	color:#179bd7;
}

.footer p {
	margin-top:-8px;
	font-size:16px;
        color:#ffffff;
	line-height:30px;
}

.footer h2 {
	color:#ffffff;
	margin-bottom:50px;
	font-size:20px;
}

ul.social-network {
	margin-top:30px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline;
	font-size: 14px;
	margin-right:10px;
	
}
ul.social-network li a {	
	color:#d0d0d0;
	padding:5px 10px;

	
}

.social-network li:hover .fa-twitter {	
	color: #00abf0;	
}

.social-network li:hover .fa-weixin {
  color: #9fd22b;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-qq {
  color: #000000;
  
}
.social-network li:hover .fa-weibo {
  color: #fa1722;
  
}
.footer h3 {
	color:#ffffff;
	margin-bottom:50px;
	font-size:15px;
}
.footer ul {
	text-decoration:none;
	list-style:none;
	margin-left:-40px;
	font-size:14px;
}

/*************************
 ***** section-2  *******
 *************************/
.section-256 {
	background:#7b7878;

}

.section-2 p {
	margin-top:0px;
	margin-bottom:70px;
	color:#000000;
  	font-size: 18px;
	line-height:180%;

}

.section-3 {
	padding-bottom:50px;
	padding-top:80px;
        background: ##f4f4f4;
}

.section-3 .media {
	margin-top:30px;
	margin-bottom:30px;
}

.section-3 .media p {
	margin-top:20px;
	margin-bottom:30px;
	color:#000000;
}

.section-3 .media i {
	border-radius:50%;
	padding:20px;
	background:#ffffff;
	color:#179bd7;
}

.section-3 .text-center {
	background:#fD502E;
	padding:70px;
	margin-top:30px;
}

.section-3 .text-center h2,p {
	color:#ffffff;
}

.section-3 .text-center p {
	color:#ffffff;
}
/*************************
 ***** about page  *******
 *************************/

.about-section {
	background:#ffffff;
	margin-top:-50px;
	padding-top:90px;
	padding-bottom:80px;
}

.team {
	margin-top:50px;
	border-radius:20%;
	margin-bottom:20px;
}

/*************************
 ***** features  *******
 *************************/
.features {
	background:#f9f9f9;
	margin-top:-20px;
	padding-top:90px;
	padding-bottom:50px;
}

.features img {
	margin-top:50px;
	border-radius:50%;
	margin-bottom:20px;
}


.designs {
	margin-top:30px;
	margin-bottom:50px;
	padding-bottom:50px;
}

.features-service {
  margin-bottom: 30px;
  float: left;
}
.features-icon {
  float: left;
  width: 20%;
}
.features-icon i {
  font-size: 40px;
  color: #179bd7;
}
.features-desc {
  width: 68%;
  float: right;
}
.features-desc h3 {
  margin-top: 0;
  font-size: 18px;
  line-height:180%;
}
.features-desc p {
  font-size: 16px;
  color:#000000;
  line-height:180%;
}



