html{
	overflow-x: hidden;
}

body {
	background-color: #fff; /* #95a5a6 */
	display: flex;
    min-height: 100vh;
    flex-direction: column;
	overflow-x: hidden;
	font-family: 'roboto';
}

main {
    flex: 1 0 auto;
  }


nav {
	margin-top: -110px; /*-110*/
}

@media only screen and (min-width: 601px){
	nav {
		margin-top: -112px;
	}
}

@media only screen and (min-width: 993px) {
	nav {
		margin-top: -110px; /*-116*/
	}
}

header{
	z-index: 1;
}
.list{
	list-style-type: square;
}

@font-face {
	font-family: 'roboto';
	src: url("fonts/Roboto.ttf") format('truetype');
}

@font-face {
  font-family: 'qg';
  src: url("fonts/QG.ttf") format('truetype');
}

@font-face {
  font-family: 'kg';
  src: url("fonts/KGBlankSpaceSketch.ttf") format('truetype');
}

@font-face {
	font-family: 'blogger';
	src: url("fonts/BloggerSans.otf") format('opentype');
}

@font-face {
	font-family: 'awesome';
	src: url("fonts/FontAwesome.otf") format('opentype');
}
@font-face{
	font-family: 'broadway';
	src: url("fonts/Broadway.ttf") format('truetype');
}
@font-face{
	font-family: 'avenirD';
	src: url(("fonts/AvenirDemi.otf") format('opentype');
}
@font-face{
	font-family: 'avenirR';
	src: url(("fonts/AvenirRegular.otf") format('opentype');
}

.font-avenirD{
	font-family: 'avenirD', sans-serif;
	font-size: 70px;
}
.font-avenirR{
	font-family: 'avenirR', sans-serif;
	font-size: 20px;
}

.font-broadway{
	font-family: 'broadway', sans-serif;
	font-size: 50px;
	color: #1a237e !important;
}

.font-kg{
	font-family: 'kg', sans-serif;
	font-size: 75px;
	color: #b1463c !important;
}

.font-qg{
		font-family: 'qg', sans-serif;
		font-size: 50px;
		color: #e3f2fd !important;
	}

.font-blogger {
	font-family: 'blogger', sans-serif;
	font-size: 25px;
}

.font-awesome {
	font-family: 'awesome', sans-serif;
}

@media only screen 
and (min-width: 700px) {
	.font-qg{
		font-family: 'qg', sans-serif;
		font-size: 100px;
		color: #e3f2fd !important;
	}

	.font-kg{
		font-family: 'kg', sans-serif;
		font-size: 135px;
		color: #b1463c !important;
	}

	.font-blogger {
		font-family: 'blogger', sans-serif;
		font-size: 50px;
	}
	.font-broadway{
		font-family: 'broadway', sans-serif;
		font-size: 73px;
		color: #1a237e !important;
	}
	.text-about{
	font-size: 20px;
}
}

.header-image {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}

.tab-content{
	min-height: auto;
}


.preloader-background {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	margin-top: 200px;
	margin-bottom: 200px;
}

.tab1-hider {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.tab2-hider {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.tab3-hider {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.tab4-hider {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.tab5-hider {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.tab-display{
	display: block;
}

.tab-shower {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s, visibility 1s;
}

@media only screen 
and (min-width: 993px) 
and (max-height: 800px) { 
	.tab-link {
	  transform: translateX(60%);
	  -webkit-transform: translateX(60%);
	}
	
}
@media only screen 
and (min-width: 993px){
	.logo.on-desktop{
    max-height: 35%;
    width: 40%;
	transform: translateY(25px);
	}
}

@media only screen
and (max-width: 520px)
{
	.logo.on-desktop{
    max-height: 35%;
    width: auto;
	transform: translateY(30px);
	}
}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px)
and (orientation : portrait) { 
	/* IPAD PRO PORTRAIT */
	.tab-link {
	  transform: translateX(30%);
	  -webkit-transform: translateX(30%);
	}
}


.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.nikz-bgworks {
	background-color: #b1463c !important;
}

.nikz-bgteam {
	background-color: #565656 !important;
	color: #fff !important;
}

.nikz-bluebg{
	background-color: #34495e !important;
	color: #000 !important;
}

.nikz-transparent{
	background-color:transparent;
	color: #000 !important;
}
.nikz-black{
	background-color: #000000 !important;
}

.nikz-why{
	background-color: #cbcbcb !important;
}

.nikz-gray{
  background-color: #95a5a6 !important;
}

.nikz-team{
  background-color: #34495e !important;
  color: #f8f8f8 !important;
}

.nikz-showcase{
  background-color: #16a085 !important;
}

.nikz-footer {
	background-color: #b71c1c !important;
}

.nikz-copyright {
	background-color: #e0e0e0 !important;
}

/* label color */
.input-field label {
     color: #0d47a1;
}
/* label focus color for text*/
.input-field input[type=text]:focus + label {
     color: #b71c1c;
}
/* label focus color for email*/
.input-field input[type=email]:focus + label {
     color: #b71c1c;
}
/* label underline focus color for text*/
.input-field input[type=text]:focus {
     border-bottom: 1px solid #d50000;
     box-shadow: 0 1px 0 0 #000;
}
/* label underline focus color for email*/
.input-field input[type=email]:focus {
     border-bottom: 1px solid #d50000;
     box-shadow: 0 1px 0 0 #000;
}
/* valid color */
.input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
}
   /* invalid color */
.input-field input[type=text].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
}
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #0d47a1;
}





#sticky {	

}	

#sticky.stick {
  background-color: #ffffff !important; /**/
  transition: background-color .5s ease 0s;
  width: 100%;
  margin-top: -30px !important;
  position: fixed;
  top: 0;
  z-index: 10000;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  }

#sticky.inv{
  background-color: transparent !important;
  transition: background-color .5s ease-out 0s;
  /*
  */
}
#card-client.card{
height:250px;
width: 250px;
}
.icon {
    max-width: 180px !important;
    max-height: 180px !important;
}
.spacing{
	padding-top: 50% !important;
	padding-bottom: 5% !important;
}
.spacer{
	padding-top: 50% !important;
	padding-bottom: 5% !important;
}

.president-text{
	position: absolute;
	top: 500px;
	left: 50px;
	background-color: transparent;
	height: auto;
	width: 80%;
	font-size: 20px;
}

.rounded{
	border-radius: 8px;
}



@media only screen and (min-width: 768px){
.icon-home{
		transform: translateX(8%);
		-webkit-transform: translateX(8%);
		-ms-transform: translateX(8%);
		-moz-transform: translateX(8%);
	}
}
@media only screen
and (min-width: 320px)
and (max-width: 425px)
{
	.icon-home{
		padding-left:0px;
	}
	.img-icon-home{
		width: 90%;
	}
}

@media only screen
and (min-width: 320px)
and (max-width: 1023px)
{
	.quality{
	padding: 31px;
	}
	.health{
	padding: 17px;
	}
	.food{
	padding: 31px;
	}
	.other{
	padding: 31px;
	}
}