@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* navbar */
nav.navbar {
  background-color: #041d54;
  /* height: 13vh; */
}

.hamburger-line {
  width: 31px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
}

.nav-link {
  color: white;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover,
.dropdown-item:hover {
  text-decoration: none;
}

.nav-link:focus {
  color: #fff;
}

.ipu-logo {
  height: 80px;
  margin-right: 10px;
  margin-left: 20px;
}

.trn {
  background: transparent;
  z-index: 999;
}

.dropDown-heading {
  font-weight: 700;
}

.dropDown-heading li {
  color: black !important;
  text-decoration: none;
}

.dropDown-heading:hover {
  background-color: white;
  /* color: black; */
}

.navbar .nav-link:hover {
  color: #ffcb04;
}

.navbar .nav-link:focus {
  color: #ffcb04;
}

.dropdown-menu {
  background: white;
}

.dropdown-item {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dropdown-item:hover {
  color: #4ecdfc;
}

.dropDown-heading:hover {
  color: black;
}

.navbar .row {
  min-width: 480px;
}
.new_cards {
  margin-top: 30px;
  height: 210px;
  background-color: #b9eafc69;
  border-radius: 10px;
  border: 5px solid white;
}

@media screen and (max-width: 500px) {
  .new_cards {
    width: 100%;
    margin-top: 30px;
  }
}

.check > h5 > a {
  padding: 10px;
  font-size: 1.2rem;
}

.navbar .w-50 {
  min-width: 240px;
}

.navbar .nav-link:active {
  color: #ffcb04;
}

.navbar-toggler {
  z-index: 3;
  background-color: white !important;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {

  .navbar .w-50 {
    width: 100%!important;
    margin-top: 1%;
}

.navbar-collapse{
  overflow: hidden;
}

/* .navbar-nav .dropdown-menu{
  width: 60%!important;
} */

/* .navbar-nav .dropdown-item {
  display: inline-block!important;
} */
}

@media only screen and (max-width: 768px){
  /* .navbar-nav .dropdown-menu{
    width: 60%!important;
    overflow: hidden;
  } */

  /* .navbar-collapse{
    overflow: hidden;
  } */

  
  /* .dropdown-item, .dropdown-divider, .dropdown-menu {
    width: 62vw!important;
  } */

  /* .navbar .row {
    min-width: 200px;
  } */
}


@media only screen and (min-width: 992px) {
  
  #quick-links{
    margin-left: -92%;
  }
}

/* search Box */
#searchBox {
  margin-top: -5px;
  /* float: right; */
  margin-right: 20px;
}

@media only screen and (max-width: 992px) {
  #searchBox {
    margin-left: 30px;
  }
}

.tftextinput2 {
  border: none;
  border-radius: 3px;
}

.tftextinput2 {
  padding: 5px 20px 5px 20px;
  width: 20px;
  color: #525252;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(to right, #ffffff 0%, #464747 #f9f9f9 100%);
  transition: width 0.4s ease;
  outline: none;
  width: 180px;
}

.tftextinput2:hover {
  border-color: #ffcb04;
}

.tftextinput2::placeholder {
  color: #525252;
}

.force-overflow {
  /* border-radius: 8px 8px; */
  border: 0 0 2px 0 solid #000000;
  max-height: 150px;
  float: left;
  height: 150px;
  width: 168px;
  background: #f5f5f5;
  overflow-y: scroll;
}

#wrapper {
  margin-top: 3px;
  link: #000000 !important;
  text-align: center;
  background: white;
  color: 000000;
  z-index: 1;
  position: absolute;
  height: auto;
  width: 180px;
  border-radius: 4px;
  /* margin-left:2px; */
}

#wrapper a:hover {
  text-decoration-color: #4ecdfc;
}

#wrapper::-webkit-scrollbar-track {
  /* width: 10px; */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(122, 153, 217)),
    color-stop(0.72, rgb(73, 125, 189)),
    color-stop(0.86, rgb(55, 89, 190))
  );
}

