@import url('../../../../css2');
/*font-family: 'Playfair Display', serif;*/
@import url('../../../../css2-1');
/*font-family: 'Poppins', sans-serif;*/
@import url('../../../../css2-2');
/*font-family: 'Domine';*/
@import url('../../../../css2-3');
/*font-family: 'Josefin Sans', sans-serif;*/
@import url(aos.css);
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(fontawesome/css/fontawesome.min.css);
/*@import url(nav-menu.css);*/
@import url(fontawesome/css/all.min.css);
/* h1, h2, h3, h4, h5, h6{
font-family: 'Playfair Display', serif;  
} */
@import url('../../../../css2-4');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Sans', sans-serif!important;
}
body{
font-family: 'Poppins', sans-serif;
color: #696969;
font-size: 14px;
}
p {
    line-height: 23px;
}
img{
max-width: 100%;
}


section, header, footer{
width: 100%;
float: left;
}
header#header {
    position: relative;
    opacity: 1;
    height: auto;
    z-index: 100;
    transition: height 4s;
}
header.sticky {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.top-1 {
    transition: all ease-in-out 1.0s;
    opacity: 1;
    height: auto;
    width: 100%;
    float: left;
}
header.sticky .top-1 {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
header.sticky .top-2 {
    box-shadow: 0 0 10px;
}
.top-1-mid {
    width: 100%;
    float: left;
    padding: 0 0 0;
}
.logo {
    padding: 5px 0;
    display: flex;
    height: 100%;
    align-items: center;
}
.top-1-right-2 img {
    height: 95px;
}
.top-1-right-2 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: end;
    justify-content: end;
}
.top-1-right-2-wrapper {
    padding-top: 7px;
}
.top-1-right-1 {
    display: flex;
    align-items: center;
    justify-content: center;
	height:100%;
	text-align:center;
}

.top-1-right {
    position: relative;
    background: #dfdfdf;
    padding: 0;
    overflow-x: clip;
}
/**/
.top-right-gigw {
    float: right;
}
.top-right-gigw ul {
    padding: 0;
    margin: 6px 0 0;
    display: inline-block;
}

.top-right-gigw ul li {
    float: left;
    font-size: 12px;
    padding: 0 5px;
    list-style: none;
    line-height: 17px;
}
.top-right-gigw ul ul {
    margin-top: 2px;
}

.top-right-gigw {
    text-align: right;
    position: absolute;
    top: 0;
    right: 7px;
}
.top-right-gigw ul li a {
    color: #000;
    text-decoration: none;
    padding: 0 5px;
}
.top-right-gigw ul li a i.fa-solid.fa-arrow-turn-down {
    font-size: 14px;
    margin-top: 4px;
}
.top-right-gigw ul li a:hover {
    color: #156c85;
}
.color-switcher {
    display: inline-block;
}
.color-switcher button {
    color: transparent;
    width: 20px;
    height: 20px;
    background: #0d0d0d;
    box-shadow: none;
}
.color-switcher button#Blue {
    background: #1174c0;
    border-color: #1174c0;
}
.color-switcher button#White {
    background: #fff;
    border-color: #fff;
}
.font-size-changer button {
    width: 26px;
    height: 20px;
    padding: 0;
    background: #fff;
    border: 1px solid #fff;
}
/**/
.mid-logo h2 {
    font-weight: bold;
    color: #7d252d;
    font-size: 24px;
    font-family: 'Noto Serif', serif;
    margin: 0;
	letter-spacing:4px;
}
.mid-logo h4 {	
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #264973;
    font-weight: 600;
    margin-bottom: 0;
}
section.vc_section {
    padding: 0 0 60px;
}
.vc_content .content {
    max-height: 242px;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 10px;
}
section.vc_section h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
section.vc_section h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.top-1-right:before {
    content: '';
    position: absolute;
    width: 1000000px;
    height: 100%;
    left: -999867px;
    top: 0;
    background: #862e35;
    z-index: 1;
}
/* .top-1-right-2-wrapper { */
    /* text-align: right; */
	/* display:inline-block; */
    /* padding: 30px 0; */
/* } */
.top-1-right h4 {
    font-size: 14px;
    color: #fff;
    padding: 0 21px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    background: #862e35;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-1-right marquee a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    padding: 5px 0 1px;
}
.top-1-right marquee a:hover {
    color: #862e35;
}

.top-2 {
    /* background: #862e35; */
    background: rgb(237,15,15);
    background: linear-gradient(90deg, rgba(237,15,15,1) 0%, rgba(156,0,0,1) 17%, rgba(170,4,4,1) 83%, rgba(230,12,12,1) 99%);
    border-top: 1px solid #e7e7e7;
    width: 100%;
    float: left;
}
.top-2-wrapper {
    position: relative;
    padding-right: 18px;
}
button.btn.btn-primary[data-bs-target="#searchModal"] {
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    right: 0;
    padding: 0;
    background: none;
    border: none;
}

#searchModal .modal-body, #searchModal .modal-content {
    background: none;
    border: none;
}
#searchModal button.btn-close {
    background: none;
    color: #fff;
    font-size: 26px;
    opacity: 1;
    right: 0;
    position: absolute;
    top: -28px;
}
#searchModal button.btn-close:focus {
    outline: none;
    box-shadow: none;
}
/*Menu Start*/
.menu-con #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 6px!important;
    text-transform: uppercase!important;
}
.menu-con #mega-menu-wrap-primary .mega-menu-toggle {
    background: none;
}
.menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    z-index: 10;
    margin-right: 26px;
}
.menu-con li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 2px 10px 2px 10px!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 2px 10px 2px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px!important;
    font-weight:normal!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 15px 5px 15px!important;
    width: 100%!important;
}
.nav-dropdown.nav-submenu.two-col-menu li {
    position: relative;
}

