@charset "utf-8";
/* CSS Document */

.item .cover 
{
  
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

 /* background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.item .cover .slider-content {
	position: absolute ;
  padding:  16px;
  overflow: hidden;
 background: rgba(0, 0, 0, 0.2);
    bottom:0;
    right:auto;
   /* left: auto;*/
	
  /* position: relative;
  padding: 56px;
  overflow: hidden;
 background: rgba(0, 0, 0, 0.2);*/
}
/*.item .cover .slider-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  
  left: 0;
  top: 0;
  
  position: absolute;
  border: 9px solid #ffffff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.item .cover .slider-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #ffffff;
}
.item .cover .slider-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #ffffff;
*/

.owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
 
}
/* added fresh*/
.item .cover .slider-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 6px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 26% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 26% 100%, 0 100%);
	
}

.item .cover .slider-content h2 {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.cover .slider-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.item .cover .slider-content h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}
.slide-text-color{ 
background: rgba(0, 0, 0, 0.2);}
	
@media only screen and (max-width: 767px) {
 
.line {
           
           
			border: 6px solid #fff;
        }

.item .cover .slider-content {
        /*padding: 20px 0 20px 32px;*/
    }
    .item .cover .slider-content h2 {
        font-size: 18px;
    }
    .item .cover .slider-content h1 {
        font-size: 20px;
    }.item .cover .slider-content h4 {
        font-size: 12px;
    }
	.item {
        height: auto;
    }
	
  /*  .item {
        height: calc(100vh - 87px);
    }
    .item .cover .slider-content {
        padding: 40px 0 35px 32px;
    }
    .item .cover .slider-content h2 {
        font-size: 22px;
    }
    .item .cover .slider-content h1 {
        font-size: 34px;
    }*/
}