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

@media only screen and (min-device-width: 736px) {

}

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

@media only screen and (min-width: 1400px) {
.restrict{
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

.map-icon{
	font-size:0.7vw !important;
}

}
@media only screen and (max-width: 1399px) {
.student{
	left:0px !important;
}
}

@media only screen and (min-width: 1210px) {
.restrict{
    border-left: 5px solid #f4bc7b;
    border-right: 5px solid #f4bc7b;	
}
.blockdiv{
	font-size:40px !important;
}
.blockdiv div{
	font-size:30px !important;
}
.reload{
	width: 61px !important;
}
.closer{
	width: 61px !important;

}
}


/* width */
.dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; 
  border-radius: 0px;
}
 
/* Handle */
.dropdown-menu::-webkit-scrollbar-thumb {
  background: #f46f10; 
  border-radius: 0px;
}

/* Handle on hover */
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #ee3f14; 
}

html{
	
	scrollbar-color: #f46f10 white;
  	scrollbar-width: thin;
}

html, body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
	background-image:url('../img/bg.jpg') !important;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	overflow-x:hidden;

}

.btn-light{
color: #000;
	transition-duration:0.1s;

}

.btn-light:hover{
color: #fff;
    background: #00498b;
	}


.visitsite{
position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    opacity: 1.0;
    z-index: 10;
    width: 16%;
    height: 100%;
	cursor:pointer;
}



.blockdiv{
    position: absolute;
	left: 21%;
    top: 40%;
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    opacity: 1.0;
	z-index:10;
	display:none;
}

.blockdiv div{
	position: relative;
    top: -0.7vw;
    color: orange;
    font-size: 2vw;
}


a{
	color:#00498b;
}
a:hover{
	COLOR:#ffc000;
}
.map{
	width: 100%;
	z-index:6;
    transition-duration: 0.2s;
}

.mapgo{
	background: #00498b;
	padding-left: 16px !important;
}
.mapgo:hover{
    background: #ffc000 !important;
	color:#fff;
	text-decoration:none;
}

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

.navclose:hover{
    background: #00498b;
}

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


.getridcover{
	position: absolute;
    height: 100%;
    width: 100%;
    z-index: 200;
    top: 0;
    background: #000;
    opacity: 1;
	display:none;
	cursor: pointer;
	background-attachment: fixed;
    background-repeat: no-repeat;
}



.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;
	border: 1px #fff solid;
}

.dropdown-subjects{
	top: 51px;
    right: -17px;
    height: 44.1vw;
    overflow-y: auto;
    overflow-x: hidden;
	border-radius: 0px;
	    background-clip: inherit;
	border-left: 5px solid #f4bc7b;
	padding-top:0px;
}
.dropdown-areas{
    top: 51px;
    right: -100px;
    height: 44.1vw;
    overflow-y: auto;
    overflow-x: hidden;
	border-radius: 0px;
	    background-clip: inherit;
	border-left: 5px solid #f4bc7b;
	padding-top:0px;
}

.dropdown-videos{
    top: 51px;
    right: -166px;
    height: 44.1vw;
    overflow-y: auto;
    overflow-x: hidden;
	border-radius: 0px;
	border-left: 5px solid #f4bc7b;
	    background-clip: inherit;
	padding-top:0px;
}

.dropdown-hos{
    top: 51px;
    right: -233px;
    height: 44.1vw;
    overflow-y: auto;
    overflow-x: hidden;
	border-radius: 0px;
	border-left: 5px solid #f4bc7b;
	    background-clip: inherit;
	padding-top:0px;
}

.mt-5{
	    margin-top: 55px!important;
}


.navtitle{
	    padding: .25rem 1.5rem;
    font-weight: bold;
    border-bottom: 5px solid #f4bc7b;
    padding-bottom: 9px;
    color: #fff;
	    background: #00498b;
    padding-top: 9px;
	    position: absolute;
    width: 255px;
}

.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;
	border: 1px #fff solid;
}

@-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{
position: absolute !important;
    left: 0 !important;
    right: 0 !important;
	}
	.bird-container{
		    box-shadow:none;
	}

}

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

	.map-icon{
		font-size:6px !important;
	}
}

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

	.map-icon{
		font-size:3px !important;
	}
}

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


.icon-fade{
	opacity: 0.3;
	transition: opacity 0.1s !important;
	filter: blur(1.3px);
}

