*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}


h1,
h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}

code {
	font-size: 1em;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	--webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="time"] {
	--webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	--webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

output {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}
a > code {
	color: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-12,
.col-md,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-10,
.col-lg-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}



@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
}

@media (min-width: 992px) {
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table .table {
	background-color: #fff;
}


@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.btn:hover {
	color: #212529;
	text-decoration: none;
}
.btn:focus,
.btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
	font-size: 18px;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 3.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:first-child {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.navbar > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

.navbar-dark .navbar-brand {
	color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
	z-index: 1;
	text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.close:hover {
	color: #000;
	text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}
.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}
.toast.showing {
	opacity: 1;
}
.toast.show {
	display: block;
	opacity: 1;
}
.toast.hide {
	display: none;
}

.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.tooltip.show {
	opacity: 0.9;
}
.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
	}
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-light {
	background-color: rgb(248, 247, 245)!important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

@media (min-width: 768px) {
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
}

.position-static {
	position: static !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.m-0 {
	margin: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}



.mt-4 {
	margin-top: 1.5rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.px-3 {
	padding-right: 1rem !important;
}

.py-3 {
	padding-bottom: 1rem !important;
}

.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}



.px-5 {
	padding-right: 3rem !important;
}

.py-5 {
	padding-bottom: 3rem !important;
}

.px-5 {
	padding-left: 3rem !important;
}

.ml-auto {
	margin-left: auto !important;
}

@media (min-width: 768px) {
	.ml-md-4 {
		margin-left: 5.5rem !important;
	}

	.px-md-0 {
		padding-right: 0 !important;
	}

	.px-md-0 {
		padding-left: 0 !important;
	}
	.pr-md-4 {
		padding-right: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}

	.px-md-5 {
		padding-right: 3rem !important;
	}

	.px-md-5 {
		padding-left: 3rem !important;
	}
}

.text-center {
	text-align: center !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.visible {
	visibility: visible !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
}

@font-face {
	font-family: "Claritycity";
	src: url("https://cdn.prod.website-files.com/65b6ddb62be86fb56b8c3873/65ce795d0ff4b73ce7a2ddbd_ClarityCity-SemiBold.woff")
		format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Claritycity";
	src: url("https://cdn.prod.website-files.com/65b6ddb62be86fb56b8c3873/65ce795dd065e5a94ff57a8d_ClarityCity-ExtraBold.woff")
		format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Claritycity";
	src: url("https://cdn.prod.website-files.com/65b6ddb62be86fb56b8c3873/65ce795e8c6c3d3aa1bee8fe_ClarityCity-Medium.woff")
		format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Claritycity";
	src: url("https://cdn.prod.website-files.com/65b6ddb62be86fb56b8c3873/65ce795e865b5acfb6057b64_ClarityCity-Bold.woff")
		format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Claritycity";
	src: url("https://cdn.prod.website-files.com/65b6ddb62be86fb56b8c3873/65ce795eb981de06f0956ad2_ClarityCity-Regular.woff")
		format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: Claritycity, sans-serif;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
}

a {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #4255a4;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #4255a4;
	outline: none !important;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;
}

.topper {
	font-size: 15px;
	width: 100%;
	display: block;
}
@media (max-width: 767.98px) {
	.topper {
		margin-bottom: 10px;
	}
}
.topper .icon {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.topper .icon span {
	color: #fff;
}
.topper .text {
	width: calc(100% - 30px);
	color: #ffffff;
	font-weight: 600;
}

.ftco-navbar-light {
	background: #ffffff !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 991.98px) {
	.ftco-navbar-light {
		background: #000000 !important;
		position: relative;
		top: 0;
		padding: 10px 9px;
	}
}
.ftco-navbar-light .navbar-brand {
	color: #000000;
}
.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
	color: #000000;
}
@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-brand {
		color: #fff;
	}
}
@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav {
		padding-bottom: 10px;
	}
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	font-size: 15px;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 600;
	color: #000000;
	opacity: 1 !important;
	text-transform: uppercase;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
	color: #000000;
}
@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0.9rem;
		padding-bottom: 0.9rem;
		color: rgba(255, 255, 255, 0.7);
		border-bottom: 1px solid #d8d8d838;
	}
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
		color: #fff;
	}
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
	font-size: 14px;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
	background: transparent;
	color: #000000;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
	color: #4255a4;
}
@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.active > a {
		color: #fff;
		border-bottom: 1px solid #d8d8d838;
	}
}
.ftco-navbar-light .navbar-toggler {
	border: none;
	color: rgb(255 255 255) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	/* font-size: 16px; */
	letter-spacing: 0.1em;
}
.ftco-navbar-light .navbar-toggler:focus {
	outline: none !important;
}
.ftco-navbar-light.scrolled {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	margin-top: -130px;
	background: #fff !important;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ftco-navbar-light.scrolled .nav-item.active > a {
	color: #4255a4 !important;
}
@media (max-width: 991.98px) {
	.ftco-navbar-light.scrolled .navbar-nav {
		background: none;
		border-radius: 0px;
		padding-left: 0rem !important;
		padding-right: 0rem !important;
	}
}
@media (max-width: 767.98px) {
	.ftco-navbar-light.scrolled .navbar-nav {
		background: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.ftco-navbar-light.scrolled .navbar-toggler {
	border: none;
	color: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.ftco-navbar-light.scrolled .nav-link {
	padding-top: 0.9rem !important;
	padding-bottom: 0.9rem !important;
	color: #000000 !important;
}
.ftco-navbar-light.scrolled .nav-link.active {
	color: #4255a4 !important;
}
.ftco-navbar-light.scrolled.awake {
	margin-top: 0px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.ftco-navbar-light.scrolled.sleep {
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.ftco-navbar-light.scrolled .navbar-brand {
	color: #000000;
}

.navbar-brand {
	font-weight: 900;
	font-size: 24px;
	padding: 0;
	line-height: 1;
}





.home-slider{
	/* padding: 50px 0px; */
}

.home-slider .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 420px;
	position: relative;
	z-index: 0;
}
.home-slider p{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
	.home-slider .swiper-slide {
		background-position: center center !important;
	}
}
.home-slider .swiper-slide .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background-image: linear-gradient(
		to bottom,
		rgb(0 0 0 / 82%) 69%,
		rgb(10 10 10) 81%
	); */
	opacity: 0.8;
	background: radial-gradient(circle at center, #5d50c6 0%, #6f61d6 40%, #2c2c54 100%);
}
.home-slider .swiper-slide .slider-text {
	height: 446px;
}
@media (max-width: 767.98px) {
	.home-slider .slider-item .slider-text {
		text-align: center;
	}
}
.home-slider .slider-item .slider-text .subheading {
	color: #000000;
	font-weight: 700;
}

.title {
	font-size: 50px;
	color: #fff;
	line-height: 1.2;
	font-weight: 800;
	padding-top: 50px;
}
.home-slider .swiper-slide .title span {
	display: block;
}
@media (max-width: 991.98px) {
	.home-slider .title {
		font-size: 20px;
	}
}
.home-slider .slider-item .slider-text .subheading {
	font-size: 18px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.8);
}
.home-slider .slider-item .slider-text p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.8);
}
.home-slider .slider-item .slider-text p strong {
	font-weight: 700;
}
.home-slider .slider-item .slider-text p strong a {
	color: #fff;
}
.home-slider .slider-item .slider-text .breadcrumbs {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.home-slider .slider-item .slider-text .breadcrumbs span {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.home-slider .slider-item .slider-text .breadcrumbs span a {
	color: #fff;
}

.container {
	max-width: 1230px;
}

.bg-light {
	background: #fafafa !important;
}

.bg-white {
	background: #fff !important;
}

.bg-primary {
	background: #4255a4;
}

.bg-secondary {
	background: #fda638 !important;
}

.bg-tertiary {
	background: #8cc152;
}

.bg-quarternary {
	background: #f1453d;
}

.bg-fifth {
	background: #5d50c6;
}

.ftc-no-pb {
	padding-bottom: 0 !important;
}

.btn {
	cursor: pointer;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
}
.btn.btn-primary {
	background: #4255a4;
	border: 1px solid #4255a4;
	color: #fff;
}
.btn.btn-primary:hover {
	border: 1px solid #4255a4;
	background: transparent;
	color: #4255a4;
}
.btn.btn-secondary {
	background: #4255a4;
	border: 1px solid #4255a4;
	color: #fff;
}
.btn.btn-secondary.main:hover {
	background: #374374;
	color: #ffffff;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
	border: 1px solid #4255a4;
	color: #000000;
	background: transparent;
}
.btn.btn-tertiary {
	background: #8cc152;
	border: 1px solid #8cc152;
	color: #fff;
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus,
.btn.btn-tertiary:active {
	border: 1px solid #8cc152;
	color: #000000;
	background: transparent;
}
.btn.btn-quarternary {
	background: #f1453d;
	border: 1px solid #f1453d;
	color: #fff;
}
.btn.btn-quarternary:hover,
.btn.btn-quarternary:focus,
.btn.btn-quarternary:active {
	border: 1px solid #f1453d;
	color: #000000;
	background: transparent;
}

.wrap-about {
	position: relative;
}
.wrap-about h2 {
	font-weight: 500;
}

.ftco-services {
	padding: 0 0 5em 0;
}
.ftco-services .services {
	display: block;
	width: 100%;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ftco-services .services .icon {
	line-height: 1.3;
	position: relative;
	width: 120px;
	height: 120px;
	background: #fff;
	margin: 0 auto;
	margin-top: -60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.ftco-services .services .icon span {
	font-size: 50px;
	color: #4255a4;
}
.ftco-services .services .media-body {
	color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767.98px) {
	.ftco-services .services .media-body {
		padding-bottom: 3.5em !important;
	}
}
.ftco-services .services .media-body h3 {
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}

.services-2 {
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 17px 16px;
	border-radius: 20px;
}
.services-2 .icon {
	line-height: 1;
	position: relative;
	width: 80px;
	height: 80px;
	background: #4255a4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.services-2 .icon span {
	font-size: 30px;
	color: #fff;
}
.services-2 .text {
	width: calc(100% - 80px);
}
.services-2 .text h3 {
	font-size: 20px;
	font-weight: 500;
}

.ftco-intro {
	padding: 8em 0;
	width: 100%;
	height: 100%;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1199.98px) {
	.ftco-intro {
		background-position: center center !important;
	}
}
.ftco-intro h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
.ftco-intro .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.2;
	background-color: rgba(0, 0, 0, 0.64);
}

.course {
	margin-bottom: 30px;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.course:hover {
	transform: translateY(-10px);
}
.course .text {
	width: calc(100% - 250px);
	border: 1px solid #e4e7e6;
	background-color: white;
	box-shadow: 0 2px 6px 0 #363f3c14;
	color: #222624;
	border-radius: 0 24px 24px 0;
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.course .text {
		width: 100%;
	}
}
.course .text .subheading {
	color: #000000;
}
.course .text .subheading span {
	color: #fda638;
}
.course .text h3 {
	font-weight: 500;
	font-size: 24px;
}
.course .img {
	width: 250px;
}
@media (max-width: 991.98px) {
	.course .img {
		width: 100%;
		height: 300px;
	}
}

.staff {
	margin-bottom: 30px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #e4e7e6;
	background-color: white;
	box-shadow: 0 2px 6px 0 #363f3c14;
	color: #222624;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}
.staff .img-wrap {
	height: 300px;
}
.staff .img {
	width: 100%;
	display: block;
	background-position: top center;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.staff .text {
	position: relative;
	background: #fff;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 10px;
}
.staff .text h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.staff .text .position {
	text-transform: uppercase;
	color: #b3b3b3;
	display: block;
	letter-spacing: 1px;
}
.staff .text .faded {
	opacity: 1;
}
.staff .ftco-social {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	padding: 15px 10px;
	background: #fff;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
}
.staff .ftco-social li a {
	color: #5d50c6;
	font-size: 18px;
}
.staff:hover .ftco-social,
.staff:focus .ftco-social {
	opacity: 1;
	top: -59px;
	border-bottom: 1px solid #e4e7e6;
}
.staff:hover .img,
.staff:focus .img {
	margin-top: -10px;
}
.staff:hover .text h3,
.staff:focus .text h3 {
	color: #4255a4;
}

.ftco-social {
	padding: 0;
}
.ftco-social li {
	list-style: none;
	margin-right: 10px;
	display: inline-block;
	flex: 1 0 0;
}

.ftco-gallery {
	padding: 0;
}

.gallery {
	display: block;
	/* height: 350px; */
	position: relative;
}
.gallery .icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	z-index: 0;
	opacity: 0;
	position: relative;
	background: #4255a4;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery .icon span {
	color: #fff;
}
.gallery:hover .icon,
.gallery:focus .icon {
	opacity: 1;
}

.pricing-entry {
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 30px;
	border: 1px solid #e4e7e6;
	background-color: white;
	box-shadow: 0 2px 6px 0 #363f3c14;
	color: #222624;
	border-radius: 24px;
	overflow: hidden;
}
.pricing-entry:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
	.pricing-entry {
		margin-bottom: 30px;
	}
}
.pricing-entry > .institute-name {
	padding: 10px 20px;
	position: absolute;
	background: #fff;
	border-radius: 0 0 24px;
}
.pricing-entry > div p {
	margin-bottom: 0;
	color: #222624;
}
.pricing-entry h3 {
	font-size: 24px;
	font-weight: 500;
}
.pricing-entry p .price {
	font-weight: 900;
	font-size: 28px;
	color: #4255a4;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-entry p .per {
	font-size: 12px;
}
.pricing-entry .img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	background-position: top center !important;
}
.pricing-entry .button {
	margin-bottom: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing-entry .button .btn {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 275px;
	position: relative;
	display: block;
}

@media (min-width: 768px) {
	.blog-entry {
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.blog-entry {
		margin-bottom: 30px;
	}
}

.blog-entry .text {
	position: relative;
	border-top: 0;
	border-radius: 2px;
}
.blog-entry .text .heading {
	margin-bottom: 16px;
	font-size: 25px;
	line-height: 1.286em;
	font-weight: 600;
}
.blog-entry .text .heading a {
	color: #000000;
}
.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
	color: #4255a4;
}
.blog-entry .text .meta-chat {
	color: #b3b3b3;
}
.blog-entry .text .read {
	color: #000000;
	font-size: 14px;
}

.blog-entry .meta-date {
	display: inline-block;
	background: #5d50c6;
}
.blog-entry .meta-date span {
	display: block;
	color: #fff;
}
.blog-entry .meta-date .day {
	font-weight: 700;
	font-size: 20px;
}
.blog-entry .meta-date .mos,
.blog-entry .meta-date .yr {
	font-size: 13px;
}

.blog-entry .meta > div {
	display: block;
	margin-right: 5px;
	margin-bottom: 0px;
	font-size: 15px;
}
.blog-entry .meta > div a {
	color: #b3b3b3;
	font-size: 13px;
}
.blog-entry .meta > div a:hover {
	color: #cccccc;
}

.block-27 ul {
	padding: 0;
	margin: 0;
}
.block-27 ul li {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 400;
}
.block-27 ul li a,
.block-27 ul li span {
	border: 1px solid #4255a4;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}
.block-27 ul li.active a,
.block-27 ul li.active span {
	background: #4255a4;
	color: #fff;
	border: 1px solid transparent;
}

.form-control {
	height: 39px !important;
	background: #fff !important;
	color: #000000 !important;
	font-size: 18px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control:focus,
.form-control:active {
	border-color: #000000;
}

textarea.form-control {
	height: inherit !important;
}

.bg-primary {
	background: #4255a4 !important;
}

.about-author .desc h3 {
	font-size: 24px;
}

.ftco-section {
	padding: 4em 0;
	position: relative;
}

.ftco-no-pt {
	padding-top: 0;
}

.ftco-no-pb {
	padding-bottom: 0;
}

.ftco-bg-dark {
	background: #3c312e;
}

.ftco-footer {
	font-size: 14px;
	background: #232323;
	/* padding: 6em 0; */
}
.ftco-footer .ftco-footer-widget {
	width: 100%;
	display: block;
}
.ftco-footer .ftco-footer-widget h2 {
	font-weight: normal;
	color: #fff;
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 500;
}
.ftco-footer .ftco-footer-widget ul li a span {
	color: #fff;
	display: inline-table;
}
.ftco-footer .ftco-footer-widget .btn-primary {
	background: #fff !important;
	border: 2px solid #fff !important;
}
.ftco-footer .ftco-footer-widget .btn-primary:hover {
	background: #fff;
	border: 2px solid #fff !important;
}
.ftco-footer p {
	color: rgba(255, 255, 255, 0.7);
	margin-top: 16px;
}
.ftco-footer a {
	color: rgba(255, 255, 255, 0.7);
}
.ftco-footer a:hover {
	color: #fff;
}
.ftco-footer .ftco-heading-2 {
	font-size: 17px;
	font-weight: 400;
	color: #000000;
}
.ftco-footer .categories li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ftco-footer .categories li a span {
	color: rgba(255, 255, 255, 0.5) !important;
}
.ftco-footer .subscribe-form .form-group {
	position: relative;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.ftco-footer .subscribe-form .form-group input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	background: rgba(255, 255, 255, 0.1) !important;
	border: none;
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 16px;
}
.ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.7) !important;
}
.ftco-footer .subscribe-form .form-group input::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.7) !important;
}
.ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {
	/* IE 0+ */
	color: rgba(255, 255, 255, 0.7) !important;
}
.ftco-footer .subscribe-form .form-group input:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.7) !important;
}
.ftco-footer .subscribe-form .form-group .submit {
	color: #fff !important;
	font-size: 16px;
	background: #5d50c6 !important;
	border: none !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ftco-footer .subscribe-form .form-group .submit:hover {
	cursor: pointer;
	background: #4255a4 !important;
}
.ftco-footer .subscribe-form .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.8);
}
.ftco-footer .block-21 .text .heading {
	font-weight: 400;
	font-size: 16px;
}
.ftco-footer .block-21 .text .heading a {
	color: rgba(255, 255, 255, 0.9);
}
.ftco-footer .block-21 .text .heading a:hover,
.ftco-footer .block-21 .text .heading a:active,
.ftco-footer .block-21 .text .heading a:focus {
	color: #4255a4;
}
.ftco-footer .block-21 .text .meta > div {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}
.ftco-footer .block-21 .text .meta > div a {
	color: gray;
}

.ftco-footer-social li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block;
}
.ftco-footer-social li a {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(191 188 188 / 58%);
	border-radius: 50%;
	position: relative;
}
.ftco-footer-social li a span {
	font-size: 20px;
}
.ftco-footer-social li a:hover {
	color: #fff;
}

