/* Fonts */
:root {
	--font-primary: "Blinker", sans-serif;
	--font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
	--color-primary:  #422673;
	--color-secondary: #fdbd0f;
	--color-heading: #fff;
	--color-default: #000000;
}

/* Smooth scroll behavior */
:root {
	scroll-behavior: smooth;
}

body {
	color: var(--color-primary);
	line-height: 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.6rem;
}

body,
p,
div,
button,
span,
td,
th,
a {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

p,
span,
a {
	line-height: initial;
}

table,
th,
td {
	border: 1px solid #ddd;
	color: #000 !important;
	width: 1059px;
	color: #fff;
}

p,
a,
li {
	color: var(--color-default);
}

li,
td,
button {
	font-size: 16px;
}

.shadow {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* Home Page Headings */

.homePage-sectionHeading {
	color: var(--color-primary);
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

.homePage-sectionHeading-white {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

.page-back-blue {
	background-color: var(--color-primary);
}

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */
.web-cust-menu {
	background-color: var(--color-primary) !important;
}

.web-cust-menu .active {
	background-color: var(--color-primary);
}

.top-menu-left a {
	color: #fff;
}

.topbar-menu .navbar-nav a {
	color: #000000 !important;
	margin: 0px;
	padding: 0px 12px;
}

.topbar-menu {
	z-index: 1021;
}

.top-menu-left {
	display: flex;
}

.top-menu-left a {
	color: #311F49;;
	padding-right: 5px;
}

.top-menu-left a:hover {
	color: var(--color-secondary) !important;
}

.second-menu {
	justify-content: end;
	margin: auto;
}

.top-menu li {
	display: flex;
}

.second-menu {
	justify-content: end;
	margin: auto;
}
a.website-link {
	text-decoration: underline;
}

a.mobile {
	text-decoration: underline;
}

@media (max-width: 992px) {
	.top-menu-mobile-view {
		border-top: 1px solid #676a6d !important;
	}

	.top-menu-mobile-view li a {
		color: var(--color-heading) !important;
	}
}

/*  header College Name */

.site-header {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
}

.logo-holder,
.title-holder {
	display: inline-block;
	vertical-align: top;
}

.logo-holder {
	margin-top: -15px;
}

.left-logo {
	text-align: left;
}

.right-logo {
	text-align: right;
}

.responsive-logo {
	display: none;
}
.head-name{
	margin: 0;
	color: #5A0151;
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 31px;
	font-style: normal;
	font-family: "Poppins";
}

.header-college-name {
    color: #012555;
    -webkit-text-stroke-width: 0.5;
    -webkit-text-stroke-color: #012555;
    font-family: "Secular One";
    font-size: 25px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 37px;
    text-transform: capitalize;
}

.head-line{
	color: #FF5700;
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 31px;
	font-style: normal;
	font-family: "Poppins";
}


.site-header img.logo {
	width: 125px;
}

img.header-logo {
	width: 94px;
	margin-top: -43px;
	margin-bottom: 40px;
}

.header-row {
	margin-top: -47px;
}
/* ------- main menu ---------------- */
.main-menu {
	background: linear-gradient(90deg, #FFE6C0 0%, #FFFFFF 50.5%, #FFE6C1 100%);

}

.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
	color: var(--color-heading);
}

.web-cust-menu .active {
	background-color: var(--color-secondary);
}

.main-menu .navbar-nav .nav-item a {
    color: #ffffff;
    text-transform: uppercase;
}

.main-menu .dropdown-menu a {
    color: #fff !important;
    font-size: 14px;
}

.main-menu .dropdown-item:hover {
	background-color: var(--color-secondary);
	color: #000000;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    font-weight: 500;
    color: var(--color-default);
}

.main-menu .dropdown-item {
	background-color: var(--color-primary);
	padding: 10px 9px;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active { 	
	background-color: var(--color-secondary);
	font-weight: 500;
}

.navbar-nav .dropdown-menu li {
	border-bottom: 1px solid #cabe76 !important;
}

.topbar-menu .navbar-nav .dropdown-menu li {
	border-bottom: 1px solid var(--color-secondary) !important;
}

.navbar-nav .dropdown-menu li:last-child {
	border-bottom: 0px !important;
}

.top-menu #navbarNavDropdown {
	justify-content: end !important;
}
nav#main_navbar {
	margin-bottom: -7px;
}

.topbar-menu .navbar-nav ul li :hover {
	background-color: var(--color-secondary);
}

.second-menu li :hover {
	background-color: var(--color-secondary);
}

.second-menu li :active {
	background-color: var(--color-secondary);
}
.topbar-menu .second-menu li .link-active {
	background-color: #000000 !important;
}

.topbar-menu .second-menu li a {
	padding: 12px 10px !important;
}
.menu-alignment {
	display: contents;
}

/* Top Menue hover */
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background-color: var(--color-secondary);
}

.menu-border {
	background: #422673;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: var(--color-primary);
    width: 225px;
}

/* Home slider start */

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: #323232;
	border: 10px solid #43371d;
}

.banner-slider img {
	background: var(--color-primary);
	height: 550px;
	object-fit: cover !important;
}

.carousel-caption {
	font-family: var(--font-secondary) !important;
	color: var(--color-default);
}

.carousel-caption span {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font-primary);
	font-style: normal;
	background: rgba(46, 46, 46, 0.5);
	padding: 10px 12px;
	border-radius: 5px;
}
.carousel-caption p {
    padding-top: 18px;
	}


/*  Home slider end */
.home-sectionTitle{
	color: #475569;
	font-size: 16px;
	font-weight: 700;
	font-family: "Roboto";
	letter-spacing: 3px;
	line-height: 16px;
	padding-bottom: 10px;
}

