
@import url('https://fonts.sandbox.google.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,300,0,200');

body{
	background: #f7f7f7;
  /* background: linear-gradient(180deg, rgba(0,46,126,1) 0%, rgba(255,255,255,1) 90%); */
  position: relative;
  font-family: magistral, sans-serif;
}
a .button{
	text-decoration: none !important;
}
.pagebgimg {
    position: absolute;
    width: 100%;
    height: 440px;
    /* background: url(../images/pagebg.png) no-repeat fixed top; */
    top: 0;
    left: 0;
    right: 0;
    z-index: -100;
}
#wrapper{
   z-index: 200;
   position: relative;
}
.sidebar{
	background-color: #042769;
    padding: 2px;
    border-radius: 20px;
}
.sidebar h2{
	color: #fff;
	margin: 20px 0 0 20px;
}
.sidebar a{
		padding: 10px ;
		display: block;
		color: #cbe0ff;
		font-size: 14px;
		text-decoration: none;
		margin: 10px;
		transition: 0.3s;
}
.sidebar a:hover{
	background-color: #062e79;
	border-radius: 10px;
}
.sidebar a img{
	max-width: 100px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	height:100%;
}
.sidebar .date{
	color: #fcc629;
	font-size: 12px;
}

.sidebar span{
  font-size: 14px;
	padding-right: 5px;
}

h1,h2,h3,h4{
	font-family: magistral, sans-serif;
	letter-spacing: .05rem;
}
/* header{
  border-bottom: 1px solid #083482;
} */
.header-logo {
  padding: 15px;
  margin: 15px;
  width: 220px;

}
@media (max-width: 767.98px) {
	.header-logo {
    padding: 5px;
    margin: 5px;
    width: 110px;
	}
}
.blog-card{
	border-radius: 20px;
  overflow: hidden;
	border: 0;
	margin: 15px;
}
.blog-card img{
	border-radius: 20px;

}
p{
	line-height: 30px;
  letter-spacing: .02rem;
	color: #575757;
}

.card-body{
	border: 0;

}
.card-body p,  .card-body h2{
	color: #393939;
}

.card-body .date {
    color: #fcc629;
    font-size: 14px;
}

.button {
  display: inline-block;
  color: #042769;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
	text-decoration: none;
	position: relative;
}
.button::after {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 100px;
  height: 5px;
}

.single-post-content{
	background-color: #fff;
	border-radius: 20px;
}
.single-post-content img{
	width:100%;
	height:auto;
}
.single-post-content .date {
    color: #fcc629;
    font-size: 14px;
}

.recentposts a{
	  color: #ffffff;
    font-size: 18px;
    padding: 14px;
    display: block;
    background-color: #04235e;
    border-radius: 10px;
}

.blogs-listing .card{
		border-radius: 20px 0 20px 0;
		overflow: hidden;
		border: 0;
		margin: 10px;

}

.single-post-content{
	background-color: white;
	border-radius: 20px;
	overflow: hidden;
}
.content-area{
	padding: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #fcc629;
  color: black;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
	transition: 0.3s;
}

#myBtn:hover {
  background-color: #e5ac06;

}

.home-btn{
	background-color: #043180;
	padding: 10px 20px;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.home-btn:hover{
	background-color: #0d1c5c;
	color: #fff;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.pagination a,.pagination span{
		padding: 10px 17px;
		display: inline-block;
		margin: 5px;
		text-decoration: none;
		border-radius: 50px;
		background-color: #043180;
		color: #fff;
}
.pagination a:hover{
	background-color: #0d1c5c;
}
.pagination span{
	opacity: .5;
}

.arrow-icon{
	height: 14px;
  width: 14px;
}
