
body {
	font-size:14px;	
	font-family: Arial, Helvetica, sans-serif;
}

.mar-btm-5 {
	margin-bottom:5px;
}
.mar-btm-10 {
	margin-bottom:10px;
}
.mar-btm-15 {
	margin-bottom:15px;
}
.mar-btm-20 {
	margin-bottom:20px;
}
.mar-btm-30 {
	margin-bottom:30px;
}
.mar-btm-40 {
	margin-bottom:40px;
}
.mar-top-5 {
	margin-bottom:5px;
}
.mar-top-10 {
	margin-bottom:10px;
}
.mar-top-15 {
	margin-bottom:15px;
}
.mar-top-20 {
	margin-bottom:20px;
}
.space15 {
	height:15px;
	clear:both;
}
.space20 {
	height:20px;
	clear:both;
}
.space30 {
	height:30px;
	clear:both;
}
.space40 {
	height:40px;
	clear:both;
}
.space50 {
	height:50px;
	clear:both;
}
.space60 {
	height:60px;
	clear:both;
}

.header {
	background: #1b85c6;
	padding: 5px 0 10px 0px;
}

.color_white {
	color:#FFF;	
}

.head_block {
		
}

.head_h1 {
	font-size: 40px;
    font-weight:700;
    color: #f9f410;
}
.head_h3 {
	font-size: 32px;
    font-weight: 600;
}
.head_cnt {
	font-size: 24px;
}

.content {
	background: #FFF;
	padding:30px 0px;
}

.media {
    margin-top: 15px;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media:first-child {
    margin-top: 0;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 15px!important
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    color: #666;
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
}
.media {
    margin-top: 25px !important;
}

.contact {
	background: #f1f6f8;
	padding:30px 0px;
}

.con_head {
	 font-size: 24px;
    font-weight: 700;
    color: #b8001c;
    margin-bottom:30px;
	margin-top:0px;
}

.sbt_btn {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-shadow: #ff0 0px 1px 0px;
	    padding: 12px 40px;
    border-color: #000;
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ff0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff0),color-stop(100%,#ffa035));
    background: -webkit-linear-gradient(top,#ff0 0%,#ffa035 100%);
    background: -moz-linear-gradient(top,#ff0 0%,#ffa035 100%);
    background: -ms-linear-gradient(top,#ff0 0%,#ffa035 100%);
    background: -o-linear-gradient(top,#ff0 0%,#ffa035 100%);
    background: linear-gradient(to bottom,#ff0 0%,#ffa035 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#ffa035, GradientType=0);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5),inset 0px 0px 0px 1px rgba(255,255,0,0.5);
}


.footer {
    background: #f1f1f1;
	padding:30px 0px;
	border-top:#ddd solid 1px;
}

.cpyright_text {
	font-size:12px;
	color:#666;
	font-weight:300;
	text-align:center;
}
.footer ul {
	text-align:center;	
	margin:10px 0 0 0;
}
.footer li {
	display:inline-block;
	padding:0 10px;	
}

.privacy_block {
	margin-bottom:40px;
}

.privacy_head {
	font-size:16px;
	font-weight:600;
	color:#333;
}

.mainhead {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
}

.heretodo {
	font-size:30px;
	font-weight:600;
	margin-top:0px;	
}

.filloutform {
	font-size: 26px;
	margin:10px 0 0 0;
    font-weight: bold;
    color: #b8001c;
    text-align: center;	
}
.thumbnimg {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
	
@media (min-width:767px){ 
	.footer ul {
	text-align:right;	
	margin:0;
}
.cpyright_text {
	text-align:left;
}
}
	
	