/* carousel */
.panels {
  font-size: 1.4rem;
  height: 450px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 5px solid white;
}

.container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

#index-new-carousel .carousel-div {
  /* margin-top: -27px; */
  height: 87vh;
  position: absolute;
  top: 0;
}
#index-new-carousel .carousel {
  width: 100%;
}

/* .carousel-image {
  height: 620px;
} */

#index-new-carousel .carousel .carousel-inner{
  height:87vh;
  /* height: 720px; */
  }
  #index-new-carousel .carousel-inner .carousel-item img{
  height:87vh;
  /* height: 720px; */
  }
  
  @media(max-width:992px){
    #index-new-carousel .carousel .carousel-inner{
        width: 100%;
        height:450px
      }
      #index-new-carousel .carousel-inner .carousel-item img{
        width: 100%;
        height:450px;
      }
  }

  @media(max-width:768px){
    #index-new-carousel .carousel .carousel-inner{
        width: 100vw;
        height:auto;
        object-fit: contain;
      }
      #index-new-carousel .carousel-inner .carousel-item img{
        object-fit: contain;
        width: 100vw;
        height:auto;
      }
  }

  /* @media(max-width:400px){
    #index-new-carousel .carousel .carousel-inner{
        width: 100%;
        height:250px
      }
      #index-new-carousel .carousel-inner .carousel-item img{
        width: 100%;
        height:250px;
      }
  } */

/* .carousel-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 2;
  opacity: 0.2;
}

@media only screen and (max-width: 992px) {
  .carousel-color{
    display: none;
  }
} */

#index-new-carousel .carousel-button,
#index-new-carousel .carousel-indicators {
  z-index: 3;
}

#index-new-carousel .carousel-div {
  position: relative;
}

#index-new-carousel .carousel-indicators .active {
  width: 30px !important;
  height: 3px !important;
}

/* alert */
.alert-marquee {
  background-color: #b9eafcec;
  padding: 4px;
  font-weight: 600;
  font-size: large;
}

.alert-marquee a {
  color: black;
  text-decoration: none;
}

.alert-marquee a:hover {
  color: rgb(27, 27, 109);
}

/* urgent notices */

/* card */
.card {
  /* width: 100%; */
  /* margin: 0 50px; */
  width: 100%;
  height: 220px;
  background-color: #b9eafc69;
  border-radius: 10px;
  border: none;
}

.card-title {
  padding: 0;
  border: none;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.urgent-header {
  text-align: center;
  margin-bottom: 15px;
  font-size: 35px;
  margin-top: 10px;
  padding: 17px;
}
.urgent-notice {
  padding: 20px;
}
.urgent-button {
  background-color: #061b49;
  color: #ffcb04;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  padding: 3% 6%;
  margin: 2px;
  transition: all 0.3s ease-in-out;
}

.urgent-button:hover {
  transform: translateY(-4px);
  box-shadow: 3px 3px 4px#041D53;
}
.urgent-icon {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: -30px;
  font-size: 2rem;
}

.urgent-icon-bulb {
  /* width: 50px;
  height: 0px; */
  font-size: 3rem;
  margin-left: 65px;
  margin-top: -40px;
}

.urgent-link {
  padding: 0;
  border: none;
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
  color: black;
  text-decoration: none;
}

.urgent-link:hover {
  color: #041d53;
}

#urgent-first {
  margin: 0;
}