#map {
	width: 100%;
}
@media (max-width: 767.98px) {
	#map {
		height: 300px;
	}
}

.heading-section .subheading {
	font-weight: 500;
	font-size: 16px;
	display: block;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, 0.9);
	position: relative;
}

.heading-section h2 {
	font-size: 40px;
	font-weight: 900;
	color: #5d50c6;
	text-transform: uppercase;
	position: relative;
	font-size: 56px;
	line-height: 1.071em;
	text-align: center;
}
.heading-section h2::before {
	content: "";
	display: inline-block;
	height: 0.5em;
	vertical-align: middle;
	width: 15%;
	margin-left: -100%;
	margin-right: 10px;
	border-top: 3px solid #5d50c6;
}
.heading-section h2::after {
	content: "";
	display: inline-block;
	height: 0.5em;
	vertical-align: middle;
	width: 15%;
	margin-right: -100%;
	margin-left: 10px;
	border-top: 3px solid #5d50c6;
}
.heading-section h2 span {
	color: #5d50c6;
}
@media (max-width: 767.98px) {
	.heading-section h2 {
		font-size: 14px;
	}
}

.heading-section.heading-section-white .subheading {
	color: rgba(255, 255, 255, 0.7);
}

.heading-section.heading-section-white h2 {
	font-size: 40px;
	color: #fff;
}

