@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,700&amp;display=swap');
* {
	box-sizing: border-box !important;
}
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;/*background-image: url(../images/body_bg.jpg);*/
}
a:hover {
	transition: 0.5s all;
}
div:after {
	content: "";
	display: block;
	clear: both;
}
.floatLeft {
	float: left;
}
.p_relative {
	position: relative;
}
.col-33 {
	width: 33.3%;
	display: block;
	float: left;
}
.col-25 {
	width: 25%;
	display: block;
	float: left;
}
.col-50 {
	width: 50%;
	display: block;
	float: left;
}
.txt_centre {
	text-align: center;
}
.innerpage_heading {
	font-size: 24px;
	padding: 0 0 5px 0;
	font-weight: bold;
	border-bottom: 2px solid #841c2c;
	width: 100%;
	margin: 1% 0;
	position: relative;
}
.wrapper {
	width: 100%;
	margin: 0 0 20px 0;
	background-color: #fff;
	min-height: 94vh!important;
}
/*.inner_wrapper {
	width: 100%;
	margin: 0 0 50px 0;
}*/
.bg {
	width: 100%;
	padding: 0;
	margin: -20px 0px 0px 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat !important;
	background-size: cover;
	height: 431px;
}
p {
	font-size: 16px;
	line-height: 24px;
}
h2 {
	font-size: 28px;
	color: #fff;
	BACKGROUND-COLOR: #841C2C;
}
.preheader {
	width: 100%;
	height: 40px;
	background-color: #841c2c;
	font-size: 14px;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
.preheader a {
	color: #fff;
	text-decoration: none;
	float: right;
	line-height: 10px;
	padding: 5px 15px;
	border-right: 1px solid #fff;
	margin-top: 10px;
}
.border_none {
	border: none !important;
}
.preheader a:hover {
	color: #ffc440;
	transition: 2s;
}
.preheader a:first-child {
	padding-right: 0!important;
}
.header {
	width: 100% !important;
	background-image: url(../images/vikram_login_02.jpg);
	background-repeat: no-repeat;
}
.table_content {
	width: 100%;
	margin: 0%;
}
.outer {
	width: 100% !important;
	position: relative;
	border: 1px solid #000;
	margin: 10% 0 0 0;
}
.container {
	width: 90%;
	margin: 0 auto;/*min-height: 94vh;*/
}
.vikram_logo {
	float: left;
}
.vikram_logo img {
	margin: 2% 0;
}
.mpo_logo {
	float: right;
}
.mpo_logo img {
	margin: 8% 0;
}
.about_deatail {
	width: 86%;
	margin: 20px auto;
}
.dp {
	width: 20%;
	float: left;/*box-shadow: 0 0 5px #000;*/
}
.dp img {
	width: 100%;
}
.clear_fix {
	clear: both;
}
/* heading css*/

.heading {
	border-left: 15px solid #841c2c;
	font-size: 24px;
	font-weight: 700;
	margin: 30px 0;
	padding: 0 0 0 4px;
}
.pre {
	font-size: 48px;
	font-weight: bold;
	color: #841c2c;
	padding: 0 1%;
}
/* heading css*/

.text {
	width: 78%;
	float: left;
	margin: 0 0 0 2%;
}
.readmore {
	color: #D90929;
	text-decoration: none;
	font-size: 16px;
}
.readmore:hover {
	margin: 0 0 0 1%;
	transition: 2s;
	color: #D90929
}
.button {
	text-align: center;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor: pointer;
}
.button a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	background-color: #841c2c;
	width: 100%;/*display: block;*/
}
.button a:hover {
	-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #550713;
}
.button:active {
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}
.button::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: white;
	box-shadow: 0 0 15px 3px white;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.button:hover:before {
	-webkit-animation: shine 0.5s 0s linear;
	-moz-animation: shine 0.5s 0s linear;
	animation: shine 0.5s 0s linear;
}
 @-webkit-keyframes shine {
 from {
 opacity: 0;
 left: 0%;
}
 50% {
 opacity: 1;
}
 to {
 opacity: 0;
 left: 100%;
}
}
@-moz-keyframes shine {
 from {
 opacity: 0;
 left: 0%;
}
 50% {
 opacity: 1;
}
 to {
 opacity: 0;
 left: 100%;
}
}
@keyframes shine {
 from {
 opacity: 0;
 left: 0%;
}
 50% {
 opacity: 1;
}
 to {
 opacity: 0;
 left: 100%;
}
}
.vikram_table {
	font-size: 16px;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
	min-width: 768px;
}
.vikram_table th {
color: #fff;
font-size: 20px;
text-align: left;
margin: 0 0 5px 0;
font-weight: 500;
background-color: #841c2c;
border: 1px solid #dbdbdb;
padding: 10px;
}
.vikram_table .service_head {
	background-color: #ffe8bf;
	padding: 5px;
	font-size: 20px;
	text-align: left;
	margin-top: 10px;
}
.vikram_table td {
	padding: 8px;
	border: 1px solid #dbdbdb;
	font-size: 16px;
	text-align: left;
}
.srvc_table tr td:nth-child(4) {
	text-align: center;
}
.srvc_table tr td:nth-child(5) {
	text-align: center;
}
.map {
	width: 49%;
	float: left;

	margin-right: 1%;
}
	
	
	
