@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700;800;900;1000&display=swap');

a{outline:none!important}
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
  font-family: 'Mulish', sans-serif;
 text-align: justify;  
}
.Domine{font-family: 'Domine', serif;}
.fs17{font-size:17px}
h4 {font-family: 'Domine', serif;
}

h2 {font-family: 'Domine', serif; 
  color: #1A120B;
  margin-bottom:0
}
h3 {font-family: 'Domine', serif;  
font-weight:bold
}
.pl-5{
	padding-left:2rem
}
.width50 {
    width: 38px;
    margin-left: 1.3rem;
}
p{
    font-weight: 600; 
	text-align:justify
} 
.Home{
	background:url(../images/bg_img.png);	
	background-size:cover;
	background-attachment:fixed 
}
.Home .heroBanner {
    background: url(../images/water-mark.webp);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position:100% 65px;
    background-repeat: no-repeat; 
}
.heroBanner h2 span{
  font-family: 'Mulish', sans-serif;
}

.heroBanner .BannerRow{
	padding-top:5rem
}


.navbar {
  z-index: 1; 
  padding: 0;
  /* position: fixed;
  background:white; */
  top: 0;
  width: 100%;
}
.navbar .container .navbar-brand img {
  width: 12rem;
}
.navbar.header-fixed .container .navbar-brand img {
  width: 10rem;
}
.navbar .container .navbar-nav {
  width: 100%;
  justify-content: space-between;
  justify-content: end;
  align-items: center;
}
.navbar .container .navbar-nav .nav-item { 
	margin: 0 0.125rem; 
	margin: 0px 0.6rem; 
}
.navbar .container .navbar-nav .nav-item .nav-link {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A120B; 
  font-weight: 600;
  padding: 0;
  position: relative;
  font-size: 1rem;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link::after, .navbar .container-fluid .navbar-nav .nav-item .nav-link::before {
  transition: all 0.5s;
}
.navbar .container .navbar-nav .nav-item .nav-link.active { 
  border-top:2px solid #8887b5
}
.navbar .container-fluid .navbar-nav .nav-item .ctaButton {
  outline: 0.063rem solid #FF9100;
  height: 3rem !important;
  outline-offset: 0.125rem;
  background: #FF9100;
  color: #1A120B !important;
  font-weight: 700 !important;
  font-family: "Exo 2", sans-serif;
  transition: 0.3s linear;
}  
.navbar .container-fluid .navbar-nav .nav-item .ctaButton:hover {
  background-color: #ffffff;
  color: #FF9100 !important;
}  
.navbar .container-fluid .navbar-nav .dropdown .dropdown-menu {
  border: 0;
}
.navbar .container-fluid .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
  padding: 1rem;
  transition: 0.3s linear;
}

.dropdown-menu{
	background: #830F19;
    border: 1px solid #fff;
    box-shadow: 0 0 8px #ccc;
	border-radius:8px
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.4rem 1rem;
    clear: both;
    font-weight: 600!important;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
	margin-bottom:2px
}
.d.dropdown-item:focus, .dropdown-item:hover {
    color: #FEB3B3;
    background-color: #3b51e98f;
    background-color: #F9EBD7;
    color: #000;
    border-radius: 4px;
}
.navbar .container-fluid .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: #830f19;
}
.navbar .container-fluid .navbar-toggler:focus {
  box-shadow: 0 0 0;
}  
.navbar .container-fluid .navbar-toggler .navbar-toggler-icon {
  width: 2.5rem;
  height: 2.5rem;
}
/* 
.fill ul li .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background: #830f19;
  height: 1px;
  opacity: 0; 
}
 
.fill ul li .nav-link:hover::after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}   */
@keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #FF9100;
  }
}
.header-fixed {
	background-color: #fff!important;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 8px #ccc;
}
/* banner slider */
.BannerImg{
	border-radius: 50%;
    box-shadow: -20px 20px #e8e8e8;
    margin: 20px;
    border-left: 30px solid #bfbfbf;
    width: 95%;
    rotate: -1deg;
	
} 
.heroBanner .SlideInfo{
	padding-top:10rem;
	padding-left:2rem
}
.heroBanner .SlideInfo h2{
	font-size:28px;
    text-align: initial;
    position: relative;
    top: 130px;
    left: -80px;
}
.BannerRow{
	position:relative
}
.shadowMain{
	position: absolute;
    top: 30%;
    right: 10%;
    transform: translate(-50%, -50%);
}
.shadowImg {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
}
.Legacy{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Legacy h2{
	font-size: 3.5rem;
    color: #fff;
    font-family: sans-serif;
    margin-bottom: 0; 
    line-height: 1;
}
.Legacy p{
	font-size: .90rem;
	font-size: .90rem;
    color: #fff; 
    margin-bottom: 0;
}
/* main {
  margin-top: 5.5rem;
} */

/* Counter  */
.counter{
	margin-top:-5rem;
	text-align:end;
    margin-bottom: -2rem;
}
.count-up {
    width: 160px;
    height: 160px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    border: 6px solid #FFF;
    padding-top: 42px;
	margin:2px
}
.count-up p {
    font-size: 14px;
    font-weight: 300!important;
    color: #fff;
    margin: 0; 
    text-align: center;
}
.count-up p.counters-count {
    font-size:30px; 
    color: #fff!important;
    margin: 0; 
	font-family: 'Domine', serif; 
    text-align: center;
}
.count-up p.counters-count span{ 
	font-family: 'Domine', serif;
}
.Insititutions{
	background:#d56060	; 
}
.Teachers{
	background:#8887b5	
}
.Students{
	background:#a58646	
}
.ImgShadow{
	width: 100%;
    border: 5px solid #fff;
    box-shadow: 20px 20px #00000029;
}
 /* Society at Glance css */
.md_Spacing{
	padding:3rem 0
}
.society-at_glance{  
	background:#f8f9fa ;
} 
.society-at_glance p{
	color:#3C2A21;
	font-weight:500; 
    font-size: 1rem;
} 

.Upcoming_Events .carousel {
    position: relative;
    padding-bottom: 3rem;
}
.Upcoming_Events .carousel-indicators [data-bs-target]{
	width: 12px;
    height: 12px; 
	display:none
}
.Upcoming_Events h4 {
    color: #1A120B;
    font-weight: bold;
    font-size: 1.4rem;
	margin-bottom:0
}
.society-at_glanceIMG{
	border: 4px solid #FFF;
    box-shadow: -30px 30px #00000033;
    margin-left: 30px;
    max-width: 90%;
}
.Upcoming_Events h4 img{
	width: 30px;
    margin-right: 7px;
	display:none
}
.Upcoming_Events p{
	color:#3C2A21;
	font-weight:500; 
    font-size: .94rem;
	padding-left:0.8rem;
	margin-bottom:0
	
}
.Upcoming_Events p span {
    background-image: url(../images/calendar.png);
    padding: 1.5rem 1rem 0;
    background-size: 100%;
    width: 80px;
    height: 80px;
    display: block;
    color: black;
    font-weight: 700;
    text-align: left;
    line-height: 16px;
    font-size: 13px;
    background-size: contain;
    background-repeat: no-repeat;
}
.Upcoming_Events p a {
	color: #0d6efd;
    font-weight: 300!important;
    font-size: .94rem; 
    display: inline-block;
    text-decoration: none; 
}
.Upcoming_Events p a:hover {
   color: #3b96e5;
}
a{
    color: #3C2A21;
	text-decoration:none
}
.Upcoming_Events a.Upcoming{
    color: #3C2A21; 
}
.Upcoming_Events a.Upcoming:hover{
    color: #3b96e5; 
}

#carouselExampleDark .carousel-item .d-flex{
	align-items: center;
}
	
