	@media (max-width: 991px) {
		.about-us-text {
			left: 0;
		}

		.about-image {
			height: 400px;
		}

		.list-group-horizontal {
			flex-direction: column !important;
		}
		.me-img{
			width: 100px !important;
			height: 100px !important;
		}
	}

	@media (max-width: 1199px) {}

	@media (max-width: 756px) {
		.m-sm-0 {
			margin: 0 !important;
		}
        .container-sm{
            margin: 0 !important;
        }
		.season-title{
			position: unset !important;
			border-bottom: none !important;
		}
		.season-title1{
			position: unset !important;
			border-bottom: none !important;
		}
		.about-title {
		left: -15px !important;
	}

	.about-title1 {
		left: -7px !important;
	}
		
        
	}



	.about-image {
		background-image: url(../content/img/home_1.jpg);
		height: 400px;
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.exp-title {
		color: #e8a612;
		/* text-shadow: 0.7px 0.6px 3px black; */
		top: 3px;
		position: relative;
		left: -30px;
		font-size: 2.2rem;
		font-weight: bold;
		z-index: 5;
		width: fit-content;
	}

	.exp-title1 {
		top: -10px;
		position: relative;
		left: 35px;
		font-size: 2.1rem;
		font-weight: bold;
		z-index: 6;
		width: fit-content;
	}

	.exp-title2 {
		color: #e86b12;
		top: -25px;
		position: relative;
		left: -26px;
		margin: 0;
		font-size: 2.2rem;
		font-weight: bold;
		z-index: 7;
		width: fit-content;
	}

	.about-title {
		color: #42cfbb;
		/* text-shadow: 0.7px 0.6px 3px black; */
		top: 3px;
		position: relative;
		left: -30px;
		font-size: 2.4rem;
		font-weight: bold;
	}

	.about-title1 {
		color: #b2d32d;
		top: -23px;
		position: relative;
		left: -26px;
		margin: 0;
		font-size: 2.2rem;
		font-weight: bold;
	}

	.about-us-text {
		height: 400px;
		overflow: s;
		background-color: #ffffff;
		overflow: hidden;
		width: 600px;
		padding: 15px;
		top: -30px;
		position: relative;
		right: 50%;
		border-radius: 4px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 45px !important;
		line-height: 1.2 !important;
		color: #828d8d !important;
	}

	.slick-prev,
	.slick-next {
		width: 45px !important;
		height: 45px !important;
	}

	.slick-slide {
		height: 100% !important;
	}
    #excursions.photo-slider .slick-prev.slick-arrow:before {
        color: #ffffff !important;
    }
    #excursions.photo-slider .slick-next.slick-arrow:before {
        color: #ffffff !important;
    }
	.card-horizontal {
		display: flex;
		flex: 1 1 auto;
	}

    .activity-title {
    color: #e86b12;
    top: -25px;
    position: relative;
    margin: 0;
    font-size: 2.2rem;
    font-weight: bold;
    z-index: 7;
    width: fit-content;
}

	.season-title {
		color: #e86b12;
		top: -25px;
		position: relative;
		left: 26px;
		margin: 0;
		font-size: 2.2rem;
		font-weight: bold;
		z-index: 7;
		width: fit-content;
	}

	.season-title1 {
		color: #b09e1e;
		top: -25px;
		position: relative;
		left: 210px;
		margin: 0;
		font-size: 2.2rem;
		font-weight: bold;
		z-index: 7;
		width: fit-content;
	}

	.hwrapper:hover {
		opacity: 1;
		transition: opacity .2s linear;
	}

	.hwrapper {
		background-color: #4d4d4dc4;
		position: absolute;
		/* position: relative; */
		height: 100%;
		width: 100%;
		z-index: 8;
		opacity: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
img.img-slick.slick-slide {
    cursor: pointer;
    padding: 1px;
    border-radius: 3px;
}

.bg-warn{
	background-color: #cb7f55!important
}
.hand{
	cursor: pointer !important;
}
.about-me-title {
    font-weight: 600;
    color: #70a5d3;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #bfc3c7 !important;
}
.dropdown-item:focus{
 outline:0 !important;
}