.address {
	width: 50%;
	float: left;
	border: 5px solid #eaeaea;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	height: 350px;
}
.inner_address {
	width: 100%;
	padding: 8%;
}
.inner_address p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.footer {
	width: 100%;
	height: 50px;
	background-color: #841c2c;
	text-align: center;
	line-height: 50px;
	bottom: 0;
	color: #fff;
	z-index: -100;
}
.footer img {
	vertical-align: middle;
}
.notification_heading {
	font-size: 18px;
	color: #841c2c;
	border-bottom: 1px dotted #841c2c;
	padding-bottom: 6px;
}
/*popup css*/
	
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	margin: 70px auto;
	padding: 2%;
	background: #fff;
	border-radius: 5px;
	width: 45%;
	position: relative;
}
.popup h2 {
	margin-top: 0;
	color: #841c2c;
	text-align: center;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: #06D85F;
}
.popup .content {
	max-height: 100%;
	overflow: auto;
	height: 400px;
}
.content p {
	font-size: 14px
}

@media screen and (max-width: 700px) {
.box {
	width: 70%;
}
.popup {
	width: 70%;
}
}
/*popup css end*/
	
	/*g2g css start*/
.g2g_outer {
	margin: 66px 0;
	position: relative;
}
.g2g_box {
	width: 76%;
	background-color: #FFFFFF;
	height: auto;
	box-shadow: 0px -16px 20px rgba(0, 0, 0, 0.2);
	padding-bottom: 20px;
	margin: 0 auto;
}
.g2g_box_heading_container {
	width: 96%;
	margin: 0 auto;
	border-bottom: 2px solid #f7f7f7;
}
.g2g_box_heading {
	width: 100%;
	text-align: left;
	font-size: 24px;
	position: relative;
	color: #841c2c;
	padding: 12px 0;
	font-weight: 100;
}
.g2g_box_heading img {
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.g2g_box_heading span {
	font-weight: 700;
}
/*.g2g_box_heading::after {
	content: "";
	position: absolute;
	top: 75px;
	left: 10px;
	height: 2px;
	width: 59px;
	background-color: #841c2c;
}*/
	
.link-area {
	height: 350px;
	padding-top: 10px;
}
.g2g_linkarea {
	padding: 10px 0;
	width: 96%;
	margin: 0 auto;
}
.g2g_linkarea a {
	display: block;
	width: 100%;
	padding: 14px 36px;
	color: #000;
	text-decoration: none;
	margin: 0 0 4px 0;
	background-color: #f7f7f7;
	position: relative;
}
.g2g_linkarea a:hover {
	color: #000;
	background-color: #fcde9e;
	transition: 0.5s all;
}
.g2g_linkarea a:hover::before {
	content: "";
	border: 4px solid #bd364b;
	position: absolute;
	left: 18px;
	top: 18px;
}
.g2g_linkarea a:before {
	content: "";
	border: 4px solid #000;
	position: absolute;
	left: 18px;
	top: 18px;
}
/*g2g css end*/
	
	
.g2g_head_img {
	width: 100%;
	height: 120px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../images/g2g_banner.jpg);
}
.g2g_head_img h1 {
	color: #fff;
	text-align: left;
	padding: 30px 0 0 70px;
	font-weight: 100;
	font-size: 50px;
	margin: 0;
}
/*login css start*/
	