/* chairman_message css */
.chairman_message { 
    background: #f8f9fa;
}
.chairman_message_Bg{
	background: url(../images/ferguson-college-FC-Pune.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.chairman_message h2 {
    font-weight: 600;
}
.chairman_message h5 {
    font-weight: 800;
    color: #3C2A21;
    font-size: 1.3rem;
	margin-top:10px
}
.chairman_message p span {
    font-weight: 600;
    color: #3C2A21;
    font-size: 15px;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.Read_More_Btn{
    background: #fff;
    padding: 8px 12px;
    border-radius: 50px;
    text-decoration: none;
    color: #3C2A21;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid;
    margin-top: 1rem;
    display: inline-block;
    transition: .7s;
}

.about-us-sect img {
    width: 500px;
    height: 300px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
.Read_More_Btn:hover { 
	color: #fff;
    background: #AB4646;
    transition: .7s;
}
/* The World of DES section css */
.DES #v-pills-tab{
	background: #AB4646;
    padding: 10px 20px;
    min-width: 230px;	
    height: 255px;
} 
.SliderTitle{
	position:relative; 
	margin-bottom:30px;
	text-align:center;
	width:290px
} 
.tab-pane .owl-nav .owl-prev{
	float:left
}
.tab-pane .owl-nav .owl-prev img{
	width:26px
}

.tab-pane .owl-nav .owl-next{
	float:right
}
.tab-pane .owl-nav .owl-next img{
	width:26px
}
.Colleges_Name{
	margin-top:0rem;
	text-align:left
}
.Colleges_Name a{
	color:#fff;
	font-weight:700;
	color:#161616
}

#partnerCarousel .item, #Our_Colleges .item, #our_institutes .item, #Universities .item {
    position: relative;
    padding-top: 0rem;
} 

#partnerCarousel .item .Colleges_Name, #Our_Colleges .item .Colleges_Name,#our_institutes .item .Colleges_Name ,#Universities .item .Colleges_Name{ 
	top: 0rem;
    text-align: left;
    position: absolute;
    bottom: -15px;
    font-size: 18px;
    font-family: 'Domine', serif;
    padding-left: 0rem;
	width: 100%;
    height: 100%;
    align-items: center;
    padding-top: 66%;

}
#partnerCarousel .tab-pane .owl-nav, #Our_Colleges .tab-pane .owl-nav, #our_institutes .tab-pane .owl-nav, #Universities .tab-pane .owl-nav { 
    position: inherit;
}
#partnerCarousel .owl-nav .owl-prev, #Our_Colleges .owl-nav .owl-prev, #our_institutes .owl-nav .owl-prev, #Universities .owl-nav .owl-prev {
    float: left;
    top: 3px;
    position: absolute;
}
#partnerCarousel .owl-nav .owl-next, #Our_Colleges .owl-nav .owl-next, #our_institutes .owl-nav .owl-next, #Universities .owl-nav .owl-next {
    float: right;
    top: 5px;
    position: absolute;
    left: 260px;
}
#partnerCarousel .owl-item img,#Our_Colleges .owl-item img,#our_institutes .owl-item img,#Universities .owl-item img {
    display: block;
    width: 100%;
    height: 350px;
    height: 240px; 
	position:relative;
	object-fit:cover
}
 #Universities .content-image {
    display: block;
    width: 100%; 
    height: 240px; 
	position:relative;
	object-fit:cover
} 

.owl-item img::before{
	content: " ";
    background: #000;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0rem; 
    top: 0px; 
}

.owl-dots{ 
    padding-right: 15%;
    text-align: end;
    padding-top: 20px;
    display: inherit!important;
}
.owl-dots .owl-dot.active{
	background: #ab4646;
    width: 24px;
    height: 7px;
}
.owl-carousel button.owl-dot{
	background: #8d7e7e;
    width: 24px;
    height: 7px;
	margin:0 5px; 
}

.owl-nav{
	display:none!important
}

/* Management  */
.Management_Deccan{
	background:#AB4646
}
.Management_Img{
	padding-left:0
}
.Management_Img img {
    width: 20%;
    margin: 0px -5px 0 0px;
    padding: 0;
}
.Management_Info{
	background: #fff;
    padding: 30px;
    color: #fff;
}
.Management_Info h2{
	color:#fff;
    margin-bottom: 1rem;
    text-align: left;
}
.Management_Info p{
	color:#fff;
    font-weight: 400;
}

.Management_Info ul{
	list-style:none
}
.Management_Info ul{
	list-style:none;
	padding-left:0rem;
    margin-top: 3rem;
}

.Management_Info .nav-pills .nav-link{
	color: #fff; 
    position: relative;
    display: block;
    width: 75%;
} 
.Management_Info ul li{
	padding:20px 0
} 
.Management_Info .nav-pills .nav-link::before{
	content: " ";
    background: url(../images/arrow.png);
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0rem; 
    top: 20px; 
}
.Management_Info ul li a:hover{
	text-decoration:underline; 
}

#Management.Management {
    padding-bottom: 3rem;
}
#Management  .Management_Info {
    background: #a7413d;
    padding: 30px;
    color: #fff;
}
#Management  .Management-Box .Name { 
    background: #770707;
    background: #A7413D !important;
    color: #fff;  
    height: 60px;
    position: inherit;
}

#Management .Management-Box .Name h5 {
    font-size: 13px;
    margin: 2px;
    text-align: center;
}







/* Events Section css */
.Events_News {
	background:#f8f9fa
}
 .Event{
     background: #fff; 
     box-shadow: 0 0 10px #ccc;
     border: 1px solid #fff;
     height:100%;
     position: relative;
     margin-bottom:30px
}
 .Events_Info {
     padding: 10px 20px;
     padding-bottom: 25px;
}
.Events_Info .Arrow{
     position: absolute;
     bottom: 20px;
     right: 15px;
     width: 22px;
}
 @media(max-width: 767px) {
     .Event{
         height:auto 
    }
}
.Events img {
    border: 12px solid #ab4646; 
    height: 230px;
    object-fit: cover;
    width: 100%;
}
.Events a{
	text-decoration:underline;
	font-family: 'Domine', serif;
	font-size:15px;
	min-height:40px	
}
.Events .EventsInfo{
	height:145px;
	overflow:hidden; 
}
.Events .EventsInfo2{
	height:145px;
	overflow:hidden;
    padding-right: 5px;
}
.Events_Info {
	padding:15px 0 
}
.Events_Info p {
    text-align: left;
}
.pl15{
	padding-left:15px!important
}
.Latest_News img {
    border: 12px solid #655db5; 
    height: 230px;
    object-fit: cover;
    object-fit: contain;
    width: 100%;
	background:#fff
}
.Latest_News .NewsInfo{
	height:125px;
	overflow:hidden; 
    margin: auto;
}
.Latest_News .NewsInfo2{
	height:125px;
	overflow:hidden; 
    padding-right: 10px;
}
.Events p{
	margin-bottom:10px
}
.Latest_News a{
	text-decoration:underline;
	font-family: 'Domine', serif;
	font-size:15px;
	min-height:40px	
}
.News_Info{ 
	padding:15px 0;
	height: 285px;
    overflow: hidden;
}
.News_Info p {
    text-align: left;
	margin-bottom:10px
}
.News_Info p a { 
	font-family: 'Domine', serif;
	font-size:15px
}
.News_img{
	border-radius: 10px;
    box-shadow: 0 0 12px #bababa;
    padding: 4px;
}
.example-image.News_img{
    border-radius: 10px;
    box-shadow: 0 0 12px #bababa;
    padding: 4px;
    height: 260px;
    object-fit: contain;
    width: 100%;
}
.Events_Info p a { 
    font-family: 'Domine', serif;
    font-size: 16px; 
}
.Events_Info p { 
	font-size:16px;
	text-align: justify;
}
.Events-Img{
	border-radius: 10px;
    box-shadow: 0 0 12px #484848;
    padding: 4px;
}
.Events_Info {
    padding: 10px 20px;
    padding-bottom: 10px;
}

