*::-webkit-scrollbar-track {
	background-color: #cccccc;
}

*::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background-color: #cccccc;
}

*::-webkit-scrollbar-thumb {
	background-color: black;
	border-radius: 5px;
}

html {
	min-height: 100%;
	height: 100%;
}

body {
	display: flex;
	background-color: #fff;
	flex-direction: column;
	min-height: 100vh;
	word-wrap: break-word;
}

.content {
	flex: 1 0 auto;
}

.single-service-area p {
	margin-bottom: 0;
	margin-top: 15px;
}

.single-service-area .course-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 77px;
	flex: 0 0 77px;
	min-width: 77px;
	width: 77px;
	height: 77px;
	background-color: #dc3545;
	color: #ffffff;
	border-radius: 50%;
	margin-right: 20px;
}

.single-service-area:hover .course-icon,
.single-service-area:focus .course-icon {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
	background: #e97681;
	background: -webkit-linear-gradient(to right, #e97681, #dc3545);
	background: linear-gradient(to right, #e97681, #dc3545);
}

.single-service-area:hover .course-content .h5,
.single-service-area:focus .course-content .h5 {
	color: #dc3545;
}

.bg-bluelight {
	background-color: rgb(253, 254, 255);
}

#call-to-action {
	background-image: url('../../images/calltoaction-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-overlay {
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
}

.bg-overlay::after {
	background-color: rgba(5, 11, 37, 0.85);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .8);
}

footer,
.footer {
	flex-shrink: 0;
}

.h-100 {
	height: 100%;
}

.hidden {
	display: none;
}

.eq-height {
	transition: all 0.3s ease;
}

.dropdown-item:hover {
	background-color: #496a38;
	color: #ffffff;
}

.scrollable-menu {
	height: auto;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.scrollable-menu {
	background-color: #f8faf9;
}

.btn-to-top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: black;
	color: #f6f6f6;
	cursor: pointer;
	padding: 10px;
	border-radius: 10px;
	opacity: 0.5;
}

.btn-to-top:hover {
	opacity: 1;
}

.btn-to-top:focus {
	outline: none;
}

.modal-open .btn-to-top {
	display: none !important;
}

span.twitter-typeahead {
	width: 100%;
}

.modal-open .btn-to-top {
	display: none !important;
}

::-webkit-input-placeholder {
	font-family: 'CSChatThai', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

::-moz-placeholder {
	font-family: 'CSChatThai', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

:-ms-input-placeholder {
	font-family: 'CSChatThai', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

::-ms-input-placeholder {
	font-family: 'CSChatThai', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

::placeholder {
	font-family: 'CSChatThai', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

a {
	color: rgba(190, 39, 39, 0.9);
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: rgb(225, 46, 46) !important;
}

.hr-section	{
	height: 20px;
	background-color: rgb(225, 46, 46);
}

#car-main {
	max-width: 680px;
	position: relative;
	margin-top: -10px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: rgba(255, 77, 77, 0.9);
	font-weight: bold;
}

.navbar-dark.bg-dark {
	background-color: #222 !important
}

.btn-floating {
	position: fixed;
	z-index: 5;
	width: 60px;
	height: 60px;
	bottom: 15px;
	right: 25px;
	background-color: #00a1f1;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	/* box-shadow: 2px 2px 3px #999; */
	transition: all .2s ease-in-out;
}

.btn-floating:hover {
	color: #fff !important;
	-ms-transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}

.btn-floating i {
	position: relative;
	margin-top: 22px;
}

.btn-floating.line {
	bottom: 85px;
	background-color: #01c301;
}

.btn-floating.line i {
	margin-top: 14px;
}

.mobile {
	display: none;
}

.gallery-main.container .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blogBox {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#loadMore {
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

#loadMore a {
	display: inline-block;
	transition: all 0.25s ease-out;
	-webkit-font-smoothing: antialiased;
}

@media (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (max-width: 991.98px) {
	#car-main {
		margin-top: -10px;
	}
}

@media (min-width: 768px) {}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.mobile {
		display: inline;
	}
}
