* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}

/*************************Banner Section*****************************/
.banner-section {
	display: flex;
	justify-content: space-between;
	padding-left: 230px;
	width: 100%;
}
/* banner-left-section */
.banner-left-section {
	width: 40%;
	margin: 80px 0;
}
.stats-number-hidden {
	display: none;
}
.banner-right-section-hidden {
	display: none;
}
.tagline {
	color: #1e283c;
	font-weight: bold;
	font-size: 76px;
	line-height: 116.9%;
}
.banner-text-content {
	color: #50668f;
	font-weight: normal;
	font-size: 22px;
	line-height: 179.4%;
	margin-top: 25px;
}
.banner-btn {
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	width: 450px;
}
.contact-btn {
	color: white;
	font-weight: bold;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
	background-color: #ff6900;
	padding: 18px 40px;
	border-radius: 4px;
	cursor: pointer;
}
.contact-btn:hover {
	background-color: rgb(255, 105, 0, 0.9);
	transition: 0.6s;
}
.see-blog-btn {
	font-weight: bold;
	font-size: 18px;
	line-height: 100%;
	color: #262626;
	text-decoration: none;
	background-color: #f2f5fa;
	padding: 18px 50px;
	border-radius: 4px;
	transition: background-color 0.3s ease-in-out;
}
.see-blog-btn:hover {
	background-color: #ff6900;
	color: #ffffff;
}
.stats-number {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.stats-no {
	color: #1e283c;
	font-weight: 600;
	font-size: 34px;
	line-height: 41px;
}
.stats-txt {
	color: #50668f;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 126.9%;
}
.m-show {
	display: none;
}
/*banner-right-section*/
.banner-right-section {
	width: 60%;
	display: flex;
	align-items: center;
}
.banner-img {
	width: 100%;
}

/***************** feature secton *************/

.active {
	cursor: grabbing;
	cursor: -webkit-grabbing;
	cursor: grabbing;
	user-select: none;
}

.feature-section {
	padding: 92px 170px;
	position: relative;
}
.section-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	text-align: center;
	color: #1e283c;
}
.slider-feature {
	margin-top: 60px;
	position: relative;
}

.feature-img {
	background-color: white;
	width: 60px;
	height: 60px;
	padding: .7rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-img img {
	/* height: 50px;
	width: 60px; */
	width: 95%;
}
.feature-list {
	display: flex;
	list-style: none;
	font-size: 16px;

	overflow-x: scroll;
	scroll-behavior: smooth;
	cursor: grab;

	scrollbar-width: none;
}
.feature-list::-webkit-scrollbar {
	display: none;
}
.feature-item {
	background-color: #f2f5fa;
	padding: 47px 40px;
	border-radius: 16px;
	flex: 0 0 420px;
	margin: 30px 20px;
	transition: 0.25s ease-in-out;
}

.feature-item:hover {
	box-shadow: -3px -3px 24px rgba(30, 40, 60, 0.03),
		12px 12px 24px rgba(30, 40, 60, 0.08);
	transform: scale(1.008, 1.008) translateY(-4px);
}

.card-title {
	color: #1e283c;
	font-weight: 500;
	font-size: 22px;
	line-height: 114.9%;
	/* margin-bottom: 20px; */
}
.card-slider {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.card-define {
	color: #50668f;
	font-size: 18px;
	line-height: 182.4%;
	/* margin-top: 20px; */
}
.arrow-btn1 {
	position: absolute;
	left: -88px;
	top: 43%;
	padding: 10px 18px;
	border-radius: 50%;
	box-shadow: 12px 12px 24px rgb(1 1 1 / 18%);
}
.arrow-btn2 {
	position: absolute;
	top: 44%;
	right: -79px;
	padding: 10px 18px;
	border-radius: 50%;
	box-shadow: 12px 12px 24px rgb(1 1 1 / 18%);
}
.arrow-btn-img {
	height: 20px;
	width: 12px;
}
#first-li {
	margin-left: 0px;
}
#last-li {
	margin-right: 30px;
	margin-left: 0px;
}

