@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:100,300i,400,400i,500|Hind&display=swap');

* {
	padding: 0;
	box-sizing: border-box;
   
}
body {
	width: 100%;
	font-family: 'Barlow Condensed', 'Hind', sans-serif !important;
    font-size: 18px;
	background-image: url(../images/texture.jpg);
	margin:0;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
div:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;/*width: 100%;*/
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.m_t {
	margin-top: 20px;
}
.m-t {
	margin-top: 100px;
}
.txt_centre {
	text-align: center;
}
.col-50 {
	width: 50%;
}
.col-70 {
	width: 70%;
}
.col-25 {
	width: 25%;
}
.col-30 {
	width: 30%;
}
.col-33 {
	width: 33.3%;
}
.container {
	width: 96%;
	margin: 0 auto;
}
.small_font{font-size:14px;}
.logo {
    width: 33.3%;
	 
  }

.txt_right {
  text-align: right;
}
.txt_left{
  text-align: left;
}





.wrapper{width: 100%; min-height: 98vh;}
.container_innerpage {
	width: 80%;
	margin: 0 auto;
	min-height: 80vh;
}

.preheader {
	width: 100%;
	padding: 8px;
	background-color: #4fae3f;
}
.left_link {
	width: 300px;
	text-align: right;
}
.left_link a {
	color: #fff;
	padding:0px 2px;
}
.left_link a:hover {
	color: #9BEF7E;
	transition: 0.5s;
}
.header {
	padding: 10px 0;
	background-image: url(../images/header_texture.jpg);
	box-shadow: 0px 5px 5px #e4e4e4;
}
.top_section {
	width: 100%;
	background-image: url(../images/srait.jpg);
	background-repeat: no-repeat;
	/*height: 533px;*/
	position: relative;
	margin-bottom: 10px;
}

/*home page Notification-downslider*/

.position_rel {
  position: relative;
}
.notification {
    width: 50%;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    top: 117px;
    right: 20px;
    z-index: 999;

}
.Not_Content {
  width: 100%;

  padding: 0 20px;
	display: none;
	  box-shadow: 0 0 20px #a9a9a9;
    background-color: #fff;
	border-radius: 10px 0 10px 10px;
	border: 10px solid #fff;
}
.info_head {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  margin: 30px 0;
}
.Not_Content p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding: 10px 0;
  margin:0;
}
.notification_btn {
    background-color: #ff9b00;
    border-radius: 10px 10px 0 0;
    padding: 11px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    border: none !important;
	float: right;
	font-size: 18px;

	top: 0px;
	
}
.notification_btn:hover {
  background-color: #ffb900;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: .75s;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

/*thin scrollbar css */
.scrollbar-thin {
  height: 300px;
  overflow-y: scroll;
  scrollbar-color: black transparent;
  scrollbar-width: thin;
  ;
}
.scrollbar-thin::-webkit-scrollbar {
  width: 4px;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background: #ddd;
}
.scrollbar-thin::-webkit-scrollbar-track {
  background: #ccc;
}








.title {
	text-align: center;
	/*width: 55%;*/
	margin: 0 auto;
	padding: 1% 0;
}
.title h1 {
	font-weight: 100;
	font-size: 40px;
	color: #fff;
}
.bhoj_txt {
	font-weight: 600;
	font-size: 60px;
	color: #fe4e5e;
}
.sub_heading_title {
	font-weight: 100;
	font-size: 30px;
	color: #fff;
	vertical-align: top;
}




.section_buttons {
	width: 450px;
	margin: 10px auto;
}
.srvc_button {
	float: left;
	background-color: #fe4e5e;
	border-radius: 50px;
	padding: 10px 70px;
	}
.srvc_button:hover {
	background-color: #A2000E;
	transition: 0.8s;
	cursor: pointer;
}
.srvc_button a {
	color: #fff;
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 100;
}




/**********************************grid Buttons********************************/

.reject_button
{
     border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #bb4444;
    padding: 8px 8px;
    margin:6px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
    }
    
    .reject_button:hover
    {
        background-color: #ad3939;
    cursor:pointer;
        }
        
        .generate_button
        {
            background-color: #deb353;
    border: none;
    padding: 8px 8px;
     margin:3px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
            }
            
            .generate_button:hover
    {
        background-color: #a5802f;
    cursor:pointer;
        }
        
        .dispacthter_button
        {
            background-color: #346cbb;
    border: none;
    padding: 8px 8px;
     margin:3px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
            
            }
            
            .dispacthter_button:hover
            {
                background-color: #1a447d;
    cursor:pointer;
                
                }
                
                .approve_button
                {
                    background-color:#29981c;
    border: none;
    padding: 8px 8px;
     margin:3px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
                    
                    }
                    
                    .approve_button:hover
                    {
                        background-color: #186b0e;
    cursor:pointer;
                    }
                    
                    
                    /*certificate watermark logo*/
.watermark
                    {
                    
   
                        width:737px;
                        height:728px;
                        position:absolute;
                        margin:0 auto;
                        top:22%;
                       right:37px;
                       left:28%;
                        text-align:center;
                    }
           .cntr
           {
               text-align:center;
           }
         

.Bhoj_btn
	{
	    background-color:#0c57c6;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;}
	.Bhoj_btn:hover
	{
	    background-color:#083579;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;
	     cursor:pointer;} 
	.Bhoj_btn_proc
	{
	    background-color:#de801c;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;}
	.Bhoj_btn_proc:hover
	{
	    background-color:#b1610a;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;
	     cursor:pointer;}  
	 .Bhoj_btn_cnl
	{
	    background-color:#4f5256;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;}
    .Bhoj_btn_cnl:hover
	{
	    background-color:#000;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;
	     cursor:pointer;}    

.pop_uptablebtn
	{
	    background-color:#5a95eb;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;
	    margin-bottom:5px;
	    }
	    
	.pop_uptablebtn:hover
	{
	    background-color:#3673cc;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;
	    cursor:pointer;
	    } 
.center {
    text-align:center !important;
}
/******************************************************************************/
.heading_bhojtable {
    width:100%;
    margin:0;
    padding-top:10px;
    color:#000;
    font-size:30px;
    text-align:center;
}


.txt_left{text-align:left}
.txt_float{float:left}
.about_container {
	width: 80%;
	padding: 10px 50px;
	background: rgb(254,81,47);
	background: linear-gradient(90deg, rgba(254,81,47,1) 0%, rgba(255,75,146,1) 70%, rgba(255,75,146,1) 100%);
	border-radius: 100px;
	position: absolute;
	top: 430px;
	left:10%;
	right:10%;
}

.about_container h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	 margin: 0;
	/*margin-top: 10px;*/
}
.about_container a {
	color: #900F38;
}
.about_container a:hover {
	color: #D92961;
	transition: 0.8s;
}

.txt_left{text-align:left}
.about_subtitle{font-size:24px; font-weight: 100; vertical-align: top;}

.about_txt {
    color: #fff;
    padding: 12px;
    margin: 0;
}




.border_left {
	border-right: 1px solid #fff;
}
.home_heading {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.home_heading h1 {
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
.home_heading img {
	margin: 0;
}
.home_heading p {
	margin: 14px 0;
}
.home_heading h1::before {
	content: "--";
	color: #fe5038;
}
.home_heading h1::after {
	content: "--";
	color: #fe5038;
}
.box {
	    width: 94%;
    margin: 0 auto 20px;
    padding: 14px;
	text-align: center !important;
	background-color: #fff;
	border-radius: 20px;
	min-height: 194px;
	transition: 0.5s all;
}
.box:hover {
	box-shadow: -13px -17px 20px #ccc;
	transition: 0.5s all;
	display: block;
	transform: translateY(-2px);
	cursor: pointer;
}
.box p {
	font-size: 20px; margin:6px 0;

}


.box span {
	font-size: 16px; 

}
.apply_btn {
	width: 50%;
	margin: 10px auto 0;
	border-radius: 20px;
	padding: 6px 0 10px 0;
}
.apply_btn a {
	padding: 10px;
	color: #fff;
}
.apply_1 {
	background-color: #a4a4b5;
}
.apply_2 {
	background-color: #004875;
}
.apply_3 {
	background-color: #5bb848;
}
.apply_4 {
	background-color: #fe9f3a;
}
.apply_1:hover {
	background-color: #DD2C13;
	transition: 0.8s;
}
.apply_2:hover {
	background-color: #1A7AB5;
	transition: 0.8s;
}
.apply_3:hover {
	background-color: #3D9C29;
	transition: 0.8s;
}
.apply_4:hover {
	background-color: #D5740D;
	transition: 0.8s;
}
.footer {
	width: 100%;
	background-color: #5bb848;
	color: #fff;
	text-align: center;
	font-size: 13px;
	vertical-align: top;
	padding: 8px 0;
}
.footer img {
	vertical-align: top;
}







#Div1 {
	height: 200px;
}
/*popup Css start
**********************************/

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 9998
}
.popup {
	background: #fff;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	position: fixed;
	display: none;
	padding: 30px;
	/*box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2), -1px 0 4px rgba(0, 0, 0, 0.2);*/
	z-index: 9999;
	border-radius: 50px;
}
.popup.one {
	top: calc(50vh - 150px);
	left: calc(50vw - 370px);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	transition: all .7s cubic-bezier(0.845, -0.265, 0.190, 1.280);
}
.popup.oneOpen {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.popup_heading {
	width: 200px;
	margin: 0 auto;
	color: #000;
	font-size: 35px;
	text-align: center;
}
.popup ul {
	margin: 0;
	padding: 0;
}
.popup ul li {
	list-style-type: disc;
}
.instruction_heading {
	font-weight: 400;
	margin-bottom: 14px;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	color: #4fae3f;
}
.close_btn {
	color: #fff;
	padding: 5px 17px;
	background-color: #E5484A;
	border-radius: 15px;
}
/**innerpage_css start**/

.table_containt {
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;

	min-height: 80vh;
	max-height:auto;
}
.table_containt_adm {
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;

	min-height: 75px;
	max-height:auto;
}
.page_heading {
	font-size: 30px;
	padding: 0.5%;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1%;
}


.bhoj2019_table {
	font-size: 16px;
	width: 100%;
	border-collapse: collapse;
}
.bhoj2019_table th {
	padding: 15px;
	border-bottom: 4px solid #eaeaea;
	color: #000;
	font-size: 20px;
	text-align: left;
	margin: 0 0 5px 0;
	font-weight: 400;
	background-color: #e3e3e3;
	border-right: none;
	border-left: none;
}
.bhoj2019_table .service_head {
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}
.bhoj2019_table td {
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	text-align: left;
	background-color: #fcfcfc;
	border-right: none;
	border-left: none;
}

.bhoj2019_table tr th:nth-child(4),
.bhoj2019_table tr th:nth-child(5), 
.bhoj2019_table tr th:nth-child(2), 
.bhoj2019_table tr th:nth-child(3)   
 {
	text-align: center;
}

.bhoj2019_table tr td:nth-child(4), 
.bhoj2019_table tr td:nth-child(5), 
.bhoj2019_table tr td:nth-child(2), 
.bhoj2019_table tr td:nth-child(3)   
 {
	text-align: center;
}
.text_centre {
	text-align: center !important;
}
.text_centre img {
	text-align: center !important;
}
/* Service table*/

/* form table*/
.bhojForm {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.bhojForm 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;
}
.bhojForm td {
	padding: 10px;
	border: #ddd 1px solid;
	text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */

.bhojForm tr {
	background: #9FD9FF;
}
/*  Define the background color for all the ODD background rows  */

.bhojForm tr:nth-child(odd) {
	background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.bhojForm tr:nth-child(even) {
	background: #f7f7f7;
}
.bhojForm input[type="text"], input[type="password"], textarea, select {
	padding: 7px;
	border-radius: 4px;
	background-color: #fff;
	border: #ddd 1px solid;
	resize: vertical;
width:100%;
}
.bhojForm input:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border: #ddd 1px solid;
}
.bhojForm input:hover {
	border-radius: 5px;
}
.bhojForm select {
}
.bhojForm select:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border: #ddd 1px solid;
}
.bhojForm select:hover {
	border: #ddd 1px solid;
	border-radius: 5px;
}
.bhojForm textarea:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border-color: #ffd0b4;
}
.bhojForm textarea:hover {
	border: 1px solid #eaeaea;
	border-radius: 5px;
}
.bhojForm .btn {
	background-color: #54a07e;
	border: none !important;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.bhojForm .btn:hover, .btn:active {
	background-color: #398261;
	;
	border: none !important;
	padding: 8px 8px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 5px 5px;
}
.bhojForm .btn_reset {
	background-color: #1F3964;
	border: none !important;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.bhojForm .btn_reset:hover, .btn_reset:active {
	background-color: #163E7E;
	border: none !important;
	padding: 8px 8px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 5px 5px;
}

.bhojForm4 td
{
    width:25% !important;
    
    }
    .bhojForm2 td
{
    width:50% !important;
    
    }
/* form table*/

/**G2G-start**/

.g2g_boxarea {
	width: 100%;
	margin: 5% 0;
}
.link_box_outer {
	width: 33.3%;
	float: left;
}
.link_box {
	width: 85%;
	margin: 0 auto 30px auto;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
	border-radius: 30px;
}
.link_box_header {
	text-align: center;
	background-color: #fe4e5e;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	border-radius: 30px 30px 0 0;
}
.link_box ul {
	margin: 0;
	width: 100%;
	padding: 2%;
}
.link_box li {
	list-style: none;
	line-height: 10px;
	display: block;
	border-bottom: 1px solid #f3f3f3;
	vertical-align: middle;
}
.link_box li:last-child {
	border: none;
}
.link_box li a {
	color: #000;
	padding: 4% 2%;
	display: block;
	font-size: 15px;
}
.link_box li a:hover {
	background-color: #dfffda;
	;
	display: block;
	widows: 100%;
	transition: 0.5s;
}
.link_box li img {
	margin: 0 9px 0 0;
}
/**G2G-start end**/

/*login css*/

.login_feilds {
	width: 370px;
	margin: 20px auto;
}
.login_title {
	font-size: 32px;
	text-align: center;
	font-family: 'Barlow Condensed', 'Hind', sans-serif !important;
	color: #d2005b;
	font-weight: 100;
}
.feildarea {
	width: 100%;
	margin-top: 30px;
	padding: 30px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(242,242,242,1) 100%);
	border-radius: 50px;
	box-shadow: 0 0 42px #ececec;
	border: 2px dashed #cbcbcb;
}
.feildarea input[type="text"] {
	width: 100%;
	padding: 10px 30px;
	border: 1px solid #f0f0f0;
	font-size: 16px;
	border-radius: 15px;
	margin: 8px 0;
	background-image: url(../images/user_icn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	-webkit-appearance: none;
	font-family: 'Barlow Condensed', 'Hind', sans-serif !important;
}
.feildarea select {
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #f0f0f0;
	font-size: 16px;
	border-radius: 15px;
	margin: 8px 0;
	background-repeat: no-repeat;
	background-image: url(../images/down.png);
	background-position: right;
	-webkit-appearance: none;
	font-family: 'Barlow Condensed', 'Hind', sans-serif !important;
}
.feildarea input[type="password"] {
	width: 100%;
	padding: 10px 30px;
	border: 1px solid #f0f0f0;
	background-color: transparent;
	font-size: 16px;
	border-radius: 15px;
	margin: 8px 0;
	background-image: url(../images/pass_icn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: 'Barlow Condensed', 'Hind', sans-serif !important;
}
.feildarea input[type="button"] {
	background: rgb(168,34,34);
	background: rgba(255,75,147,1);
	background: -moz-linear-gradient(45deg, rgba(255,75,147,1) 0%, rgba(255,75,147,1) 50%, rgba(254,81,47,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,75,147,1)), color-stop(50%, rgba(255,75,147,1)), color-stop(100%, rgba(254,81,47,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,75,147,1) 0%, rgba(255,75,147,1) 50%, rgba(254,81,47,1) 100%);
	border: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	border-radius: 15px;
	cursor: pointer;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
}
.feildarea input:hover[type="button"] {
	background: rgb(255,108,0);
	background: rgba(254,81,47,1);
	background: -moz-linear-gradient(45deg, rgba(254,81,47,1) 0%, rgba(255,75,147,1) 50%, rgba(255,75,147,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(254,81,47,1)), color-stop(50%, rgba(255,75,147,1)), color-stop(100%, rgba(255,75,147,1)));
	background: -webkit-linear-gradient(45deg, rgba(254,81,47,1) 0%, rgba(255,75,147,1) 50%, rgba(255,75,147,1) 100%);
	transition: 0.5s;
}

.button
{
    
    	background: rgb(168,34,34);
	background: rgba(255,75,147,1);
	background: -moz-linear-gradient(45deg, rgba(255,75,147,1) 0%, rgba(255,75,147,1) 50%, rgba(254,81,47,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,75,147,1)), color-stop(50%, rgba(255,75,147,1)), color-stop(100%, rgba(254,81,47,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,75,147,1) 0%, rgba(255,75,147,1) 50%, rgba(254,81,47,1) 100%);
	border: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	border-radius: 15px;
	cursor: pointer;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
    
    }


.button:hover
{
    
	background: rgb(255,108,0);
	background: rgba(254,81,47,1);
	background: -moz-linear-gradient(45deg, rgba(254,81,47,1) 0%, rgba(255,75,147,1) 50%, rgba(255,75,147,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(254,81,47,1)), color-stop(50%, rgba(255,75,147,1)), color-stop(100%, rgba(255,75,147,1)));
	background: -webkit-linear-gradient(45deg, rgba(254,81,47,1) 0%, rgba(255,75,147,1) 50%, rgba(255,75,147,1) 100%);
	transition: 0.5s;
    
    }





.captcha_area {
	width: 100%;
	height: 60px;
	margin: 16px auto;
	background-color: #ebebeb;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	padding-top: 0px;
	line-height: 60px;
	font-family: 'Barlow Condensed', 'Hind', sans-serif !important;
}
.forgot_pass {
	color: #000;
	text-align: center;
	padding: 1%;
	margin: 10px 0;
}
.forgot_pass a {
	text-decoration: none !important;
	font-size: 14px;
	transition: color 0.5s ease;
	color: #000;
}
.forgot_pass a:hover {
	color: #74C34F;
	text-decoration: none !important;
}
.login_bg {
	background-repeat: no-repeat;
	margin: 20px auto 0;
	padding: 1px;
	text-align: center;
}

/*sis Login css Start*/


.sis_login {
	width: 670px;
	margin: 100px auto 0 auto;
	padding: 0;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(242,242,242,1) 100%);
	box-shadow: 0 0 42px #ececec;
}
.sis_login h1 {
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 400;
}
.sis_right_btn {
	width: 90%;
	margin: 20px auto;
	background-color: #1d1e66;
	border-radius: 15px;
	text-align: center;
}
.sis_right_btn:hover {
	background-color: #B62149;
	transition: 0.8s;
}
.sis_right_btn a {
	padding: 12px;
	display: block;
	color: #fff;
}
.sis_btn_area {
	margin-top: 40px;
}
.sis_feildarea {
	height: 380px;
	padding: 30px;
}
.right_bg {
	background: -webkit-linear-gradient(45deg, rgba(254,81,47,1) 0%, rgba(255,75,147,1) 50%, rgba(255,75,147,1) 100%);
}
.sis_feildarea input[type="text"] {
	width: 90%;
	padding: 10px 30px;
	border: 1px solid #f0f0f0;
	font-size: 16px;
	border-radius: 15px;
	margin: 8px 0;
	background-image: url(../images/user_icn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	-webkit-appearance: none;
}
.sis_feildarea input[type="password"] {
	width: 90%;
	padding: 10px 30px;
	border: 1px solid #f0f0f0;
	background-color: transparent;
	font-size: 16px;
	border-radius: 15px;
	margin: 8px 0;
	background-image: url(../images/pass_icn.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.sis_captcha_area {
	width: 90%;
	height: 60px;
	margin: 16px auto;
	background-color: #ebebeb;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	padding-top: 0px;
	line-height: 60px;
}
.sis_login_button {
	background: rgb(168,34,34);
	background: rgba(255,75,147,1);
	background: -moz-linear-gradient(45deg, rgba(255,75,147,1) 0%, rgba(255,75,147,1) 50%, rgba(254,81,47,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,75,147,1)), color-stop(50%, rgba(255,75,147,1)), color-stop(100%, rgba(254,81,47,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,75,147,1) 0%, rgba(255,75,147,1) 50%, rgba(254,81,47,1) 100%);
	border: none;
	margin: 0 auto;
	text-align: center;
	width: 40%;
	padding: 8px 0;
	color: #fff;
	border-radius: 15px;
	cursor: pointer;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
}
.sis_login_button:hover {
	background: -webkit-linear-gradient(45deg, rgba(254,81,47,1) 0%, rgba(255,75,147,1) 50%, rgba(255,75,147,1) 100%);
	transition: 0.5s;
}
.keep_login {
	color: #000;
	text-align: center;
	padding: 1%;
	margin: 10px 0;
}
.keep_login a {
	text-decoration: none !important;
	font-size: 14px;
	transition: color 0.5s ease;
	color: #000;
}
.keep_login a:hover {
	color: #74C34F;
	text-decoration: none !important;
}
.white_font {
	color: #fff;
}


/*sis Login css end*/







/*login css end*/ 


/*only for1000px screen
**********************************/
@media screen and (max-width: 1000px) {
.about_container h2 {
	font-size: 40px!important;
}
.about_container span {
	font-size: 18px!important;
}
.box p {
	font-size: 20px;
	 
}

}

/*only for1000px screen
**********************************/
	
	
@media screen and (max-width:999px) and (min-width:320px) {
.container {
	width: 96%;
}
.mpo_logo {
	display: none;
}
.col-50 {
	width: 100%;
	display: block;
}

.notification {
    width: 94%;
top:91px;
}

.notification_btn {

    padding: 8px;

    font-size: 14px;

}
.info_head {
    font-size: 22px;
 
}
.Not_Content p {
    font-size: 14px;
    line-height: 20px;

}


.col-70 {
	width: 100%;
	display: block;
}
.col-25 {
	width: 100%;
	display: block;
}
.col-30 {
	width: 100%;
	display: block;
}

.col-33 {
	width: 100%; display:block;
}
.srvc_button {
	float: none;
	margin: 1% auto;
	width: 219px;
}


.section_buttons {
	width: 100%;
	display: block;
}
.about_container {
	display: none;
}
.title {
   text-align: center;
    width: 100%;
    padding: 10px;
}
.title h1 {
	font-size: 22px;
}
.bhoj_txt {
	font-size: 40px;
}
.sub_heading_title {
	font-size: 20px;
}
.top_section {

}
.box {
	width: 100%;
	margin: 10px 0px !important;
}
.box p {
	font-size: 22px;

}
.home_heading {
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
}
.home_heading h1 {
	font-size: 22px;
}
.popup {
	width: 80%;
	position: static;
}
/*data label table*/
.bhoj2019_table {
	border: 0;
}
.bhoj2019_table th {
	display: none;
}
.bhoj2019_table tr {
	margin-bottom: 10px;
	display: block;
}
.bhoj2019_table td {
	display: block;
	text-align: right !important;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
.bhoj2019_table td:last-child {
	border-bottom: 0;
}
.bhoj2019_table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;

	text-align: center;
}
.link_box_outer {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 2%;
}
/*data label table*/	
.bhojForm td {
	width: 100%;
	display: block;
}
/*login css*/
	.feildarea {
   
    padding: 20px;
	
	
	}
	
	.login_feilds {
    width: 100%;
    
}
	.login_bg {
   width:320px;
		margin: 20px auto;
}
}




/* SIS Login CSS*/




.bold_txt
{
    font-size:17px;
    font-weight:400;
    }


.sml_heading
{
    font-size:13px;
    }
    
    .applicant_photo
    {
        width:100px;
        height:100px;
        }
        
        .txt_center
        {
            text-align:center !important;
        }
        
        .bhojForm_recipt {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.bhojForm_recipt 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;
}
.bhojForm_recipt td {
	padding: 10px;
	border: #ddd 1px solid;
	text-align: left;
}
         
         .bhojForm_recipt tr:nth-child(odd) {
    background: #FBFBFB;
}

.bhojForm_recipt tr:nth-child(even) {
    background: #FBFBFB;
}


.proceed_topaybtn
	{
	    background-color:#2e851c;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;}
	.proceed_topaybtn:hover
	{
	    cursor:pointer;
	    background-color:#1f680f;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;} 
	    
	    .bhojForm_recipt4 td
	    {
	        width:25% !important;
	        }
	        
	        
	        .width_32
	        {
	            width:32% !important;
	            }
	            
	            /*Side toggle
/*#sideNavi, .side-navi-item, .side-navi-data, .side-navi-tab {
  margin: 0;
  padding: 0;
}
#sideNavi {
  position: fixed;
  right: 50px;
  top: 25%;
  z-index: 9999;
  border-radius: 0 0 12px 12px;
  font-size: 19px;
  text-transform: uppercase;
}
.side-navi-item-default {
  height: 50px;
  display: none;
}
.side-navi-item {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 170px;
  height: 100px;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  color: #fff;
  background: #294677; Old browsers 
  background: -moz-linear-gradient(left, #294677 0%, #486ca9 50%, #123267 100%); /* FF3.6-15 
  background: -webkit-linear-gradient(left, #294677 0%, #486ca9 50%, #123267 100%); /* Chrome10-25,Safari5.1-6 
  background: linear-gradient(to right, #294677 0%, #486ca9 50%, #123267 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#294677', endColorstr='#123267', GradientType=1); /* IE6-9
  cursor: pointer;
  border-radius: 18px 18px 0 0;
}
.side-navi-item.item1 {
  top: 232px;
}
.side-navi-item > div {
  padding: 16px 0;
  text-align: center;
}
/* data wrapper 
.side-navi-data {
  position: absolute;
  top: 0;
  left: 50px;
  width: 500px;
  height: 350px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 10px #333;
  border-radius: 10px 0 0 10px;
}
.side-navi-data p {
  margin: 20px 0 0 0;
  font-size: 14px;
}
/* tab wrapper 
.side-navi-tab {
  display: none;
}
.side-navi-tab.active {
  display: inline-block;
  width: 320px;
  text-align: justify;
}
.info-head {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding-bottom: 20px;
}
#Div2 {
  height: 300px;
}
/*.side-navi-tab > div {  padding: 30px;  }*/





.popup_bhojarea
{
    position:relative;
    
    }
    
    .popup_bhoj
    {
       position: absolute !important;
    top: -31%;
    right: 0;
    width: 370px;
    bordeR: 1px solid #ddd;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    padding:5px 20px;
    min-height:180px;
    border-radius:10px;
        }
        
        .main_headpopup
        {
            font-size:22px;
            font-weight:100;
            padding:10px 0;
            text-align:center;
            }
            
            .main_headpopup span
            {
                border-bottom:2px solid #4fae3f;
                padding-bottom:3px;
                }
                
                .float_leftpop
                {
                    float:left;
                    }
        .width50_popup
        {
            width:50%;
            }
            
            .txt_right
            {
                text-align:right;
                }
        .padding_tpbtm
        {
            padding:16px 0;
            
            }
            
            .btn_areapopup
            {
                text-align:center;
                padding-top:40px;
                }
                
                .bhoj_poptable tr
                {
                    background-color:#fff !important;
                    }
                    
                    .bhoj_poptable th
                    {
                        background-color:#ecf3ff !important;
                        }
                        
                        .PassW
                        {
                            font-size:15px; color:#000;
                            }
                            
                            .PassW:hover
                        {
                            color:#888;
                            }
                            
                            .margin_tpbtm
                            {
                                margin:10px 0;
                                }
                                
                                .inp_captcha
                                {
                                    background-image:none !important;
                                    }
                                    
                                    
                                    .font_size
                                    {
                                     font-size:16px;   
                                        }