.navbar-nav ml-auto {
    font-family: "Nunito Sans"
}



.nagative_margin {
    position: relative;
    margin-top: -100px;
    z-index: 99;
}

/* Feature Style Five */
.feature_style_five{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
    padding: 35px 30px 10px;
    box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64);
    position: relative;
	border-radius:0px 50px 50px 50px;
	background:#fff;
}
.feature_style_five::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(assets/images/dot.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index:1;
}
.feature_style_five_cion i {
    color: #0c5adb;
    background-color: #eff2f7;
    border-radius: 0 40px 40px;
    font-size: 25px;
    line-height: 70px;
	height:70px;
	width:70px;
	transition:.5s;
}
.feature_style_five_title h1 {
  
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature_style_five_title h4 {
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature_style_five_text p{
	transition:.5s;
}
.feature_style_five:hover{
	background:#003679;
	transform:translateY(-10px);
}
.feature_style_five:hover .feature_style_five_title h1, .feature_style_five:hover .feature_style_five_title h4,
.feature_style_five:hover .feature_style_five_text p{
	color:#fff;
}