@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2 {
	font-family: 'Raleway' !important;
}

h3,
h4,
li,
span {
	font-family: "Poppins", sans-serif;
}

.pedagogy-methodology-section {
	background: #FDFDFD;
}

.main-conatiner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px;
}

.ped-section {
	display: flex;
	/* justify-content: space-between; */
	text-align: -webkit-center;
	gap: 40px;
	justify-content: center;
}

.learn-box {
	width: 240px;
}

.learn-box p {
	margin-top: 22px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.programme.insights-section {
	background: url(./images/overview/programme-insights.png);
	background-size: cover;
}

.main-conatiner-program {
	max-width: 1280px;
	margin: 0 auto;
	padding: 65px 32px 65px;
}

.pro-in-section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.box-pro {
	background: #fff;
	padding: 40px 20px;
	border-width: 4px, 1px, 1px, 1px;
	border-radius: 12px;
	border-top: 4px solid #AFAFAF;
	height: 370px;
	overflow: scroll;
	scrollbar-width: none;
}

.box-pro h3 {
	color: #0A0A0A;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

.box-pro ul {
	list-style: disc;
	margin-left: 24px;
}

.box-pro li {
	color: #4B5563;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}

.curri-main-container {
	background: #D9D9D93D;
	padding: 20px;
	border-radius: 16px;
}

.cont-main {
	background: #fff;
}

.Programme-Fee-details-section {
	background: #F6F6F6;
}

.main-conatiner-fee {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 32px 50px;
}

.fee-container {
	background: #fff;
	padding: 25px 20px;
	border-radius: 12px;
	border: 2px solid #E5E7EB;
	width: 800px;
	margin: 0 auto;
}

p.fee-title {
	font-size: 20px;
	line-height: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

p.deta {
	font-size: 20px;
	font-weight: 500;
	color: #4B5563;
}


p.app-fe {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	text-align: end;
}

p.total-fe {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
}

.app-fee {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.total-fee {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
	margin-top: 20px;
}

hr.big {
	border: 2px solid #302175;
}

.content-of-footer {
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 15px;
	justify-items: center;
}

.part-main {
	display: flex;
}

.part-main img {
	border-left: 2px solid #1268b3;
	padding-left: 20px;
}

.part-main h3 {
	font-size: 26px;
	line-height: 20px;
	font-weight: 400;
	color: #1268b3;
	margin-right: 20px;
}

.part-main {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.content-of-footer p {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #1268b3;
	margin-bottom: 12px;
}


@media (min-width: 767px) and (max-width: 1024px) {
	.pro-in-section {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.pro-in-section {
		grid-template-columns: 1fr;
	}

	.fee-container {
		width: 100%;
	}

	.module-title {
		font-size: 14px;
	}

	.ped-section.font-poppins {
		flex-wrap: wrap;
	}

	.box-pro li {
		font-size: 12px;
	}

	.learn-box p {
		font-size: 16px;
	}


	.out-come {
		display: block;
	}

	.tog-main {
		display: flex;
		justify-content: space-between;
	}

	p.total-fe {
		font-size: 17px;
		line-height: 20px;
	}

	p.deta {
		font-size: 14px;
	}

	p.app-fe {
		font-size: 17px;
		line-height: 20px;
		text-align: left;
	}

	.main-sli {
		justify-content: flex-start !important;
	}

	.content-of-footer p {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}

	.part-main h3 {
		font-size: 16px;
		margin-right: 12px;
	}

	.part-main img {
		width: 170px;
		padding-left: 12px;
	}

	.cont-main li {
		font-size: 13px;
	}

	.cont-main ul {
		padding-left: 0;
	}

	.total-fee {
		display: block;
	}

	.app-fee {
		display: block;
	}

	p.fee-title {
		font-size: 18px;
		line-height: 23px;
	}

	.logo {
		justify-content: center;
	}
}


.iti {
	width: 100%;
}

/* Font utility classes */

.font-mukta {
	font-family: 'Mukta', sans-serif;
}

.font-poppins {
	font-family: 'Poppins', sans-serif;
}

.font-raleway {
	font-family: 'Raleway', sans-serif;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	width: 25px;
	height: 25px;
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
	font-size: 18px !important;
	/* Arrow size */
	color: #656565;
}

.connect-section {
	width: var(--width);
	max-width: var(--max-width);
	margin: var(--margin);
	text-align: var(--text-align);
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'poppins';
}

.contact-table {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: Arial, sans-serif;
	width: auto;
	max-width: max-content;
	margin: auto;
}

.contact-table td {
	border: 1px solid #000;
	padding: 20px 20px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'poppins';
}

.contact-table .name {
	font-weight: bold;
	font-family: 'poppins';
}

.contact-table .email a {
	color: #0a58ca;
	text-decoration: underline;
	font-family: 'poppins';
}

.contact-table .phone {
	font-weight: bold;
	font-family: 'poppins';
}

.curriculum__title {
	margin-bottom: 1em;
	font-family: 'poppins';
	font-weight: 600;
	font-size: 30px;
	color: #101828;
	text-align: center;
}

@media (max-width: 600px) {

	.box-con {
		width: 50%;
		margin: auto;
		justify-items: center;
		border: 1px solid;
	}

	.box-con p {
		padding: 10px;
		border: 1px solid;
		width: 100%;
		text-align: center;
		font-weight: bold;
	}

	.box-con p a {
		color: #0a58ca;
	}
}

header {
	/* position: sticky; */
	top: 0%;
	z-index: 999;
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #1268b3;
}

.sticky {
	background-color: #ffffff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1280px;
	margin: auto;
	width: 90%;
}

.logo img {
	width: 50%;
	height: auto;
	/* position: relative; */
}

.apply {
	display: flex;
	justify-content: end;
	align-items: center;
	padding-right: 2em;
}

.apply a {
	font-family: 'poppins';
}

/* whatapp */
.circel {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	color: white;
	border: 1px solid black;
	padding: 12px 14px;
	border-radius: 50px;
	text-decoration: none;
}

.circle1::after {
	position: absolute;
	content: "";
	inset: 0;
	animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
	background-color: green;
	border-radius: 100%;
}

.circle1 {
	height: 30px;
	width: 30px;
	position: relative;
	background-color: green;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	border-radius: 100%;
}


@keyframes ping {

	75%,
	100% {
		transform: scale(2);
		opacity: 0;
	}
}


.circle1 i {
	color: white;
}

.num a {
	color: black;
	text-decoration: none;
}

@media (max-width: 600px) {
	.sticky {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.sticky img {
		width: 80%;
	}

	.apply {

		justify-content: center;
		padding: 0;
		padding-bottom: 30px;

	}
	
	.floating {
		display: block !important;
		width: 100%;
		display: flex;
		left: 10px;
	}


}

/* whatapp floating  */

.floating {
	position: fixed;
	bottom: 20px;
	z-index: 999;
	display: none;
}

.floating a {
	font-size: 30px;
	color: white;
	background: #faa421;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	padding: 10px;
	box-shadow: 0px 0px 10px black;
}




