@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.hero .carousel {
		min-height: 50vh;
	}
	.hero .info {
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.hero .info .btn-get-started {
		padding-top: 4px;
		padding-bottom: 4px;
		margin-left: 0px;
		font-size: 14px;
	}
	.hero .info {
		/* top: -150px; */
		position: relative;
		width: 100%;
		height: auto;
	}
	.hero .carousel {
		height: auto;
		min-height: auto;
		padding: inherit;
	}
	.hero .carousel .carousel-item {
		position: relative !important;
	}
	.hero .info h2 {
		font-size: 28px;
	}
	.hero .info h2:after {
		bottom: 10px;
	}
	.hero .info p {
		font-size: 14px;
	}
	.column-1_2{
		width: 100%;
		padding-right: 0 !important;
	}
	.add_color_2_bg {
		background-color: rgba(27, 51, 83, 0.8);
	}
	.margin_top_huge {
		margin-top: 20px !important;
	}
	.margin_bottom_huge {
		margin-bottom: 20px !important;
	}
	.padding_top_7_143em_imp {
		padding-top: 3.143em !important;
	}
	.font_size_3_571em {
		font-size: 2em;
		letter-spacing: 1px !important;
	}
	.sc_team_item .sc_team_item_info .sc_team_item_title {
		font-size: 1.5em;
	}
	.banner_caption {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
	.banner_caption h1 {
		color: #96824a;
		font-size: 40px;
		text-transform: uppercase;
	}
	.banner_caption p {
		color: #000;
		font-size: 25px;
	}
	.sc_team_item .sc_team_item_info.column-3_5 {
		width: 100% !important;
	}
	.sc_team_item .sc_team_item_avatar.column-2_5 {
		width: 100% !important;
	}
	
	.wht-we-do.our-story{
		width: 100% !important;
		padding: 1rem !important;
	}
	
	section {
		padding: 30px 0;
	}
	
	.kf_featured_thumb figure {
		width: 100%;
	}
	
	.kf_featured_thumb .text_wrper {
		width: 100%;
	}
	
	.pl-0 {
		padding-left: calc(var(--bs-gutter-x)* .5);
	}
	
	.pr-0 {
		padding-right: calc(var(--bs-gutter-x)* .5);
	}
	
	.kf_featured_thumb{
		margin-bottom: 1rem;
	}
	
	.achievement .fig{
		width:100%; 	
	}
	
	.figcontentachv{
		width:100%;
	}
	
	.section-header{
		padding: 0 1rem 1rem;
	}
	.post-author .d-flex .member{
		display:inline-block!important;
	}
	.blog .post-author {
		padding: 20px;
		margin-top: 30px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
		display: inline-block !important;
	}
	.view_btn {
		position: relative;
		top: auto;
		right: auto;
	}
	.director_sec.blog .post-author img {
		width: 100%;
		margin-right: 0;
		height: auto;
		object-fit: cover;
		max-width: none;
	border-radius: 0% !important;
	margin-bottom: 10px;
	}
	.mentor_sec img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 0% !important;
		margin-bottom: 10px;
	}
	.min-vh-90 {
		min-height: auto;
	}
}