.landing-wrap{
 	background-color: #ffffff; 
}
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #51007a;
	margin: 0;
	display: block;
}
#jump p {
	font-family: 'Montserrat-Bold';
	font-size: 32px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 15px 0;
}
.tabcontent:last-child .tabcontent-lr span{
  text-transform: lowercase;
}
section#main.main-ind {
 	background: #ffffff;
 	padding: 0;
}
.landing-container{
max-width: 1170px;
margin: 0 auto;
}
.landing-container a{
color:#000;
font-weight: normal;
text-decoration: none !important;
}
.landing-container a:hover{
text-decoration: none;
}
.landing-container hr{
border: 0;
border-bottom: 2px solid #6dc14b;
clear: none;
margin: 10px auto;
}
.landing-container ul{
margin: 0;
padding: 0;
}
.landing-container li{
font-family: 'Open Sans';
font-size: 15px;
}
.landing-container .temp-title1{
font-family: 'Montserrat-Bold';
font-size: 25px;
line-height: 1.1;
text-transform: uppercase;
color: #000000;
margin: 0;
}
.landing-container .temp-title2{
font-family: 'Montserrat-Light';
font-size: 12pt;
font-weight: normal;
text-transform: uppercase;
color: #000000;
margin: 0;
}
p.temp-title3{
font-family: 'Montserrat-Medium';
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
color: #000000;
line-height: 1.2;
margin: 0;
}
p.temp-title4{
font-family: 'Open Sans';
font-size: 12px;
font-weight: normal;
color: #000000;
line-height: 1.2;
margin: 0;
}
.landing-container p{
font-family: 'Open Sans';
font-size: 12pt;
color: #000000;
line-height: 1.5;
margin: 0;
margin-top: 10px;
}
.landing-button {
	font-family: 'Montserrat-bold';
	text-transform: uppercase;
  	background-color: #51007a;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #51007a;
}
.landing-button i{
    margin-left: 5px;
}
.landing-top-fl span{
 	text-transform: lowercase; 
}
/*******END-GLOBAL*******/
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #51007a;
    z-index: 0;
	padding: 0 20px;
}
.landing-header-top:after{ 
    content: "";
    background-image: url("/images/landing/nzxt/header-top-bg2.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
	background-attachment: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.landing-row-top{
	position: relative;
    align-items: center;
    padding: 100px 0;
}
.landing-top-fl{
    width: 65%;
}
.landing-top-fl .temp-title1{
    color: #ffffff;
	line-height: 1.2;
	margin-bottom: 5px;
}
.landing-top-fl .temp-title2{
    color: #ffffff; 
	font-size: 28px;
}
.landing-top-fl .temp-title2:nth-child(3){
	font-size: 18px;
	margin-top: 10px;
}
.landing-header-bottom{
    background-color: #ffffff;
    padding: 50px 20px;
}
.landing-header-content{
    position: relative;
    display: flex;
	flex-wrap: wrap;
    flex-direction: row-reverse;
}
.landing-bottom-fl{
    display: flex;
    align-items: center;
    width: 50%;
}
.landing-bottom-fr{
    display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    top: -280px;
    right: 0;
    bottom: 0;
    width: 50%;
    margin-bottom: -250px;
}
.landing-bottom-fl-content{
	padding-right: 30px;
}
.vend-logo{
    position: absolute;
    top: 20px;
    right: 0;
}
.vend-logo img{
	max-width: 100%;
}
.landing-bottom-fl-content p:last-child{
  	font-size: 12px;
    color: #510079;
    margin-top: 20px;
}
/*******HEADER-SECTION-END*******/
/****************************LANDING-TABS****************************/

.landing-tabs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding: 20px;
    background-color: #e6e6e6;
}
.landing-tabs:after{
    content:'';
    width: 0;
    height: 0;
    border-top: 20px solid #e6e6e6;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;;
    left: 50%;
    transform: translate(-50%, 0);
}
.tablink-button{
    width: 250px;
    text-align: center;
}
.tablink-button{
    font-family: 'Montserrat-Bold';
    font-size: 26px;
    color: #51007a;
    margin-right: 20px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
}
.tablinks{
    background-color: #ffffff;
    padding: 10px;
}
.tablink-button .tab-active{
    background-color: #51007a;
    color: #ffffff;
}
.tablink-button:nth-child(2){
    margin: 0;
}
/****************************LANDING-TABS****************************/
/****************************LANDING-CONTENT****************************/
.tab-content-holders{
    background-color: #ffffff;
}
.tabcontent{
    display: none;
    padding: 20px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.tab-content-holders .tabcontent:nth-child(1){
    display: block;
  }
  @-webkit-keyframes fadeEffect {
      from {opacity: 0;}
      to {opacity: 1;}
  }
  @keyframes fadeEffect {   
      from {opacity: 0;}
      to {opacity: 1;}
  }
.tab-content-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 600px;
  }
.tabcontent-lr{
    width: 50%;
  }
.nzxt-tabs img{
   margin: 0!important;
}
 .tab-content-inner .tabcontent img{
    display: block;
    max-width: 100%;
}
.tabcontent:nth-child(2) img{
    width: 450px;
}
.tabcontent .temp-title1{
    font-size: 40px;
    color: #51007a;
}
.tabcontent .temp-title2{
    font-family: 'Montserrat-Medium';
    color: #b1b1b1;
}
/****************************LANDING-CONTENT****************************/
.landing-features{
    background-color: #f4f4f4;
    text-align: center;
}
.features-top{
    max-width: 760px;
    padding: 80px 20px 40px 20px;
    margin: 0 auto;
}
.features-bottom{
    margin-bottom: 150px;
}
.landing-features img{
    margin-bottom: -150px;
    max-width: 100%;
}
@media screen and (max-width: 1170px) {
.vend-logo{
    position: static;
    margin-bottom: 20px;
}
.landing-bottom-fl .landing-button{
    margin-top: 20px;
}
 .landing-bottom-fr img{
    max-width: 100%;
    margin: 0 auto;
}
.landing-row-top{
    display: block;
    align-items: center;
    padding: 40px 0 80px 0;
    text-align: center;
}
.landing-top-fl{
    display: block;
    align-items: center;
    width: 100%;
}
.landing-header-content{
    display: block;
}
.landing-bottom-fl{
    display: block;
    width: 100%;
    padding-right: 0px;
    overflow: hidden;
    text-align: center;
    margin-top: 100px;
}
.landing-bottom-fl-content{
	padding: 0px;
}
.landing-bottom-fr{
    display: block;
    position: relative;
    top: -80px;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;  
    margin-bottom: -150px;
}  
/********************TAB-CONTENT********************/
.tab-content-inner{
    justify-content: center;
    height: auto;
}
.tabcontent-lr{
    width: 100%;
  }
  .tabcontent:first-child img{
    width: 500px;
  }
  .tabcontent img{
      margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
.tablink-button{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
}