.header-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-logo img {
	height: 82px;
	object-fit: contain;
}

:root {
	--theme-color: #0C62AF;
	--theme-color2: #0B47A4;
	--theme-color3: #2CA2C4;
}

.header-layout4 .header-top::before {
	background-color: #D9D9D9;
}

select, .form-control, .form-select, textarea, input {
	border: 1px solid #8c8c8c;
}
select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus {
	border-color: var(--theme-color2);
}

.contact-feature {
	background-color: #EDF1F7;
}
.contact-feature_icon img {
	filter: grayscale(1) brightness(0.8);
}

.header-layout2 .header-top .line-btn {
	color: white;
}
.header-layout2 .header-top a:hover {
	color: white;
}

.header-layout1 .sticky .menu-area {
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.breadcumb-menu li:last-child {
	color: var(--theme-color3);
}

.hero-slider-1 .sub-title {
	color: var(--theme-color3);
}

.breadcumb-wrapper {
	padding: 190px 0 65px 0;
	top: -20px;
	position: relative;
	margin-bottom: -20px;
}

.cursor-pointer {
	cursor: pointer;
}

.fc {
	user-select: none;
}
.fc table {
	margin: 0;
}
.fc-event {
	cursor: pointer;
	transition: none;
}
.fc .fc-view-harness {
	min-height: 600px;
}
.fc .fc-daygrid-body {
	height: 100%;
}
.fc .fc-scrollgrid-section-body table {
	height: 100%;
}
.fc .fc-toolbar-chunk:last-of-type {
	white-space: nowrap;
}
.fc td {
	overflow: clip;
}

@media (max-width: 767px) {
	.fc-daygrid-dot-event .fc-event-title {
		display: none;
	}
}

button:disabled {
	background-color: #606060 !important;
}
.btn-secondary {
	background-color: #686868;
}

.course-card .price {
	font-size: 18px;
}