/* 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: 9px 0;
}
.details-card {
    background: #000000;
}

.card-content {
    /*background: #ffffff;*/
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-top: 14px;
    text-align: center;
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 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%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
/*.card-desc {
    padding: 1.25rem;
}*/
.card-desc {
    height: 150px;
    padding-top: 9px;
}
.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: 26px;
    font-weight: 400;
    /*font-size: 1em;*/
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    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;
    font-size: medium;
}
/* End card section */
/*div.scroll { 
                margin:4px, 4px; 
                padding:4px; 
                height: 436px; 
                overflow-x: hidden; 
                overflow-x: auto; 
                text-align:justify; 
            } */
 .card-img img {
    height: 250px;
}           

/*my new css*/
.my_slider {
  
    padding: 11px;
}
.my_slider img {
    height: 220px;
    /*width: 100% !important;*/
}
div#carouselExample {
    padding: 42px 0px 20px 0px;
}
.my_slider h3 {
    text-align: center;
    padding: 10px 0px 7px 0px;
    font-size: 1rem;
}
.my_slider p {
    text-align: center;
  
    margin-top: 8px;
    margin-bottom: 25px;
    font-size: 1.5rem;
    width: 120px;
    padding: 4px;
    margin-left: 31%;
}


@media screen and (max-width: 600px) {
  .columns {
    display: unset !important;
}
span.carousel-control-next-icon {
    margin-left: 0px !important;
}
span.carousel-control-prev-icon {
    margin-left: 0px !important;
}
}

span.carousel-control-next-icon {
    margin-left: 95px;
}
span.carousel-control-prev-icon {
    margin-left: -95px;
}