.login_bg {
	width: 70%;
	border-radius: 20px;
	background-color: #f6f6f6;
	border: 1px solid #d6d6d6;
	margin: 4% auto;
}
.login_instruction {
	width: 50%;
	float: left;
	border-right: 1px solid #d6d6d6;
	padding: 1%;
}
.login_instruction p {
	margin: 0;
	line-height: 15px;
}
.login_instruction ul li {
	line-height: 24px;
	font-size: 14px;
}
.login_feilds {
	width: 50%;
	float: left;
	padding: 4% 7%;
}
.infograph {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.login_icn {
	text-align: center;
}
.login_instruction h1 {
	font-size: 16px;
	color: #841c2c;
	margin-left: 20px;
}
.feildarea {
	width: 100%;
	margin: 0;
}
.feildarea input[type="text"] {
	width: 100%;
	padding: 12px 0;
	border-bottom: #c3c3c3 2px solid;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	font-size: 16px;
}
.feildarea input[type="password"] {
	width: 100%;
	padding: 14px 0;
	border-bottom: #c3c3c3 2px solid;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	font-size: 16px;
}
.feildarea select {
	width: 100%;
	padding: 14px 0;
	border-bottom: #c3c3c3 2px solid;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	font-size: 16px;
}
.feildarea input[type="button"] {
	background-color: #841c2c;
	border: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 22px;
}
.feildarea input:hover[type="button"] {
	background-color: #600917;
}
.captcha_area {
	width: 100%;
	height: 60px;
	margin: 10px auto;
	background-color: #ebebeb;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	padding-top: 0px;
	line-height: 60px;
}
.forgot_pass {
	color: #000;
	text-align: center;
	padding: 1%;
	margin: 10px 0;
}
.forgot_pass a {
	text-decoration: none !important;
	font-size: 12px;
	transition: color 0.5s ease;
	color: #000;
}
.forgot_pass a:hover {
	color: #420202;
	text-decoration: none !important;
}
/* form table*/
.vikram_form {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.vikram_form th {
	padding: 10px;
	border: #ddd 1px solid;
	color: #000;
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: left;
	background-color: #e6e6e6;
	font-size: 18px;
}
.vikram_form td {
	padding: 10px;
	border: #ddd 1px solid;
	text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */

.vikram_form tr {
	background: #9FD9FF;
}
/*  Define the background color for all the ODD background rows  */

.vikram_form tr:nth-child(odd) {
	background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.vikram_form tr:nth-child(even) {
	background: #f7f7f7;
}
.vikram_form input[type="text"], input[type="password"], textarea, select {
	padding: 7px;
	border-radius: 4px;
	background-color: #fff;
	border: #ddd 1px solid;
	width: 100%;
}
.vikram_form input:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border: #ddd 1px solid;
}
.mpbse_newtable input:hover {
	border-radius: 5px;
}
.vikram_form select {
	width: 100%;
}
.vikram_form select:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border: #ddd 1px solid;
}
.vikram_form select:hover {
	border: #ddd 1px solid;
	border-radius: 5px;
}
.vikram_form textarea:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
}
.vikram_form textarea:hover {
	border: 1px solid #eaeaea;
	border-radius: 5px;
}
.vikram_form .btn {
	background-color: #841c2c;
	border: none !important;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.vikram_form .btn:hover, .btn:active {
	background-color: #600917;
	border: none !important;
	padding: 8px 8px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 5px 5px;
}
/* form table*/

	
	/*Back to top button 
*/
#scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
	text-decoration: none;
}
#scroll-top button {
	width: 50px;
	height: 50px;
	outline: none;
	cursor: pointer;
	border-radius: 100%;
	border: solid 5px #FFEBEE;
	background-color: #F44336;
	color: #fff;
	box-shadow: 0 0 1px #333;
	display: block;
	font-family: tahoma;
	font-size: 11px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#scroll-top button:hover {
	background-color: #B71C1C;
	border-color: #F44336;
}
.scroll_area {
	width: 90%;
	margin: 0 auto;
	height: 100px;
}
#scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
	text-decoration: none;
}
#scroll-top button {
	width: 50px;
	height: 50px;
	outline: none;
	cursor: pointer;
	border-radius: 100%;
	border: solid 5px #FFEBEE;
	background-color: #F44336;
	color: #fff;
	box-shadow: 0 0 1px #333;
	display: block;
	font-family: tahoma;
	font-size: 11px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#scroll-top button:hover {
	background-color: #B71C1C;
	border-color: #F44336;
}
.scroll_area {
	width: 90%;
	margin: 0 auto;
	height: 100px;
}

@media only screen and (max-width:768px) {
.table-responsive {
	/*width: 100%;*/
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #f7f7f7;/*margin: 0 10px;*/
}
}

@media screen and (min-width:320px) and (max-width:768px) {
.mpo_logo {
	float: none;
	display: none;
}
	.map img {
	width: 100%;
	float: left;

	margin-right: 1%;
}
.dp {
	display: none;
}
.text {
	width: 100%;
}
.about_deatail {
	width: 100%;
	margin: 10px auto;
}
.vikram_logo img {
	width: 100%;
}
.pre {
	font-size: 38px;
}
.heading {
	border-left: 15px solid #841c2c;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.preheader a {
	padding: 5px 6px;
}
.map {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 10px;
}
.address {
	width: 100%;
	float: none;
	display: block;
	height: auto;
}
.vikram_table th {
	font-size: 16px;
	text-align: center;
	border: 1px solid #f7f7f7;
}
.vikram_table .service_head {
	font-size: 16px;
}
.vikram_table td {
	font-size: 14px;
}
.popup {
	width: 90%;
}
.login_instruction {
	display: none;
}
.login_bg {
	width: 100%;
}
.login_feilds {
	width: 100%;
}
.vikram_form td {
	display: block;
	width: 100%;
}
.col-25 {
	width: 100%;
	float: none;
}
.col-33 {
	width: 100%;
	float: none;
}
.col-50 {
	width: 100%;
	float: none;
}
.g2g_box {
	margin: 10px auto;
}
.g2g_outer {
	margin: 40px 0;
}
.wrapper {
	max-height: 100%;
}
}