.nav-dropdown.nav-submenu.two-col-menu li>ul.nav-dropdown.nav-submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: #b9b9b9;
}
.nav-dropdown.nav-submenu.two-col-menu li>ul.nav-dropdown.nav-submenu li {
    width: 100%;
}
.nav-dropdown.nav-submenu.two-col-menu li>ul.nav-dropdown.nav-submenu li a {
    background: #e7e7e7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {

    background: linear-gradient(to bottom, #862e35, #862e35)!important;

}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: unset!important;
    border-top: 1px dotted #464646!important;
    padding: 0 0 0 3px!important;
}
ul.mega-sub-menu {
    margin: 5px 0 0 0!important;
	padding:5px!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #812d34!important;
    color: #ffffff!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 8px 11px!important;

    text-transform: capitalize!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #fff!important;

 
    background: linear-gradient(to bottom, #862e35, #862e35)!important;
}
/*Menu End*/
/*Top Searc Box*/
.top-search-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}

.top-search-box .input {
    color: white;
    font: 1em/1.5 Hind, sans-serif;
}

.top-search-box form, .top-search-box .input, .top-search-box .caret {
  margin: auto;
}

.top-search-box form {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.top-search-box .input, .top-search-box .caret {
  display: block;
  transition: all calc(1s * 0.5) linear;
}

.top-search-box .input {
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 0.25em inset;
    caret-color: #255ff4;
    width: 2em;
    height: 2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    POSITION: relative;
}

.top-search-box .input:focus, .top-search-box .input:valid {
    background: white;
    border-radius: 0.25em;
    box-shadow: none;
    padding: 0.75em 1em;
    transition-duration: calc(1s * 0.25);
    transition-delay: calc(1s * 0.25);
    width: 100%;
    height: 3em;
    margin-top: 7px;
    border: 1px solid #fff;
    color: #000;
}
.top-search-box .input:focus {
  animation: showCaret 1s steps(1);
  outline: transparent;
}

.top-search-box .input:focus + .top-search-box .caret, .top-search-box .input:valid + .top-search-box .caret {
  animation: handleToCaret 1s linear;
  background: transparent;
  width: 1px;
  height: 1.5em;
  transform: translate(0,-1em) rotate(-180deg) translate(7.5em,-0.25em);
}

.top-search-box  .input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.top-search-box  label {
  color: #e3e4e8;
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

.top-search-box  .caret {
    background: white;
    border-radius: 0 0 0.125em 0.125em;
    margin-bottom: -1px;
    width: 0.25em;
    height: 8px;
    transform: translate(0,-1em) rotate(-45deg) translate(0,0.875em);
    transform-origin: 50% 0;
}
/* Animations */
@keyframes showCaret {
  .top-search-box from {
    caret-color: transparent;
  }

  to {
    caret-color: #255ff4;
  }
}

@keyframes handleToCaret {
  .top-search-box from {
    background: currentColor;
    width: 0.25em;
    height: 1em;
    transform: translate(0,-1em) rotate(-45deg) translate(0,0.875em);
  }

  25% {
    background: currentColor;
    width: 0.25em;
    height: 1em;
    transform: translate(0,-1em) rotate(-180deg) translate(0,0.875em);
  }

  50%, 62.5% {
    background: #255ff4;
    width: 1px;
    height: 1.5em;
    transform: translate(0,-1em) rotate(-180deg) translate(7.5em,2.5em);
  }

  75%, 99% {
    background: #255ff4;
    width: 1px;
    height: 1.5em;
    transform: translate(0,-1em) rotate(-180deg) translate(7.5em,-0.25em);
  }

  87.5% {
    background: #255ff4;
    width: 1px;
    height: 1.5em;
    transform: translate(0,-1em) rotate(-180deg) translate(7.5em,0.125em);
  }

  to {
    background: transparent;
    width: 1px;
    height: 1.5em;
    transform: translate(0,-1em) rotate(-180deg) translate(7.5em,-0.25em);
  }
}
/*Top Search Box End*/


.search {
    text-align: right;
    padding: 11px 0;
    color: #fff;
}
/* .search-box { */
    /* float: right; */
    /* max-width: 0; */
    /* color: #fff; */
    /* font-size: 14px; */
    /* padding: 12px 0; */
/* } */
/* .search-box input:focus{ */
	/* outline:none; */
/* } */
/* .search-box input { */
    /* width: 100%; */
    /* border-radius: 30px; */
    /* padding: 3px 10px; */
    /* border: 1px solid #862e35; */
    /* margin: 10px 0 0; */
/* } */
/* .search-box input::placeholder{ */
/* color: #222; */
/* } */
/*Section Heading*/
.section-heading {
position: relative;
font-size: 26px;
color: #000000;
padding-left: 16px;
margin-bottom: 20px;
}
.section-heading:before {
content: '';
width: 4px;
position: absolute;
height: 100%;
background: #ea6464;
left: 0;
top: 0;
}
/*Section Heading End*/
/**/
section.slider-buttom {
    padding: 30px 0;
    text-align: center;
    background: #f7f7f7;
    margin-bottom: 60px;
    background-image: url(../images/banner-btm.png);
}
ul.slider-buttom-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
}
ul.slider-buttom-wrapper li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #e1e1e1;
    margin: 15px 0;
}
ul.slider-buttom-wrapper li:last-child{
border-right:none;
}
ul.slider-buttom-wrapper li h6 {
font-size: 20px;
margin: 10px 0;
}
ul.slider-buttom-wrapper li .sb-icon img {
height: 59px;
width: auto;
}
ul.slider-buttom-wrapper li h6 a {
text-decoration: none;
color: #7a333c;
}
/**/
/*Slider Section*/
.carousel-control-next, .carousel-control-prev {
    width: max-content;
}
.slider {
    position: relative;
}
.slider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #0000009e, transparent);
}
.slider-con img{
    width: 100%;
}
.slider-con h1 {
    color: #fff;
    position: absolute;
    bottom: 111px;
    max-width: 538px;
    left: 53px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}
