.sigma-program-style-1 .program-item {
    margin: 0px 15px;
    margin-bottom: 30px;
}
.sigma-program-style-1 .program-item-img {
    position: relative;
}
.sigma-program-style-1 .program-overlay {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    opacity: 0;
}
.sigma-program-style-1 .program-overlay {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 5;
    left: 8px;
    padding: 30px;
    color: #fff;
}
.sigma-program-style-1 .program-overlay:before {
    position: absolute;
    content: close-quote;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0C2278;
    opacity: .9;
    z-index: 1;
}
.sigma-program-style-1 .program-overlay .date {
    position: absolute;
    top: 25px;
    z-index: 10;
    left: 30px;
}
.sigma-program-style-1 .program-item-detail {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
}
.sigma-program-style-1 .plus-line-link {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    bottom: 0;
    margin-top: -4px;
}
.sigma-program-style-1 .plus-line-link:before {
    position: absolute;
    content: close-quote;
    height: 36px;
    width: 1px;
    background-color: #fff;
    left: 50%;
    top: 0;
}
.plus-line-link:after {
    position: absolute;
    content: close-quote;
    height: 1px;
    width: 36px;
    background-color: #fff;
    left: 0;
    top: 50%;
}
.sigma-program-style-1 .program-item-detail .filtered-name {
    position: relative;
}
.sigma-program-style-1 .filter-gallery button:last-child,
.sigma-program-style-2 .filter-gallery button:last-child {
    margin-right: 0px;
}
.sigma-program-style-1 .program-item {
    margin: 0;
    margin-bottom: 30px;
}
.sigma-program-style-1 .program-item.mar-0 {
    margin: 0px 0px;
    margin-bottom: 30px;
}
.sigma-program-style-1 .program-filter {
    margin-left: -15px;
    margin-right: -15px;
}
.sigma-program-style-1 .program-item:hover .program-overlay {
    opacity: 1;
}
.sigma-program-style-1 .program-item-img img {
    width: 100%;
    height: auto;
}
.sigma-program-style-1 .grid-item,
.sigma-program-style-1 .grid-sizer {
    width: 33.33%;
}
.sigma-program-style-1 .grid-item {
    float: left;
    height: auto;
}
.sigma-program-style-1 .btn-filter,
.sigma-program-style-2 .btn-filter {
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 10px;
    margin-right: 10px;
    border-radius: 8px;
    border: 2px solid #fff;
}
.sigma-program-style-1 .filter-gallery,
.sigma-program-style-2 .filter-gallery {
    text-align: center;
}
.sigma-program-style-1 .filter-gallery.style-sort button.btn-filter,
.sigma-program-style-2 .filter-gallery.style-sort button.btn-filter {
    font-size: 14px;
    color: #111111;
}
.sigma-program-style-1 .filter-gallery.style-sort button.btn-filter.active,
.sigma-program-style-1 .filter-gallery.style-sort button.btn-filter:focus,
.sigma-program-style-1 .filter-gallery.style-sort button.btn-filter:hover,
.sigma-program-style-2 .filter-gallery.style-sort button.btn-filter.active,
.sigma-program-style-2 .filter-gallery.style-sort button.btn-filter:focus,
.sigma-program-style-2 .filter-gallery.style-sort button.btn-filter:hover {
  border: 2px solid #0C2278;
  padding: 0 10px;
  color: #0C2278;
  outline: #0C2278;
}
.sigma-program-style-1 .filter-gallery.style-sort button.btn-filter.active,
.sigma-program-style-1 .filter-gallery.style-sort button.btn-filter:hover,
.sigma-program-style-2 .filter-gallery.style-sort button.btn-filter.active,
.sigma-program-style-2 .filter-gallery.style-sort button.btn-filter:hover {
    color: #f15933;
}
.sigma-program-style-1 .btn-filter:last-child,
.sigma-program-style-2 .btn-filter:last-child {
    margin: 0;
    margin: 0px 15px;
    margin-bottom: 12px;
}
.sigma-program-style-1 .program-item-detail h5 a:hover {
    color: #fff;
}
.z-10{
  z-index: 10;
}
.transition-4, .transition-4:hover {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.sigma-program-style-1 .program-item-detail h5 {
    font-weight: 600;
}
.sigma-program-style-1 .program-item-detail h5 a,
.sigma-program-style-1 .program-item-detail .filtered-name a{
    color:#fff;
}
.sigma-program-style-1 .filter-gallery.style-sort .btn-filter.active,
.sigma-program-style-2 .filter-gallery.style-sort .btn-filter.active {
    color: #0C2278;
    font-size: 14px;
    padding: 0px 10px;
}
.sigma-program-style-1 .filter-gallery.style-sort,
.sigma-program-style-2 .filter-gallery.style-sort {
    padding-bottom: 25px;
}
/*--- program style 2 ----*/
.sigma-program-style-2 .each-program {
    position: relative;
}
.each-program:before {
    background:#0c2278;
    position: absolute;
    content: close-quote;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.sigma-program-style-2 .each-program img {
    display: block;
    width: 100%;
}
.sigma-program-style-2 .program-text {
    text-align: center;
    width: 90%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.sigma-program-style-2 .each-program .program-text h4 {
    margin-bottom: 4px;
    font-size: 25px;
    color:#fff;
}
.sigma-program-style-2 .each-program .program-text p {
    margin-bottom: 12px;
    color:#fff;
}
.sigma-program-style-2 .each-program:after {
    position: absolute;
    content: close-quote;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border: 1px solid #fff;
    opacity: 0;
    border-radius: 8px;
}
.sigma-program-style-2 .each-program:hover:before {
    opacity: .9;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.each-program:hover:after {
    opacity: .3;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.sigma-program-style-2 .each-program:hover .program-text {
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1;
}
.each-program .program-text h4 a {
    color: #fff;
}
.each-program .program-text .btn {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #f15933;
    transition: all .4s;
    padding: 0 40px;
    height: 47px;
    line-height: 45px;
}
.each-program .program-text .btn:hover{
  box-shadow: 0px 6px 10px -4px rgb(240 77 36 / 70%);
  transition: all .4s;
}
.sigma-program-style-2 .owl-nav {
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.sigma-program-style-2 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 40px;
    height: 54px;
    color: #fff;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    left: 0px;
    text-align: center;
    background: #111;
    border: none;
}
.sigma-program-style-2 .grid-item {
    margin-bottom: 30px;
}
.sigma-program-style-2 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 54px;
    border-radius: 0;
    color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    right: 0px;
    text-align: center;
    background: #111;
    border: none;
}
