
  /********** Custom CSS ************/
 
  .page-header {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg), no-repeat center center;
	background-size: cover;
  }
  
  .destination-item img {
	transition: .5s;
  }
  
  .destination-item:hover img {
	transform: scale(1.3);
  }
  
  .destination-overlay {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: .5s;
	z-index: 1;
  }
  
  .destination-item:hover .destination-overlay {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border-width: 30px;
  }
  
/* 
  .testimonial-carousel1 .owl-dots {
	margin-top: 30px;
	text-align: center;
  }
  
  .testimonial-carousel1 .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: #BDBDBF;
	transition: .5s;
  }
  
  .testimonial-carousel1 .owl-dot.active {
	width: 40px;
	background: #FFAA17;
  }
  
  .testimonial-carousel1 .owl-item img {
	width: 284px;
	height: 231px;
  }
  
  .testimonial-carousel1 .owl-item .testimonial-item {
	opacity: .5;
  }
  
  .testimonial-carousel1 .owl-item.center .testimonial-item {
	background: #222429;
	opacity: 1;
  }
  
  .testimonial-carousel1 .owl-item.center .testimonial-item h5 {
	color: #FFAA17;
  }
  
  .testimonial-carousel1 .owl-item.center .testimonial-item::before {
	position: absolute;
	content: "";
	top: 45px;
	left: -30px;
	right: -30px;
	bottom: 45px;
	background: #5c616f;
	border-radius: 4px;
	z-index: -1;
  } */
  
  