.slider-whatsnew {
    position: absolute;
    width: 30%;
    height: 100%;
    background: #bc404c;
    top: 0;
    right: 0;
    max-height: 100%;
    padding: 30px;
    text-align: center;
    min-width: 300px;
    max-width: 100%;
}
.whatsnew-heading .section-heading {
color: #fff;
text-align: left;
}
.whatsnew-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.whatsnew-list ul li {
position: relative;
margin-bottom: 15px;
min-height: 55px;
padding-left: 64px;
display: flex;
align-items: center;
}
.whatsnew-list ul li .content {
border-bottom: 2px solid #c76a73;
padding-bottom: 10px;
line-height: 16px;
text-align: left;
}
.whatsnew-list ul li .content a{
color: #fff;
text-decoration: none;
}
.whatsnew-list ul li .date {
width: 55px;
height: 55px;
background: #f3f3f3;
font-size: 16px;
text-align: center;
font-family: 'Playfair Display', serif;
position: absolute;
left: 0;
line-height: 20px;
border-radius: 7px;
padding-top: 4px;
}
.whatsnew-list ul li .date span:first-child {font-size: 34px;}
.slider-whatsnew .btn {
display: inline-block;
background: #50141b;
border: 2px solid #50141b;
color: #fff;
margin-top: 20px;
padding: 8px 25px;
transition: all ease-in-out 0.5s;
}
.slider-whatsnew .btn:hover{
    background: none; 
    border-color: #fff;  
}

/*===================
section-3===========*/
section.section-3 {
background: #ebebe3;
padding: 60px 0 30px;
}
/*===================
section-3 End===========*/
.notification-tab {
    margin-bottom: 30px;
}
.notification-tab div#nav-tabContent {
min-height: 400px;
background: #fff;
border-radius: 10px;
margin-top: -5px;
z-index: 1;
position: relative;
padding: 20px;
}
.notification-tab button.nav-link {
    font-family: 'Josefin Sans', sans-serif!important;   
font-size: 18px;
color: #000;
border-radius: 10px 10px 0 0;
}
.notification-tab button.nav-link.active {
    background: #811701!important;
    color: #fff;
}
.notification-tab button.nav-link span {
    font-size: 20px;
    padding-right: 10px;
}
.notification-tab-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.notification-tab-list ul li {
position: relative;
margin-bottom: 15px;
min-height: 55px;
padding-left: 64px;
display: flex;
align-items: center;
}
.notification-tab-list ul li .content {
line-height: 16px;
text-align: left;
}
.notification-tab-list ul li .content a {
color: #747474;
text-decoration: none;
}
.notification-tab-list ul li .date {
    width: 60px;
    height: 60px;
    background: #f3f3f3;
    font-size: 14px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    position: absolute;
    left: 0;
    line-height: 20px;
    border-radius: 7px;
    padding: 5px 0;
}
.notification-tab-list ul li .date span:first-child {
    font-size: 32px;
}
.notification-tab-list .btn {
display: inline-block;
background: #50141b;
color: #fff;
margin-top: 20px;
padding: 8px 25px;
}
.notification-tab-list div#nav-tabContent {
min-height: 400px;
background: #fff;
border-radius: 10px;
margin-top: -5px;
z-index: 1;
position: relative;
}
.notification-tab-list button.nav-link {
font-family: 'Playfair Display', serif;
font-size: 23px;
color: #000;
border-radius: 10px 10px 0 0;
}
.notification-tab-list button.nav-link.active {
background: #892a35!important;
color: #fff;
}
.notification-tab div#nav-tabContent .button-con {
border-top: 1px solid #e4e4e4;
margin-top: 30px;
text-align: right;
}
#Our_Campus .owl-dots {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: max-content;
margin: auto;
}
div#Our_Campus {
    position: relative;
    margin-bottom: 30px;
}
#Our_Campus figure {
/* margin: 0; */
display: flex;
height: 396px;
border-radius: 10px;
overflow: hidden;
}
#Our_Campus figure img{
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 10px;
}
.notification-tab-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 265px;
    overflow-y: scroll;
}
.rmore-3 {
font-size: 22px;
color: #676767;
text-decoration: none;
display: inline-block;
margin-top: 30px;
}
.rmore-3:hover{
color: #b25636;;
}
.rmore-3 i {
background: #b25636;
color: #fff;
font-size: 16px;
width: 25px;
height: 25px;
border-radius: 30px;
text-align: center;
padding-top: 5px;
}
/*Section 4*/
section.section-4 {
padding: 60px 0 30px;
background: #f1f2f2;
background-image: url(../images/section-4-bg.png);
}
.whats-happening-box {
background: #fff;
}
.whats-happening-box .content {
    padding: 15px 15px 0;
    height: 99px;
    overflow: hidden;
    margin-bottom: 10px;
}
.whats-happening-box .date-wrapper {
padding: 0 15px 15px;
color: #c4a649;
}
.whats-happening-box{
    margin-bottom: 30px;
}
.whats-happening-box figure {
margin-bottom: 0;
height: 200px;
width: 100%;
display: flex;
}
.whats-happening-box figure a {
display: inline-block;
width: 100%;
}
.whats-happening-box figure a img{
width: 100%;
height: 100%;
object-fit: cover;
}
.with-right-button {
position: relative;
}
.with-right-button .rmore-3 {
margin-top: 0;
position: absolute;
right: 0;
}

/*Section 4 End*/
/*===================
section 5============*/
section.section-5 {
background: #650707;
position: relative;
}

section.section-5::before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url(../images/section-5.jpg);
opacity: 0.2;
}
section.section-5::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 35%;
height: 100%;
background: #ffff;
}
section.section-5 .container-fluid {
position: relative;
z-index: 1;
}

