body{margin: 0; }
#header:after{
	content: '';
	display: block;
	clear: both;
}
#header{
	position: relative;
	z-index: 50;
	box-shadow: 0 0 5px #000;
	margin: 0 0 20px;
}
#header .holder{
	width: 98%;
	overflow: hidden;
}
.logo{
	border: 7px solid #700f1a;
	margin: 0 50px;
	transition: 0.5s;
	position: absolute;
	z-index: 100;
	top: 50px;
	width: 300px;
	height: auto;
}
#header .top-menu {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0 0 30px;
}
#header .top-menu li:first-child {
	margin: 0;
	border: none;
}
#header .top-menu li {
	float: left;
	border-left: 1px solid #ccc;
}
#header .top-menu li a {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}
#header .header-content {
	float: right;
	width: 190px;
	font-size: 15px;
	line-height: 17px;
	margin-top: -35px;
}
#header .search-form {
	background: #fff;
	border-radius: 10px;
	width: 180px;
	height: 18px;
	float: right;
	padding: 5px;
}
#header .search-form input[type="text"] {
	width: 147px;
	height: 18px;
	float: left;
	color: #a92c32;
	border: none;
	outline: none;
	font-size: 11px;
}
#header .search-form input[type="submit"] {
	background: url(../header-files/btn-search.png) no-repeat;
	width: 19px;
	height: 19px;
	float: right;
	overflow: hidden;
	text-indent: -99999px;
	cursor: pointer;
	border: none;

}
#header .top-menu li a:hover { color: #aaa; }
.topnav:after {
	content: '';
	display: block;
	clear: both;
}
.topnav {
	background: #700f1a;
	position: relative;
	z-index: 50;
}
.topnav span {
	float: left;
	display: block;
	color: #1a97cd;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	line-height: 20px;
}
.topnav span a.oric{
	padding: 8px 16px;
	display: block;
	text-decoration: none;
	color: #1a97cd;
}
.topnav .active {
	background: #4caf50;
	color: white;
}
.topnav .icon { display: none; }
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: #fff;
	padding: 20px 8px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #1a97cd;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 50;
}
.dropdown-content .menu-column1:first-child{ border: none; }
.dropdown-content .menu-column1{
	border-left: 1px solid #ccc;
	width: 285px;
	float: left;
}
.dropdown-content span {
	float: none;
	color: #fff;
	text-decoration: none;
	text-align: left;
	display: block;
}
.dropdown-content span:hover { background: #fff; }
.dropdown-content span a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 16px;
}
.dropdown-content span:hover a{
	color: #fff;
	background: #98c93e;
}
.dropdown:hover .dropdown-content { display: block; }
.topnav .nav-holder{
	max-width: 1320px;
	margin: 0 0 0 auto;
}

#header .accordion {
	float: none;
	color: #fff;
	text-decoration: none;
	text-align: left;
	display: block;
	background: none;
	border: none;
	padding: 12px 16px;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}
#header .accordion:hover{
	background: #fff;
	color: #000;
}
#header .accordion li:hover .opener{
	background: #fff;
	color: #000;
}
#header .accordion li { list-style: none; }
#header .accordion .opener:hover{
	background: #fff;
	color: #000;
}
#header .panel {
	padding: 0 18px;
	background-color: #98c93e !important;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
#header .panel a:first-child{ border: none; }
#header .panel a{
	border-top: 1px solid #fff !important;
	display:block;
	text-decoration:none;
	padding: 5px 12px;
	color: #fff !important;
	font-size: 15px;
	line-height: 20px;
}
#header .panel a:hover{ color: #666; }
#header .accordion li:hover .slide{ background: #fff; }
#header .accordion li .slide{ background: #fff; }
#header .accordion li .slide a{
	display: block;
	padding: 8px 30px;
	text-decoration: none;
	color: #666;
	border-top: 1px solid #ccc;
}
#header .accordion li .slide a:hover{
	background: #1a97cd;
	color: #fff;
}
#header .accordion {
	float: none;
	color: #fff;
	text-decoration: none;
	text-align: left;
	display: block;
	background: none;
	border: none;
	padding: 12px 16px;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}
