@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

html {
	font-family: "Open Sans", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	background: #FFF;
	box-sizing: border-box;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
strong,
a,
b,
div,
input,
section {
	font-family: "Open Sans", sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}

a {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

body .container {
	max-width: 1260px;
}

body h1 {
	font-size: 48px;
	color: #242E30;
	font-weight: 700;
	line-height: 72px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	letter-spacing: 0.5px;
}

body h2 {
	font-size: 32px;
	color: #242E30;
	font-weight: 700;
	line-height: 48px;
	padding: 0px 0px 16px 0px;
	margin: 0;
	letter-spacing: 0;
}

body p {
	font-size: 16px;
	line-height: 28px;
	color: #242E30;
	font-weight: 400;
}

body .get-started-btn, .btn-design {
	background: #FC7B00;
	height: 40px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	display: inline-table;
	line-height: 39px;
	padding: 0px 15px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: 0.5s ease-in-out;
	z-index: 1;
}

.p-tb-32 {
	padding-top: 32px;
	padding-bottom: 32px;
}

.p-tb-64 {
	padding-top: 64px;
	padding-bottom: 64px;
}
.form-control {
    border: 1px solid #DAD9D7;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 16px;
    height: 40px;
}
.form-control:active, .form-control:hover, .form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 128, 0, .1);
    border-color: #f36805;
}
.get-started-btn:hover,
.get-started-btn:focus,
.get-started-btn:active,
.btn-design:hover,
.btn-design:focus,
.btn-design:active {
	box-shadow: rgba(0, 0, 0, .07) 0px 4px 5px 0px, rgba(0, 0, 0, .06) 0px 1px 10px 0px, rgba(0, 0, 0, .1) 0px 2px 4px -1px;
	color: #FFF;
	background: #f75e28;
	text-decoration: none;
}
 
.orange-color {
	color: #FC7B00;
}

/* common-banner css start */
.common-banner {
	background: #FFEAD4;
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}

.common-banner .container {
	position: absolute;
	left: 50%;
	max-width: 1260px;
	width: 100%;
	transform: translateX(-50%);
}

.common-banner .banner-content {
	text-align: left;
	width: 48%;
}

.common-banner .banner-content p {
	letter-spacing: 0.5px;
	text-align: left;
}

.common-banner img {
	float: right;
	clip-path: polygon(20% 0%,
			100% 0%,
			100% 100%,
			0% 100%);
	max-width: 45.6%;
	width: 100%;
	height: 540px;
	object-fit: cover;
}

/* common-banner css end */
/* up-to-top css start */
#up-to-top {
	width: 42px;
	height: 42px;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	right: 32px;
	bottom: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 100%;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

#up-to-top span {
	max-width: 100%;
	transition: 0.3s ease-in-out;
}

#up-to-top span img {
	object-fit: cover;
	object-position: center;
	max-width: 100%;
}
 
#up-to-top.active {
	visibility: visible !important;
	opacity: 1 !important;
}

/* breadcrumn-section */
.breadcrumb-top {

	position: absolute;
	top: 24px;
	max-width: 1260px;
	margin: 0 auto;
	left: 50%;
	right: auto;
	width: 100%;
	transform: translateX(-50%);
	z-index: 1;
	padding: 0px 12px;

}

ul.breadcrumbs_list {
	list-style-type: none;
	position: relative;
	top: 0px;
	padding-left: 0px;
	display: flex;
	align-items: center;
	gap: 28px;
}

.breadcrumbs_list li {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #FC7B00;
	position: relative;
}

.breadcrumbs_list li:before {
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(/wordpress/wp-content/uploads/2025/02/right-solid.svg) no-repeat center center;
	content: '';
	top: 50%;
	right: -22px;
	transform: translate(0px, -50%);
}

.breadcrumbs_list li:last-child:before {
	display: none;
}

.breadcrumbs_list li a {
	font-weight: 600;
	color: #242E30;
	text-decoration: none;
}

/* up-to-top css end */
/* gone_manitoba_sec css start */

.gone_manitoba_sec h2 {
	font-weight: 600;
	padding-bottom: 24px;
}

