﻿.blog-slider .owl-nav .owl-next:hover,
.blog-slider .owl-nav .owl-prev:hover,
.home4 .faculaties-slider .owl-nav .owl-next:hover,
.home4 .faculaties-slider .owl-nav .owl-prev:hover,
.about-learn-item .about-learn-more:hover {
  border-color: rgba(187,19,62,1) !important;
  background-color: rgba(187,19,62,1) !important;
  color: #fff !important;
}

.slider-wrap {
  background-color: rgba(54,55,86,1);
  padding: 100px 0 120px;
  overflow:hidden;
}

.title-slider .title-logo {
  /*background-image: url('images/assets/logo-bg-03.png');*/
  color: #fff;
}

.slider-wrap .slider-bg {
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .slider-wrap .slider-bg {
    height: auto;
    width: 100%;
  }
}

.home4 .slider-wrap {
  background-color: initial;
  /*background-image: url('../images/home4-blog-bg.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index:8;
}

  .home4 .slider-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:10;
    background-color: rgba(0,0,0,0.5);
  }
  .home4 .slider-wrap .container {
    position:relative;
    z-index:15;
  }

  .home4 .slider-wrap .title {
    position: relative;
  }
.slider-wrap .title-info {
  /*margin-left: 70px;*/
  color: #fff;
}

  .slider-wrap .title-info h2 {
    clear: none;
    color: #fff;
    padding-top: 4px;
    font-size: 24px;
    margin-bottom: 5px;
  }

.double-slider .slider .slider-item img {
  width: auto;
  float: left;
}

  .double-slider .slider .slider-item img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    /* transition: all 0.3s; */
  }

.double-slider .slider-item:after {
  content: '';
  display: block;
  clear: both;
}

.double-slider .slider-item {
  background-color: #fff;
  position: relative;
}

.double-slider .slider-item .slider-img {
  float: left;
  width: 45%;
}
  .double-slider .slider-item .slider-img .img-bg {
    display: block;
    width: 190px;
    height: 228px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
@media screen and (min-width: 768px) {
  .double-slider .slider-item .slider-img .img-bg {
    width: 250px;
    height: 300px;
  }
}
.double-slider .slider-item .slider-info {
  float: left;
  width: 55%;
  padding: 10px 20px 10px 40px;
}

@media screen and (min-width: 768px) {
  .double-slider .slider-item .slider-info {
    padding: 40px 40px 45px 40px;
  }
}
  .double-slider .slider-item .slider-right .slider-info {
    width: 100%;
  }

.double-slider .slider-item .slider-info h3 {
  clear: none;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 50px;
  overflow: hidden;
}

  .double-slider .slider-item .slider-info h3 a {
    line-height: 26px;
  }

    .double-slider .slider-item .slider-info h3 a:hover {
      text-decoration: underline;
      color: #000;
    }

.double-slider .slider-item .slider-info .slider-action {
  margin-bottom: 20px;
}

  .double-slider .slider-item .slider-info .slider-action p {
    display: inline-block;
    margin-right: 20px;
  }

    .double-slider .slider-item .slider-info .slider-action p i {
      opacity: 0.3;
      margin-right: 8px;
    }

    .double-slider .slider-item .slider-info .slider-action p:last-child {
      margin-right: 0;
    }

  .double-slider .slider-item .slider-info .slider-desc {
    margin-bottom: 10px;
    max-height: 63px;
    overflow: hidden;
  }

@media screen and (min-width: 768px) {
  .double-slider .slider-item .slider-info .slider-desc {
    margin-bottom: 25px;
  }
}
  .double-slider .slider-item .slider-info span.slider-line {
    background-color: rgba(54,55,86,1);
    height: 1px;
    width: 50px;
    display: block;
  }
a.blog-number {
  font-size: 24px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  background-color: rgba(187,19,62,1);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

  a.blog-number:hover .blog-month {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }

  a.blog-number .blog-month {
    position: absolute;
    right: 50px;
    background-color: #e5e5e5;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 9;
  }

.double-slider .slider {
  position: relative;
}

  .double-slider .slider .owl-nav {
    position: absolute;
    top: -116px;
    right: 0;
  }

    .double-slider .slider .owl-nav .owl-next,
    .double-slider .slider .owl-nav .owl-prev {
      display: inline-block;
      height: 40px;
      width: 40px;
      border: 1px solid #fff;
      line-height: 38px;
      text-align: center;
      color: #fff;
      font-size: 20px;
      background-color: initial;
      padding: 0;
      margin: 0 5px;
      border-radius: 0;
    }

    .double-slider .slider .owl-nav .owl-next {
      margin-right: 0;
    }

    .double-slider .slider .owl-nav .owl-next {
      margin-left: 10px;
    }

  .double-slider .slider .owl-stage-outer {
    margin-bottom: 50px;
  }



  /* ****************************************** */

.double-slider .owl-dots {
  text-align: center;
}


.double-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

  .double-slider .owl-dots .owl-dot.active span {
    width: 50px;
    background-color: rgba(54,55,86,1);
  }


.double-slider .owl-dots .owl-dot.active span {
  background-color: #fff;
  opacity: 1;
  width: 30px;
}

  .double-slider .owl-dots .owl-dot span {
    background-color: #fff;
    opacity: 0.3;
    width: 15px;
    margin: 0;
  }

.double-slider .owl-dots .owl-dot span {
  height: 2px;
  width: 25px;
  background-color: #e3e3e3;
  display: block;
  transition: all 0.3s;
}

/* END double slider */

/* ********** FULL SLIDER ************** */

.owl-carousel .owl-item h3 > a > img {
  width:auto;
}