.carousel-wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
	background:#ffffff;
}

.carousel-wrap-footer {
    width: 100%;
	height:100px;
    position: absolute;
	background:#ffffff;
	bottom:0;
	left:0;
	z-index:1000;
	clip-path: polygon(50% 51%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.carousel-wrap2 {
    margin: 0 auto;
    padding:10px;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item, .owl-carousel2 .item {
  position: relative;
  margin:0;
  z-index: 100; 
}

.owl-carousel .item2 {
  position: relative;
  margin:0 0 10px;
  z-index: 100;
  padding:9% 10px 9%;
  background:#ffffff;
  border-radius:5px;
  border:solid 1px #ec255a;
  
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ec255a+0,ec255a+4,ec255a+4,ffffff+5,ffffff+95,ec255a+95,ec255a+100&1+0,1+4,1+4,0+5,0+95,1+96,1+100 */
background: -moz-linear-gradient(-45deg,  rgba(236,37,90,1) 0%, rgba(236,37,90,1) 4%, rgba(255,255,255,0) 5%, rgba(236,37,90,0) 95%, rgba(236,37,90,1) 96%, rgba(236,37,90,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(236,37,90,1) 0%,rgba(236,37,90,1) 4%,rgba(255,255,255,0) 5%,rgba(236,37,90,0) 95%,rgba(236,37,90,1) 96%,rgba(236,37,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(236,37,90,1) 0%,rgba(236,37,90,1) 4%,rgba(255,255,255,0) 5%,rgba(236,37,90,0) 95%,rgba(236,37,90,1) 96%,rgba(236,37,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec255a', endColorstr='#ec255a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.owl-carousel .item .caption, .owl-carousel .item2 .caption{position:absolute; z-index:2000;
bottom:50%; left:0; right:0; text-align:center;}

.owl-carousel .item .caption > h1, .owl-carousel .item2 .caption > h1{
font-weight:bold; font-size:52px; font-family:'Arial-narrow'; color:#000000; text-transform:uppercase; padding-bottom:0; margin-bottom:0;
}
.owl-carousel .item .caption1 > a{font-weight:bold; font-size:42px; font-family:'Arial-narrow'; color:#000000;  background:#f74f21; border:solid 7px #ffffff; border-radius:45px;text-transform:uppercase; padding-bottom:0; margin-bottom:0;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.22);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.22);
}

.owl-carousel .item .caption > h1:after, .owl-carousel .item2 .caption > h1:after{display:none;}

.owl-carousel .item .caption > h5, .owl-carousel .item2 .caption > h5{
font-size:30px; font-family:'Dancing Script'; color:#000000; padding-bottom:20px;
}


.owl-carousel .item .caption > span > a, .owl-carousel .item2 .caption > span > a{
	color:#ffffff; text-decoration:none;
}


.owl-carousel .item > span, .owl-carousel .item2 > span {display:block; text-align:justify; font-size:18px; padding:70px 80px 70px 60px;}
.owl-carousel .item > span:before, .owl-carousel .item2 > span:before {content:""; padding:50px 50px; background:url(../images/quote.png) no-repeat left top;}

.owl-carousel .item > span > h1, .owl-carousel .item2 > span > h1{font-size:22px; font-family:arial; font-weight:bold; text-align:right;}

.owl-carousel .item > img, .owl-carousel .item2 > img{width:180px; height:362px; margin:0 auto;}

.owl-carousel .item2 h4 {padding-top:30px; font-size:20px;}
.owl-carousel .item2 h5 {font-size:15px;}


.owl-carousel .owl-item img {
	height:300px;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 8.25rem;
    left: 15%;
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
	z-index:0;
}


/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 40%;
    color: #cccccc;
    /* background: #f74f21; */
    padding: 0 10px;
}

.owl-nav i {
  font-size: 52px!important;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

@media (max-width: 800px) {
.carousel-wrap {
    margin: 0 auto 20px;
}

.carousel-wrap-footer {
   display:none;
}

.owl-carousel .owl-item img {
	height:auto;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 2.25rem;
    left: 15%;
	top: -35px;
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
	z-index:0;
}

.carousel-caption > h2, .carousel-caption > h2 strong {
    font-size: 20px!important;
}

.carousel-caption > h3 {
    font-size: 16px!important;
}

.owl-nav > div {
  margin-top: -26px;
  top: 85%;
}

.owl-nav .owl-prev {
  left: -8px;
}

.owl-nav .owl-next {
  right: 0px;
}

.owl-nav i {
  font-size: 39px!important;
}


.owl-carousel .item .caption1 > a {
    font-size: 28px;
    border: solid 7px #ffffff;
}

}

@media (max-width: 580px) {		
.owl-carousel .item > .img2, .owl-carousel .item2 > .img2{width:100%; height:260px; margin:0 auto;}
}

@media (max-width: 580px) {
.carousel-wrap {
    margin: 0 auto;
}


}

@media (max-width: 450px) {
.carousel-wrap {
    margin: 0 auto;
}

.owl-nav .owl-prev {
  left: 80%;
}
}