@charset "utf-8";
/* CSS Document */

html, body{
	font-family:Roboto, Geneva, sans-serif;
	font-size:14px;
	/* font-weight: bold; */
	
}
/* index starts here */
/*
.hoverBg{
	padding:2%;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}
.hoverBg:hover{
	background: #f0283b;
	color:#fff;	
}
*/
/* about us starts here */
.about-list ul > li{
	margin-left:10%;
	font-family:Roboto, Geneva, sans-serif;
	line-height:30px;	
	font-size: 16px;
    color: #000;
    font-weight: 400;
}
.about-list ul > li:before{
	content:'\00BB';
	font-size:22px;
	margin-right:1%;
	color: #f0283b;
}

/* Gallery Starts here */
.col-md-12 .table1{
	width:100%;
	display:inline;
}
.col-md-12 .table1 div{
	width:24%;
	margin:2% 0.4%;
	display:inline-block;
	vertical-align:top;
}
.col-md-12 .table1 div:last-child, 
.table2 div:last-child{
	margin-right:0%;
}
.col-md-12 .table1 div:first-child,
.table2 div:first-child{
	margin-left:0%;
}
.col-md-12 .table1 div img{
	width:100%;
	border-radius:5px;
	box-shadow:1px 1px 5px #ccc;
}
.table2 div{
	width:32%;
	display:inline-block;
	margin:2% 0.7%;
}
.table2 div img{
	width:100%;
	border-radius:5px;
	box-shadow:1px 1px 5px #ccc;	
}

/* captcha starts here */
.captcha{
	margin:15px 0;
	border:1px solid #4d4e4d;
	border-radius:3px;
	background:#333;
	padding:12px;
	padding-top:17px;
}

p {
    text-align: justify;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height:30px;
}

.gallery img{
	border-radius: 100%;
	box-shadow:1px 1px 5px #000;
}

.gallery img:hover
{
    transition:all 0.6s; /* Change Speed */
    -ms-transform: scale(3, 3); /* IE 9 */
    -webkit-transform: scale(3, 3); /* Safari */
    transform: scale(3, 3); /* Change Size */
    overflow:visible;
    z-index:1 !important; /* you can change it, but better let this in default */
}