html {scroll-behavior: smooth; }
@font-face {
	font-family: 'poppinsregular';
	src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
	url('../fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'poppinsregular';
}
body .container p{ text-align:  justify; }
#wrapper{ overflow: hidden; }
body.home-page #footer{ margin-top: 0;}
#header{
	padding: 50px 0 0;
	margin-bottom: 50px;
	position: static;
	overflow: hidden;
}
body.home-page #header{
	padding: 50px 0 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 20;
	overflow: hidden;
}
#header .col-lg-2{ padding: 0;}
#header .col-lg-2 img{
	max-width: 100%;
	height: auto;
	float: left;
	margin: -10px 0 0 auto;
}
.navbar-expand-lg{
	background-color: #700f1a;
}
.navbar-expand-lg .nav-link{ color: #fff; }
#header .col-lg-1 div{
	height: 56px;
	width: 100%;
	background: #700f1a;
	float: left;
}
.date-lable{
	position: absolute;
	z-index: 2;
	right: 0;
	top: 140px;
	background: #666;
	color: #fff;
	font-weight: bold;
	padding: 10px 60px 10px 10px;
	border-radius: 15px 0 0 15px;
	font-size: 15px;
}
.date-lable em{
	font-style: normal;
	display: block;
}
.container h3{ margin-bottom:  30px; }
.block-director-iba-message{
	overflow: hidden;
	background-color: #e3e3e3;
	padding: 20px 0 60px;
	margin-top: 40px;
}
.block-director-iba-message .image-holder{
	max-width: 445px;
	float: left;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 0.3);
	border-radius: 10px;
	position: relative;
}
.block-director-iba-message img{
	border-radius: 10px;
	position: absolute;
	width: 400px;
	height: auto;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 0.3);
	top: -20px;
}
.block-director-iba-message .text-holder{
	background-color: #fff;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 0.3);
	margin-top: 3%;
	border-radius: 0 10px 10px 0;
	position: relative;
}
.block-director-iba-message .text-holder .message-box{
	padding: 30px;
	width: 800px;
	text-align: justify;
	color: #700f1a;
	margin: 0 0 0 31%;
}
.block-director-iba-message .text-holder .message-box a{ color: #700f1a; }
.block-registrar-iba-message{
	background-color: transparent;
	padding: 15px 0 70px 0;
	margin: -15px 0 0 0;
	
}
.block-registrar-iba-message .text-holder{
	background-color: #700f1a;
	border-radius: 10px 0 0 10px;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
}
.block-registrar-iba-message .text-holder .message-box{
	color: #fff;
	margin: 0 31% 0 0;
}
.block-registrar-iba-message img{
	right: 0;
	top: -23px;
	box-shadow: -5px 5px 5px rgb(0 0 0 / 0.3);
}
.block-registrar-iba-message .text-holder .message-box a{ color: #fff; }
.block-registrar-iba-message .image-holder{
	float: right;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
}
.block-bogr{ margin: -30px 0 30px; }
.top-box p{ text-align:  center !important;}
#graduate-guide{
	height: 615px;
	background:url(../images/bg-graduates-guide.jpg) no-repeat;
	background-size: 100%;
	background-position: center bottom;
	padding: 70px 0;
}
#graduate-guide img{
	position: absolute;
	width: 290px;
	left: -145px;
	top: -20px;
	border-radius: 100%;
	border: 5px solid #700f1a;
}
#graduate-guide .text-block{
	background-color: #700f1a;
	color: #fff;
	margin-left: 145px;
	padding: 40px 20px 40px 180px;
	margin-top: 26px;
	border-radius: 0 10px 10px 0;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 0.3);
	position: relative;
}
#graduate-guide .text-block strong{ font-size: 45px; }
#graduate-guide .text-block a{ color: #fff;}
#graduating-batch{
	overflow: hidden;
	padding: 40px 0 0;
	color: #700f1a;
}
#graduating-batch img{
	width: 124px;
	height:  124px;
	margin-right: 20px;
}
#graduating-batch a{
	text-decoration: none;
	color: #700f1a;
}
#graduating-batch .align-items-center{ padding: 50px 0 0; }
#graduating-batch .align-items-center strong{ font-size: 30px; }
#archives{
	background: url(../images/bg-archive.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
	color: #700f1a;
	padding: 80px 0;
}
#archives h3{ font-weight: bold; }
#archives .batch{
	position: relative;
	background: #ccc;
	color: #fff;
	border-radius: 14px;
	padding: 12px 0;
	width: 235px;
	transition: ease all .5s;
}
#archives .batch .image-holder{
	width: 88px;
	height: 88px;
	background: #ccc;
	border-radius: 100px;
	position: absolute;
	left: -30px;
	border: 3px solid #fff;
	top: -8px;
	transition: ease all .5s;
}
#archives .batch span{
	display: block;
	font-weight: bold;
}
#archives .batch strong{ display: block; }
#archives .batch a{
	text-decoration:  none;
	color: #fff;
}
#archives .batch:hover{
	background-color:  #700f1a;
	transition: ease all .5s;
}
#archives .batch:hover .image-holder{
	background-color:  #700f1a;
	transition: ease all .5s;
}
#archives .row{
	padding: 20px 0;
}
#graduating-batches{
	color: #700f1a;
	padding: 80px 0 0;
}
#graduating-batches h3{ font-weight: bold; }
#graduating-batches .batch{
	font-size: 14px;
	position: relative;
	background: #ccc;
	color: #fff;
	border-radius: 14px;
	padding: 16px 0;
	width: 370px;
	transition: ease all .5s;
}
#graduating-batches .batch .image-holder{
	width: 88px;
	height: 88px;
	background: #ccc;
	border-radius: 100px;
	position: absolute;
	left: -30px;
	border: 3px solid #fff;
	top: -8px;
	transition: ease all .5s;
}
#graduating-batches .batch span{
	display: block;
	font-weight: bold;
}
#graduating-batches .batch strong{ display: block; }
#graduating-batches .batch a{
	text-decoration:  none;
	color: #fff;
}
#graduating-batches .batch:hover{
	background-color:  #700f1a;
	transition: ease all .5s;
}
#graduating-batches .batch:hover .image-holder{
	background-color:  #700f1a;
	transition: ease all .5s;
}
#graduating-batches .row{
	padding: 20px 0;
}
.message-image{
	float: left;
	width: 250px;
	height:  auto;
	margin: 0 10px 5px 0;
}
#footer{
	overflow:  hidden;
	margin-top: 100px;
}
#footer .footer-top{
	background-color: #c5c5c5;
	padding: 40px 0;
}
.btn-register{
	display: inline-block;
	padding: 10px 15px;
	background-color: #700f1a;
	color: #fff;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 8px;
	transition: ease all .5s;
}
.btn-register:hover{
	background-color: #666;
	transition: ease all .5s;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #700f1a;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }
  
  #myBtn:hover {
	background-color: #666;
  }