/***************** achiever secton *************/
.achiever-section {
	background-color: #f2f5fa;
	padding: 86px 240px;
	position: relative;
}
.section-title-below {
	font-size: 16px;
	color: #50668f;
	margin-top: 15px;
	text-align: center;
}
.slider-achiever {
	margin-top: 30px;
}
.achiever-list {
	display: flex;
	list-style: none;
	font-size: 16px;

	overflow-x: scroll;
	scroll-behavior: smooth;
	cursor: grab;

	scrollbar-width: none;
}
.achiever-list::-webkit-scrollbar {
	display: none;
}
.achiever-item {
	background-color: #ffffff;
	border-radius: 16px;
	flex: 0 0 346px;
	margin: 32px 24px;
	padding: 32px 30px;
	box-shadow: -3px -3px 24px rgb(30 40 60 / 6%),
		12px 12px 24px rgb(30 40 60 / 16%);
	transition: 0.25s ease-in-out;
}

.achiever-item:hover {
	box-shadow: -3px -3px 24px rgba(30, 40, 60, 0.03),
		12px 12px 24px rgba(30, 40, 60, 0.08);
	transform: scale(1.008, 1.008) translateY(-4px);
}

.wid {
	width: 500px !important;
}
#first-li-achiever {
	margin-left: 0px;
}
.achiever-title {
	color: #1e283c;
	font-size: 28px;
	line-height: 114.9%;
	margin-bottom: 10px;
	font-weight: 600;
}
.achiever-text {
	margin-top: 16px;
}
.achiever-define {
	color: #1e283c;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.mark {
	font-weight: 600;
}
.achiever-img img {
	border-radius: 14px;
	height: 96px;
	width: 96px;
}
.achiever-detail {
	float: right;
	vertical-align: top;
	margin-top: 22px;
}
.batch-achiever {
	color: #1e283c;
	font-weight: 600;
	font-size: 20px;
	line-height: 114.9%;
}
.batch {
	text-align: right;
	color: #50668f;
}
.arrow_btn1 {
	position: absolute;
	left: 150px;
	top: 58%;
	padding: 10px 18px;
	border-radius: 50%;
	box-shadow: 12px 12px 24px rgb(1 1 1 / 18%);
}
.arrow_btn2 {
	position: absolute;
	top: 58%;
	right: 157px;
	padding: 10px 18px;
	border-radius: 50%;
	box-shadow: 12px 12px 24px rgb(1 1 1 / 18%);
}

/*************difference-section************/
.diff-feature-section {
	padding: 122px 140px;
}
.card-difference {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 70px;
	width: 100%;
	margin: auto;
	margin-top: 60px;

	overflow-x: scroll;
	scroll-behavior: smooth;
	cursor: grab;

	scrollbar-width: none;
}

.card-difference::-webkit-scrollbar {
	display: none;
}

.achiever-list::-webkit-scrollbar {
	display: none;
}

.two-line {
	width: 700px;
	margin: 20px auto;
	line-height: 25px;
}

.margin {
	margin-bottom: 15px;
}
.extra {
	/* margin-bottom: 30px; */
}
.card-item {
	display: flex;
	flex-direction: column;
	padding: 26px 20px;
	background-color: #f2f5fa;
	border-radius: 16px;
	transition: 0.25s ease-in-out;
	gap: 1rem
}

.card-item:hover {
	box-shadow: -3px -3px 24px rgba(30, 40, 60, 0.03),
		12px 12px 24px rgba(30, 40, 60, 0.08);
	transform: scale(1.008, 1.008) translateY(-4px);
}

/**************BLOG section*****************/
.blog-posts {
	background-image: url("/static/images/Home/blog-section/Vector Pattern.15ef4d4a336e.webp");
	background-color: #f2f5fa;
	background-size: 100%;
	padding: 110px 140px;
}
.blogs {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 45px;
	grid-template-rows: 1fr;
}
.blogs a {
	text-decoration: none;
	background-color: white;
}
.blog-image {
	height: 15.938rem;
	width: 100%;
	border-radius: 18px 18px 0px 0px;
}
.blog-detail {
	background-color: #ffffff;
	width: 100%;
	padding: 22px 30px 20px;
	border-radius: 0px 0px 18px 18px;
}
.blog-date {
	color: #50668f;
	font-size: 12px;
	margin-bottom: 13px;
}
.blog-title {
	color: #1e283c;
	font-weight: 500;
	font-size: 20px;
	line-height: 145%;
}
.toblog-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background-color: #ff6900;
	padding: 16px 0px;
	width: 200px;
	margin: auto;
	margin-top: 50px;
}
.toblog-btn:hover {
	background-color: rgb(255, 105, 0, 0.9);
	transition: all 0.5s ease;
}
.toblog-btn a {
	text-decoration: none;
	color: white;
}

