.FNL-icon {
    width: 50%;
    margin-left: 26%;
}

.bg-f-c {
    background-color: rgb(221, 220, 217);
    padding: 4rem;
}

.carousel-indicators {
    bottom: 0rem;
}

.boxx {
    margin-top: 7rem;
}

.carousel-caption {
    padding: 0px!important;
    width: 100%;
    left: 0px;
    right: 0px;
}

.fnl-bg-show {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(to top, rgba(235, 238, 241, 0.3), rgb(255, 255, 255)), url(../images/fnr-bg.jpg);
    background-position: center center;
    overflow: hidden;
    background-attachment: fixed;
}

.fnl-title {
    color: #2d475c;
    font-weight: 600;
    font-size: 3em;
    letter-spacing: 5px;
    text-align: center;
    padding: 30px;
}

.img-txt {
    color: #2e5c81;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 15px;
}

.fnl-sub-txt {
    color: #477194;
    font-weight: 600;
    letter-spacing: 3px;
    padding-bottom: 10px;
    font-size: 1.6rem;
}

.intro-p {
    font-size: 1.2rem;
}


@media(max-width:1059px) {
    .img-txt {
        font-size: 1.7rem;
    }
}

@media(max-width:992px) {
    .tcl {
        text-align: center;
    }
    .img-txt {
        font-size: 2rem;
    }
}


@media(max-width:400px){
    .fnl-title {
        padding: 15px 0px 15px 0px;
        letter-spacing: 3px;
        font-size: 2.5rem;
    }
}