body{
    font-family: "Poppins", sans-serif !important;
    font-weight: normal;
    font-size: 14px;
}
a{text-decoration: none !important;}
:root{
    --font-poppins: "Poppins", sans-serif;
    --color-brand-a:#14a5bf;
    --color-brand-a-dip:#0a5d6c;
    --color-brand-a-light:#afd9e0;
    --color-brand-b:#f1b21e;
    --color-brand-b-dip:#ca8e03;
}

.depart-categ-list li.current-menu-item > a,
.depart-categ-list li.current_page_item > a {
    background-color: var(--color-brand-b) !important;
}



.top-nav-section{
    background:var(--color-brand-a-dip);
    text-align: center;
}

/* .top-nav-section li {
    list-style-type: none;
    display: inline-block;
    padding: 6px 8px 5px 8px;
    color: #fff;
} */
 .top-nav-section li {
    list-style-type: none;
    display: inline-block;
    padding: 0px;
    color: #fff;
    margin: 0px;
}
.top-nav-section li img{
 width: 20px;
 height: 20px;
}
.top-nav-section li a{
    font-family: var(--font-poppins);
    text-decoration: none;
    font-size: 16px;
    color: #ffffff; 
}
.top-nav-section li a:hover {
    color: #dadada;
}

ul.wp-block-social-links {
    gap: 15px;
    margin-bottom: 0;
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
    background-color: #e3e3e300;
}
.wp-block-social-links .wp-block-social-link.wp-social-link a {
    font-size: 22px;
}
#block-7::marker{
    content: none;
}

.header-midle{
    background-color:#fff;
    padding: 10px 0px;
}
.top-logo {
	text-align: center;
}
.top-logo img{
    width: 150px;
    height: auto;
    margin: 20px 0px;
    /* float: right; */
}

/* .college-name{ text-align: center;} */
.college-name h1 {
    color: #055664;
    font-size: 38px;
    font-weight: bold;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    border-bottom: 2px solid #05566473;
    width: fit-content;
    padding-bottom: 4px;
}
.college-name p {
    color: #8f7200;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
}


.login-btn li {
    list-style-type: none;
    text-align: left;
    padding: 8px 0px;
    display: inline-flex;
}
.login-btn li a{
    color: var(--color-brand-a-dip);
    font-size: 16px;
    font-weight: 500;
    display: flex;
}
.login-btn li i {
    background-color: var(--color-brand-b);
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 5px 6px;
    margin-right: 10px;
}

.btn-login{
    background-color: var(--color-brand-b);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.btn-login:hover{
    background-color: var(--color-brand-b-dip);
    color: #fff;
}



#top-navbar{
    width: 100%;
    z-index: 200;
    top: 0;
}
.men-nav{
    background-color:var(--color-brand-a);
}
.men-nav2{
    background-color: #00313a;
}
.nav-link.nav-2 {
    color: #ffc845;
}
.nav-link {
    font-size: 13px;
    color: #fff;
    padding: 5px 0px;
    margin: 5px 2px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
    color:#ffffff;
    border-bottom: 1px solid #ffffff;
}


.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 10%;
  left: 100%;
  margin-top: -1px;
}
.dropdown-item{font-size: 13px;    color: var(--dip-green);}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #15161600;
    color:var(--color-light-brown);
}


@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
  } 
  
  .navbar .dropdown-menu {
      line-height: initial;
  }
 

  .dropdown .dropdown-menu {
      display: none;
    }

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
}

.dropdown:hover > .dropdown-menu {
  margin-top: -0.5rem;
}

.dropend:hover > .dropdown-menu {
  position: absolute;
  top: -0.5rem;
  left: 100%;
  margin-left: 0;
}

}




.news-scall {
    background-color:#fff;
    position: relative;
    overflow: hidden;
    padding: 4px;
}
.news-scall marquee {
    padding-left:0px; 
    padding-right:0px; 
    width:100%;
    height: 23px;
}
.news-scall marquee p{
    color: var(--color-brand-a-dip);
    font-size:16px;
    padding-top:3px;
}
.news-scall marquee p a{
    color: var(--color-brand-a-dip) !important;
}