/*  Activ.ities section css*/
.Activities {
	background:#fff;
}
.Activities .activitiesImg{
	position:relative
}
.Activities .activitiesInfo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: auto;
    overflow: hidden;
    background: #d676765c; 
    background: #d67676a3; 
    background: #d676767d; 
    overflow: hidden;
    clear: both;
    display: inline-table; 
    height: 100%;
    padding-top: 40px;
    padding-left: 20px;
    width: 100%;
	transition:.7s
} 
.Activities .activitiesInfo:hover, .Activities .activitiesInfo.activities_Info:hover {
    background: #0000002b;
    background: #0000005e!important;
    transition: .7s;
}
.Activities .activitiesInfo h5{
	color:#fff; 
	font-family: 'Domine', serif; 
    font-weight: bold;
    text-align: center;
}
.Activities .activitiesInfo p {
    color: #FE9AA2;
    font-weight: 600;
    line-height: 1.3;
    font-size: 15px;
}
.Activities .activitiesInfo.activities_Info { 
    background:#f5d4af ; 	
    background:#f5d4afba ; 	
	transition:.7s; 
} 
 .Activities .activitiesImg {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 10px #adadad;
}
.Activities .activitiesInfo, .Activities .activitiesInfo.activities_Info {
    background: #0000001f!important;
    padding-left: 0;
    padding-top: 0;
	border-radius:10px
}
.Activities .activitiesInfo h5 {
    color: #fff;
    font-family: 'Domine', serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: -8px;
    width: 100%;    
	background: #0000006e;
    padding: 10px; 
    padding-right: 30px;
}
 .activitiesImg img {
    border-radius: 10px; 
    height: auto!important;
}
.Activities .activities_Info p {
    color: #B3ADEE;
    font-weight: 600;
    line-height: 1.3;
    font-size: 15px;
}
.Activities .Arrow {
    width: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    transition: .7s;
	border-radius:0
}

.Activities .activitiesInfo.activities_Info:hover .Arrow{  
	background: transparent;
    width: 30px;
    padding: 0 0 5px 5px;
	transition:.7s
} 

.Activities .activitiesInfo:hover .Arrow{    
	background: transparent;
    width: 24px;
    padding: 0 0 5px 5px;
	transition:.7s
} 
.Activities .col-md-3.p-0 {
    padding: 15px!important;
}
.carousel-indicators {
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
     display: flex;
     justify-content: left;
     padding: 0;
     margin-right: 15%;
     margin-bottom:1.2rem;
     margin-left: 2%;
     list-style: none;
}
 
 .owl-dots {
     padding-right: inherit;
     text-align: center;
     padding-top: 20px;
     display: inherit!important;
}
.content-details .arrow_Icon{
     width: 30px!important;
     height: 30px!important;
     background: #a7413d;
     padding: 5px;
     border-radius: 50%;
     margin: 0 auto;
}
 .Upcoming_Events p span {
     background-image: url(../images/calendar.png);
      padding:14px;
     background-size: 100%;
     width: 90px;
     height: 90px;
     display: block;
     color: #fff;
     font-weight: 700;
     text-align: left;
     line-height: 16px;
     font-size: 13px;
     background-size: contain;
     background-repeat: no-repeat;
     border-radius:50%;
     text-align:center
}
.Upcoming_Events p span.first{ 
    background: #cd201f; 
    align-items: center;
    display: flex;
}
.Upcoming_Events p span.second{
    background: #8887b5;
}



 /* Alumni Section */
 .Alumni{ 
	background:#f8f9fa ;
}
 
.Alumni_img{
	background:#f9f3f3;
	text-align:center;
    margin-top: 12px;
    margin-bottom: 13px;
} 
.Alumni_img img{
	border:1px solid #ff0000;
	padding:4px;
    width: 100%;
} 
.Alumni_img h5{
	font-size: 1rem;
    margin-bottom: 2px;
    font-weight: 800;
    padding-top: 10px;
    text-align: center;
} 
.Alumni_img p{
	font-size: .9rem;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: center; 
}  

.Alumni_img p.Info{
	height:45px;
	overflow-y:scroll
}
.Alumni_Section{  
    position: relative;
    padding-bottom: 0rem; 
} 
.Alumni_Section .md_Spacing {
    padding: 3rem 0  ;
}
.alumni-bg{
	position: relative;
    z-index: 999;
    margin-top: 0%;
    background: #e2e2e2;
    padding: 0px;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(100% 0, 0 0, 50% 60%);
}

.Chairman_Message .Chairman_image{
	margin-right: 2.5rem;
    margin-left: 0;
    float: left;
    border: 5px solid #fff;
    box-shadow: 20px 20px #00000029;
    max-width: 250px;
    margin-bottom: 2rem;
}

.chairman_message_Bg .Chairman_image{
	margin-right: 2.5rem;
    margin-left: 0;
    float: left;
    border: 5px solid #fff;
    box-shadow: 20px 20px #00000029;
    max-width: 250px;
    margin-bottom: 2rem;
}



.InternalPage{
	border-top: 2px solid #b4a3a3;
    margin-top: 2rem;
    padding-top: 2rem;
} 
.breadcrumb{ 
    align-items: baseline;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: url('../images/Icon-ionic-ios-bookmarks.svg');
    margin: 4px 0.1rem;
    font-family: fontawesome;
    color: #000;
    font-size: 10px;
} 
.breadcrumb-item.nav-item a ,.breadcrumb-item.active{
	    font-family: 'Domine', serif;
    font-weight: bold;
    color: #000;
    font-size: 15px;
}
/* Management page css */
.Management{
	padding-bottom:3rem
}
.Management .col-md-3{
	padding-left:10px;
	padding-right:10px;
	
}
.Management_img{ 
    text-align: center;
    margin-top: 12px;
    margin-bottom: 13px;
}
.Management_img img{ 
	border: 5px solid #fff;
    padding: 0px;
    box-shadow: 20px 20px 0px #b6b6b678;
    width: 100%;
}
.Management_img h5{
	font-size: 1rem;
    margin-bottom: 2px;
    font-weight: 800;
    padding-top:30px;
    text-align: center;
}
.Management_img p{
	font-weight:700;
    text-align: center;
}

.Management-Box{ 
    position: relative;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #fff; 
}
.Management-Box .Name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #00000094;
    color: #fff;
    padding: 5px 0 2px;
    font-size: 13px;
    margin: 0; 
}
.Management-Box .Name h5{
    font-size: 15px;
    margin: 0; 
    text-align: center;
}
.Management-Box .Name p{
	font-size: 13px;
    margin: 0;
    text-align: center;
}
.Council .Management-Box .Name{
	font-size:11px;
    text-align: center;
}
.Management-Box img{ 
    width:100%;
}


/* chairman page css*/
.Chairman_Message{
	padding-bottom:2rem
}
.chairman{
	background: #D5CEA2 ;
    padding: 15px 25px;
    margin-bottom: 15px;
	position:relative
} 
.chairman h4{
    font-weight: 900;
    font-family: 'Mulish', sans-serif;
}
.chairman p{
	margin-bottom:0;
    font-weight: 700;
}
/* notable_alumni page css */
.Notable_Alumni {
    padding-bottom: 5rem; 
}
.notable_alumni.nav-pills { 
	
    width: 100%;
    justify-content: center;
    align-items: center;
}
.notable_alumni.nav-pills .nav-item{  
    display: flex;
    align-items: center;
    justify-content: center;

} 
.notable_alumni.nav-pills .nav-link{ 
    color: #A7413D!important;
    font-weight: 700!important;
    border-bottom: 2px solid #A7413D!important; 
    padding:10px 25px;
    margin:5px;
	
} 
.notable_alumni.nav-pills .nav-link.active, .notable_alumni.nav-pills .nav-link:hover {
	background:#A7413D!important;
	color:#fff!important
}