#header .accordion:hover{
	background: #fff;
	color: #000;
}
#header .accordion li:hover .opener{
	background: #fff;
	color: #000;
}
#header .accordion li { list-style: none; }
#header .accordion .opener:hover{
	background: #fff;
	color: #000;
}
#header .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
#header .panel a:first-child{ border: none; }
#header .panel a{
	border-top: 1px solid #ccc;
	display:block;
	text-decoration:none;
	padding: 5px 12px;
	color: #000;
	font-size: 15px;
	line-height: 20px;
}
#header .panel a:hover{ color: #666; }
#header .accordion li:hover .slide{ background: #fff; }
#header .accordion li .slide{ background: #fff; }
#header .accordion li .slide a{
	display: block;
	padding: 8px 30px;
	text-decoration: none;
	color: #666;
	border-top: 1px solid #ccc;
}
#header .accordion li .slide a:hover{
	background: #1a97cd;
	color: #fff;
}

#container .quick-links {
    background: #f89528;
    padding: 0 20px;
    margin: 0;
}
#container .quick-links .three-column {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    color: #ccc;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}
#container .three-column .column {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}
#container .three-column .column h2 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
#container .three-column .column ul {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 0;
}
#container .three-column .column h2 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
#container .three-column .column ul li {
    text-align: left;
    color: #fff;
}
#container .three-column .column a {
    transition: all 0.3s ease;
    color: #000;
    text-decoration: none;
    outline: none;
}
#container .three-column .column a:hover {
    color: #ccc;
    transition: all 0.3s ease;
    text-decoration: underline;
}
#container .three-column .column .footer-buttons {
    overflow: hidden;
    font-size: 17px;
    line-height: 25px;
}
#container .three-column .column .footer-buttons li:first-child {
    margin-top: 28px;
}
#container .three-column .column .footer-buttons li {
    margin: 20px 10px;
    border: 1px solid #fff;
    text-align: center;
    transition: all 0.3s ease;
    width: 150px;
	list-style: none;
}
#container .three-column .column .footer-buttons li a {
    color: #fff;
    display: block;
    padding: 5px;
}
#container .three-column .column .footer-buttons li a:hover {
    text-decoration: none;
}
#container .three-column .column .footer-buttons li:hover a {
    color: #666;
}
#container .three-column .column .footer-buttons li:hover {
    background: #fff;
    transition: all 0.3s ease;
}
#header .program-title {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}
#header .program-title h2 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin: 10px 0 0;
}
#header .program-title h3{
	font-size: 20px;
	line-height: 25px;
	color: #700f1a;
}
#header .program-title h2 a {
    color: #700f1a;
    text-decoration: none;
}