.blogs a {
	box-shadow: -3px -3px 24px rgba(30, 40, 60, 0.06),
		12px 12px 24px rgba(30, 40, 60, 0.16);
	border-radius: 18px;
	transition: 0.25s ease-in-out;
}

.blogs a:hover {
	box-shadow: -3px -3px 24px rgba(30, 40, 60, 0.04),
		12px 12px 24px rgba(30, 40, 60, 0.12);
	transform: scale(1.008, 1.008) translateY(-4px);
}

/**************Sub-title section*****************/
.sub-title-section {
	background-color: #1e283c;
	color: #ffffff;
	padding: 135px 0px;
}
.sub-title {
	width: 890px;
	text-align: center;
	margin: auto;
	font-weight: bold;
	font-size: 54px;
	line-height: 137%;
}

/**************Testimonial section*****************/
.testimonial-section {
	background-color: #ffffff;
	padding: 122px 240px;
	position: relative;
	margin: 0px;
}
.testimonial-list {
	display: flex;
	list-style: none;
	font-size: 16px;

	overflow-x: scroll;
	scroll-behavior: smooth;
	cursor: grab;

	scrollbar-width: none;
}
.testimonial-list::-webkit-scrollbar {
	display: none;
}
.testimonial-item {
	background-color: #ffffff;
	border-radius: 16px;
	flex: 0 0 420px;
	margin: 40px 20px;
	text-align: center;
	transition: 0.25s ease-in-out;
}
.testimonial-item:hover {
	box-shadow: -3px -3px 24px rgba(30, 40, 60, 0.03),
		12px 12px 24px rgba(30, 40, 60, 0.08);
	transform: scale(1.008, 1.008) translateY(-4px);
}

.testimonial {
	border: 1px solid rgba(0, 0, 0, 0.17);
	border-bottom: none;
	border-radius: 16px 16px 0px 0px;
	min-height: 230px;
}
.testimonial img {
	margin-bottom: 20px;
}
.statement {
	color: #65738f;
	padding: 30px 24px 5px;
	font-weight: normal;
	font-size: 16px;
	line-height: 182.4%;
	text-align: center;

	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.statement img {
	margin-bottom: 20px;
}
.testimonial-detail {
	font-size: 18px;
	background-color: #f2f5fa;
	padding: 15px 0px;
	border-radius: 0px 0px 16px 16px;
}
.testimonial-detail img {
	height: 60px;
	width: 60px;
}
.user-name {
	font-weight: 500;
	font-size: 20px;
	line-height: 114.9%;
	color: #1e283c;
	display: inline-block;
	vertical-align: top;
	margin: 15px;
}
.arrow_test_btn1 {
	position: absolute;
	left: 150px;
	top: 50%;
	padding: 10px 18px;
	border-radius: 50%;
	box-shadow: 12px 12px 24px rgb(1 1 1 / 18%);
}
.arrow_test_btn2 {
	position: absolute;
	top: 50%;
	right: 157px;
	padding: 10px 18px;
	border-radius: 50%;
	box-shadow: 12px 12px 24px rgb(1 1 1 / 18%);
}
.first-test {
	margin-left: 0px;
}

/* Gallery Section */
.gallery-section {
	background-image: url("/static/images/Home/blog-section/Vector Pattern.15ef4d4a336e.webp");
	background-color: #f2f5fa;
	background-size: 100%;
	padding: 70px 140px;
}
.gallery-grid-landing {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 300px;
	width: 100%;
	transition: 0.5s all ease;
	gap: 2rem;
}
.margin-btm {
	margin-bottom: 35px;
}
.image img {
	height: 100%;
	width: 100%;
	border-radius: 16px;
	object-fit: cover;
}

.image {
	box-shadow: -3px -3px 24px rgba(30, 40, 60, 0.06),
		12px 12px 24px rgba(30, 40, 60, 0.16);
	border-radius: 18px;
	transition: 0.5s ease-in-out;
	display: flex;
}

.image:hover {
	box-shadow: -3px -3px 24px rgba(30, 40, 60, 0.04),
		12px 12px 24px rgba(30, 40, 60, 0.12);
	transform: scale(1.008, 1.008) translateY(-4px);
}

.togal-btn {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #ff6900;
	padding: 18px 0px;
	width: 190px;
	margin: auto;
	margin-top: 50px;
}
.togal-btn:hover {
	background-color: rgb(255, 105, 0, 0.9);
	transition: all 0.5s ease;
}
.togal-btn a {
	text-decoration: none;
	color: white;
}

/* query-section */
.query-section {
	padding: 122px 140px;
}
.input-field {
	display: inline-block;
	margin-left: 80px;
	vertical-align: top;
	margin-top: 20px;
	color: #1e283c;
	font-size: 14px;
}

.flex-query {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.query-image {
	width: 100%;
	object-fit: cover;
}

.contact-form {
	display: flex;
	flex-direction: column;
}

.error-text {
	color: red;
	margin-bottom: 7px;
	font-size: 14px;
}

#id_name,
#id_email,
#id_subject,
#id_message,
#id_phone {
	font-size: 14px;
	outline: none;
	color: #1e283c;
	background-color: #dfe6f1;
	margin-bottom: 15px;
	padding: 0px 10px;
	border: none;
	border-radius: 5px;
}
#id_name,
#id_email,
#id_subject,
#id_phone {
	width: 570px;
	height: 41px;
}