.heading-section.heading-section-white p {
	color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-black h2 {
	color: #000000;
}

.img,
.blog-img,
.user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.testimony-section {
	position: relative;
}


.testimony-wrap {
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(0, 0, 0, 0.8);
}
.testimony-wrap .user-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
}
.testimony-wrap .text {
	width: calc(100% - 120px);
	position: relative;
}
.testimony-wrap .quote {
	position: absolute;
	top: -40px;
	left: 0;
	opacity: 0.1;
}
.testimony-wrap .quote i {
	font-size: 100px;
	color: #5d50c6;
}
.testimony-wrap .name {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
	color: #000000;
}
.testimony-wrap .position {
	font-size: 14px;
	color: #4255a4;
}

.image-popup {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	--webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

#section-counter {
	position: relative;
	z-index: 0;
}
#section-counter:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	z-index: -1;
	opacity: 0;
	background: #fda638;
}

.ftco-counter {
	overflow-x: hidden;
	position: relative;
}
@media (max-width: 1199.98px) {
	.ftco-counter {
		background-position: top center !important;
	}
}
.ftco-counter .icon span {
	font-size: 50px;
	color: #000000;
	line-height: 1;
}
.ftco-counter .block-18 {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.ftco-counter .text strong.number {
	font-weight: 500;
	font-size: 50px;
	color: #4255a4;
	display: block;
}
.ftco-counter .text span {
	display: block;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767.98px) {
	.ftco-counter .counter-wrap {
		margin-bottom: 20px;
	}
}

@media (max-width: 991.98px) {
	.ftco-consult {
		background-position: top center !important;
	}
}

.appointment-form .form-group {
	position: relative;
	width: 100%;
	display: block;
}
.appointment-form .form-group .icon {
	position: absolute;
	top: 50% !important;
	right: 0;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.appointment-form .form-group .icon span {
	color: white !important;
}
.appointment-form .form-group .select-wrap {
	position: relative;
}
.appointment-form .form-group .select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.appointment-form .form-group .btn {
	width: 100%;
	display: block !important;
}

.appointment-form .form-control {
	border: transparent !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	height: 58px !important;
	padding-left: 0;
	padding-right: 0;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 16px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.appointment-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.9);
}
.appointment-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.9);
}
.appointment-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.9);
}
.appointment-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.9);
}
.appointment-form .form-control:focus,
.appointment-form .form-control:active {
	border-color: #fff;
}

