body {
	margin: 0;
	padding: 0;
	/* overflow-x: hidden; */
	transition: background-color .5s;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
}

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

*:focus {
	outline: 0;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
	background: #5B5B5B;
	border-radius: 5px;
}

body {
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	color: #5B5B5B;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6rem;
	direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #343434;
	font-variant: normal;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	text-transform: capitalize;
}

.display-1 {
	font-size: 3rem;
}

h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

.font-40 {
	font-size: 2.5rem;
}

.font-36 {
	font-size: 2.25rem;
}

.font-30 {
	font-size: 1.8rem;
}

.font-28 {
	font-size: 1.8rem;
}

.font-24 {
	font-size: 1.5rem;
}

.font-20 {
	font-size: 1.5rem;
}

.font-16 {
	font-size: 1rem;
}

.font-18 {
	font-size: 1.125rem;
}


/* ul,
ol,
dl,
figure {
	margin: 0;
	padding: 0;
}

figure {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
} */

span,
strong {
	font-size: 14px;
}

p {
	margin-bottom: 0.5rem;
}

small {
	color: #676767;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

/* 
ul li,
ol li {
	list-style: none;
	margin: 0;
	padding: 0;
} */

ul {
	margin-bottom: 0;
}

ol,
ul {
	padding-left: 0;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

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

iframe {
	max-width: 100%;
}

.img-fluid {
	width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus {
	text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
	color: #E20A17;
	font-weight: 400;
	display: inline-block;
}

.active-link:hover {
	text-decoration: none;
	color: #E20A17;
}

a,
dt {
	color: #5B5B5B;
	outline: none;
	text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
	color: #E20A17;
	text-decoration: none;
}

.btn {
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:active,
.btn.active {
	outline: none;
	box-shadow: none;
}

.btn-button {
	position: relative;
	background-color: #334E7A;
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 0.875rem;
	font-weight: 700;
	font-style: normal;
	padding: 0.6rem 2rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: capitalize;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.btn-button i {
	font-size: 14px;
	margin-left: 8px;
}

.btn-button:hover,
.btn-button:focus {
	background-color: #1D3B6B;
	border: 1px solid transparent;
	box-shadow: none;
	color: #ffffff;
	outline: none;
}

.btn-outline {
	background-color: unset;
	border: 1px solid #fff;
	color: #fff;
}

.btn-outline:hover {
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: none;
	color: #2C4672;
}

.btn-read {
	display: inline-block;
	position: relative;
	color: #2C4672;
	font-size: 0.875em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalize;
}

.btn-read i {
	font-size: 12px;
	margin-left: 10px;
}

.btn-read:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #2C4672;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
	background-color: none;
	border: none;
	box-shadow: none;
	outline: none;
	color: #2C4672;
}

.form-group {
	position: relative;
}

input,
textarea,
select,
button {
	outline: none;
	font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	height: 50px;
	font-size: 0.875rem !important;
	padding: 0 20px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	border: 1px solid #a4a4a4;
	outline: none;
	box-shadow: none;
	border-color: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-moz-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-webkit-appearance: textfield;
}

textarea.form-control {
	height: 100px;
}

.form-control.ndate-picker {
	background-color: #ffffff;
}

.form-label {
	margin-bottom: .2rem;
}

label {
	display: inline-block;
	font-weight: 400;
	font-size: .875rem;
	margin-bottom: 0;
}

.title-widget {
	position: relative;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
	position: relative;
	font-size: 2.25rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 42px;
	text-transform: capitalize;
	margin-bottom: 10px;
	-webkit-animation: animatedIntro 1.5s;
	-ms-animation: animatedIntro 1.5s;
	-o-animation: animatedIntro 1.5s;
	animation: animatedIntro 1.5s;
}

.position-relative {
	position: relative !important;
	z-index: 1;
}

.py-80 {
	padding: 80px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.py-60 {
	padding: 60px 0;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.py-50 {
	padding: 50px 0;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.py-30 {
	padding: 30px 0;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.py-20 {
	padding: 20px 0;
}

.pt-20 {
	padding-top: 20px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

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

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

.pe-0 {
	padding-right: 0 !important;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-10 {
	margin-bottom: 10px;
}

hr {
	background-color: rgba(237, 237, 237, 1);
	opacity: 1;
}

.line {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px solid rgba(237, 237, 237, 1);
}


.bg-primary {
	background-color: #2C4772 !important;
}

.bg-danger {
	background-color: #E20A17 !important;
}

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

.bg-dark {
	background-color: rgba(0, 85, 150, 0.02);
}

.section-content {
	padding: 50px 0 80px 0;
}

main.section-all {
	min-height: 500px;
}

/******** header ********/

header {
	position: relative;
	background: #fff;
}

.header-top_container {
	background-color: transparent;
	border-bottom: 1px solid #EBEBEB;
}

.header_top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-rit {
	color: #343434;
	display: flex;
	align-items: center;
	transition: all .2s ease-in-out;
	margin-left: 30px;
}

.top_link {
	margin: 12px 0;
}

.top_link ul li {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 20px;
}

.top_link ul li:hover {
	text-decoration: underline;
}

.menu_toogle button {
	background: none;
	border: none;
	outline: none;
}

/**** header logo ******/

.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 5px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: stickyTransition;
	animation-name: stickyTransition;
}

/******** banner ********/
.slider-banner {
	position: relative;
}

/* .overlay {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.45));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
} */

.slider-banner .carousel-inner {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 3;
	overflow: hidden;
}

.slider-banner .carousel-inner .carousel-item {
	display: block;
	height: 100%;
	min-height: 1px;
}

.slider-banner .carousel-inner .carousel-item img {
	display: block;
	object-fit: cover;
	object-position: center center;
	height: 850px;
}

.slider-caption {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	z-index: 9;
}

.carousel-caption-info {
	color: #ffffff;
	text-align: left;
	z-index: 9;

}

.carousel-caption-info h5 {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}

.carousel-caption-info h3 {
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 48px;
	text-transform: capitalize;
}

.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.carousel-control-next {
	right: 3%;
}

.carousel-control-prev {
	left: 3%;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 45%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 15%; */
	padding: 0;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 0;
	/* opacity: .5; */
	transition: opacity .15s ease;
	z-index: 9;
}

/* .callout {
	position: relative;
	color: #ffffff;
	display: flex;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
	z-index: 1;
} */


/* start */

.news-ticker {
	display: flex;
	gap: 1rem;
	height: 60px;
	background: white;
	max-width: 90%;
	/* margin: 3rem auto; */
}

.news-ticker .label {
	white-space: nowrap;
	background: #E20A17;
	color: white;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 0 30px;
	position: relative;
}

.news-ticker .label::after {
	content: "";
	position: absolute;
	right: -20px;
	border: 10px solid transparent;
	border-left-color: #E20A17;
}

.headlines {
	list-style: none;
	padding-right: 10px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.headlines li {
	color: #343434;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	line-height: 60px;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: all 1s ease-in-out;
}

.headlines li.active {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/**** photo news ****/
.content-wrapper {
	position: relative;
}

.frame-img {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.image-card {
	position: relative;
}

.image-card img {
	object-fit: cover;
	height: 400px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.border-radius_10 {
	border-radius: 10px;
}

.content-wrapper:hover .frame-img img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	filter: brightness(1);
}

.content-holder {
	background-color: #F8F8F8;
	padding: 30px;
}

.owl-prev:before,
.owl-next:before {
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	color: #9F9F9F;
}

.owl-next:before {
	content: "\f105";
	color: #7e7878;
}

.video-wrap {
	position: relative;
}

.embed-responsive {
	max-height: 300px !important;
}

.taekwondo_activities {
	padding: 50px 0 150px 0;
}

.taekwondo_img img {
	height: 500px;
	object-fit: cover;
}

.activities-wrapper {
	position: relative;
}

.activities-inner {
	margin-top: -50px;
	position: relative;
}

.content-inner {
	position: relative;
	padding: 40px;
	margin-left: -60px;
	margin-top: 70px;
	min-height: 340px;
}

.content_text p {
	color: #ffffff;
}

.news-wrap {
	position: relative;
}

.news-content {
	position: relative;
	height: 100%;
	padding: 40px;
}

.date-info span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.competitions-section {
	position: relative;
}

.competitions-section::before {
	position: absolute;
	background-color: rgba(0, 0, 0, .85);
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.partner-logo {
	width: 100%;
	height: 100px;
}

/**** footer *****/
footer {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

footer::before {
	position: absolute;
	background-color: rgba(44, 71, 114, .96);
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.footer-inner {
	position: relative;
	border-bottom: 1px solid #416094;
}

.line_rit {
	padding-left: 20px;
	border-left: 1px solid #416094;

}

.footer-info h6 {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.contact-info address {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
	padding-top: 0;
}

.contact-info p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
}

.listing li {
	position: relative;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 32px;
}

.listing li a {
	color: #ffffff;
}

.listing li a:hover {
	color: #bad3ff;
	text-decoration: underline;
}

.horiline {
	height: 1px;
	background-color: #416094;
	width: 100%;
	margin: 20px 0;
}


.social-widgets {
	position: relative;
}

.social-widgets ul li {
	display: inline-block;
	font-size: 0.875em;
	text-align: center;
	margin-right: 2px;
}

.social-widgets ul li a {
	border-radius: 100%;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0 3px;
	margin-bottom: 2px;
	text-align: center;
}

.social-widgets ul li:nth-child(1) a {
	background: #3b5998;
	color: #ffffff;
}

.social-widgets ul li:nth-child(2) a {
	background: #00acee;
	color: #ffffff;
}

.social-widgets ul li:nth-child(3) a {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #ffffff;
}

.social-widgets ul li:nth-child(4) a {
	background: #d4101d;
	color: #ffffff;
}

.social-widgets ul li:nth-child(5) a {
	background: #2d021c;
	color: #ffffff;
}

.ft-bottom {
	padding: 20px 0 0 0;
}

.copy-right p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 0 !important;
	text-transform: capitalize;
	margin: 0;
}

.copy-right p a {
	color: #bad3ff;
}

.copy-right p a:hover {
	color: #bad3ff;
	text-decoration: underline;
}

/******** all page css *******/
.site_page-title-inner {
	position: relative;
}

.page-titleShape {
	position: relative;
	background-color: #334E7A;
	padding: 5px 0;
}

/* .page-titleShape::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.60) 45%, rgba(0, 0, 0, 0.96));
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	z-index: 1;
} */

.page-title {
	position: relative;
	z-index: 2;
}

.page-title ul li {
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
}

.page-title ul li a {
	color: #759bd9;
}

.page-title ul li+li::before {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 10px;
	/* height: 5px;
	width: 5px; */
	display: inline-block;
	margin: 0 8px 0 10px;
	/* background-color: #1e8943; */
	/* border-radius: 4px; */
}

.page-title h3 {
	color: #fff;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.list-item li {
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0;
}

/*********/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #334E7A;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	border-bottom: 1px solid #89a9dd;
	padding: 10px 10px 10px 32px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main {
	transition: margin-left .5s;
	/* padding: 16px; */
}

@media screen and (max-height: 450px) {

	/* .sidenav {padding-top: 15px;} */
	.sidenav a {
		font-size: 18px;
	}
}

.openBtn {
	background: transparent;
	border: none;
	/* padding: 10px 15px; */
	color: #5B5B5B;
	font-size: 20px;
	cursor: pointer;
}

.openBtn:hover {
	/* background: #E20A17; */
	color: #E20A17;
}


.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
	position: relative;
	top: 20%;
	width: 40%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 35px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay input[type=text] {
	padding: 15px;
	font-size: 16px;
	border: none;
	float: left;
	width: 85%;
	background: white;
}

.overlay input[type=text]:hover {
	background: #f1f1f1;
}

.overlay button {
	float: left;
	width: 15%;
	padding: 15px;
	background: #E20A17;
	color: #fff;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #bbb;
}

.navside ul li {
	/* border-bottom: 1px solid rgb(214 206 206 / 50%); */
	display: block;
}

.navside ul li a {
	background-color: #fff;
	border-radius: 2px;
	color: #334E7A !important;
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.navside ul li a.active {
	background-color: #334E7A;
	color: #fff !important;
}

.navside ul li a.active i {
	color: #fff !important;
}

.navside ul li i {
	color: #ffffff;
	margin-right: 10px;
}

.navside ul li a:hover {
	background-color: #334E7A;
	color: #fff !important;
}

.navside ul li a:hover i {
	color: #fff !important;
}


.btn-menu {
	background-color: #00acee;
}


.content_box {
	padding: 30px 20px;
}

title {
	position: relative;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.timeline {
	position: relative;
	width: 100%;
	padding: 30px 0;
}

.timeline .timeline-container {
	position: relative;
	width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	background: linear-gradient(#334E7A, #00539C);
	border-radius: 100px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

.timeline .timeline-year {
	margin: 30px 0;
}

.timeline .timeline-continue {
	position: relative;
	width: 100%;
	padding: 0;
}

.timeline .timeline-continue::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background: #00539C;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
	text-align: right;
	position: relative;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
	text-align: left;
	position: relative;
}

.timeline .timeline-date {
	font-size: 14px;
	font-weight: 600;
	margin: 41px 0 0 0;
}

.timeline .timeline-date::after {
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 6px;
	background: linear-gradient(#4F84C4, #00539C);
	/* box-shadow: 0 0 5px rgba(0, 0, 0, .4); */
	border-radius: 15px;
	z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
	left: -18px;
}

.timeline .row.timeline-right .timeline-date::after {
	right: -18px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
	position: relative;
	display: inline-block;
	margin: 15px;
	padding: 20px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	background: #ffffff;
}

.timeline .timeline-launch {
	width: 100%;
	margin: 15px 0;
	padding: 0;
	border: none;
	text-align: center;
	background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
	left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
	right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
	left: 50%;
	margin-left: -10px;
}

.timeline .timeline-box::after {
	top: 26px;
	border-color: transparent transparent transparent #ffffff;
	border-width: 10px;
}

.timeline .timeline-box::before {
	top: 25px;
	border-color: transparent transparent transparent #dddddd;
	border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
	border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
	border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
	top: -20px;
	border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
	top: -19px;
	border-color: transparent transparent #ffffff transparent;
	border-width: 10px;
	z-index: 1;
}

.timeline .timeline-box .timeline-icon {
	position: relative;
	width: 40px;
	height: auto;
	float: left;
}

.timeline .timeline-icon i {
	font-size: 25px;
	color: #4F84C4;
}

.timeline .timeline-box .timeline-text {
	position: relative;
	width: calc(100% - 40px);
	float: left;
}

.timeline .timeline-launch .timeline-text {
	width: 100%;
}

.timeline .timeline-text h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 3px;
}

.timeline .timeline-text p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.timeline .timeline-continue::after {
		left: 40px;
	}

	.timeline .timeline-end,
	.timeline .timeline-start,
	.timeline .timeline-year,
	.timeline .row.timeline-left,
	.timeline .row.timeline-right .timeline-date,
	.timeline .row.timeline-right,
	.timeline .row.timeline-left .timeline-date,
	.timeline .timeline-launch {
		text-align: left;
	}

	.timeline .row.timeline-left .timeline-date::after,
	.timeline .row.timeline-right .timeline-date::after {
		left: 47px;
	}

	.timeline .timeline-box,
	.timeline .row.timeline-right .timeline-date,
	.timeline .row.timeline-left .timeline-date {
		margin-left: 55px;
	}

	.timeline .timeline-launch .timeline-box {
		margin-left: 0;
	}

	.timeline .row.timeline-left .timeline-box::after {
		left: -20px;
		border-color: transparent #ffffff transparent transparent;
	}

	.timeline .row.timeline-left .timeline-box::before {
		left: -22px;
		border-color: transparent #dddddd transparent transparent;
	}

	.timeline .timeline-launch .timeline-box::after,
	.timeline .timeline-launch .timeline-box::before {
		left: 30px;
		margin-left: 0;
	}
}



/**meet our team **/
.box {
	position: relative;
	min-width: 250px;
	background-color: #fff;
	box-shadow: 2px 3px 30px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 20px;
	/* margin: 20px; */
	position: relative;
	border-radius: 10px;
}


.top-bar {
	width: 50%;
	height: 4px;
	background: #334E7A;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0px 0px 10px 10px;
}

.top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.fa-check-circle {
	color: #17b667;
}

/* creating heart */
.heart {
	color: rgba(155, 155, 155);
}

.heart::before {
	content: '\f004';
	font-family: fontawesome;
	line-height: 30px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s;
}

.box .heart-btn:checked~.heart::before {
	color: #e41934
}

.heart-btn {
	position: absolute;
	top: 25px;
	right: 20px;
	padding: 1rem;
	display: none;
}


.content img {
	width: 90px;
	height: 90px;
	border-radius: 100px;
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content strong {
	font-weight: 500;
	color: #141414;
	margin-top: 10px;
}

.content p {
	font-size: 0.9rem;
	color: #7a7a7a;
	margin: 4px 0px 10px 0px;
	cursor: pointer;
}

.content p:hover {
	text-decoration: underline;
}

.btns {
	margin-top: 5px;
	/* display: flex;
    justify-content: space-between; */
	align-items: center;
	width: 100%;
}

.btns a i {
	margin-right: 9px;
}

.btns a {
	border-radius: 20px;
	color: #8b8b8b;
	padding: 8px 20px;
	font-size: 0.9rem;
}

.btns a:hover {
	color: #fff;
	box-shadow: 2px 5px 15px rgba(80, 123, 252, 0.05);
	background-color: #334E7A;
	transition: all ease 0.5s;
}


.site_page .page-link {
	position: relative;
	display: block;
	color: #334E7A;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
.site_page .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #334E7A;
	border-color: #334E7A;
}

.site_page .page-link:focus {
	z-index: 3;
	color: #334E7A;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: none;
  }
  .listing_content tbody th {
   text-transform: uppercase;
}

  .listing_content tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 15px 20px !important;
}

.listing li i{
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
/********responsive css*********/

@media (max-width: 1280px) {
	.container {
		max-width: 1140px;
	}

	.slider-banner .carousel-inner .carousel-item img {
		height: 600px;
	}

	.carousel-control-prev {
		left: 1%;
	}

	.carousel-control-next {
		right: 1%;
	}

}


@media (max-width: 992px) {
	.container {
		max-width: calc(100% - 20px);
		padding: 0 10px;
	}

	.pt-100 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

	.py-80 {
		padding: 50px 0;
	}

	.py-60 {
		padding: 30px 0;
	}

	.pb-60 {
		padding-bottom: 30px;
	}

	.title-widget h1,
	.title-widget h2,
	.title-widget h3,
	.title-widget h4,
	.title-widget h5,
	.title-widget h6 {
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.title-widget h1 span,
	.title-widget h2 span,
	.title-widget h3 span,
	.title-widget h4 span,
	.title-widget h5 span,
	.title-widget h6 span {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.testimonials-title h5 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.testimonials-title h5 span {
		font-size: 28px;
	}

	.display-1 {
		font-size: 32px;
	}

	.font-40 {
		font-size: 30px;
	}

	.font-32,
	.font-28,
	.font-36 {
		font-size: 1.5rem;
	}

	.nav-header {
		padding: 10px 0;
	}

	.section-content {
		padding: 30px 0 50px 0;
	}

	.slider-banner .carousel-inner .carousel-item img {
		height: 470px;
	}

	.taekwondo_activities {
		padding: 30px 0 50px 0;
	}


}

@media (max-width: 768px) {
	.btn-button {
		font-size: 0.875rem;
		/* padding: 0.75em 1.5em; */
	}

	.menu-bar {
		display: flex;
		justify-content: inherit;
	}

	.menu-link {
		padding: 8px 16px;
	}

	.carousel-caption-info h3 {
		font-size: 30px;
		line-height: 36px;
	}

	.padding_left-0 {
		padding-left: 12px !important;
	}

	.padding_rit-0 {
		padding-right: 12px !important;
		margin-bottom: 20px;
	}

	.footer-inner {
		border-top: 1px solid transparent;
	}

	.line_rit {
		border-left: none;
	}


}


@media (max-width: 576px) {

	.top-rit {
		margin-left: 10px;
	}

	.search-wrap {
		margin-right: 10px;
	}

	.title-widget h1, .title-widget h2, .title-widget h3, .title-widget h4, .title-widget h5, .title-widget h6 {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.font-40 {
		font-size: 1.75rem;
	}

	.top_link ul li {
		margin-left: 8px;
	}

	.slider-banner .carousel-inner .carousel-item img {
		height: 480px;
	}

	.carousel-control-next, .carousel-control-prev {
		display: none;
	}

	.content-inner {
		position: relative;
		padding: 20px;
		margin-left: 0;
		margin-top: 0;
	}

	.news-ticker .label {
		display: none;
	}

	.footer-link {
		float: left;
	}

	.line_rit {
		padding-left: 15px;
	}

	.overlay-content {

		width: 90%;
	}

}

@media (max-width: 480px) {
	.navigation-portrait .nav-brand img {
		width: 230px;
	}

}