.gone_manitoba_sec ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 28px;
	column-gap: 12px;
	flex-wrap: wrap;
}

.gone_manitoba_sec ul li {
	list-style: none;
}

.gone_manitoba_sec ul li a {
	padding: 4px 10px;
	background: #F5F3F1;
	font-size: 14px;
	color: #242E30;
	font-weight: 400;
	line-height: 24px;
	border-radius: 8px;
	text-decoration: none;
	display: block;
}

.gone_manitoba_sec ul li a:hover,
.gone_manitoba_sec ul li a:active,
.gone_manitoba_sec ul li a:focus {
	background: #F36805;
	color: #FFF;
}

/* gone_manitoba_sec css end */

/* Discover More Sec */
.discover-more {
	padding: 64px 0;
}

.discover-more h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.5px;
	color: #242E30;
}

.tags-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 16px;
	align-items: center;
}

.tags-wrapper a.tag-pill {
	text-decoration: none;
	background: #F5F3F1;
	padding: 10px;
	border-radius: 8px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #242E30;
}

.tags-wrapper a.tag-pill:hover {
	background: #f36805;
	color: #fff;
}

/*======================================================*/
/*================ Responsive View Start ===============*/
/*======================================================*/
@media (max-width:1679px) {
	.common-banner img {
		height: 440px;
	}

	body h1 {
		font-size: 32px;
		line-height: 40px;
	}

	body h2 {
		font-size: 24px;
		line-height: 30px;
	}

	body p {
		font-size: 14px;
		line-height: 24px;
	}

	.p-tb-64 {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.gone_manitoba_sec ul {
		gap: 16px;
	}
}

@media (max-width:1365px) {

	body .container,
	.common-banner .container,
	.breadcrumb-top {
		max-width: 1140px;
	}

	.common-banner img {
		height: 380px;
	}

	.p-tb-64 {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	body .get-started-btn {
		font-size: 14px;
		height: 36px;
		line-height: 35px;
	}
}

@media (max-width:1199.98px) {

	body .container,
	.common-banner .container,
	.breadcrumb-top {
		max-width: 960px;
	}

	.common-banner img {
		height: 350px;
	}

	.breadcrumb-top {
		top: 16px;
	}
}

@media (max-width:991.98px) {

	body .container,
	.common-banner .container,
	.breadcrumb-top {
		max-width: 720px;
	}

	body h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.common-banner img {
		height: 300px;
	}

	body .get-started-btn {
		height: 36px;
		font-size: 14px;
		line-height: 35px;
	}

}

@media (max-width:767.98px) {
	body h2 {
		padding-bottom: 16px;
		font-size: 24px;
		line-height: 28px;
	}

	body .container,
	.common-banner .container,
	.breadcrumb-top {
		max-width: 540px;
	}

	.common-banner .container {
		position: relative;
		left: 0;
		transform: none;
		text-align: center;
	}

	.common-banner {
		flex-direction: column;
		padding-top: 50px;
	}

	.common-banner .banner-content {
		text-align: center;
		width: 100%;
	}

	.common-banner img {
		height: auto;
		max-width: 100%;
		clip-path: polygon(0% 11%, 100% 0%, 100% 100%, 0% 100%);
	}

	.common-banner .banner-content p {
		text-align: center;
	}

	.p-tb-32 {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.breadcrumb-top {
		display: none;
	}

}

@media (max-width:575.98px) {
	.common-banner img {
		   height: 376px;
     }
	.common-banner {
		flex-direction: column;
		padding-top: 25px;
	}

	body .container,
	.common-banner .container,
	.breadcrumb-top {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.common-banner .banner-content p br {
		display: none;
	}
	.filter-card-center h2{
		line-height: 30px;
		padding-bottom: 8px;
	}
	    .filter-school-location {
        margin: 24px 0px 24px 0px;
    }
	    .filterserchform {
        margin-bottom: 16px;
    }
	.filter-card-center p{ margin-bottom: 8px; }

}

/*======================================================*/
/*================ Responsive View end =================*/
/*======================================================*/