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



body{
	background-color: rgba(255,204,51,1.00);
	   font-family: "Inter28pt ExtraBold";
}



/* form */
.submitbutton{
	font-family: "Druk Wide Bold";
	margin-top: 20px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,102,255,1.00);
}

button, input, optgroup, select, textarea{
	border: none;
}

.logoicon{
	margin: 0 20px;
}



.captions{
	padding: 100px;
}



form{
	padding: 100px;
	padding-top: 50px;
}

/* form */



/* 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;
	
}


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: end;}

.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 */







/* 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 */











p{
	text-align: left;
	
}

li{
	text-align: left;
}

h1{
	color: rgba(255,255,255,1.00);
		font-size: 70px;
	padding: 30px;
}


@media screen and (max-width: 992px) {
  h1 {
    font-size: 20px;
  }
}




@media screen and (max-width: 992px) {
  h2 {
    font-size: 20px;
	  color: rgba(255,255,255,1.00);
	  margin: 50px 0px;
	}}


@media screen and (min-width: 992px) {
  h2 {
	    color: rgba(255,255,255,1.00);
	    	  margin: 50px 0px;
  }
}



@media screen and (max-width: 992px) {
  h3 {
    font-size: 15px;
	}}






@media screen and (max-width: 992px) {
  .captions {
padding: 30px;    
	  color:rgba(0,0,0,1.00);
    text-align: left;
	  
  }
}


@media screen and (min-width: 992px) {
  .captions {
	padding: 100px;
   color:rgba(0,0,0,1.00);
    text-align: left;
}
}






/* footer */
/*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 */