.section-5-tab button span {
display: inline-block;
padding: 25px 30px;
border-right: 1px solid #000000;
position: relative;
}
.section-5-tab .nav.nav-tabs li:last-child button span{
border: none;
}
.section-5-tab .nav.nav-tabs li button {
border-right: none;
border-left: none;
outline: none;
padding: 20px 0;
font-family: 'Josefin Sans', sans-serif;
font-size: 26px;
background: #fff!important;
border-radius: 0!important;
position: relative;
color: #000000;
border-top: 5px solid #0000;
}
.section-5-tab .nav.nav-tabs li button.active {
border-right: none;
border-left: none;
background: linear-gradient(45deg, black, transparent);
}
.section-5-tab .nav.nav-tabs li button.active, .section-5-tab .nav.nav-tabs li button:hover {
border-right: none;
border-left: none;
background: linear-gradient(1deg, #ffffff, #eeeeee)!important;
border-top: 5px solid #c64949;
border-bottom: 1px solid white!important;
}
.about-right-image img {
    max-width: 100%;
    width: 405px;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000063;
    display: inline-block;
}
.section-5-tab .tab-content {
background: #fff;
color: #6a6a6a;
padding: 30px;
max-width: 100%;
min-height: 475px;
}
.section-heading-2, .tab-content-wrapper h5 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.tab-content-wrapper h5 {
    font-size: 18px;
}
.section-5-tab .tab-content p {
line-height: 29px;
}
.about-right-image {
    position: relative;
    padding: 0 30px 15px 30px;
    text-align: center;
}
.about-right-image img{
position: relative;
}
.tab-content-wrapper {
    max-height: 373px;
    overflow-y: scroll;
    padding-right: 15px;
}
.section-5-tab .col-md-3 {
    margin-bottom: 30px;
}
.student-pl-box, .faculty-details-box {
    padding: 30px 0 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 6px #0003;
    margin-top: 10px;
}
.faculty-details-box {
    display: flex;
    width: 100%;
    min-height: 100%;
    padding-bottom: 15px;
    justify-content: center;
}
.student-pl-box .content {
    padding: 10px 15px;
	text-align:center;
}
.student-pl-box .content h4 {
    font-size: 14px;
    margin-bottom: 0;
}
.student-pl-box .content h5 {
    font-size: 16px;
    margin: 6px 0 0;
    color: #7c7c7c;
}
.student-pl-box .content h6 {
    font-style: italic;
    font-size: 12px;
}
/*===============================*/
.student-pl-box figure, .faculty-details-box figure  {
    display: inline-block;
    height: 130px;
    width: 130px;
    z-index: 1;
    position: relative;
}
.student-pl-box figure img, .faculty-details-box figure img  {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.student-pl-box figure::before, .faculty-details-box figure::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #832934;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.student-pl-box figure::after, .faculty-details-box figure::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #892a35;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.student-pl-box:hover figure::before, .faculty-details-box:hover figure::before {
    height: 100%;
}
.student-pl-box:hover figure img, .faculty-details-box:hover figure img {
    box-shadow: 0 0 0 14px #7e242f;
    transform: scale(0.7);
}
.faculty-details-box h4 {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #000;
}
.faculty-details-box h5 {
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}
/*=====================================*/
.about-right-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 204px;
    background: #811701;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    max-width: 500px;
    margin: auto;
}
.about-right-image-details {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding-top: 15px;
}
.about-right-image-details h3 {
    margin-bottom: 0;
}
.r-more-btn {
    background: #811701;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.r-more-btn:hover {
    background: #580e00;
    color: #fff;
    text-decoration: none;
}
.about-right-image-details h4 {
    margin-bottom: 0;
    font-size: 22px;
}
.at-a-glance {
    background: #fff;
    margin-bottom: 60px;
    text-align: center;
}
.at-a-glance .row .col-lg-3 i.fa-regular.fa-plus {
    display: none;
}
.at-a-glance .row .col-lg-3:first-child i.fa-regular.fa-plus {
    display: inline-block;
    color: #7e3435;
}
.at-a-glance .row {
    max-width: 1200px;
    margin: auto;
}
.at-a-glance .row .col-lg-2 {
    width: 203px;
}
.at-a-glance h2.section-heading-2 {
    text-align: center;
}

.at-a-glance .col-lg-3.col-md-3.col-sm-6 {
text-align: center;
border-right: 1px solid #ccc;
margin-bottom: 30px;
}
.at-a-glance .col-lg-3.col-md-3.col-sm-6:last-child {
    border-right: none;
}
.at-a-glance h3, .at-a-glance  h5 {
    font-family: 'Domine', serif;
}
.counter-count {
font-size: 35px;
color: #883432;
margin-bottom: 6px;
font-weight: 600;
}
.counter-count h5 {
font-size: 17px;
max-width: 135px;
display: inline-block;
}
section.section-6 {
    background: #5b93c2;
    padding: 60px 0 0;
}
section.section-6 .owl-nav button.owl-prev, section.section-6 .owl-nav button.owl-next,
section.section-4 .owl-nav button.owl-prev, section.section-4 .owl-nav button.owl-next 
{
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 40px!important;
    margin: auto;
    height: max-content;
    color: #862e35!important;
    opacity: 0.7;
    /* text-shadow: 0 0 10px #4269b5; */
}
section.section-6 .owl-nav button.owl-next, section.section-4 .owl-nav button.owl-next  {
    right: 0;
}
section.section-6 .section-heading {
color: #ffffff;
}
.social-media-box {
    max-height: 404px;
    overflow-y: scroll;
}
.quick-menu-left p {
font-size: 22px;
color: #fff;
}
.quick-menu-box {
width: 100%;
background: #fff;
display: flex;
height: 166px;
margin-bottom: 20px;
padding: 10px;
justify-content: center;
align-items: center;
}
ul.quick-menu-wraper {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -15px;
}
ul.quick-menu-wraper li:first-child .quick-menu-box{
background: #d45d34;
}
ul.quick-menu-wraper li:nth-child(3) .quick-menu-box{
background: #b84447;
}
ul.quick-menu-wraper li:nth-child(4) .quick-menu-box{
background: #11437c;
}  
ul.quick-menu-wraper li:nth-child(5) .quick-menu-box{
    background: #ad7436;
    }  
