.index_slider {
  height: 72vh;
}

#inidex_slide {
  margin-top: 90px;
}

#card_main:hover{
    transition: 0.7s;
  box-shadow: 0px 0px 13px 2px #cbefffd4 !important;
}

.updates_head {
  border-bottom: 1px solid black;
  border-radius: 10px;
  border-top: 1px solid black;
  background: aliceblue;
}

.updates_head h2 {
  padding: 1px;
}

.phil {
  margin-bottom: 18px;
  background: #dbffff6b;
  transition: 0.7s;
  box-shadow: 0px 0px 13px 2px #91efef96 !important;
}

.faci {
  margin-bottom: 18px;
  background: #cbefffd4;
  transition: 0.7s;
  box-shadow: 0px 0px 13px 2px #cbefffd4 !important;
}

.comm {
  margin-bottom: 18px;
  background: #ffe6cfba;
  transition: 0.7s;
  box-shadow: 0px 0px 13px 2px #ffe6cfba !important;
}

.phil:hover {
  background: #a5000021;
  box-shadow: 0px 0px 15px #dbffff6b !important;
  transition: 0.7s;
}

.faci:hover {
  background: #a5000021;
  box-shadow: 0px 0px 13px 2px #84282a8c !important;
  transition: 0.7s;
}

.comm:hover {
  background: #a5000021;
  box-shadow: 0px 0px 15px #ffe6cfba !important;
  transition: 0.7s;
}

.phil .card-body {
  padding: 5px;
  height: 152px;
}

.faci .card-body {
  padding: 5px;
  height: 152px;
}

.comm .card-body {
  padding: 5px;
  height: 152px;
}

img {
  width: 100%;
}

.house_jal {
  box-shadow: 1px 1px 2px 2px #078dd6;
  border-radius: 5px;
  padding: 15px;
  background: #def0fb;
  height: 100%;
}

.house_agni {
  box-shadow: 1px 1px 2px 2px #e36904;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  background: #f6f092;
}

.house_prithvi {
  box-shadow: 1px 1px 2px 2px #006738;
  border-radius: 5px;
  height: 100%;
  padding: 15px;
  background: #68ffb3;
}

.house_vaayu {
  box-shadow: 1px 1px 2px 2px #fff200;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  background: #f0be23;
  color: #fff;
}

.house_txt {
  text-align: center;
  width: 75%;
  margin: auto;
}

.house_jal .house_txt h1 {
  font-size: 43px;
  font-weight: 800;
  color: #1395da;
  font-family: "Caveat", cursive;
}

.house_agni .house_txt h1 {
  font-size: 43px;
  font-weight: 800;
  color: #e36904;
  font-family: "Caveat", cursive;
}

.house_prithvi .house_txt h1 {
  font-size: 43px;
  font-weight: 800;
  color: #006738;
  font-family: "Caveat", cursive;
}

.house_vaayu .house_txt h1 {
  font-size: 43px;
  font-weight: 800;
  color: #fff200;
  font-family: "Caveat", cursive;
}

.house_txt p {
  font-size: 18px;
  line-height: 23px;
}

.house_img {
  width: 180px;
  margin: auto;
}

.message_content p {
  margin-bottom: 5px;
}
.newsss {
  margin-top: 90px;
  padding: 0;
  background: #b3d4ff;
}

.newss {
  padding: 0;
  background: #0450a79e;
  position: relative;
    top: -56px;
}

.content h6 {
  font-size: 18px;
  color:#fff;
  line-height: 18px !important;
    border-right: 3px solid #fff;
    padding-right: 31px;
padding-bottom: 4px;
}

.hero_logo h5{
font-size: 30px;
    font-weight: 800;
    color: #fff;
    padding-top: 15px;
    font-family: sans-serif;
}

.marqdiv {
  padding-top: 11px;
}

.marqdiv .content {
  padding: 5px 20px;
}

