/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.nk-nav-logo {
    text-align: center;
    margin: auto;
}

.nk-header-content {
    opacity: 1!important;
	/*min-height: auto!important;
	padding-top: 75px!important;*/
}

.imagebg1{
	background:url("../images/malaysia.png") center center no-repeat;
	display: flex;
  	justify-content: center;
  	align-items: center;
	height: 500px;
}

.imagebg2{
	background:url("../images/international.png") center center no-repeat;
	display: flex;
  	justify-content: center;
  	align-items: center;
	height: 500px;
}

@font-face{
	src: url("../fonts/script.ttf");
	font-family: script;
}

.script{
	font-family: script;
}

.line{
	border-top: 1px solid white;width: 50%;margin: 0 30px;margin-top: 30px; margin-bottom: 30px;margin-left: auto;
    margin-right: auto;
}



.modal-content {
    border-radius: 0!important;
}

.modal-dialog {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100vh;
}

.modal-open{
	padding: 0!important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden!important;
	padding: 0!important;
}