@font-face {
  font-family: "malaya";
  src: url("../fonts/ML-KV-Chandralekha Heavy.ttf"); /* IE9 Compat Modes */  
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "malaya_nml";
  src: url("../fonts/ML-KV-ShajilNani-C Semi-condensed Regular.ttf"); /* IE9 Compat Modes */  
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "eng";
  src: url("../fonts/RobotoCondensed-Regular.ttf"); /* IE9 Compat Modes */  
  font-weight: normal;
  font-style: normal;
}

.malaya{
    font-size: 70px;
    font-family: "malaya";
    color: #000;
    text-align: left;
    line-height: 67px;
    width: 100%;
    margin: auto;
    padding-top: 127px;
	
}
.malaya_now{
    font-size: 70px;
    font-family: "malaya";
    color: #000;
    text-align: left;
    line-height: 67px;
    width: 100%;
    margin: auto;
    padding-top: 12px;
	
}

.malaya_sub{
    font-size: 23px;
    font-family: "malaya";
    color: #000;
    text-align: left;
    line-height: 28px;
    width: 100%;
    margin: auto;
	
}
.malaya_norm{
    font-size: 24px;
    font-family: "malaya_nml";
    color: #000;
    text-align: center;
    line-height: 28px;
    width: 100%;
    margin: auto;
	
}
.englishtext{
    font-size: 17px;
    font-family: "eng";
    color: #000;
    text-align: center;
    line-height: 28px;
    width: 100%;
    margin: auto;
	
}
.imgicon_right{
	margin: auto;
	width: 100px;
	text-align: center;
	float: right;
	
}
.imgicon_left{
	margin: auto;
	width: 100px;
	text-align: center;
	float: left;
	
}



/*mobile*/
@media only screen and (max-width: 640px) {
	.malaya{
    font-size: 70px;
    font-family: "malaya";
    color: #fff;
    text-align: center;
    line-height: 67px;
    width: 100%;
    margin: auto;
    padding-top: 0px;
	
}
	.malaya_sub{
    font-size: 23px;
    font-family: "malaya";
    color: #000;
    text-align: center;
    line-height: 28px;
    width: 100%;
    margin: auto;
	
}
	.imgicon_right{
	margin: auto;
	width: 100%;
		padding-bottom: 8px;
	
}
.imgicon_left{
	margin: auto;
	width: 100%;
	
}
	.btn-style-two{
		width: 100%;
		text-align: center;
	}
	.malaya_now{
    font-size: 70px;
    font-family: "malaya";
    color: #000;
    text-align: center;
    width: 100%;
    margin: auto;
	
}
	
}

/*mobile end*/

/*tab view*/
@media only screen and (max-width: 992px) {
	.malaya{
    font-size: 70px;
    font-family: "malaya";
    color: #fff;
    text-align: center;
    line-height: 67px;
    width: 100%;
    margin: auto;
    padding-top: 0px;
	
}
		.malaya_sub{
    font-size: 23px;
    font-family: "malaya";
    color: #000;
    text-align: center;
    line-height: 28px;
    width: 100%;
    margin: auto;
	
}
}
/*end*/