/* publications page css */
.publications{
	padding-bottom:0rem;
	margin-top:1rem
}
.publicationsRow{
	border:15px solid #a23c333d;
	padding:20px;
	margin-bottom:3rem
	
}
.publicationsImg{
	border:10px solid #fff;
	box-shadow:20px 20px #0000002e
}
.publications .published_by{
	font-size:13px 
}
.publications .PDF_Icon{
	width: 30px;
    margin-bottom: 10px;
}
.publications .PDF_Box{
    background: #fff;
    border: 1px solid #A23C33;
    display: inline-block;
    padding: 10px;
    min-width: 145px;
    min-height: 140px;
	position:relative	
}
.PDF_Box .published_by{
	padding-bottom:10px;
    line-height: 1.3;
}
.PDF_Box .arrow_Icon{
    background: #A23C33;
    padding: 6px 6px 10px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 40px;
}
.page-item:first-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.page-link {
    position: relative;
    display: block;
    color: #bdbdbd;
    text-decoration: none;
     background-color: transparent;
     border:0px solid #dee2e6; 
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 400;
    height: 36px;
    width: 36px;
	margin:0 5px ;
	display:inline-block;
	border-radius: 50%!important;
	text-align:center
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #cd201f;
    border-color: #cd201f;
	border-radius:50%
}
.page-link.active{
	border-radius: 50%!important;
    padding: 4px 10px;
    background: #cd201f;
    border: 1px solid #cd201f;
    color: #fff;
    height: 36px;
    width: 36px;
    text-align: center;
    font-weight: 600;
}
.pagination{
	margin-bottom:3rem
}
/*  Vision & Mission page css */
.VisionHeader{ 
    background: #E5E5E5;
    padding: 30px 0;
}
.VisionSec{ 
    background: linear-gradient(180deg, #F8F9FA 80%, #d3825100 20%);
    border-top: 10px solid #fff;
	padding-bottom:1rem
}
.VisionSec img, .missionSec img{
	border-radius: 50%;
    box-shadow: 30px 24px #E8E8E7;
    margin: 20px;
    border-right: 30px solid #bfbfbf;
    width: 95%;
    rotate: -1deg;
    border-bottom: 10px solid #bfbfbf;
}
.missionHeader{ 
    background: #F7DCCC;
    padding: 30px 0;
}
.missionSec{ 
    background:linear-gradient(180deg, #FFECEC 85%, #fff 20%);
    border-top: 10px solid #fff;
	padding-bottom:1rem
}
.Margin-top-5{  
	margin-top:-3rem
}
.missionSec .ListStyle{
	list-style:none;
	margin:0; 
    margin-top: 2rem;
}
.ListStyle{
	list-style:none;
	margin:0; 
    margin-top: 1rem;
	padding-left:2rem!important
}
.ListStyle li{ 
    color: #3C2A21;
    font-weight: 600;
    margin-bottom: 10px;
	position:relative;
}
.ListStyle li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -2rem;
    background: url(../images/ListStyle-Icon.png);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 18px;
}
.tab-content  ul{
	list-style:none;
	margin:0; 
    margin-top: 1rem;
}
.tab-content li{ 
    color: #3C2A21;
    font-weight: 600;
    margin-bottom: 10px;
	position:relative
}
.tab-content li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -2rem;
    background: url(../images/ListStyle-Icon.png);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 18px;
}
.schoolinfo li::before {
    content: "";
    position: inherit;
    top: 5px;
    left: -2rem;
    background:none;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 18px;
}
 

.missionHeader .width50 {
    width: 25px;
    margin-left: 0.5rem;
    margin-top: -8px;
}


/* Blogs page css */
.Blogs{
	padding-bottom:3rem
}
.Blogs .nav-pills {  
    width: 100%;
    justify-content: left;
    align-items: center;
}
.Blogs .nav-pills .nav-item{  
    display: flex;
    align-items: center;
    justify-content: center;

} 
.Blogs .nav-pills .nav-link{ 
    color: #A7413D!important;
    font-weight: 700!important;
    border-bottom: 2px solid #A7413D!important; 
    padding:10px 50px;
    margin:5px;
	
} 
.Blogs .nav-pills .nav-link.active, .Blogs .nav-pills .nav-link:hover {
	background:#A7413D!important;
	color:#fff!important
}

.articles_Box{ 
    background: #A7413D;
    padding: 15px;
    border-radius: 10px;
}
.Blogs .articles_Box { 
    background: #A7413D;
    padding: 0px 0;
    border-radius: 10px;
    margin-bottom: 30px;
}
.fw500{
	font-weight:500!important
}
.articles_Info {
    background: #fff;
    margin: 2px;
    padding:20px 15px 10px;
    padding:0px 15px 10px!important;
} 
.articles_Info h5{    
	font-size: 18px;
    font-weight: 600;
    text-align: justify;
	font-family: 'Yantramanav', sans-serif;
	margin-bottom:15px;
	line-height:1.6
}
.articles_Info p{    
	font-size: 17px;
    font-weight:600!important;
    text-align: justify; 
	margin-bottom:10px
}
.Blogs .articles_Info p{    
	font-size: 16px;
    font-weight:600!important;
    text-align: justify; 
	margin-bottom:10px
}
.Blog-Details a{
    word-break: break-all!important;
}
.articles_Box .arrow_Icon{
	width:30px;
    margin: 10px 20px;
	transition:.7s;
	padding:5px
}
.articles_Box .fa-file-pdf-o {
    font-size: 30px;
    margin: 10px 20px;
    transition: .7s;
    padding: 5px;
    color: #fff;
}

.articles_Box .arrow_Icon:hover{
	background:#440300; 
	transition:.7s; 
	border-radius: 50%
}
p.EventsInfo{
	margin-bottom:10px; 
	font-size:16px; 
    text-align: justify; 
}

.articles_Box img{
	border-radius:10px 10px 0 0 
}
.profile h4{
	margin-bottom:5px
}
.profile h6{ 
    font-weight: 800;
    font-size: 14px;
	margin-bottom: 1.3rem;
}
.profile p{   
	margin-bottom: .6rem!important;
}
.Profile_Page p{
	margin-bottom:1.5rem
}
.profile_Info {
    background: #A5403C; 
    text-align: center!important;
	background:linear-gradient(0deg, #A5403C 80%, #fff 20%);
	text-align: center!important;
    background: linear-gradient(0deg, #73403f 84%, #fff0 20%);
    height: 100%;
}
.profile2 h4 {
    font-weight: bold;
    margin-bottom: 3px;
}
.profile2 h6 {
    font-weight: bold;
    font-family: 'Domine', serif;
}
.profile_Info img{
	width: 100%;
    border-radius: 50%;
    border:8px solid #fff;  
    box-shadow: 0px -2px 4px #000;
}
.profile_Info p{ 
   text-align: left!important;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.7;
    font-weight: 500;
    font-size: 15px;
}
.profile_Info .profile_Content{ 
    padding:20px 
}

.history img{
	width: 100%;
    box-shadow: 0 0 10px #b5b5b5;
    border: 1px solid #fff;
}
.history p {
    text-align: center;
    padding: 10px;
    line-height: 1.3;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    font-family: 'Domine';
    font-size: 16px;
}


/* Blog-Details page css */
.Blog-Details h1{
	color: #A5403C;
    font-weight: bold;
	margin-bottom:20px;
	padding:0;
	font-size:2rem
}
.Blog-Details h2{
	color: #A5403C;
    font-weight: bold;
	margin-bottom:20px
}

.BlogsDetails{
	background:#fff;
	padding:5px;
	position:relative;
	width: 100%;
    object-fit: cover;
    aspect-ratio: 4/1;
}
.BlogsImg{
	background:#fff;
	padding:10px;
	border:1px solid #707070 
}
.BlogPhoto{
	border-radius: 50%;
    border: 2px solid #ffff;
    margin-top: -115px;
    position: relative;
}
.Blog-Details .Name{ 
    text-align: center;
    background: #a5403c;
    color: #fff;
    padding: 5px 45px;
    display: inline-block;
    margin-top: 10px;
}

.Blog-Details ol{
	padding-left:2rem; 
}
.Blog-Details ul{
	padding-left:3rem;
	list-style:none;
}
.Blog-Details ul li{
	position: relative;
	margin-bottom:15px;
}
.Blog-Details ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -2rem;
    background: url(../images/ListStyle-Icon.png);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 18px;
}
#footer .section{
	background: url(../images/des-building-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
} 

/* #pills-tabContent.tab-content.gallery.mt-5{
	margin-top:-1rem!important
} */
#pills-Blogs .Events-Img img {
    width: 100%; 
    object-fit: cover;
     padding: 0rem;  
     outline: -px solid #ff9100!important; 
    outline-offset: -5px;
}
.gallery a img.Events-Img {
    width: 100%;
    aspect-ratio: 3/2.5;
    object-fit: cover;
    padding:6px!important;
    outline: 0px solid #ff9100!important;
    outline-offset: -5px;
}
.News.mt-3 {
    margin-top: 0rem!important;
} 
.News.mb-5 {
    margin-bottom: 0rem!important;
}
/* Footer css */
.Home footer {
  background:#F8F9FA; 
  margin-top: 0rem!important;
}
footer {
  background:#F8F9FA; 
  margin-top: 1rem;
}
footer .contact .container {
  background-color: #fff;
  padding: 1.25rem 0;
}
footer .contact figure {
  display: flex;
  justify-content: flex-end;
}
footer .contact figure div .fa-solid {
  margin-right: 0.5rem;
}
footer .contact figure figcaption a {
  color: #000000;
  text-decoration: none;
}
footer .contact h4 {
	margin-top: 1rem;
    font-size: 1.6rem;
    color: #1A120B;
    font-weight: bold;
    margin-bottom: 2rem;
}
footer .contact ul {
	list-style:none
}
footer .contact ul li{
	margin:9px 0
}
footer .Quick_Links{
	padding-left:2rem
}
footer .Quick-Links li a{
	color: #3C2A21;
    text-decoration: none;
    font-weight: 600;
}
footer .Quick-Links li a.active{
	font-weight:700
}
footer .Quick-Links li a:hover{
	font-weight:700
}
footer hr{
	opacity:1!important
}
.FooterLogo{
width: 25%;margin: 2rem 0 .8rem}

