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

@import url("fonts.css");


html{
	font-family: "Helvetica Bold", "Helvetica Light"
}
	
	
	@font-face {
  font-family: 'Helvetica Bold';
  src: url("../fonts/Helvetica-Bold.woff2");
}
	
@font-face{
	font-family: "Helvetica Light";
	src: url("../fonts/Helvetica-Light.woff2");
}



@media screen and (max-width: 600px) {
  p-3 {
    align-items: center;
  }
}

@media screen and (min-width: 600px) {
  p-3 {
    align-items:flex-end;
  }
}


@media screen and (max-width: 600px) {
  p-4 {
    align-items: center;
  }
}


@media screen and (min-width: 600px) {
  p-4 {
    align-items:flex-start;
  }
}


a:link {
  text-decoration: none;
}


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



p{
	letter-spacing: 0.075em;
	font-family: "Helvetica Light";
	color: rgba(255,255,255,1.00)
	
}






h6{
	letter-spacing: 0.075em;
	font-family: "Helvetica Light";
	
}


h2{
	letter-spacing: 0.030em
}



.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding: 0px;
}

.navbar{
	background-color: black;
}




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







.address{
	display: flex;
	flex-direction: column;
	text-align: end;
}



	
	@media screen and (max-width: 992px){
.address {
	text-align: center;}}
	
	
	
	
	
.icons{
	display: flex;
	flex-direction: column;
	text-align: start;
	
}




	
	@media screen and (max-width: 992px){
.icons {
	text-align: center;}}




/*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: 30px;
	  height: 30px;
  }
}
 

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

/*Back to top button End */


















