:root{
  --main-hue : #094F95;
  --size14 : 14px;
  --size16 : 16px;
  --size32 : 32px;
  --size48 : 48px;
  --size24 : 24px;
  --size20 : 20px;
  --size18 : 18px;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
}
body{   
  color: #1A1A1A;
  background-color: #FFFFFF 0% 0% no-repeat padding-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: var(--size16);
  letter-spacing: 0.02em;
}

.clear{
  clear: both;
}
main{
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
section{
  margin: 80px 0px;
}
.oval-img{
  border-radius: 15px;
}
.size14{
  font-size: var(--size14);
}
h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 53px;
  padding-bottom: 15px;
}
h2 span{
  display: block;
}
.inner-banner h2{
  margin-bottom: 0;
  position: relative;
  top: 78px;
}
h3{
  font-size: var(--size32);
  font-weight: 600;
}
p{
  line-height: 32px;
}
.margl-10{
  margin-left: 10px;
}
.dull {
  color: rgba(26, 26, 26, 0.6);
  font-size: var(--size14);
}
a, a:hover{
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.spcl-para{
  font-weight: 600;
  font-size: var(--size24);
  line-height: 30px;
}
.pdb-30{
  padding-bottom: 30px;
}
.pdb-50{
  padding-bottom: 50px;
}
.pl-85{
  padding-left: 85px;
}
.pr-85{
  padding-right: 85px;
}
.pdt-20{
  padding-top: 20px;
}
.pdl-20{
  padding-left: 20px;
}
.pull-right{
  float: right;
}
.web-none,.mobile-menu{
  display: none;
}
.mob-none{
  display: block;
}
.align-right{
  text-align: right;
}
.mart-25{
  margin-top: 25px;
}
.mt-40{
  margin-top: 40px;
}
.margtb-40{
  margin: 40px 0px 28px;
}
.primary-button-outline{
  line-height: 100%;
  text-align: center;
  color: var(--main-hue);
  border: 2px solid var(--main-hue);
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 27px;
  padding: 0px 23px;
  background: transparent;
  height: 54px;
  width: auto;
  position: relative;
  overflow: hidden;
  transition: all .35s;
  transform: translate(0%, 0%);
}
input.primary-button-outline:hover{
  background-color: var(--main-hue);
}
.primary-button-outline:before,
.primary-button-outline:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: var(--main-hue);
  z-index: -1;
  transition: all .35s;
}
.primary-button-outline:before{
  opacity: .5;
}
.primary-button-outline:after{
  transition-delay: .2s;
}
.primary-button-outline:hover{
  color: #fff;
}
.primary-button-outline:hover:before,
.primary-button-outline:hover:after{
  top: 0;
}

