.tour_box{
   border: 1px solid rgba(0,0,0,0.1);
   border-radius: 7px;
   margin-bottom: 10px;
   min-height: 280px;
   -webkit-box-shadow: 7px 6px 10px -7px rgba(66, 68, 90, 1);
  -moz-box-shadow: 7px 6px 10px -7px rgba(66, 68, 90, 1);
  box-shadow: 7px 6px 10px -7px rgba(66, 68, 90, 1);
}
.section-bg{
  -webkit-box-shadow: 7px 6px 10px -7px rgba(66, 68, 90, 1);
  -moz-box-shadow: 7px 6px 10px -7px rgba(66, 68, 90, 1);
  box-shadow: 7px 6px 10px -7px rgba(66, 68, 90, 1);

}
.title_lines {
  height: 40px;
    position: relative;
    font-size: 22px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #87c540;
    font-family: Arial, sans-serif;
}
.title_main h3{
    font-size: 26px;
    text-align: center;
    color: #87c540;
    font-family: Arial, sans-serif;
}
.tour_title h5{
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-transform: normal;
  padding: 5px;
  text-align: center;
}
.tour_title_sub h5{
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-transform: normal;
  padding: 5px;
}
.tour_title_sub{
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  text-transform: normal;
  padding: 5px;
}
.news_content{
    position: relative;
    height: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tour_img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;

}
figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.travel_widget {
    min-height: 500px;
    width: auto;
    background: #fff url(../images/travel-concept-with-paper-boats-frame.png);
    background-repeat: no-repeat;
    background-position: left;
    background-repeat: no-repeat;
    background-size: fixed;
}
.travel_widget-right {
  min-height: 520px;
  width: 100%;
  background: url('../images/travel-concept-with-paper-boats-frame-right.png');
  background-repeat: no-repeat;
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: fixed; /* Resize the background image to cover the entire container */
}
.left_widget{
  min-height: 500px;
  width: 100%;
  background: #fff url('../images/tour-type-section-vector1.png');
  background-repeat: no-repeat;
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: fixed; /* Resize the background image to cover the entire container */
  padding: 20px;
}
