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;
	}
}

.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;
}
.icon-home{
		padding-left:140px;
	}
.img-icon-home{
	width: 110%;
}
@media only screen
and (min-width: 320px)
and (max-width: 425px)
{
	.icon-home{
		padding-left:0px;
	}
	.img-icon-home{
		width: 90%;
	}
}

.spacing{
	padding-top: 50% !important;
	padding-bottom: 10% !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: 320px)
and (max-width: 1023px)
{
	.quality{
	padding: 31px;
	}
	.health{
	padding: 17px;
	}
	.food{
	padding: 31px;
	}
	.other{
	padding: 31px;
	}
}
@media only screen
and (min-width: 320px)
and (max-width: 374px)
{
	.president-text{
	position: absolute;
	top: 560px;
	left: 20px;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 5px;
	}
	.slider.fullscreen {
	height: 20%;
	width: 100%;
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	bottom: 0;
	}
}
/*--Android Screen--*/
@media only screen
and (min-width: 375px)
and (max-width: 424px)
{
	.president-text{
	position: absolute;
	top: 513px;
	left: 10px;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 6.5px;
	}
	.slider.fullscreen {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 19%;
	left: 0;
	right: 0;
	bottom: 0;
	}
}
@media only screen
and (min-width: 425px)
and (max-width: 767px)
{
	.president-text{
	position: absolute;
	top: 513px;
	left: 10px;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 7px;
	}
	.slider.fullscreen {
	height: 30%;
	width: 100%;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	}
}
@media only screen
and (min-width: 768px)
and (max-width: 1023px)
{
	.president-text{
	position: absolute;
	top: 520px;
	left: 50px;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 12px;
	}
	.slider.fullscreen {
	height: 47%;
	width: 100%;
	position: absolute;
	top: 27%;
	left: 0;
	right: 0;
	bottom: 0;
	}
}
/*--Laptop Screen--*/
/*--10'INCH--*/
@media only screen
and (min-width: 1024px)
and (min-height: 600px)
{
	.tab-link {
	transform: translateX(45%);
	-webkit-transform: translateX(45%);
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 16px;
	padding: 40px;
	top: 70%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 65%;
	width: 100%;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.quality{
	padding: 40px;
	}
	.health{
	padding: 11px;
	}
	.food{
	padding-top: 40px;
	padding-bottom: 40px;
	}
	.other{
	padding: 40px;
	}
	.d-quality{
	padding-bottom: 43px;
	}
	.d-health{
	padding-bottom: 0px;
	}
	.d-food{
	padding-bottom: 2px;
	}
	.d-other{
	padding-bottom: 63px;
	}
}
/*--12'INCH--*/
@media only screen
and (min-width: 1024px)
and (min-height: 768px)
{
	.tab-link {
	transform: translateX(45%);
	-webkit-transform: translateX(45%);
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 16px;
	padding: 40px;
	top: 60%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 50%;
	width: 100%;
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.rounded{
	border-radius: 8px;
	width: 80%;
	left: 10px;
	}
	.quality{
	padding: 40px;
	}
	.health{
	padding: 11px;
	}
	.food{
	padding-top: 40px;
	padding-bottom: 40px;
	}
	.other{
	padding: 40px;
	}
	.d-quality{
	padding-bottom: 43px;
	}
	.d-health{
	padding-bottom: 0px;
	}
	.d-food{
	padding-bottom: 2px;
	}
	.d-other{
	padding-bottom: 63px;
	}
}
/*--13'INCH--*/
@media only screen
and (min-width: 1280px)
and (min-height: 768px)
{
	.tab-link {
	transform: translateX(55%);
	-webkit-transform: translateX(55%);
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 20px;
	padding: 60px;
	top: 62%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 60%;
	width: 100%;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.rounded{
	border-radius: 8px;
	width: 80%;
	left: 10px;
	}
	.quality{
	padding: 40px;
	}
	.health{
	padding: 25px;
	}
	.food{
	padding-top: 39px;
	padding-bottom: 39px;
	}
	.other{
	padding: 40px;
	}
	.d-quality{
	padding-bottom: 43px;
	}
	.d-health{
	padding-bottom: 0px;
	}
	.d-food{
	padding-bottom: 24px;
	}
	.d-other{
	padding-bottom: 65px;
	}
}
/*--15'INCH--*/
@media only screen
and (min-width: 1366px)
and (min-height: 768px)
{
	.tab-link {
	transform: translateX(60%);
	-webkit-transform: translateX(60%);
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 20px;
	padding: 60px;
	top: 60%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 65%;
	width: 100%;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.quality{
	padding: 31px;
	}
	.health{
	padding: 17px;
	}
	.food{
	padding: 31px;
	}
	.other{
	padding: 31px;
	}
	.d-quality{
	padding-bottom: 20px;
	}
	.d-health{
	padding-bottom: 0px;
	}
	.d-food{
	padding-bottom: 2px;
	}
	.d-other{
	padding-bottom: 45px;
	}
}
/*--15'6INCH--*/
@media only screen
and (min-width: 1022px)
and (min-height: 648px)
{
	.tab-link {
	transform: translateX(60%);
	-webkit-transform: translateX(60%);
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 20px;
	padding: 60px;
	top: 70%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 80%;
	width: 100%;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.quality{
	padding: 31px;
	}
	.health{
	padding: 17px;
	}
	.food{
	padding: 31px;
	}
	.other{
	padding: 31px;
	}
	.d-quality{
	padding-bottom: 20px;
	}
	.d-health{
	padding-bottom: 0px;
	}
	.d-food{
	padding-bottom: 2px;
	}
	.d-other{
	padding-bottom: 45px;
	}
}
/*--19'INCH--*/
@media only screen
and (min-width: 1440px)
and (min-height: 900px)
{
	.tab-link {
	transform: translateX(62%);
	-webkit-transform: translateX(62%);
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 20px;
	padding: 80px;
	top: 52%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 60%;
	width: 100%;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.quality{
	padding: 31px;
	}
	.health{
	padding: 17px;
	}
	.food{
	padding: 31px;
	}
	.other{
	padding: 31px;
	}
	.d-quality{
	padding-bottom: 20px;
	}
	.d-health{
	padding-bottom: 20px;
	}
	.d-food{
	padding-bottom: 0px;
	}
	.d-other{
	padding-bottom: 43px;
	}
}
/*--20'INCH--*/
@media only screen
and (min-width: 1600px)
and (min-height: 900px)
{
	.tab-link {
	transform: translateX(65%);
	-webkit-transform: translateX(65%);
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 20px;
	padding: 90px;
	top: 52%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 65%;
	width: 100%;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.quality{
	padding: 31px;
	}
	.health{
	padding: 17px;
	}
	.food{
	padding: 31px;
	}
	.other{
	padding: 31px;
	}
	.d-quality{
	padding-bottom: 20px;
	}
	.d-health{
	padding-bottom: 20px;
	}
	.d-food{
	padding-bottom: 20px;
	}
	.d-other{
	padding-bottom: 43px;
	}
}
/*--22'INCH--*/
@media only screen
and (min-width: 1680px)
and (min-height: 1050px)
{
	.tab-link {
	transform: translateX(65%);
	-webkit-transform: translateX(65%);
	}
	.president-img{
	width: 120%;
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 25px;
	padding: 80px;
	top: 47%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 60%;
	width: 100%;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.quality{
	padding: 31px;
	}
	.health{
	padding: 17px;
	}
	.food{
	padding: 31px;
	}
	.other{
	padding: 31px;
	}
	.d-quality{
	padding-bottom: 20px;
	}
	.d-health{
	padding-bottom: 20px;
	}
	.d-food{
	padding-bottom: 20px;
	}
	.d-other{
	padding-bottom: 43px;
	}
}
/*--23'INCH--*/
@media only screen
and (min-width: 1920px)
and (min-height: 1080px)
{
	.tab-link {
	transform: translateX(65%);
	-webkit-transform: translateX(65%);
	}
	.spacing{
	padding-top: 55% !important;
	padding-bottom: 10% !important;
	}
	.spacer{
	padding-top: 55% !important;
	padding-bottom: 5% !important;
	}	
	.president-img{
	width: 120%;
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 25px;
	padding: 80px;
	top: 47%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 65%;
	width: 100%;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.quality{
	padding: 31px;
	}
	.health{
	padding: 17px;
	}
	.food{
	padding: 31px;
	}
	.other{
	padding: 31px;
	}
	.d-quality{
	padding-bottom: 20px;
	}
	.d-health{
	padding-bottom: 20px;
	}
	.d-food{
	padding-bottom: 20px;
	}
	.d-other{
	padding-bottom: 43px;
	}
}
/*--24'INCH--*/
@media only screen
and (min-width: 1920px)
and (min-height: 1200px)
{
	.tab-link {
	transform: translateX(70%);
	-webkit-transform: translateX(70%);
	}
	.spacing{
	padding-top: 55% !important;
	padding-bottom: 10% !important;
	}
	.spacer{
	padding-top: 55% !important;
	padding-bottom: 5% !important;
	}	
	.president-img{
	width: 130%;
	}
	.president-text{
	position: absolute;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 28px;
	padding: 80px;
	top: 42%;
	}
	.rounded{
	border-radius: 8px;
	width: auto;
	}
	.slider.fullscreen {
	height: 60%;
	width: 100%;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	.quality{
	padding: 31px;
	}
	.health{
	padding: 17px;
	}
	.food{
	padding: 31px;
	}
	.other{
	padding: 31px;
	}
	.d-quality{
	padding-bottom: 20px;
	}
	.d-health{
	padding-bottom: 20px;
	}
	.d-food{
	padding-bottom: 20px;
	}
	.d-other{
	padding-bottom: 43px;
	}
}
/* -------IOS Screen------*/
/*--IPHONE 6S AND UP--*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
{
	.president-text{
	position: absolute;
	top: 513px;
	left: 10px;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 7px;
	}
	.slider.fullscreen {
	height: 30%;
	width: 100%;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	}
}
/*--IPHONE 5 TO 5S--*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px){
	.president-text{
	position: absolute;
	top: 560px;
	left: 20px;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 5px;
	}
	.slider.fullscreen {
	height: 20%;
	width: 100%;
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	bottom: 0;
	}
}	
/*--IPHONE 2S TO 4S--*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.president-text{
	position: absolute;
	top: 560px;
	left: 20px;
	background-color: transparent;
	height: auto;
	width: auto;
	font-size: 5px;
	}
	.slider.fullscreen {
	height: 20%;
	width: 100%;
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	bottom: 0;
	}
	
}

	
.hover_image:hover {text-decoration: none;} /* Optional (avoid undesired underscore if a is used as wrapper) */
/* Do the shift: */
.hover_image:hover img:first-child{display:none;}
.hover_image:hover img:last-child{display:inline-block;}