#World-of-DES h1{
    font-family: 'Domine', serif; 
  color: #1A120B;
  margin-bottom:0;
  font-size:2rem;
  font-weight:600;
}


.bottomFooter {
	background-color: #A5403C;
	border-top: 0.03125rem solid #fff;
    margin-top: 3rem;
}
.bottomFooter .row {
  align-items: center;
  height: 2.8rem;
}
.bottomFooter .design_text {
  color: #fff;
  text-align: right;
}
.bottomFooter .design_text a {
  color: #fff;
  font-size: 0.80rem;
  text-decoration: none;
}
.bottomFooter .design_text1 {
  text-align: left;
  font-size: 0.80rem;
  color: #fff;
}
.bottomFooter .design_text1 p {
  margin-bottom: 0;
}
.bottomFooter .design_text1 a {
  color: #fff;
  font-size: 0.80rem;
  text-decoration: none;
}
 

.count-column-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.count-column-3 {
  -moz-column-count: 3;
       column-count: 3;
}
.nav-pills .nav-link {
    border-radius: 0;
    background: transparent !important;
    color: #FEB3B3 !important;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 1rem 0; 
    font-size: 16px;
    margin: 0 0.5rem;
    text-align: left;
}

.nav-pills .nav-link:last-child {
	border-bottom:none
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link { 
    font-weight: 600;
    color: #fff !important;
}

.nav-pills .nav-link:hover { 
  color: #fff !important;
}

.vission ul {
  list-style: none;
}
.vission ul li::before {
  content: " ";
  background-image: url(../images/icons/play.png);
  background-size: 100%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: relative;
  top: 1rem;
  left: -1rem;
}

.flotingBtn{
	position: fixed;
    right: -100px;
    top: 53%;
    -webkit-transform: rotate(-90deg); 
}
.btn_arrow_style { 
    z-index: 999999;
    background: #ab4646;
    border:1px solid #ab4646;
    padding: 8px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 5px;
	transition:.7s
}
 
.btn_arrow_style:hover { 
    background-color: #F9EBD7;
    color: #000; 
	transition:.7s
}
.gallery-section {
  position: relative;
  z-index: 1;
}    

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

.closeBtn {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  right: 25px;
  top: 25px;
  color: white;
  transition: 0.5s linear;
  padding: 8px 40px;
  border-radius: 25px;
  background: red;
  outline-offset: -6px;
  outline: 2px solid #fff;
}
.closeBtn:hover {
  cursor: pointer;
  background: white;
  color: black;
  outline: 2px solid #000;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}
.imgPreview {
  width: 70%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}
.prevButton,
.nextButton {
  transition: 1s linear;
  padding: 10px 35px;
  font-size: 18px;
  border: none;
  color: white;
  background: #0005;
  border-radius: 10px;
  border: 1px solid white;
  margin: 10px;
}
.prevButton:hover,
.nextButton:hover {
  background: #fff;
  color: black;
}
.See_All {
    position: absolute;
    right: 0px;
    bottom: -15px; 
    padding: 7px 25px;
    font-size: 16px;
    z-index: 99;
}
.postion_Rel{
	position:relative
}
.See_All:hover{  
    color: #FEB3B3; 
}


.navbar .container .navbar-nav .nav-item .nav-link.active {
    border-top: 3px solid #ab4646;
}

.carousel-control-next-icon,.carousel-control-prev-icon{
	background:none
}
.carousel-control-next, .carousel-control-prev{
	top:inherit;
	bottom:30px;
	opacity:0.0
}
.carousel-control-next{
	left:40%;
	opacity:0.4
}

table.table {
    border-collapse: separate;
}

.table th {
    color: #ffffff;
    background-color: #A7413C;
}
 

th,
tr,
td {
    border: 1px solid #A7413C;
	background:#fff;
	font-weight:600
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #A7413C;
}

.table td a {
    color: blue;
    text-decoration: underline;
}
.School-Gallery {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #fff;
    height: 100%;
    position: relative; 
}

.Gallery_Info{
	padding: 10px 20px;
    padding-bottom: 10px;
}
.Gallery_Info p {
    text-decoration: underline;
    font-family: 'Domine', serif;
    font-size: 16px;
	text-align:center;
	margin-bottom:0
}


/* Student Achievements page css  */

.lineH-2{line-height:1.6}
.lineH-18{line-height:1.6}
.achievementImg{
	padding:5px;
	border:2px solid #A23C34;
	aspect-ratio: 2.5/2.3;
    object-fit: cover;  
}

.GrayBg{
	background:#F8F9FA
}

.PageTitle{
	background:#A7413D
}
.PageTitle h3{
	font-size: 24px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    margin: 10px;
}
.BackArrow{
	border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.BackArrow	img{
	width:24px;
	margin-right:15px;
	margin-top:-5px
}
.BackArrow a{
	font-size: 22px;
    font-weight: 600;
    color: #a84541;
}
.OurSchool img {
    border: 1px solid #707070;
    padding: 6px;
    background: #fff; 
	width:100%
}

.OurSchool p.SchoolName{
	 text-align:center;
	 background:#A7413D;
	 color:#fff;
	 padding:8px 0;
	 min-height: 70px;
} 


main.Home .Events_News img.BoxShadow{
	 height: 300px;
	width:100%;
    object-fit: cover;
}

.VisitWebsite, .viewVideo{
	box-shadow:0 0 10px #ccc;
	text-align:right
}

.VisitWebsite a, .viewVideo a{
	font-weight: 700;
    text-align: end;
    padding: 10px 0;
    display: block;
	background:#fff
}
.VisitWebsite a img, .viewVideo a img {
    border: none;
    width: auto;
}

.fw600{font-weight:700}  
.underline{
	text-decoration:underline;
	text-decoration:inherit!important;
}
.nav-pills .nav-link.active, .notable_alumni.nav-pills .nav-link:hover {
    background: #A7413D!important;
    color: #fff!important;
}
.nav-pills .nav-link {
    color: #A7413D!important;
    font-weight: 700!important;
    border-bottom: 2px solid #A7413D!important;
    padding: 10px 35px;
    margin: 5px;
}
.nav-pills .nav-link:hover {
    background: #A7413D!important;
    color: #fff!important;
}
.OurSchools{
	margin-bottom:2.5rem
}
.schoolBox{
	box-shadow: 0 0 20px #00000029;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 30px;
} 
.schoolBox img {
    border: 1px solid #A7413D;
    border-radius: 10px;
    height: 260px;
    object-fit: cover;
}
.schoolinfo h3 {
    font-family: 'Mulish';
    font-size: 18px; 
    text-align: left;
    margin-bottom: 3px;
    font-weight: 700;  
}
.schoolinfo p{  
	font-size:14px; 
	margin-bottom:5px;
    font-weight: 700;
	text-align:left!important
} 
.schoolBox ul{
	padding:0;
	list-style:none
}
.schoolBox ul li{
	display:inline-block;
	margin:0 3px
}
.schoolBox ul li a .fa {
    color: #A7413D;
    width: 20px;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 6px;
}
.schoolinfo {
    min-height: 140px;
}
/* Gallery page */
.Gallery_Box{
	background: url(../images/gallery/gallery-img-Bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.Gallery_Box img{
    padding: 1.5rem 1.5rem 1rem 3.1rem
}


#topbar {
    background: #fff;
    font-size: 14px;
    width: 100%;
}
#navbarSupportedContent {
    flex-direction: column;
}
.form-control {
  font-size: 1.1rem !important;
} 
.input-group-text {
  padding: 0.7rem !important;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.form-control:focus { 
    box-shadow: none;
}
.btn.input-group-text:focus {
    outline: 0;
    box-shadow: none;
}





.Blog-Details table, .Blog-Details table td,.Blog-Details table tr{
	border:none
}
.Blog-Details table tr img{
	background: #fff;
    padding: 10px;
    border: 1px solid #707070;
    margin: 10px;
    width: 96%;
    height: 280px;
	object-fit:cover
}


.tab-content #gallery table{
	width: 100%!important;
    height: auto!important;
    margin-top: 30px;
}
.tab-content #gallery table tr, .tab-content #gallery table{
	border:none;
}
.tab-content #gallery table td{
	width:auto!important; 
	border:none
}

.tab-content #gallery table .image{
	background: #fff;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #fff; 
    position: relative;
    margin: 10px;  
}
.tab-content #gallery table .image img{ 
    width: 100%;
	height:300px;
	object-fit:cover
}
.tab-content #gallery table figcaption{
	text-decoration: underline;
    font-family: 'Domine', serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
} 

