body{
	font-family: 'Lato', sans-serif;
}

img {
	border: 1px solid black;
}


/* index6 section starts here */

iframe{
	width: 100%;
	height: 400px;
	margin-top: 30px;
}

.index6 .bold{
	margin-top: -14px;
}

/* index6 section ends here */







/* index4 page start here.............................................................................. */


/* text section starts */
.container{
	background: rgba(171, 171, 171, 0.91);
	border:2px solid #0379A9;
	color: black;
}


.blue-header{
	background: #0379A9;
	color: #fff;
	padding: 12px;
	margin-top: 0;
	font-size: 27px;
}

.blue-text{
	color: #0379A9;
	font-weight: bold;
	font-size: 20px!important;
	line-height: 17px;
}

.small-text{
	font-size: 13px;
}

.blue{
	color: #0379A9;
	font-weight: bold;
}

.text-contents p{
	font-size: 17px;
}

.schedule{
	font-size: 17px;
}


.bold{
	font-weight: bold;
	margin-bottom: 0;
}
/* text section ends */




.image img{
	width: 100%;
}

.image p{
	font-size: 17px;
}



/* index4 page ends here................................................................................ */









/* index5 page starts here................................................................................  */
.header .bold{
	margin-top: -12px;
}

.footer .bold{
	margin-bottom: 20px;
}


.header img{
	width: 100%;
}

.header p{
	font-size: 17px;
}

.footer img{
	width: 100%;
}

.footer p{
	margin-bottom: 0;
	font-size: 17px;
}
/* index5 page ends here................................................................................ */ 









/* index3a page starts here................................................................................  */
.index3a{
	color: black;
	padding-bottom: 30px;
}

.index3a img{
	width: 100%;
	margin-top: -10px;
}

.index3a p{
	font-size: 17px;
}

/* index3a page ends here................................................................................ */ 




/* index3 page starts here................................................................................  */
.index3{
	color: black;
}

.index3 img{
	width: 100%;
	margin-top: -10px;
}

.index3 p{
	font-size: 17px;
}

/* index3 page ends here................................................................................ */ 








/* index2a page starts here................................................................................  */
.index2a{
	color: black;
}

.index2a img{
	width: 100%;
	margin-top: 10px;
}

.index2a p{
	font-size: 17px;
}

.index2a-img{
	float: right;
}

.index2a-text{
	float: left;
}

.index2a .bold{
	margin-bottom: 10px;
}

.caption{
	display: none;
}

/* index2a page ends here................................................................................ */ 






/* index2 page starts here................................................................................  */
.index2{
	color: black;
}

.index2 img{
	width: 100%;
}

.index2 p{
	font-size: 17px;
}

.index2-img{
	float: right;
}

.index2-text{
	float: left;
}

/* index3 page ends here................................................................................ */ 








.mobile-layout{
	width: 43%;
}

.mobile-layout p{
	font-size: 17px;
}

.mobile-layout img{
	width: 100%;
}

.mobile-layout .bold{
	margin-bottom: 20px;
	margin-top: -14px;
}















/* responsive codes */
@media all and (max-width:992px) {

	td{
		padding: 4px 19px 8px 0!important;
	}

}


@media all and (max-width:767px) {

	.caption{
		display: block;
		margin-bottom: 0;
	}


	.bold {
	    margin-bottom: 25px;
	}

	iframe{
		height: 300px;
	}
}



@media all and (max-width:360px) {

	td{
		padding: 4px 14px 8px 0!important;
	}

	.blue-header{
		font-size: 19px;
	}

	iframe{
		height: 200px;
	}

}

