.menuHover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 200px;
  max-width: 290px;
  z-index: -1;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  background-color: transparent !important;
}

.parallelogram {
  width: 56px;
  height: 100%;
  transform: skew(10deg);
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 35px;
}

.parallelogram1 {
  width: 58px;
  height: 100%;
  transform: skew(10deg);
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 35px;
}

@media only screen and (min-width:1024px) and (max-width:1095px) {
  .margin{
    margin-top:200px !important;
  }
}
.margintop {
  margin-top: 220px !important;
}

@media only screen and (max-width: 345px) {
  .margintop {
    margin-top: 102px !important;
  }
}

@media only screen and (min-width: 345px) and (max-width: 608px) {
  .margintop {
    margin-top: 74px !important;
  }
}

@media only screen and (min-width: 608px) and (max-width: 639px) {
  .margintop {
    margin-top: 44px !important;
  }
}

@media only screen and (min-width:240px) and (max-width:413px) {
  .margintop {
    margin-top:-50px !important;
  }
}

@media only screen and (max-width: 766px) {
  .logo img {
    justify-items: center;
  }
}

.center {
  position: absolute;
  top: 45%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: black;
  font-weight: 500;
  font-size: 80px;
}


@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.snip1113 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

}

.arrow-pointer {
  width: 300px;
  height: 50px;
  background: black;
  position: relative;

  &:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }

  &:before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid black;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #555;
  border-bottom: 10px solid transparent;
}

.box {
  width: 100%;
  height: 130px;
  background-color: #212529;
  border-radius: 5px;
}

.b-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: -90px;
  margin-left: 50px;
  border: 2px solid rgb(245, 192, 58);

}

.student-img {
  border-radius: 20px;
  border: 4px solid grey;
  padding: 10px;
  width: 150px;
  height: 190px;
  margin-top: 60px;
  margin-left: -50px;
  visibility: visible;
}

.card-img {
  position: relative;
  width: 170px;
  height: 350px;
  background-image: linear-gradient(to bottom, #FFEB3C 0%, #ff9600 100%);
  margin-left: 50px;
  border-radius: 20px;
  transition: .5s ease;
}

.ann-img {
  width: 250px;
  height: 250px;
  border-radius: 5px;
  border-width: 2px;
  border-color: #cccaca;
}

 
html {
  height: 100%;
}

body {
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}

.img-b {
  border-radius: 50%;
  border: 4px solid grey;
  padding: 10px;
  width: 200px;
  height: 150px;
}

.cont {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.phd {
  margin-left: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #2200bd;

}

 

.county {
  position: relative;
  min-height: 100vh;
  background: #ddd;
}

.county .image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 10px;
  padding-top: 5%;
}

.county .image-container .image {
  height: 250px;
  width: 350px;
  border: 10px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}

 .image-container  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .2s linear;
}

 .image-content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.5);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  font-size: 25px;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.county .image-container .image:hover img {
  transform: scale(1.1);
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 94%;
  padding: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  margin: 0px auto;
}

.icar-ciae img {
  width: 100%;
  height: 550px;
}

@media only screen and (min-width: 1024px) and (max-width:1115px) {
  ul li .list {
    font-size: small;
  }
}

@media only screen and (min-width: 1024px) and (max-width:1039px) {
  ul li .list {
    font-size: x-small;
  }
}

@media only screen and (min-width: 414px) and (max-width:1039px) {
  ul li .list {
    font-size: x-small;
  }
}

@media only screen and (min-width: 414px) and (max-width:639px) {
  .hidden {
    visibility: hidden;
  }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
  .margintop {
    margin-top: 230px !important;
  }

}

@media only screen and (min-width: 390px) and (max-width: 900px) {
  .center {
    padding-top: 15%;
  }
}

