
/**
******************************************************************
*	DESKTOP LAYOUT 
******************************************************************
*/

@media (min-width: 1500px) {
	
	.nc-layout-1 .nc-bg-section {
	    height: 60vh;
	    text-align: center;
	}
	
	.nc-bg-section, .nc-page-contain {
	    position: inherit;
	    height: auto;
	    width: 100%;
	}
	
	.nc-layout-1 .nc-page-contain {
	    padding: 20px 0;
		min-height: 0;
	}
	

	element.style {
	}
	.nc-page-contain .content-wrapper {
	    min-height: 0px;
	}
	
}
@media (min-width: 1200px) and (max-width: 1499px) {
	
	.nc-layout-1 .nc-bg-section {
	    height: 60vh;
	    text-align: center;
	}
	
	.nc-bg-section, .nc-page-contain {
	    position: inherit;
	    height: auto;
	    width: 100%;
	}
	
	.nc-layout-1 .nc-page-contain {
	    padding: 20px 0;
		min-height: 0;
	}
	
	.nc-page-contain .content-wrapper {
	    min-height: 0px;
	}

}
@media (min-width: 1100px) and (max-width: 1199px) {
	
	.nc-layout-1 .nc-bg-section {
	    height: 60vh;
	    text-align: center;
	}
	
	.nc-layout-1 .nc-page-contain {
	    padding: 20px 0;
		min-height: 0;
	}
	
	.nc-bg-section, .nc-page-contain {
	    position: inherit;
	    height: auto;
	    width: 100%;
	}
	
	.nc-layout-1 .nc-page-contain {
	    padding: 20px 0;
		min-height: 0;
	}
	
	.nc-page-contain .content-wrapper {
	    min-height: 0px;
	}

}	
@media (min-width: 992px) and (max-width: 1099px) {
	
	.nc-layout-1 .nc-bg-section {
	    height: 60vh;
	    text-align: center;
	}
	
	.nc-bg-section, .nc-page-contain {
	    position: inherit;
	    height: auto;
	    width: 100%;
	}
	
	.nc-layout-1 .nc-page-contain {
	    padding: 20px 0;
		min-height: 0;
	}
	
	.nc-page-contain .content-wrapper {
	    min-height: 0px;
	}

}
@media (min-width: 992px) {
	
	.nc-layout-1 .nc-bg-section {
	    height: 60vh;
	    text-align: center;
	}
	
	.nc-bg-section, .nc-page-contain {
	    position: inherit;
	    height: auto;
	    width: 100%;
	}
	
	.nc-layout-1 .nc-page-contain {
	    padding: 20px 0;
		min-height: 0;
	}
	
	.nc-page-contain .content-wrapper {
	    min-height: 0px;
	}

	
}

/**
******************************************************************
*	MOBILE & TABLET COMMON
******************************************************************
*/
@media (min-width: 200px) and (max-width: 1800px) {
	
	.nc-layout-1 .nc-bg-section {
	    height: 60vh;
	    text-align: center;
	}
	
	.nc-bg-section, .nc-page-contain {
	    position: inherit;
	    height: auto;
	    width: 100%;
	}
	
	.nc-layout-1 .nc-page-contain {
	    padding: 20px 0;
		min-height: 0;
		
	}
	
	.nc-page-contain .content-wrapper {
	    min-height: 0px;
	}

}

/**
******************************************************************
*	TABLET
******************************************************************
*/
@media (min-width: 768px) and (max-width: 991px) {
	
	.nc-layout-1 .nc-bg-section {
	    height: 60vh;
	    text-align: center;
	}
	
	.nc-bg-section, .nc-page-contain {
	    position: inherit;
	    height: auto;
	    width: 100%;
	}
	
	.nc-layout-1 .nc-page-contain {
	    padding: 20px 0;
		min-height: 0;
	}
	
	.nc-page-contain .content-wrapper {
	    min-height: 0px;
	}

}

/**
******************************************************************
*	MOBILE
******************************************************************
*/
@media (min-width: 200px) and (max-width: 767px) {	

}
@media (min-width: 600px) and (max-width: 767px) {

}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {		

}