@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
}

a{
	color:#00498b;
}
a:hover{
	COLOR:#ffc000;
}
.map{
	width: 100%;
    border-bottom: 5px solid #ffb400;
	z-index:1;

}

.mapgo{
	background: #00498b;
}
.mapgo:hover{
transform: scale(1.3);
    right: 5px !important;
    top: 115px !important;
    background: #ffc000 !important;
}

.navclose{
	background: rgb(255, 180, 0);
}

.navclose:hover{
transform: scale(1.1);
    left: 6px !important;
    bottom: 3px !important;
	background:#00498b;
}

.map-icon {
    border-radius: 50%;
    width: 0.6vw;
    height:0.6vw;
    padding: 8px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    font-size: 0.8vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 0.8;
    position: absolute;
	z-index:2;
	box-sizing: content-box;
}

.led-box {
	height:auto;
  float: left;
}

.led-red {
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background-color: #ff0000;
  border-radius: 50%;
  top: 5px;
    margin-right: 4px;
    position: relative;
}


.led-yellow {
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
  -webkit-animation: blinkYellow 1s infinite;
  -moz-animation: blinkYellow 1s infinite;
  -ms-animation: blinkYellow 1s infinite;
  -o-animation: blinkYellow 1s infinite;
  animation: blinkYellow 1s infinite;
  top: 5px;
    margin-right: 4px;
    position: relative;
}

