/* Navbar */
.fifm-nav .nav-link{
	color: #000 !important;
    font-weight: 500;
}
.fifm-title{
    font-size: 2.9rem;
}

/* Banner Image */
#fifm-banner{
	background-repeat: no-repeat;
    background-position: 40%;
    background-size: cover;
    background-attachment: fixed;
    padding: 190px 0;
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    position: relative;
}
#fifm-banner:before {
    content: '';
    z-index: 9;
    background: rgba(250, 234, 235, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fifm-title-wrap{
	position: relative;
	z-index: 9;
}
.fifm-title{
	color:#000;
}
.about-sec, .shift-sec, .financial-sec, .team-sec, .driving-sec, .fifm-sec, .join-us-sec{
	padding: 80px 0;
}
.fifm-sec .h4, h4 {
    font-size: 1.4rem;
}
.bg-color{
	background: rgba(250,234,235,.5);
}
figure img {
    transform: scale3d(1, 1, 1);
    transition: transform 400ms;
}
figure:hover img {
    transform: scale3d(1.2, 1.2, 1);
}
figure figcaption {
    padding: 20px 25px;
    margin-top: 0;
    color: #666;
}
figure {
    background: #fff;
    margin-bottom: 45px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 4%), 0 2px 10px rgba(0, 0, 0, 6%);
}
figure .img-wrapper {
    position: relative;
    overflow: hidden;
}
figure h4 {
	color:#0056b3;
}
.financial-sec .icon {
    text-decoration: none;
    color: #fff;
    background-color: #2f3c7e;
    height: 90px;
    text-align: center;
    width: 90px;
    line-height: 85px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.icon svg {
    color: white; 
    width: 40px; 
    height: 40px; 
}
.media .media-left {
    padding-right: 25px;
}

/*Onboarding sec*/
.consulting-services {
    background: #2f3c7e;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    text-align: center;
    position: relative;
    color: #fff;
}
.contact-section .address, .contact-section .email, .contact-section .phone {
    text-align: center;
    background: #f7f7f7;
    padding: 20px 0 40px;
    margin-bottom: 20px;
    color: #444;
}

/*why-fifm sec*/
.why-fifm .why-fifm-sec1 {
    background: rgba(47, 60, 126, .98);
}
.why-fifm .why-fifm-sec2 {
    background: rgba(47,60,126,.58);
}
.why-fifm .why-fifm-sec3 {
    background: rgba(47,60,126,.8);
}
.why-fifm .block {
    color: #fff;
    padding: 85px 65px;
    float: left;
}