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



video {
  width: 100%;
  height: auto;
}

body, html {
  height: 100%;
	background-color: #2B34A6;
}





p{
	font-family: "Inter28pt ExtraBold";
	text-align: left;
	color: white;

	
}



h6{
	font-family: "Inter28pt ExtraBold";
	text-align: center;
	color: white;
	margin-top: 20px;
	
}


h2{
	font-family: "Inter28pt ExtraBold";
	text-align: center;
	color: #7FF94F;
	
}


a{
	text-decoration: none;
	color: white;
	
}



/* Centered text */


/* nav */
.centered-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 13px;
	color: #FFFFFF;
	  font-family: "Inter28pt ExtraBold";
	

}


.navbar {
	font-family: "Inter28pt ExtraBold";
   align-items: normal;	
	 color: rgba(0,102,255,1.00);
	padding: 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: end;
  transition: top 0.3s;
}

.navbar-brand {
    padding-top: 16px;
    padding-bottom: 16px;
	padding-left: 30px;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;}


@media screen and (max-width: 992px){
	.navbar-brand{
		  	padding: 0px;
	}	
	
}



	
.nav-menu{
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	    padding-right: 30px;
    padding-top: 8px;
}


@media screen and (max-width: 992px) {
  .nav-menu {
    display: none;
	 
  }
}








.nav-item.nav-link{
	  position: relative;
  text-align: center;
	
	
}




@media screen and (min-width: 992px){
	.nav-mob{
display: none;
	}}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,1.00);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}




/* nav */







/*Back to top button Start */

.totop{
	background-color: transparent;
	animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	border: none;
	color: transparent;
}
  

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


@-webkit-keyframes fadeInAnimation{
	    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
	
}


@media screen and (max-width: 992px) {
  .backicon {
  width: 70px;
	  height: 70px;
  }
}

@media screen and (max-width: 992px) {
.translate-middle {
    transform: translate(-50%,-90%)!important;
}

}

@media screen and (min-width: 992px) {
.translate-middle {
    transform: translate(-50%,-200%)!important;
}
}


/*Back to top button End */









.hide {
  display: none;
}



.myDIV:hover + .hide {
  display: block;


}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: transparent;
  margin: auto;
  width: 60%;
	border: none;
	   display: inherit;
}

/* The Close Button */
.close {
  color: rgba(2,191,243,1.00);
  float: right;
  font-size: 50px;
  font-weight: bold;
}


@media screen and (max-width: 992px){
	.close{
		  font-size: 30px;
	}
}

.close:hover,
.close:focus {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}





button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}






/* footer */

.footer {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}


.footer-bottom[data-v-567b892c], .row[data-v-567b892c] {
    position: relative;
}

.footer-bottom[data-v-567b892c], .row[data-v-567b892c] {
    position: relative;
}



li {
	  color: white;
  text-decoration: none; /* no underline */
	 font-family: "Inter Regular";
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}


@media screen and (max-width: 600px){
	ul.nav.col-md-4.center{
		justify-content: center;
		
	}
}

@media screen and (min-width: 600px){
	.nav.col-md-4.center{
	justify-content: center;
	}
}



@media screen and (max-width: 600px){
	.nav.col-md-4.left{
		justify-content: center;
		text-align: center;
	}
}

@media screen and (min-width: 600px){
	.nav.col-md-4.left{
	justify-content: start;
	}
}

@media screen and (max-width: 600px){
	.nav.col-md-4.right{
		justify-content: center;
		margin: 0 auto;
	}
}

@media screen and (min-width: 600px){
	.nav.col-md-4.right{
		justify-content: end;
	}
}




a{
	text-decoration: none;
}




/* Centered text */
.centered {
  position: absolute;
	font-size: 5vw;
	color: #FFFFFF;

}


/* footer */


@media screen and (max-width: 761px){
	.list-unstyled.d-flex{
		justify-content: flex-start;
	}
}

@media screen and (min-width: 761px){
	.list-unstyled.d-flex{
		justify-content: space-evenly;
	}
}

@media screen and (min-width: 761px){
	.menufooter{
		display:contents;
	}
}

@media screen and (max-width: 761px){
	.menufooter{
		display: flex;
		flex-direction: column;
	}
}



/* footer */





