@charset "utf-8";
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media(max-width:767px)
{
	header
	{
		position:relative;
		height: 85px;
		
	}
	.navbar-brand img
	{
		position: relative;
		top:0;
		width: 185px;


	}
	.carousel
	{
		margin-top: 0px;
	}
	.carousel-item, .carousel-item > img
	{
		height: 9rem;
		height: 250px;
		object-fit: cover;
	}
	


	.scroll-down-sec
	{
		display: none;
	}
	.menu-sub
	{
		display: none;
	}
	.navbar-dark .navbar-brand
	{
		border-right: 0;
	}
	.welcome-inner h1
	{
		font-size: 16px;
	}
	.welcome-inner h3
	{
		font-size: 13px;
	}
	.about-sec
	{
		padding: 50px 0;
	}
	.about-inner
	{
		text-align: center;
	}
	.about-sec .about-img .about-inner
	{
		position: relative;
		top:0;
		left: 0;
		text-align: center;
		transform: none;
		-webkit-transform: none;
		margin:0 auto;
	}
	.about-img img
	{
		display: none;
	}
	
	.about-sec .about-inner h2
	{
		font-size: 25px;
		line-height: 30px;
	}
	.about-sec .about-inner p
	{
		font-size: 25px;
		line-height: 30px;
		margin-top: 15px;
		margin-bottom: 20px;

	}
	.ser-head h2, .gallery-page .heading h2, .venue .heading h2
	{
		font-size: 25px;
		padding-bottom: 5px;
	}

	.img-part .img-fluid
	{
		width: 100%;
		height: 250px;
		object-fit: contain;
	}
	.head1
	{
		padding: 10px;
	}
	.headin
	{
		padding: 20px;
	}
	.headin h2
	{
		font-size: 25px;
	}
	.headin h5
	{
		font-size: 20px;
	}
	footer .footer-bottom, footer .footer-bottom .go-logo
	{
		text-align: center;
	}

}