#id_message {
	width: 570px;
	height: 160px;
	padding-left: 10px;
	padding-top: 10px;
}
textarea {
	resize: none;
}

#id_message:focus {
	text-align: left;
	padding-top: 10px;
}
.name,
.email,
.subject,
.message,
.phone {
	margin-bottom: 6px;
	margin-left: 6px;
	font-weight: normal;
	font-size: 16px;
	line-height: 179%;
}
.submit-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: white;
	background-color: #ff6900;
	padding: 17px 0px;
	border-radius: 5px;
	width: 190px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
}

.submit-btn:hover {
	background-color: rgb(255, 105, 0, 0.9);
	transition: all 0.5s ease;
}

/******************************************************MEDIA QUERIES*********************************************************************/
/***********Full View(screen and 1200px)***********/
@media (min-width: 1200px) and (max-width: 1400px) {
	/* below nav-section */
	.banner-section {
		padding-left: 80px;
	}
	.tagline {
		font-size: 65px;
	}
	.banner-text-content {
		font-size: 18px;
	}
	.contact-btn {
		font-size: 16px;
		padding: 18px 30px;
	}
	.see-blog-btn {
		font-size: 16px;
		padding: 18px 40px;
	}
	.banner-btn {
		width: 380px;
	}
	.banner-img {
		width: 100%;
	}
	/* feature section */
	.feature-section {
		padding: 40px 130px;
		margin: 0px;
	}
	.feature-item {
		padding: 40px 25px;
		flex: 0 0 380px;
	}
	.arrow-btn1 {
		left: -71px;
	}
	.arrow-btn2 {
		right: -70px;
	}
	/* achiever-section */
	.achiever-section {
		padding: 60px 130px;
	}
	.achiever-item {
		background-color: #ffffff;
		border-radius: 16px;
		flex: 0 0 330px;
		margin: 32px 24px;
		padding: 32px 25px;
	}
	.arrow_btn1 {
		left: 71px;
	}
	.arrow_btn2 {
		right: 71px;
	}
	/* diff-section */
	.diff-feature-section {
		padding: 122px 130px;
	}
	.card-difference {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 60px;
	}
	/* blog-post */
	.blog-posts {
		padding: 122px 130px;
	}
	.blogs {
		grid-column-gap: 20px;
	}
	.blog-image {
		height: 13.938rem;
	}
	.blog-detail {
		padding: 22px 20px;
	}

	/* testimonial -section */
	.testimonial-section {
		padding: 122px 130px;
	}
	.arrow_test_btn1 {
		left: 71px;
	}
	.arrow_test_btn2 {
		right: 71px;
	}
	/* gallery section */
	.gallery-section {
		padding: 70px 130px;
	}

	/* query-section */
	.flex-query {
		justify-content: space-between;
	}
	.query-section {
		padding: 122px 130px;
	}
	.query-image {
		width: 100%;
		margin-left: 0px;
	}
	.input-field {
		margin-left: 0px;
		vertical-align: top;
		width: 45%;
	}
	#id_name,
	#id_email,
	#id_subject,
	#id_message,
	#id_phone {
		width: 100%;
	}
}