.ipu-mail {
  font-size: 12px;
}
@media only screen and (max-width: 1142px) {
  .card-title {
    text-align: center;
    font-size: 10px;
    /* height: 10px; */
  }
  
  .urgent-header {
    margin-left: 40px;
  }

  .ipu-mail {
    font-size: 8px;
  }
  /* .card{
    width: 50%;
  }; */
  .card-body {
    /* height: 50px; */
    /* width: 40px; */
    padding: 0;
  }
  
  .contact-info {
    height: 20px;
  }
}
@media only screen and (max-width: 680px) {
  /* .urgent-notice{
     position: absolute;
   }; */
  .card {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .card-title {
    text-align: center;
    font-size: 9px;
    /* height: 10px; */
  }
  .ipu-mail {
    font-size: 2px;
  }
  /* .card{
    width: 0%;
  } */
}

@media only screen and (max-width: 576) {
  .card-title {
    text-align: center;
    font-size: 4px;
    /* height: 10px;  */
  }
  .card {
    margin: 0 4%;
  }
  .card-body {
    width: 100%;
  }

  .ipu-mail {
    font-size: 2px;
  }
}

.col {
  margin-right: 10px;
}

/* notice */

.notice {
  /* font-size: 20px; */
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
/*

.col marquee{
  height : -1px;
}*/
.col {
  /*height: 50%;*/
  /* border: 2px solid #041D53; */
  margin-right: 20px;
  border-radius: 10px;
  /* position: relative; */
  text-align: center;
  /* color: white; */
}

.col ul {
  margin-left: 0;
}

.col li {
  text-align: left;
}

#col-1 {
  background: #b9eafc69;
}

#col-2 {
  background: #b9eafc69;
}

#col-3 {
  background: #b9eafc69;
}

#col-4 {
  background: #b9eafc69;
}

.col-3-ul {
  height: 68%;
}

.panels a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  line-height: 2;
}

.col p {
  font-weight: 700;
  padding-top: 10px;
  font-size: 16px;
}

.panels a:hover {
  color: blue;
  text-decoration: none;
}

.notice-button {
  background-color: #041d53;
  color: #ffcb04;
  border: none;
  border-radius: 50px;
  padding: 2% 6%;
  margin: 1rem 0;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease-in-out;
}
.col-4 .notice-button {
  margin-bottom: 0px;
}

.button link {
  color: #ffcb04;
}

.notice-button:hover {
  transform: translateY(-4px);

  box-shadow: 3px 3px 4px #041d5398;
}

/* social */

.socials_embedd {
  height: 400px;
  overflow: scroll;
  /* padding: 30px 0; */
  background-color: #b9eafc69;
  border-left: 4px solid #b9eafc69;
  border-right: 4px solid #b9eafc69;
  border-bottom: 28px solid #b9eafc69;
  border-top: 28px solid #b9eafc69;
}
.emailtext {
  font-size: 1rem;
}
@media screen and (min-width: 766px) and (max-width: 990px) {
  .emailtext {
    font-size: 0.6rem;
  }
  .new_cards {
    height: 300px;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.socials_embedd::-webkit-scrollbar {
  display: none;
}

.socials_embedd {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* footer */

#new_footer .new_footer-image {
  position: absolute;
  margin-left: 10px;
  /* bottom: 70%; */
}
#new_footer .new_icons {
  display: flex;
  padding-top: 15px;
  margin-left: 0;
  margin-top: -80px;
}
#new_footer li {
  font-size: 1.2rem;
  line-height: 1.5;
}
#new_footer .container {
  padding-top: 70px;
}
#new_footer .new_icongap {
  margin-left: 10px;
  padding: 4px;
  font-size: 1.4rem;
}

#new_footer {
  margin-top: 100px;
  background: #041d53;
}

#new_footer a {
  color: #ffffff;
  text-decoration: none;
}

#new_footer a:hover {
  color: #ffcb04;
}

@media screen and (max-width: 1100px) {
  #new_footer .container {
    padding-top: 120px;
  }
}

/* vc-sir-page styling */

.vc-sir-1 {
  margin: 5% 9% 3px 9%;
  padding: 2% 2% 5% 4%;
  background-color: #c9eafc;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #46474762;
}

.vc-sir-img {
  background-color: white;
  border-radius: 10px;
  width: 23%;
  margin-right: 10%;
  margin-left: 3%;
  padding: 2%;
  float: left;
  box-shadow: inset 3px 3px 3px #46474762, 3px 3px 3px #46474762;
}