.appointment-form textarea.form-control {
	height: inherit !important;
}

.block-23 ul {
	padding: 0;
}
.block-23 ul li,
.block-23 ul li > a {
	display: table;
	line-height: 1.5;
	margin-bottom: 15px;
}
.block-23 ul li span {
	color: rgba(255, 255, 255, 0.7);
}
.block-23 ul li .icon,
.block-23 ul li .text {
	display: table-cell;
	vertical-align: top;
}
.block-23 ul li .icon {
	width: 40px;
	font-size: 18px;
	padding-top: 2px;
	color: white;
}

.contact-section .contact-info p a {
	color: #1a1a1a;
}

.contact-section .box {
	width: 100%;
	display: block;
}
.contact-section .box h3 {
	font-size: 24px;
	font-weight: 500;
}

.block-21 .blog-img {
	display: block;
	height: 80px;
	width: 80px;
}

.block-21 .text {
	width: calc(100% - 100px);
}
.block-21 .text .heading {
	font-size: 18px;
	font-weight: 400;
}
.block-21 .text .heading a {
	color: #000000;
}
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
	color: #4255a4;
}
.block-21 .text .meta > div {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}
.block-21 .text .meta > div a {
	color: gray;
}

/* Blog*/

.tagcloud a {
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 7px;
	margin-right: 4px;
	border-radius: 4px;
	color: #000000;
	border: 1px solid #ccc;
	font-size: 11px;
}
.tagcloud a:hover {
	border: 1px solid #000;
}

.comment-form-wrap {
	clear: both;
}

.comment-list {
	padding: 0;
	margin: 0;
}
.comment-list .children {
	padding: 50px 0 0 40px;
	margin: 0;
	float: left;
	width: 100%;
}
.comment-list li {
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
}
.comment-list li .vcard {
	width: 80px;
	float: left;
}
.comment-list li .vcard img {
	width: 50px;
	border-radius: 50%;
}
.comment-list li .comment-body {
	float: right;
	width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
	font-size: 18px;
	font-weight: 500;
}
.comment-list li .comment-body .meta {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #ccc;
}
.comment-list li .comment-body .reply {
	padding: 5px 10px;
	background: #e6e6e6;
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: 400;
	border-radius: 4px;
}
.comment-list li .comment-body .reply:hover {
	color: #fff;
	background: black;
}

.search-form {
	background: #fafafa;
	padding: 10px;
}
.search-form .form-group {
	position: relative;
	margin-bottom: 0;
}
.search-form .form-group input {
	padding-right: 50px;
	font-size: 14px;
}
.search-form .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.subscribe-form .form-group {
	position: relative;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.subscribe-form .form-group input {
	background: transparent !important;
	border: 1px solid transparent;
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.subscribe-form .form-group input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.7) !important;
}
.subscribe-form .form-group input::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.7) !important;
}
.subscribe-form .form-group input:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.7) !important;
}
.subscribe-form .form-group input:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.7) !important;
}
.subscribe-form .form-group .form-control {
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.subscribe-form .form-group .submit {
	color: #000000 !important;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 16px;
	background: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.subscribe-form .form-group .submit:hover {
	cursor: pointer;
}

.subscribe-form .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
	.sidebar {
		margin-top: 5em;
	}
}

.sidebar-box {
	margin-bottom: 30px;
	padding: 0 25px 25px;
	font-size: 15px;
	width: 100%;
}
.sidebar-box h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.categories {
	padding: 0;
}
.categories li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
	list-style: none;
}
.categories li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.categories li a {
	display: block;
}
.categories li a span {
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
}
.categories li.active a {
	color: #000000;
	font-style: italic;
}

#ftco-loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
	-o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
	transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
	z-index: 1000;
}

#ftco-loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#ftco-loader.show {
	-webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
	transition: opacity 0.4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#ftco-loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#ftco-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

.logo_image {
	max-width: 222px;
	/* min-height: 66px; */
}
.home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #4255a4;
	width: 35px;
}
.home-slider .swiper-pagination-bullet {
	background-color: #d8d8d8;
	width: 15px;
	height: 8px;
	position: relative;
	z-index: 999999;
	opacity: 2;
	border-radius: 5px;
}
/* .section{
	padding: 60px 0px;
} */

.link {
	display: inline-flex;
}
.blog-entry {
	border: 1px solid #e4e7e6;
	background-color: white;
	box-shadow: 0 2px 6px 0 #363f3c14;
	color: #222624;
	border-radius: 24px;
	overflow: hidden;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.blog-entry:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.heading-section p {
	font-weight: 400;
	color: #222624;
	text-align: center;
}
.title span {
	color: #ffffff;
}

.institute-copy {
	padding: 20px;
}

.pricing-entry .button .btn {
	padding: 10px 20px !important;
}
.footer_logo{
	/* filter: invert(1); */
	max-width: 160px;
}
.hero-search {
  display: flex;
  justify-content: center;
  padding: 0px;
  background-color: #f8f9fa;
  margin: 0px 15px;
}

.search-input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: white;
  /* border: 1px solid #ced4da; */
  border-radius: 8px;
  max-width: 900px;
  width: 100%;
  padding: -1px;
  gap: 10px;
}

.category-input-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 200px;
}

.search-input-type {
  font-size: 0.75rem;
  color: #6c757d;
  margin-bottom: 5px;
}

.dropdown-toggle-home {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
}

.dropdown-menu.updateHomeToggleSchoolType {
  position: absolute;
  z-index: 1000;
  background: white;
  border: 1px solid #ced4da;
  width: 100%;
  top: 100%;
  left: 0;
  border-radius: 4px;
  margin-top: 2px;
}

.dropdown-menu .dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f1f1f1;
}

.search-input-wrapper {
  flex: 1;
  position: relative;
}

