@charset "utf-8";
@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
	background:#eee;
    background-image: ;
    text-align: center;
    text-align: justify;
    background-repeat: repeat;
    background: linear-gradient(to bottom, rgba(147,143,128,1) 0%,rgba(147,143,128,0) 100%), url(../images/p6.png) repeat;
       /* background: url(../images/p6.png) !important; */
}
	/* background: linear-gradient(to bottom, rgb(49, 126, 181) 0%,rgba(212,240,254,0) 100%); */
	/* background: linear-gradient(to bottom, rgb(160, 217, 245) 0%,rgba(212,240,254,0) 100%); */
	height:100vh;
}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mb80{margin-bottom:80px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}

/********************************** TOP HEAD ******************************/
.head_top{padding:20px;background:#3f51b5;}

.head_top1{    padding: 10px 10px;
    margin-right: 15px;
    color: rgb(100, 30, 22);
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;text-align: center;background: #FDF2E9;    width: 100%;}
/********************************** MAIN HEAD ******************************/
.head_color	{background-color:#143d83;}
.main_header{
	background-image: url(../images/header.jpg); height:114px;
	background-repeat:none;background-size:cover;
	
}
.text_white{color:#fff !important;}
.image_logo{height:auto;margin:0px auto;}
.img_logo_in{height:auto;padding:2px;}
.head_text  h4,h3{

    font-weight:bold;
	color:#edbb5a;

}





/********************************** MAIN BODY ******************************/

.container_border{background: url(../images/back2.png); height:500px;}
.head_text{line-height:20px;}

.note{color:#fff;padding:26px;}




.shadow-left-right {
    background: rgb(255, 255, 255);
    box-shadow: -50px 0px 100px -80px #000000, 50px 0px 100px -80px #000000;
}

 .form-control:focus {
        border-color: #f90;
        box-shadow: 0px 1px 1px rgba(255, 153, 0, 0.075) inset, 0px 0px 8px rgba(255,153,0, 0.5);
    }
.form-control {
    border-radius: 0px;
}

.btn{
	
	border-radius:0px;
}
	fieldset.scheduler-border {
    border: 1.5px groove rgb(234, 236, 238) !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 40px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    padding: 3px 65px;
    color: rgb(255, 255, 255);
   background: rgb(49, 91, 181);
    /* -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
     */
    -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}
	
	  .ifsc-style{
    background: #FEF9E7;
    border:2px solid #F8C471;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    border-radius:10px;
    }
	
	
	
.message-box {background: #3f51b5;line-height: 50px;clear: both;padding: 0px;color: #ffffff;font-size: 16px;overflow: hidden;height:50px;margin-bottom: 5px;}

.message-box-title{background: #e49804;position: relative;text-align: center;z-index: 98;color: #ffffff;font-weight: bold;}
	.message-box-title::after{
	    left: 100%;
	    top: 50%;
	    z-index: 99;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	    border-color: rgba(136, 183, 213, 0);
	    border-left-color: #e49804;
	    border-width: 10px;
	    margin-top: -10px;
	
}

.block_1{background:#ffffff;height:150px; border-bottom: 0.5px solid rgba(0,0,0,0.2);
    border-right:  0.5px solid rgba(0,0,0,0.2);
}
.block_1 img{    height: 100px;margin: 0px auto;padding: 10px;}
.block_1 h4{color:#ff7e00;text-align:center;text-decoration: none;     margin-top: -6px;}












.block_2{background:#ffffff;height:150px;border-bottom:  0.5px solid rgba(0,0,0,0.2);
    border-right:  0.5px solid rgba(0,0,0,0.2);
}
.block_2 img{ height: 100px;margin: 0px auto;padding: 10px;}
.block_2 h4{color:#ff7e00;text-align:center;text-decoration: none;     margin-top: -6px;}

/********************************** fotter ******************************/
.footer {
    background: rgb(96, 85, 91);
    color: #ffffff;
    padding: 15px;
    text-align: center;
}
.footer a{color:#000;}
.form_bg {
  
    color:#666;
    padding:30px;
 
 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 320px;

   
}



/********************************** Media css******************************/
@media (max-width: 767px) {
	.img_logo_in {
    height: auto;
    padding: 2px;
	margin:0px auto;
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: rgb(221, 221, 221);
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: rgb(221, 221, 221);
    content: '';
}
}