.newsflash {
    position: absolute;
    background-color: var(--color-brand-b);
    padding: 6px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    top: 0px;
    left: 0;
}


.banner-section{
    background-color: var(--color-brand-a-light);
    padding: 30px 0px;
}
.banner-body{
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}

.owl-banner .owl-nav {
    position: absolute;
    z-index: 5;
    bottom: 15px;
    left: 0;
    right: 0;
    top: 36%;
    color: #ffffff;
    font-size: 28px;
}
.owl-banner .owl-nav .owl-prev{
    position: absolute;
    left: 15px;
}
.owl-banner .owl-nav .owl-next{position: absolute;
    right: 15px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
}
.owl-banner .owl-dots {
    top: -30px;
    position: relative;
    display: none;
}
.banner-shadow {
    background: #000000;
    background: linear-gradient(92deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner-contend {
    background: #000000d0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15px;
    padding: 9px;
    color: var(--color-brand-b);
    font-size: 26px;
}


.important-notice marquee {
    max-height: 290px;
    min-height: 290px;
    padding: 0px 0px;
}
.important-notice p{
   font-size: 14px;
    color: var(--color-brand-a-dip);
    padding: 10px 0px;
    margin-bottom: 0;
}
.important-notice i{
  color: var(--color-brand-a);
  font-size: 30px;
}
.important-notice a{
   font-size: 14px;
   color: #002b32 !important;
   text-decoration: none;
}
.important-notice span{
  font-size:14px;
    color:var(--color-brand-b-dip);
}


.accordion {
    --bs-accordion-border-color: #aec6cb;
}
.accordion-button {
    font-size: 18px;
    color: #ffffff !important;
    text-align: left;
    background-color: var(--color-brand-a-dip) !important;
    padding: 10px 15px;
    font-weight: normal;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-image:auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size:auto;
    border-radius: 50%;
}


.accordion-header {
    position: relative;
}

.student-notice {
    background-color: #382700;
    border-radius: 10px;
    overflow: hidden;
}
.student-notice h4{
   font-size: 18px;
    font-weight: 700;
    background-color: var(--color-brand-b);
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
}
.student-notice marquee {
    min-height: 450px;
    padding: 10px;
}
.student-notice p{
   font-size: 14px;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}
.student-notice i{
  color: var(--color-brand-a);
  font-size: 18px;
}
.student-notice a{
  font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.student-notice span{
  font-size: 12px;
    color:var(--color-brand-a);
}


.principal-desk{
    position: relative;
    z-index: 10;
    text-align: center;
    border: 1px solid var(--color-brand-a);
    background-color: #fff;
}
.principal-desk h4 {
    font-size: 20px;
    background-color: var(--color-brand-a);
    font-weight: 600;
    color: #fff;
    padding: 16px 15px;
}
.principal-desk-img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #33bad3fc;
    position: relative;
    margin: 0px auto;
    margin-top: -100px;
}
.principal-desk-img img{
 width: 200px;
 height: 200px;
}
.principal-desk-contand{
    background-color: var(--color-brand-a);
    padding: 15px;
    margin-top: 100px;
}
.principal-desk-contand h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}
.principal-desk-contand p{
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.read-more-btn {
    font-size: 15px;
    color: #ffcf60;
    text-decoration: none;
    font-weight: 600;
}
.read-more-btn i{
  margin-left: 8px;
}
.read-more-btn:hover{
    color:#ebebeb;
}
.read-more-btn:hover i{
  margin-left: 15px;
  transition: all 1s;
}


.welcome-text h2{
    color: var(--color-brand-a);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1px;
}
.welcome-text h2 span {
    color: #ffffff;
    background-color: #ffb900;
    padding: 0px 10px;
}
.welcome-text p {
    color: #0a5d6c;
    font-size: 17px;
    letter-spacing: .5px;
    text-align: justify;
}
.welcome-text h5 {
    color: var(--color-brand-b-dip);
    letter-spacing: 0;
    font-size: 19px;
    margin-top: 20px;
    font-weight: 600;
}
.border-line{
    width: 200px;
    height: 2px;
    background-color: var(--color-brand-b);
    margin-top: 25px;
    margin-bottom: 40px;
    position: relative;
}
.border-line::before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: var(--color-brand-b);
    position: absolute;
    top: -11px;
    left: -1px;
    border: 3px solid #efefef;
}

.btn-outline-cus {
    border:2px solid  var(--color-brand-b);
    font-size: 15px;
    color: var(--color-brand-b-dip);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 50px 8px 30px;
    border-radius: 35px;
    position: relative;
    margin-top: 25px;
}
.btn-outline-cus i {
    position: absolute;
    right: 24px;
    top: 8px;
}
.btn-outline-cus:hover{
    background-color: var(--color-brand-b);
    color: #fff;
}
.btn-outline-cus:hover i{
    right: 16px;
    margin-left: 15px;
    transition: all 0.5s;
}
.btn-outline-w {
    border:1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 30px 4px 30px;
    border-radius: 35px;
    margin-top: 25px;
}
.btn-outline-w:hover{
    background-color: #fff;
    color: #2c2c2c;
}


.mission-section{
    background-color: var(--color-brand-b);
    padding: 15px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 100px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}
.mission-section .icon-box {
    background-color: #fff;
    border: 5px solid #f1bc3e;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    padding: 30px;
    margin: 0px auto;
    margin-top: -76px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}
.mission-section .icon-box i{
    font-size: 50px;
   color: var(--color-brand-b);
}
.mission-section h4{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
.mission-section p{
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0px;
}
.our-vision{
    background-color: var(--color-brand-a);
    padding: 15px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 100px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}
.our-vision .icon-box {
    background-color: #fff;
    border: 5px solid #21b8d3;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    padding: 30px;
    margin: 0px auto;
    margin-top: -76px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}
.our-vision .icon-box i{
    font-size: 50px;
   color: var(--color-brand-a);
}
.our-vision h4{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
.our-vision p{
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0px;
}


.events-section {
   margin: 50px 0px;
}
.section-heading {
    font-size: 25px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    color: #14a5bf;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px rgb(20 165 191 / 21%);
    border-bottom: 2px solid;
    line-height: 45px;
    padding-left: 36px;
}
.section-heading::after {
    content: "";
    position: absolute;
    width: 36px;
    left: 0;
    top: 12px;
    height: 20px;
    background: #ffffff;
    background: linear-gradient(111deg,rgba(255, 255, 255, 0) 20%, rgba(241, 178, 30, 1) 23%, rgba(241, 178, 30, 1) 32%, rgba(255, 255, 255, 0) 35%, rgba(250, 250, 250, 0) 42%, rgba(241, 178, 30, 1) 45%, rgba(241, 178, 30, 1) 52%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 63%, rgba(241, 178, 30, 1) 67%, rgba(241, 178, 30, 1) 72%, rgba(255, 255, 255, 0) 75%)
}
.section-heading.font-sm{font-size: 22px;}

.section-heading-w {
    font-size: 25px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px rgb(255 255 255 / 21%);
    border-bottom: 2px solid;
    line-height: 45px;
    padding-left: 36px;
}
.section-heading-w::after {
    content: "";
    position: absolute;
    width: 36px;
    left: 0;
    top: 12px;
    height: 20px;
    background: #ffffff;
    background: linear-gradient(111deg,rgba(255, 255, 255, 0) 20%, rgba(241, 178, 30, 1) 23%, rgba(241, 178, 30, 1) 32%, rgba(255, 255, 255, 0) 35%, rgba(250, 250, 250, 0) 42%, rgba(241, 178, 30, 1) 45%, rgba(241, 178, 30, 1) 52%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 63%, rgba(241, 178, 30, 1) 67%, rgba(241, 178, 30, 1) 72%, rgba(255, 255, 255, 0) 75%)
}

.event-box {
    background: #ffffff;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    position: relative;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.22);
}
.event-box h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 15px;
    background-color: #060606cc;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.event-box p {
    color: #2c2c2c;
    font-size: 12px;
    padding: 0px 15px;
    margin-bottom: 0px;
}
.event-box p i{
    color: var(--color-brand-a-dip);
    margin-right: 5px;
}
.owl-events .owl-nav{display: none;}
.owl-events .owl-dots{display: none;}


.achievements-section {
    background-color: #fff;
    border: 2px solid var(--color-brand-a);
    border-radius: 4px;
    /* background-size: cover;
    background-position: center;
    padding: 0px;
    position: relative; */
}
/* .achievements-section::before {
    content: "";
    background-color: #000000d8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */


.achievements {
    padding: 15px;
    z-index: 1;
    position: relative;
}
.achievements marquee {
    min-height: 270px;
    padding: 0px 0px;
}
.achievements p{
   font-size: 14px;
    color: var(--color-brand-a);
    padding: 10px 0px;
    margin-bottom: 0;
}
.achievements i {
    color: var(--color-brand-b);
    font-size: 20px;
    margin-right: 10px;
}
.achievements a{
  font-size: 14px;
  color:var(--color-brand-a-dip) !important;
  text-decoration: none;
}
.achievements a:hover{
  color: #5c99a5 !important;
}


.btn-yelo {
    background-color: var(--color-brand-b);
    border: 1px solid var(--color-brand-b);
    font-size: 15px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 40px 5px 30px;
    border-radius: 35px;
    margin-top: 25px;
    position: relative;
}
.btn-yelo i {
    position: absolute;
    right: 17px;
    top: 6px;
}
.btn-yelo:hover{
    background-color: #fff;
    border: 1px solid var(--color-brand-b);
    color: var(--color-brand-b) !important;
}
.btn-yelo:hover i{
    right: 10px;
    transition: all 0.5s;
}

.btn-yelo-sm {
    background-color: transparent;
    border: 1px solid var(--color-brand-b);
    font-size: 12px;
    color: var(--color-brand-b) !important;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 20px 4px 20px;
    border-radius: 35px;
    margin-left: 15px;
    /* position: relative; */
    position: absolute;
    right: 75px;
    top: 12px;
    z-index: 10;
}
.btn-yelo-sm:hover{
    background-color: var(--color-brand-b);
    border: 1px solid var(--color-brand-b);
    color: #fff !important;
}


.facilities-section{
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    padding: 50px 0px 30px 0px;
    position: relative;
}
.facilities-section::before{
    content: "";
    background-color: #000000b5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 


.facilities-inside {
    border: 4px solid var(--color-brand-b);
    padding: 25px;
    border-radius: 6px;
    background-color: #ffffffd6;
    margin-top: 30px;
    position: relative;
}
.facilities-inside:hover {
    border: 4px solid var(--color-brand-a);
}

.facilities-inside h4{
    margin-top: -45px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}
.facilities-inside .icon-box2 {
    background-color: var(--color-brand-b);
    width: 60px;
    height: 60px;
    margin-right: 15px;
    position: relative;
    top: -50px;
    border-radius: 3px;
}
.facilities-inside:hover .icon-box2 {
    background-color: var(--color-brand-a);
}
.facilities-inside .icon-box2 i {
    color: #fff;
    font-size: 35px;
    padding: 13px;
}
.facilities-inside p {
    margin-top: -20px;
    margin-bottom: 0;
    font-size: 14px;
}
.facilities-inside .btn{
font-size: 14px;

}

.student-college{
   background-color: #f3fbfd;
   padding-top: 50px;
}
.zone-section{
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    z-index: 200;
    position: relative;
    min-height: 478px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}
.zone-section h4{
    font-size: 18px;
    font-weight: 700;
    background-color: var(--color-brand-b);
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}
.zone-section ul{
    margin: 0;
    padding: 15px;
}
.zone-section ul li{
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
}
.zone-section ul li a {
    list-style-type: none;
    background-color: #fdf4df;
    padding: 6px 20px 6px 45px;
    border-radius: 35px;
    border: 1px solid #e5d7b7;
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #382700;
}
.zone-section ul li a i {
    position: absolute;
    background-color:var(--color-brand-a);
    padding: 4px 9px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 50%;
    left: -3px;
    top: -3px;
    border: 1px solid var(--color-brand-a);
    color: aliceblue;
}


/* Style the tab */
.courses-section{
   background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    z-index: 200;
    position: relative;
    min-height: 497px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24); 
}
.courses-section h4 {
    font-size: 18px;
    font-weight: 700;
    background-color: var(--color-brand-b);
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}
.tab1 {
    overflow: hidden;
    border-bottom: 0;
    margin: 8px auto;
    display: table;
}
.tab1 button {
    background-color: var(--color-brand-a);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 22px;
    transition: 0.3s;
    color: #fff;
    border-radius: 35px;
    margin: 0px 5px;
    font-size: 15px;
    font-weight: 700;
}
.tab1 button:hover {
  background-color: var(--color-brand-b);
}
.tab1 button.active {
  background-color: var(--color-brand-b);
}
.tabcontent1 {
  display: none;
  /* padding: 12px 12px; */
  border-top: none;
  min-height: 202px;
  max-height: 202px;
  overflow: auto;
}

.courses-sub li{
    list-style-type: none;
    padding: 5px 10px;
}
.courses-sub li a{
    color: var(--color-brand-b);
    font-size: 16px;
}
.courses-sub li a:hover{
    color: #239bb1;
}



.owl-gallery .owl-nav{display: none;}
.gallery-name {
    background-color:#18383e;
    padding: 8px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


.bg-counter {
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    padding: 0px 0px;
    position: relative;
}
.bg-counter::before{
    content: "";
    position: absolute;
    background-color:#000000cc;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 100%;
  z-index: 1;
  position: relative;
}
#counter .item {
    width: 25%;
    padding: 35px 20px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
}
#counter .item .count {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 40px;
}
#counter .item h4{
  color: #ffffffc9;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: .5px;
}
#counter .item i {
    color: #ffffff;
    font-size: 24px;
    background-color: var(--color-brand-b);
    padding: 25px;
    border-radius: 32%;
    margin-bottom: 5px;
    display: inline-flex;
}



