/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */



@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');

.tt1{
	color:#000000;
	font-weight:  bold;
	font-size: 2.8em;
}

.tt2{
	color:#1f76b3;
	font-weight:  bold;
	font-size: 1.5em;
}




.row img {
   
    max-width: 30% !important;
    
}


.icc1{
	width: 5% !important;
}




.main_font1{
	
	color:#292c76;
	font-size: 1.8em;
}

.main_font{
	
	font-size: 1.2em;
}


.bannert{
	color:#000;
	font-size: 1.7em;
	font-weight: bold;
}




.roundround{
	border-radius: 50%;
	border:6px solid #2e3192;
}



.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: #1c76b1;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

/* 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) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	
	
	
.tt1{
	
	font-size: 1.5em;
}

.tt2{
	
	font-size: 1.1em;
}
	
	
	
	.titlepic{
		width: 100% !important;
	}
	
	

.row img {
   
    max-width: 80% !important;
    
}
	
	
.icc1{
	width: 50% !important;
}
	
	
	
.roundround{
	border-radius: 50%;
	border:6px solid #fff;
	width: 50%!important;
}

	
	.bannert{
	
	font-size: 1.3em;
	
}
	
	.banner-item .banner-caption{
		font-size: 1em;
	}

	/* 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{
	}
}