.menuicon abody{padding:0 !important;margin:0 !important;font-family: Montserrat !important;font-weight: 400 !important;color:#000;line-height:1.4 !important;background:#fefdf8 !important;}
a{-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;color:#000;}


.logo-blk{display:flex;flex-wrap:nowrap;justify-content: normal;align-items:center;gap:7px;}
.logo-text{font-family: Montserrat;font-weight: 700;line-height:1.4;text-transform:uppercase;color:#000;font-size:15px;}
.header-top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    justify-content: end;
    right: 10px;
    position: relative;
}
.header-top div{font-family: "SF Pro Display";font-weight: normal;color:#000;font-size:14px;}
.header-top div a{color:#000;}
.header-top div img {
    margin-right: 3px;
    margin-top: -4px;
    position: relative;
    top: 1px;
    left: 0px;
}
ul.sub-menu li a {
    padding: 9px 13px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height:13px;
}
.mainmenu {
    position: relative;
    top: 5px;
    right: -3px;
}
.ff-montserrat{font-family: 'Montserrat', sans-serif !important;}
.ff-ibmplex{font-family: 'IBM Plex Sans', sans-serif !important;}
.homeslider{position:relative;}
.homeslider .owl-dots, .sliderdesicsection{position:absolute;}
.homeslider .owl-dots{
	bottom:20px;
	left:50%;
	margin-left:-15px;
}
.sliderdesicsection{
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1140px;
  width: 100%;
  color: #FFF;
      margin-left: 30px;}
.owl-dots {
  display: block !important;
  text-align: center;
 /* margin-top: 20px;*/
}

.owl-dot span {
  width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    border: 1.5px solid #FFF;
}

.owl-dot.active span {
  background: #FFF;
}
.slidertitle{
font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 1px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	padding-bottom:18px;
}
.sliderdeails{font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 500;}
p{font-size:14.5px;line-height:1.7em;color:#000;}
.elementor-widget{font-size:14.5px;line-height:1.7em;color:#000;}
.principal{position:relative;z-index:1;}
.principal:after{content: "";
    position: absolute;
    top: -26px;
    z-index: -1;
    right: -23px;
    background: url(../images/bg-dot.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 250px;
    height: 279px;}
.text-shadow, .text-shadow *{text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;}
.footer h4.elementor-heading-title{color: #FFF;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;}
.footer .hfe-nav-menu a{font-family: 'IBM Plex Sans', sans-serif !important;font-size: 15px !important;
    display: inline-block;font-weight:300 !important;}
.footer .hfe-nav-menu li:before{content:"";background:url('../images/footer-arrow.webp');width:8px;height:8px;background-repeat:no-repeat;background-position:center center;background-size:cover;position: relative;
display: inline-block;margin-right:7px;vertical-align:middle;top:-2px;}
.footer ul.social-icons li{list-style:none;display:inline-block;margin-right:10px;}
.footer ul.social-icons li:last-child{margin-right:0;}
.footer ul.social-icons li a:hover img{opacity:0.5;}
.custom-post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px 30px;
 /* padding: 10px 20px;*/
  border-radius: 12px;
  flex-wrap: wrap;
}

.featured-post {
  grid-row: span 2;
}

.small-post {
  display: flex;
 flex-wrap:nowrap;
gap: 0 20px;
align-items:center;
}

.post-item {
  border-radius: 12px;
}

.post-thumb {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  width: 100%;
  padding-top: 55%;
  margin-bottom: 10px;
  background-repeat:no-repeat;
}
.small-post .post-thumb{ padding-top: 40%;}

.post-info {
  color: #000;
}

.post-date {
  font-size: 0.85em;
  margin-bottom: 8px;
}

.post-title {
  font-size: 1.1rem;
      text-transform: capitalize;
  font-weight: bold;
  margin: 8px 0;
}

.post-excerpt {
  font-size: 13.5px;
  margin: 5px 0;
}

.read-more {
  text-decoration: underline !important;
  font-weight: 500;
  color: #000;
  font-size: 0.9em;
}

.view-all-wrap {
  margin-top: 20px;
  text-align: center;
}

.view-all-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
      padding: 3px 20px;
    font-weight: 600;
    border: 1.5px solid #000;
  border-radius: 0 20px 0 0;
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
  font-size: 13px;
}

.view-all-button:hover {
  background-color: #000;
  border-radius: 20px;
  color:#FFF;
}

.view-all-button .arrow {
  transition: transform 0.3s ease;
}

.view-all-button:hover .arrow {
  transform: translateX(5px) rotate(45deg);
}
.achievers_home_blk .view-all-wrap{margin-top:0;}
.achievershome_blk .owl-nav, .news_events_blk .owl-nav{display:block !important;}
.achieverinside, .achievershome_blk, .hv-gallery-carousel{position:relative;}
.achieverinside .achievercontent{position:absolute;bottom:5px;left:5px; 
    width: 96%;}
.achievershome_blk .achievercontent{background:rgba(123,106,99,0.5);color:#FFF;border-radius:6px;text-align:center;padding:8px;}
.achievershome_blk .achievercontent .achievertitle{font-size:1.1rem;font-weight:600;}
.achievershome_blk .achievercontent .coursename, .achievershome_blk .achievercontent .collegename{font-size: 13.5px;
    font-weight: 300;
    line-height: 1.5;} 
.achievershome_blk .owl-nav img, .news_events_blk .owl-nav img, .hv-gallery-carousel .owl-nav img{    width: 67%;
    height: auto;}
.achievershome_blk .owl-nav .owl-prev, .achievershome_blk .owl-nav .owl-next{position:absolute;top:50%;}
.achievershome_blk .owl-nav .owl-prev{left:-30px;}
.achievershome_blk .owl-nav .owl-next{right:-30px;}
.news_events_blk, .news_eventshome_blk{position:relative;}
.newsevents_blk .view-all-wrap{margin-top:0 !important;}
.news_events_blk .owl-nav .owl-prev, .news_events_blk .owl-nav .owl-next{position:absolute;top:50%;}
.news_events_blk .owl-nav .owl-prev{left:-30px;}
.news_events_blk .owl-nav .owl-next{right:-30px;}
.news_events_blk .newsevents_title, .news_eventshome_blk .newsevents_title{font-weight:700;font-size:1rem;padding:0.25rem 0 0.5rem 0;color:#000;}
.news_events_blk .newsevents_des p{font-size:15px;line-height:1.4;}
.newsevents_sec, .newsevents_sechome{background:#FFF;padding:7px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.33);border-radius:5px;margin:10px 10px;position:relative;}
.newsevents_sec:after, .newsevents_sechome:after{content:"";background:#FFDF00;position:absolute;bottom:0;width:97%;height:2px;border-radius:5px;}
.newsevents_content{padding:0.75rem 0.75rem 0 0.75rem;}
.hv-gallery-carousel .owl-nav .owl-prev, .hv-gallery-carousel .owl-nav .owl-next{position:absolute;top:-55px;}
.hv-gallery-carousel .owl-nav .owl-prev{right:35px;}
.hv-gallery-carousel .owl-nav .owl-next{right:-11px;}
.hv-gallery-carousel .owl-nav{display:block !important;}
.hv-gallery-carousel .gallerysec{position:relative;}
.hv-gallery-carousel .gallerytitel{position:absolute;bottom:0;left:0;color:#FFF;padding:8px;background:#656565;width:100%;}
.hv-gallery-carousel .gallerytitel:after{content:"";background:url('../images/ArrowUpRight.webp');width:15px;height:15px;background-repeat:no-repeat;background-size:cover;background-position:center center;display:inline-block;position:absolute;right:8px;    top: 50%;
    margin-top: -8px;}
.hv-gallery-carousel .galleryimg img {border-radius:10px;}
.hv-gallery-carousel .gallerytitel{border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.view-all-button .white-arr {
  display: none;
}

.view-all-button:hover .black-arr {
  display: none;
}

.view-all-button:hover .white-arr {
  display: block !important;
}
.galleryimg{position:relative;overflow:hidden;    border-radius:0px;}
.galleryimg img{transform: scale(1); /* normal size */
transition: transform 0.3s ease;}
.galleryimg:hover img{transform: scale(1.1);}
.bannerimgsec img{height:550px;width:100%;object-fit:cover;}
.enquire-now {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFEA6C;
  color: black;
  font-weight: bold;
  padding:18px 5px;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  font-size:1rem;
   transition: transform 0.2s ease;
   object-fit:cover;
}
.gallerysec .galleryimg{
    height:250px;
}
.gallerysec .galleryimg img {
    height:250px;
    object-fit:cover;
}
.enquire-now a {
  text-decoration: none;
  color: inherit;
}

.social-icons1 {
    position: fixed;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    margin-top: 76px;
}

.social-icons1 a {
  text-decoration: none;
 transition: transform 0.2s ease;
}
.social-icons1 img{width:35px;
height:35px;}

.social-icons1 a:hover{
  transform: scale(1.1);
}
.enquire-now:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 0 12px rgba(255, 165, 0, 0.6);
}
.inside-breadcrumbs{position:absolute;bottom:20px;left:0;}
.inside-breadcrumbs .hfe-breadcrumbs-item{text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);}
.fc-black, .fc-black *{color:#000 !important;}
#mission-vision-right{position: relative;
    left: -130px;}
.timeline-section{position:relative;}
.timeline-section {
      display: flex;
      gap: 40px;
      padding: 0px 20px 0;
      flex-wrap: wrap;
      align-items: flex-start;
    }

    .timeline-left {

      text-align: center;
      position: relative;
	  display: flex;
    align-items: center;
    gap: 10px;
    }

    .circle-icon {
      background-color: #FFEA6C;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
    }

    .circle-icon img {
      width: 36px;
      height: 36px;
    }
	.timeline-section:first-child {margin-top:50px;}
	.academics-blk .timeline-section:nth-child(even) .timeline-content{background:#FFF8CE !important;}
     .timeline-section:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 0;
      left: 56px;
      width: 2px;
       height: 100%; 
      background: #ffe84a;
	  z-index:-1;
     
    }
	

    .timeline-left h3 {
     margin-top: 15px;
    font-size: 14px;
    color: #000;
    flex: 0 0 150px;
    text-align: left;
    }

    .timeline-content {
      flex: 1;
      background: #fff;
      padding:20px;
      border-radius: 8px;
	  border:1px solid #F6F6F6;
     box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
     /* box-shadow: 0 4px 12px rgba(0,0,0,0.08);*/
	 margin-bottom:50px;
    }

    .timeline-content h2 {
      font-size: 1.65rem;
      font-weight: 700;
      margin-bottom: 8px;
      color: #000;
	  text-transform:uppercase;
    }

    .timeline-content p {
      font-size: 14.5px;
      line-height: 1.8;
      color: #000;
      margin-bottom: 15px;
    }

.timeline-section ul li, .timeline-section p{color:#000 !important;}
.timeline-section ul li{margin-bottom:10px;}
.full-img img{width:100%;height:auto;}
.dot-circle i.fa-circle{font-size:6px;}
.contact-rightblk a:hover{ color:#FFEA6C !important;}
input:not([type="submit"]), textarea{border:1px solid #DCDCDC !important;border-radius:5px;width:100%;padding:5px 5px;padding:5px 15px;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
               font-family: Montserrat, sans-serif;
            font-size: 14px;
            font-weight: 500;
            color:#282828 !important;
          }
           input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
                font-family: Montserrat, sans-serif;
            font-size: 14px;
            font-weight: 500;
            color:#282828 !important;
          }
           input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
                font-family: Montserrat, sans-serif;
            font-size: 14px;
            font-weight: 500;
            color:#282828 !important;
          }
           input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
               font-family: Montserrat, sans-serif;
            font-size: 14px;
            font-weight: 500;
            color:#282828 !important;
          }
textarea{height:120px;}
.submit-blk{text-align:right;}
.submit-blk .sub-btn{    background: #FFEA6C;
    border: 2px solid #FFEA6C;
    border-radius: 5px 5px 0 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2px 13px;
    line-height: 2.3;  transition: transform 0.3s ease;}
.submit-blk .sub-btn:hover{background:transparent;border-radius:5px;}
.submit-blk .sub-btn img{height:auto;width: 9px;
    margin-left: 5px;}
 input[type="email"]:focus-visible, textarea:focus-visible{outline:none !important;}
 .wpcf7-not-valid-tip{font-size:14px;padding:10px 0;}
.wpcf7-response-output{font-size:15px;border-color:red !important;color:red !important;max-width: 700px;
    margin: 0 auto !important;}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
	color:#46b450 !important;
}
.alumni_testimonials_blk .img-blk{max-width:160px;position:relative;}
.alumni_testimonials_blk .img-blk:before{content:"";background:#09A0FF;top:4px;left:-3px;width:100%;height:100%;position:absolute;border-radius:10px;background-position:center center;background-size:cover;background-repeat:no-repeat;z-index:-1;}
.alumni_testimonials_blk{background:url('../images/alumni-bg.webp');background-repeat:no-repeat;background-position:center center;background-size:cover;padding:20px;border-radius:5px;max-width:1100px;margin:0 auto;position:relative;}
.alumni_testimonials_blk h4{font-weight:700;}
.alumni_testimonials_blk .alumni-content{font-size:15px;text-align:justify;}
.fs-17{font-size:17px;}
.alumni_testimonials_blk .row .col-2{padding-right:2px;}
.alumni_testimonials_blk .row .col-10{padding-left:2px;}
.alumni_testimonials_blk .item{margin:25px 5px 0 5px;}
.alumni_testimonials_blk .owl-dot span{	background:#9A9A9A;border:1px solid #9A9A9A;width:11px;height:11px;margin:0 2px;}
.alumni_testimonials_blk .owl-dot.active span{background:#000000;border:1px solid #000;}
.alumni_testimonials_blk .owl-nav .owl-prev, .alumni_testimonials_blk .owl-nav .owl-next{position:absolute;top:50%;}
.alumni_testimonials_blk .owl-nav .owl-prev{left:-26px;} 
.alumni_testimonials_blk .owl-nav .owl-next{right:-26px;}
.alumni_testimonials_blk .owl-nav .owl-prev img, .alumni_testimonials_blk .owl-nav .owl-next img{width:20px;height:34px;}
.alumni_testimonials_blk .owl-stage-outer{margin-top:-70px;}
.alumni_testimonials_blk .row{align-items:end;padding-bottom:13px;}

.menunav {
    display: flex;
    flex-direction: column;
}
.menunav  img {
    width: 30px;
    margin: 0 auto 10px;
    height: 25px;
    object-fit: contain;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 10px;
}
.menuicon  a {
    padding: 15px 17px 0!important;
}
.menunav  span {
   
    margin: 10px auto 10px;
    
}
.boardresulttitleboard {
    background: #FFEA6C;
    position: absolute;
    bottom: 0px;
    width: 94%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 6px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 13px 10px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.boardresulttitleboard h3 {
    color:#000;
    text-align:center;
    font-weight:bold;
    margin-bottom:0;
    font-size:14px;
}

.boardresulttitleboard p {
     color:#000;text-align:center;
     font-size:16px;
    font-weight:500; margin-bottom:0;
}
.boardreareablk {
    position: relative;
}

.gallery-tab-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}

     .tab-left {
    border-right: 0px;
    box-shadow: 0px -1px 8px rgb(0 0 0 / 20%);
    flex: 0 0 25%;
}
.tab-right {
    flex: 0 0 72%;
}
.postboard-thumbnail img {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
}
.postboard-thumbnail {
    min-height: 360px;
   
}
        .tab-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .tab-menu li.parent-term {
           
            font-weight: bold;
            padding: 10px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center; 
        }
        .child-list{
            padding:0px !important;
            list-style-type:none;
        }
        .child-list li {
    padding: 10px !important;
    color: #000;
    font-weight: 500;
}
.boardremainblkarea {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.boardresultblk {
    flex: 0 0 31%;
}
        .parent-term.active, .parent-term:hover {
                background: #FFEA6C !important;color:#000 !important;
            }
            
            .child-term.active, .child-term:hover{
                 background: #e9d664 !important;
                 color:#fff !important;
            }
        .tab-menu li.post-title {
            padding: 8px 12px;
            background: #f9f9f9;
            display: none;
        }

        .tab-menu li.post-title a {
    text-decoration: none;
    color: #000;
    display: block;
    font-weight: 500;
}
ul.tab-menu li {
    cursor: pointer;
}
.parent-term {
    padding: 10px;
    color: #000;
    font-weight: 700;
}
.parent-term span {
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
        .tab-menu li.post-title a.active {
            font-weight: 500;
            color: #333;
        }

        .toggle-icon {
            font-weight: bold;
        }
 
        .tab-right {
            flex: 1;
        }

        .post-content {
            display: none;
        }

        .post-content.active {
            display: block;
            animation: fadeIn 0.3s ease-in-out;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to   { opacity: 1; }
        }
.govcouncilsection figcaption {
    background: #FFEA6C;
    position: absolute;
    bottom: 0px;
    width: 94%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 6px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 13px 10px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #000;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 0;
    font-size: 21px !important;
}

.govcouncilsection figcaption span {
    display: block;
    color: #000;
    font-weight: 400 !important;
    font-size: 15px !important;
   
    margin-bottom: 0;
    line-height: 15px !important;
}
.news_eventshome_blk{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px;
}
.news_eventshome_blk .item1 {
    width: 33.333%;
    flex: 0 0 auto;
}
/*body.page-id-1570 .masonry-grid.all .gallery-item:last-child{left:33.33% !important;}*/
 .elementor-element-43c572d7, .elementor-element-395097eb{padding:0 !important;}
 .elementor-element-381f3add{width:84% !important;}
 li#menu-item-2579 .sub-menu{width:240px !important;}
 	.newsevents_sec, .newsevents_sechome{height:315px;}
.banner h2{ 
  font-family: "Playfair Display", serif !important;}
.elementor-slideshow__title{display:none !important;}


html, body {
  overflow-x: hidden;
}

/* Fix flex container overflow */
.elementor-14 .elementor-element.elementor-element-adc69fa {
  flex-wrap: nowrap;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

/* Ensure child elements don’t overflow */
.menuicon a {
    padding: 10px 10px 0 !important;
    font-family: "Assistant", sans-serif !important;
    font-weight:600 !important;
}
.footer .hfe-nav-menu a, .footer .hfe-nav-menu{font-family: "Assistant", sans-serif !important;}
.montessori-img{position:relative;}
.montessori-img figcaption{    bottom: 0px;
    position: absolute;
    width: 100%;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding: 7px;
    font-weight: 600;}




@media only screen and (min-width: 1400px) {
	#mission-vision-right{left:-170px !important;}
}
@media only screen and (min-width: 1300px) {
	#mission-vision-right{left:-140px;}

}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1200px) {
    .govcouncilsection figcaption {

    font-size: 16px !important;
}
.govcouncilsection figcaption span {
    
    font-size: 13px !important;
   
}
   .logo-text {
      font-size:14px;
    }
	.achievershome_blk .owl-nav .owl-prev, .news_events_blk .owl-nav .owl-prev{left:0;}
.achievershome_blk .owl-nav .owl-next, .news_events_blk .owl-nav .owl-next{right:0;}
.bannerimgsec img{height:auto;}
.alumni_testimonials_blk .owl-nav{Display:none;}
.alumni_testimonials_blk .owl-stage-outer{margin-top:0;}
.alumni_testimonials_blk .item{margin:0;}
.alumni_testimonials_blk .row .col-10, .alumni_testimonials_blk .row .col-2{padding-left:15px !important;padding-right:15px !important;}
.newsevents_sec, .newsevents_sechome{height:auto;}

}
@media only screen and (max-width: 1100px) {
	.ucms-blk .elementor-element-9386182{
		width:35%;
	}
	.ucms-blk .elementor-element-5b2dcc4{
		width:65%;
	}

	#mission-vision-right{left:auto !important;}
	#mission-vision-right .e-con.e-grid, .e-con.e-grid>.e-con-inner{grid-template-columns:1fr 5fr !important;}
	.boardresulttitleboard h3{font-size:16px;}
.boardresulttitleboard p{font-size:14px;}
.timeline-left{width:180px;}
.timeline-left h3{flex:1;}

  }
  @media only screen and (max-width: 1024px) {
	  li#menu-item-2579 .sub-menu{width:auto !important;}
	  	header .ucms-blk .elementor-element-b6b0a73{
		width:100%;
		margin:0 auto;
	}
	header .ucms-blk .elementor-element-c25e38e{
		width:100%;
	}
	.elementor-element-c25e38e{
	    display:flex;
	}
	.elementor-element-c25e38e > div{
	    flex:0 0 50%;
	}
	.logo-blk {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
	header .ucms-blk .elementor-element-5b2dcc4{
		width:100%;
	}
  }
@media only screen and (max-width: 992px) {
.post-title{
	font-size:15px;
	margin: 4px 0;
}
.govcouncilsection figcaption {
    font-size: 11px !important;
}
.govcouncilsection figcaption span {
    font-size: 10px !important;
}
.post-excerpt, .small-post .post-thumb{margin:0;}
.custom-post-grid{grid-template-columns:1fr 1fr;}
.post-date{margin-bottom:4px;}

	.bg-ship{background:none !important;}
.timeline-content h2{font-size:1.2rem !important;}
.timeline-content p{font-size:13px;}
.timeline-left h3{flex:0 0 100px;}
.timeline-content{margin-bottom:30px;}
.timeline-section:first-child{margin-top:30px;}
.alumni_testimonials_blk .alumni-content{font-size:14px;}
.alumni_testimonials_blk .fs-17{font-size:14px;}
.alumni_testimonials_blk h4{font-size:1.2rem;margin-bottom:5px;}
.alumni_testimonials_blk{padding:10px;}
.navabs {
    position: absolute;
    top: -8px;
}
 .ucpmainmenu {
    display: flex !important;
    flex-direction: column-reverse !important;
}
.elementor-14 .elementor-element.elementor-element-dac05c8 a.hfe-menu-item {
    font-size: 13px !important;
    padding: 1px 13px 1px 38px !important;
}
.elementor-14 .elementor-element.elementor-element-dac05c8 a.hfe-sub-menu-item {
    font-size: 11px !important;
    padding: 7px 13px 7px 38px !important;
}
.menunav  img {
    width: 17px;
    margin: 0 auto 10px;
    height: 15px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    left: 13px;
    right: inherit;
    bottom: 10px;
}
.news_eventshome_blk .item1 {
	width:50%;
}
.boardresultblk{flex:0 0 48%;}

.gallery-tab-wrapper{gap:15px;}
.menuicon a{padding:1px 13px 1px 38px !important;}
    ul#menu-1-8c45384 a.hfe-sub-menu-item {
        font-size: 11px !important;
        padding: 7px 13px 7px 38px !important;
    }

}
 
  @media(max-width:768px){
      .govcouncilsection  figure.wp-caption {
    height: auto !important;
    overflow: hidden;
    width: 330px;
    margin: 0 auto;
    text-align: center;
}
     .header-top a{
         display:none !important;
     }
     .ucpmainmenu {
    display: flex !important;
    flex-direction: column-reverse !important;
}
.govcouncilsection figcaption {
    
    width: 270px;
    padding:6px 10px;
  
}
.govcouncilsection {
    margin:0 auto;
}
.postboard-thumbnail img{min-height:340px !important;}
.boardresulttitleboard{bottom:31px}
  }
@media only screen and (max-width: 800px) {
	.ucms-blk{Display:block;}
	.ucms-blk .elementor-element-9386182{
		width:100% !important;
	}
	.ucms-blk .elementor-element-5b2dcc4{
		width:100% !important;
	}
	.logo-blk, .header-top{justify-content:center;}
	.header-top{margin-top:5px;}
	.mce_SELRES_start{display:none !important;}
	.footer h4.elementor-heading-title{font-size:16px;}


  }
@media only screen and (max-width: 768px) {
	.slidertitle{font-size:2rem;}
	.sliderdesicsection{text-align: center;
        margin: 0;
        padding: 0 15px;}
	.sliderdeails{font-size:13px;line-height:1.4;}
	.principal:after{right:0;}
	.custom-post-grid{grid-template-columns:1fr;}
	.small-post{display:block;}
	.small-post .post-thumb{margin-bottom:10px;}
	.timeline-section {
        flex-direction: column;
        align-items: center;
        gap: 30px;
      }

      .timeline-left::after {
        display: none;
      }

      .timeline-content {
        width: 100%;
      }
	  .timeline-section:not(:last-child)::after{display:none !important;}
	  .bg-remove{background:none !important;}
	  .parent-involvement p.nbsp{display:none;}
	.alumni_testimonials_blk .img-blk{margin-bottom:10px;}
	.alumni_testimonials_blk .row{text-align:center;}
	.alumni_testimonials_blk .img-blk{text-align:center;margin:0 auto 20px auto;}
	.alumni_testimonials_blk .row{padding-bottom:0;}
	.boardresultblk{flex:0 0 46%}
	
}
@media only screen and (max-width: 680px) {
	body.page-id-211 .gallery-tab-wrapper{display:block;}
	body.page-id-211 .gallery-tab-wrapper .tab-right{margin-top:1rem;}
	.postboard-thumbnail{min-height:auto !important;}
	.boardresulttitleboard {
        bottom: 6px;
    }
	.gallery-tabs{Display:block !important;}
	.gallerytitle{margin-bottom:10px;}
	.gallerybtn{justify-content:center;}
}
@media only screen and (max-width: 480px) {
	.slidertitle{font-size:1.5rem;}
.header-top{Display:block;text-align:center;}
.footer .footer-inner > .e-con-full{width:100% !important;}
.hv-gallery-carousel .owl-nav .owl-prev, .hv-gallery-carousel .owl-nav .owl-next{position:relative;}
.hv-gallery-carousel .owl-nav, .news_events_blk .owl-nav, .achievershome_blk .owl-nav{display:none !important;}
.sliderdeails br{display:none;}
.alumni_testimonials_blk .alumni-content{font-size:13px;}
.news_eventshome_blk .item1 {
	width:100%;
}
.boardresultblk{flex: 0 0 100%}
}