#go-to-top{
    background-color: var(--color-brand-a);
    padding: 5px 8px;
    width: 40px;
    height: 40px;
    position:fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    z-index: 200;
}
#go-to-top i{
    font-size: 23px;
    color:#fff;
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    background:#14a5bf82;
    border-radius: 0px;
    width: 8px;
    height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:var(--color-brand-a);
    width: 40px;
}

/*-- Contact Form ---*/
.form-custom .form-control{
    padding: 10px 8px;
    font-size: 14px;
    border-radius: 0;
    color: var(--color-brand-a-dip);
}
.form-custom  ::placeholder { 
   color: var(--color-brand-a-dip);
}
.contactus-text{ 
     padding: 25px 15px;
    margin-bottom: 30px;
     background-color: #fff;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
     -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
     -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}
.contactus-text i{
    font-size: 30px;
    color: var(--color-brand-b);
    margin-right: 10px;
}
.contactus-text p{
    margin-bottom: 0px;
    font-size: 16px;
    color: var(--color-brand-a-dip);
}
.contactus-text a{
    margin-bottom: 0px;
    font-size: 16px;
    color: var(--color-brand-a-dip);
}
.contactus-text a:hover{
    color: var(--color-brand-a) !important;
}
.contactus-text h5{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-brand-a-dip);
}
.link-list li{
    list-style-type: none;
    padding: 6px 0px;
}
.link-list li a{
    font-size: 17px;
    color: var(--color-brand-a-dip);
}
.link-list li a:hover{
    color: var(--color-brand-a);
}
.link-list li i{
 color: var(--color-brand-b);
}


