*, *::before, *::after {
	box-sizing: border-box;
}
.clr{
	clear: both;
}
html {
	font-family: Roboto, sans-serif;
	line-height: 1.8rem;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:100%;
	width: 100%;
	scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
 	hyphens: auto;
}
.wrapper{
	width:calc(100% - 8px);
}
/* width */
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}/*  */

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px transparent; 
  border-radius: 4px;
}/*  */
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(214, 11, 82,.8); 
  border-radius: 10px;
}/*  */

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:rgb(214, 11, 82);
}/*  */

@-ms-viewport {
	width: device-width;
}/*  */

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, div {
	display: block;
}

body {
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 1.4rem;
	font-weight:700;
	line-height: 1.8rem;
	color: #000000;
	text-align: left;
	height:100%;
	background-color: #ffffff;
	width:100%;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}
.quickcon{
    height: 60px;
}
.header{
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
	background-color:#ffffff;
}

.sticky {
    top: 0;
    position: fixed;
}