.features {
    min-height: 380px;
    background: url(/assets/images/NCII_banners_home_def.jpg) center center no-repeat #8ebb20;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.features .index h1 {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 80px;
}
.features-m .index .btn-orange,
.features .index .btn-orange {
	margin-top: 50px;
    text-align: left;
    position: relative;
}
.features-m .index .btn-orange i.fa-angle-right,
.features .index .btn-orange i.fa-angle-right {
    position: absolute;
    right: -10px;
    top: 10px;
}

.home-0 {
    margin-top: 80px;
}
.home-0 .index h1 {
    margin-top: 0;
}
.home-0 .index .row {
    border: 1px solid #2962ae;
    border-radius: 5px;
    min-height: 300px;
}
.home-0 .sub-index .row h1 {
    font-weight: 400;
    margin-top: 0;
    color: #2a4d9c;
}
.home-0 .sub-index .row h4 {
    color: #2a4d9c;
}
.home-0 .sub-index .btn-blue {
    margin-top: 50px;
    text-align: left;
    position: relative;

    margin-bottom: 20px;
}
.home-0 .sub-index .btn-blue i.fa-chevron-circle-right {
    position: absolute;
    right: 5px;
    top: 15px;
}
.home-0 .index h1 {
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
    color: #333;
}

.home-1 {
    margin-top: 80px;
    min-height: 380px;

    position: relative;

    background: url(/assets/images/blue_shade.jpg) center center no-repeat #2962ae;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.home-1 .parent {
    margin-top: 100px;
    text-align: center;
}
.home-1 .parent.center {
    border-left: 4px dotted #fff;
    border-right: 4px dotted #fff;
}
.home-1 .parent h1 {
    color: #90c744;
}
.home-1 .parent p {
    color: #ffffff;
}
.home-1 .parent .round {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.home-2 {
    margin-top: 80px;
}
.home-2 .parent .img-wrapper {
    max-height: 323px;
    overflow: hidden;
}

.home-3 {
    padding: 50px 0;
    margin-top: 50px;
    background-color: #f4f4f4;
}
.home-3 .index h1 {
    color: #2a4d9c;
}
.home-3 .index p {
    font-size: 24px;
    color: #2a4d9c;
}