/*-- Department Menu ---*/
.department-menu-nav{
    padding: 8px 10px;
}
.department-menu-nav h4 {
    background-color: var(--color-brand-a-dip);
    color: #fff;
    padding: 12px 15px;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
.tab2 {
    overflow: hidden;
    border-bottom: 0;
    margin: 8px auto;
    display: table;
}
.tab2 button {
    background-color: var(--color-brand-a);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 15px;
    transition: 0.3s;
    color: #fff;
    margin-bottom: 6px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}
.tab2 button:hover {
  background-color: var(--color-brand-b);
}
.tab2 button.active {
  background-color: var(--color-brand-b);
}
.tabcontent2 {
  display: none;
  border-top: none;
}

.welcome-text h4 {
    color: var(--color-brand-a);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 22px;
}

.teachers-profile {
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #d2e5e9;
    border-radius: 5px;
}
.teachers-profile h4 {
    color: var(--color-brand-a);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    margin-top: 10px;
    line-height: normal;
}
.teachers-profile h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-brand-a-dip);
    margin-top: 8px;
    margin-bottom: 4px;
}
.teachers-profile a{
    font-size: 12px;
    color: var(--color-brand-a);
}
.teachers-profile p{
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}
.profile-img{
    border: 1px solid #d2e5e9;
    margin: 0px auto;
    width: 130px;
    max-height: 130px;
    overflow: hidden;
}
.profile-img img{
    width: 130px;
    max-height: 130px;
}
.activities_section h5{
     color: var(--color-brand-a-dip);
     font-size: 20px;
}
.activities_section h5 i{ color: var(--color-brand-b);}
.table-style td{
    color: var(--color-brand-a-dip);
    font-size: 15px;
}

