*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body::-webkit-scrollbar{
  display: none
}
.fixed-top {
    padding: 10px 20px;
    z-index: 1000; /* Ensure it's above other content */
  }
  .sec-1 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.top_card {
    background-color: rgb(241, 241, 241);
    width: 100%;
    height: 5%;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
}

.iso-top1 {
    animation: 10s slide infinite alternate;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: 50%;
    max-lines: 1;
}

@keyframes slide {
    from {
        transform: translateX(-10%);
    }
    to {
        transform: translateX(68%)
    }
}
.top_card .iso-top1:hover {
    animation-play-state: paused;
}
.top-div {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.logo-top {
    height: 100%;
    width: 100%;
}
.logo-top-div {
    height: 10rem;
    width: 10rem;
    border-radius: 100%;
}
.iso-style {
    color: rgb(255, 5, 5);
    text-decoration: none;
    font-weight: 900;
}
.clip-design {
    clip-path: polygon(0 0, 50% 0, 100% 0, 100% 67%, 100% 99%, 58% 100%, 0 100%, 41% 68%, 0 49%, 35% 29%);
    background-color: rgb(0, 110, 255);
    height: 1.37rem;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clip-design-2 {
    clip-path: polygon(100% 0, 60% 35%, 100% 46%, 61% 65%, 100% 98%, 57% 100%, 0 100%, 0 55%, 0 0, 44% 0);
    background-color: rgb(0, 110, 255);
    height: 1.37rem;
    width: 20%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.face {
    font-size: 15px;
    color: blue;
    background-color: antiquewhite;
    border-radius: 100%;
    margin-right: 9px;
    margin-left: 40px;
}
.ins {
    color: #fd601d;
}
/* -------------------top logo----------------- */
.top-div {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.satarmaindiv{
  box-sizing: border-box;
width: 9rem;}
.logo-top {
  height: 100%;
  width: 100%;
}
.logo-top-div {
  height: 10rem;
  width: 10rem;
  border-radius: 100%;
}
.collage-name-eng {
  color: rgb(0, 110, 255);
  font-weight: 900;
  font-size: 2rem;
  text-shadow: 10px 10px 10px rgba(0, 0, 255, 0.256);
  font-family: Arial, Helvetica, sans-serif;
}
.logo_text {
  margin-top: 20px;
}
.collage-name-ben {
  color: rgb(181, 181, 181);
  font-size: 1.8rem;
  font-weight: 900;
  text-shadow: 10px 10px 10px rgba(56, 56, 56, 0.256);
}
/* -------------call div----------------- */
.call-button {
  height: 30px;
  width: 70px;
  border-radius: 35px;
  padding: 10px;
  box-shadow: 1px 2px 2px -1px rgba(0, 42, 1, 0.785);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: rgb(4, 255, 0);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.star {
  width: 100px;
  height: 100px;
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 
    68% 57%, 79% 91%, 50% 70%, 
    21% 91%, 32% 57%, 2% 35%, 
    39% 35%
  );
  background-color: #ffcc00;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  opacity: 1;
    transform: scale(1);
    animation: pulseAnimation59 1.1s infinite;
}

.star:hover {
  background-color: #ff9900;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.text {
  font-size: 16px;
  color: #000000;
}
.res-detail{
  display: none;
}
/* ------------nav-------------- */
  .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight:500 ;
  }
  
  .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(2, 35, 143, 0.6);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    transition: opacity 1.4s, transform 1.4s;
  }
  .navbar-nav .nav-link:hover::before {
    opacity: 1;
    transform: scale(1);
    animation: pulseAnimation59 1.1s infinite;
  }
  .active1{
    opacity: 1;

    background-color:#0055ff;
    border: 1px solid white;
    border-radius: 10%;
  }
.active1:hover{
  border: none;
}
 
  @keyframes pulseAnimation59 {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.1);
      opacity: 0.6;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  .navbar-toggler-icon {
    filter: invert(1); 
  }

  /* Dropdown menu animation */
  .dropdown-item{
    color: #e0e0e0;
  border-bottom: 1px solid black;
  }
  .dropdown-menu {
    z-index: 100!important;
    opacity: 1;
    background-color: #0d6efd;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
.top-logo{
  height: 2.5rem;
}

.dropdown-item {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1; 
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  transition: all 0.4s;
  z-index: -1; /*Added z-index to ensure ::before pseudo-element is below the text*/
}

.dropdown-item:hover::before {
  width: 100%;
}

/* <-----------slider---------------> */
.card > img{
height:460px;
width: 100%;
}
.owl-stage{
	position: relative;
}
.photo-slide .owl-prev{
  position: absolute;
	left: -0.5rem;
	top:5rem;
  width: 45px;
  height: 45px;
	background-color:rgb(0, 110, 255)!important;
  border-radius: 0px 200px 200px 0px!important;
	position: absolute;
	top: 50%;
  display: flex !important;
  align-items: center!important;
  justify-content: center!important;
  font-size: 2.2rem!important;
  display: inline-block;
  transition: all 0.9s ease-in;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.photo-slide .owl-next{
 position: absolute;
	right: -0.5rem;
	top:5rem;
  width: 45px;
  height: 45px!important;
	background-color: #1787ff!important;
	border-radius: 200px 0px 0px 200px!important; 
	position: absolute;
	top: 50%;
  display: flex !important;
  align-items: center!important;
  justify-content: center!important;
  font-size: 2.2rem!important;
  display: inline-block;
  transition: all 1s ease-in;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  
  
}
.owl-next span,.owl-prev span{
  font-size: 2.2rem!important;
  color: #fff;
  margin-bottom: 4px!important;
}

.owl-next:hover,.owl-prev:hover {
  background-color: rgb(246, 0, 0)!important;
  border-radius:0.2rem!important; 
}
.owl-next::before,.owl-prev::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #0055ff!important;
  left: 0;
  top: 0;
  transition: all 1s ease-out;
  z-index: -1; /*Added z-index to ensure ::before pseudo-element is below the text*/
}
.slide-footer{
  overflow: hidden;
  
}

/* -------------notic------------- */
.notice-panel {
  background-color: #0056b3;
  color: white;
  padding: 20px;
  height: 100%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}
.notice-panel h3, .notice-panel h5 {
  margin-bottom: 20px;
}
.btn-read-more {
  background-color: white;
  color: #0056b3;
  border: none;
  margin-top: 10px;
  transition: all 1s;
}
.btn-read-more:hover {
  background-color: #0f046e;
  
}
.section-title {
  font-weight: bold;
  margin-bottom: 20px;
  color: #0056b3;
}
ul.list-unstyled li {
  margin-bottom: 8px;
}
.text-dark:hover{
  color: #0056b3;
  text-decoration: underline;
}



.isteColor {
  color: #cd2147;
}

.isteColor:hover {
  color: #353A40;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #cd2147;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.vert .carousel-item-next.carousel-item-start,
.vert .carousel-item-prev.carousel-item-end {
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-end {
  transform: translate3d(0, 90%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-start {
  transform: translate3d(0, -90%, 0);
}
.myshadow{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}
#toggleButton{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all 1s;
}
#toggleButton:hover{
background-color: #0a0268!important;
}

.clip-path-mis{
  clip-path: polygon(50% 10%, 100% 0, 80% 53%, 81% 54%, 100% 100%, 49% 88%, 0 100%, 19% 55%, 19% 55%, 0 0);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  
}

.slide-footer .no .owl-dots{
  display: none;
}
.sec {
  height: 100vh;
  width: 100vw;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/photo-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
}

.main-card {
  width: 380px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.button-box {
  width: 100%;
  margin: 35px auto;
  position: relative;
  box-shadow: 0 0 20px 9px #2428ff1f;
  border-radius: 30px;
}

.log-in-btn, .log-in-btn1 {
  padding: 10px 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  position: relative;
}

#btn {
  top: 0;
  left: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgb(96, 210, 255), rgb(30, 30, 232));
  border-radius: 30px;
  transition: .5s;
}

.log-input {
  padding: 15px;
  height: 40px;
  margin-top: 20px;
  border-radius: 18px;
  border: 1px solid blue;
}

.submit-btn {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  background: linear-gradient(to right, rgb(96, 210, 255), rgb(30, 30, 232));
  border: 0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
}

.social {
  display: flex;
  justify-content: center;
  font-size: 30px;
  margin-top: 20px;
}

.icon {
  color: blue;
  margin-left: 20px;
}

.label-div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #959494;
  margin-top: 20px;
  font-size: 14px;
}
#loder{
  background : #000 url(assets/images/loder.gif) no-repeat center center;
  background-size: 10%;
  z-index: 1000000;
  width: 100%;
  height: 100vh;
  position: fixed;
}