.quick-menu-box a {
color: #fff;
text-align: center;
text-decoration: none;
} 
.quick-menu-box a span {
display: inline-block;
width: 100%;
font-size: 22px;
}
.social-media-box {
    background: #fff;
    min-height: 401px;
    border-radius: 11px;
}
.social-media-box-wrapper {
    height: 393px;
    overflow-y: scroll;
}
.partners-logo {
    margin-top: 60px;
}
.partners-logo figure {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    padding: 15px 30px 0;
    height: 122px;
    justify-content: center;
    margin: 0;
}
.partners-logo figure img {
    max-height: 81px;
    width: auto!important;
    max-width: 100%;
}
.partners-logo-wrapper {
    background: #fff;
    position: relative;
}
.partners-logo-wrapper .owl-dots {
    display: none;
}
footer {
    background: #545353;
    padding: 60px 0 0;
    background-image: url(../images/footer-bg.png);
    background-size:cover;
}
.partners-logo-wrapper-buttom {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}
.partners-logo-wrapper-buttom img{
    width: 100%;
}
footer h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}
.footer-1 ul, .footer-2 ul{
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.footer-1 ul li, .footer-2 ul li {
    width: 20%;
    float: left;
    list-style: none;
    min-width: 200px;
    margin-bottom: 10px;
}
.footer-1 ul li a, .footer-2 ul li a , .footer-2 p{
    color: #e4e4e4;
    text-decoration: none;
}
.footer-map iframe {
    height: 220px;
    width: 100%;
}
.footer-2 {
    padding: 0 0 20px;
}
.footer-2 ul {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}
.footer-3 {
    padding-bottom: 20px;
    width: 100%;
    float: left;
    color: #e4e4e4;
}
.footer-3 a {
    color: #56b2ff;
    text-decoration: none;
}
.visitor-count {
    display: inline-block;
    border: 1px solid #fff;
    color: #052536;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 8px;
    background: #fff;
    font-weight: 700;
    /* float: right; */
}
.footer-3 p {
    margin-bottom:5px;
}
.footer-social-media h4{
	color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-social-media a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 12px;
    line-height: 26px;
    color: #004094;
    margin-right: 6px;
}
.footer-social-media a:hover {
    background: #862e35;
    color: #fff;
}
/*===================
section 5 End========*/


/*===================
program page start========*/

.dept-banner .slider-buttom {
    position: absolute;
    bottom: -1px;
    z-index: 1;
    left: 0;
    width: 100%;
}
section.dept-banner figure {
    max-height: 420px;
    overflow: hidden;
    margin: 0;
}
.dept-banner ul#crumbs li a,  .dept-banner ul#crumbs li{
    color: #ffffff;
}
section.breadcrumb-banner.dept-banner .content h2 {
    color: #ffffff;
    font-family: unset;
    font-weight: 500;
}
.dept-banner ul#crumbs li a, .dept-banner ul#crumbs li {
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

section.programm-nav {
    background: #f3f4fd;
}
.programm-nav .log {
    text-align: center;
    margin-top: -75px;
    z-index: 11;
    position: relative;
}
.programm-nav ul.list {
    padding: 0;
}
.programm-nav ul.list li {
    width: 100%;
    max-width: 130px;
    height: 100px;
    background: #fef1ee;
    list-style: none;
    border-radius: 8px;
    display: inline-block;
    margin: 0 3px 15px;
    padding: 15px 0px;
    box-shadow: 0px 2px 4px 0px #cdcdcd94;
}
.programm-nav ul.list li:nth-child(even) {
    background: #eff8ff;
}
.programm-nav ul.list li img {
    width: 45px;
    height: 45px;
}
.programm-nav .log .list a {
    color: #000;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.programm-nav ul.list li h5 {
    font-size: 12px;
    font-family: 'poppins';
    margin: 0;
    padding-top: 10px;
    font-weight: 600;
}
section.hod_about_sec {
	background: #f3f4fd;
	padding: 0 0 60px;
	position: relative;
}
section.hod_about_sec .hod-message-section {
	position: relative;
}
section.hod_about_sec .hod-message-section p {
	text-align: justify;
}
section.hod_about_sec .hod-message-section .botany {
	display: flex;
	align-items: center;
	height: 100%;
}
section.hod_about_sec .col-md-8 .botany {
	padding: 0px;
}
section.hod_about_sec figure.department-right-image {
	margin-bottom: 0;
	position: relative;
	display: flex;
	height: 100%;
	padding-right: 15px;
	padding-bottom: 15px;
}
section.hod_about_sec figure.department-right-image:before {
	content: '';
	position: absolute;
	width: 94%;
	height: 94%;
	border-top-right-radius: 55px;
	border-bottom-left-radius: 40px;
	border: 3px solid #e50d0d;
	bottom: 0;
	right: 0;
}