img.rounded-corners {
  border-radius: 20px;
}

.vc-sir-1 p {
  margin: 0;
  padding: 0;
}

.vc-sir-1 .p1 {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}

.vc-sir-1 .p2 {
  font-size: 18px;
  font-weight: 600;
}

.vc-sir-1 .p3 {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.vc-sir-1 .p2-1st,
.vc-sir-1 .p3-1st {
  margin-top: 1%;
}

/* vc-sir-page-buttons */

.vc-sir-page-buttons {
  margin: auto;
  text-align: center;
}
.vc-buttons {
  background-color: #041d54cb;
  color: white;
  font-size: 20px;
  padding: 1.5% 9%;
  font-weight: 600;
  margin: auto 0.5%;
  border: none;
  border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 803px) {
  .vc-buttons {
    margin: 0.5%;
  }
}

@media only screen and (min-width: 1800px) {

  .vc-sir-img {
    width: 19%;
  }

}

@media only screen and (min-width: 2500px) {

  .vc-sir-img {
    width: 18%;
  }
  
}

@media only screen and (min-width: 2800px) {

  .vc-sir-img {
    width: 15%;
  }
  
}

.vc-buttons:hover,
.vc-buttons:focus,
.vc-buttons:active {
  color: #ffcb04;
}

/* awards, positions, publications section of vc-sir-page */

#vc_sir_awards,
#vc_sir_publications {
  display: none;
}

.vc-sir-2 {
  margin: 3% 9%;
  padding: 2% 2% 1% 2%;
  background-color: #c9eafc;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #46474762;
}

tr,
td {
  box-shadow: 3px 3px 3px #46474762;
}

/* .positions-header{
  width: 100%;
} */

.table-header {
  text-align: center;
}

/* Registrar code */
.regimg > img {
  margin-top: 20px;
  width: 50%;
}
.regfont {
  font-size: 1.6rem;
}
.regfont2 {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .regimg > img {
    width: 70%;
  }
  .regfont {
    font-size: 1.2rem;
  }
  .regfont2 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1000px) {
  .regimg > img {
    width: 90%;
  }
}

.linkclick:hover {
  text-decoration: none;
  cursor: pointer;
}

.rg-sir-page-buttons {
  margin: auto;
  text-align: center;
}

.rg-buttons {
  background-color: #041d54cb;
  color: white;
  font-size: 20px;
  padding: 1.5% 15%;
  font-weight: 600;
  margin: 0.5%;
  border: none;
  border-radius: 10px;
}

#reg_awards {
  display: none;
}

.rg-buttons:hover,
.rg-buttons:focus,
.rg-buttons:active {
  color: #ffcb04;
}

.reg-sir-2 {
  margin: 3% 8%;
  font-size: 28px;
}

.reg-sir-civil {
  text-decoration: underline;
}

.socials-button{
  background-color: #041d53;
  color: #ffcb04;
  border: none;
  border-radius: 50px;
  padding: 2% 6%;
  margin: 1.3rem 0.8rem 1rem 0.8rem;
  font-weight: 700;
  font-size: 1.1rem;
  transform: translateY(20%);
  transition: all 0.3s ease-in-out;
}

.socials-button a{
  text-decoration: none;
}

@media screen and (max-width: 1400px){
  .socials-button{
    font-size: 0.9rem;
  }
} 
@media screen and (max-width: 1200px){
  .socials-button{
    font-size: 0.7rem;
  }
} 



/* .card-socials{
  height: 210px;
} */

.new_cards_social{
  margin-top: 30px;
  width: 300px;
  height: 210px;
  background-color: #B9EAFC69;
  border-radius: 10px;
  border: 5px solid white;
}

.card-body{
  background-color: #B9EAFC69;
}

.socials-button:hover{
  transform: translateY(-1px);
  box-shadow: 3px 3px 4px #041d5398;
}