/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */
@import url(https://fonts.googleapis.com/css?family=Ramabhadra);

.bannertitle_en {
    font-size: 3.1em;
    font-family: 'Ramabhadra';
    font-weight: 600;
    text-shadow: 2.5px 2.5px 5px rgba(0,0,0,.5)
}

.bannertitle_bm {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2.5px 2.5px 5px rgba(0,0,0,.5)
}

.bannertitle_cn {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2.5px 2.5px 5px rgba(0,0,0,.5)
}

.bannertitle_small {
    font-size: 25px;
    font-style: italic;
    text-shadow: 2.5px 2.5px 5px rgba(0,0,0,.5)
}


.topspace {
	width: 100%!important;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}


.main_font {
    font-size: 1.5em!important;
    color: #fefefe;
    font-weight: 700;
    font-family: sarala,sans-serif;
}

.main_font1 {
    font-size: 1.1em;
    color: #fefefe;
    line-height: 25px;
    font-family: sarala,sans-serif;
}

.main_font3 {
    font-size: 1.6em;
    color: #fefefe;
    font-weight: 700;
    font-family: sarala,sans-serif;
}



.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Roboto';
}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
}

@media screen and (max-width: 480px) {
    
  .bannertitle_en {
	font-size: 1em;
	font-family: 'Ramabhadra';
	font-weight: 600;
	text-shadow: 2.5px 2.5px 5px rgba(0,0,0,.5)
}

.bannertitle_bm {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 2.5px 2.5px 5px rgba(0,0,0,.5)
}

.bannertitle_cn {
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 2.5px 2.5px 5px rgba(0,0,0,.5)
}

.bannertitle_small {
	font-size: 1em;
	font-style: italic;
	text-shadow: 2.5px 2.5px 5px rgba(0,0,0,.5)
}

	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	.banner-item .banner-caption{
	}

	/* banner number start from 0 */
	/* banner caption no 1 */
	.banner-item .banner-caption.id-0{
	}

	/* banner caption no 2 */
	.banner-item .banner-caption.id-1{
	}
}