.even_notice {
        border: 1px solid black;
        display: inline-block;
        border-radius: 25px;
        padding: 10px;
        height: 250px;
        margin-left: 50px;
        margin-top: 15px;
        margin-bottom: 15px;
        box-shadow: 5px 10px 8px #888888;
    }

.accordion-header {
  padding: 0;
}

.accordion-header .accordion-button {
  padding: 6px 26px;
}

.gallery_img{
  padding: 4px;
    margin: 15px 10px;
    box-shadow: 0px 0px 9px 3px;
}

.gallery_img img{
  width: 375px;
    height: 170px;
}

.gallery_video {
   padding: 4px;
    margin: 15px 10px;
    box-shadow: 0px 0px 9px 3px;
}

.gallery_video img{
    height:170px;
}

.hero_img img{
    height:90vh;
}

.hero_logo{
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 9;
    bottom:50%
}



.video_btn{
            position:relative;
            bottom: 134px;
            text-align:center;
        }
            .video_btn i{
                color: #fff;
    background: #FF0000;
    padding: 15px 15px 15px 20px;
    border-radius: 50%;
    font-size: 24px;
    transition:0.7s;
            }
            
.play-btn:hover i{
  background: #e20606;
         padding: 15px 15px 15px 20px;
    border-radius: 50%;
    font-size: 22px;
    transition:0.7s;
        }

.footer-links-soi .facebook a:hover{
   color:#fff;
  background: #385793;
}

.footer-links-soi .twitter a:hover{
  color: #1DA1F2 !important;
  background: whitesmoke;
}

.footer-links-soi .instagram a:hover{
  background: -webkit-gradient(linear, left top, right top, from(#8a2387), color-stop(#e94057), to(#f27121));
  background: linear-gradient(to right, #8a2387, #e94057, #f27121);
  color: #fff;
}

.footer-links-soi .youtube a:hover i{
  color: #fff;
  background: #FF0000;
}

 .hero{
     margin-top: 72px;
 }

.news_event{
        background: #a5000021;
    padding: 20px 30px;
    border-radius: 5px;
    height:115px;
}

.news_event .date{
    text-align:center;
}

.news_event .date h5{
    font-size: 21px;
    font-weight: 800;
    border-right: 4px solid #862e2f;
    padding-right: 7px;
}

.date_cont{
    padding-left: 10px;
}

.date_cont h3{
    font-size: 20px;
    font-weight: 700;
    padding:0;
    margin:0;
}

.date_cont p{
    font-size: 14px;
    font-weight: 600;
    font-family: ui-rounded;
    color: #464646;
}

@media (max-width: 590px) {
  .navbar-brand img {
    width: 70px;
  }
  .navbar-brand h4 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 0;
  }

  .newsss {
    margin-top: 67px;
    padding: 0;
    background: #b3d4ff8f;
  }

  .timeline__item--bottom {
    width: 255px !important;
    height: 268px !important;
    top: 43px;
  }

  .box-slider {
    height: 100vh;
  }
  .index_slider {
    height: auto;
  }
  .updates .marquee {
    height: 230px;
  }
  
  .hero{
      margin-top: 45px;
  }
  
  .hero_img img{
    height:64vh;
}

.hero_logo{
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 9;
    bottom:65%
}

.hero_logo h5 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    padding-top: 28px;
    font-family: sans-serif;
}

.hero_img:before {
    content: "";
    /* background: rgba(0, 0, 0, 0.61); */
    background: linear-gradient( 106deg, rgba(0, 0, 0, 1) 2%, rgba(0, 0, 0, 0.34038622773328087) 56%, rgba(0, 0, 0, 0.2999) 100% );
    position: absolute;
    bottom: 0;
    top: 0;
    height: 69vh;
}
}

@media (max-width: 290px) {
  .navbar-brand h4 {
    display: none;
  }

  .phil .card-body {
    padding: 5px;
    height: 205px;
  }

  .faci .card-body {
    padding: 5px;
    height: 205px;
  }

  .comm .card-body {
    padding: 5px;
    height: 205px;
  }
}