.secondary-button-outline{
  line-height: 100%;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 27px;
  padding: 0px 23px;
  background: transparent;
  height: 54px;
  width: auto;
  position: relative;
  overflow: hidden;
  transition: all .35s;
  transform: translate(0%, 0%);
}
input.secondary-button-outline:hover{
  background-color: #fff;
}
.secondary-button-outline:before,
.secondary-button-outline:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #fff;
  z-index: -1;
  transition: all .35s;
}
.secondary-button-outline:before{
  opacity: .5;
}
.secondary-button-outline:after{
  transition-delay: .2s;
}
.secondary-button-outline:hover{
  color: var(--main-hue);
}
.secondary-button-outline:hover:before,
.secondary-button-outline:hover:after{
  top: 0;
}
.primary-button{
  font-size: var(--size16);
  line-height: 22px;
  color: var(--main-hue);
  border: none;
  background: transparent;
  text-transform: uppercase;
}
.primary-button:hover{
  color: #0d6bcb;
}
.spcl-bg-section{
  background: #f8f8f8;
  padding: 50px;
}
.inner-banner{
  padding-bottom: calc(5rem - 4.5rem);
  height: 75vh;
  color: #fff;
}
.inner-banner, .home-about{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner .container{
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-banner .container .row:nth-child(1) p{
  margin-top: -90px;
}
.inner-banner .path{
  color: rgba(255, 255, 255, 0.6);
}
.img_container_left{
  padding-right: 30px;
  height: 100%;
}
.img_container_left img{
 height: 100%;
}
.img_container_right{
 padding-left: 30px;
  height: 100%;
}
.img_container_right img{
 height: 100%;
}

/* home--------------- */
.banner .carousel-inner .carousel-item{
/*   height: calc(100vh - 62px); */
	 height: calc(100vh - 100px);
}
.banner .carousel-inner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .carousel-inner .carousel-caption {
  top: 60%;
  bottom: initial;
  transform: translateY(-50%);
  right: 24%;
  left: 24%;
	

  z-index: 2;
  color: #fff; 
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}
.banner .carousel-inner .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
	
}
.banner .carousel-controls{
  border-radius: 50%;
  background: #1a1a1a;
  opacity: 1.15;
  box-shadow: 0px 0px 4px 1px rgb(89 89 89 / 12%);
  width: 54px;
  height: 54px;
  position: relative;
}
.carousel-indicators li,.course-card .owl-dots .owl-dot span { 
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  margin-right: 7px;
}
.carousel-indicators li.active, .course-card .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.banner .carousel-controls img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


@media (max-width: 600px) {
  .banner .carousel-inner .carousel-item {
    height: auto;
  }
	.banner .carousal-inner{
		height:300px;
	}
	.banner .carousel-inner .carousel-item{
		height:inherit !important;
	}
  .banner .carousel-inner img {
/*     height: auto !important; */
    object-fit: contain !important;
	  margin-top:7rem;
  }

   .banner .carousel-inner .carousel-caption {
    top: 70% !important;
/*     left: 10%;
    right: 10%;
    transform: translateY(-50%);
    text-align: center; */
  } 

  .banner .carousel-inner .carousel-caption p {
    display: none; 
  }

  .banner .carousel-inner .carousel-caption h2 {
    font-size: 16px;
  }
}






.announcement{
  display: flex;
  width: 100%;
}
.announcement .announcement-head{
  background-color: var(--main-hue);
  color: #fff;
  display: flex;
  flex-direction: row;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
}
.announcement .announcements img{
  width: 27px;
  margin-right: 6px;
}
.announcement-head .spcl-para{
  font-size: var(--size20);
}
.announcement p{
  margin-bottom: 0;
}
.announcements ul{
  display: flex;
}
.announcements ul li{
  display: inline-block;
  position: relative;
  margin-right: 10px;
  border-right: 1px solid #afafaf;
  padding-right: 15px;
}
.announcements ul li:nth-last-child(1){
  border-right: none;
}
.announcement .announcement-head img{
  width: 40px;
}
.announcement .announcements{
  background-color: #E2E2E2;
  display: flex;
  padding: 15px;
  align-items: center;
  padding-left: 0px;
}
.home-about{
  background-image: url('images/about_us_welcome.png');
  color: #fff;
  box-shadow: 0px 3px 2px rgba(228, 217, 217, 0.18);
  border-radius: 10px;
  padding: 50px;
}
.home-about h3{
  position: relative;
}
.home-about h3:after{
  content: "";
  display: block;
  width: 344px;
  height: 2px;
  background: #fff;
  left: 193px;
  top: 50%;
  position: absolute;
  opacity: 30%;
}
.home-about img{
  width: -webkit-fill-available;
  border-radius: 10px;
}
.home-about .primary-button-outline , 
.home-courses .primary-button-outline, 
.home-gallery .primary-button-outline,
.leaders-talk .leaders-talk-block .primary-button-outline{
  color: #fff;
  border-color: #fff;
}
.home-about .primary-button-outline:before,
.home-about .primary-button-outline:after,
.home-courses .primary-button-outline:after, 
.home-gallery .primary-button-outline:after,
.leaders-talk .leaders-talk-block .primary-button-outline:after,
.home-courses .primary-button-outline:before, 
.home-gallery .primary-button-outline:before,
.leaders-talk .leaders-talk-block .primary-button-outline:before{
  background: #fff;
}
.home-about .primary-button-outline:hover , 
.home-courses .primary-button-outline:hover, 
.home-gallery .primary-button-outline:hover,
.leaders-talk .leaders-talk-block .primary-button-outline:hover{
  color: var(--main-hue);
}
.home-updates{
  padding: 30px 0px;
  background: #F5F5F5;
  border-radius: 10px;
}
.home-updates h3, .home-updates ul li p{
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 6px;
}
.home-updates ul,.announcements ul{
    list-style-type: none;
}
.home-updates ul li{
  border-bottom: 1px solid #D0D0D0;
  padding-top: 20px;
  font-size: var(--size18);
}
.home-updates ul li:nth-child(1){
  padding-top: 0;
}
.home-updates ul li:nth-last-child(1){
  border-bottom: none;
}
.home-updates .date-time-block p{
  display: inline-block;
  color: #817F7F;
  margin-bottom: 20px;
  font-size: var(--size16);
}
.home-updates li:nth-last-child(1) .date-time-block p{
 margin-bottom: 2px;
}
.initiatives , .leaders-talk,.contact{
  background: #F5F5F5;
  padding: 60px;
}
.initiatives .card{
  border: none;
  box-shadow: 0px 3px 2px rgb(228 217 217 / 18%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  text-align: center;
  padding: 21px;
}
.initiatives .card:hover{
  background-color: var(--main-hue);
  color: #fff;
  transition: background-color 0.8s ease,
  color 0.2s linear;
}
.initiatives .card .card-img{
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.initiatives .card:hover img{
 filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(312deg) brightness(101%) contrast(101%);
}
.initiatives .card .spcl-para{
  font-size: var(--size20);
  margin-bottom: 0px;
  font-weight: 500;
  line-height: normal;
}
.home-courses{
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url('images/banner/our_course_banner.jpg');
  text-align: center;
  color: #fff;
  padding: 50px;
}
.home-courses, .home-gallery,.home-news{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-courses .course-card{
  margin-top: 50px;
}
.home-courses .course-card .card .card-body{
  background: #fff;
  color: #1A1A1A;
  padding: 17px;
}
.home-courses .course-card .card .card-body .card-text{
  line-height: 28px;
}
.leaders-talk{
  position: relative;
}
.leaders-talk .container{
  margin-top: 70px;
}
.leaders-talk .leaders-talk-bg{
  position: absolute;
/*   left: 25%; */
  top: 90px;
  opacity: 0.6;
  z-index: 1;
}
.leaders-talk .carousel-inner{
  z-index: 999;
}
#leaderstalk {
  background: #474747;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
  position: relative;
}
#leaderstalk .quote-big{
  position: absolute;
  top: -52px;
  left: 26px;
}
#leaderstalk .quote-small{
  position: absolute;
  bottom: -25px;
  right: 26px;
}
.leaders-talk .leaders-talk-block .learders-talk-desc{
  padding: 0 176px;
  font-style: italic;
  text-align: center;
}
.leaders-talk .leader-img img{
  height: 132px;
  width: 145px;
  border-radius: 10px;
}
.leaders-talk .carousel{
  margin-bottom: 50px;
}
.leaders-talk .carousel-indicators{
  bottom: -60px;
}
.leaders-talk .carousel-indicators li{
  border-color: #474747;
}
.leaders-talk .carousel-indicators li.active{
  background-color: #474747;
}
.home-gallery{
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url('images/kisan_bg.png');
  text-align: center;
  color: #fff;
  padding: 100px;
  background-size: cover;
}
.home-gallery hr{
  border-color: #fff;
  width: 404px;
  margin: auto;
  opacity: 30%;
}
.home-news{
  background: url('images/news_bg.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.home-news .text-center{
  padding: 0px 140px;
}
.home-news .card, .gallery-items .card, .alumni-items .card{
  margin: 1rem auto;
  position: relative;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.home-news .card:after, .gallery-items .card:after,.alumni-items .card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(180deg, rgba(2, 2, 2, .0) 31.85%, #000000 95.94%);
  border-radius: 10px;
}
.home-news .card-body, .gallery-items .card-body, .alumni-items .card-body{
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
}
.home-news .card-body p{
  line-height: 20px;
}
.home-news .card img, .gallery-items .card img, .alumni-items .card img{
  width: 100%;
  height: 238px;
  border-radius: 10px;
  object-fit: cover;
}
/* about us----------- */
.institute-com{
  margin: 80px 0px 100px;
}
.foreword{
  margin: 100px 0px;
}
.more-courses-offered{
  margin: 100px 0px 80px;
}
.about-us ul, .milestones .list_box ul, .course-details ul{
  padding: 0;
  list-style: none;
}
.about-us ul li, .milestones .list_box ul li, .course-details ul li{
  padding-left: 35px;
  background: url('images/arrow.svg') no-repeat 0 7px;
}
.about-us ul li, .course-details ul li{
  margin: 0 0 20px 0;
  line-height: 26px;
}
.who-we-are .img_container_right {
  height: 515px;
  width: 100%;
}
.content_box{
  background-color: #f6f6f6;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.year_box{
  background-color: #e7e7e7;
  width: 80px;
  justify-content: center;
  border-radius: 10px 0px 0px 10px;
  font-weight: 600;
  font-size: var(--size24);
  line-height: 60px;
  padding: 15px;
}
.year_box, .list_box{
  display: flex;
  align-items: center;
  height: 100%;
}
.list_box ul{
  list-style-image: url('images/Vector.png');
  margin: 20px 10px;
}
.report-box{
  background: #F6F6F6;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.annual-report .report-box p{
  font-weight: 500;
  font-size: var(--size18);
  line-height: 32px;
}
.profile .main-p, .team-box .name, .admission-list p{
  font-size: var(--size20);
  font-weight: 600;
  padding-bottom: 10px;
}
.profile p, .team-box p{
  margin-bottom: 0;
  line-height: 25px;
}
.profile img{
  width: 84px;
  height: 84px;
}
.info-act .info-cont p{
  min-height: 90px;
  font-weight: 500;
  font-size: var(--size18);
  line-height: 32px;
}
.report-box  .crs-name{
  min-height: 100px;
}
.tenders .report-box .crs-name{
  font-size: var(--size20);
}
.tenders .report-box button{
  margin-top: 20px;
}
.faq .faq-box{
  background: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 30px;
}
.faq .question{
  font-weight: 600;
  font-size: var(--size18);
  background: #e7e7e7;
  border-radius: 10px 10px 0px 0px;
}
.faq .faq-box .question, .faq .faq-box .answer{
  padding: 30px;
}
.faq .faq-box .answer{
  color: #474747;
}
.team-box{
  box-shadow: 0px 0px 2px 2px rgb(29 29 29 / 11%);
  border-radius: 10px;
  padding: 24px 10px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 337px;
}
.faculties .team-box {
  height: 370px;
}
.former-bearers .team-box hr{
  margin: 0;
}
.former-bearers .team-box{
  padding-bottom: 0;
  overflow: auto;
  padding: 30px 0px 0px;
}
.former-bearers .team-box .team-detail
{
  margin: 0px 20px 20px;
}
.former-bearers .team-box .team-duration{
  margin: 15px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.former-bearers .team-box .team-duration p{
  line-height: 24px;
}
.team-box .team-img{
  background: #f3f3f3;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.team-box .team-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team-box .overlay-text{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.team-box .overlay-text p{
  font-size: var(--size14);
  color: #fff;
  display: none;
}
.council-members .team-box:hover{
  background: var(--main-hue);
}
.team-box .team-detail p{
  margin-bottom: 0;
  line-height: 24px;
}
.council-members .team-box:hover .team-detail{
  display: none;
}
.council-members .team-box:hover .overlay-text p{
  display: block;
  line-height: 22px;
}
.course-card .card{
  border-radius: 10px;
}
.course-card .card img {
  max-width: 100%;
  max-height: 100%;
}
.course-card .owl-dots{
  bottom: -24px;
}
.course-card .card .card-img-top{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 250px;
  width: 100%;
}
.course-card .card .card-body, .course-all .card{
  background: #F3F3F3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  min-height: 270px;
}
.course-all .card-body, .course-all .card{
  text-align: left !important;
}
.course-all .card, .initiatives .card, .news-all .course-card .mb-30,
.home-courses .course-card .card,
.academic-card .mb-30{
  margin-bottom: 30px;
}
.course-all .card a {
  padding: 0.5rem 1.25rem 1.25rem;
}
.course-details .spcl-para{
  line-height: 32px;
  font-size: var(--size18);
}
.gallery-items .popup-image{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}
.gallery-items .popup-image .close{
  position: inherit;
  top: 145px;
  right: 315px;
  font-size: 25px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  z-index: 100;
  opacity: 1 !important;
}
.gallery-items .popup-image .gallery-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 10px;
  width: 750px;
  height: 375px;
  object-fit: cover;
}
.popup-image .pop-up-block{
  position: relative;
  top: 0;
}
/* ------------institute------------- */
.admission-detail .img_container_right {
  height: 560px;
  width: 100%;
}
.img_container_right img{
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.academic-prgm .modal-header{
  background: #fff;
  padding: 8px;
}
.academic-prgm .modal-header .close{
  cursor: pointer;
}
.academic-card .card{
  border-radius: 10px;
}
.academic-card .card-body{
  background-color: #f3f3f3;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.academic-card .card .card-text{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.academic-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.academic-card .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: .3s ease;
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.academic-card .play-icon {
  position: absolute;
  cursor: pointer;
  left: 45%;
  bottom: 60%;
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
}
/* -----------------news & events---------- */
.news-all .course-card .card-body{
  text-align: left;
  min-height: 220px;
}
.news-detail .news-img{
  width: 100%;
  border-radius: 10px;
  height: 400px;
  margin-top: -240px;
}
.news-detail ul li{
  margin-right: 10px;
}
.news-detail-banner{
  height: 80vh;
}
/* ----------institute inner pages--------- */
.container.result-page h2, .results.container h3{
  text-align: center;
}
.results.container .spcl-para{
  font-size: var(--size20);
  line-height: 14px;
}
.results.container .row{
  margin-top: 50px;
}
.results.container h3{
  font-weight: 600;
  margin-bottom: 20px;
}
.results.container .team-box{
  margin-bottom: 0px;
  min-height: 328px;
}
/* -----------media inner pages----------- */
.media-magazine .spcl-para{
  font-size: var(--size18);
}
.media-collections .report-box .crs-name{
  min-height: 120px;
}
.books .card, .e-books .card{
  border-radius: 10px;
  background: #EDEDED;
  box-shadow: 0px 0px 2px 2px rgba(29, 29, 29, 0.11);
}
.books .book-img{
  width: 115px !important;
  margin: auto;
}
.books .card, .e-books .row{
  margin-bottom: 80px;
}
.books .card .card-img-top, .e-books .card .card-img-top{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.books .card .card-img-top{
  height: 350px;
}
.e-books .card .card-img-top{
  height: 300px;
}
.books .card .card-text, .e-book-text{
  font-size: var(--size18);
}
.books .card-body, .e-books .card{
  text-align: center;
  background: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.books .card .price{
  color: var(--main-hue);
  font-size: var(--size20);
}
.books .card .price, .e-book-text{
  font-weight: 600;
}
.e-book-desc{
  font-weight: 400;
}
/* --------------contact---------------- */
.contact .contact-form label{
  width: 100%;
}
.contact .contact-form{
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.contact .contact-form .primary-button-outline{
  padding: 0pc 45px;
}
.contact .address-card{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  vertical-align: middle;
/*   min-height: 145px; */
	 height: 160px;
}
.contact .address-card p{
  margin-top: 10px;
}
/* ----------------footer------------------ */
.footer{
  background: #1A1A1A;
  color: #969696;
  font-size: var(--size14);
  padding: 40px 0px 0px;
}
.footer .col{
  padding-right: 40px;
}
.footer h4, .footer p span{
  color: #fff;
}
.footer h4{
  font-size: var(--size18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 20px;
}
.footer ul, .news-detail ul{
  list-style-type: none;
  line-height: 210%;
}
.footer ul li a:hover{
  color: #fff;
}
.footer .footer_social ul li, .news-detail ul li {
  display: inline-block;
}
.footer .footer_social ul li a.rollover {
  width: 45px;
  display: inline-block;
  position: relative;
}
.footer .rollover img:nth-child(1){
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .4s ease;
}
.footer .rollover .img-hover{
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
}
.footer .rollover:hover .img-hover{
  opacity: 1;
}
.footer .rollover:hover img:nth-child(1), .footer .rollover .img-hover{
  opacity: 0;
}
footer{
  background: #0E0E0E;
  padding: 30px;
  margin-top: 30px;
}
.footer .whatsapp-btn{
  background: transparent;
  border: 1px solid #6B6B6B;
  box-sizing: border-box;
  border-radius: 27px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px;
}
.footer .quickmenu li{
  line-height: 3em;
}
.footer h6{
  font-weight: 600;
  padding-top: 12px;
}
/* -------------------media queries-------------- */

@media only screen and (max-width: 600px) {
    section{
      margin: 30px 0px;
    }
    h2{
      font-size: 32px;
      line-height: 34px;
      padding-bottom: 8px;
    }
    .mobile-menu .accordion h1{
      font-size: 16px !important;
    }
    .mobile-menu .accordion h2{
      font-size: 16px !important;
    }
    .mobile-menu .accordion li{
      font-size: 15px !important;
    }
    h3{
      font-size: var(--size24);
    }
    .banner .carousel-inner .carousel-caption {
      left: 15%;
      right: 15%;
    }
    .banner .carousel-inner .carousel-caption, .initiatives h2 {
      text-align: center;
    }
    .home-about, #leaderstalk, .home-gallery{
      padding: 30px;
    }
    .contact{
      padding: 30px 0px;
    }
    .home-gallery hr {
      width: 200px;
    }
    button.mr-2{
      margin-right: 0 !important;
    }
    button.ml-2{
      margin-left: 0 !important;
    }
    .mob-mt-1,.e-books .e-book-text{
      margin-top: 1rem;
    }
    .home-about, .who-we-are .img_container_right, 
    .our-mission .img_container_left,
    .more-courses-offered .img_container_right,
    .foreword .img_container_left,
    .institute-com .img_container_right,
    .library .img_container_right,
    .hostel .img_container_right,
    .books .card, .e-books .row
    {
      margin-bottom: 30px;
    }
    .course-all .card, 
    .initiatives .card, 
    .news-all .course-card .mb-30, 
    .home-courses .course-card .card
    .course-all .course-card .card ,
    .news-all .course-card .card,
    .academic-card .mb-30,
    .results.container .team-box,
    .contact .address-card{
      margin-bottom: 15px;
    } 
    .initiatives .col-md-3:nth-last-child(1) .card,
    .news-all .course-card .mb-30, 
    .home-courses .course-card .card:nth-last-child(1) {
      margin-bottom: 0px;
    }
    .home-about h3:after, .navbar-nav .dropdown-menu::after, 
    .navbar-nav .dropdown-menu::before { 
      content: unset !important;
    }
    .home-updates .date-time-block p {
      display: inline-flex;
    }
    .home-updates .date-time-block p span{
      padding-left: 5px;
    }
    .initiatives, .home-courses, .leaders-talk{
      padding: 30px 0;
    }
    .initiatives .card .card-img{
      margin-bottom: 15px;
      height: auto;
    }
    .leaders-talk .leaders-talk-bg,.mob-none, #mainNav , #header,
    .banner .carousel-controls, .contact .contact-form .btn-block .wpcf7-spinner{ 
      display: none;
    }
    .leaders-talk .quote-small{
      width: 43px;
      bottom: -18px !important;
    }
    .leaders-talk .quote-big{
      top: -22px !important;
      width: 50px;
    }
    .leaders-talk .mb-4{
      margin-bottom: 1rem  !important;
    }
    .leaders-talk .leaders-talk-block .learders-talk-desc {
      padding: 0;
      padding-top: 10px;
    }
    .year_box{
      width: 100%;
      border-radius: 10px;
    }
    .who-we-are .row ,
    .more-courses-offered .row,.institute-com .row,
    .library .row, .hostel .row{
      flex-direction: column-reverse;
    }
    .who-we-are .cust-width-88{
      width: auto;
    }
    .home-news .text-center {
      padding: 0px 50px;
    }
    .news-detail .news-img{
      width: 100%;
      border-radius: 10px;
/*       height: 400px; */
		height:auto;
      margin-top: -313px;
      object-fit: contain;
    }
    .leaders-talk .container {
      margin-top: 0;
     }
    .pr-85 {
      padding-right: 15px;
    }
    .pl-85 {
      padding-left: 15px;
    }
    .list_box ul {
      margin: 20px;
    }
    .report-box .crs-name {
      min-height: 125px;
    }
    .who-we-are .img_container_right {
      height: auto;
      width: 100%;
    }
    nav.fixed-top{
      top: -42px;
    }
    .announcement .announcement-head{
      padding: 15px 18px;
    }
    .announcement, .web-none, .mobile-menu {
      display: block;
    }
    .banner .carousel-inner img {
      object-fit: cover;
    }
    .banner .carousel-inner .carousel-item {
      height: calc(100vh - 130px);
    }
    .banner .carousel-inner .carousel-caption {
      top: 50%;
      bottom: initial;
      transform: translateY(-50%);
    }
    .home-news{
      padding-bottom: 30px;
    }
    .footer .quickmenu{
      flex-wrap: nowrap;
    }
    footer img.pull-right{
      float: left;
    }
    .footer h4 {
      padding-bottom: 15px;
    }
    .footer .footer_social ul li{
      margin-top: 7px;
    }
    .announcement .announcement-head img {
      width: 30px;
    }
    .e-books button{
      margin-top: 5px !important;
    }
    footer{
      padding: 30px 25px;
    }
    .contact .contact-form .btn-block{
      justify-content: center;
      display: flex;
    }
}

@media (min-width: 1200px){
  .news-detail.container, .results.container{
    max-width: 878px;
  }
}
@media (max-width: 768px){
  .gallery-items .popup-image .gallery-img {
    width: 95%;
    height: 200px;
  }
  .gallery-items .popup-image .close {
    top: 272px;
    right: 13px;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
  /*------------ <navigation> --------------*/
#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
} 
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
  cursor: pointer;
  width: 100%;
  display: block;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--main-hue);
}
.navbar-nav .nav-link.dropdown-toggle:after {
  vertical-align: middle;
}
.navbar-nav .dropdown li{
  position: relative;
  border-bottom: 1px solid #D7D7D7;
}
.navbar-nav .nav-item.dropdown:hover > ul.dropdown-menu , 
.navbar-nav .dropdown-item.dropdown:hover ul.sub-menu{
  display: block;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item, .navbar-nav .dropdown li:hover .sub-menu .dropdown-item{
  padding: 10px 20px;
  display: block;
  background: transparent;
  color: #1a1a1a;
  font-size: 16px;
}
.sub-menu.dropdown-menu {
  top: 0;
  /* left: 245px; */
  left: 273px;
  margin-top: -6px;
}
.navbar-nav .main-drop-menu{
  left: 50% ;
  transform: translateX(-50%) ;
  top: 100%;
}
.navbar-nav .drop-menu:after {
  float: right;
  margin-top: 9px;
}
.navbar-nav .dropdown li:nth-child(1):hover {
  border-radius: 10px 10px 0px 0px;
}
.navbar-nav .dropdown li:nth-last-child(1):hover {
  border-radius:0px 0px 10px 10px ;
}
.navbar-nav .dropdown-menu .dropdown-item:hover ,
.navbar-nav .dropdown-menu .dropdown-item .sub-menu li:hover{
  background: var(--main-hue);
}
.navbar-nav .dropdown-menu .dropdown-item:hover .sub-menu li a{
  color: #1A1A1A;
}
.navbar-nav .dropdown li:nth-last-child(1) {
  border-bottom: none;
}
.navbar-nav .dropdown .main-drop-menu .dropdown-item:hover a,  
.navbar-nav .dropdown-menu .dropdown-item .sub-menu li:hover a{
  color: #fff;
}
/* .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}  */
.navbar {
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  height: 70px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar-collapse .navbar-nav{
  width: 100%;
  justify-content:end;
  align-items: center;
}
.navbar-brand { padding: 0px }
.navbar-brand img { 
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #817F7F;
  color: #fff;
}

.search {
  position: absolute;
  left: 49px;
  background-color: #817F7F;
  color: #7D8196;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search:focus {
  width: 240px;
  padding: 0 16px 0 0;
}
.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 15px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}
.expandright {
  left: auto;
  right: 49px;
}
.expandright:focus {
  padding: 0 0 0 16px;
}
.searchbox {
  position: relative;
  min-width: 43px;
  width: 0%;
  height: 40px;
  float: right;
  overflow: hidden;
  right: 15px;
  transition: width 0.3s;
  border-radius: 3px;
}
@media (max-width: 47.9375em) {
  
  .searchbox {
    top: 0px;
  }
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background-color: #817F7F;
  color: #fff;
  width: 100%;
  height: 43px;
  margin: 0;
  padding: 0px 55px 8px 20px;
  font-size: 15px;
  position: absolute;
}

.searchbox-input::-webkit-input-placeholder {
  color: #fff;
  font-size: var(--size16);
}

.searchbox-input:-moz-placeholder {
  color: #fff;
  font-size: var(--size16);
}

.searchbox-input::-moz-placeholder {
  color: #fff;
  font-size: var(--size16);
}

.searchbox-input:-ms-input-placeholder {
  color: #fff;
  font-size: var(--size16);
}

.searchbox-icon,
.searchbox-submit {
  width: 43px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  font-family: verdana;
  font-size: 24px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
}

.searchbox-open {
  width: 505%;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-brand {
  color: rgba(255, 251, 251, 0.9);
  background: var(--main-hue);
  border-radius: 0px 0px 10px 10px;
  margin: -75px 0px -7px;
  padding: 24px 22px 16px;
} 
.navbar .navbar-brand .navbar-logo{
  width: 241px;
  height: 51px;
  display: inline-flex;
  align-items: center;
}
.navbar-nav .dropdown .dropdown-menu{
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  width: max-content;
  border: none;
  box-shadow: 0px 0px 3px #00000029;
  margin: 0;
  padding: 0;
}
.navbar-nav .dropdown-menu::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  top: -9px;
}
.navbar-nav .dropdown-menu::after{
  border-bottom: 8px solid #FFFFFF;
  top: -8px;
}
.navbar-nav .dropdown-menu::after,.navbar-nav .dropdown-menu::before { 
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 44%;
  position: absolute;
}
.sub-menu.dropdown-menu::after, .sub-menu.dropdown-menu::before{
  content: unset;
} 
@media (min-width: 767px) {
  .navbar .dropdown-toggle:not(.nav-link)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    vertical-align: 0;
    border-bottom: .3em solid transparent;
    border-top: .3em solid transparent;
    border-left: .3em solid;
  }
}
/**/
/* Tablet-specific navbar styles (768px - 991px) */
@media (min-width: 600px) and (max-width: 991.98px) {
	.banner .carousel-inner .carousel-caption h2{
		font-size : 30px;
	}
	.banner .carousel-inner .carousel-caption p{
		font-size : 16px;
	}
	.banner .carousel-inner .carousel-image{
		
	}
	.banner .carousal-inner{
		height:400px;
	}
	
  #mainNav {
    padding: 0.5rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

 
  .navbar-brand {
    padding: 0;
    margin-right: 1rem;
  }
  
  .navbar-brand img {
    height: 40px;
    width: auto;
  }

 
  .navbar-toggler {
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-left: auto; 
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(9, 79, 149, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.25em;
    height: 1.25em;
  }

 
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .navbar-collapse.show {
    max-height: 500px; 
  }

  
  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .nav-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .nav-item:last-child {
    border-bottom: none;
  }

  .nav-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #094F95 !important; 
    font-weight: 500;
  }

  .nav-link:hover {
    color: #0a66c2 !important;
  }

 
  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
    border: none;
    box-shadow: none;
    background-color: #f8f9fa;
    padding-left: 1.5rem;
  }

  .dropdown-item {
    padding: 0.75rem 1.5rem;
  }

 
  .searchbox {
    margin: 1rem 0 0;
    width: 100%;
  }
	
}



/**/
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
    transition: background-color 700ms linear, color 700ms linear;
  }
  #mainNav .navbar-brand {
    color:#fff;
  }
  #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 1.2rem;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #1a1a1a;
  }
  #mainNav.navbar-scrolled.fixed-top {
    top: 0px;
    margin-top: 0;
  }
  #mainNav.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #F2F2F2;
    -webkit-transition: background-color 700ms linear, color 700ms linear;
    transition: background-color 700ms linear, color 700ms linear;
  }
  #mainNav.navbar-scrolled .navbar-brand{
    margin: -12px 0px 0px;
    padding: 23px 14px 0px;
    border-radius: unset;
  }
  #mainNav .navbar-nav .nav-item .nav-link.active.navbar-scrolled{
    color: #0e0d0d;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  } 
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
  
}
.fixed-top {
  position: fixed;
  top: 7px;
  right: 0;
  left: 0;
  z-index: 1030;
}
.page-section {
  padding: 8rem 0;
}

   /* <top-bar> */
