.activities__list__posts .activities__item {
	height: 295px;
}

footer.footer ul * {
	color: #fff;
}

footer.footer ul {
    margin-left: 0;
    padding-left: 10px;
    list-style: none;
}

footer.footer ul li {
	margin-bottom: 10px;
}

footer.footer ul li svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

footer.footer .widgettitle {
	color: #fff;
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.copyright,
.copyright a {
	text-align: center;
	color: #fff;
}/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.for_map .item_map {
	display: none;
}

.for_map .item_map.active {
	display: block;
	animation-name: fade_up;
	animation-duration: 1s;
}

.for_map .item_map iframe {
	display: block;
}
.copyright {
	background-color: #f1f1f1;
	padding: 15px 0 5px 0;
	color: #666;
	font-size: 1rem;
}
.copyright a{
	color: #14447f;
	font-size: 1rem;
}
a.banner_top img {
	display: block;
	max-width: 100%;
	margin: auto;
	height: auto;
}
.header {
	z-index: 9999;
	position: unset;
}

.header__wrapper {
	position: unset;
}

.header.sticky .header__wrapper {
	z-index: 9999;
}
.header {
	position: unset !important;
}

.header__wrapper {
	position: unset !important;
}
.wrapper__container{
	padding-top: 0 !important;
}
.home-slider__images__bg__holder {
	position: unset !important;
	transform: unset !important;
}

.home-slider__images__bg__img {
	position: unset !important;
	height: 100%;
}

.home-slider__images__bg {
	position: unset !important;
}
.header__logo{
	left: -30px;
}
.header.sticky.showing .header__wrapper {
	position: fixed !important;
	transform: translate(0px, 0px);
}
.banner img {
	max-width: 100%;
	display: block;
	height: auto;
}
section.main_course.newsletter {
	color: #464646;
	background: transparent;
}

section.main_course.newsletter .newsletter__input {width: 100%;margin: 0 0 10px;border: 1px solid #999999;height: 50px;border-radius: 10px;padding: 0 15px;color: #464646;}

section.main_course.newsletter .newsletter__input::placeholder {
	color: #464646;
}

section.main_course.newsletter .layout-lr__heading h2 {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 800;
}
.home .back-to-top button {
    top: 2250px;
}

section.main_course.newsletter .newsletter__submit {
	background: #14447f;
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-radius: 10px;
	transform: unset !important;
}

section.main_course.newsletter .col-md-4 {
	height: 100%;
}

.wrap_side_bar {
	position: sticky;
	top: 150px;
	padding: 20px;
	--tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
	--tw-shadow-colored: 0 10px 15px -3px #99999930,0 4px 6px -4px #99999930;
	background: white;
	box-shadow: 0 0px 10px #99999930;
	border: 1px solid #99999930;
}

section.main_course.newsletter .row {
	display: flex;
}

section.main_course.newsletter .col-md-4 {
	height: auto;
}

.page-template-course-detail .wrapper {
	overflow: unset;
}
.col-4.coo-cus h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.col-4.coo-cus p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
ul.news-list__content.tabs__content li.all {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@keyframes fade_up {
	from {
		opacity: 0;
		transform: translate(0,30px);
	}
	to {
		opacity: 1;
		transform: translate(0,0px);
	}
}


@media only screen and (min-width: 1200px) {
	.side-tool__sign-up form.wpcf7-form{
		position: relative;
	}
	.side-tool__sign-up form.wpcf7-form.submitting > div{
		filter: blur(2px);
	}
	.side-tool__sign-up form.wpcf7-form.submitting{
		pointer-events: none !important;
	}
	@keyframes rotation {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}
	.side-tool__sign-up form.wpcf7-form.submitting:before{
		position: absolute;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		width: 40px;
		height: 40px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		content: '';
		border: 3px solid #cccccc;
		border-bottom-color: #14447f;
		z-index: 9;
		box-sizing: border-box;
		animation: rotation 1s linear infinite;
	}
	.side-tool__sign-up form.wpcf7-form .wpcf7-response-output{
		font-size: 14px;
		text-align: center;
		width: 270px;
		margin: 0;
	}
}
.side-tool__sign-up form.wpcf7-form .wpcf7-response-output {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.for_map iframe {
		height: 300px;
	}
	.copyright {
		padding: 15px 0 50px 0;
	}
	/*.header__wrapper {*/
	/*	position: relative;*/
	/*}*/

	/*.header {*/
	/*	position: fixed !important;*/
	/*	top: 100px !important;*/
	/*}*/

	/*a.banner_top img {*/
	/*	height: 100px;*/
	/*	object-fit: cover;*/
	/*	width: 100%;*/
	/*}*/

	/*.wrapper__container {*/
	/*	padding-top: 50px !important;*/
	/*}*/
	.header__wrapper {
		position: static !important;
	}

	.header {
		position: fixed !important;
	}

	a.banner_top {
		margin-top: 50px !important;
	}

	a.banner_top img {
		margin-top: 50px;
	}
	section.main_course.newsletter .row {
		flex-wrap: wrap;
	}

	.wrap_side_bar {
		margin-top: 20px;
	}

	section.main_course.newsletter .newsletter__submit {
		color: white;
	}

	section.main_course.newsletter .layout-lr__heading h2 {
		font-size: 16px;
	}
}