#home{

}
#about_the_project{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
#about_our_team{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_title span {
    font-size: 2.5em;
    letter-spacing: normal;
    line-height: 0.6em;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 30px;

}
.section_title{
    margin-bottom: 85px;
}
.team{
    padding: 0 5px 20px;
    margin-bottom: 60px;
}

.team-name{
    font-size: 1.5em;
    font-weight:bold;
    text-align: left;
}

.team-title{
    font-size: 1.1em;
    text-align: left;
}

.team-profile{
    margin-bottom:30px;
    text-align: justify;
}

._fadeInUp{
    opacity: 0;
}

#main_carousel .carousel-indicators{
    bottom: -50px;
}

#main_carousel .carousel-indicators li{
    background-color: #b9b9b9;
}

#main_carousel .carousel-indicators .active{
    background-color: #62B6CB;
}