.notice-table p{font-size: 14px;}
.notice-table i{
    font-size: 35px;
    color: var(--color-brand-a);
}



/*-- Footer ---*/
.men_footer{
    background-color: #1a1a1a;
    padding: 40px 0px 0px 0px;
}
.men_footer h4 {
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.men_footer h4::after {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    background-color:var(--color-brand-b);
    left: 0;
    bottom: 0;
    margin-bottom: -5px;
}
.footer-logo img{
     width: 150px;
     margin-bottom: 20px;
    }
.men_footer p{
    color: #fff;
    font-size: 13px;
}
.men_footer h6 {
    font-size: 14px;
    color: #fff;
    margin: 15px 0px;
}
.footer_ul{
    margin: 0;
    padding: 0;
    font-family: var(--font-open-sans);
}
.footer_ul li{
    list-style-type: none;
    padding: 5px 0px;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
}
.footer_ul li a{
    color: #fff;
    font-size: 13px;
}
.footer_ul li a:hover{
    color: #c2c2c2;
}
.footer_ul li p{
 font-size: 13px;
 color: #fff;
}
.footer_ul li i {
    font-size: 15px;
    color: var(--color-brand-b);
}


.apj-pic{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 4px;
    margin: 10px auto;
}
.apj-pic img{
    width: 100px;
    height: 100px;
}
.visitors-count {
    border: 1px solid var(--color-brand-b);
    border-radius: 4px;
    padding: 20px 20px;
    width: max-content;
    margin: 0px auto;
}
.visitors-count p{
    margin-bottom: 0;
}
.visitors-count h5{
    color: var(--color-brand-b);
    margin-bottom: 0;
}
.li-huf li{
    width: 48%;
    float: left;
}

.social-i li{
    float: left;
}
.social-i li img{
    width: 25px;
    height: 25px;
}


.copyright-text {
    padding: 10px 0px;
    border-top: 1px solid #ffffff3d;
}



.navbar-toggler {
    border: 1px solid #fff;
}
.navbar-toggler i{
    color: #fff;
}
.navbar-toggler:focus {
    box-shadow: none;
}


/* Add new (22/12/2025) */
ul.depart-categ-list li{
 list-style-type: none;
 margin-bottom: 6px;
}
ul.depart-categ-list li a{
    background-color: var(--color-brand-a);
    border-radius: 4px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
}
ul.depart-categ-list li a:hover{
    background-color: var(--color-brand-b);
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
}
ul.depart-categ-list li a.active{
   background-color: var(--color-brand-b);
}

.department-list {
    text-align: center;
    border: 1px solid #c3e0e5;
    border-radius: 8px;
    padding: 28px 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.department-list p{
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #0a5d6c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.department-list i{
    text-align: center;
    color:  var(--color-brand-b);
    font-size: 22px;
}

.department-list:hover{
    border: 1px solid #e3d9c1;
    color: #d79701;
}
.department-list:hover p{
    color:  #d79701;
}
.department-list:hover i{
    text-align: center;
    color:  var(--color-brand-a);
    font-size: 22px;
}


/* Add new (02/01/2026) */
.mt-m25{ margin-top: -25px;}
.video-gall{
    width: 100%;
    min-height: 222px;
}

.gallery-box .gallery-img{
    min-height: 412px;
    max-height: 412px;
	width: 100%;
}


.video-card{
    position: relative;
}
.video-card .play-icon{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.video-card .play-icon img{
    font-size: 35px;
    margin: 0px auto !important;
    display: flex !important;
    min-height:auto !important;
    max-height: auto !important;
}
/* -- */
.order-list li{
    padding: 0px 0px 15px 0px;
}
.order-list li a{
    color: #0a5d6c;
    font-size: 16px;
}
.order-list li a:hover{
    color: #14a5bf;
}


.breadcrumbs a{color: #0a5d6c;}
.breadcrumbs a:hover{color: #2e8594;}

img.alignnone {
    max-width: 120px !important;
}

/* @media (max-width:1150px){ 
  .btn-yelo-sm{
     position: static;
   }
} */

@media (max-width:1024px){ 
 .college-name h1 {
    font-size: 32px;
}
.important-notice marquee {
    max-height: 174px;
    min-height: 174px;
}
.login-btn li a {
    font-size: small;
}
.btn-yelo-sm{
    position: absolute;
    right: 55px;
}
.gallery-box .gallery-img {
    min-height: 345px;
    max-height: 345px;
}

}

@media (max-width:768px){ 
.top-logo img {
    width: 120px;
}
.navbar-nav {
    margin-top: 15px;
}
.college-name h1 {
    font-size: 32px;
}
.accordion-button {
    font-size: 16px;
}
.li-huf li {
    width: 46%;
}
.login-btn li a {
    font-size: 16px;
}
.btn-yelo-sm{
    position:absolute;
}
.gallery-box .gallery-img {
    min-height: 255px;
    max-height: 255px;
}

}

@media (max-width:767px){
 .top-logo{
    text-align: center;
    display: ruby;
 }
.sticky-top {
    position: relative;
}
 .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #fdd609;
    border-bottom: 1px solid #dadada;
    background-color: #f1b21e00;
}
 .top-nav-section li {
    padding: 2px 10px 2px 10px;
}
.top-logo img {
    margin: 0px 0px;
}
.college-name { text-align: center;}
.college-name h1 {
    font-size: 26px;
    text-align: center;
    display: inline-block;
}
.college-name p {
    font-size: 14px;
    text-align: center;
}
.login-btn {
    text-align: center;
}
.login-btn li {
    list-style-type: none;
    text-align: center;
    padding: 4px 6px;
    display: inline-block;
}
.login-btn li a {
    display: inline-flex;
    font-size: 14px;
}
.welcome-text h2 {
    line-height: 32px;
    letter-spacing: 1px;
    font-size: 21px;
    margin-top: 20px;
}

.news-scall marquee {
    height: 21px;
}
.newsflash {
    padding: 6px 12px;
    font-size: 14px;
}
.news-scall marquee p {
    padding-top: 0px;
}
.important-notice marquee {
    max-height: 300px;
}
.banner-contend {
    font-size: 18px;
}

.zone-section {
    min-height: auto;

}

#counter {
    padding: 20px 0px;
    display: grid;
}
#counter .item {
    width: 230px;
    border: 1px solid #ffffff3d;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
#counter {
        display: contents;
    }
#counter .item {
        width: 43%;
        display: inline-block;
    }
.footer-logo a{ 
    display: block;
    text-align: center;
}
.footer-logo img{
    width: 120px;
}
.li-huf li {
    width: 100%;
}

}

@media (max-width:425px){
 
    
}

@media (max-width: 414px) {
   
}

@media (max-width: 390px) {
   
}

@media (max-width:375px){
.logo {
    width: 90px;
    margin-bottom: 8px;
}

}

@media (max-width:320px){
.btn-yelo-sm{
   position: static;
}
  
}





