@media (min-width: 992px) {
  .sp-institutes-items .sp-content {
    height: 54vh; } }
.sp-institutes-items .sp-content .sp-right {
  background: #002aa3;
  height: inherit; }
  @media (min-width: 992px) {
    .sp-institutes-items .sp-content .sp-right {
      padding: 0; } }
  .sp-institutes-items .sp-content .sp-right:before {
    content: "";
    width: 100%;
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 991px) {
    .sp-institutes-items .sp-content .sp-right .sp-text {
      padding: 15px 0 45px; } }
  .sp-institutes-items .sp-content .sp-right .sp-title {
    color: #fff;
    padding: 0 20px 0 0;
    margin: 0;
    border-right: 3px solid #ffe000;
    line-height: 30px;
    height: 60px; }
    @media (min-width: 992px) {
      .sp-institutes-items .sp-content .sp-right .sp-title {
        margin: 25px 20px 0 0; } }
  .sp-institutes-items .sp-content .sp-right .sp-desc {
    color: #d9d9d9;
    padding: 30px 44px;
    text-align: justify;
    line-height: 27px; }
    @media (max-width: 991px) {
      .sp-institutes-items .sp-content .sp-right .sp-desc {
        height: 255px;
        overflow: hidden; } }
  .sp-institutes-items .sp-content .sp-right .sp-more {
    position: absolute;
    left: 35px;
    bottom: 65px;
    color: #fff;
    font-size: 12px; }
    .sp-institutes-items .sp-content .sp-right .sp-more:after {
      content: "\f190";
      font-family: FontAwesome;
      position: relative;
      left: -20px; }
    .sp-institutes-items .sp-content .sp-right .sp-more:hover {
      color: #ddd; }
.sp-institutes-items .sp-content .sp-left {
  padding: 0;
  height: inherit; }
  .sp-institutes-items .sp-content .sp-left:before {
    content: "";
    width: 85%;
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
    @media (max-width: 991px) {
      .sp-institutes-items .sp-content .sp-left:before {
        width: 100%; } }
  .sp-institutes-items .sp-content .sp-left .sp-img {
    height: inherit; }
    .sp-institutes-items .sp-content .sp-left .sp-img img {
      height: inherit; }
      @media (max-width: 991px) {
        .sp-institutes-items .sp-content .sp-left .sp-img img {
          height: 360px;
          object-fit: cover; } }
  .sp-institutes-items .sp-content .sp-left .sp-publish {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    margin: 0; }
    @media (max-width: 991px) {
      .sp-institutes-items .sp-content .sp-left .sp-publish {
        display: flex;
        justify-content: space-between;
        width: 100%; } }
    .sp-institutes-items .sp-content .sp-left .sp-publish li {
      margin: 0 15px;
      display: inline-block; }
      @media (max-width: 991px) {
        .sp-institutes-items .sp-content .sp-left .sp-publish li {
          margin: 0 5px;
          font-size: 11px; } }
      .sp-institutes-items .sp-content .sp-left .sp-publish li i {
        color: #ffb800;
        margin: 0 5px;
        font-size: 20px;
        position: relative;
        top: 3px; }
@media (max-width: 991px) {
  .sp-institutes-items.owl-carousel {
    padding: 0 15px; } }
.sp-institutes-items.owl-carousel:before {
  position: absolute;
  content: "";
  width: 5000px;
  left: 1000px;
  right: -1000px;
  top: 0;
  bottom: 12%;
  background-color: #b8b8b8;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .sp-institutes-items.owl-carousel:before {
      bottom: 62%; } }
.sp-institutes-items .owl-nav {
  position: absolute;
  bottom: 0;
  right: 96px;
  font-size: 29px;
  line-height: 28px;
  color: #b8b8b8;
  background: #000; }
  @media (max-width: 991px) {
    .sp-institutes-items .owl-nav {
      width: 100%;
      right: 0; } }
  .sp-institutes-items .owl-nav button.owl-prev, .sp-institutes-items .owl-nav button.owl-next {
    text-shadow: none !important;
    padding: 10px 13px !important;
    margin: 0 !important;
    background-color: #000 !important; }
    .sp-institutes-items .owl-nav button.owl-prev:hover, .sp-institutes-items .owl-nav button.owl-next:hover {
      background: rgba(138, 129, 129, 0.14) !important;
      color: #fff !important;
      border-radius: 0; }
    .sp-institutes-items .owl-nav button.owl-prev:focus, .sp-institutes-items .owl-nav button.owl-next:focus {
      border: 0 !important;
      text-shadow: none !important;
      outline: none; }
  @media (max-width: 991px) {
    .sp-institutes-items .owl-nav .owl-prev {
      right: 15px;
      bottom: 0;
      position: absolute; }
    .sp-institutes-items .owl-nav .owl-next {
      left: 15px;
      bottom: 0;
      position: absolute; } }
.sp-institutes-items .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  bottom: 0px;
  right: 157px;
  margin-top: 0;
  width: 80px;
  height: 45px; }
  @media (max-width: 991px) {
    .sp-institutes-items .owl-dots {
      right: calc(50% - 40px); } }
  .sp-institutes-items .owl-dots span {
    display: none !important; }
  .sp-institutes-items .owl-dots:after {
    content: counter(slides-num);
    /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    vertical-align: middle;
    color: #fff;
    position: relative;
    left: -10px;
    top: 5px; }
  .sp-institutes-items .owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    /* Increment counter */
    margin-right: 5px; }
    .sp-institutes-items .owl-dots .owl-dot span {
      display: none; }
    .sp-institutes-items .owl-dots .owl-dot.active:before {
      content: counter(slides-num) " از";
      /* Use the same counter to get current item. */
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      font-weight: 300;
      position: absolute;
      left: 35px;
      top: 5px;
      color: #fff; }

.ltr .sp-institutes-items .sp-content .sp-right .sp-title {
  padding: 0 0 0 20px;
  border-right: 0;
  border-left: 3px solid #ffe000; }
  @media (min-width: 992px) {
    .ltr .sp-institutes-items .sp-content .sp-right .sp-title {
      margin: 25px 0 0 20px; } }
.ltr .sp-institutes-items .sp-content .sp-right .sp-more {
  right: 35px;
  left: auto; }
  .ltr .sp-institutes-items .sp-content .sp-right .sp-more:after {
    right: -20px;
    left: auto;
    content: "\f18e"; }
.ltr .sp-institutes-items .owl-nav {
  left: 96px;
  right: auto; }
  @media (max-width: 991px) {
    .ltr .sp-institutes-items .owl-nav {
      left: 0;
      right: auto; } }
  @media (max-width: 991px) {
    .ltr .sp-institutes-items .owl-nav .owl-prev {
      right: 15px;
      bottom: 0;
      position: absolute; }
    .ltr .sp-institutes-items .owl-nav .owl-next {
      left: 15px;
      bottom: 0;
      position: absolute; } }
.ltr .sp-institutes-items .owl-dots {
  left: 157px;
  right: auto; }
  @media (max-width: 991px) {
    .ltr .sp-institutes-items .owl-dots {
      left: calc(50% - 40px);
      right: auto; } }
  .ltr .sp-institutes-items .owl-dots:after {
    right: -10px;
    left: auto; }
  .ltr .sp-institutes-items .owl-dots .owl-dot.active:before {
    content: counter(slides-num) " Of";
    /* Use the same counter to get current item. */
    right: 35px;
    left: auto; }

