:root {
	--color-primary: #283b91;
	--color-secondary: #24a9e0;
	--transition: 0.4s;
}

* {
	padding: 0px;
	margin: 0px;

}

body {
	font-family: "Inter", sans-serif;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}


.bnrFilterForm {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.12);
}
.mrgin {
	margin-bottom: 30px;
}
.bnrFilterGroup {
	display: flex;
	flex-direction: column;
	margin: 0 10px;
	color: #000;
	min-width: 120px;
}

.bnrFilterGroup label {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 500;
}

.bnrFilterInput {
	background: transparent;
	border: none;
	border-bottom: 2px solid #000;
	color: #000;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.bnrFilterInput::placeholder {
	color: #000;
}

.bnrFilterInput:focus {
	box-shadow: none;
	background: transparent;
	border-bottom: 2px solid #000;
	color: #000;
}

.bnrFilterDivider {
	height: 40px;
	width: 1px;
	background-color: #000;
	margin: 0 10px;
}

.bnrFilterBtn {
	background-color: var(--color-secondary);
	color: #fff;
	padding: 8px 20px;
	border-radius: 10px;
	border: none;
	font-weight: bold;
}

.bnrFilterBtn:hover {
	background-color: #005b91;
	color: #fff;
}

.bannerHome {
	width: 100%;
	display: block;
	position: relative;
	background-image: url(../Images/homeBanner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.bnrText {
	width: 100%;
	display: block;
	padding: 200px 0px;
	color: #fff;
}

.bnrText h1 {
	font-size: 45px;
	font-weight: 600;
	color: #fff;
}

.webBtn {
	padding: 10px 25px;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.FilterSearch {
	margin-top: -40px;
	position: relative;
	z-index: 10;
}

.logoSection {
	padding: 50px 0px;
	position: relative;
	z-index: 1;
}



#partnerLogoDiv .owl-carousel .owl-stage-outer {
	padding-top: 20px;
	padding-bottom: 20px;
}



.dotsPatter {
	position: absolute;
	top: 10px;
	left: 30px;
}

.dotsPatter2 {
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.custmargin {
	margin: 70px 0px;
}

.sec-title {
	color: #000;
	font-weight: 600;
	margin-bottom: 0px;
}

.ht-tab-nav {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.ht-tab-nav .nav-link {
	border: none;
	color: #333;
	font-weight: 500;
}

.ht-tab-nav .nav-link.active {
	border-bottom: 2px solid #007bff;
	color: #007bff;
}


.ht-card {
	background-color: #18a9e6;
	color: white;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	border-radius: 5px;
}

.cd-card {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	overflow: hidden;
	transition: transform 0.2s;
	margin-bottom: 20px;
}

.cd-card:hover {
	transform: scale(1.02);
}

.cd-image-wrapper {
	position: relative;
	width: 100%;
	height: 180px;
	background-color: #ccc;
	overflow: hidden;
}

.cd-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cd-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	padding: 6px;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.cd-content {
	padding: 16px;
}

.cd-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #222;
}

.cd-instructor {
	font-size: 14px;
	color: #2b8c58;
	margin-bottom: 8px;
}

.cd-description {
	font-size: 13px;
	color: #555;
	margin-bottom: 12px;
}

.cd-rating {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 8px;
}

.cd-stars {
	color: #f7b500;
	font-size: 14px;
}

.cd-rating-count {
	font-size: 13px;
	color: #888;
}

.cd-price {
	font-weight: 600;
	font-size: 16px;
	color: #111;
}

.bodybtn {
	padding: 10px 25px;
	border-radius: 50px;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	transition: var(--transition);
	background-color: #fff;
}

.ca-section {
	background-color: #f1f8ff;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ca-img-wrapper {
	border-radius: 12px;
	padding: 10px;
	max-width: 270px;
}

.ca-img-wrapper img {
	border-radius: 10px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ca-content {
	flex: 1;
	padding-left: 20px;
	min-width: 240px;
}

.ca-title {
	font-size: 24px;
	font-weight: 600;
	color: #1a1a1a;
}

.ca-desc {
	color: #555;
	margin-top: 8px;
	font-size: 14px;
}

.ca-buttons {
	margin-top: 16px;
}

.ca-buttons .btn {
	margin-right: 10px;
}

.mtcustom{
	margin-top: 50px;
}
.ca-content p{
	margin: 0px !important;
}
.abtUsmain {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.abtUsleft {
	width: 75%;
	display: block;
}

.abtUsrt {
	width: 25%;
	display: block;
}

.whyChooseUs {
	margin-top: 50px;
}

.whyChooseDiv {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	height: 132px;
}

	.whyChooseDiv img {
		width: 25%;
		display: block;
		margin-right: 10px;
	}

	.whyChooseDiv h2 {
		font-size: 18px;
		font-weight: 600;
	}
@media (max-width: 768px) {
	.ca-section {
		flex-direction: column;
		text-align: center;
	}

	.ca-content {
		padding-left: 0;
		margin-top: 20px;
	}

	.ca-buttons .btn {
		margin-bottom: 10px;
	}
	.bnrText {
		padding: 20px 0px;
	}
		.bnrText h1{
			font-size: 22px;
		}
	.logoSection {
		padding: 30px 0px;
	}
	.mrgin {
		margin-bottom: 20px;
	}
	.whyChooseDiv {
		height: 173px;
	}
}
@media (max-width: 700px) {
	.abtUsmain{
		display:block;
	}
	.abtUsleft, .abtUsrt{
		display:block;
		width: 100%;
	}
	.whyChooseDiv{
		height: auto;
	}
}

		
		