/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-edu01 .portfolio-left-dec img {
  width: 342px;
  height: 311px;
  left: 45px;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.our-edu01 {
  padding-top: 120px;
  margin-top: 0px;
  position: relative;
}

.our-edu01 .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.our-edu01 .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.our-edu01 {
  margin: 0px 15px;
}

.our-edu01 .item .thumb {
  position: relative;
  background:#000;
}

.our-edu01 .item .thumb:hover .hover-effect {
  bottom: 30px;
}

.our-edu01 .item .thumb:hover img {
  opacity: 0.5;
}

.our-edu01 .item .hover-effect {
  position: absolute;
  background-image: url(../images/hover-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
  bottom: -240px;
  right:20px;
  width: calc(100% - 40px);
  height: 210px;
}

.our-edu01 .item .hover-effect .inner-content {
  position: absolute;
  width:100%;
  bottom: 30px;
  text-align: center;
}

.our-edu01 .item .hover-effect .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.our-edu01 .item .hover-effect .inner-content span {
  font-size: 15px;
  color: #fff;
  text-align:center;
}

.our-edu01 .item .thumb img {
  border-radius: 0px;
  transition: all .3s;
}

.owl-edu01 .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.owl-edu01 .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
}

.owl-edu01 .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.owl-edu01 .owl-nav .owl-prev span {
    color: transparent;
}

.owl-edu01 .owl-nav .owl-prev span:hover::after{
  opacity: 1;
}

.owl-edu01 .owl-nav .owl-prev span:after {
  width: 46px;
  height: 46px;
  background-color: #ff695f;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f104';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-edu01 .owl-nav .owl-next span {
    color: transparent;
}

.owl-edu01 .owl-nav .owl-next span:hover::after{
  opacity: 1;
}

.owl-edu01 .owl-nav .owl-next span:after {
  width: 46px;
  height: 46px;
  background-color: #ff695f;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f105';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-edu01 .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-edu01 .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #ff695f;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.owl-edu01 .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