.icon-fade-over{
	opacity: 1;
	transition: opacity 0.1s !important;
}

.icon-large{
	transform: scale3d(70,70,70) !important;
  top: 50%;
  transform: translateY(-50%);
  left: 50% !important;
  color:#000;
  background:#000 !important;
	transition: all 0.5s !important;
}


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

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

.birdy-fade{
	filter: blur(2.0px);
	opacity: 0.2;
}
	



.navbar{
	border-bottom: 5px solid #f4bc7b;
    z-index: 20;
	background-image:url('../img/bg.jpg') !important;
	background-size: 100%;
	position:static;
	width:100%;
}

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

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

.dropdown-item{
	width: auto;
}

.map-wrap{
	    width: 100%;
		position:relative;
		background-size:100%;
		background-image:url('../img/cover.jpg') !important;
}

.lnum{
position: absolute !important;
    left: 0 !important;
    right: 0 !important;
}

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

.panolens-infospot{
    top: -20px !important;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #fff;
    padding: 4px;
	font-size:12px !important;
	max-width: 250px !important;
    text-align: center;
	border-radius:5px;
}

.student{
	width: 25vw;
    height: auto;
	left: 100px;
    position: relative;
}



.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: 93%;
    width: 5vw;
    top: 3%;
    cursor: pointer;
	display:none;
	transition: all 0.3s ease-in-out;
}
.closer:hover{
	transform: rotate(90deg) scale(1.3);
}

.navtitleclose{
	position: absolute;
    width: 15px;
    right: 25px;
    top: 13px;
    cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.navtitleclose:hover{
	transform: rotate(90deg);
}

@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);
	}
	.circle{
		display:none;
	}
	.student{
	display:none;
}
.student2{
	display:block !important;
	width:100%;
}
hr{ display:none; }

.booton{width:100%; margin-bottom:6px;}

}

.student2{
	display:none;
}

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


.booton{ margin-bottom:6px;}





.blink_me {
  animation: glower 0.2s ease-in-out infinite alternate;
}

@-webkit-keyframes glower {
  from {
    top: 0px
  }
  to {
    top: -10px;
  }
}

.icon-animate {
	transform: scale(1.0);
  animation: glow 0.2s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {

	transform: scale(1.0);
  }
  to {

	transform: scale(1.3);
  }
}

.map-animate {
	transform: scale(1.0);
  animation: map 0.2s ease-in-out infinite alternate;
}

@-webkit-keyframes map {
  from {

	transform: scale(1.0);
  }
  to {

	transform: scale(1.01);
  }
}




@media (max-width: 991px) {
.dropdown-menu {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width:auto;
}
.dropdown-hos {
  max-height:none !important;
  height:auto !important;
  overflow-y: auto;
  overflow-x: hidden;
  max-width:auto;
}
	.navtitle{
	    display:none;
}
.dropdown-menu{
	padding-top: 9px !important;
	border-left: 5px solid #f4bc7b;
	background-clip: inherit;
	max-height: 30vh;
}



}


@media (max-width: 500px) {

 .tooltip
 {
  display: none;
 }

}




.dropdown-menu{
min-width: 250px;
overflow-x: hidden !important;
}


.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;
	}
	.icon-animate {
     animation:none !important;
}
.contenty{ padding:22px !important;}
h2, h3{ font-size:20px }

}

@media only screen and (max-width: 340px) {
	.navbar-brand img{
		height: 29px !important;
	}
	.voe{
		display:none !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;
}
.voe{
	font-size: 8px;
}
#contenty{
	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;
}






#contenty{
	font-size: 20px;
    font-weight: bold;
    margin-top: 7px;
}



.closevideo{
	
position: absolute;
    width: 6vw;
    right: -3vw;
    top: -2vw;
    cursor: pointer;
	transition-duration:0.3s;
	max-width: 70px;
    min-width: 20px;
}

.closevideo:hover{
	
-webkit-transform: rotate(90deg) scale(1.3);
    transform: rotate(90deg) scale(1.3);
    animation: 0.3s infinite;

	
}

























/*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 {
  transition: all 0.3s !important;
  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: 80%;
    left: 20%;
}

@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;
	box-shadow: 1px 250px 29px -30px rgba(0,0,0,0.15);
}
.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;
}