.header .topbar {
  background: #fff;
  position: absolute;
  padding: 2px 0px;
  width: 100%;
  z-index: 1000;
}
.header .topbar-right {
  float: right;
}
.header .contact {
  float: left;
  margin-top: 16px;
  padding-right: 10px;
}
.header .contact li {  
  color:var(--main-hue);
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
  font-size: var(--size16);
}
.header .contact li:last-child{
  margin-right:0px;
}
.header .contact li i {
  margin-right: 5px;
  font-size:var(--size16);
  font-weight: 600; 
}
.header .contact li a {
  color:var(--main-hue);
  font-size: var(--size16);
  font-weight: 600;
}
  
  /* Social */
  .header .social {
    display: inline-block;
    margin: 7px;
    padding: 0px 15px;
  }
  .header .social li{
    display:inline-block;
    margin-right:10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0px 3px 1px 3px;
  }
  .header .social li:last-child{
    margin-right:0;
  }
  .header .language li a{
    color: #1a1a1a;
    font-size: var(--size14);
    font-weight: 600;
  }
  .header .language li{
    display:inline-block;
    margin:10px;
  }
  .border-w{
    border: 1px solid #FFFFFF;
    margin: -5px !important;
    padding:5px 0px 5px !important; 
  }
  .language li button.lang-btn{
    width: 70px;
    font-size: var(--size14);
  }
  .language li button.lang-btn, .size-adjust-btns .size-btn{
    font-weight: 600;
    border: none;
    background: transparent;
  }
  .size-adjust-btns li.active .size-btn{
    color: var(--main-hue);
  }
  .clr-btns li.active{
    border: 1px solid var(--main-hue);
  }

  /*---------------- <mobile menu>------------------- */
