@media (max-width: 768px) {
	.nav {
		height: 100px;
	}

	.txt {
		margin-top: 0px !important;
	}

	.plan {
		font-size: 43px;
		margin-top: 20px;
	}

	.img_slide img {
		border-radius: 10px;
		object-fit: cover;
		clip-path: polygon(52% 0, 100% 25%, 100% 81%, 52% 100%, 0 80%, 0 25%);
		width: 165px !important;
		height: 165px;
		margin-top: 35px;
	}

	.watermark {
		position: relative;
		top: -40px;
		left: 50%;
		transform: translate(-50%, -50%);
		color: rgba(255, 255, 255, 0.2);
		font-size: 3em;
	}

	.eve {
		font-size: 35px;
	}

	/* =============== Event Management Start =============== */
	.rounded-pill img {
		margin-left: 0px;
		margin-top: 35px;
		width: 100% !important;
		height: 215px;
		object-fit: cover;
		border: 2.5px solid #17a2b8;
		border-top-left-radius: 79px;
		border-top-right-radius: 79px;
		border-bottom-left-radius: 79px;
		border-bottom-right-radius: 79px;
	}	

	/* =============== Event Management End  =============== */

	.txts {
		font-size: 22px;
	}

	.name {
		margin-left: 45px;
	}

	.nam {
		margin-left: -22px;
	}

	.nm {
		margin-left: 30px;
	}


	.text {
		font-size: 9px;
		font-weight: 500;
		line-height: 1.1;
	}

	.image {
		width: 412px !important;
		margin-left: -42px;
	}

	.size {
		font-size: 33px;
		margin-left: 10px;
	}

	.rnd img {
		width: 350px !important;
		height: 350px;
		border: 2px solid #17a2b8;
		border-radius: 50%;
		margin-left: -11px !important;
	}

	.details {
		font-size: 10px;
	}

	.button {
		font-size: 25px;
	}

/* 	================ slider ================= */

.carousel-item img{
	height: 300px;
	object-fit: cover;
}

.carousel-caption .section_heading{
	margin-top: -100px;
	font-size: 30px;
}

}

@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
