.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 0px solid #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 360px !important;
    float: left;
    border: 0px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: #878787;
    text-align: center;
    margin: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.corse-tittle {
    font-size: 22px;
    text-align: center;
    font-style: italic;
    color: #478631;
}

.color-orange .read_more {
    border: 1px solid #f39314 !important;
    color: #f39314 !important;
}

.color-orange .read_more:hover {
    color: #fff !important;
    background: #f39314 !important;
}

.color-orange .corse-tittle {
    color: #f39314;
}

.jcarousel .cnt-bx {
    padding: 0px 20px 20px 20px;
}

.jcarousel img {
    display: block;
    height: 220px;
    margin: 0 auto 10px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.jcarousel li p {
    text-align: center;
    max-width: 234px;
    margin: 0 auto;
    width: 85%;
}

.jcarousel li .read_more {
    text-align: center;
    float: none;
    background: transparent;
    display: block;
    width: 155px;
    margin: 10px auto 0;
    padding: 12px 0px;
    border: 1px solid #478631;
    color: #478631;
    border-radius: 30px;
}

.jcarousel li .read_more:hover {
    background: #478631;
    color: #fff;
}

/** Carousel Controls **/

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: -129px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #478631;
    line-height: 40px;
    display: block;
    padding: 5px;
    font-size: 27px;
    color: #478631;
}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
    border: 1px solid #478631;
    color: #fff;
    background: #478631;
}

.jcarousel-control-prev {
    left: 100%;
    margin-left: -86px;
}

.jcarousel-control-next {
    right: 0%;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.jcarousel-control-prev img,
.jcarousel-control-next img {
    width: 100%;
}


/* XXXXXXXXXXXXXXXXX New Styles xxxxxxxxxxxxxxxxxxxx */
.jcarousel h3 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #000;
}