section.hod_about_sec figure.department-right-image img {
	width: 100%;
	height: 100%;
	border-top-right-radius: 55px;
	border-bottom-left-radius: 40px;
	object-fit: cover;
}
.heading_department h4 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
}
.heading_department span.head {
	background: linear-gradient(93deg, #ffeee2 71%, #ffffff00);
	border-left: 2px solid #862e35;
	color: #862e35;
	font-size: 15px;
	padding: 5px 81px 5px 10px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

.heading_department p {
	text-align: justify;
}
section.vision_department {
	background: #ececf9;
	padding: 60px 0;
}
section.vision_department .left-mission .left-pic {
	height: 302px;
	border-top-right-radius: 55px;
	border-bottom-left-radius: 40px;
	margin-bottom: 20px;
}
section.vision_department .left-mission .left-pic img {
	width: 100%;
	height: 100%;
	border-top-right-radius: 55px;
	border-bottom-left-radius: 40px;
}
section.vision_department ul.right-list {
	padding-top: 12px;
	padding-left: 0;
}
section.vision_department .right-list li {
	list-style-type: none;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.4px;
	padding-left: 23px;
	line-height: 18px;
	margin-bottom: 15px;
}
section.vision_department .right-list li i {
	position: absolute;
	top: 3px;
	left: 0;
	font-family: "Font Awesome 6 Free";
	content: "\f00c";
	color: #ffffff;
	background: #8d3a40;
	height: 16px;
	width: 16px;
	border-radius: 32px;
	line-height: 17px;
	font-size: 11px;
	text-align: center;
}
section.vision_department .right-pic {
	width: 100%;
	height: 350px;
	border-top-right-radius: 55px;
	border-bottom-left-radius: 40px;
}

section.vision_department .right-pic img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 55px;
	border-bottom-right-radius: 40px;
	object-fit: cover;
}
.section-two-right-programm {
	padding-top: 30px;
	border-top: 1px solid #dddded;
	margin-top: 30px;
}
.section-two-right-programm ul.mentors {
	padding: 0 !important;
}

.section-two-right-programm ul.mentors li {
    position: relative;
    list-style: none;
    /* font-weight: 400; */
    padding: 7px 0 7px 32px;
    font-size: 14px;
    background: linear-gradient(45deg, #ffeee2, #ffffff00);
    margin-bottom: 15px;
    border-radius: 15px;
    line-height: 18px;
}
.section-two-right-programm .mentors li i {
	position: absolute;
	top: 9px;
	left: 5px;
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	color: #ffffff;
	background: #ed7b2c;
	height: 20px;
	width: 20px;
	border-radius: 32px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}

.section-two-right-programm ul.mentors li:nth-child(3n+0) {
	background: linear-gradient(45deg, #fce3e8, #ffffff00);
}

.section-two-right-programm ul.mentors li:nth-child(3n+0) i {
	background: #ec3456;
}

.section-two-right-programm ul.mentors li:nth-child(3n+1) {
	background: linear-gradient(45deg, #e3ebff, #ffffff00);
}

.section-two-right-programm ul.mentors li:nth-child(3n+1) i {
	background: #316bff;
}

section.department_courses {
	background: #3e7dc5;
	padding-top: 60px;
	padding-bottom: 60px;
}
section.department_courses .heading_department h4 {
	color: #fff;
}
section.department_courses .card {
	padding: 0;
	background: #f1f7ff;
	border-color: #f1f7ff;
	box-shadow: 0 0 4px #0000002e;
	margin: 10px 3px;
}
section.department_courses h5.card-title {
	font-size: 18px;
	font-family: 'poppins';
	font-weight: 500;
	color: #000;
}
section.department_courses .book-1 {
	width: 46px;
	position: absolute;
	bottom: 8px;
	right: 10px;
}
section.department_courses .card img {
	width: 100%;
}
section.department_courses .card a {
    text-decoration: none;
    color: #000;
}
.course_description .modal-dialog {
	width: 100%;
	max-width: 94%;
	height: max-content;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.course_description button.btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
.course_description .modal-body {
	padding: 0;
}
.course_description .col-md-3.descrip_leader {
	background: linear-gradient(182deg, #3e1c7f 0%, #0088ab 100%);
	padding: 11px;
	text-align: center;
	border-radius: 10px 0 0 10px;
	color: #ffffff;
	position: relative;
}
.course_description .col-md-3.descrip_leader:before {
	content: '';
	position: absolute;
	-webkit-clip-path: polygon(100% 0, 0 43%, 100% 100%);
	clip-path: polygon(100% 0, 0 43%, 100% 100%);
	width: 19px;
	height: 24px;
	background: #fff;
	top: 30px;
	right: -1px;
}
.course_description .col-md-3.descrip_leader img.lib-img-show {
	max-width: 300px;
	border-radius: 8px;
}
.course_description .leadership-details {
	padding: 24px 0;
}
.course_description .col-md-3.descrip_leader h3 {
	font-size: 22px;
	/* padding: 15px 0 0; */
	font-weight: 600;
}
.course_description .col-md-9.messagebox {
	padding: 31px 28px 15px 15px;
}
.course_description .col-md-9.messagebox p {
	text-align: justify;
	margin-bottom: 10px;
}
.course_description .modal-dialog .scroll-bar-2 {
	max-height: 342px;
	overflow-y: scroll;
	padding-right: 10px;
}
section.department_courses .owl-carousel.owl-theme.ab.owl-loaded.owl-drag {
    padding-bottom: 60px;
}
section.box {
    margin-top: -80px;
    position: relative;
}
section.box .dwnld {
    width: 90%;
    padding: 20px;
    margin: auto;
    border-radius: 17px;
    position: relative;
    background: url(../images/box_bg.png) #8d3a40;
    background-position: center;
}
section.box .dwnld span.head {
    border-left: 2px solid #f0b903;
}
section.box .dwnld .heading_department h4 {
    color: #fff;
    max-width: 631px;
    font-size: 27px;
}
section.box .click {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 15px;
}
section.box .click a {
    padding: 12px 15px;
    border: 2px solid #ffff;
    background: #8d3a40;
    color: #ffff;
    text-decoration: none;
    font-weight: 400;
    border-radius: 7px;
}
section.box .click img {
	width: 28%;
	padding: 0 5px;
}
section.faculty {
	padding-top: 30px;
	padding-bottom: 60px;
	background: linear-gradient(180deg, white, #f3f4fd);
}
section.faculty  .owl-dots {
    display: none;
}
section.faculty .faculty-tab .nav.nav-tabs {
    border: none;
}
section.faculty .faculty-tab button.nav-link.active {
	background: #fff !important;
	border-color: #fff !important;
	z-index: 1;
	box-shadow: 0 -2px 3px #812d3436;
	color:#000!important;
}
section.faculty .faculty-tab button.nav-link {
    padding: 10px 29px;
    position: relative;
    font-size: 17px;
    background: #862e35 !important;
    border-radius: 20px 20px 0 0 !important;
    border-color: #862e35 !important;
    color: #fff;
}
section.faculty .faculty-tab .tab-content {
	background: #fff;
	color: #444444;
	height: auto;
	overflow: hidden;
	border-radius: 0 30px 30px 30px;
	padding: 0 15px 15px 15px;
	box-shadow: 0 3px 3px #812d3436;
	z-index: 1;
	position: relative;
}

section.faculty .faculty-tab button.nav-link:before,
section.faculty .faculty-tab button.nav-link:after {
	content: '';
	width: 33px;
	height: 39px;
	bottom: -1px;
	position: absolute;
	left: -32px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
section.faculty .faculty-tab button.nav-link:after {
	left: unset;
	right: -32px;
	background: url(../images/tab-curv.png);
	bottom: -2px;
	background-repeat: no-repeat;
}
section.faculty .faculty-tab .nav.nav-tabs li:first-child button.nav-link:before {
	display: none;
}
section.faculty .faculty-tab button.nav-link.active {
	background: #fff !important;
	border-color: #fff !important;
	z-index: 1;
	box-shadow: 0 -2px 3px #812d3436;
}
section.faculty .faculty-tab button.nav-link.active:before {
	background: url(../images/tab-curv-left-white.png);
	bottom: -2px;
}
section.faculty .faculty-tab button.nav-link.active:after {
	background: url(../images/tab-curv-white.png) no-repeat;
}
section.faculty h5.card-title {
	font-size: 14px;
	text-align: center;
	color: #000;
	margin-bottom: 2px;
	font-weight: 600;
}
section.faculty h5.card-title a {
	text-decoration: none;
	color: #000;
}
section.faculty p.card-text {
	font-size: 13px;
	text-align: center;
}
section.faculty .card-body {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	padding: 10px;
	margin: 4px 6px;
	border-radius: 5px;
}
section.faculty .staff .card {
    height: 290px;
    overflow: hidden;
}

.accordion-item:nth-child(2n+2) {
    border-bottom-color: #0ac5cc;
}
.accordion-item:nth-child(3n+2) {
    border-bottom-color: #0a3fb3;
}
section.faculty .staff .card>a {
	display: inline-block;
	height: 100%;
}
section.faculty .staff .card img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
section.faculty .inner-content {
	padding: 10px 0;
}
section.research {
	padding: 60px 0;
}
section.research .sc ul#pills-tab {
    background: #fff;
    border-radius: 40px;
    padding: 3px;
    margin: 0px auto;
    border: 1px solid #dadada;
    max-width: 100%;
    margin-bottom: 26px;
    display: inline-block;
    box-shadow: 0 0 8px 0px #c9c9c9;
    position: relative;
    z-index: 1;
}
section.research .sc ul#pills-tab li.nav-item {
    display: inline-block;
}
section.research .sc .nav-pills .nav-link.active, section.research .sc .nav-pills .show>.nav-link, section.research .sc .nav-pills .nav-link:focus-visible {
    color: #fff;
    background-color: #8D3A40 !important;
    
}
section.research .sc .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 20px !important;
    color: black;
    font-weight: 600;
}
section.research .inner-research-content {
    /* background: #f3f3f3; */
    padding: 35px 18px 26px;
    border-radius: 10px;
    box-shadow: 0 0 8px 0px #c9c9c9;
    margin-top: -45px;
}

section.alumini_dept_sec {
	background-color: #f3f4fd;
	padding: 60px 0;
}
section.alumini_dept_sec .left-slider .slider {
    position: relative;
}
.alumini_dept_sec .left-slider .carousel-item figure {
    display: flex;
    height: 316px;
    width: 100%;
    margin: 0;
}
.alumini_dept_sec .left-slider img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
section.alumini_dept_sec .left-slider .slider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #0000009e, transparent);
}
section.alumini_dept_sec .alumin p {
    text-align: justify;
}
section.department {
    padding: 60px 0;
}
section.department .card {
    box-shadow: 0 0 5px #00000045;
    margin: 10px 0;
    border: 1px solid #f1f1f1;
}
section.department .card figure {
    position: relative;
    margin-bottom: 0;
    height: 200px;
    overflow: hidden;
}
section.department .read-more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: max-content;
}
section.department .card button.btn.btn-primary.read {
    background: #812d34 !important;
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    transition: all ease-in-out 1s;
    opacity: 0;
}
section.department .card-body {
    height: 125px;
    overflow: hidden;
    padding-bottom: 0;
}
section.department .card h5.card-title {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}
#dept .card figure {
	position: relative;
	margin-bottom: 0;
	height: 200px;
	overflow: hidden;
}
#dept .card figure img {
    /* display: block; */
    width: 100%;
    object-fit: cover;
    height: 100%;
}
#dept .card:hover button.btn.btn-primary.read {
	opacity: 1;
	display: inline-block;
}

