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

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
p{
    text-align:justify;
}

li {
    text-align: justify;
}
.top-bg-green {
    background-color: #679700 !important;
}

.top-bg-green p {
    font-size: 12px;
    padding: 10px 10px;
    transition: 0.5s background-color ease;
}

.top-bg-green p:hover {
    background-color: #5a8500;
    cursor: pointer;
}

.dropdown{
  position: static !important;
}

.dropdown-menu{
  width: 100% !important;
  margin: 0 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 100% !important;
}





@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0 !important;
    top: 55px !important;
    width: 100% !important;
  }
}

.nav-item a {
    color: black;
    font-weight: 500;
    padding: 0;
    margin-top: 10px;
}

.nav-item{
  list-style: none;
}

.dropdown-menu h6{
  color: #3b4805;
  font-weight: bold !important;
  height: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-dark-green{
  color: #3b4805 !important;
}

.text-light-green{
  color: #679700 !important;
}

/* .overlay {
    position: absolute;
    top: 0;
    background-color: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
} */

.bgwhite {
    background-color: rgb(0 0 0 / 70%);
    padding: 10px;
    border-radius: 20px;
}

#event-slider img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-position: center;
}

#event-slider h6 {
    color: #679700;
    font-size: 15px;
    font-weight: 600;
}

.marquee a {
    color: #5a8500;
    text-decoration: none;
}

.marquee {
    height: 250px;
}

marquee {
    animation: marquee 10s linear infinite;
    overflow: hidden;
}

marquee:hover {
    animation-play-state: paused;
}


.Spaces-sec {
    border: 1.5px solid #679700;
    background-color: #e2f0d9;
}




.hover-box {
    transition: 0.5s ease;
}

.hover-box:hover {
    box-shadow: 0px 0px 5px #679700 !important;
    transform: scale(1.04);
    border: 1px solid #679700;
}

.news-top {
    background-color: #3b4805;
}

.news-color {
    background-color: #679700;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 0px 30px 30px 0px;
}




body {
    background: rgba(0, 0, 0, 0.85);
    margin: 0;
    top: 0 !important;
  }
  
  .slider {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
  }
  .slider li {
    position: relative;
    background: none no-repeat center/cover;
    min-height: 100%;
    overflow: hidden;
    flex-grow: 1;
    transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .slider li:hover {
    flex-grow: 8;
  }
  .slider li:hover h1 {
    transform: rotateZ(0) translateY(0);
  }
  .slider li:hover p {
    transform: translateY(calc((100% + 2rem) * -1)) rotateZ(0);
  }
  .slider a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .slider h1 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    font-size: 3rem;
    color: white;
    text-transform: uppercase;
    transform-origin: left top;
    transform: rotateZ(90deg) translateY(-1em);
    font-family: sans-serif;
    transition: 0.25s cubic-bezier(0.35, 0, 0, 1);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  .slider p {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    padding: 1rem;
    font-family: sans-serif;
    transform-origin: left top;
    transform: translateY(0) rotateZ(90deg);
    transition: 0.5s cubic-bezier(0.35, 0, 0, 1);
    width: 35em;
    color: rgba(0, 0, 0, 0.65);
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    border-radius: 0.25rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .slider .one {
    background-image: url(../images/banner1.jpg);
  }
  .slider .two {
    background-image: url(../images/iisrbanner2.jpg);
  }
  .slider .three {
    background-image: url(../images/iisrbanner3.jpg);
  }
  .slider .four {
    background-image: url(../images/iisrbanner4.jpg);
  }
  .slider .five {
    background-image: url(../images/iisrbanner5.jpg);
  }

  .corpo-comun h5{
    background-color: #679700;
    text-align: center;
    color: white;
    font-weight: 600;
  }

  .bg-dark-green{
    background-color: #3b4805;
  }

  .bg-light-green{
    background-color: #679700 !important;
  }

  footer ul li{
    list-style: none;
    margin-top: 5px;
  }

  footer ul li a{
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 14px;
  }

  footer h6{
    color: #679700 !important;
    font-weight: bold;
  }

  .socail-media a{
    border: 2px dashed #679700;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    transition: background-color 0.5s ease;
  }


  .socail-media a:hover{
    background-color: #679700;
    border: 2px solid white;
  }


  /* responsive */
  @media screen and (max-width: 768px) {
    .top-bg-green p {
      font-size: 12px;
    }

    .socail-media{
      flex-wrap: wrap;
    }

    .slider{
      height: 50vh;
    }

    .slider p{
      width: 30rem;
    }
  }


  /* google */
  .VIpgJd-ZVi9od-ORHb-OEVmcd, .goog-te-gadget img ,div#goog-gt-tt{
    display: none !important;
  }

  .goog-te-gadget-simple{
    background-color: transparent !important;
    color: white !important;
    border: 0 !important;
  }

  .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
    color: white !important;
  }

  .ggole-top{
    margin-top: 10px;
  }

  .goog-te-gadget-simple span{
    border-left: 0 !important;
  }

  /* font{
    font-weight: 500 !important;
  } */

  .carousel-item img, .carousel-item video{
    height: 550px !important;
    width: 100%;
    object-fit: cover;
  }

  table th, table td{
    text-wrap: nowrap;
  }

  .hover-effect{
    transition: background-color 0.5s ease;
  }

  .hover-effect:hover{
    background-color: #5a8500;
    color: white !important;
  }

  .hover-effect:hover a{
    color: white !important;
  }

  .breadcrum{
    background: #6797006b;
    color: #000000;
  }


  /* bottom */
  #inside-links {
    padding: 2rem 0rem;
}



.inside-links-container {
    background: #f8f9fa;
    padding: 1rem .5rem;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.inside-links-container a {
    text-decoration: none;
    font-size: 12px;
    color: #333;
    padding: 7px 10px;
    background: #fff;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    border: 1px solid #ddd;
}

.inside-links-container a:hover {
    background: #679700;
    color: #fff;
    border-color: #679700;
}

.sec-hed h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.sec-hed h3::after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3px;
    background-color: #679700;
    bottom: 25px;
    right: -90%;
    transform: translateX(-50%);
}
.staff-list .card .card-body p {
    text-align: center !important;
}