/***********Desktop View(992px and 1199px)***********/
@media (min-width: 992px) and (max-width: 1199px) {
	.right-mobile {
		display: none;
	}
	.m-show {
		display: none;
	}
	.banner-left-section {
		margin-top: 10px;
		width: 45%;
	}
	.banner-section {
		padding-left: 120px;
	}
	.banner-text {
		margin-top: 20px;
	}
	.tagline {
		font-size: 57px;
	}
	.banner-text-content {
		line-height: 30px;
		font-size: 20px;
	}
	.contact-btn {
		font-size: 16px;
		padding: 15px 25px;
	}
	.see-blog-btn {
		font-size: 16px;
		padding: 15px 30px;
	}
	.banner-btn {
		margin-top: 70px;
		width: 92%;
	}
	.banner-right-section {
		width: 54%;
	}
	.banner-img {
		width: 100%;
	}

	/* feature section */
	.feature-section {
		padding: 100px 140px;
	}
	.slider-feature {
		margin-top: 50px;
	}
	.feature-item {
		padding: 25px 20px;
		flex: 0 0 370px;
		margin: 0px 20px;
	}
	.arrow-btn1 {
		left: -72px;
	}
	.arrow-btn2 {
		right: -72px;
	}

	/* achiever section */
	.achiever-section {
		padding: 80px 140px;
		margin: 0px;
	}
	.arrow_btn1 {
		left: 72px;
		top: 55%;
	}
	.arrow_btn2 {
		right: 72px;
		top: 55%;
	}

	/* diff-section */
	.diff-feature-section {
		padding: 80px 140px;
	}
	.card-difference {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-row-gap: 40px;
	}

	/* blog-post */
	.blog-posts {
		padding: 40px 140px;
	}
	.blogs {
		grid-column-gap: 30px;
		grid-template-columns: 1fr 1fr;
	}
	.blogs > a:last-child {
		display: none;
	}
	.blog-image {
		height: 12.938rem;
	}
	.blog-detail {
		padding: 15px;
	}
	.blog-title {
		font-size: 18px;
	}
	.bl-card {
		display: none;
	}

	/* sub-title */
	.sub-title-section {
		font-size: 35px;
		padding: 90px 0px;
	}

	/* gallery section */
	.gallery-section {
		padding: 50px 140px;
	}

	/* testimonial section */
	.testimonial {
		min-height: 230px;
	}
	.testimonial-section {
		padding: 70px 140px;
	}
	.testimonial-item {
		flex: 0 0 350px;
	}
	.arrow_test_btn1 {
		position: absolute;
		left: 72px;
	}
	.arrow_test_btn2 {
		right: 72px;
	}

	/* sub-title */
	.weight {
		width: 740px;
	}

	/* query -section */
	.query-section {
		padding: 20px 70px 30px;
	}
	.query-image {
		margin-left: 0px;
	}
	.input-field {
		margin-left: 0px;
	}
	#id_name,
	#id_email,
	#id_subject,
	#id_phone {
		width: 350px;
	}
	#id_message {
		width: 350px;
	}
}