@media only screen and (min-width: 1284px) and (max-width:1696px) {
  .frame {
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
  .media {
    flex-direction: column;
    text-align: center;
  }
}

/* For menubar dropdown hover start */
.menuHover {
  display: none;
}

.mt-2:hover .menuHover {
  display: block;
}

.hidden-dropdown {
  display: none;
}

.mt-2:hover .hidden-dropdown {
  display: block;
}

/* For menubar dropdown hover end */
.banner_img img {
  height: 60vh;
}

.sec_padding {
  padding: 50px 0px;
}

/* Social media icons should be in the right side bar and a popup should appear */

.icons {
  position: fixed;
  top: 40%;
  right: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.icons a {
  text-decoration: none;
  padding: 10px;
  font-size: 22px;
  margin: 2px;
  text-align: left;
  border-radius: 50px 0px 0px 50px;
  transform: translate(140px, 0px);
  transition: all 1s;
}

.icons a:hover {
  transform: translate(0px, 0px);
  color: #fff
}

.icons a i {
  margin-right: 20px;
  background-color: white;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.icons a:hover i {
  transform: rotate(360deg);
}

.icons a i.fa-facebook-f {
  color: #2C80D3;
}

.icons a i.fa-youtube-play {
  color: #fa0910;
}

.icons a i.fa-twitter {
  color: #53c5ff;
}

.facebook {
  background-color: #2C80D3;
  color: white;
}

.youtube {
  background-color: #fa0910;
  color: white;
}

.twitter {
  background-color: #53c5ff;
  color: white;
}


.video-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 10px;
}

.video-container .video {
  height: 250px;
  width: 350px;
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  overflow: hidden;
}

.video-container .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .2s linear;
}

/* .video-container .video:hover video {
  transform: scale(1.1);
} */

.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgb(0, 0, 0 .8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity:0;
  z-index: 1;

}
.popup-video.active{
  visibility:visible;
  opacity:1;
}

.popup-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:800px;
  border-radius: 5px;
  border: 3px solid #fff;
  object-fit: cover;
  
}

.popup-video span {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
  z-index: 100;
  cursor: pointer;
}
.popup-video .close{
  position: absolute;
  right:50%;
  top:28%;
  width: 30px;
  height: 30px;
  background: #fff ;
  color:black  ;
  font-size: 25px;
  font-weight:600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  
} 
.videoicon{
  position: absolute;
  margin-left:150px;
  /* border: 2px solid #007fa6; */
  /* border-radius:50%; */
  margin-top:70px;
  font-size:40px;
}
/* .popup{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0 .8);
} */
.popup video{
  position: relative;
  max-width: 900px;
  outline: none;
  box-shadow: 0 0 10px 10px rgba(255,255,255,.4);
}
 


.logo img {
  width: 120px;
  margin: auto;
}


/* scientific staff img hovering icon */
.img-circle {
  position: relative;
  width: 200px;
  height: 200px;
  border: 5px solid #cccaca;
  border-radius: 50%;
  overflow: hidden;
}

.img-circle img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.img-circle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 0%;
  transform: skewX(-40deg);
  transition: all 1s;
}

.img-circle:hover::before {
  left: -50%;
  width: 200%;
}


.content {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.img-circle:hover .content {
  opacity: 1;
}

.content ul li i {
  color: #007fa6;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  transform: translateY(250px);
  transition: all 1s;
}

.img-circle:hover .content ul li i {
  transform: translateY(0px);
}




.popup {
  display: none;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 50px;
  z-index:9999;
  width:1200px;
  height:700px;
}
.popup .close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: #222;
  color: #fff;
  font-size: 25px;
  font-weight:600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  
}

/* Styles for the tab buttons */
.tab-button {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  background-color: #ccc;
  color: #333;
  border-radius: 5px;
}

.tab-button.active {
  background-color: #007BFF;
  color: #fff;
}

/* Styles for the tab content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.pagal img{
  width: 150px;
  height: 150px;
  border: 2px solid  #cccaca;
  margin-left: 65px;
    
} 
  /* message css */
  
.paragrah p{
   line-height: 1.4;
   text-align: justify;
}
#check{
  display: none;
}
.paragrah .content{
  display: none;

}
label{
  display: inline-block;
  margin-top: 15px;
  color:#007fa6;
  text-decoration:none;
  cursor: pointer;
  font-weight:600;
}
#check:checked ~ .content{
  display: block;
}

#check:checked ~ label{
  visibility: hidden;
}

#check:checked ~ label::after{
  content:"show less";
  display: block;
  visibility: visible;
}
 .fix{
  height: 650px;
 }


 /* event and training page responsive */

 @media only screen and (min-width:340px) and (max-width:1265px) {
  .grid_training {
    gap:0px;
  }
}