.facilities_pop_content .modal-dialog.modal-dialog-centered {
    max-width: 930px;
}
.facilities_pop_content .achievements-left {
    text-align: center;
    margin-top: -90px;
}
.facilities_pop_content .achievements-left img {
    border: 7px solid #FFDFB8;
    border-radius: 10px;
}
.facilities_pop_content .achievements-left h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    color: #892a35;
}
.facilities_pop_content .achievements-content {
    height: 166px;
    overflow-y: scroll;
    align-items: center;
}
.facilities_pop_content .achievements-content .content {
    text-align: justify;
    padding-right: 8px;
}
section.mid-3 {
    background-color: #f3f4fd;
    padding: 60px 0px;
}
section.mid-3 .card figure {
    margin: 0;
}
section.mid-3 .image img.card-img-top {
    width: 100%;
    height: 200px;
    margin: auto;
}
section.mid-3 .card .card-title {
    font-weight: 600;
}
section.mid-3 .card .card-title a {
    color: #000;
    text-decoration: none;
}
section.mid-3 .card-text:last-child {
    margin-bottom: 0;
}

















/*===================
program page End========*/

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #892a35;
    border-radius: 10px;
  }
/*Media Max Width*/

@media screen and (min-width: 1365px){
    .container-fluid, .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 96%;
}
@media screen and (min-width: 768px){
	.menu-con #mega-menu-item-341 ul.mega-sub-menu{left: -100%!important;}
}
.nav-dropdown.nav-submenu.two-col-menu {
    width: 100%;
    max-width: 100%;
    background: #fff;
}
.nav-dropdown.nav-submenu.two-col-menu li {
    float: left;
    width: 25%;
    clear: unset;
    white-space: break-spaces;
}

}
@media screen and (max-width: 1400px) {
    .whatsnew-list ul {
        max-height: 340px;
        overflow-y: scroll;
        padding-right: 15px;
    }
    .nav-menu > li > a {
        padding: 15px 10px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px!important;
       
    }
}
@media screen and (max-width: 1200px) {
    ul.slider-buttom-wrapper li h6 {
        font-size: 14px;
    }
    ul.slider-buttom-wrapper li .sb-icon img {
        height: 50px;
    }
    .nav-menu > li > a {
        padding: 15px 8px;
        font-size: 12px;
    }
    .whatsnew-list ul li .content a {
        font-size: 12px;
    }
    .whatsnew-list ul li .date span:first-child {
        font-size: 25px;
    }
    .whatsnew-list ul li .date {
        font-size: 12px;
    }
    .whatsnew-list ul li .date span {
        display: inline-block;
        width: 100%;
    }
    .whatsnew-list ul li .date {
        width: 43px;
        height: 52px;
    }
    .whatsnew-list ul li {
        padding-left: 52px;
    }
    .slider-whatsnew {
            padding: 15px 15px 15px 15px;
    }
    .whatsnew-list ul {
        max-height: 308px;
    }
}
@media screen and (max-width: 1024px) {
    .whatsnew-list ul {
        max-height: 204px;
    }
    .nav-menu > li > a {
        padding: 15px 5px;
        font-size: 12px;
    }
    .section-heading {
        position: relative;
        font-size: 18px;
        color: #000000;
        padding-left: 16px;
        margin-bottom: 10px;
    }
    }
	 @media screen and (max-width: 1130px) {
      .nav-menu > li > a {
			font-size: 11px;
		}
	
    }  
    @media screen and (max-width: 992px) {
        .slider-whatsnew .btn {
            margin-top: 10px;
            padding: 1px 15px;
        }
        .section-heading-2 {
            font-size: 24px;
        }
        .section-5-tab button span {
    padding: 5px 11px;
    font-size: 16px;
}
    }  
