@charset "utf-8";
*{
	margin:0px;
	padding: 0px;
}
body{
	font-family: 'Raleway', sans-serif;
}
.top-header{
	position: relative;
	width: 100%;
}
.inner-top-header{
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.navbar-scroll{
	background: #F8F8F8;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 99;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
.nav-item .nav-link{
	color: #1C286E;
}

.navbar-scroll .nav-item .nav-link{
	color: #1C286E;
}
.navbar-scroll .nav-item .nav-link:hover{
	color: #1C286E;
	font-weight: 700;
}
.navbar-scroll .header-btn{
	background: black;
	color: #fff;
}
.nav-item .nav-link{
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;		
}
.fdn-aim{
	height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fdn-ft{
	background: #1C286E;
	padding: 50px;
}
.ft-btn{
	width: 150px;
	background-color: #F5AB35;
	color: white;
	border-radius: 100px;
	transition: 0.5s;
}
.ft-btn:hover{
	background-color: transparent;
	color: white;
	border: solid #F5AB35 1.5px;
	}
.col-xl-4 li a{
	text-decoration: none;
	color: white;
	transition: 0.5s;
}
.col-xl-4 li a:hover{
	text-decoration: none;
	color: #F5AB35;
}