@media screen and (min-width: 1280px) {
   .container{
    max-width: 1200px;
} 
}

@media screen and (min-width: 1500px) {
   body,.society-at_glance p,.Upcoming_Events p,.navbar .container .navbar-nav .nav-item .nav-link{
	   font-size:1.05rem 
   }
   .nav-pills .nav-link{
	   font-size:18px
   }
   .BannerImg{
	   width:100%
   }
   .counter {
    margin-top: -6rem; 
} 
   
.shadowMain{
	position: absolute;
    top: 25%;
    right: 5%;
    transform: translate(-50%, -50%);
}
.container{
    max-width: 1340px;
}
.DES #v-pills-tab { 
    height: 260px;
}
#partnerCarousel .owl-item img, #Our_Colleges .owl-item img, #our_institutes .owl-item img, #Universities .owl-item img{
    height: 260px;
	
}
#partnerCarousel .item .Colleges_Name, #Our_Colleges .item .Colleges_Name,#our_institutes .item .Colleges_Name ,#Universities .item .Colleges_Name{ 
	padding-top: 63%!important; 
}
}

@media screen and (min-width: 1600px) {
.container{
    max-width: 1400px;
} 
#partnerCarousel .item .Colleges_Name, #Our_Colleges .item .Colleges_Name,#our_institutes .item .Colleges_Name ,#Universities .item .Colleges_Name{ 
	padding-top: 61%!important; 
}
}

@media(min-width: 1280px) {
	#Management .col-lg-2 {
    flex: 0 0 auto;
    /*width: 19.666667%;*/
}
}
@media(min-width: 992px) {
.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0px;
    padding: 10px;
    min-width: 240px;
}
.navbar-nav .dropdown:hover>.dropdown-menu.language { 
    min-width: 120px;
    left: -55px;
}
}
.navbar-nav li a.active:hover>.dropdown-menu {
    display: block;
    margin-top: -2px;
    padding: 10px;
    min-width: 240px;
}
    li.dropdown {
        position: relative;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 5px !important;
    } 
}
@media screen and (max-width: 1123px) {
	
	.World-of-DES{
		overflow:hidden
	}
.World-of-DES .me-5 {
    margin-right: 1rem!important;
}
.See_All{
	position:revert;
	float:right
}
}
@media screen and (max-width: 1270px) {
	
.navbar .container .navbar-brand img {
  width: 9rem;
}
.navbar .container .navbar-nav .nav-item .nav-link { 
    font-size: 14px;
}
.navbar .container .navbar-nav .nav-item {
    margin: 0 0.125rem;
    margin: 0px 0.4rem;
}
}
@media screen and (max-width: 991px) {
.navbar .container .navbar-nav .nav-item .nav-link { 
    font-size: 1rem;
    text-align: left;
    display: block;
}
.navbar .container .navbar-brand img {
  width: 12rem;
}
  html {
    font-size: 1rem;
  } 
  .navbar .container-fluid .navbar-nav .nav-item .nav-link {
    height: 3rem;
  } 
.See_All{
	position:revert;
	float:inherit
}
.Management_Img.mx-3 {
    margin-right: 0rem!important;
    margin-left: 0rem!important;
    padding: 0;
}
.Management_Info { 
    padding: 0px;
    color: #fff;
}
.Management-Box {
    position: relative;
    margin-bottom: 15px;
}
.BackArrow a {
    font-size: 18px;
    font-weight: 600;
    color: #a84541;
}
}
@media screen and (max-width: 480px) {
   
  footer .contact figure {
    justify-content: center !important;
  }
} 


/* resposive CSS Code */

@media max-width: 1199px {
  .section-padding {
    padding-top: 70px;
  }
  .Latest_News{
	  margin-top:3rem
  }
}
@media (max-width: 1024px) {
  .section-padding {
    padding-top: 50px;
  }
  .Management_Info h2 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}.Management_Img img {
    width: 100%;
    margin: 0px -4px 0 0px;
    padding: 0;
}
.Management_Info .nav-pills .nav-link::before { 
    right: -4rem; 
}

