.rounded_orange img{
  object-fit: cover;
  border-radius: 50%!important;
  height: 450px;
  width: 450px;
  border: 20px solid #F39200
;
  }

.rounded_purple img{
  object-fit: cover;
  border-radius: 50%!important;
  height: 450px;
  width: 450px;
  border: 20px solid #a3195b;
}
.border-right{
	border-right: dotted 3px #fff;
}
.footer{
	background-color:#5774b7;
	color:#fff;
}
/*------pdfview-------------*/
.pdfview .mod-custom{
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 65%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.pdfmenu{
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}