.search-input-wrapper input {
  width: 100%;
  border: 1px solid #ced4da;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
}

.loc-dropdown {
  position: absolute;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  z-index: 1000;
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
  top: 105%;
  display: none;
}

.loc-dropdown button.dropdown-item {
  white-space: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
}

.search-button-wrapper {
  display: flex;
  align-items: flex-end;
}

.search-button-wrapper .btn {
  background-color: #007bff;
  color: white;
  padding: 10px 16px;
  border-radius: 4px;
  border: none;
}

.search-button-wrapper .btn:hover {
  background-color: #0056b3;
}
.ftco-footer.ftco-bg-dark.ftco-section.fto {
  padding: 32px 0px 0px;
}

.footer_row h4{
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}
.footer_row ul{
	padding-left: 0;
}
.footer_row ul li{
	list-style-type: none;
	margin-bottom: 10px;
}
.footer_row ul li span{
	margin-right: 5px;
}
.footer_row {
	margin-top: 20px;
	/* margin-bottom: 20px; */
}
.load_more{
	text-align: center;
	padding: 20px 0px;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #797979;
}
.load_more a{
	border: 1px solid #797979;
	padding: 12px 37px;
	border-radius: 5px;
	transition: 0.3s ease;
}
.load_more a:hover{
	background-color:#374374;
	color: #ffffff;
	border: 1px solid #374374;
}
.ftco-section.bg-light .swiper-pagination{
	position: unset;
}
.ftco-section.bg-light .swiper-pagination-bullet{
	width: 15px;
	height: 10px;
	border-radius: 5px;
} 
.ftco-section.bg-light .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 20px;
	background-color: #374374;
}
.ftco-section.colledge_section .swiper-pagination-bullet{
	width: 15px;
	height: 10px;
	border-radius: 5px;
}
.ftco-section.colledge_section .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 20px;
	background-color: #374374;
}
.ftco-section.colledge_section .swiper-pagination{
	position: unset;
}
.ftco-section.colledge_section .swiper-wrapper{
	padding: 20px 0px;
}

.ftco-section.school .swiper-pagination{
	position: unset;
}
.ftco-section.school .swiper-wrapper{
	padding: 20px 0px;
}
.ftco-section.school .swiper-pagination{
	position: unset;
}
.ftco-section.school .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 20px;
	background-color: #374374;
}
.ftco-section.school .swiper-pagination-bullet{
	width: 15px;
	height: 10px;
	border-radius: 5px;
}
.badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #5d50c6c9;
	color: #ffffff;
	font-size: 29px;
	position: absolute;
	top: 0px;
	left: 0;
	width: 60px;
	height: 49px;
	border-radius: 0px;
}
.blog_col {
	border-radius: 25px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}
.blog_col::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgb(0 0 0 / 95%), rgb(0 0 0 / 45%) 60%, rgba(0, 0, 0, 0));
	content: "";
	z-index: 1;
}

.blog_col:hover .blog_image img {
	transform: scale(1.1);
}

.content {
	padding: 0px 8px 5px;
	position: absolute;
	z-index: 3;
	bottom: 16px;
	left: 10px;
}
.content p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
}
.content h4 {
	color: #ffffff;
	margin-bottom: 10px;
}
.see_more {
	text-align: center;
	padding-bottom: 20px;
}

.see_more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(66 85 164);
	color: rgb(255, 255, 255);
	padding: 14px 45px;
	font-size: 16px;
	border-radius: 33px;
	position: relative;
	transition: all 0.3s ease;
}
.see_more a:hover{
	background-color: transparent;
	color: #1d2124;
	border: 1px solid #212529;
}

.see_more a span {
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: 600;
}

