/*----- HEADER -----*/
 .header{   
	background: rgb(0 0 0 / 70%);
	box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
}
 .header .navbar{
     padding: 9px 0;
}
 .header .navbar a.navbar-brand img{
     width: 70px;
     height: auto;
     object-fit: contain;
}
 .header .navbar .navbar-nav{
     flex-direction: row;
}
 .header .navbar .navbar-nav .nav-item{
     padding: 0 10px;
}
 .header .navbar .navbar-nav .nav-item .nav-link{
     font-style: normal;
     font-weight: 500;
     font-size: 20px;
     line-height: 26px;
     text-align: center;
     color: #fff;
     border-bottom: 1px solid transparent;
     transition: 0.5s ease-in-out;
}
 .header .navbar .navbar-nav .nav-item.active .nav-link{
     color: #fff;
     border-bottom: 1px solid #fff;
}
 .header .navbar .navbar-nav .nav-item .nav-link:hover{
     color: #fff;
     border-bottom: 1px solid #fff;
}
/*----- FOOTER -----*/
 .footer{
	background: rgba(0, 0, 0, 0.1);
}
.footer .footer-top-bar .footer-details a img{
	width: 70px;
	height: auto;
	object-fit: contain;
	margin-bottom: 20px;
}
.footer .footer-details h5{
     font-style: normal;
     font-weight: 700;
     font-size: 27px;
     line-height: 33px;
     color: #000000;
}
 .footer .footer-details p{
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 20px;
     color: #000000;
}
.footer .footer-details .ft-news{
	margin-bottom: 15px;
}
.footer .footer-details .ft-news:last-child{
	margin-bottom: 0;
}
.footer .footer-details .ft-news .ft-news-img{
	margin-right: 20px;
}
.footer .footer-details .ft-news .ft-news-img img{
	width: 120px;
	height: auto;
	object-fit: cover;
}
.footer .footer-details .ft-news .ft-news-detail h6{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 5px;
}
.footer .footer-details .ft-news .ft-news-detail p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.78);
	margin-bottom: 5px;
}
.footer .footer-details .ft-news .ft-news-detail p.ft-news-date{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.72);
	margin-bottom: 0;
}
.footer .footer-details .ft-news .ft-news-detail p.ft-news-date span svg{
	width: 15px;
	height: 15px;
}
.footer .footer-details ul.contact-detail{
	margin-bottom: 30px;
}
.footer .footer-details ul.contact-detail li{
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.footer .footer-details ul.contact-detail li span{
	display: block;
	width: 15px;
	height: 15px;
	object-fit: contain;
	margin-right: 15px;
	font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000
}
.footer .footer-details ul.contact-detail li a{
     font-style: normal;
     font-weight: 500;
     font-size: 16px;
     line-height: 26px;
     color: #000000;
}
.footer .footer-details .social-media-bar a{
     margin-right: 20px;
}
.footer .footer-details .social-media-bar a svg{
     width: 25px;
     height: 25px;
     object-fit: contain;
}
.footer-bottom-bar{
     background: #242F9B;
     padding: 10px 0;
     background: rgba(24, 46, 118, 0.1);
}
 .footer .footer-top-bar{
     padding: 30px 0;
}
.footer-bottom-bar{
     background: #000;
     padding: 15px 0;
}
.footer-bottom-bar p{
 	text-align: center;
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 26px;
     color: #FFFFFF;
     margin-bottom: 0;
}