/*footer css */
#container .quick-links .three-column {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    color: #ccc;
    font-size: 13px;
    line-height: 18px;
}
#container .three-column .column {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}
#container .three-column .column .footer-buttons {
    overflow: hidden;
    font-size: 17px;
    line-height: 25px;
    width: 100%;
}
#container .three-column .column .footer-buttons li:first-child {
    margin-top: 28px;
}
#container .three-column .column .footer-buttons > li {
    margin: 20px 10px;
        margin-top: 20px;
    border: 1px solid #fff;
    text-align: center;
    transition: all 0.3s ease;
    width: 86%;
}
#container .three-column .column .footer-buttons > li a {
    color: #fff;
    display: block;
    padding: 5px;
}
#container .three-column .column a {
    transition: all 0.3s ease;
    color: #000;
    text-decoration: none;
}
.block-mobile-app {
    background: #700f1a;
    padding: 20px !important;
    border-radius: 5px;
    border: 2px solid #fff;
    width: 70% !important;
    margin: 0 10px;
    float: left;
}
.title-mobile-app {
    display: block;
    width: 80%;
    text-align: center;
    background: #700f1a;
    color: #fff;
    padding: 5px;
    margin: 0 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
}
#container .three-column .column .footer-buttons > li a {
    color: #fff;
    display: block;
    padding: 5px;
}
#container .three-column .column .footer-buttons li.btn-mobile-app {
    border: none;
}
#container .three-column .column .footer-buttons li.btn-mobile-app img {
    display: block;
    width: 100%;
    height: auto;
}
#container .three-column .column .footer-buttons > li {
    margin: 20px 10px;
    border: 1px solid #fff;
    text-align: center;
    transition: all 0.3s ease;
    width: 86%;
}
#container .three-column .column .footer-buttons li.btn-mobile-app:hover {
    background: none;
}
.footer {
    margin-top: 10px;
}
/* footer css ends here */
@media screen and (max-width: 1700px){ .topnav .nav-holder{ margin: 0; float: right; } }
@media screen and (max-width: 1550px){
	.logo{
		top: 62px;
		width: 230px;
		height: auto;
		margin: 0 10px;
	}
}
@media screen and (max-width: 1450px){
	.dropdown .dropbtn { font-size: 15px; }
}
@media screen and (max-width: 1000px){
	#header .holder{ width: 90%; }
	.topnav span:not(:first-child), .dropdown .dropbtn { display: none; }
	.topnav span.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav span.icon a{
		color: #fff;
		text-decoration: none;
		padding: 8px 16px;
		display: block;
	}
	.topnav.responsive span {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		border-bottom: 1px solid #ccc;
		display: block;
		width: 100%;
		text-align: left;
	}
	.topnav span a.oric{ border-bottom: 1px solid #ccc; }
}
@media screen and (max-width: 1400px){
	#container .three-column .column .footer-buttons li.btn-mobile-app { width: 88% !important;}
}
@media screen and (max-width: 1300px){
	.dropdown .dropbtn { font-size: 13px; }
	.logo {
		top: 65px;
		width: 200px;
	}
}
@media screen and (max-width: 1200px){
	#container .row .content .centres li.ceif-logo{ margin-top: -20px; }
	#wrapper .caption .iba-info{ border-radius: 0; }
	#container .row .content .event-calendar{width: 100%;margin: 0;}
	#container .quick-links .three-column{ width: 100%; }
	.portal3 h2 {font-size: 15px!important;line-height: normal !important;}
	.portal2 h2 {font-size: 15px!important;line-height: normal !important;}
}
@media screen and (max-width: 1199px){
	.right-sec {padding: 4% 4% 4% 8%;}
}
@media screen and (max-width: 1160px){
    .left-sec img {width: 520px;}
    p.balance {padding: 0 0px 130px;}
    .left-sec {width: 43%;}
	p.balance {padding: 0 0px 80px;}
	p.contact-txt {width: 80%;margin-right: 0%!important;}
	.portal3 h2 {font-size: 16px!important;}
	.portal2 h2 {font-size: 15px!important;}
	.logo {
		top: -1px;
		width: 200px;
		left: -10px;
	}
}
@media screen and (max-width: 1100px){
	#container .row .content .iba-news li{ width: 45%; }
	#container .row .content .iba-publications li{ width: 27%; }
	#container .row .content .iba-events li{ width: 63%; }
	#container .three-column .column .footer-buttons li{ width: 130px; }
	.left-sec img {width: 490px;}
	.right-sec {width: 37%;}
	p.balance {padding: 0 0px 70px;}
	.portal-student {width: 49.88%;}
	.portal-student2 {width: 24.88%;}
	#main .block-more-events .iba-news li{ width: 45%; }
	.right-sec {padding: 4% 4% 2% 5%;}
	#header .program-title{ width: 440px; }
	#container .three-column .column {width: 21%;}
	#container .three-column .column {width: 21%;}
	#container .three-column .column .footer-buttons li {width: 198px;}
}
@media screen and (max-width: 1063px){
	.right-sec {padding: 4% 4% 3% 5%;}
}
@media screen and (max-width: 1024px){
    .left-sec img {width: 460px;}
    p.balance {padding: 0 0px 38px;line-height: 24px;font-size: 14px;}
    .right-sec h3 {font-size: 20px;line-height: normal;}
    .right-sec h4 {font-size: 15px;margin-bottom: 0%;} 
    section.left-sec a, section.left-sec2 a, p.facility-txt a {font-size: 12px;} 
	p.balance {padding: 0 0px 65px;}	
	.portal3 h2 {font-size: 21px!important;}
	.portal2 h2 {font-size: 21px!important;}
	
	
}

@media screen and (max-width: 1000px){
	#container .quick-links .three-column{ width: 98%; }
	#header .holder{ width: 90%; }
	.topnav span:not(:first-child), .dropdown .dropbtn { display: none; }
	.topnav span.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav span.icon a{
		color: #fff;
		text-decoration: none;
		padding: 8px 16px;
		display: block;
	}
	.topnav.responsive span {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		border-bottom: 1px solid #ccc;
		display: block;
		width: 100%;
		text-align: left;
	}
	#container .news-ticker .caption{
		width: 100%;
		padding: 10px 0;
		font-size: 25px;
		margin: 0;
	}
	#container .ticker{
		width: 98%;
		text-align: center;
	}
	.topnav span a.oric{ border-bottom: 1px solid #ccc; }
	.portal-student2 {width: 49.85%;}
	.bg-line2,.bg-line3,.bg-line4 { width: 86%;left: 7%;}
	.topnav .nav-holder{
		width: 100%;
		float: left;
	}
}