.profile_Info { 
	background:linear-gradient(0deg, #A5403C 90%, #fff 10%)
}
}
@media (max-width: 991px) { 
.tab-content.p-0 {
    padding-left: 8px!important;
}
.Management .Management_img h5 {
    font-size: .8rem;
}
.profile {
	margin: 3rem 0 20px !important;
}
.chairman::before {
    content: ''; 
    width: auto;
    height: 100%;
    top: 0;
    right: 0%; 
}
.navbar-toggler:focus { 
    box-shadow: none;
}
.navbar-toggler img{
	width: 50px;
    padding: 0 10px;
}
.navbar .container .navbar-nav { 
    align-items: start;
	margin-top:1rem
}
.navbar .container .navbar-nav .nav-item { 
    border-bottom: 1px solid #ccc;
    width: -webkit-fill-available;
    text-align: left;
}
.history  img{
	margin-bottom:3rem
}
#DepartmentInformation .Blogs {
    padding-bottom: 0rem;
}
.Gallery_Box img {
    padding: 1.5rem 1.5rem 1rem 3.1rem;
    height: 170px !important;
}
.Events-Img { 
    height: auto!important;
}
.Chairman_Message .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}
.Chairman_Message .col-md-4 .img{
	height: auto!important;
    max-width: 100%;
    margin-bottom: 3rem !important;
}
}
@media (max-width: 767px) {
  .title {
    font-size: 36px;
  }
  .gallery img {
    margin: 0px;
    width: 175px;
  }
  .closeBtn {
    padding: 6px 25px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 8px 25px;
  }
  
.shadowMain{
	display:none
} 
.heroBanner { 
    background-size: 100%;
}
.heroBanner .SlideInfo {
    padding-top: 2rem;
    padding-left: 1rem;
    margin-bottom: 6rem;
    text-align: center;
}

.carousel-control-next, .carousel-control-prev {
    top: 55%;
    bottom: inherit;
    opacity: 0.0; 
}
.carousel-control-next {
    left: 80%;
    opacity: 0.4;
    top: 55%;
}
.society-at_glanceIMG{
	
    margin-bottom: 3rem;
}
.tab-content.p-0 {
    padding-left: 0px!important;
}
.Management {
    padding-bottom: 2rem;
}
.counter {
    margin-top: -5rem;
    text-align: center;
    margin-bottom: 0rem;
    justify-content: center!important;
}
.VisionSec .pl-5, .missionSec .pl-5 {
    padding-left: 10px;
}
  
.VisionSec img, .missionSec img {
    margin-bottom: 30px;
}
.VisionSec .Margin-top-5, .missionSec .Margin-top-5 {
    margin-top: -1.5rem;
}
 .FooterLogo {
    width: 200px;
    margin: 2rem 0 0.8rem;
} 
.Alumni_Section::before {  
    background-size: cover;
    clip-path: polygon(100% 0, 0 0, 40% 50%);
}
.heroBanner .SlideInfo h2 {
    font-size: 24px;
    text-align: initial;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
}
.BannerRow .carousel {
    top: -80px !important;
}
.Home .heroBanner { 
    background-size: cover; 
}

.profile_Info {
    background: linear-gradient(0deg, #A5403C 80%, #fff 20%);
}
.navbar .container .navbar-nav .nav-item .nav-link { 
    justify-content: left; 
    text-align: left;
}
.navbar {
	background:#fff
}

.Chairman_Message .ImgShadow{
	margin-bottom:3rem
}
.Chairman_Message .pl-5 {
    padding-left: 1rem;
} 
.chairman{
	margin-top:2rem
}

#DepartmentInformation .Blogs {
    padding-bottom: 0rem;
}
#DepartmentInformation .Blogs .justify-content-center.mt-5 {
    margin-top: 2rem!important;
}
#DepartmentInformation .Blogs .achievementImg{
    margin-bottom: 1rem!important;
}
#DepartmentInformation .Blogs .heroBanner .container{
    padding: 0!important;
}
#DepartmentInformation .Blogs .heroBanner .container .justify-content-center.mt-5 .articles_Info{
    padding: 0!important;
}
.BlogsDetails {
    background: #fff;
    padding: 5px;
    position: relative;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/1;
    min-height: auto;
}
.tabber .tab-content .container.px-5 {
    padding-right: 0rem!important;
    padding-left: 0rem!important;
}
.bottomFooter { 
    background-color: #A5403C;
    border-top: 0.03125rem solid #fff;
    margin-top: 2rem;
    margin-bottom: 2.8rem;
    padding: .5rem 0 1rem;
}

.bottomFooter .design_text1 p {
    margin-bottom: 0;
    text-align: center;
} 
.bottomFooter .design_text {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.underline{
	text-decoration:inherit !important
}
.Events_Info p a {
	text-decoration:inherit !important
}
.Blog-Details h1 { 
    font-size: 24px;
    text-align: left;
}
}

@media (max-width: 540px) {
  .section-padding {
    padding-top: 30px;
  }
  .count-up {
    width: 115px;
    height: 120px; 
    padding-top: 30px;
    margin: 2px;
}
  
  .Management_Img img {
    width: 100%;
    margin: 0px -4px 0 0px;
    padding: 0;
}
.Quick-Links, footer .Quick_Links{
	padding-left:0rem
}
.Management .
  .gallery img {
    margin: 8px 6px;
    width: 155px;
  }

  .closeBtn {
    font-size: 18px;
    border-radius: 15px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 10px;
    margin: 5px;
  }

  .imgPreview {
    width: 90%;
    max-height: 50vh;
    height: auto;
  }
.Alumni_Section::before {  
    background-size: cover;
    clip-path: polygon(100% 0, 0 0, 40% 50%);
}
.News_Info {
    padding: 15px 0;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 20px!important;
}
.gallery a img.Events-Img { 
    margin-bottom: 25px;
}
.Events_Info p {
    text-align: justify;
    padding-right: 15px;
}
.tab-content #gallery table tr, .tab-content #gallery table {
    border: none;
    display: inline-grid;
    justify-content: center;
}
.chairman_message_Bg .Chairman_image { 
    max-width: 94%;
    margin-bottom: 2rem;
}
.Events-Img { 
    height: auto!important;
    margin-bottom: 2rem;
}
}



@media screen and (min-width: 1600px) {
.container{
    max-width: 1400px;
}  
}


@media screen and (min-width:767px) {
.School-BannerImg{
    height: 370px;
    object-fit: cover;
    width: 100%; 
}  
}


.BannerRow .carousel {
    top: -70px !important;
}
.BannerRow .carousel-inner {
    min-height: 510px;
}




/* floting buttons */

#st-el-100 { 
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 30%;
  z-index: 94034;
}
#st-el-100.st-right {
  right: 0px;
}
#st-el-100.st-hidden.st-right {
  right: -48px;
}
#st-el-100.st-hidden {
  width: 96px;
}
#st-el-100 > div {
  clear: right;
  float: right;
}
#st-el-100 .st-btn {
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 38px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 38px;
}
#st-el-100 .st-btn.st-first {
  border-top-left-radius: 5px;
}
#st-el-100 .st-btn.st-last {
  border-bottom-left-radius: 5px;
}
#st-el-100 .st-btn > svg {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-el-100 .st-btn > img {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-el-100 .st-btn > span {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  left: -35px; 
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
  font-size: 15px; 
    line-height: 3;
}
#st-el-100 .st-btn.st-hide-label > span {
  display: none !important;
}
.st-btn .fa {
   color: #fff;
    padding: 5px;
    width: 38px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
}
.st-btn{display: inline-block}
#st-el-100 .st-total {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #fff;
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  min-height: 34px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 46px;
	overflow: hidden;
}
#st-el-100 .st-total.st-hidden {
  display: none;
}
#st-el-100 .st-total > span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
}
#st-el-100 .st-total > span.st-shares {
  font-size: 11px;
  line-height: 11px;
}
#st-el-100 .st-toggle {
  right: -48px;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #ccc;
  border-bottom-left-radius: 0px;
  color: white;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 48px;
}
#st-el-100.st-hidden .st-toggle {
  border-top-left-radius: 0px;
}
#st-el-100.st-right .st-toggle .st-right {
  display: inline-block;
}
#st-el-100.st-right.st-hidden .st-toggle .st-right {
  display: none;
}
#st-el-100.st-right .st-toggle .st-left {
  display: none;
}
#st-el-100.st-right.st-hidden .st-toggle .st-left {
  display: inline-block;
}#st-el-100:hover .st-toggle {
  right: 0;
}
#st-el-100.st-hidden:hover .st-toggle {
  right: 48px;
}
#st-el-100.st-toggleable:hover .st-btn.st-last {
  border-bottom-left-radius: 0;
}
#st-el-100.st-toggleable:hover .st-btn.st-last:hover {
  border-bottom-left-radius: 0px;
}
#st-el-100 .st-btn:hover {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* #st-el-100.st-has-labels .st-btn:hover {
  width: 120px;
}
#st-el-100.st-has-labels .st-btn:hover {
    width: 140px;
	
}
.st-label a{color:#fff}
#st-el-100:not(.st-has-labels) .st-btn:hover {
  width: 62px;
}
#st-el-100 .st-btn.st-hide-label:hover {
  width: 62px;
} */
#st-el-100 .st-btn:hover > svg {
  margin-left: 5px;
}
#st-el-100 .st-btn:hover > img {
  margin-left: 5px;
}
#st-el-100 .st-btn:hover > span {
  opacity: 1;
  display: inline-block;
  left: 0;
  filter: alpha(opacity=100);
}
@media (max-width: 1024px) {
  #st-el-100 .st-btn:hover > svg {
    margin-left: 0;
  }
  #st-el-100 .st-btn:hover > span {
    display: none;
  }
}