#footer .col-lg-3{ font-size: 13px; }
#footer .col-lg-3 img{
	display: block;
	width: 100%;
	height:  auto;
	margin-bottom: 10px;
}
#footer ul{
	padding: 0;
	margin: 0;
}
#footer ul li{ list-style: none; }
#footer ul li a{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 2px 5px;
	transition: ease all .5s;
	border-radius: 5px;
}
#footer ul li a:hover{
	background-color: #700f1a;
	color: #fff;
	transition: ease all .5s;
	border-radius: 5px;
}
.footer-bottom{
	background-color: #700f1a;
	color: #fff;
	padding: 20px;
}
.footer-bottom p{ margin: 0;}






@media screen and (max-width: 1720px) {
	#header .col-lg-2 img{ margin: -5px 0 0; }
}
@media screen and (max-width: 1399px) {
	.block-director-iba-message .text-holder .message-box{
		margin: 0 0 0 35%;
		padding: 20px 30px;
		width: 720px;
	}
	.block-registrar-iba-message .text-holder .message-box{ margin: 0 31% 0 0; }
	.block-bogr img{ width: 365px; }
	#graduating-batches .batch{
		width: 330px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 1288px) {
	.date-lable{ top: 300px; }
	.navbar-expand-lg{ font-size: 14px; }
}
@media screen and (max-width: 1199px) {
	.block-director-iba-message .text-holder .message-box{
		margin: 0 0 0 35%;
		padding: 20px 30px;
		width: 610px;
		font-size: 13px;
	}
	.block-director-iba-message img{ width: 333px;}
	.block-registrar-iba-message .text-holder .message-box{ margin: 0 31% 0 0; }
	#graduate-guide .text-block strong {
		font-size: 30px;
	  }
	  #archives .batch{ width: 170px; }
	  #archives .batch .image-holder{ left: -60px; }
	  #graduating-batches .batch {
		width: 100%;
		padding: 60px 30px 30px 30px;
		font-size: 12px;
	  }
	  #graduating-batches .batch .image-holder {
		width: 88px;
		height: 88px;
		background: #ccc;
		border-radius: 100px;
		position: absolute;
		left: 35%;
		border: 3px solid #fff;
		top: -45px;
		transition: ease all .5s;
	  }
}
@media screen and (max-width: 991px) {
	#header{
		padding: 0 !important;
		position: static !important;
		margin-bottom: 0 !important;
	}
	#header .col-lg-1 div{ display:  none; }
	#header .col-lg-2{ padding: 12px 20px; }
	#header .col-lg-2 img{ width: 250px; }
	.navbar-expand-lg { background-color: transparent; }
	.navbar-collapse{
		background-color: #700f1a;
		border-radius: 5px;
		padding: 10px;
	}
	.block-director-iba-message img{
		width: 200px;
		position: static;
		margin: 30px 0 0 30px;
	}
	.block-director-iba-message .text-holder .message-box{
		margin: 0;
		padding: 20px 30px;
		width: 100%;
	}
	.block-director-iba-message .text-holder{ border-radius:  10px; }
	#graduate-guide{
		background-size: cover;
		padding:  30px 0;
		height: 550px;
	}
	#graduate-guide .text-block{
		background-color: #700f1a;
			color: #fff;
			margin-left: 0;
			padding: 20px;
			margin-top: 26px;
			border-radius: 10px;
			box-shadow: 5px 5px 5px rgb(0 0 0 / 0.3);
			position: relative;
			width: 100%;
			text-align: center;
		}
		#graduate-guide img {
			position: static;
			width: 130px;
			margin-bottom: 20px;
		  }
		  #archives .batch{
			width: 170px;
			margin: 0 auto 20px;
		  }
		  #archives .row{ padding: 0;}
		  .date-lable {	top: 10px;  }
		  #header{
			background-color: #ccc !important;
			margin-bottom: 20px !important;
		}
		#graduating-batches .batch{
			margin-bottom: 60px;
		}
		#graduating-batches .batch .image-holder{ left: 43%; }
}
@media screen and (max-width: 860px) {
	.date-lable { top: 5px; }
	.top-box strong{ font-size: 20px;}
	#graduating-batch .align-items-center strong{ display:  block; }
	#graduating-batch img{
		display: inline-block;
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 600px) {
	#header{ position:  relative;}
	.date-lable {
		font-size: 12px;
		top: 3px;
		padding: 5px;
	  }
	  .block-director-iba-message .text-holder{ text-align: center;}
	  .block-director-iba-message img{ margin: 30px 0 0 0; }
	  #archives .batch {
		width: 60%;
		margin: 0 0 20px 28%;
	  }
	  #footer ul{ margin-bottom: 30px;}
	  #footer .col-lg-3 img{ width: 70%; }
	  #graduating-batches .batch .image-holder {
		left: 38%;
	  }
	  #graduating-batches .batch{ font-size:  14px ;}
}