@import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: "Work Sans", sans-serif;
font-family: "Open Sans", sans-serif;
  font-family: "Anton", sans-serif;
*/

@font-face {
	font-family: 'Great Sejagad';
	src: url('assets/fonts/GreatSejagad.eot');
	src: url('assets/fonts/GreatSejagad.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/assets/fonts/GreatSejagad.woff2') format('woff2'),
		url('assets/fonts/GreatSejagad.woff') format('woff'),
		url('assets/fonts/GreatSejagad.ttf') format('truetype'),
		url('assets/fonts/GreatSejagad.svg#GreatSejagad') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



body,
p,
li {
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
}

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

.wht-txt {
	color: #fff
}

.red-txt {
	color: #ff0203
}

img {
	max-width: 100%;
}

p {
	text-align: justify;
}

.ord-1 {
	order: 1
}

.ord-2 {
	order: 2
}

.ord-3 {
	order: 3
}

.font-16 {
	font-size: 16px;
}

.home .container {
	max-width: 1300px;
}

.site-header > .site-logo {
	width: auto;
	padding-bottom: 0;
	border-bottom: none;
	text-align: center;
	margin: 5px 0;
}

.site-header {
	max-width: inherit;
	padding: 5px 15px;
}

.topHeader {
	display: flex;
	justify-content: space-between;
	padding: 5px 15px;
}

.topHeader p {
	margin: 0;
}

.topHeader > div {
	display: flex;
	align-items: center;
}

.topHeader .call-info {
	background-color: #fe0802;
	color: #fff;
	padding: 2px 10px;
	border-radius: 6px;
}

.topHeader .call-info a,
.call-info i {
	color: #fff;
}

.call-info span:first-of-type,
.email-info span:first-of-type {
	margin-right: 5px;
}


.email-info i {
	margin-right: 5px;
	color: #fe0802;
}

.call-info {
	order: 1;
}

.email-info {
	order: 3;
}

.social-info {
	order: 2;
}

.topHeader {
	border-bottom: 1px solid #eeeeee
}

.topHeader a {
	color: #000;
	text-decoration: none;
}

.topHeader .wp-block-social-link a {
	font-size: 18px;
}

.sub-menu-toggle svg {
	display: none;
}

.icon-minus::before {
	content: "\f106";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	color: #818181;
	font-size: 12px;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
	font-size: 16px;
}

.icon-plus::before {
	content: "\f107";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	color: #818181;
	font-size: 12px;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	width: 10px;
	height: auto;
}

.site-main > * {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mbt-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.site-main {
	padding-top: 0;
}

.sub-title {
	color: #ff0203;
	font-family: 'Great Sejagad';
	font-size: 4.5rem;
	z-index: 2;
	position: relative;
	margin-bottom: -30px;
}

.sub-title-sm {
	color: #ff0203;
	font-family: 'Great Sejagad';
	font-size: 3.5rem;
	z-index: 2;
	position: relative;
	margin-bottom: -30px;
}

.pgtltle {
	font-size: 3rem;
}
.pgtltle2 {
	font-size: 2.5rem;
}
.sub-title-gap,
.welcom-txt h2.sub-title {
	margin-bottom: -50px;
}

.highlights-sec,
.inner-bg,
.welcom-txt {
	background: url(assets/images/bg-top.webp) no-repeat;
	background-size: cover;
}

.training-post .row {
	margin: 0;
}

.training-post .row > div {
	padding: 0;
	background: #ff0203;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.training-post .row > div:nth-child(odd) {
	background: #131718
}

.training-post .row > div .training-place {
	color: #000;
	background: #fdd82e;
}



.training-post .training-place {
	position: relative;
	text-align: left !important;
	font-weight: 500;
	padding: 10px 10px 10px 35px;
}

.training-post .training-place:before {
	content: "";
	background: url(assets/images/place-icon.webp) no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 5px;
	top: 15px;
	background-size: cover;
}

.training-info {
	padding: 5px 15px 15px;
}

.training-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.training-image {
	min-height: 220px;
	height: 100%;
	overflow: hidden;
}

.training-txt {
	min-height: 130px;
}

.training-title {
	font-size: 22px;
	padding-top: 20px;
}

.training-post .row > div:nth-child(odd) .training-image {
	order: 2;
}

.training-post .row > div:nth-child(odd) .training-info {
	order: 1;
}

.ourteam-sec {
	background: url(assets/images/bg2.webp) no-repeat;
}

.viewership-sec {
	padding: 50px 0;
	background: url(assets/images/bg3.webp) no-repeat #131718;
}

.viewership-sec .wp-block-column {
	padding: 30px 15px;
	background: #d9d9db;
	border-radius: 10px;
	width: 280px;
}

.viewership-sec .wp-block-column > * {
	margin-top: 5px;
	margin-bottom: 5px;
}

.viewership-sec .wp-block-group {
	margin-top: 30px;
	max-width: 900px;
}

.viewership-sec .wp-block-uagb-counter--number .wp-block-uagb-counter__number {
	font-family: "Anton", sans-serif;
	font-size: 40px;
	color: #ff0203;
}

.evenblock a {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 15px;
	color: #000;
	text-decoration: none;
}

.evenpost-dt {
	font-size: 12px;
	color: #ff0203;
	margin-bottom: 5px;
}

.evenpost-img {
	width: 250px;
	overflow: hidden;
	max-height: 120px;
}

.ltsevenpost-info {
	position: absolute;
	bottom: 0;
	padding: 10px;
	color: #fff;
	background-image: linear-gradient(180deg, transparent, #000000b2);
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.lts-evenimg {
	border-radius: 10px;
	overflow: hidden;
}

.lts-evenblock {
	position: relative;
}

.ltsevenpost-dt {
	font-size: 13px;
	margin-bottom: 5px
}

.site-footer {
	max-width: 100%;
	margin: 0;
	margin-top: 0px;
	background: #000;
	color: #fff;
	padding-bottom: 0;
}

.copy-right {
	text-align: center;
}

.wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
	fill: #000 !important;
}

.social-ico ul {
	margin-bottom: 0;
}

.footer-1 .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
	fill: #ff0203 !important;
}

.site-footer h4 {
	text-transform: uppercase;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.no-widgets .site-footer {
	margin-top: 5px;
}

.footer-1 .tnp-subscription form {
	display: flex;
	border-bottom: 1px solid #919191;
}

.footer-1 .tnp-subscription label {
	display: none;
}

.footer-1 .tnp-subscription div.tnp-field,
.footer-1 .tnp-profile div.tnp-field {
	margin-bottom: 0;

}

.footer-1 .tnp-subscription div.tnp-field.tnp-field-email {
	width: 80%;
}

.footer-1 .tnp-subscription input {
	background: transparent;
	color: #fff;
	border: none !important;
}

.footer-1 .tnp-subscription input[type="submit"] {
	color: #ff0203 !important;
	background: transparent !important;
	font-weight: 600;
}

.footer-1 div.tnp-subscription {
	margin-top: 2.5rem
}

.site-footer .footer-2 .widget ul li a {
	color: #fff;
}

.site-footer .row {
	justify-content: space-between;
}

.footer-3 section p {
	margin-bottom: 5px !important;
}

.slider-block {
	position: relative;
}

.performance-block {
	position: relative;
	padding-left: 50px;
}

.performance-block a {
	text-decoration: none;
	color: #000;
}

.performance-title {
	position: absolute;
	bottom: 0;
	transform: rotate(-90deg) translateX(0);
	left: 50px;
	width: 525px;
	transform-origin: bottom left;

}

.performance-title h3 {
	padding-left: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.performance-image img {
	width: 100%;
	border: 1px solid #e4e3e3;
}

.swiper-slide:nth-child(even) .performance-block {
	margin-top: 60px;
}

.donation-nav > a {
	background: #fe0802;
	color: #fff !important;
	margin-right: 10px;
	border-radius: 6px;
}

.donation-nav > button {
	display: none !important;
}

.rcn_announce_image,
.rcn_announce_col,
.rcn_news_col,
.rcn_achiev_col {
	position: relative;

}

.rcn_announce_col a .rcn_announce_image:after,
.rcn_news_col a:after,
.rcn_achiev_col a:after {
	content: '';
	height: 100%;
	width: 100%;
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	z-index: 1;
}

.rcn_announce_link,
.rcn_news_link,
.rcn_achiev_link {
	position: absolute;
	bottom: 0;
	text-align: left;
	z-index: 2;
	padding: 10px 15px;
	width: 100%;
}

.rcn_news_col a {
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.evenblock .more-arrow,
.rcn_achiev_link .more-arrow {
	font-size: 30px;
	color: #ff0203;
	transform: rotate(-45deg);
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.evenblock a:hover .more-arrow,
.rcn_achiev_col a:hover .more-arrow {
	transform: rotate(0);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.rcn_announce_image,
.rcn_achiev_col .rcn_achiev-image {
	overflow: hidden;
}

.rcn_announce_col a img,
.rcn_news_col a img,
.rcn_achiev_col a .rcn_achiev-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.rcn_announce_col a:hover img,
.rcn_news_col a:hover img,
.rcn_achiev_col a:hover .rcn_achiev-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.rcn_news_link .more-dt {
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.rcn_news_link .more-dt span {
	color: #ff0203;
	font-size: 14px;
	display: inline-block;
}

.rcn_news_link .more-dt span i {
	transform: rotate(-45deg);
}

.rcn_news_link {
	bottom: -40px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.rcn_announce_col,
.rcn_news_col {
	overflow: hidden;
}

.rcn_news_col a:hover .rcn_news_link {
	bottom: 0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.evenpost-title {
	position: relative;
}

.evenpost-title:before {
	content: '';
	display: block;
	width: 50px;
	height: 100%;
	background: #ff0203;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: width .55s cubic-bezier(0, .81, .59, .99) 0s;
	-moz-transition: width .55s cubic-bezier(0, .81, .59, .99) 0s;
	transition: width .55s cubic-bezier(0, .81, .59, .99) 0s;
	z-index: 0;
}

.evenpost-title h4 {
	z-index: 2;
	position: relative;
	padding: 10px 15px;
}

.evenblock a:hover .evenpost-title:before {
	width: 100%;
}

.evenblock a:hover .more-arrow {
	color: #000;
}

.rcn_announce_col .ltsevenpost-dt {
	position: absolute;
	top: 0;
	background: #ff0203;
	padding: 5px;
	color: #fff;
	font-family: "Anton", sans-serif;
	letter-spacing: 1px;
	text-align: center;
}

.rcn_news-image {
	min-height: 400px;
	max-height: 400px;
}

.rcn_news-image img {
	min-height: 400px;
	width: auto;
	object-fit: cover;
}

.highlights-sec .swiper-wrapper {
	padding-bottom: 40px
}

.swiper-pagination-bullet-active {
	background: #ff0203 !important;
}

.banner picture {
	background: #000;
}

.banner picture img {
	opacity: 0.7
}

.inner-banner img {
	width: 100%;
}

.bannre-info {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.inner-banner {
	max-height: 500px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.inner-banner img {
	max-width: inherit !important;
	width: 100%;
	opacity: 0.6;
}

.bannre-info h2 {
	color: #fff;
	font-family: "Anton", sans-serif;
	margin-bottom: 20px;
}

textarea,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #edeef2 !important;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 6px;
}

.form-wrap label {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}

input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	height: 15px;
	border: 1px solid #a3a3a4;
}

.donate-sec input[type="radio"] {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

input[type="radio"]::after {
	width: 7px;
	height: 7px;
	background: #ff0203
}

.wpcf7-radio span {
	margin-left: 0;
	margin-right: 10px;
}

.site textarea {
	height: 100px;
	resize: none;
	border-radius: 6px;
}

.form-wrap {
	background: #fff;
	padding: 15px;
	font-size: 22px;
	border-radius: 0;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}

input[type="radio"]:checked {
	border: 1px solid #000;
}


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

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

.form-wrap input[type="submit"] {
	background-color: transparent !important;
	padding: 5px 30px;
	border: 1px solid #ff0203 !important;
	color: #ff0203 !important;
	border-radius: 0;
	text-decoration: none;
	font-size: 18px !important;
}

.form-wrap input[type="submit"]:hover {
	background-color: #ff0203 !important;
	padding: 5px 30px;
	color: #fff !important;
}

.contact-info {
	background: #fff;
	position: relative;
	top: -100px;
	max-width: 1000px;
	margin: 0 auto;
}

.contact-info .wp-block-group > div > * {
	margin-top: 5px;
	margin-bottom: 5px;
}

.contact-info h3 {
	font-size: 20px;
}

.contact-info .uagb-icon-wrapper svg {
	width: 20px;
	height: 20px;
	fill: #ff0203;
}

.contact-info .wp-block-columns {
	gap: 0
}

.contact-info a {
	color: #000;
	text-decoration: none;
}

.contact-rt {
	padding-right: 15px;
	padding-top: 15px;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}

.primary-navigation .sub-menu:before,
.primary-navigation .sub-menu:after {
	display: none !important;
}

.primary-navigation .sub-menu {
	border: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	width: 200px;
}

.primary-navigation .current-menu-item > a,
.primary-navigation a:hover {
	text-decoration: none !important;
}

.primary-navigation a {
	font-family: "Work Sans", sans-serif;
}

.primary-navigation > div > .menu-wrapper > li:not(.donation-nav):hover > a:after,
.primary-navigation > div > .menu-wrapper > li:not(.donation-nav) > a:after {
	height: 3px;
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.primary-navigation > div > .menu-wrapper > li:not(.donation-nav):hover > a:after,
.primary-navigation li:not(.donation-nav).current-menu-item > a:first-child:after,
.primary-navigation li:not(.donation-nav).current_page_item > a:first-child:after {
	background: #ff0203;
	width: 100%;
}

.sub-menu li a {
	font-size: 14px !important;
}

.sub-menu li:hover a,
.sub-menu li.current_page_item a {
	color: #ff0203 !important;

}

.donation-nav:hover > a {
	background: #000;
}

.exp-year {
	background: #fe0802;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 10px 5px;
	border-radius: 50px;
}

.achiv-img {
	background: rgb(253, 253, 253);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0px !important;
	padding: 8px;
	display: block !important;
	margin: 15px;
	position: relative;
}

/*
.achiv-img:after {
	content: '';
	height: 100%;
	width: 100%;
	background: url(assets/images/image-mask.webp) no-repeat;
}
*/
.centre_col_info {
	text-align: center;
}

.centre_col_info h3 {
	margin: 20px 0;
}

.address img,
.centre_col_info img {
	max-width: 50px !important;
	height: auto !important;
}

.centre_info_wrap .row > div {
	background: #f4f2f1;
	padding: 30px 15px;
}

.centre_info_wrap .row > div:nth-child(even) {
	background: #fffdfb;
}

.centre_info_wrap .row > div:hover {
	background: #171c34;
	color: #fff;
}

.address div {
	font-size: 16px;
	margin-top: 10px;
}

.address h3 {
	color: #ff0203;
	margin-top: 10px;
}

.address {
	background: #fff;
	height: 100%;
	padding: 30px 20px;
	/*	border: 1px solid #f9f9f9;*/
}

.centres-page .gallery {
	padding-top: 30px;
}

.organized_wrap {
	background: #f4f2f1;
}

.organized_wrap img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.organized_wrap > .row {
	margin: 0;
}

.organized_wrap > .row > div {
	padding: 0;
}

.organized-txt {
	padding: 30px;
}

.organized-img {
	position: relative;
	overflow: hidden;
	height: 100%;
}


.organized-img::after {
	content: '';
	background: #f4f2f1;
	position: absolute;
	width: 200px;
	height: 120%;
	top: -59px;
	left: -143px;
	transform: rotate(16deg);
}

.rcn_announce_title {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	min-height: 85px;
	padding: 0 10px;
}

.rcn_announce_col a {
	text-decoration: none !important;
}

.rcn_announce_col .more-dt {
	position: relative;
	padding: 0 10px 10px;
	z-index: 1;
}

.rcn_announce_col .more-dt span:after {
	background-color: #f41e1e;
	content: '';
	display: block;
	width: 45px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: width .55s cubic-bezier(0, .81, .59, .99) 0s;
	-moz-transition: width .55s cubic-bezier(0, .81, .59, .99) 0s;
	transition: width .55s cubic-bezier(0, .81, .59, .99) 0s;
	z-index: -1;
	background-color: #fe5000;
}

.rcn_announce_col .more-dt span {
	padding: 1.167em 1.7em 1.167em 1.3em !important;
	font-size: 1rem !important;
	color: #000;
	display: block;
	display: inline-block;
	position: relative;
}

.rcn_announce_col a:hover .more-dt span:after {
	width: 100%;
	-webkit-transition: width .55s cubic-bezier(0, .81, .59, .99) 0s;
	-moz-transition: width .55s cubic-bezier(0, .81, .59, .99) 0s;
	transition: width .55s cubic-bezier(0, .81, .59, .99) 0s;
}

.rcn_announce_image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 15px;
}

.rcn_announce_image img {
	object-fit: cover;
	height: 100%;
}

.rcn_announce_col {
	background: #f7f7f7;
}

.media_nane {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 2;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
}

.internship-sec .organized-img::after {
	content: '';
	background: #f4f2f1;
	position: absolute;
	width: 200px;
	height: 120%;
	top: -43px;
	right: -123px;
	transform: rotate(16deg);
	left: auto;
}



.thank-block {
	background: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 28%;
	padding: 30px 30px;
	border-radius: 8px;
	margin: 30px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	max-width: 500px !important;
	margin: 50px auto 80px !important;
}

.thank-block .uagb-svg-wrapper {
	background: #fe0802;
	padding: 30px !important;
	border-radius: 50px;
}

.thank-block h2 {
	font-size: 46px;
	font-weight: 600;
}

.thank-block .uagb-block-d0788c96.uagb-icon-wrapper svg {
	fill: #fff;
}

.thank-block a {
	color: #4a4a4a;
	text-decoration: none;
	font-size: 14px;
}

.thank-block a:hover {
	text-decoration: underline;
}

.wpcf7-not-valid-tip {
	font-size: 0.6em;
}


.siteHeader {
	/*background: #191919;*/
	background: #fff;
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
	box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
}

.scrolling .siteHeader {
	position: fixed;
	background: #fff;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .05);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: headerSticky .95s ease forwards;
	animation: headerSticky .95s ease forwards;
	will-change: transform
}

@-webkit-keyframes headerSticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes headerSticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.scrolling .siteHeader .topHeader {
	display: none;
}

.breadcrumb-area nav {
	display: flex;
	justify-content: center;
	color: #fff;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin-top: -15px;
}

.breadcrumb-area .sep {
	padding: 0 5px;
}

.breadcrumb-area nav .breadcrumb:not(:nth-child(1)) a {
	pointer-events: none;
}

.breadcrumb-area nav a {
	color: #fff;
	text-decoration: none;
}

.post-dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.social-txt p {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.social-txt > div > * {
	max-width: 100% !important;
}

.social-rt p {
	margin: 5px 0 !important;
}

.social-block {
	position: relative;
}

.social-block::after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #FFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 14%, rgba(254, 8, 2, 1) 50%, rgba(255, 255, 255, 0) 81%);
}

.team-tag {
	background: #ff0203;
	color: #fff;
	text-transform: uppercase;
	display: table;
	padding: 2px 5px;
	font-weight: 600;
}

.team-tag-row p {
	margin-bottom: 10px !important;
}

.team-tag-row h4 {
	margin-top: 10px !important;
}

.team-top-row .wp-block-column {
	border: 1px solid #ccc;
	padding: 10px;
}

.team-top-row .wp-block-column.none {
	visibility: hidden;
}

.container-block > .no-bg-color {
	background-color: transparent !important;
}

.container-block > .wp-block-uagb-container:nth-child(odd) {
	background: #cccccc26;
}

.partnership-sec .block1,
.logo-image-block img {
	background: rgb(253, 253, 253);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0px !important;
	padding: 8px;
	display: block !important;
	margin: 15px;
}

.partnership-sec .block1 {
	text-align: center;
}

.partnership-sec .block1 h3 {
	font-size: 18px;
	min-height: 45px;
}

.partnership-sec .dtl-mem {
	min-height: 125px;
}

.ourteam-sec .uagb-container-inner-blocks-wrap {
	justify-content: center;
}

.mobmenu-content .sub-menu li a,
.mobmenu-content li a {
	font-size: 15px !important;
}

.partnership-sec .block1 {
	margin: 0;
	height: 100%;
}

.sticky_menu {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 8px 0;
	z-index: 5;
	background: #f7f7f7;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 5px 0px !important;
	margin: 8px 0 0;
}

.sticky_menu ul {
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
}

.sticky_menu ul li {
	padding: 5px;
}

.sticky_menu ul li a {
	padding: 8px 10px;
	border-radius: 50px;
	background-color: #0567b7;
	width: 132px;
	display: inline-block;
	text-align: center;
}

.sticky_menu ul li:last-child a {
	background-color: #ff0203;
}

.rcn_announce_title,
.container-block li {
	text-align: justify;
}

.social-rt p {
	text-align: justify !important;
}

.content_countdown .wp-block-uagb-countdown__time,
.content_countdown .countdown .time_left {
	background: #fff !important;
	color: #ff0203 !important;
	font-size: 40px !important;
	font-family: "Anton", sans-serif !important;
	border: 1px solid #ff0203;
	width: 110px;
	height: 110px;
	border-radius: 200px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_countdown wp-block-uagb-countdown__box,
.content_countdown .countdown .element_conteiner {
	min-width: 110px !important;
	margin: 0 10px;
}

.content_countdown .wp-block-uagb-countdown__label,
.content_countdown .countdown .time_description {
	font-family: "Work Sans", sans-serif !important;
	font-weight: 400;
	font-size: 18px !important;
}

.hm-counter .wp-block-uagb-counter__title {
	font-weight: 500;
}

.watch-sec {
	background: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 20px 0 50px;
}

.content_countdown .wp-block-uagb-countdown__box {
	margin-right: 0 !important;
}

.watch-sec h2 {
	margin-bottom: 30px;
}

.img-banner img {
	display: none;
}

.img-banner,
.single-page-banner {
	min-height: 120px;
}

.viewership-sec .hm-counter {
	max-width: 1000px;
}

.performance-sec {
	padding-left: 15px;
	padding-right: 15px;
}

.btn-next,
.btn-prev {
	width: 30px !important;
	height: 30px !important;
	background: #000;
	border-radius: 30px;
	border: 1px solid #fff;
}

.btn-next {
	right: -40px;
}

.btn-prev {
	left: -40px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 15px !important;
	color: #fff;
	font-weight: bold;
}

.swiper-pagination {
	display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: none;
}

.slider-arrow {
	position: relative;
	height: 40px;
	width: 100px;
	float: right;
	margin-top: 10px;
}

.athletes-lt {
	display: flex;
	align-items: center;
}

.athletes-wrap:nth-child(odd) .athletes-lt {
	order: 2;
}

.athletes-wrap:nth-child(odd) .athletes-rt {
	order: 1;
}

.athletes-wrap:nth-child(even) {
	background: #f7f7f7
}

.athletes-txt {
	padding: 30px 0;
}

.athletes-img {
	height: 100%;
	max-height: 300px;
}

.athletes-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-fit: cover;
	object-position: top;
}

@media only screen and (max-width: 1360px) {
	.primary-navigation .primary-menu-container > ul > .menu-item > a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media only screen and (max-width: 1140px) {
	.primary-navigation {
		margin: 0 auto;
	}

	.site-header > .site-logo {
		margin: 5px auto;
	}

	.site-header {
		gap: 0;
	}
}

@media only screen and (max-width: 991px) {
	.viewership-sec {
		background-size: cover;
	}

	.swiper-slide:nth-child(even) .performance-block {
		margin-top: 0;
	}
}

@media only screen and (max-width: 781px) {
	.team-first-row .wp-block-column {
		border: 1px solid #ccc;
		padding: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.topHeader {
		display: none;
	}

	.training-info {
		order: 2 !important;
	}

	.training-image {
		order: 1 !important;
		height: auto;
	}

	.training-txt {
		min-height: auto;
	}

	.footer-1 {
		order: 3 !important;
	}

	.footer-2 {
		order: 1 !important;
	}

	.footer-3 {
		order: 2 !important;
	}

	div.tnp-subscription {
		margin: 0 0 20px 0;
	}

	.organized-img::after {
		display: none;
	}

	.organized_wrap .ord-1 {
		order: 2;
	}

	.organized_wrap .ord-2 {
		order: 1;
	}

	.form-wrap.jobapplication .col-md-6 p {
		margin-bottom: 0;
	}

	.five-moments .img-block {
		order: 1;
	}

	.five-moments .txt-block {
		order: 2;
	}

	.wp-block-image img {
		max-width: 300px;
	}

	.logo-image-block img {
		display: initial !important;
	}

	.mobmenu-content li a {
		margin: 0;
	}

	.performance_Swiper {
		padding-bottom: 35px !important;
	}

	.partnership-sec .col-md-3.mt-3 {
		width: 50%;
	}

	.sticky_menu {
		display: block;
	}

	.no-widgets .site-footer {
		padding-bottom: 50px;
	}

	.donation-nav {
		display: none;
	}

	.athletes-wrap:nth-child(odd) .athletes-lt {
		order: 1;
	}

	.athletes-wrap:nth-child(odd) .athletes-rt {
		order: 2;
	}

	.athletes-img {
		height: 100%;
		max-height: none;
	}

	.athletes-wrap:nth-child(even) {
		padding-bottom: 15px;

	}
}

@media only screen and (max-width: 575px) {
	.breadcrumb-area .sep {
		padding: 0 2px;
	}

	.wp-block-image img {
		max-width: 100%;
	}

	.breadcrumb-area nav {
		flex-wrap: wrap;
		line-height: 6px;
		margin: 20px 0;
	}

	.logo-image-block img {
		margin: 0;
	}

	.rcn_news_sec .col-md-4 {
		width: 50%;
	}

	.rcn_announce_col {
		height: 100%;
	}

	.rcn_announce_col .more-dt span {
		padding: 1.167em 10px 1.167em 10px !important;
	}

	.sub-title-gap,
	.welcom-txt h2.sub-title {
		margin-bottom: -20px;
		line-height: 65px;
	}


}

.image-masking img,
.maskimage {
	-webkit-mask-image: url(assets/images/mask-img.png);
	mask-image: url(assets/images/mask-img.png);
	mask-size: contain;
}

.expart-two {
	max-width: 900px;
}