.mobile-menu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  transition: top 0.2s ease-in-out;
}
.mobile-menu .header-top {
  min-height: 48px;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
.mobile-menu .header-top-container {
  display: flex;
  justify-content: space-between;
  position: relative; 
  padding: 0;
}
.mobile-menu .header-top-container .navbar-brand{
  background-color: var(--main-hue);
  padding: 10px;
  width: 170px;
}
.mobile-menu .social li {
  margin-right: 0;
}
.mobile-menu .collapse:not(.show) {
  display: block; 
}
.mobile-menu .navbar {
  padding: 0rem; 
  margin-top: 0;
  height: 50px;
  background: #ECEAEA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
} 
@keyframes swing {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(10deg); }
  30% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(5deg); }
  70% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
  
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } 
  }
.mobile-menu .language li button.lang-btn{
  background: #ECEAEA;
  border-radius: 5px;
  width: auto;
  padding: 13px;
  font-size: 13px;
}
.mobile-menu .language li{
  margin: 10px 0px 10px 18px;
}
.mobile-menu .lan-block{
  height: 65px;
  white-space:nowrap !important;
}
.mobile-menu .hamburger {
	padding-left: 15px;
  float: left;
}
#slidingSideNav.overlay {
  height: 100%;
  width: 0%;
}
.mobile-menu .overlay { 
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fafafa; 
  overflow-y: auto;
  transition: 0.5s;
  height: calc(100vh - 65px);
}
/* .mobile-menu .side-overlay-content {
	position: relative;
  width: 100%;
  top: 3%;
  height: 100%;
  overflow-y: auto;
} */
/* Side Overlay Content */
.side-overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9999; /* Ensure it stays on top */
	
}
.mobile-menu .overlay .sideClosebtn {
  text-decoration: none;
  font-size: 27px;
  color: #fff;
  display: flex;
  transition: 0.3s;
  background: #094F95;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3%;
  right: 5%;
}
@media screen and (max-height: 450px) {
  .mobile-menu .overlay {
    overflow-y: auto;
  }
}
.mobile-menu .accordion h2, 
.mobile-menu .accordion h1,
.mobile-menu .accordion ul li{
  cursor: pointer;
  margin: 0;
  font-size: var(--size14);
  line-height: 16px;
  padding: 20px;
  font-weight: 500;
  border-bottom: 1px solid #D0D0D0;
}
.mobile-menu .accordion li h2{
  padding: 0;
  border: none;
}
.mobile-menu .accordion h2::after{
  display: inline-block;
  float: right;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-top: 7px;
}
.mobile-menu .accordion ul{
  background: #ECEAEA;
	white-space:nowrap;
}
.mobile-menu .accordion ul ul{
  background-color: #CCCCCC;
}
.mobile-menu .accordion ul ul li:hover{
  color: var(--main-hue);
  background: transparent;
}
.mobile-menu .accordion h2:hover,
.mobile-menu .accordion h1:hover,
.mobile-menu .accordion ul li:hover {
	background-color: var(--main-hue);
  color: #fff;
}
.mobile-menu .accordion .in-stock-open {
  display: block;
}
.mobile-menu .accordion div {
  display: none;
}

