/* university qr style start */
.qr_section {
	background-image: url('../images/bg2.png');
  width: 100%;
  height: 100vh;
}
.logo_section {
	text-align: center;
  margin-top: 16px;
}
.logo_section img {
	height: 60px;
	width: auto;
}
.soc_netw {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 15px;
	margin-bottom: 0;
  background: rgb(0 0 0 / 87%);
	width: 100%;
}
.soc_netw li {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	margin-right: 12px;
	border-radius: 50%;
	max-width: 30px;
}
.soc_netw li a {
	color: #ffe00c;
}
.soc_netw li:hover a {
	color: #ffe00c;
}
.student_sec {
	padding: 0px 20px;
	text-align: center;
}
.stud_img {
	margin: 0 auto;
  text-align: center;
  margin-top: 25px;
  height: 350px;
  width: 100%;
	margin-bottom: 30px;
  overflow: hidden;
	background: #fff;
  border: 5px solid #fdde30;
  border-radius: 30px;
  box-shadow: 0px 0px 15px #eee;
}
.stud_img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.student_sec h4 {
	font-size: 22px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
	margin-bottom: 12px;
}
.student_sec h5 {
	font-size: 22px;
  font-weight: bold;
  color: #000;
}
.student_sec h6 {
	font-size: 22px;
  font-weight: bold;
  color: #000;
}
.mr0p {
	margin-right: 0px !important;
}
.qr_code {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 10px solid #fdde30;
}
.qr_code img {
	max-height: 280px;
	width: auto;
}

/* university qr style end */


/* university find an audience style start */

.or_sctnt {
	height: 100% !important;
}
.ovr_plan {
	overflow-y: auto !important;
}
.soc_cessLL {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #343f73;
	position: relative;
  padding: 16px 10px;
  margin-top: 24px;
	height: 60px;
}
.soc_cessLL::before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 110px 0px 0;
  border-color: transparent #343f73 transparent transparent;
  margin-left: -110px;
}
.soc_cessLL::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 60px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 0px solid transparent;
	border-left: 110px solid #343f73;
	margin-right: -110px;
}
.soc_cessLL li {
	margin-left: 30px;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.soc_cessLL li:first-child {
	margin-left: 0px;
}
.soc_cessLL li a {
	color: #fff;
}
.soc_cessLL li a span {
	line-height: 20px;
}
.floor_img {
	margin: 0 auto;
  text-align: center;
  margin-top: 25px;
	margin-bottom: 30px;
  overflow: hidden;
	background: #fff;
  border: 5px solid #343f73;
  border-radius: 30px;
  box-shadow: 0px 0px 15px #eee;
}
.floor_img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.floor_img .card {
	border: 0;
	margin: 0;
	padding: 0;
}
.floor_img .card-image {
	height: 400px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
	.floor_img .card-image {
		height: 230px;
	}
}

.main_header {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0px;
}
.logo_con img {
	height: 60px;
	width: auto;
}
.main_header h1 {
    font-weight: bold;
    font-size: 24px;
    color: #303030;
    line-height: 28px;
    margin: 0 auto;
}
.single_video {
	margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
    line-height: 0;
}
.section_con {
	padding: 20px 0px 80px 0px;
	height: auto;
	min-height: 725px;
}
.single_document {
	position: relative;
    border-radius: 16px;
    overflow: hidden;
	margin-bottom: 30px;
}
.document_cover {
    height: 350px;
    width: 100%;
    overflow: hidden;
}
.document_cover img {
	height: 100%;
    width: 100%;
	object-fit: cover;
}
.pdf_ttl {
	position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(65 80 129 / 60%);
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
}
.pdf_ttl h2 {
    color: #fff;
	font-weight: bold;
    font-size: 24px;
    line-height: 32px;
	padding: 0px 20px;
}