@media (max-width: 992px){
	.navbar-nav .nav-link{
		border-top: 1px solid #f1f1f1 !important;
	}

	.dropdown-menu{
		margin-left: 0px !important;
	}

	/*carousel section*/
	.carousel-item img{
		height: auto;
		max-height: 500px;
		object-fit: cover;
		object-position: top;
	}

	.carousel-caption{
		top: 10%;
	}

	.carousel-caption h5{
		font-size: 20px;
	}

	.carousel-caption p{
		font-size: 16px;
		font-weight: 400;
	}

	.c_btn a{
		font-size: 14px;
	}
.about img{
	width: 90%;
	height: 50vh;
	object-fit: contain;
	object-position: top;
}
.head_line{font-size: 20px;}
.f_box h3{}
.about p{font-weight:300;}
}