@charset "utf-8";
/* CSS Document */


/* new css start */
.m-auto{
	margin: auto !important;
}
.row{
	margin: auto !important;
}
.pb-10{
	padding-bottom: 10px !important;
}
.res-image {
	display: block;
	margin: auto;
}
/* new css end */

body {
	margin-top:0px;
	padding:0px;
	overflow-x:hidden;
}
@media only screen and (max-width: 600px) {
	.responsive {
		width: 90% !important;
	}
	.res-image{
		width: 100%;
	}
	.res-pad{
		padding: 10px !important;
	}
	input[type="text"] {
		padding: 10px;
	}
}
.responsive {
	width: 25%;
	margin: auto;
	padding: 50px 0px;
}
.bg {
	background-image:url(images/bg.png);
	background-repeat:repeat;
}

.margin-top {
	margin-top:60px;
}

.button {
	background-color:#002b5e;
}

.white {
color:#ffffff;
}

.blue {
	background-color:#002b5e;
}

.orange {
	background-color:#f2922e;
}

.red-text {
	color:#ed1b24;
}

.matter {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	text-align:justify;
}

.mar {
	font-family:"Comic Sans MS", cursive;
	font-size:21px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
	text-align:justify;
}
