


.result{
	padding-top:60px;
	padding-bottom:100px;
}
.r_date p{
	color:#000 !important;
}
.r_result a{
	color:#000 !important;
}


/*---------modal----------*/


/*=================modal==============*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}






.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.61);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
    position: relative;
      background-color:rgb(247, 244, 239);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}


.modal .modal-content {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.modal-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.modal-open .modal-content  {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}


@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #D8D6D3;
    background-color: #a6bb4f;
}

.modal-header .close {
  margin-top: -2px;
}
.modal-title {
 text-align: justify;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 300;
	color: #fff;
}
.modal-body {
    padding: 15px 15px 15px 0px;
    background-color:#d058a0;
    z-index: 9999999999999999;
    position: absolute;
    width: 30%;
	margin-left:40%;
	
	border-radius:8px;
	   
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px #2893B3;
    box-shadow: 0 0px 18px 1px #2893B3;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1170px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.form_bg {
	width:80%;
	margin-left:20%;
    background-color: #d058a0;
    padding: 20px 20px 3px 20px;
}
.popup-deatils h2{
	margin-top:10px;
	margin-bottom:5px;
}
.open_apply2 span{
	display:inline;
}
.open_apply2 span b{
      float: left;
      padding-right: 8px;
}
.popup-deatils h2 {
    margin-top: 10px;
    margin-bottom: 5px;
	letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 0px 0;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    line-height: 140%;
    color: #284cb1;
	font-size: 24px;
}
.popup-deatils p {
    font-size: 13px;
    line-height: 20px;
	color:#000;
	font-weight:900;
}



.applay_button {
    padding: 0 20px;
    background-color: #662d91;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
	margin-left:10%;
    border-color: #662d91;
}


.bill_no input{
	color:#000 !important;
}



/*----------modal--------*/







.body{padding:0; margin:0;}
.main_ctnt {
   
}
.content {
    font:normal 15px arial;
    text-align: justify;
	padding: 15px 0 0 0;
	line-height:1.5em;
	margin-bottom:10px;
	  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
    
   
	
}
.morectnt span {
display: none;
}
.showmoretxt {
    font: bold 15px tahoma;
    text-decoration: none;
}



/*-----paginate------*/



.item-list .pager .pager-current {
	background-color: #363b3f;
}
.item-list .pager li a {
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
.item-list .pager .pager-current {
  color: #fff;
  display: inline-block;
  padding: 5px 14px;
  text-align:left;
}
.item-list .pager li a:hover {
  color: #fff;
}
.item-list .pager .pager-current:hover {
  color: #fff;
}
.item-list .pager {
	text-align:left;
}
.item-list {
  float: left;
  display: block;
    position: relative;
    width: 100%;
	line-height:33px;
    text-align: left;
}
.endvo-post figcaption a{
	cursor:crosshair;
}



.paginate {
font-family:Arial, Helvetica, sans-serif;
	//padding: 3px;
	//margin: 3px;
	padding-bottom:30px;
}

.paginate a {
	padding:10px 14px;
	margin:2px;
	border:2px solid #662d91;
	text-decoration:none;
	color: #000;
}
.paginate a:hover, .paginate a:active {
	border: 2px solid #662d91;
	color: #666;
}
.paginate span.current {
    margin: 2px;
	padding: 10px 14px;
		border: 1px solid #662d91;
		
		font-weight: bold;
		background-color:#662d91;
		color: #FFF;
	}
	.paginate span.disabled {
		padding:10px 14px;
		margin:2px;
		border:2px solid #662d91;
		color:#DDD;
	}
@media (max-width:768px){
.form_bg {
	width:80%;
	margin-left:10%;
    background-color: #d058a0;
    padding: 20px 20px 3px 20px;
}
}
	
	
	
	