/***********Medium Desktop View(767px and 992px)***********/
@media (min-width: 768px) and (max-width: 991px) {
	.banner-section {
		padding: 10px 0px;
		padding-left: 60px;
	}
	.banner-left-section {
		margin-top: 30px;
		width: 45%;
	}
	.tagline {
		font-size: 42px;
		font-weight: 700;
	}
	.m-show {
		display: none;
	}
	.banner-text-content {
		line-height: 28px;
		font-size: 18px;
	}
	.banner-btn {
		margin-top: 60px;
		width: 100%;
	}
	.contact-btn {
		font-size: 14px;
		padding: 17px 25px;
	}
	.see-blog-btn {
		padding: 17px 30px;
		font-size: 14px;
	}
	.stats-number {
		width: 100%;
		margin-top: 50px;
	}
	.students {
		margin: 0px 20px;
	}
	.stats-no {
		font-size: 22px;
	}
	.stats-txt {
		font-size: 12px;
	}

	/* feature section */
	.feature-section {
		padding: 90px 60px;
	}
	.feature-item {
		padding: 25px 20px;
		flex: 0 0 330px;
		margin: 0px 20px;
	}
	.arrow-btn1 {
		display: none;
	}
	.arrow-btn2 {
		display: none;
	}

	/* achiever section */
	.achiever-section {
		padding: 90px 60px;
	}
	.slider-achiever {
		margin-top: 50px;
	}
	.arrow_btn1 {
		display: none;
	}
	.arrow_btn2 {
		display: none;
	}

	/* diff-section */
	.diff-feature-section {
		padding: 90px 60px;
	}
	.card-difference {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 30px;
		margin-top: 60px;
	}
	.card-item {
		padding: 20px 15px;
	}

	/* blog-post */
	.blog-posts {
		padding: 90px 60px;
	}
	.blogs {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
	}
	.blogs > a:last-child {
		display: none;
	}
	.bl-card {
		display: none;
	}

	/* sub-title */
	.sub-title-section {
		padding: 90px 0px;
	}
	.sub-title {
		width: 740px;
		font-size: 45px;
	}

	/* gallery-section */
	.gallery-section {
		padding: 50px 60px;
	}
	.two-line {
		width: 630px;
	}

	/* testimonial section */
	.testimonial {
		min-height: 190px;
	}
	.testimonial-section {
		padding: 50px 60px;
	}
	.testimonial-item {
		flex: 0 0 330px;
	}
	.statement {
		padding: 15px 15px 5px;
		line-height: 24px;
	}
	.testimonial-detail {
		padding: 10px 0px;
	}
	.arrow_test_btn1,
	.arrow_test_btn2 {
		display: none;
	}

	/* query-section */
	.query-section {
		padding: 50px 16px;
	}
	.query-image {
		display: none;
	}
	.input-field {
		display: block;
		margin-left: 0px;
	}
}