@media screen and (max-width: 990px){
	.block-news-announcement3 ul li a {padding: 3px;}
	
}
@media screen and (max-width: 950px){
	#container .row .content .iba-news li{ width: 97%; }
	#container .three-column .column{ width: 45%;}
	#wrapper .caption h1{
		font-size: 60px;
		width: 290px;
		margin: 10% 0 60px 0;
	}
	#container .row .content .iba-news li{ margin: 20px 0;}
    .left-sec img {width: 430px;}
    p.balance {padding: 0 0px 30px;}
	.portal2 {width: 28.9%;}
	#container .three-column .column .footer-buttons li{ width: 95%; }
	#container .row .content .centres li{
		width: 27%;
		margin: 3%; 
	}
	#container .three-column .column .footer-buttons {width: 100%;float: left;}
	.column-buttons {width: 45% !important;position: relative;left: -17px;}
	.block-mobile-app {width: 80% !important;}
	#header .program-title{  margin: 0 0 20px auto; }
}

@media screen and (max-width: 920px){
    .left-sec img {width: 420px;}
    p.balance {padding: 0 0px 45px;}

   
}
@media screen and (max-width: 900px){	
.portal3 {width: 85%;margin: 0 61px 60px;}
.portal2 {width: 85%;}
.portal5 {width: 46%;}
.portal6 {width: 95%;margin-left:9px;min-height: 350px;margin-bottom: 3%;}
li.business-review-thumb {width: 40%;}
.bg-line3 {top: 1338px;}
.bg-line4 {top: 2423px;}
#container .iba-by-numbers .figures ul{
	width: 300px;
	margin: 0 auto;
}
#container .iba-by-numbers .figures ul li{
	width: 300px;
	margin: 30px 0;
	text-align: center;}
	.block-news-announcement3 {padding: 0 20px 30px;}
	.left-sec img {width: 420px;}
    p.balance {padding: 0 0px 50px;}
    .left-sec img {width: 90%;}
    .right-sec {width: 84%;}
    .left-sec {width: 100%;}
    p.balance {padding: 0 20px 10px 0px;line-height: 23px;font-size: 16px;text-align: left;}
    section.left-sec a, section.left-sec2 a, p.facility-txt a {font-size: 13px;}
    section.middle-sec {padding: 0%;width: 100%;display: inline-block;text-align: center;}
    .right-sec {width: 96%;margin-top: -58px;}
    .right-sec h3 {font-size: 25px;padding-top: 63px;}
	p.contact-txt {width: 70%;margin-right: 0%!important;}
	.portal-student {width: 49.86%;}
	.portal-student2 {width: 49.85%;}
	
	#main .block-more-events .iba-news li.business-review {width: 33%;}
	.logo{
		top: 10px;
		width: 200px;
		left: 5px;
	}
}
@media screen and (max-width: 835px){
	#container .three-column .column{ width: 90%;}
	#header .top-menu {
		margin-top: 30px;
		text-align: center;
		width: 100%;
	}
	.bg-line2,.bg-line3,.bg-line4 {display:none;}
	#header .top-menu li {
		display: inline-block;
		float: none;
	}
	#header .header-content{
		width: 98%;
		margin: 0;
	}
	#header .search-form{
		margin-left: 32%;
		float: left;
		margin-bottom: 10px;
	}
	#header .top-menu{ margin-bottom: 15px; }
	.logo{
		margin: 0 0 5px 5px;
		display: inline-block;
		float: none;
	}
	#header .holder{ text-align: center; }
	#header .header-content{ float: none; }
	#header .search-form{
		float: none;
		margin: 0 0 20px;
		display: inline-block;
		width: 95%;
	}
	.w3-animate-top{position:relative;animation:animatetop 1.5s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
	#container .row .content .centres li{
		width: 55%;
		text-align: center;
	}
	#header .program-title h2{
		font-size: 17px;
		font-weight: bold;
	}

}
@media screen and (max-width: 780px){
    .portal-student3 {width: 100%;}
    #main .block-more-events .iba-news li{ width: 98%; }
    #main .profile-assodean{ width: 96%; }
}
@media screen and (max-width: 743px){	
	.portal-student2 {width: 49.80%;}
	.portal-student {width: 49.80%;}
	
}
@media screen and (max-width: 700px){
	#container .row .content .event-calendar .video{
		width: 100%;
		margin: 5px 0;
	}
	#container .row .content .event-calendar .media-coverage{
		width: 100%;
		margin: 0;
	}
	.content{ padding: 0; }
	/*#container .row{ padding: 20px 10px; }*/
	.portal3 {width: 40.2%; margin: 0 20px 60px;}
	.portal2 {width: 40.2%; margin: 0 20px 60px;}
	.portal3 h2 {font-size: 18px!important;}
	.portal2 h2 {font-size: 18px!important;}
	.portal3 {width: 90%;margin: 0 20px 60px;}
	.portal2 {width: 90%;margin: 0 20px 60px;}
	.portal5 {width: 94%;}
	h4.title-content-global {font-size: 17px;width: 420px;}
	.block-news-announcement3 {padding: 0 3px 30px;}
	#header .program-title{
		margin: 15px auto 10px;
		width: 100%; 
	}
	.logo{
		margin: 20px auto 5px 5px;
		display: inline-block;
		float: none;
		position: static;
	}
}

