.prin_box .card{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color:#F2F0F1;
  background-clip: border-box;
  border-radius: 0.0rem;
  width:100%;
  height:100%;
  border:2px solid #FFF;
	}

 .prin_box .card-body {
 -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.65rem;
  color:#FF0041;
  z-index:9999;
  font-family: 'Oswald', sans-serif;
  
}
 
.prin_box .card-title {
	font-family: 'Reem Kufi', sans-serif;
	color:#9B0B04;
	padding-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #9B0B04;
  }
  
.logo_box .card{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color:#00628A;
  background-clip: border-box;
  border-radius: 0.0rem;
  width:100%;
  height:100%;
	}

 .logo_box .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.65rem;
  color:#FFF;
  }
 
 .logo_box .card-title {
  font-family: 'Reem Kufi', sans-serif;
  color:#9B0B04;
  border-bottom:1px  dashed #9B0B04;
  padding-bottom:10px;
  }
  

.news_box .card{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color:#f3d8f9;
  background-clip: border-box;
  border-radius: 0.0rem;
  width:100%;
  height:100%;
  border:2px solid #D39DDF;
	}

 .news_box .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.65rem;
  }
 
.news_box .card-title {
  font-family: 'Reem Kufi', sans-serif;
  color:#9B0B04;
  border-bottom:1px  dashed #9B0B04;
  padding-bottom:10px;
  }
  


  

 

  