/***********Mobile medium View(566px and 767px)***********/
@media (min-width: 567px) and (max-width: 767px) {
	.container-lp {
		height: auto;
		width: auto;
		background: none;
	}

	.hidden-section {
		display: flex;
		justify-content: space-between;
	}
	.show-mobile {
		display: inline-block;
		margin-left: auto;
	}
	.banner-section {
		padding: 13px 16px;
	}
	.banner-left-section {
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}
	.tagline {
		font-size: 58px;
	}
	.m-hidden {
		display: none;
	}
	.banner-text-content {
		font-size: 20px;
	}
	.banner-btn {
		margin-top: 50px;
		text-align: center;
		width: 90%;
		justify-content: space-evenly;
	}
	.banner-text {
		margin-top: 15px;
	}
	.stats-no {
		font-size: 28px;
	}
	.stats-txt {
		font-size: 16px;
	}
	.stats-number {
		display: none;
	}
	.stats-number-hidden {
		width: 25%;
		margin-bottom: 20px;
		flex-direction: column;
		display: flex;
		vertical-align: top;
		justify-content: center;
	}
	.founded,
	.students,
	.average-score {
		display: block;
		text-align: center;
		margin: 15px 0px;
	}
	.banner-right-section {
		display: none;
	}
	.banner-right-section-hidden {
		width: 70%;
		display: inline-block;
	}
	.contact-btn {
		padding: 20px 40px;
		font-size: 16px;
	}
	.see-blog-btn {
		padding: 20px 65px;
		font-size: 16px;
	}
	.feature-section {
		padding: 20px 16px;
	}
	.section-title {
		font-size: 30px;
	}

	/* feature section */
	.feature-section {
		padding: 90px 16px;
	}
	.feature-item {
		padding: 25px 20px;
		flex: 0 0 350px;
	}
	.arrow-btn1 {
		display: none;
	}
	.arrow-btn2 {
		display: none;
	}

	/* achiever section */
	.achiever-section {
		padding: 90px 16px;
		margin-bottom: 0px;
	}
	.achiever-item {
		flex: 0 0 280px;
		padding: 20px;
	}
	.slider-achiever {
		margin-top: 50px;
	}
	.arrow_btn1 {
		display: none;
	}
	.arrow_btn2 {
		display: none;
	}

	/* diff-section */
	.diff-feature-section {
		padding: 90px 16px;
	}
	.two-line {
		width: 500px;
	}
	.card-difference {
		display: flex;
		overflow: auto;
		grid-column-gap: 20px;
		scrollbar-width: none;
	}
	.card-difference::-webkit-scrollbar {
		display: none;
	}
	.card-item {
		flex: 0 0 20rem;
	}

	/* blog-section */
	.blog-posts {
		padding: 50px 16px;
	}
	.hide {
		display: none;
	}
	.bl-card {
		display: none;
	}
	.blogs {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-template-rows: 1fr;
	}
	.blogs > a:last-child {
		display: none;
	}
	.blog-image {
		height: 12.938rem;
	}
	.blog-detail {
		padding: 15px 20px;
	}
	.blog-title {
		font-size: 18px;
	}
	.blogs a {
		margin-bottom: 20px;
	}
	.toblog-btn {
		margin-top: 20px;
	}

	/* sub-title */
	.sub-title-section {
		line-height: 45px;
		padding: 70px 0px;
	}
	.sub-title {
		width: 500px;
		font-size: 30px;
	}

	/* gallery-section */
	.gallery-section {
		padding: 50px 16px;
	}

	/* testimonial section */
	.testimonial-section {
		padding: 50px 16px 15px;
	}
	.testimonial-item {
		flex: 0 0 310px;
		margin-bottom: 35px;
		box-shadow: -3px -3px 24px rgba(33, 41, 79, 0.06),
			12px 12px 24px rgba(33, 41, 79, 0.16);
	}
	.slider-testimonial {
		margin: 20px 0px;
	}
	.statement {
		padding: 15px 15px 5px;
		line-height: 24px;
	}
	.testimonial-detail {
		padding: 10px 0px;
	}
	.arrow_test_btn1,
	.arrow_test_btn2 {
		display: none;
	}

	/* sub-title */
	.weight {
		width: 480px;
	}

	/* query-section */
	.query-section {
		padding: 50px 16px;
	}
	.query-image {
		display: none;
	}
	.input-field {
		display: block;
		margin-left: 0px;
		width: 100%;
	}
	.input {
		margin: auto;
		width: 80%;
	}
	.msg-btn {
		margin: auto;
	}
	#id_name,
	#id_email,
	#id_subject,
	#id_phone {
		width: 100%;
	}
	#id_message {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.image {
		box-shadow: -3px -3px 24px rgba(30, 40, 60, 0.06),
			12px 12px 24px rgba(30, 40, 60, 0.16);
		border-radius: 18px;
		transition: 0.5s ease-in-out;
		display: flex;
		max-width: 100%;
	}
}