@media screen and (max-width: 600px) {
	.timeline::after { left: 31px; }
	.container {
		width: 85%;
		padding-left: 70px;
		padding-right: 25px;
	}
	.container::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}
	.left::after, .right::after { left: 15px; }
	.right { left: 0%; }
	#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block .date-box{ width: 40px; }
	p.contact-txt {width: 63%;}
	.portal-student2 {width: 99.70%;}
	.portal-student {width: 99.70%;}	
	.portal-student2 h2 {margin-top: 2% !important;}
	.portal-student h2 {margin-top: 2% !important;}
	li.business-review-thumb {width:80%;}
	#main .block-more-events .iba-news li.business-review {width: 70%;}
	body.history-page #main p.history-txt {padding: 40px 40px;}
}
@media screen and (max-width: 560px) {
	#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block{
		padding: 0; 
	}
	#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block .date-box{
		height: auto;
		width: 100%;
		border: none;
	}
	#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block .event-details{
		padding: 10px;
		width: 99%;
	}
	#container .row .content .event-calendar .upcoming-events .list-wrpaaer{ height: 338px; }
	h4.title-content-global {width: 345px;}
	#container .row .content .event-calendar .upcoming-events .upcoming-events-event-block .date-box strong{ text-align: center; }
	#main .align-right{
		float: left;
		margin: 0 0 10px;
		width: 100%;
	}
	#main .align-right .profile-picture{margin: 0;float: none;}	
	.visiting {margin: 5px 5px 14px 0;}
}

@media screen and (max-width: 480px) {
	p.contact-txt {width: 63%;padding: 30px 50px !important;}
	
	h4.title-content-global {width: 300px;}
	
	#container .three-column .column{ width: 45%; }
	#container .three-column .column-buttons{ width: 90%; }
	#container .three-column .column-buttons {width: 98% !important;top: 0;left: 0;}
	#container .three-column .footer-about-iba {margin: 1% 50% 1% 14px !important;}
	#container .three-column .column .footer-buttons {width: 94%;}
	
	
}
@media screen and (max-width: 350px) {
	h4.title-content-global {width: 280px;font-size: 15px;}
	body.history-page #main p.history-txt {padding: 40px 20px;}
	
}