/*
A custom Bootstrap 3.1 template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

html,body {
	height:100%;
    font-family: 'Open Sans', sans-serif;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: none;
}

h1 {
    font-family: 'Hind', sans-serif;
}

strong{
        font-weight: 700;
}

.lead{
        line-height: 160%;
}

.lead2{
    margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4
    }
@media (min-width:768px){
    .lead2{
        font-size:17px;
        margin-bottom:13px;
    }
}

.icon-bar {
	background-color:#fff;
}

.navbar-trans {
	background-color:#4D8EB4;
    color:#fff;
}

.navbar-trans li>a:hover,.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:#38afef;
}

.navbar-trans a{
    color:#fefefe;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}

section {
	padding-top:70px;  
    padding-bottom:50px; 
    min-height:250px;
}

.v-center {
    padding-top:3%;
    font-size:70px;
}
  
.well {
	border-color:transparent;
}

a.list-group-item.active,[class*='-info'] {
	background-color: #168ccc;
    color:#fff;
}
  
#section1 {
    background-color: #e5e5ef;
    color:#383838;
    padding-top:90px;
    padding-bottom:70px;
}
  
#section2 {
    background-color: #4d8eb4;
    color:#dedeff;
}
  
#section3 {
    background-color: #fff;
    color:#444;
}

#section4 {
    padding-top:45px;
    background-color: #4d8eb4;
    color:#dedeff;

}

#section5 {
    background-color: #fff;
    color:#444;
}


#section6 {
	background-color: #168ccc;
    color:#ddd;
}

.exp{
    width:120px;
    height:120px;
    background-color:#4d8eb4;
    border-radius:100%;
    line-height:120px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
}

.fa { 
    color: #f5f5f5;
    line-height: inherit;
}

.fa-dark {
    color: #4d8eb4; 
}

footer {
	background-color:#494949;
    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;
}

footer a {
    padding:3px;
    color:#ccc;
}

footer a:hover {
    background-color:transparent;
	color:#fff;
}