/***********Mobile View(567px)***********/
@media (max-width: 566px) {
	.container-lp {
		height: auto;
		width: auto;
		background: none;
	}

	.show-mobile {
		display: inline-block;
		margin-left: auto;
	}
	.m-show {
		display: inline;
	}

	/* banner section */
	.banner-section {
		padding: 13px 16px;
	}
	.banner-left-section {
		width: 100%;
		margin: 0px;
	}
	.tagline {
		font-size: 46px;
	}
	.m-hidden {
		display: none;
	}
	.banner-btn {
		margin-top: 50px;
		width: auto;
	}
	.hidden-section {
		display: flex;
		justify-content: space-between;
	}
	.stats-no {
		font-size: 18px;
	}
	.stats-number {
		display: none;
	}
	.stats-number-hidden {
		display: inline-block;
		width: 35%;
		margin-bottom: 20px;
		vertical-align: top;
	}
	.founded,
	.students,
	.average-score {
		display: block;
		text-align: center;
		margin: 15px 0px;
	}
	.banner-right-section {
		display: none;
	}
	.banner-right-section-hidden {
		display: flex;
		width: 70%;
		align-items: center;
	}
	.banner-text-content {
		font-size: 16px;
		line-height: 29px;
	}
	.contact-btn {
		padding: 17px 30px;
		font-size: 14px;
	}
	.see-blog-btn {
		padding: 18px 45px;
		font-size: 14px;
	}

	/* feature section */
	.feature-section {
		padding: 0px 16px;
		margin: 90px 0px;
	}
	.section-title {
		font-size: 28px;
	}
	.feature-item {
		margin: 0px 15px;
	}
	.arrow-btn1 {
		display: none;
	}
	.arrow-btn2 {
		display: none;
	}
	.slider-feature {
		margin-top: 40px;
	}
	#first-li {
		margin-left: 0px;
	}
	.feature-item {
		flex: 0 0 320px;
		padding: 20px 15px;
	}

	/* achiever section */
	.achiever-section {
		padding: 54px 16px;
	}
	.section-title {
		font-size: 30px;
	}
	.section-title-below {
		font-size: 14px;
		margin-top: 12px;
	}
	.achiever-item {
		flex: 0 0 320px;
		margin: 30px 20px;
		padding: 20px;
	}
	.arrow_btn1,
	.wid {
		display: none;
	}
	.arrow_btn2 {
		display: none;
	}

	/* diff-feature-section */
	.diff-feature-section {
		padding: 90px 16px;
	}
	.two-line {
		display: none;
	}
	.card-difference {
		display: flex;
		overflow: auto;
		grid-column-gap: 20px;

		overflow-x: scroll;
		scroll-behavior: smooth;
		cursor: grab;

		scrollbar-width: none;
	}
	.card-difference::-webkit-scrollbar {
		display: none;
	}
	.card-item {
		flex: 0 0 20rem;
	}

	/* blog-posts */
	.blog-posts {
		padding: 54px 16px;
	}
	.two-line {
		width: 470px;
	}
	.blogs {
		margin-top: 30px;
		text-align: center;
		display: block;
	}
	.blog-image,
	.blog-detail {
		width: 100%;
		text-align: initial;
	}
	.blog-detail {
		padding: 20px;
	}
	.middle-blog {
		margin: 0px;
	}
	.blogs a {
		display: block;
		margin: 0px;
		margin-bottom: 20px;
	}
	.hide {
		display: none;
	}

	/* sub-title */
	.sub-title-section {
		padding: 46px 16px;
		font-weight: bold;
		font-size: 24px;
		line-height: 137%;
	}
	.sub-title {
		width: 330px;
		font-weight: bold;
		font-size: 24px;
		line-height: 137%;
	}

	/* testimonial-section */
	.testimonial {
		min-height: 200px;
	}

	.testimonial-section {
		padding: 0px 15px;
	}
	.testimonial-item {
		flex: 0 0 320px;
		margin: 25px 15px;
		box-shadow: -3px -3px 24px rgba(33, 41, 79, 0.06),
			12px 12px 24px rgba(33, 41, 79, 0.16);
	}
	.testimonial-detail img {
		height: 40px;
		width: 40px;
	}
	.user-name {
		margin: 15px;
	}
	.first-test {
		margin-left: 0px;
	}
	.arrow_test_btn1,
	.arrow_test_btn2 {
		display: none;
	}

	/* galler-section */
	.gallery-section {
		padding: 54px 16px;
		text-align: center;
		background-image: none;
	}
	.mid-img {
		margin: 0px;
	}

	.gallery-grid {
		display: block;
		width: auto;
		margin-top: 40px;
	}
	.togal-btn {
		margin-top: 20px;
	}
	.weight {
		width: auto;
		font-size: 20px;
	}
	.statement {
		padding: 10px 15px 5px 10px;
	}
	.slider-testimonial {
		margin: 54px 0px;
	}

	/* query section */
	.query-section {
		padding: 54px 16px;
	}
	.query-image {
		display: none;
	}
	.input-field {
		float: none;
		display: block;
		margin: auto;
		margin-bottom: 20px;
		width: 100%;
	}
	.input {
		margin: 0px auto;
	}
	#id_name,
	#id_email,
	#id_subject,
	#id_phone {
		width: 100%;
	}
	#id_message {
		width: 100%;
	}
	.submit-btn {
		margin: auto;
	}
}