@-webkit-keyframes blinkYellow {
    from { background-color: #00cd0e; }
    50% { background-color: #5eff69; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #00cd0e 0 2px 0; }
    to { background-color: #00cd0e; }
}
@-moz-keyframes blinkYellow {
    from { background-color: #00cd0e; }
    50% { background-color: #5eff69; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #00cd0e 0 2px 0; }
    to { background-color: #00cd0e; }
}
@-ms-keyframes blinkYellow {
    from { background-color: #00cd0e; }
    50% { background-color: #5eff69; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #00cd0e 0 2px 0; }
    to { background-color: #00cd0e; }
}
@-o-keyframes blinkYellow {
    from { background-color: #00cd0e; }
    50% { background-color: #5eff69; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #00cd0e 0 2px 0; }
    to { background-color: #00cd0e; }
}
@keyframes blinkYellow {
    from { background-color: #00cd0e; }
    50% { background-color: #5eff69; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #00cd0e 0 2px 0; }
    to { background-color: #00cd0e; }
}

@media only screen and (max-width: 600px) {
	.map-icon{
		padding: 3px;
		border: 1px solid #000;
	}
	.map-icon-area{
		background:#000;
		color:#fff;
		padding: 3px;
		border: 1px solid #fff;
	}
	.lnum{
	    left: -2px !important;
		position: relative !important;
	}
}

.map-icon:hover, .imhighlight, .map-icon-area:hover  {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  cursor:pointer;
  color: #fff;
  background:#ffb400 !important;
  border: #fff 2px solid;
  transition: transform .2s !important;
}

*, ::after, ::before {
    box-sizing: inherit;
}

.map-icon-area{
	background:#000;
	color:#fff;
	border: 2px solid #fff;
}



.navbar{
	border-bottom: 5px solid #ffb400;
    z-index: 20;
	background: #00498b !important;
	position:static;
	width:100%;
}

.nav-link, .nav-item, .dropdown-item{
	font-size: 14px;
}
.nav-link{
	color:#fff !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffb400;
}

.dropdown-item{
	width: auto;
}

.map-wrap{
	    width: 100%;
		position:relative;
		background: #ffb400;
		
}

.lnum{
	 left: -0.2vw;
    position: relative;
}

.headtitle{
background: #000 !important;
    color: #fff;
    padding-left: 15px;
    font-size: 30px;
    top: 62px;
    position: absolute;
    left: 0;
    z-index: 16;
    width: 100%;
    padding-top: 5px;
}

.panolens-infospot{
    top: -20px !important;
}

.student{
	left: 1vw;
    bottom: 5px;
    position: absolute;
    height: 39.9vw;
}



.mainwrap{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.arrowdown{
	position: absolute;
    width: 8vw;
    left: 46vw;
    top: 39vw;
	animation-duration: 1s;
    animation-iteration-count: infinite;
	transition: 2s ease-out;
	cursor:pointer;
	z-index:2;
	display:none;
}

.hidearrow{
	opacity:0;
	top:0px;
}

.bounce6 {

        animation-name: bounce6;
        animation-timing-function: ease;
    }
	
@keyframes bounce6 {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-40px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
    }



.introvid{
	width: 100%;
    position: absolute;
    z-index: 20;
    left: 0;
	top:0;
	display:none;
	cursor:pointer;
}

.closer{
	position: absolute;
    z-index: 21;
    left: 92vw;
    width: 5vw;
    top: 1vw;
    cursor: pointer;
	display:none;
	transition: all 0.3s ease-in-out;
}
.closer:hover{
	transform: rotate(90deg) scale(1.3);
}

@media only screen and (max-width: 600px) {
	.closer{
			position: absolute;
		z-index: 21;
		left: 86vw;
		width: 10vw;
		top: 1vw;
		cursor: pointer;
	}
	.bird{
		transform:scale(0.4);
	}
}

.cover{
	
	position: absolute;
    top: 0px;
    width: 100%;
    z-index: 19;
}




@media (max-width: 992px) {
    .dropdown-menu {
  max-height: 50vh;
  overflow-y: auto;
}
}


.vidlink{
	height: 48.3vw;max-width: 1125px;max-height: 604px;
}

.panolens-canvas{
	cursor:grab;
}

.panolens-canvas:active{
	cursor:grabbing;
}

#container{
	position: fixed;
    top: 0px;
}

.reload{
    position: absolute;
    z-index: 2;
    box-sizing: content-box;
    width: 5vw;
	cursor:pointer;
	top:1.5vw;
	right: 2vw;
	transition: all 0.6s ease-in-out;
}
.reload:hover{
	transform: rotate(360deg) scale(1.3);
}

@media only screen and (max-width: 600px) {
	.reload{
		width:10vw;
	}
	.sidenav{
		height: 93vh;
	}
	.headtitle{
		    font-size: 20px;
    padding-bottom: 3px;
	}
}

@media only screen and (max-width: 325px) {
	.navbar-brand img{
		height: 29px !important;
	}
	.sidenav{
		top:62px !important;
	}
}

.vid1, .vid2, .vid3, .vid5, .vid6, .vid4, .vid7{
	width: 90vw;
    height: auto;
    background-color: #fff;
    flex-wrap: wrap-reverse;
    border-radius: 15px;
    margin: 3vw;
    padding: 2vw;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	display:none;
}
@media only screen and (max-width: 600px) {
.vid1, .vid2, .vid3, .vid5, .vid6, .vid4, .vid7{
    border-radius: 3px;
}
.qacover{
	font-size: 12px !important;
}
}
.pic1, .pic2, .pic3{
	width: 90vw;
    height: auto;
    background-color: #fff;
    flex-wrap: wrap-reverse;
    border-radius: 15px;
    margin: 3vw;
    padding: 2vw;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	display:none;
}






.qacover{
	font-size: 20px;
    font-weight: bold;
    margin-top: 7px;
}



.closevideo{
	
position: absolute;
    width: 6vw;
    right: -3vw;
    top: -2vw;
    cursor: pointer;
}

























/*Downloaded from https://www.codeseek.co/matchboxhero/animated-svg-birds-RLebOY */
@import url("https://fonts.googleapis.com/css?family=Arima+Madurai:300");
*,
*::before,
*::after {
  box-sizing: border-box;
}



.birdy-container {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35rem;
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: center center;
  padding: 2rem;
  width:100%;
}

@media only screen and (max-width: 600px) {
	.birdy-container{
		min-height: 10rem;
	}
}

.bird {
  background-image: url('/img/birds.svg');
  background-size: auto 100%;
  fill: #fff;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
          animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
          animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird--one {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.bird--two {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}
.bird--three {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}
.bird--four {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 20%;
  left: -7.5vw;
  -webkit-transform: scale(0);
          transform: scale(0);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
          animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird-container--one {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.bird-container--two {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bird-container--three {
  -webkit-animation-duration: 14.6s;
          animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}
.bird-container--four {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
          animation-delay: 10.25s;
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
            transform: translateY(2vh) scale(0.4);
  }
  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
            transform: translateY(0vh) scale(0.5);
  }
  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
            transform: translateY(4vh) scale(0.6);
  }
  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
            transform: translateY(2vh) scale(0.6);
  }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
            transform: translateY(0vh) scale(0.6);
  }
  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
            transform: translateY(0vh) scale(0.6);
  }
  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
            transform: translateY(0vh) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
            transform: translateY(2vh) scale(0.4);
  }
  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
            transform: translateY(0vh) scale(0.5);
  }
  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
            transform: translateY(4vh) scale(0.6);
  }
  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
            transform: translateY(2vh) scale(0.6);
  }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
            transform: translateY(0vh) scale(0.6);
  }
  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
            transform: translateY(0vh) scale(0.6);
  }
  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
            transform: translateY(0vh) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
            transform: translateY(-2vh) scale(0.5);
  }
  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
            transform: translateY(0vh) scale(0.4);
  }
  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
            transform: translateY(-4vh) scale(0.6);
  }
  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
            transform: translateY(1vh) scale(0.45);
  }
  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
            transform: translateY(-2.5vh) scale(0.5);
  }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
            transform: translateY(0vh) scale(0.45);
  }
  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
            transform: translateY(0vh) scale(0.45);
  }
  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
            transform: translateY(0vh) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
            transform: translateY(-2vh) scale(0.5);
  }
  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
            transform: translateY(0vh) scale(0.4);
  }
  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
            transform: translateY(-4vh) scale(0.6);
  }
  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
            transform: translateY(1vh) scale(0.45);
  }
  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
            transform: translateY(-2.5vh) scale(0.5);
  }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
            transform: translateY(0vh) scale(0.45);
  }
  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
            transform: translateY(0vh) scale(0.45);
  }
  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
            transform: translateY(0vh) scale(0.45);
  }
}



.pull-down:before {
    left: 11rem;
}
.pull-down:before, .pull-down:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1rem;
    height: 1rem;
    border: 1px solid rgba(84, 92, 103, 0.6);
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: 1.5s infinite;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