.home-sectionHeading{
	color: #0F172A;
	font-family: "Roboto";
    font-size: 35px;
    font-weight: 800;
    line-height: 38.5px;
    text-align: left;

}

.home-sectionTitle2{
	color: #475569;
	font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.home-sectionHeading2{
	color: #0F172A;
	font-family: Roboto;
    font-size: 35px;
    font-weight: 800;
    line-height: 38.5px;
    text-align: center;
}
/* Highlights */
section.container-fluid.importantNews-section {
    margin-bottom: 0px;
    background-color: #FDB714;
    padding: 17px !important;
}
.high-light{
	display: flex;
	justify-content: space-evenly;

}
.high-light-in{
	display: flex;
	column-gap: 30px;
	
}
.hor-marq{
	color: #000000;
   font-family: Poppins;
   font-size: 14px !important;
   font-weight: 500;
   line-height: 30px;
   text-align: center;
   width: 50%;
   
}
.hor-marquee {
    width: 10%;
    color: #000000;
    font-weight: 600;
}
@media (max-width:575px) {
	.hor-marquee {
		width: 48%;
	}
	.banner-slider img {
		height: 200px;
	}
	
}


/* Highlights */

/* news marquee start */

.news-events .homePage-sectionHeading {
	margin: 0;
	padding: 8px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.news-circular {
    border-radius: 0px 0px 10px 10px;
    padding: 0px 2px;
    height: 380px;
}

.news-dowanload-btn a{
    color: #931962 !important;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-decoration-line: underline !important;
}

.holder {
	height: 450px !important;
	overflow: hidden;
	padding: 2px;
}

.quick-link-home {
	height: 372px;
}

.holder marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder ul li {
	padding: 10px 10px !important;
	border-bottom: 1px solid rgb(225, 225, 225);
}
.holder ul li:hover{
	background-color: #FFDCA7;
}
.holder ul li:hover .news-date{
	background-color: #9A0072;
	color: #fff !important;
}

.holder ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: #000000;
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-break: anywhere;
}

.holder ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder ul li span {
	color: var(--color-heading);
	font-size: 15px;
}


.news-date {
    background: #f5f5f5;
    width: 60px;
    height: 60px;
    padding: 10px;
    color: #000 !important;
    text-align: center;
    font-family: Roboto !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 1.25px;
    text-transform: uppercase !important;
    margin: 0px 10px 0px 0px;
}

.holder ul li {
    padding: 10px 0px;
    display: flex;
    /* border-top: 1px solid #dadada; */
    background: #fff;
    margin-top: 22px;
    border: 1px solid #E7E7E7;
	align-items: center;
}

.news-dowanload-btn{
	color: #931962 !important;
}
/* Our Planning & Preparation */
.news-and-event{
	background: linear-gradient(#FFFFFF, #FFF7E4 , #FFF6E1);
	position: relative;
}
.sky-container img {
    width: 100%;
	
}
.sky-container {
    width: 100% !important;
    position: absolute;
    bottom: 0;
}
.about-plane-img{
	height: 90%;
}
@media (max-width:575px) {
	.plane-container{
		align-items: end;
		display: flex;
	}
	.about-plane-img{
		height: 65%;
		top: 60px;
		position: relative;
	}
}
/* About institute */
.about-intitute{
	position: relative;
}
.about-content p{
	font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;

}
.about-button{
	 background: #7C3AED;
	 color: #fff;
	 padding: 11px 20px 11px 20px;
	 border-radius: 50px;
	 text-align: center;
	 cursor: pointer;
	 
}
.about-button:hover{
     color: #7C3AED;
	 border: 1px solid #7C3AED;
	 background-color: transparent;

	 
}
.about-button a {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
}
.about-button:hover a {
	color: #000;

}

.video-img {
    position: absolute;
    top: 71px;
    right: -36px;
    height: 483px;
}

.about-institute2 {
    background: url(../img/back-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 611px;
    position: relative;
    bottom: 61px;
    right: 26px;
}
.row.about-row{
	align-items: center;
}


.mission-vision-section {
    display: flex;
    float: right;
    position: absolute;
    gap: 16px;
    justify-content: flex-end;
    bottom: -65px;
    right: 12px;
}

.mission-vision {
    background: #fff;
    border-radius: 20px;
    padding: 23px 42px;
    /* box-shadow: 0px 0px 10px 0px #00000012; */
    box-shadow: 0px 20px 25px -5px #0000001A;
}
.mv-title1 {
    background: #F3E8FF;
    color: #6B21A8;
    padding: 5px;
    border-radius: 5px;
    width: 64px;
    text-align: center;
	font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}
.mv-title2 {
    background: #DBEAFE;
    color: #1E40AF;
    padding: 5px;
    border-radius: 5px;
    width: 64px;
    text-align: center;
	font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.mv-heading{
	color: #0F172A !important;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;

}
.mv-paragraph{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
	margin: 0;
}
.mv-btn {
    color: #2563EB !important;
    border: 2px solid #2563EB;
    border-radius: 5px;
    padding: 7px 30px 7px 30px;
    gap: 16px;
}
.mv-btn:hover{
    background-color:#2563EB ;
	color: #fff !important;
}
.about-institute3 .aminities-img{
	width: 100%;
}
.about-institute3{
	transition: all ease-in-out 0.8s;
}
.about-institute3:hover {
    transform: translate3d(-20px, -20px, 20px) scale(0.99);
    filter: drop-shadow(0px 0px 1px #fb923c);
}
.row.aminities-row {
    align-items: center;
}
@media (max-width: 575px)  {
    .about-intitute{
       margin: 0 !important;
	}
	.aminities{
		margin: 0 !important;
	}
	.ai-content{
		padding-bottom: 20px;
	}
	/* .aminities-img{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 0px !important;
	} */
	.aminities-img{
		display: none;
	}
	.mv-btn {
		padding: 6px 10px 7px 10px;
	}
	.mission-vision-section {
		display: block;
		position: relative;
		margin: 0;
		left: 30px;
		top: 114px;
	}
	.mission-vision{
		margin-bottom: 20px;
	}
	.video-img {
		display: none;
	}
	.about-institute2{
		background: none;
	}
}

/* Events & Programs */

.holder-2 {
	height: 327px !important;
	overflow: hidden;
	padding: 10px;
}

.holder-2 marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder-2 ul li {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.holder-2 ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: var(--color-default);
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.holder-2 ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder-2 ul li span {
	color: var(--color-primary);
	font-size: 15px;
}

.view-all a {
	font-weight: 500;
	padding-top: 5px;
	color: var(--color-heading);
	text-decoration: underline;
	float: right;
	text-decoration: underline;
}

.read-btn {
	font-weight: 500;
	padding-top: 5px;
	color: var(--color-default);
	text-decoration: underline;
	float: right;
	text-decoration: underline;
}

.news-div .btn-news {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
}

.news-div .btn-news-down {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
	margin-top: 0.5em;
}

.events-program-box {
	padding-right: 50px;
	border-right: 2px dashed #8b7ed2;
}
.news-category {
	display: none;
}
/* marquee end- */

/* home page quick links */

.section-back {
	background-color: var(--color-primary);
}

.segment-item p {
	margin-bottom: 0px;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.segment-item img:hover {
	transform: rotateY(360deg);
}

.segment-item img {
	width: 65px;
	margin: auto;
	transition: all 0.9s;
}

.segment-item .icon-holder {
	border-radius: 50%;
	height: 79px;
	width: 79px;
	margin: auto;
	margin-bottom: auto;
}

/* home page quick links */

/*  Departments Home Dept */
.department-section{
    /* background-image: url(../img/decoration.png); */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.dep-i {
    position: relative;
    bottom: 467px;
    left: 83px;
}
.dep-i1 {
    position: relative;
    bottom: 467px;
    left: 731px;
}
.dep-i2 {
    position: relative;
    bottom: 112px;
    left: 86px;
}

.departments{
	background: #FFF6E0;
	
}
.dep-back{
	/* background-image: url(../img/decoration.png); */
	background-repeat: no-repeat;
	background-position: center;
	
}

.departments .departments-item {
	box-sizing: content-box;
	margin: 30px 25px;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	position: relative;
	background: #fff;
	border-radius: 10px;
}

.department-content a:nth-child(odd) img{
	padding-top: 70px !important;
}
.department-btn ul{
    display: flex;
    justify-content: center;
    column-gap: 15px !important;
}
.dep-btn{
	background-color: #9A0072;
	border: 1px solid #9A0072;
	color: #fff;
	padding: 10px 75px 10px 75px;
	border-radius: 20px;
	font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;
}
.dep-btn2{
	color: #9A0072;
	border: 1px solid #9A0072;
	padding: 10px 75px 10px 75px;
	border-radius: 20px;
	font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;
}
.dep-btn:hover{
	color: #9A0072;
	border: 1px solid #9A0072;
	background-color: transparent !important;
}
.dep-btn:hover .dep-btn2{
	background-color: #9A0072;
	border: 1px solid #9A0072;
	color: #fff;
}
button#UG-tab:hover {
    background-color: #9a0072;
    color: #fff;
}
button#PG-tab:hover {
    background-color: #9a0072;
    color: #fff;
}

.tab-sec{
	display: flex !important;
    padding: 0rem !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly !important;
	position: relative;
	z-index: 1;
}

@media (max-width: 575px)  {
	
	.department-content img:nth-child(odd){
		padding-top: 0px !important;
		
	}
	.department-content{
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.dep-img {
        height: 250px;
    }
	.dep-i1{
		display: none;
	}
	.dep-i2 {
		position: relative;
		bottom: 112px;
		left: 29px;
	}
}

/* Photo Gallery */


.photo-gallerys-section {
	background-color: #F1F5F9;
	
}
.photo-gallerys-section p{
	font-family: Roboto;
	font-size: 10px;
	font-weight: 400;
	line-height: 11px;
	text-align: center;	
}

.photo-gallerys-section ul li.nav-item button {
	width: 200px;
	font-weight: 600;
	font-size: 20px !important;
	color: #b2b2b2 !important;
	border: 2px solid #b2b2b2 !important;
	padding: 7px 15px;
	border-radius: 17px;
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item {
	margin: 0 auto;
	margin-bottom: 20px;
}

.photo-gallerys-section ul li.nav-item button.active {
	background-color: #ffffff !important;
	color: var(--color-primary) !important;
	font-weight: 600;
}

.photo-gallery-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid white;
}

.i-box1 {
	background: url(../img/photo1.jpg);
    height: 240px;
    text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
    border-radius: 10px;
	box-shadow: 0px 0px 4px 0px #00000012;
    box-shadow: 0px 4px 6px -1px #0000001A;

}

.i-box2{
	background: url(../img/photo2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    height: 240px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000012;
    box-shadow: 0px 4px 6px -1px #0000001A;
}
.i-box{
	background: url(../img/photo3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 215px;
	position: relative;
	top: 72px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 0px 4px 0px #00000012;
    box-shadow: 0px 4px 6px -1px #0000001A;
}
.i-box3 {
    background: url(../img/photo4.jpg);
    height: 240px;
    text-align: center;
	position: relative;
	top: 72px;
	background-repeat: no-repeat;
	background-size: cover;
    border-radius: 10px;
	box-shadow: 0px 0px 4px 0px #00000012;
    box-shadow: 0px 4px 6px -1px #0000001A;

}

.i-box4{
	background: url(../img/photo5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    height: 313px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000012;
    box-shadow: 0px 4px 6px -1px #0000001A;
}

.pg-button {
	width: 50%;
	background: #7C3AED;
	color: #fff;
	padding: 11px 20px 11px 20px;
	border-radius: 50px;
	text-align: center;
	cursor: pointer;
}
.pg-button:hover {
    color: #7C3AED;
    border: 1px solid #7C3AED;
    background-color: transparent;
}
.pg-button a {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
}
.pg-button:hover a {
    color: #000;
}

@media (max-width: 575px)  {
	.photo-sec1{
		row-gap: 20px;
	}
	.photo-sec2{
		row-gap: 20px;
	}
	.i-box{
		top: 0;
	}
	.i-box3{
		top: 0;
	}
}

/*  Photo Gallery */
/* alumini speaks start */
.alumini-speakes{
	background-color: #FFEBFA;
}
.alumini-speakes-head{
	display: flex;
	justify-content: space-between;
}
.join-btn {
    height: 45px;
    background-color: #9A0072;
    border-radius: 20px;
    padding: 10px 30px;
    gap: 5px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.join-btn a{
	color: #FFFFFF;
	font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;

}
.join-btn:hover{
	background-color: transparent;
	color: #9A0072;
	border: 1px solid #9A0072;
}
@media (max-width:575px) {
	.join-btn {
		height: 65px;
		text-align: center;
		padding: 20px;
	}
	.alumini-speakes-head {
		flex-direction: column;
		gap: 20px;
	}
	
}
.alumini-i-n{
	display: flex;
	gap: 24px;
}

.alumini-box {
    background-color: #ffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
    margin-right: 24px;
    margin: 15px;
}

.alumini-speak-img{
	width: auto !important;
    height: 50px !important;
	border-radius: 50%;
}
.a-name{	
	margin: 0;
	color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
}
.a-designation{
	color: #475569;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}
/* alumini speaks end */

/* ------Home page Section start--------- */

.bred-img1 {
	background-color: var(--color-primary) !important;
	height: 310px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bred-pos {
    margin-top: -164px;
    margin-bottom: 100px;
    margin-right: 70px;
}

.footer-section {
    background-color: #311f49;
    position: relative;
}

.right-res {
	background-color: #fdb714;
}

.right-res p,
.right-res a,
.right-res span {
	color: var(--color-primary);
	font-style: normal;
	font-size: 18px !important;
	font-weight: 500;
	padding-bottom: 20px;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #CBCAE9 !important;
	font-style: normal;
	font-size: 18px;
	
}

.contact-info  p a {
	text-decoration: underline !important;
}

.right-res p a:hover {
	text-decoration: none !important;
}

.footer-section .imp-links a,
.footer .btn.btn-link {
	color: rgb(255, 255, 255);
}

.social-icon a {
	color: #ffffff;
}

.footer-section h2,
.footer-section h3 {
	font-style: normal;
	font-weight: 600 !important;
	color: #FFD28E;
}

a.email {
	text-decoration: underline;
}

.footer-section a:hover {
	color: var(--color-primary);
}
.footer-logo-img{
	height: 50px;
	background-color: white;
	border-radius: 50%;
	border-radius: 5px;
}
.footer-logo{
	height: 60px;
    background-color: white;
    border-radius: 50%;
    padding: 14px;
}
.footer-name{
	color: #FE7A36 !important;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	padding-top: 6px;
	padding-left: 25px;
}
.footer-logoname{
	display: flex;
	justify-content: start;
	padding-left: 8%;
}
.footer-last {
    position: relative;
    z-index: 999;
    left: -4px;
}
.footer-last-end{
	padding-bottom: 10px;
}
.footer-last h5 {
	font-size: 14px;
	color:#9A0072;
}
.footer-last a, .footer-last span{
	font-size: 14px !important;
	color:#9A0072 !important;
	padding: 0;
}
.website-counter #visitor_counter li {
    color: #CBCAE9 !important;
    background-color: transparent !important;
    padding: 0% 2%;
}

@media (max-width:575px) {
	.contact-info {
		padding-left: 30px !important;
	}
}

/* Styles for website counter container */
.website-counter {
	font-size: 28px !important;
	color: var(--color-default);
}

/* Styles for reset button */
#reset {
	margin-top: 20px;
	background-color: #008cba;
	cursor: pointer;
	font-size: 18px !important;
	padding: 8px 20px;
	color: white;
	border: 0;
}

/* Footer section end */

/* breadcrumb */

.bred-img {
	background-image: url("../img/Frame.png");
	height: 250px !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
}

.bred-head {
    text-align: center;
    padding-top: 81px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 33px;
    margin-top: 7px;
}

.breadcrumb {
	justify-content: center;
	width: auto;
	align-items: center;
	margin: 106px auto auto auto;
}
.breadcrumb-dept {
    justify-content: center;
    width: auto;
    align-items: center;
    margin: 32px auto auto auto;
    /* margin-right: 77px; */
}
.breadcrumb-dept2-item::before {
    float: left;
    padding-right: .5rem;
    color: white;
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
a.home {
    color: white;
    list-style: none;
    letter-spacing: 2px;
    font-size: 19px;
	text-decoration: underline;
    
}
.breadcrumb-dept1-item {
    color: white;
    list-style: none;
    margin-top: -60px;
}
li.breadcrumb-dept2-item.active.breadcrumbPageTitle.ng-binding {
   width: 290px;
    color: white;
    font-size: 21px;
    line-height: 31px;
    margin-top: -31px;
}

.breadcrumb li a,
.breadcrumb-item + .breadcrumb-item::before {
	color: white;
}

.breadcrumb li a {
	text-decoration: underline;
	font-size: 23px;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: white;
	font-size: 23px;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

.about-info {
	padding: 15px 0px 0px 25px;
	margin-top:-44px;
        
}

.about-info .page-insight {
   /* background-size: cover; */
    /* box-shadow: 2px 2px 4px #888888; */
     padding: 55px 10px 20px 10px;
    /* background-color: #fff; */
}

.page-headings {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 35px;
	font-size: 25.6px !important;
	color: var(--color-primary);
	font-weight: 600 !important;
}

.sub-heading {
	padding-bottom: 8px;
	color: var(--color-primary);
	font-family: "Blinker", sans-serif !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 38px;
	letter-spacing: 0.02em;
}

.about-page .about-info p {
	margin-bottom: 0px !important;
}


.page-back {
    background: linear-gradient(#FFFFFF, #FFF7E4, #FFF6E1);
    margin-bottom: 3%;
    background-image: url(../img/poly.png);
    background-repeat: no-repeat;
}
/* .page-back::after {

	position: absolute;
	top: 0px;
	left: 0px;
	content: url(../img/poly.png);
} */


/* NAAC Pages */
.naac-section a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
}

.naac-section a:hover {
	text-decoration: none;
}

.naac-section a:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	color: var(--color-primary);
	width: 2.5% !important;
	display: inline-block;
	font-size: 19px;
	margin-right: 0px;
}

/* -End Naac Pages-- */

/* accordian start*/

.accordion-button:not(.collapsed) {
	color: var(--color-default);
	background-color: #dff5f9;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}

.accordion-button:focus {
	z-index: 3;
	border: none !important;
	outline: 0;
	box-shadow: none !important;
}

.accordion-button {
	color: #000 !important;
}

.accordion-item {
	border: 1px solid #a59a9a !important;
	margin-bottom: 5px;
}

.tab-horizontal1,
.tab-horizontal2 {
	width: 100% !important;
}

.tab-horizontal1 ul {
	flex-direction: inherit !important;
}

.inner-accordion-header {
	border: 1px solid #a59a9a !important;
}

.inner-accordion-header .accordion-button:not(.collapsed) {
	background: #f8f8f8 !important;
}

/* accordian end */


/* Styles added by Shruti J */
.table th, table th {
    
    padding: 0.5rem 0.5rem;
    background: #7944aa;
    border-color: #d9d9d9;
    box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
    text-align: center;
    font-weight: 700 !important;
}

.table .text-link {
	text-decoration: underline;
}

.table p {
	margin-bottom: 0px;
}

.table .text-link:hover {
	text-decoration: none;
	vertical-align: middle;
}

.text-link {
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
	cursor: pointer;
}

.table td,
table td {
	border-color: #d9d9d9;
	padding: 0.5rem 0.5rem;
}

.table th.srno {
	width: 75px !important;
}

.table td.al-right,
.table .srno {
	text-align: right;
}

.btn-primary:focus {
	color: var(--color-default);
	background-color: var(--color-secondary);
	}

.content-holder {
	background: white;
	padding: 0 25px;
}

.subheader {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 700 !important;
	font-family: var(--font-primary);
	font-style: normal;
	font-size: 18px;
}

@media only screen and (max-width: 980px) {
	.about-info {
		padding: 0 25px;
		margin: 25px 0 0;
	}
	.breadcrumb-dept {
		justify-content: center;
		width: auto;
		align-items: center;
		margin: 32px auto auto auto;
		/* margin-right: 77px; */
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: 12px;
	}
	.breadcrumb-dept2-item::before {
		float: left;
		padding-right: .5rem;
		color: #6c757d;
		content: var(--bs-breadcrumb-divider, "/")
			/* rtl: var(--bs-breadcrumb-divider, "/") */;
	}
	a.home {
		color: white;
		list-style: none;
		letter-spacing: 2px;
		font-size: 19px;
		text-decoration: underline;
		
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: 6px;
	}
	li.breadcrumb-dept2-item.active.breadcrumbPageTitle.ng-binding {
		width: 290px;
		color: white;
		font-size: 18px;
		line-height: 29px;
		margin-top: 40px;
	}
	.bred-pos {
		margin-top: -164px;
		margin-bottom: 33px;
		/* margin-right: 94px; */
		margin-left: 39px;
	}
}

.vtabs .tabs-right {
	padding: 0;
}

.vtabs .tabs-right .tab-content {
	padding: 0;
}

.vtabs .tabsContent-holder {
	padding-left: 0;
}

.vtabs .tab-content {
	padding: 0.5rem;
}

.vtabs .accordion-item {
	border: 0 !important;
}

.sub-head {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-family: var(--font-primary);
	font-weight: 700;
	font-style: normal;
}

.vtabs .accordion-body {
	padding: 0.5rem 1.25rem;
}

.vtabs .tabsName-holder {
	background-color: #ffff;
	padding-left: 0;
	padding-right: 0;
	box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.vtabs .nav-tabs .nav-link {
   margin-right: 10px;
    padding: 10px;
    margin-bottom: 5px;
    border-left: 5px solid #980476;
    border-radius: 6px;
    background: rgba(238, 238, 238, 0.76);
    color: #000;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #9a0072;
    border-color: #dee2e6 #dee2e6 #fff;
    /* padding: 10px 55px 10px 55px; */
      /* border-radius: 50px; */
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
	font-size: 20px;
	line-height: 24px;
	font-family: Roboto;
	letter-spacing: 0.5px;
    border: 1px solid #9a0072; 
    padding: 10px 55px 10px 55px;
    border-radius: 50px;
    color: #9a0072;
}
.nav-tabs .nav-link:hover{
	border-color:#980476 ;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #064065;
	background: #dff5f9;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #000 !important;
	background: #efe290;
	border: 1px solid #9d9355;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
.nav-tabs {
    border-bottom: none;
}

.vtabs .accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.vtabs .nav-tabs .nav-link.active {
	background-color:#ffc107;
	color: ffffff;
        border-left: 5px solid #980476;
}

@media (max-width: 575px) {
	.owl-nav .owl-next {
		right: 8px !important;
	}

	.owl-prev {
		padding-left: 23px;
	}
}

.link-active {
	background-color: #064065 !important;
	padding: 15px 10px !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(6 64 101 / 18%);
}

/* ssr table */
.ssr-table tr td:first-child {
	text-align: center;
}

.ssr-table th:nth-child(3) {
	width: 185px;
}

.ssr-table th:first-child {
	width: 100px;
	text-align: center;
}

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

#carousel-placement img {
    object-fit: contain;
    aspect-ratio: 3/2;
    padding: 4px 10px;
}

/* CMS Photo Gallery*/
.list-horizontal {
	padding: 0;
	margin: 0;
}

.list-horizontal li {
	display: inline-block;
	margin-right: 10px;
}

.btn-year {
	border: 1px solid;
	padding: 6px 36px;
	border-radius: 5px;
	background-color: var(--color-primary);
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}

.btn-year:hover {
	color: white;
}

.btn-year.active {
	background-color: var(--color-secondary);
}

a.btn-year.ng-binding {
	cursor: pointer;
}

a.btn-year.ng-binding.active {
	cursor: auto;
}

.gallery {
	position: relative;
	width: 302px;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery .desc {
	padding: 15px;
	text-align: center;
}

.gallery:hover .viewGallery {
	transform: translateY(100px);
}

.stack,
.nostack {
	border: 6px solid #fff;
	float: left;
	height: 175px;
	width: 240px;
	margin: 20px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.stack img,
.nostack img {
	width: 100%;
	height: 100%;
}

.stack:before,
.stack:after {
	content: "";
	height: 175px;
	width: 240px;
	position: absolute;
	z-index: -1;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	border: 6px solid #fff;
}

.stack:before {
	background: #eff4de;
	top: 0px;
	left: -10px;
	transform: rotate(-5deg);
}

.stack:after {
	background: #768590;
	top: 5px;
	left: 0px;
	transform: rotate(4deg);
}

.firstImage:after {
	display: block;
	content: "View Gallery";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImage:hover:after {
	transform: translateY(30px);
}

.firstImageForCollegeNews:after {
	display: block;
	content: "View Paper";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImageForCollegeNews:hover:after {
	transform: translateY(30px);
}

.first-image:hover:after {
	transform: translateY(30px);
}

.link-active {
	background-color: #fdbd0f !important;
	padding: 15px 10px !important;
	color: #fff !important;
}
.main-whitePanel {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 2px 2px 4px #888888;
}

/* CMS Photo Gallery*/

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
}

.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 80%;
	position: relative;
}

.mydiv .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 10px;
	pointer-events: none;
	box-sizing: border-box;
}

.mydiv .owl-nav .owl-prev,
.mydiv .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	font-family: Arial !important;
	font-size: 22px !important;
	line-height: 1 !important;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.85) !important;
	pointer-events: all;
}

.mydiv .owl-nav .owl-prev.disabled,
.mydiv .owl-nav .owl-next.disabled {
	visibility: hidden;
}

/* Plan Of Action */

.table-responsive.plan {
	padding: 8px 15px;
}

a.btn.btn-primary.naac-certificate {
	padding-bottom: 11px;
	margin-top: 18px;
}

img.img-fluid.naac {
	width: 450px;
	height: 500px;
}.inner-category-gallery {
	border-bottom: 2px solid;
}


.gallery-category {
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery-category .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all .3s ease 0s;
}

.gallery-category .desc {
	padding: 15px;
}

.gallery-category:hover .viewGallery {
	transform: translateY(100px);
}
.btn-handy {
	border: 1px solid #b5b5b5;
	background: #f2f2f2;
	margin-right: 10px;
	text-decoration: none;
	padding: 3px 8px;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.container.main-whitePanel h4 span {
	font-size: 1.6rem !important;
	font-style: normal;
	display: inline-block;
	border-bottom: 2px solid var(--color-primary);
	padding-right: 16px;
}

.saftey {
	margin-top: 10px;
}

.section.row.host.saftey {
	margin-left: 0px;
}

.lib-text {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

a.active.aqar-quickl {
	color: var(--color-secondary);
}

.yearHolder {
	background: #e7e7e7 !important;
	vertical-align: middle;
}

.noRecords {
	color: #babcc0;
}

.link-holder a {
	color: #333;
	text-decoration: underline !important;
}

.link-holder a:hover {
	color: #333;
	text-decoration: none !important;
}

.files-noMeric {
	padding: 15px 15px 15px 25px !important;
}

.faculty-text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.dept-faculty {
	text-align: center !important;
}

.department-faculty-all-div {
	display: inline-table;
}

/*  End Departments Home Dept */

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: var(--color-heading);
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	color: var(--color-secondary);
	letter-spacing: 1px;
	box-shadow: none;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}



/* Start Media Queries */


@media screen and (max-width: 1400px) {
	.main-menu .navbar-nav .nav-item a {
		font-size: 14px;
	}
	.hor-marquee {
		font-size: 14px;
	}
	.mission-vision {
		padding: 23px 32px;	
	}
	.about-button a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1280px) {
	.naac-section a:before {
		margin-right: 5px;
	}

	.top-menu-hide {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.bred-head {
		margin-bottom: 4px;
		color: #fff;
		font-size: 33px;
		margin-top: -76px;
		text-align: center;
	}

	.events-program-box {
		padding-right: 0px;
		border-right: none;
		border-bottom: 2px dashed #8b7ed2;
	}

	.container.about-page {
		margin-left: 11px;
	}

	.title-lines {
		margin-right: 0px !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static !important;
	}

	.quick-hover-section {
		display: none;
	}

	.quick-inner-top {
		margin-top: 25px;
	}

	.view-all a {
		margin-top: -2em;
	}

	.news-div .btn-news-down {
		margin-top: -0.7em;
	}

	.top-line {
		padding-bottom: 25px;
	}

	img.header-logo {
		width: 139px;
		margin-top: -55px;
		margin-bottom: 40px;
	}

	.header-logo {
		margin-top: 0px !important;
	}

	.site-header {
		text-align: center;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		width: 100%;
		max-width: 100%;
	}

	.holder {
		height: 210px;
		margin-top: 25px;
	}

	.quick-hover-section:hover {
		opacity: 1;
		border: 1px solid transparent;
		left: -63px;
	}

	.container.about-page {
		max-width: 100%;
		padding-right: 40px;
	}

	.photo-gallery-img {
		width: 210px !important;
	}
	.dep-i1 {
		display: none;
	}
	.mv-btn {
		padding: 7px 30px 7px 30px;
	}
}

@media only screen and (max-width: 808px) {
	.header-row {
		margin-top: -61px !important;
	}

	img.header-logo {
		width: 139px;
		margin-top: -29px !important;
		margin-bottom: 40px;
	}
	.site-header img.logo {
		width: 100px;
		padding-bottom: 5px !important;
	}

	.responsive-logo {
		display: inline-block;
	}

	.responsive-logo2 {
		display: none;
	}

	.site-header {
		text-align: center;
		padding-top: 15px !important;
		padding-bottom: 0px !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.bred-img {
		height: auto;
	}

	.naac-section a:before {
		margin-right: 10px !important;
	}
	
}

@media only screen and (max-width: 741px) {
	.owl-nav .owl-next {
		right: -22px !important;
	}
	.breadcrumb-dept {
		justify-content: center;
		width: auto;
		align-items: center;
		margin: 32px auto auto auto;
		/* margin-right: 77px; */
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: 12px;
	}
	.breadcrumb-dept2-item::before {
		float: left;
		padding-right: .5rem;
		color: #6c757d;
		content: var(--bs-breadcrumb-divider, "/")
			/* rtl: var(--bs-breadcrumb-divider, "/") */;
	}
	a.home {
		color: white;
		list-style: none;
		letter-spacing: 2px;
		font-size: 19px;
		text-decoration: underline;
		
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: 6px;
	}
	li.breadcrumb-dept2-item.active.breadcrumbPageTitle.ng-binding {
		width: 290px;
		color: white;
		font-size: 18px;
		line-height: 29px;
		margin-top: 40px;
	}
	.bred-pos {
		margin-top: -164px;
		margin-bottom: 33px;
		/* margin-right: 94px; */
		margin-left: 39px;
	}
}

@media only screen and (max-width: 600px) {
	.bred-img1 {
		background-color: var(--color-primary) !important;
		height: 150px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-image: none !important;
	}
	.bred-img {
		justify-content: center;
		background-image: none;
		background: #311f49 !important;
		height: fit-content !important;
	}
	.bred-head {
		margin-bottom: 6px;
		color: #fff;
		font-size: 33px;
		margin-top: -41px;
		text-align: center;
	}


	.breadcrumb {
		display: flex;
		flex-wrap: wrap;
		padding: 0px 0px;
		margin-bottom: 2rem;
		list-style: none;
		justify-content: center;
		margin-top: 68px;
	}
	.breadcrumb-dept {
		justify-content: center;
		width: auto;
		align-items: center;
		margin: 32px auto auto auto;
		/* margin-right: 77px; */
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: 12px;
	}
	.breadcrumb-dept2-item::before {
		float: left;
		padding-right: .5rem;
		color: #6c757d;
		content: var(--bs-breadcrumb-divider, "/")
			/* rtl: var(--bs-breadcrumb-divider, "/") */;
	}
	a.home {
		color: white;
		list-style: none;
		letter-spacing: 2px;
		font-size: 19px;
		text-decoration: underline;
		
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: 6px;
	}
	li.breadcrumb-dept2-item.active.breadcrumbPageTitle.ng-binding {
		width: 290px;
		color: white;
		font-size: 18px;
		line-height: 29px;
		margin-top: 40px;
	}
	.bred-pos {
		margin-top: -164px;
		margin-bottom: 33px;
		/* margin-right: 94px; */
		margin-left: 39px;
	}
}


@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.breadcrumb-dept {
		justify-content: center;
		width: auto;
		align-items: center;
		margin: 32px auto auto auto;
		/* margin-right: 77px; */
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: 12px;
	}
	.breadcrumb-dept2-item::before {
		float: left;
		padding-right: .5rem;
		color: #6c757d;
		content: var(--bs-breadcrumb-divider, "/")
			/* rtl: var(--bs-breadcrumb-divider, "/") */;
	}
	a.home {
		color: white;
		list-style: none;
		letter-spacing: 2px;
		font-size: 19px;
		text-decoration: underline;
		
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: 6px;
	}
	li.breadcrumb-dept2-item.active.breadcrumbPageTitle.ng-binding {
		width: 290px;
		color: white;
		font-size: 18px;
		line-height: 29px;
		margin-top: 40px;
	}
	.bred-pos {
		margin-top: -164px;
		margin-bottom: 33px;
		/* margin-right: 94px; */
		margin-left: 39px;
	}
       .news-events{
                 padding-bottom:20px;
         }
}

@media only screen and (max-width: 428px) {
	span.carousel-control-prev-icon {
		margin-left: 18px !important;
		padding-left: 7px !important;
	}

	span.carousel-control-next-icon {
		margin-right: 18px !important;
		padding-right: 7px !important;
	}
	.breadcrumb-dept {
		justify-content: center;
		width: auto;
		align-items: center;
		margin: 65px auto auto auto;
		/* margin-right: 77px; */
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: -22px;
	}
	.breadcrumb-dept2-item::before {
		float: left;
		padding-right: .5rem;
		color: #6c757d;
		content: var(--bs-breadcrumb-divider, "/")
			/* rtl: var(--bs-breadcrumb-divider, "/") */;
	}
	a.home {
		color: white;
		list-style: none;
		letter-spacing: 1px;
		font-size: 19px;
		text-decoration: underline;
	}
	.breadcrumb-dept1-item {
		color: white;
		list-style: none;
		margin-top: -26px;
	}
	li.breadcrumb-dept2-item.active.breadcrumbPageTitle.ng-binding {
		width: 266px;
		color: white;
		font-size: 19px;
		line-height: 22px;
		margin-top: -2px;
	}
	.bred-pos {
		margin-top: -164px;
		margin-bottom: 53px;
		/* margin-right: 94px; */
		margin-left: 6px;
	}
}





.owl-carousel-alumini .owl-nav>div {
    margin-top: -26px;
    position: static !important;
    top: 50%;
    color: #cdcbcd;
}
.owl-carousel-alumini .owl-nav {
	padding-top: 60px;
    display: flex;
	gap: 30px;
}
.owl-carousel-alumini .owl-nav span {
	font-size: 25px !important;
    font-weight: 600;
    padding: 7px 12px;
	color: #9A0072;
    border: 2px solid #9A0072;
    border-radius: 99px;
}


/* placement */
.placement-img{
	height: 40px;
}
.placement-img1{
	height: 32px;
}
.sec1{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	overflow: hidden;
}

img.footer-img {
    position: absolute;
    left: -9px;
}

.footer-map {
	position: relative;
}
.contact-info {
    padding-left: 100px;
}

.footer-container img {
    width: 100%;
	
}
/* .footer-container {
    width: 100% !important;
    position: absolute;
    bottom: 0;
} */
.footer-container {
    bottom: 0px;
    margin-left: -17px !important;
    width: 100% !important;
    position: absolute;
}
.list-home-programs {
    padding: 0px 10px;
    margin: 0;
}
.list-home-programs li::before {
    color: #003294;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f4b5";
    position: absolute;
    left: -9px;
    top: 7px;
}
.list-home-programs li {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px !important;
    padding: 0 0 20px 20px;
    margin-top: -2px;
    position: relative;
    list-style: none;
}
.card {
    
    border-bottom: black
}
.list-items-pdf {
    list-style: none;
    padding: 0 0 0 21px;
}
.list-items-pdf a::before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    color: #a82427;
    width: 23px !important;
    display: inline-block;
    font-size: 19px;
}
.list-items-pdf li {
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.procedure-box-txt {
    padding: 10px;
}
.fun-exc-box {
    border: 3px solid #757575;
}
/* vision mission */
.vission-mission {
    margin-bottom: 41px;
    height: 109px;
}
.img-box {
    position: relative;
}
.img-box::before {
    top: -20px;
    left: -20px;
    content: "";
    position: absolute;
    width: 113px;
    height: 133px;
    background: #422673;
}
.pillars-of-support-img {
    width: 95%;
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0px 0px 6px 0px #22222273;
}
.pillars1-of-support-img {
    
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0px 0px 6px 0px #22222273;
}
#color-table th {
    color: #00b2ff !important;
    font-family: var(--font-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 150%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--color-primary);
    color: white !important;
}
#colors-table th {
    color: #00b2ff !important;
    font-family: var(--font-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 150%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #ddd;
    color: #000 !important;
}

.bred-head-dept {
    text-align: center;
    padding-top: 2px;
    margin-bottom: 3px;
    color: #fff;
    font-size: 33px;
    margin-top: -49px;
}

.header-2 {
    padding-top: 4px;
    font-size: 25px;
    font-weight: 600 !important;
    color: var(--color-primary);
    -webkit-text-stroke: 0.4px white;
}
.header-2::after {
    margin-top: 7px;
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #ff1a00;
}

.title-inner .sub-text {
	color: black;
	font-weight: 600;
}

.title-inner h5 {
	padding-top: 4px;
	font-size: 25px;
	font-weight: 600 !important;
}

.title-inner h5::after {
	margin-top: 7px;
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: #ff1a00;
}


.table-pdf td a::marker {
    color: #ec2d14;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 2;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\F63D";
    position: absolute;
    left: -9px;
}

/* e-journal page */

.ej-title-cont{
  display: flex;
  justify-content: center;
  align-items: center;
}

.ej-title{
	display: inline;
	padding: 10;
	background-color: #9a0072;
	box-shadow: 2px 2px 8px #776c6c;
	color: white;
	border-radius: 5px;
}
.about-page {
    margin-top: 26px;
}
.e-journal-download-button{
    width: 200px;
    height: 50px;
    margin-right: 20px;
    border-radius: 6px;
    background-color: #422673;
    color: #fff;
    box-shadow: 2px 2px 4px #a59b9b;
    font-weight: 500;
    margin-bottom : 10px;
}
.btn-primary, .btn-outline-primary {
    color: #ffffff !important;
    background: #422673 !important;
    border-color: #422673;
}
.btn.btn-sm.btn-outline-primary:hover {
    color: #032747 !important;
    border-color: #032747;
    background: #fff !important;
}
#color-table-code .th {
    background-color: #ddd important;
}
