/*.container{
	border:1px solid red;
}*/
.border{
	border:1px solid red;
}
/*.container-fluid{
	border:1px solid red;
.container2{
	padding-top: 10px;

}*/*/
.scp-breadcrumb {
    	margin: 2px;
 }


.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 10px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.container3{
	border: 1px solid grey;
	padding:10px 10px 10px 10px;
}
.container4{
	border-radius: 2px solid #ccc;
	padding: 15px 15px 15px 15px;
}
//container_cards{
	background: #ecf0f1;
}
/* card details start  */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');
section{
   padding: 10px ;

}
.details-card {
	background: #ecf0f1;
}

.card-content {
	background: #ffffff;
	border: 4px;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
	height: 145px;
}


.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}
.spanclass {
	padding-top: 5px!important;
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: #1ABC9C;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
   /* -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    */margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}

a.btn-card {
    text-decoration: none;
    color: #fff;
    float: right;
    border-radius: 4px;
    font-size: 10px;
}
/* End card section */

.form{
	height: 50px!important;
}

/*.container {
  position: relative;
  text-align: center;
  color: white;
}*/

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}


.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.background{
    position: absolute;
    background: linear-gradient( 
0deg, rgba(1, 1, 1, 1) 12%, rgba(1, 1, 0, 0) 141%);
    height: 50px;
    /* top: -50px; */
     bottom: 17%; 
    /*//bottom: 0px;
    //width: 97%;*/


}
.background h2{
	margin-top: 8px!important;
	color:#fff;
}
.wrapper {
    position: relative;
    //margin-bottom: 10px;
    width: 100%;
}
.pi-bar {
    margin-top: -102px;
    align-items: center;
    flex-direction: row;
    display: flex;
}
.bibl {
    color: #fff;
    text-transform: capitalize;
}
.pis-bar {
    width: 100%;
    //margin: -18px 0 0 162px;
    //display: flex;
    padding: 2px 34px;
    align-items: center;
    background: linear-gradient( 
0deg, rgba(1, 1, 1, 1) 12%, rgba(1, 1, 0, 0) 141%);
    //background: linear-gradient(100deg, rgba(63, 63, 63, 0.8) 0%, rgba(255, 255, 255, 0) 25%);
    //background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -35%, rgba(0, 0, 0, 1) 89%);
    justify-content: space-between;
    //background: linear-gradient(to top, rgba(8,8,8,0), rgba(8,8,8,8));
}
.pt-2, .py-2 {
    padding-top: 0.5rem!important;
}
.pimage {
    width: 160px;
    height: 160px;
    z-index: 999;
    border: 4px solid #fff;
    overflow: hidden;
    position: absolute;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 85%);
    text-align: center;
    margin-left: 20px;
    border-radius: 50%;
    background-color: #e1eaf3;
}
.margin{
	margin-top: 25px;
}
.margin button{
	float: right;
}
.margin button i{
font-size: 24px;
}
.margin button a {
	text-decoration: none;
color: white;
font-size: 20px;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;
  background-color: #cae8ca;
  border: 2px solid #4CAF50;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
/* 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 */
}

/* Modal Content */
.modal-content {

  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



 .card-img span {
	position: absolute;
    top: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}



@media only screen and (min-width:1200px){
    .card-img span {
        right: -8%;
    } 
    
    .coverimage{
        height:250px;width:1140px;margin-top:36px;
    }
}

@media only screen and (man-width:512px){
   
}

@media only screen and (max-width: 768px) {
 .pi-bar {
    margin-top: -36px;
    align-items: center;
    flex-direction: row;
    display: flex;
}

 .coverimage{
        width:100%;margin-top:36px;
    }

 .card-img span {
        right: -40%;
    } 



.pis-bar {
    width: 100%;
    /
    display: flex;
    padding: 2px 9px!important;
    align-items: center;
    background: linear-gradient( 
0deg, rgba(1, 1, 1, 1) 12%, rgba(1, 1, 0, 0) 141%);
       
}
 h1 {
    font-size: 17px;
}
.paradd{
	    font-size: 9px!important;
}
.margin button i {
    font-size: 19px;
}
.margin button a {
    text-decoration: none;
    color: white;
    font-size: 10px;
}

.card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 23px;
    line-height: 0;
}

}