@media screen and (max-width: 768px) {
    .top-1-right-2-wrapper {
        padding: 6px 0;
    }
	.top-right-gigw ul li .su-menu a {
    color: transparent;
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
}
button.btn.btn-primary[data-bs-target="#searchModal"] {
    top: 21px;
   z-index: 100;
}
.top-right-gigw ul li .su-menu a i {
    color: #000;
}
.top-2 {
    position: relative;
    min-height: 41px;
}
.menu-con {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.top-1-right {
    left: 0;
    bottom: 4px;
    background: #f5f5f5;
    padding: 5px 0  0;
    overflow-x: clip;
    overflow-y: clip;
    padding-right: 0;
    z-index: 10000;
}

.mid-logo h2 {
    font-weight: bold;
    color: #7d252d;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.mid-logo h4 {
   font-size: 14px;
}
.top-1-right-2 img {
    width: auto;
    height: 75px;
}
 .top-1-right h4 {
    font-size: 13px;
    border-right: 1px solid #bb4141;
}
    .nav-toggle {
        z-index: 10;
    }
    .slider-whatsnew {
        position: relative;
        width: 100%;
    }
    .whatsnew-con {
        background: #b53f4a;
    }
    header.sticky {
        position: relative!important;
    }
    ul.slider-buttom-wrapper li .sb-icon img {
        height: 30px;
    }

.footer-social-media {
    margin-bottom: 20px;
}
.col-md-3.vcounter {
    text-align: center;
}
.visitor-count {
    float: none;
}
.footer-3 p {
    text-align: center!important;
    float: none!important;
}
.announcement-wrapper {
    position: relative;
    padding-right: 209px;
}
.slider-con h1 {
    bottom: 37px;
    max-width: 323px;
    left: 43px;
    font-size: 24px;

}
section.section-5  .about-right-image:before {
    height: 91px;
}
section.section-5 .about-right-image {
    margin-top: 50px;
}

}

@media screen and (max-width: 576px) {
    
    .top-1-right-1 img {
    width: 180px;
}
.logo img {
    width: 50px;
}
.top-1-right-2 img {
    width: 40px;
    height: 68px;
}
    .top-1-right-2-wrapper {
    padding: 0px 0;
}
    ul.slider-buttom-wrapper li .sb-icon img {
    height: 30px;
}
ul.slider-buttom-wrapper li h6 {
    font-size: 8px;
}
.slider-con h1 {
    bottom: 0;
    max-width: 230px;
    left: 30px;
    font-weight: 600;
    margin: auto 0;
    top: 0;
    height: max-content;
    font-size: 17px;
}
.top-1-right marquee a {
    font-size: 10px;
    color: #fff;
}

.top-1-right h4 {
    font-size: 8px;
    padding-right: 5px;
    padding-left: 0;
}
.search {
    padding: 14px 0;
}
.notification-tab button.nav-link {
    font-size: 12px;
    padding: 5px 9px 12px;
}
.mid-logo h2 {
    font-size: 10px;
}
.mid-logo h4 {
    font-size: 10px;
}
.top-1-right .button-annc {
     background: #ffffff!important;
   
}
.top-1-right .button-annc .rmore-3 {
    color:#7d252d!important;   
}
.announcement-wrapper {
    position: relative;
    padding-right: 203px;
}
.top-1-right:before {
    display: none;
}
.color-switcher button {
    width: 13px;
    height: 13px;
  
}
.font-size-changer button {
    width: 21px;
    height: 13px;
    font-size: 8px;
    line-height: 11px;
}
.top-right-gigw ul li a i.fa-solid.fa-arrow-turn-down {
    font-size: 11px;
    margin-top: 4px;
}
.announcement-wrapper {
    padding-right: 174px!important;
}
.top-1-right .button-annc a {
    padding: 3px 5px;
    font-size: 9px!important;
}
.top-right-gigw ul li {
    line-height: 10px;
    padding: 0 3px;
}
.top-1-right .button-annc a {
    padding: 2px 9px;
    font-size: 9px!important;
}
.about-right-image-details h3 {
    font-size: 18px;
}
.about-right-image-details h4 {
    font-size: 14px;
}
section.vc_section h2 {
    font-size: 20px;
    margin-top: 15px;
}
.partners-logo-wrapper-buttom {
    top: 96%;
}
section.slider-buttom {
    margin-bottom: 0;
}
.top-right-gigw {
    position: relative;
    left: 0;
    right: unset;
    display: inline-block;
    float: unset;
}
.top-1-right {
    overflow: visible;
    height: 31px;
    text-align: center;
}
}
@media screen and (max-width: 400px) {
.top-1-right-2 img {
    width: 35px;
    height: 60px;
    margin-right: 10px;
}

}