body {
	margin: 0;
	padding: 0;
}
/*======================== NAVBAR ======================= */
nav{
	background-color: #010f18;
  }
  .navbar-brand {
	margin-left: 15px;
  }
  .nav-bar{
	margin-right: 15px;
  }
  .nav-bar ul li a{
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 400;
	padding-right: 0;
	font-family: 'Roboto', sans-serif;
	color: white;  
  }
  .nav-item .active {
	color: #1687AC !important;
  }
  .nav-bar ul li a:hover{
	color: #1687AC;
  }
  .logo{
	width: 90px;
  }
  .displayflex{
	display: flex;
  }
  .search_area input {
	padding-left: 2.375rem;
	border: 1px solid white;
	border-right: none;
	border-radius: 30px;
	background-color: transparent;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
  }
  
  .search_btn{
	border: 1px solid white;
	border-left: none;
	border-radius: 30px;
	background-color: transparent;
	border-top-left-radius: 0px;
	border-bottom-left-radius:0px;
	height: 38px;
	color: white;
	padding: 3px 12px 10px 10px ;
  }
.title {
	color: white;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #23C1F1;
    border-image: linear-gradient(to right, #23C1F1 10%, transparent 10%) 100% 1;
}
.banner {
	background: linear-gradient(105deg, #000e17 14.66%, #00415b 54.46%, #000e17 87.45%);
}
.banner-content {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
	letter-spacing: 0.36px;
}
/* s ===================================================================*/
.page_main{
	color:#001a2c;
	letter-spacing: 0.5px;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #23C1F1;
    border-image: linear-gradient(to right, #23C1F1 10%, transparent 10%) 100% 1;
}
.initiativecard{
	border: none;
	margin: 10px;
}
.initiative_date p{
	color: #001a2c;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 19px;
}
.initiativecard_head{
	color: #255B94;
	font-weight: bold;
	font-size: 19px;
}
.content{
    text-align: justify;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
/* s ===================================================================*/


/*=========================== FOOTER =======================*/
.footer {
	background-color: #001a2c;
	padding: 35px;
}
.footer_logo {
	width: 200px;
}
.footer_column {
	padding: auto;
}
.footer_heading {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.5px;
	border-bottom: 2px solid white;
	border-image: linear-gradient(to right, white 21%, transparent 10%) 100% 1;
}
.footer_column ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
.footer_column ul li a {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	color: white;
	text-transform: uppercase;
}
.clickable {
	text-decoration: none;
	font-weight: 500;
	color: white;
}
.clickable:hover {
	color: white;
	text-decoration: none;
}
.policy_area {
	padding-top: 10px;
	display: flex;
	justify-content: center;
	border-top: 1px solid grey;
}
.policy_area a {
	text-decoration: none;
	color: #dadada;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	margin: 0 20px;
	@media (max-width: 50em) {
		font-size: 11px;
	}
}
.policy_area a:hover {
	color: white;
	text-decoration: none;
}
.social-icons ul li a img {
	width: 30px;
	height: 30px;
	margin: 0 9px;
}
.social-icons ul {
	display: flex;
	justify-content: center;
}
.social-icons ul li {
	border-radius: 50%;
	list-style-type: none;
}
/*===================== BOTTOM FOOTER ===========================*/
.bottom_footer {
	background-color: white;
	padding: 10px 0 1px 0;
}
.bottom_footer p {
	font-family: "Montserrat", sans-serif;
	text-align: center;
	color: #255b94;
	font-size: 17px;
	font-weight: 300;
}
.bottom_footer a {
	font-weight: 700;
	color: #255b94;
}
.bottom_footer a:hover {
	color: #1687ac;
	text-decoration: none;
}
@media (max-width: 60rem) {
	.banner_main {
		font-size: 27px;
	}
}


/* @media screen and (max-width: 992px) {
	.card-container {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.card-grp{
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.card {
		width: 100%;
	}
	.card-body h6 {
		font-size: 0.9rem;
		font-weight: 600;
		color: #00273a;
		font-family: "Roboto", sans-serif;
	}
	.card-desc p {
		font-size: 0.9rem;
		font-weight: 400;
		color: #383838;
		font-family: "Roboto", sans-serif;
	}
	
}

@media screen and (max-width: 768px) {

	.card-container {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.card-grp{
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.card {
		width: 100%;
	}

	.card-body h6 {
		font-size: 0.9rem;
		font-weight: 600;
		color: #00273a;
		font-family: "Roboto", sans-serif;
	}

	.card-desc p {
		font-size: 0.9rem;
		font-weight: 400;
		color: #383838;
		font-family: "Roboto", sans-serif;
	}

}


@media screen and (max-width: 576px) {
	.card-container {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.card-grp{
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.card {
		width: 100%;
	}
	.card-body h6 {
		font-size: 0.9rem;
		font-weight: 600;
		color: #00273a;
		font-family: "Roboto", sans-serif;
	}
	.card-desc p {
		font-size: 0.9rem;
		font-weight: 400;
		color: #383838;
		font-family: "Roboto", sans-serif;
	}
	
} */