.content span {
	color: #e7e6e6;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}
.blog_image img {
	width: 100%;
	object-fit: cover;
	height: 380px;
	transition: 0.3s;
	border-radius: 5px;
}
.testimonial-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.testimonial-container {
  /* max-width: 1000px; */
  /* margin: 0 auto; */
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  padding-bottom: 40px;
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-text {
  font-style: italic;
  color: #555;
  margin-bottom: 4px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-size: 1rem;
  margin: 0;
  color: #222;
}

.author-title {
  font-size: 0.9rem;
  color: #777;
}
.rating ul {
	display: flex;
	align-items: center;
	padding: 0px;
}
.rating ul li {
	list-style-type: none;
	margin-right: 10px;
	color: #ffae00;
}
.top_bar ul{
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
}
.top_bar ul li{
	list-style-type: none;
	margin-left: 20px;
}
.top_bar{
	/* background-color: #4255a4; */
	padding: 16px 0px;
	background: radial-gradient(circle at center, #5d50c6 0%, #6f61d6 40%, #2c2c54 100%);
}
.top_bar ul li a{
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 12;
}
.top_bar ul li .call{
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #ffffff;
	color: #4255a4;
	border-radius: 50%;
	font-size: 16px;
}
.top_bar ul li .admin{
	font-size: 20px;
}
.top_bar ul li span{
	margin-right: 3px;
	font-size: 14px;
}
.top_bar ul li .call_link{
	border-right: 1px solid #ffffff;
	padding: 0px 16px;
}

.close_btn{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 36px;
	background: #81838d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* border-radius: 50px; */
	color: #ffffff;
	background: #8a87a3;
}
.popup .modal-header{
 justify-content: center;
 /* padding: 0; */
}
.popup .modal-title {
 text-transform: uppercase;
 font-size: 25px;
 font-weight: 600;
 padding: 32px 0px 0px;
 font-family: 'Poppins', sans-serif;
 color: #5d50c6;
 position: relative;
 text-align: center;
}
.popup .modal-title::before {
	content: "";
	display: inline-block;
	height: 0.5em;
	vertical-align: middle;
	width: 10%;
	margin-left: -100%;
	margin-right: 10px;
	border-top: 3px solid #5d50c6;
}
.popup .modal-title::after {
	content: "";
	display: inline-block;
	height: 0.5em;
	vertical-align: baseline;
	width: 9%;
	margin-right: -100%;
	margin-left: 10px;
	border-top: 3px solid #5d50c6;
}
.popup .btn-close{
	box-shadow: none;
	background-image: url(../images/cancel-close-delete-svgrepo-com\ \(1\).svg);
	opacity: 1;
	font-size: 50px;
}


label {
	display: block;
	margin-top: 5px;
	font-weight: 400;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	color:#555555;
}
input, select{
	width: 100%;
	padding: 8px 9px;
	/* margin-top: 5px; */
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	height: 40px;
}
textarea{
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 0px 5px;
}
.captcha {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.captcha span {
	padding: 10px;
	font-weight: bold;
	margin-right: 10px;
	background: radial-gradient(circle at center, #5d50c6 0%, #6f61d6 40%, #2c2c54 100%);
	color: #ffffff;
}
.submit{
	margin-top: 20px;
	padding: 10px 15px;
	background-color: #5d50c6;
	color: white;
	border: none;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease all;
	width: 100%;
	border-radius: 5px;
}
.submit:hover {
	background-color:#485794;
	color:#ffffff;
}
.popup .modal-dialog{
	max-width: 600px;
}

.language-selector {
	position: relative;
	/* display: inline-block; */
	/* background-color: #111; */
	color: white;
	padding: 2px 10px;
	border-radius: 5px;
	cursor: pointer;
	user-select: none;
	border: 1px solid #d8d8d8;
	font-size: 6px;
}

.language-selector .icon {
	margin-right: 8px;
}

.language-selector .dropdown {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	background-color: #ffffff;
	box-shadow: 0 2px 6px 0 #363f3c14;
	min-width: 110px;
	/* border: 1px solid #444; */
	z-index: 1000;
}

.language-selector .dropdown div {
	padding: 10px;
	cursor: pointer;
	color: #555555;
	font-size: 14px;
}

.language-selector .dropdown div:hover {
	background-color: #ebebeb;
}

.language-selector.open .dropdown {
	display: block;
}

.language-selector svg {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	fill: white;
}
.select_main{
	border: none;
}








.filter-bar {
	display: flex;
	gap: 10px;
	background-color: #fff;
	padding: 12px;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	align-items: center;
	max-width: 900px;
	margin: auto;
	flex-wrap: wrap;
	position: relative;
}

.filter-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 200px;
	position: relative;
}

.filter-item label {
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #444;
	text-transform: uppercase;
	margin-top: 0;
}

select, input {
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 14px;
	width: 100%;
	border-radius: 5px;
}

input:focus, select:focus {
	border-color: #007BFF;
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.search-btn {
	background-color: #4255a4;
	border: none;
	color: white;
	/* padding: 12px 20px; */
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	position: absolute;
	right: 8px;
	top: 43%;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	justify-content: center;
	transform: translate(0%, 0%);
}

.search-btn i {
	font-size: 16px;
}
.select{
	border-radius: 20px;
	/* padding: 10px 11px; */
	height: 50px;
	border-radius: 10px;
	position: relative;

}





.popup input{
	border-radius: 5px;
}
.popup .select{
	border-radius: 5px;
}
.popup .select.input{
	border-radius: 5px;
}
.filter-item span{
	position: absolute;
    top: 34px;
    left: 5px;
}
.select.input{
	padding: 0px 0px 0px 25px;
}
.main_footer_row h4{
	color: #ffffff;
	font-size: 25px;
}
.main_footer_row ul{
	padding-left: 0;
}
.main_footer_row ul li{
	list-style-type: none;
	margin-bottom: 15px;
}
.main_footer_row {
	padding: 20px 0px;
	margin: 0;
}
.load_more.more{
	border: none;
	text-align: left;
	padding: 0px 0px;
}
.load_more.more a{

	padding: 10px 10px;
}
.forgot_div a{
	display: inline-block;
	color: #df1642;
	font-size: 12px;
	font-weight: 600;
}
.forgot_div {
	text-align: right;
}

/* user_login_css====================================================== */
.row_wrapper,.row_wrapper .row,.login_col_left,.login_col_right,.main_wrapper{
	height: 100%;
}
.row_wrapper{
	display: flex;
	width: 100%;
}
.login_col_left{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width:70%;
}
.logo{
	position: absolute;
	top:33px;
	left:48px;
}
.form_title p:nth-of-type(1){
	font-size: 35px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0em;
	color: color: #263A43;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	color: #263A43;
}
.form_title p:nth-of-type(2){
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #B9B8B8;
	padding-bottom:20px;
 
}
.login_col_right{
	background: #0A2FB6;
	position: relative;
	width: 30%;
	display: flex;
	align-items: center;
}
.child_image{
	position: relative;
	right:73px;
	max-width: 653px;
}
.child_image img{
	width: 442px;
	height: 502px;
	object-fit: cover;
border-radius: 20px;
}

.submit_form label{
	font-size: 20px;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
	color: #263A43;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.submit_form .form-group{
	margin-bottom: 20px;   
}
.submit_form .form-group input.form_control{
	height: 57px;
	border: 0.6px solid #B1B1B1;
	border-radius: 6px;
}
.submit_form .form-check{
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	align-items: center;
}
.check_form a{
	display:inline-block;
	/* font-family: Nunito Sans; */
	font-size: 14px;
	font-weight: 400;
	color: #e52323;
}
.submit_form .btn{
	width: 100%;
	background-color: #0A2FB6;
	height: 70px;
	border-radius: 6px;
	color: #ffffff;
	box-shadow: 0px 4px 30px rgba(38, 58, 67, 0.15);
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.submit_form .form-group.main{
	position: relative;
}
.image_span{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, 6px);
}
.submit_form .form-group.user{
position: relative;
	
}
.submit_form .form-group.user .border-base::after{
	height: 5px;
	width: 100%;
	background-color: #54E28D;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.base{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.strong{
	display:inline-flex;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 25px;
	border-radius: 18px;
	background-color: #D4FFE4;
	color: #008A27;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.hide-logo{
display: none;
position: absolute;
	top: 23px;
	left: 23px;
}
.logo img{
	max-width: 100px;
}
.logo a{
	font-weight: 600;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
/* user_login_css====================================================== */

/* dashboard============================================= */
.sidebar {
	height: 100vh;
	background-color: #5d50c6;
	color: white;
	padding: 0px 3px 0px;
}
.sidebar a {
	color: white;
	text-decoration: none;
	/* padding: 9px 12px; */
	display: inline-block;
	/* background: aquamarine; */
	width: 100%;
	border-bottom: 1px solid #d8d8d859;
	padding: 8px 7px;
	position: relative;
}
.sidebar a:hover {
	background-color: #104c89;
	display: block;
}
.card {
	border: none;
	border-radius: 1rem;
	border: 1px solid #d8d8d8;
}
.admin_dashbord h4{
	color: #ffffff;
	margin-left: 20px;
}
.admin_dashbord .logo_lext{
	margin-left: 20px;
}
.toggle-icon{
	position: absolute;
	right: 4px;
	top: 10px;
}
.admin_dashbord .row{
	margin-right: 0;
}
/* dashboard============================================= */
/* listing_page============================================== */

.listing_section .sidebar {
	position: sticky;
	top: 0;
	height: 100vh;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
	border: 1px solid #d8d8d8a3;
}

.listing_section .content-section {
	padding: 20px;
}

.listing_section .filter-heading {
	cursor: pointer;
	color: #555555;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0px;
}

.listing_section .section-box {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 16px;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
	border: 1px solid #d8d8d8a3;
}

.listing_section .badge-pill {
	border-radius: 50px;
	padding: 8px 16px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	display: inline-block;
	transition: 0.3s;
}
.listing_section .badge-pill:hover{
	background: #2c2c54;
	color: #ffffff;
}

.listing_section .toggle-btn {
	background: #5d50c6;
	color: white;
	border: none;
	padding: 5px 15px;
	border-radius: 50px;
	font-weight: bold;
}
.listing_section .list-unstyled li a{
	color: #555555;
	display: inline-block;
	border: none;
}
.filter-heading .icon {
	font-size: 18px;
	font-weight: bold;
	user-select: none;
}
.listing_section .sidebar a:hover {
	background-color: #104c89;
	display: block;
	color: #ffffff;
}
.section-box h5:after {
	position: absolute;
	top: 0;
	left: -20px;
	width: 10px;
	height: 100%;
	background-color: #6356cb;
	content: "";
}
.section-box h5{
	position: relative;
	color: #000000;
	font-weight: 600;
}
.listing_section {
	padding: 20px 0px;
}
.listing_section .list-unstyled{
	background-color: #f1f1f196;
	border-radius: 5px;
}
.school-card {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  /* padding: 15px; */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
  position: relative;
  /* margin: 20px auto; */
  /* max-width: 850px; */
  font-family: 'Segoe UI', sans-serif;
}

.school-image-wrapper {
  position: relative;
  flex: 1 1 220px;
  margin-right: 30px;
}

.school-image {
  width: 100%;
  border-radius: 6px;
  height: 234px;
  object-fit: cover;
}

.distance-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}

.views-badge {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: #444;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 12px;
}

.school-content {
  flex: 2 1 500px;
  position: relative;
}

.school-title {
  font-weight: bold;
  margin: 0;
}

.school-location {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.fee-rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}

.fee {
  color: #6356cb;
  font-weight: bold;
  font-size: 18px;
}

.rating {
  font-size: 14px;
  color: #222;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.tag {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 13px;
  border: 1px solid #ccc;
}

.expert-comment {
  font-size: 14px;
  margin-bottom: 10px;
}

.view-school-btn {
  background: #fff;
  color: #6356cb;
  border: 1px solid #6356cb;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.view-school-btn:hover {
  background: #867ae7;
  color: white;
}

.heart-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #e63946;
  cursor: pointer;
}



/* listing_page============================================== */
/* profile_page================================================= */


.school-card {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	/* max-width: 1000px; */
	/* margin: auto; */
	/* position: relative; */
}

.school-header {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}

.school-header h2 {
	margin: 0;
	font-size: 25px;
	font-weight: 600;
	color: #000000;
}

.icons {
	display: flex;
	gap: 10px;
}

.icon-btn {
	width: 35px;
	height: 35px;
	background: #6557cd;
	border: 1px solid #ddd;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	color: #ffffff;
}

.school-location {
	/* display: flex; */
	align-items: center;
	gap: 6px;
	color: #555;
	font-size: 14px;
	margin: 10px 0;
}

.map-btn {
	border: 1px solid #6557cd;
	color: #6557cd;
	padding: 4px 10px;
	border-radius: 15px;
	font-size: 13px;
	background: #fff;
	margin-left: 10px;
}

.rating {
	margin: 10px 0;
}

.rating i {
	color: #ffc107;
}

.fee-info {
	font-size: 15px;
	margin: 10px 0;
}

.fee-info span {
	font-weight: 600;
	color: #6154c9;
}

.fee-info .tooltip {
	font-size: 13px;
	cursor: pointer;
	margin-left: 5px;
}

.details {
	display: flex;
	gap: 40px;
	margin: 15px 0;
}

.details p {
	margin: 0;
	font-size: 14px;
}

.details p span {
	display: block;
	font-weight: 600;
}

.actions {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	margin-top: 20px;
}

.actions button {
	padding: 10px 18px;
	border: none;
	font-size: 14px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	background: #5e51c7;
}

.call-btn {
	background: red;
	color: #fff;
}

.apply-btn {
	background: green;
	color: #fff;
}
.gallery_section{
	padding: 20px 0px;
}
.gallery_section .school-card{
	display: block;
	margin-bottom: 20px;
}
.gallery_section .nav-link{
	color: #555555;
	border: 1px solid #d8d8d8;
	border-radius: 25px;
}
.gallery_section .nav-link.active{
	background-color: #0056b3;
}
.gallery_section .nav-item{
	margin-right: 10px;
}
.gallery_section  .tab-content{
	border: 1px solid #d8d8d8;
	padding: 20px;
	border-radius: 10px;
}

.counselling-form {
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
	/* width: 300px; */
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	border: 1px solid #eee;
}

.counselling-form h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.counselling-form h3 i {
	font-size: 18px;
	color: #3b82f6;
}

.counselling-form input,
.counselling-form select,
.counselling-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 15px;
	font-size: 14px;
	outline: none;
	transition: 0.2s ease-in-out;
}

.counselling-form select {
	border: 2px solid #5e51c7;
}

.counselling-form input:focus,
.counselling-form textarea:focus,
.counselling-form select:focus {
	border-color: #3b82f6;
}

.mobile-input-group {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.mobile-input-group span {
	display: inline-block;
	padding: 10px 12px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 8px 0 0 8px;
	font-size: 14px;
}

.mobile-input-group input {
	border-radius: 0 8px 8px 0;
	margin-bottom: 0;
	flex: 1;
	border-left: none;
}

.counselling-form textarea {
	resize: vertical;
	height: 108px;
}

.counselling-form button {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	background-color: #5e51c7;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

.counselling-form button:hover {
	background-color: #3a5ae7;
}


.gallery_section .gallery {
	/* display: flex; */
	/* align-items: center; */
	/* gap: 10px; */
	/* height: 0px; */
	margin-bottom: 20px;
}
.gallery_row .col-md-4 {
	padding: 0;
}
.sm_col a img {
	height: 205px;
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
}
.gallery_row .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 20px;
	z-index: 1;
	/* width: 155px; */
}
.sm_col {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.sm_col::after{
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background: radial-gradient(circle at center, #5d50c6 0%, #6f61d6 40%, #2c2c54 100%);
	top: 0;
	content: "";
	opacity: 0.5;
}
.gallery_col img{
	width: 100%;
	border-radius: 5px;
	height: 412px;
	object-fit: cover;
}
.sm_col a{
	position: relative;
	z-index: 1;
}


.rating-box {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  font-family: 'Arial', sans-serif;
}

.rating-header {
  background-color: #eaf1fb;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rating-header p {
  margin: 5px 0 0;
  color: #555;
  font-size: 14px;
}

.overall-rating {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}

.overall-rating span {
  font-size: 16px;
  font-weight: normal;
  color: #444;
}

.rating-categories {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
  text-align: center;
}

.rating-item {
  width: 100px;
  margin: 10px;
}

.rating-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 50%;
  /* border: 1px solid #5e51c7; */
}

.rating-item strong {
  display: block;
  font-size: 16px;
  color: #222;
}

.rating-item p {
  font-size: 14px;
  color: #555;
  margin: 5px 0 0;
}

/* profile_page================================================= */
/* counter_css======================================= */
.counter-section_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  background-color: white;
	background-color: #4255a4;
	border-radius: 20px;
	margin-bottom: 20px;
}

.counter-box {
  margin: 0 30px;
}

.counter {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
}

.counter_section p {
  margin-top: 5px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.divider {
  width: 1px;
  height: 40px;
  background-color: #ccc;
}
.profile_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.profile_wrapper .filter-bar{
	margin: 0;
	width: 65%;
	background: none;
	box-shadow: none;
}
.profile_wrapper .filter-item label{
	color: #ffffff;
}

/* counter_css======================================= */

.school-basic-info {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 12px;
  background-color: #f9f9f9;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  font-family: Arial, sans-serif;
}

.school-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.school-logo {
  width: 178px;
  /* height: 80px; */
  border-radius: 10px;
  margin-right: 15px;
}

.school-name-tagline h2 {
  margin: 0;
  font-size: 22px;
  color: #333;
}

.tagline {
  /* margin: 5px 0 0; */
  /* font-style: italic; */
  color: #666;
}

.school-location,
.school-contact {
  margin: 6px 0;
}

.map iframe {
  width: 100%;
  height: 200px;
  border: 0;
  margin-top: 10px;
  border-radius: 8px;
}

.school-action {
  text-align: right;
  margin-top: 20px;
}

.enquire-btn {
  background-color: #5e51c7;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.enquire-btn:hover {
  background-color: #0056b3;
}
.school-contact p{
	margin-bottom: 0px;
}
.school-location p{
	margin-bottom: 0px;
}
.fee-structure-section {
  max-width: 700px;
  margin: 30px auto;
  padding: 20px;
  background-color: #fefefe;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}

.fee-structure-section h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
  border-left: 5px solid #007bff;
  padding-left: 10px;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
}

.fee-table th,
.fee-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.fee-table th {
  background-color: #f2f2f2;
  color: #333;
}

.total-row td {
  background-color: #e8f4ff;
  font-weight: bold;
}
.features-section {
  max-width: 700px;
  margin: 30px auto;
  padding: 20px;
  background-color: #fefefe;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}

.features-section h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
  border-left: 5px solid #007bff;
  padding-left: 10px;
}

.features-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
}

.features-list li {
  background-color: #5e51c7;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  gap: 10px;
  transition: background 0.3s;
}

.features-list li:hover {
  background-color: #4f7aa1;
}

.features-list i {
  font-size: 26px;
  color: #ffffff;
}
.academic-details-section {
  max-width: 750px;
  margin: 40px auto;
  padding: 30px;
  /* background: linear-gradient(to right, #f0f8ff, #e6f7ff); */
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  background: radial-gradient(circle at center, #5d50c6 0%, #6f61d6 40%, #2c2c54 100%);
}

.academic-details-section h3 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 600;
  border-left: 6px solid #ffffff;
  padding-left: 15px;
}

.academic-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.academic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 123, 255, 0.15);
}

.academic-card i {
  font-size: 28px;
  color: #695ccb;
  margin-right: 20px;
  min-width: 30px;
}

.card-text h4 {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.card-text p {
  margin: 5px 0 0;
  color: #666;
  font-size: 16px;
}

.sponsored-schools-section .school-card,.sponsored-Institute-section .school-card,.sponsored-colleges-section .school-card , .sponsored-tutors-section  .school-card{
  background: #fff;
  border: 2px solid #eee;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  /* width: 300px; */
  position: relative;
  /* overflow: hidden; */
  transition: transform 0.3s ease;
  padding: 0;
  /* width: 100%; */
}

.sponsored-schools-section .school-card:hover,.sponsored-Institute-section .school-card:hover,.sponsored-colleges-section  .school-card:hover, .sponsored-tutors-section .school-card:hover {
  transform: translateY(-5px);
}

.sponsored-schools-section .school-img,.sponsored-Institute-section .school-img,.sponsored-colleges-section  .school-img,.sponsored-tutors-section  .school-img{
  width: 100%;
  height: 284px;
  object-fit: cover;
  border-radius: 5px;
}

.sponsored-schools-section .school-info ,.sponsored-Institute-section .school-info,.sponsored-colleges-section  .school-info ,.sponsored-tutors-section .school-info{
  padding: 20px;
  text-align: center;
}

.sponsored-schools-section .school-info h3,.sponsored-Institute-section .school-info h3, .sponsored-colleges-section .school-info h3, .sponsored-tutors-section .school-info h3 {
  margin: 0 0 10px;
  font-size: 13px;
  color: #2c3e50;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.sponsored-schools-section .school-info p,.sponsored-Institute-section .school-info p,.sponsored-colleges-section .school-info p,.sponsored-tutors-section .school-info p{
  font-size: 11px;
  color: #666;
  margin-bottom: 15px;
}

.sponsored-schools-section .view-btn, .sponsored-Institute-section .view-btn,.sponsored-colleges-section .view-btn,.sponsored-tutors-section .view-btn {
  background-color: #4255a4;
  border: none;
  color: white;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.sponsored-schools-section .view-btn:hover,.sponsored-Institute-section .view-btn:hover,.sponsored-colleges-section .view-btn:hover, .sponsored-tutors-section .view-btn:hover {
  background-color: #0056b3;
}

/* Sponsored Badge */
.sponsored-schools-section .badge, .sponsored-Institute-section .badge,.sponsored-colleges-section .badge,.sponsored-tutors-section .badge {
  position: absolute;
  top: -11px;
  left: 12px;
  background-color: #5d50c6;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 80px;
  height: 27px;
}
.top_bar.left ul{
	justify-content: flex-end;
}
.sponsored-schools-section .swiper-wrapper,.sponsored-Institute-section .swiper-wrapper, .sponsored-colleges-section .swiper-wrapper,.sponsored-tutors-section .swiper-wrapper{
	padding: 20px 10px;
}
.sponsored-Institute-section.ftco-section.bg-light{
	background-color: #eeeeee !important;
}



.sponsor-banners {
  width: 100%;
}

.sponsor-banner {
  flex: 1 1 300px;
  /* max-width: 360px; */
  height: 150px;
  position: relative;
  background: url('../images/banner1.png') no-repeat center/cover;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: white;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}



.sponsor-banner .content {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 100%;
  text-align: left;
  height: 100%;
  position: unset;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: flex-end;
}

.sponsor-banner .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #ffffff;
}

.sponsor-banner .content p {
  font-size: 14px;
  margin-bottom: 10px;
}

.sponsor-banner .learn-more {
  color: #ffd700;
  text-decoration: underline;
  font-weight: bold;
}

/* Optional: Use different backgrounds for variety */
.sponsor-banner.second {
  background-image: url('../images/banner2.png');
}

.sponsor-banner.third {
  background-image: url('../images/banner3.png');
}
.sponsered_banner {
	padding: 50px 0px;
}
.gallery_section .school-badges {
	/* margin: 10px 0; */
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	/* justify-content: flex-end; */
}

.gallery_section .badge {
	display: inline-flex;
	/* padding: 4px 10px; */
	font-size: 15px;
	font-weight: 600;
	border-radius: 20px;
	color: #fff;
	position: unset;
	width: 100px;
	align-items: center;
	height: 36px;
}

.gallery_section .badge.top-rated {
	background-color: #28a745; /* Green */
}

.gallery_section .badge.verified {
	background-color: #007bff; /* Blue */
}

.gallery_section .badge.popular {
	background-color: #ffc107; /* Yellow */
	color: #000;
}

.gallery_section .badge.boarding {
	background-color: #6f42c1; /* Purple */
}

.gallery_section .badge.cbse {
	background-color: #17a2b8; /* Teal */
}
.badge_wrapper{
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.form_col {
	margin-bottom: 10px;
}







