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


@import url("nav.css");
	





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

a:link {
  text-decoration: none;
}

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

h2{
	letter-spacing: 0.030em
}


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

.title{
	color: rgba(255,255,255,1.00);
	font-size: 50px;
	font-family: "Helvetica Bold";
	margin-bottom: 20px;

	
}


.no-gutters {
  margin-right: 0;
	margin-left: 0;}






.contact-icons{
	filter: invert(1);
}





.info{
	padding: 0px 65px;
	text-align: justify;
}


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


.brands{
	display: flex;
	flex-flow: wrap;
	justify-content: right;
}

@media screen and (max-width: 992px) {
.brands
 {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	 padding: 0px;
}
}





.col-lg-4.col-xs-12{
	margin: auto;
}



hr{
	color: rgba(255,255,255,1.00);
}



@media screen and (max-width: 600px) {
.brandlogo
 {
	width: 100px;
	 height: auto;
}
}


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








