@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");
/* For image slider */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.topspace {
	margin-top: 5em;
}
@media screen and (max-width: 1920px) {
	.topspace {
		margin-top: 6em;
	}
}

@media screen and (max-width: 1366px) {
	.topspace {
		margin-top: 4em;
	}
}

@media screen and (max-width: 1680px) {
	.topspace {
		margin-top: 7em;
	}
}

@media screen and (max-width: 1280px) {
	.topspace {
		margin-top: 7em;
	}
}

@media screen and (max-width: 980px) {
	.topspace {
		margin-top: 10em;
	}
}

@media screen and (max-width: 736px) {
	.topspace {
		margin-top: 4em;
	}
}

@media screen and (max-width: 480px) {
	.topspace {
		margin-top: 10em;
	}
}

/* chairman pic */
.chairmanpic {
	width: 100%;
	border-radius: 8px;
}
@media screen and (max-width: 1920px) {

	.chairmanpic {
	 display: none;
	}
	.chairmanpicv2 {
		display: block;
	}
	
	.chairmanpicv3{
		display: none;
	}
	.chairmanpicv4{
		display: none;
	}
	
	}

	@media screen and (max-width: 1366px) {

		.chairmanpic {
		 display: none;
		}
		.chairmanpicv3{
			display: block;
		}
		
		.chairmanpicv4{
			display: none;
		}
		.chairmanpicv4{
			display: none;
		}
		
		}
@media screen and (max-width: 1680px) {

.chairmanpic {
 display: none;
}
.chairmanpicv2 {
	display: none;
}
.chairmanpicv3{
	display: block;
}

.chairmanpicv4{
	display: none;
}

}

@media screen and (max-width: 1280px) {

	.chairmanpic {
		display: none;
	   }
	   .chairmanpicv2 {
		   display: none;
	   }
	   .chairmanpicv3{
		display: none;
	}
	   .chairmanpicv4{
		   display: block;
		   width:100%;
	   }

}

@media screen and (max-width: 980px) {

	.chairmanpic {
		display: block;
		width: 100%;
	   }
	   .chairmanpicv2 {
		   display: none;
	   }
	   .chairmanpicv3{
		display: none;
	}
	   .chairmanpicv4{
		   display: none;
	   }
}

@media screen and (max-width: 736px) {


	.chairmanpic {
		display: block;
		width: 100%
	   }
	   .chairmanpicv2 {
		   display: none;
	   }
	   .chairmanpicv3{
		   display: none;
	   }
	   .chairmanpicv4{
		   display: none;
	   }
}

@media screen and (max-width: 480px) {
	.chairmanpic {
		display: block;
		width: 100%;
	   }
	   .chairmanpicv2 {
		   display: none;
	   }
	   .chairmanpicv3{
		   display: none;
	   }
	   .chairmanpicv4{
		   display: none;
	   }
	

}

/* end of chairman pic */

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  left: 0;
  margin-top: -22px;
  padding: 16px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0;
	width: auto;
	text-decoration: none;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
/* mydots */
  .mydots {
	cursor: pointer;
	position: absolute;
	top: 90%;
	left: 47%;
  }

  .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  } 

  @media screen and (max-width: 1680px) {

	.mydots {
		cursor: pointer;
		position: absolute;
		top: 90%;
	  }

	  .dot {
		cursor: pointer;
		height: 15px;
		width: 15px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	  }

}

@media screen and (max-width: 1280px) {

	.mydots {
		cursor: pointer;
		position: absolute;
		top: 90%;
	  }

	  .dot {
		cursor: pointer;
		height: 15px;
		width: 15px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	  }

}

@media screen and (max-width: 980px) {

	.mydots {
		cursor: pointer;
		position: absolute;
		top: 82%;
		left: 45%;
	  }

	  .dot {
		cursor: pointer;
		height: 10px;
		width: 10px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	  }
}

@media screen and (max-width: 736px) {

	.mydots {
		cursor: pointer;
		position: absolute;
		top: 90%;
	  }

	  .dot {
		cursor: pointer;
		height: 10px;
		width: 10px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	  }

}

@media screen and (max-width: 480px) {

	.mydots {
		cursor: pointer;
		position: absolute;
		top: 77%;
		left: 43%;
	  }

	  .dot {
		cursor: pointer;
		height: 10px;
		width: 10px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	  }

}
/* mydots end

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

/* The dots/bullets/indicators */


.activeN, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* For image slider end */