@media (max-width:767px) {
  #st-el-100 {
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
}
#st-el-100.st-hidden {
  bottom: -48px;
  width: 100%;
}
#st-el-100.st-hidden.st-left {
  left: 0;
}
#st-el-100.st-hidden.st-right {
  right: 0;
}
#st-el-100 > div {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  clear: none;
  flex: 1;
  float: none;
}
#st-el-100 .st-total {
  background: #fff;
  padding: 6px 8px;
}
#st-el-100 .st-btn {
  -moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
  text-align: center;
  width: auto;
}
#st-el-100 .st-btn > span {
  display: none;
}

 
 
}#st-el-100 .st-btn[data-network='Enquiry'] {
  background-color: #f3452b;
}
#st-el-100 .st-btn[data-network='Youtube'] {
  background-color: #ff0100;
    border-radius: 6px;
    margin-bottom: 3px; 
}
#st-el-100 .st-btn[data-network='instagram'] {
  background-color: #ff0100;
    border-radius: 6px;
    margin-bottom: 3px;
	background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)
}
#st-el-100 .st-btn[data-network='Visit'] {
  background-color: #3a549f;
    border-radius: 6px;
    margin-bottom: 3px;
}
#st-el-100 .st-btn[data-network='Apply'] {
  background-color: #f54d4d;
}
#st-el-100 .st-btn[data-network='Contact'] {
  background-color: #161616;
    border-radius: 6px;
    margin-bottom: 3px;
} 
#st-el-100 .st-btn[data-network='Information'] {
  background-color: #f8b813; 
    border-radius: 6px;
    margin-bottom: 3px;
}
#st-el-100 .st-btn[data-network='twitter'] {
	background: #00acee;
    border-radius: 6px;
    margin-bottom: 3px;
    padding: 3px 0;
    text-align: center;
}
#st-el-100 .st-btn[data-network='twitter'] img {
	width: 32px;
    padding: 5px;
    text-align: center;
}

.styled-icons ul{margin:0; padding:0;  margin-right: 10px;}
.simple_carousel_caption {
  
}
.styled-icons a {
    background: #cd2029;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    float: left;
    width: 45px;
	border-radius: 0;
	margin: 0 ;
}
.styled-icons a:last-child{
	background:transparent
}
.styled-icons .fa-facebook {
    background: #3b5999;
}
.styled-icons  .fa-twitter {
    background: #55acee;
}
.styled-icons .fa-linkedin {
    background: #0077B5;
}
.styled-icons .fa-instagram {
    background: #fb3958;
}
 


.container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative; 
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
    z-index: 999;
}
.content-details i{
	background: #ab4646;
    padding: 10px 11px;
    color: #fff;
    border-radius: 50%;
}

.item.content{
	position:relative;
	background:linear-gradient(0deg, #F3F3F3 90%, #fff 10%);
	padding:15px 20px 50px;
	
}
.item.content::before{
	background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
    z-index: 99999;
}

.content-details h6 {
  color: #fff; 
    font-size: 20px; 
	text-align:center;
	font-weight:600
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}
.content:hover .Colleges_Name{
	display:none!important
}
.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}



@media (max-width: 992px) {
.society-at_glance .col-md-4.col-lg-4.mt-3  {
     width: 100%;
    margin-bottom: 20px;
}
.society-at_glance .col-md-4.mt-4  {
     width: 50%; 
}
#partnerCarousel .item .Colleges_Name, #Our_Colleges .item .Colleges_Name, #our_institutes .item .Colleges_Name, #Universities .item .Colleges_Name{
     padding-top: 74%;
}
#Management .Management_Img.mx-3.mt-3 .col-lg-2.col-md-3{
	width:33%
 }  
 
 .chairman_message .col-md-9, .Alumni_Section .col-md-10, .Chairman_Message .col-md-8, .Chairman_Message .col-md-9{
	width:100% 
 } 
  .chairman_message .col-md-9{
      width:60%!important;
  }
   .chairman_message .col-md-3{
      width:40%!important;
  }
  .OurSchools .col-md-4{
      width:50%!important;
  }
 .Activities.md_Spacing .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
}
.Home .Events_News .col-md-4{
	width:100%;
	margin-bottom:30px
}
.shadowMain {
    position: absolute;
    top: 15%;
    right: 0%;
    transform: translate(-50%, -50%);
}
.BannerRow .carousel-inner {
    min-height: 360px;
}
.heroBanner .SlideInfo h2 {
    font-size: 20px;
    text-align: initial;
    position: relative;
    top: 60px;
    left: -28px;
}

.Blogs  #pills-tabContent .row  .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
}
.videoSect .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
}
.News .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto;
}
.Events_Info { 
    width: 100%;
    margin-top: 30px !important;
} 
.Management .tab-content section.Blogs .col-md-5{
	width:100%
}	
.Management .tab-content section.Blogs .col-md-7{
	width:100%;
	padding: 0;
	margin-top: 1rem;
}
.Blogs .col-md-5.order-1 {
        order: 1!important;
    }
.Blogs .col-md-7.order-2 {
        order: 2!important;
    }  
}


@media (max-width: 767px) {
.society-at_glance .col-md-4.mt-4  {
     width: 100%; 
}
#Management .Management_Img.mx-3.mt-3 .col-lg-2.col-md-3{
	width:50%
 } 
  .Activities.md_Spacing .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
}
.heroBanner .SlideInfo h2 {
    font-size: 28px;
    text-align: initial;
    position: relative;
    top: 20px;
    left: 0px;
}
.Blogs  #pills-tabContent .row  .col-md-4, .videoSect .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}
 .chairman_message .col-md-9{
      width:auto!important;
  }
   .chairman_message .col-md-3{
      width:auto!important;
  } 
  .OurSchools .col-md-4{
      width:100%!important;
  } 
  
.Gallery_Box { 
    background-size: cover; 
}
.Gallery_Box img {
    padding: 1.5rem 1.5rem 1rem 3.1rem;
    height: 200px !important;
}

.Management .tab-content section.Blogs .col-md-5{
	width:100%
}	
.Management .tab-content section.Blogs .col-md-7{
	width:100%;
	padding: 0 15px;
	margin-top: 1rem;
}
    .Management .tab-content>.active {
        display: block;
        margin-left: inherit!important;
    }
}

@media (max-width: 767px){
#partnerCarousel .item .Colleges_Name, #Our_Colleges .item .Colleges_Name,#our_institutes .item .Colleges_Name ,#Universities .item .Colleges_Name{  
    padding-top: 64%;
}
.BlogPhoto {
    border-radius: 50%;
    border: 2px solid #ffff;
    margin-top: -30px;
    position: relative; 
    display: block; 
    margin: -30PX auto 0px;
}
.cards-container section.card-single .title { 
    font-size: 16px!important; 
}
.Management .tab-content>.active {
    display: block;
    margin-left: -12px;
}
.School-BannerImg{
    height: 140px;
    object-fit: cover;
    width: 100%; 
    margin-bottom:-3rem;
} 
.Blog-Details table td {
    width: 100% !important;
    float: left;
}
.Chairman_Message .row.mt-4 .col-md-3{
    text-align:center;
}
.Chairman_Message .Chairman_image {
    margin-right: 2rem;
    margin-left: 0;
    float: inherit;
    border: 5px solid #fff;
    box-shadow: 20px 20px #00000029;
    max-width: 250px;
    margin-bottom: 2rem;
    position: relative;
    text-align: center; 
    justify-content: center;
}
}

@media (max-width: 400px){
#partnerCarousel .item .Colleges_Name, #Our_Colleges .item .Colleges_Name,#our_institutes .item .Colleges_Name ,#Universities .item .Colleges_Name{  
    padding-top: 68%;
}
.cards-container section.card-single .title { 
    font-size: 13px!important; 
	min-height:30px
}
  .Activities.md_Spacing .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
}
}
@media (max-width: 360px){
#partnerCarousel .item .Colleges_Name, #Our_Colleges .item .Colleges_Name,#our_institutes .item .Colleges_Name ,#Universities .item .Colleges_Name{  
    padding-top: 75%;

}
}
@media (max-width: 320px){
#partnerCarousel .item .Colleges_Name, #Our_Colleges .item .Colleges_Name,#our_institutes .item .Colleges_Name ,#Universities .item .Colleges_Name{  
    padding-top: 80%;

}
    
}