/* programmes */
.programmes h4{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-bottom: 15px;
}
.programmes .memorial-speaches .card{
  background: #F6F6F6;
    border-radius: 10px;
    padding: 25px;
    border: none;
    height: 190px;
    margin-bottom: 30px;
}
.programmes .memorial-speaches .card-head{
  font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: 0.02em;
color: #1A1A1A;
height: 120px;
}
.programmes .memorial-speaches .date{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  padding-bottom: 0;
  margin-bottom: 0;
  
}
.programmes .events ul{
 list-style-type: none;
}
.programmes .events ul li{
  padding-bottom: 15px;
  display: flex;
 }
 .programmes .events ul li img{
 padding-right: 20px;
 }
 .programmes .eligibilty ul{
  margin-top: 20px;
  list-style-type: none;
 }
 .programmes .eligibilty ul li{
  padding-bottom: 15px;
  display: flex;
 }
 .programmes .eligibilty ul li img{
 padding-right: 20px;
 }

 .fellowship-2020 h4{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-bottom: 25px;
}
.fellowship-2020 h4 span{
 display: block;
}
.fellowship-2020 .memorial-speaches .card{
  background: #F6F6F6;
  border-radius: 10px;
  padding: 25px;
  border: none;
  height: 220px;
  margin-bottom: 30px;
}
.fellowship-2020 .memorial-speaches .card-head{
  font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.02em;
color: #1A1A1A;
height: 120px;
}
.fellowship-2020 h6{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-bottom: 15px;
}
.fellowship-2020 .memorial-speaches .date{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  padding-bottom: 0;
  margin-bottom: 0;
  
}
.fellowship-2020 .events ul{
 list-style-type: none;
}
.fellowship-2020 .events ul li{
  padding-bottom: 15px;
  display: flex;
 }
 .fellowship-2020 .events ul li img{
 padding-right: 20px;
 }
 .fellowship-2020 .eligibilty ul{
  margin-top: 20px;
  list-style-type: none;
 }
 .fellowship-2020 .eligibilty ul li{
  padding-bottom: 15px;
  display: flex;
 }
 .fellowship-2020 .eligibilty ul li img{
 padding-right: 20px;
 }
 .margt-5{
margin-top: 5px;
 }
 .about-us  h4{
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-bottom: 25px;
 }
 .fellowship-2019-2020{
  margin: 80px 0px 50px !important;
 }
 .fellowship-2019-2020-bottom-para{
  margin: 50px 0px 80px !important;
 }
 .media-fellowship .team-box{
   min-height: 290px !important;
   padding: 30px 16px !important;
 }
 .fellowship-2020 .team-box{
  box-shadow: 0px 0px 2px 2px rgb(29 29 29 / 11%);
  border-radius: 10px;
  padding: 20px 2px 15px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 335px;
 }
 .fellowship-2020 .team-box .name{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1A1A1A;
 }
 .fellowship-2020 .team-box .resignation{
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1A1A1A;
 }
 .fellowship-2020 .team-box .pdt-5{
  padding-top: 5px;
 }
 .media-magazine-initiatives h4{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-bottom: 15px;
 }
 .media-magazine-initiatives .media-magazine-initiatives{
  display: flex;
 }
 .media-magazine-initiatives .card{
  background-color: inherit;
  border: 0px!important;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.media-magazine-initiatives .card .card-item{
  width: 100%;
  height: 100%;
}
.media-magazine-initiatives .card-img-overlay{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -16.58%, #000000 98.93%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 2rem 1.5rem;
}
.docudliction{
  margin: 80px 0px 30px;
}
.docudliction .row{
  align-items: center;
 padding-bottom: 70px;
}
.docudliction p{
  margin-left: -50px;
}
.docudliction .img2{
  margin-left: -6px;
}
.audio-title{
  font-weight: 600;
font-size: 20px;
line-height: 32px;
letter-spacing: 0.02em;
color: #1A1A1A;
padding-bottom: 5px;
}
/* pagination */
.woocommerce-pagination {
  /* border-top: 1px solid #e2e2e3; */
  padding-top: 0px;
  margin-top: 60px;
  border-radius: 0;
  margin: 0px 0 0;
  display: block;
  text-align: center;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-block;
  padding: 0;
  margin: -10px 0 0 -10px;
}
.woocommerce-pagination ul.page-numbers li {
  float: left;
  margin: 10px 0 0 10px;
  list-style: none;
}
.woocommerce-pagination ul.page-numbers li a, .woocommerce-pagination ul.page-numbers li span {
  background: #EAEAEA;
  display: block;
  padding: 0px 18px;
  line-height: 45px;
  height: 45px;
  font-size: 16px !important;
  position: relative;
  color: #1A1A1A;
  border-radius: 5px;
}
.woocommerce-pagination ul.page-numbers li span.current {
  color: #ffffff;
  background-color: #094F95;
  border-color: #094F95;
}
.audio-magazine-files{
  width: 100%;
}
.fa-angle-double-right:before {
  content: "\f105";
  color: #1A1A1A;
}
.fa-angle-double-left:before {
  content: "\f104";
  color: #1A1A1A;
}
.academic-prgm h4{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-bottom: 15px; 
}
.leadership-detail .modal-dialog {
  max-width: 83%;
  margin: 1.75rem auto;
}
.leadership-detail .modal-header {
  border-bottom: none;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 99;
}
.leadership-detail .modal-footer {
  border-top: none;
}
.leadership-detail .modal-body {
  padding: 45px 0rem 45px 45px;
}
.leadership-detail .modal-content{
  border-radius: 10px;
}
.leadership-detail .leadersip-content-hght{
  max-height: 470px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 40px;
    padding-left: 25px;
}
.leadership-detail .modal-body .team-img{
text-align: center;
background: #FFFFFF;
box-shadow: 0px 0px 2px 2px rgba(29, 29, 29, 0.11);
border-radius: 10px;
padding: 30px 30px;
}
.leadership-detail .modal-body .team-img .name{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-bottom: 0;
  padding-top: 10px;
}
.leadership-detail .modal-body .address{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 20px;
}
.leadership-detail .modal-body .address-detail{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 0;
}
.leadership-detail  .modal-header .close {
  padding: 6px 10px;
  margin: -1rem -1rem -1rem auto;
  background: #1A1A1A;
border-radius: 0px 10px 0px 0px;
opacity: 1;
}
.leadership-detail  h4{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 14px; */
  letter-spacing: 0.02em;
  color: #1A1A1A;
  padding-top: 30px;
  margin-bottom: 15px;
}
.leadership-detail {
  list-style-type: none;
}
.leadership-detail ul li {
  padding-bottom: 0px;
  display: flex;
}
.leadership-detail ul li img {
  padding-right: 20px;
}
.computer-lab{
  margin: 100px 0px;
}
.leaders-talk-detail h4{
  font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
color: #1A1A1A;
margin-bottom: 0;
}
.leaders-talk-detail .designation{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
}

 @media (max-width:480px){
  .programmes .memorial-speaches .card{
      margin-bottom: 20px !important;
  } 
  .media-fellowship .team-box{
    min-height: 320px !important;
  }
  .fellowship-2020 h4 span{
    display: inline;
   }
   h2 span{
    display: inline;
  }
  .fellowship-2020 .memorial-speaches .card {
    margin-bottom: 15px;
}
.view-buttons{
  text-align: center;
}
.view-buttons .margb-40{
  margin-bottom: 40px;
}
.docudliction p{
  margin-left: 0px;
  padding-top: 15px;
}
.docudliction {
  text-align: center;
}
.docudliction .row {
  padding-bottom: 50px;
}
.media-magazine-overview{
  text-align: center;
}
.programmes h4 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.media-magazine-initiatives h4 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.fellowship-2020 h4{
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.about-us  h4{
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.audio-title {
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  padding-bottom: 0px;
}
.align-right {
  text-align: left;
  padding-bottom: 10px;
}
.leadership-detail .modal-dialog {
  max-width: 100%;
}
.leadership-detail .leadersip-content-hght {
 padding-left: 0;
 padding-right: 0;
}
.leadership-detail .modal-body {
  padding: 2rem 2rem 2rem 2rem;
}
.leadership-detail .modal-dialog {
  padding: 2rem 2rem 2rem 2rem;
}
 .modal-open .modal {
  z-index: 999999;
}
.modal-backdrop.show {
  opacity: .5;
  z-index: 99999;
}
.leadership-detail .modal-dialog {
  padding: 20px;
}
.leadership-detail .modal {
  height: 97%;
}
.leadership-detail .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
}
.leadership-detail .modal-body {
  padding: 25px;
}
.leadership-detail .modal-header {
  border-bottom: none;
  position: absolute;
  right: -8px;
  top: -13px;
}
.leadership-detail .modal-body .team-img {
  padding: 20px 2px;
}
.img_container_left{
  padding-right: 0px;
  height: auto;
}
.img_container_right{
 padding-left: 0px;
 height: auto;
 margin-bottom: 15px !important;
}
.institute-com {
  margin: 30px 0px;
}
.foreword {
  margin: 30px 0px;
}
.more-courses-offered {
  margin: 30px 0px;
}
.margtb-40 {
  margin: 23px 0px;
}
.leaders-talk-detail h4 {
  margin-top: 20px;
  font-size: 25px;
  line-height: 30px;
}
.leaders-talk-detail .align-items-center{
  text-align: center;
}
.home-news .card{
  margin: 10px 0px; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.info-act .pdb-30{
  padding-bottom: 10px;
}
.admission-detail .img_container_right {
  height: auto;
  width: 100%;
}
.admission-detail .img_container_right img{
  height: auto;
}
.course-card .card {
  border-radius: 10px;
  margin-bottom: 25px;
}
.course-details .mt-4{
  margin-top: 10px !important;
}
.results.container .team-box {
  margin-bottom: 25px;
}
.inner-banner {
  height: 80vh;
  color: #fff;
}
.news-all .course-card .card{
  margin-bottom: 25px;
}
.news-all .course-card .card-body {
  min-height: 262px;
}
.news-detail .news-img {
  margin-top: -220px;
}
.news-detail .mt-5 {
  margin-top: 20px !important;
}
.adm-btn{
  margin-bottom: 40px;
}
.spcl-bg-section {
  background: #f8f8f8;
  padding: 50px 0px;
}
.computer-lab {
  margin: 30px 0px;
}
.report-box {
  margin-bottom: 20px;
}
.faq .faq-box {
  margin-bottom: 20px;
}
.results.container .row {
  margin-top: 30px;
}
.history-of-media section{
  margin: 50px 0px;
}
.e-books .card{
  margin-top: 25px;
}
.news-detail-banner {
  height: 72vh;
}
 }
 

 