body {
	  height: 80vh;
      width: 100%;
    }
			
	@media screen and (max-width: 600px) {
	  #clockdiv > div{
		  padding: 1.5vh;
		  margin-right: 20px;
		  border-radius: 50%;
          font-weight: bold;
		  display: inline-block;
		  width: 10vh;
		  height: 10vh;
		  font-size: 3vh;
		  color: white;
		  line-height: 1;
		  letter-spacing: 0px;
		  font-family: "Poppins", sans-serif;
		  text-align: center;
		  border: 2px solid #95d9f8;
	  }
		.smalltext{
		  padding-top: 5px;
		  font-size: 1.5vh;
		}
	}
		
	@media screen and (min-width: 600px) {
	  #clockdiv > div{
		  padding: 4.5vh;
		  margin-right: 20px;
		  border-radius: 50%;
		  font-weight: bold;
		  display: inline-block;
		  width: 17vh;
		  height: 17vh;
		  font-size: 5vh;
		  color: white;
		  line-height: 1;
		  letter-spacing: 1px;
		  font-family: "Poppins", sans-serif;
		  text-align: center;
		  border: 2px solid #95d9f8;
	  }
	  .smalltext{
		  padding-top: 5px;
		  font-size: 2vh;
	  }
	}	
	
	#clockdiv div > span{
	  display: inline-block;
	}
		
	#headertitle{
	  font-size: 50px;
  	  color: black;
	  line-height: 1;
	  letter-spacing: 1px;
	  font-weight: bold;
	  font-family: "Poppins", sans-serif;
	  text-align: center;
	  margin-top: 50px;
	}
		
	#conferenceinfo{
	  font-size: 30px;
  	  color: white;
	  line-height: 1;
	  letter-spacing: 1px;
	  
	  font-family: "Poppins", sans-serif;
	  text-align: center;
	  margin-top: 20px;
	}
		
	#headertitle span{
	  font-size: 50px;
  	  color: #fba507;
	  line-height: 1;
	  letter-spacing: 1px;
	  font-weight: bold;
	  font-family: "Poppins", sans-serif;
	  text-align: center;
	}
		
	.login-error{
		color: #D5080B;
		font-size: 0.8rem;
		position: relative;
		line-height: 1;
	}
		
	.login-error2{
		background-color: #D5080B;
		padding: 15px;
		color: #ffffff;
		font-size: 1rem;
		position: relative;
		line-height: 1;
		font-family: "Poppins", sans-serif;
	  	text-align: center;
		border-radius: 20px;
		margin-bottom: 30px;
		width: 400px;
	}
	
	.boxback{
		background-image: url("assets/img/bocbackground.png");
		background-size:auto;
		background-repeat: no-repeat;
		opacity: 1;
  		transition: .3s all ease;
	}
		
	.input-group-addon .fa {
		font-size: 18px;
	}
		
	.box{
		margin: 10px;
        width: 100%;
		height: 100%;
        position: absolute;
        opacity: 0.7;  /* for demo purpose  */
    }
    .stack-top{
        z-index: 9;
        margin: 0px; /* for demo purpose  */
		background: #00000;
		width: 100%;
		height: 150%;
    }
	.carousel-inner img 
	{
		width: 100%;
		
  	}
	.content {
		position: relative;
		width: 90%;
		max-width: 200px;
		margin: auto;
		overflow: hidden
	}

	.content .content-overlay {
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out 0s;
		-moz-transition: all 0.4s ease-in-out 0s;
		transition: all 0.4s ease-in-out 0s;
		border-radius: 25px
	}

	.content:hover .content-overlay {
		opacity: 1
	}

	.content-image {
		width: 100%
	}

	

	.content-details {
		position: absolute;
		text-align: center;
		padding-left: 1em;
		padding-right: 1em;
		width: 100%;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s
	}

	.content:hover .content-details {
		top: 50%;
		left: 50%;
		opacity: 1
	}

	.content-details h3 {
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.15em;
		margin-bottom: 0.5em;
		text-transform: uppercase
	}

	.content-details p {
		color: #fff;
		font-size: 0.8em
	}

	.fadeIn-bottom {
		top: 80%
	}

	/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#coursedirectors2{
		margin-left: 0px;
	}
	#international2{
		margin-left: 0px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	#coursedirectors2{
		margin-left: 0px;
	}
	#international2{
		margin-left: 0px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#coursedirectors2{
		margin-left: 30px;
	}
	#international2{
		margin-left: 30px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#coursedirectors2{
		margin-left: 30px;
	}
	#international2{
		margin-left: 30px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#coursedirectors2{
		margin-left: 30px;
	}
	#international2{
		margin-left: 30px;
	}
}
	  

	  
.blink_me {
	  animation: blinker 3s linear infinite;
	}

	@keyframes blinker {  
	  50% { opacity: 0; }
	}
    .highlight-box{
    background-color: #18156a;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    }
    
    .highlight-box h5{
    font-size:17px
    }
    