/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/

#approach {
    background: #d9e1e8;
}

#approach  {
    background:#000;
    background-image: url("../images/feature-bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 110%;
    background-position:top center;
    opacity:1;
    z-index: -1;
}

.white-text {
	color:#ffffff !important;
	}
	
.btn.btn-primary {
    background: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
    border: 0px;
    color:#335980;
    color:#fff;
    background: transparent !important;
}

.hbtn.hbtn-primary {
    background-color: #4083f9;
    color:#fff;
}