@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
	margin: 0 !important;
	font-family: var(--lexend) !important;
}

.bg-section,
.gallery-section,
.newsletter-section,
.core-value-section,
.news-grid-section,
.contact-section,
.event-detail-section,
.gallery-page-section,
.forum-page-section,
.editor-section {
	background-color: #0F1113 !important;
	color: #fff !important;
}

:root {
	--lexend: "Lexend", sans-serif;
	--orange: #F97316;
}

.container {
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1440px;
}

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

.p-70 {
	padding: 70px 0;
}

.section-bg {
	background-color: #131313;
}

p:last-child {
	margin-bottom: 0;
}

a {
	outline: none !important;
}

.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-heading h2 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 16px;
	margin-top: 20px;
	font-weight: 600;
}

.section-heading p {
	max-width: 820px;
	margin: 0 auto;
}

.section-heading h6 {
	font-size: 16px;
	position: relative;
	padding: 0 36px;
	display: inline-block;
	color: #fff;
	margin-bottom: 0;
	padding-top: 10px;
}

.section-heading h6::before {
	left: 0;
	background-image: url(../images/mini-icon.png);
}

.section-heading h6::after {
	right: 0;
	background-image: url(../images/mini-icon1.png);

}

.section-heading h6::before,
.section-heading h6::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 2px;
	background-position: center;
	background-repeat: no-repeat;
}

.head-row {
	margin-bottom: 50px;
}

img {
	max-width: 100%;
	object-fit: cover;
}

.page-border {
	border-top: solid 1px #0000001A;
}

.form-control,
.form-select {
	box-shadow: none !important;
}

.btn-primary {
	background-color: var(--orange) !important;
	color: #fff !important;
	border-color: var(--orange) !important;
	padding: 15px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	font-weight: 500;
	font-size: 16px;
	border-radius: 30px;
	line-height: 1;
	min-width: 175px;
}

.btn .fa-solid.rotate {
	transform: rotate(-45deg);
}

.btn-primary:hover {
	background-color: #fff !important;
	color: var(--orange) !important;
}

.btn-secondary {
	background: linear-gradient(90deg, #000 0%, #000 100%) !important;
	color: #fff !important;
	border: 0 !important;
	padding: 12px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	font-weight: 500;
	font-size: 16px;
	border-radius: 12px;
}

.btn-secondary:hover {
	background: linear-gradient(90deg, #9C0D0D 0%, #C42B2B 100%) !important;
}

.white-btn {
	background-color: transparent;
	border: solid 2px #fff;
	color: #fff !important;
	padding: 15px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	font-weight: 500;
	font-size: 16px;
	border-radius: 30px;
	line-height: 1;
	min-width: 175px;
}

.white-btn:hover {
	background-color: var(--orange);
	border-color: var(--orange);
}

.navbar-brand.mobile-only {
	display: none;
}

.site-header {
	position: absolute;
	width: 100%;
	border-bottom: solid 1px #D9D9D919;
	z-index: 5;
}

.site-header .navbar-expand-lg {
	background-color: transparent;
}

.site-header .navbar-outer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
}

.site-header .navbar-outer .navbar-menus {
	width: auto;
}

.site-header .navbar-outer .navbar-brand {
	min-width: 210px;
}

.site-header .navbar-outer .navbar-brand .custom-logo {
	max-width: 120px;
}

.site-header .navbar-outer .extra-links {
	min-width: 210px;
	display: flex;
	align-items: center;
	column-gap: 20px;
	justify-content: end;
}

.site-header .navbar-outer .extra-links .white-btn {
	min-width: auto !important;
}

.navbar-menus #primary-menu {
	display: flex;
	align-items: center;
	column-gap: 36px;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
	width: 100%;
}

.navbar-menus #primary-menu li>a {
	color: #FFFFFF;
}

.navbar-menus #primary-menu li.current_page_item>a,
.navbar-menus #primary-menu li.current_page_item i,
.navbar-menus #primary-menu li>a:hover {
	color: #F97316 !important;
}

.navbar-menus .menu ul.sub-menu {
	flex-direction: column !important;
	background-color: #fff !important;
	box-shadow: none !important;
	border-radius: 10px !important;
	padding: 15px !important;
	margin-top: 15px !important;
	position: absolute;
	display: none;
	z-index: 2;
	list-style: none;
	border: solid 1px #d9d9d9;
	min-width: max-content;
}

.navbar-menus .menu ul.sub-menu.submenu-open {
	display: flex !important;
}

.navbar-menus #primary-menu .submenu-toggle {
	padding: 0;
	background-color: transparent;
	border: 0;
	font-size: 12px;
	margin-left: 8px;
}

.navbar-menus #primary-menu li.menu-item-has-children {
	position: relative;
}

.hero-section .slider-item .slider-bg {
	height: 780px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.hero-section .page-banner .slider-bg {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background-color: #000000B2;

}

.hero-section .slider-text h1 {
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 18px;
	font-size: 52px;
}

.hero-section .slider-text p {
	max-width: 700px;
	margin: 0 auto;
}

.hero-section .slider-bg {
	background-color: #000000B2;
}

.hero-section .slider-item .hero-btns {
	display: flex;
	align-items: center;
	column-gap: 24px;
	margin-top: 40px;
	justify-content: center;
}

.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	margin: 0;
	padding: 0;
}

.hero-slider .slick-dots {
	bottom: 45px;
}

.slick-dots li {
	width: auto !important;
}

.slick-dots li button {
	background: #BBBFC1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	padding: 0;
}

.slick-dots li button::before {
	display: none !important;
}

.slick-dots li.slick-active button {
	width: 60px;
	background: linear-gradient(90deg, var(--orange) 0%, var(--orange) 50%, #BBBFC1 50%, #BBBFC1 100%) !important;
	border-radius: 10px;
}

.about-section .main-row {
	align-items: center;
}

.about-text ul {
	padding: 0;
	margin: 32px 0 0 0;
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 16px;
}

.about-text ul li {
	padding: 20px 15px;
	background-color: #FFFFFF1A;
	border: solid 1px #FFFFFF80;
	display: inline-flex;
	align-items: center;
	column-gap: 12px;
	border-radius: 10px;
}

.news-slider .slider-bg {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.news-slider .slider-text-outer {
	height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
}

.news-slider-container {
	max-width: 1800px;
	margin: 0 auto;
}

.news-slider .slider-item {
	border-radius: 20px;
	margin: 0 16px;
	overflow: hidden;
}

.news-slider .slider-text {
	display: flex;
	align-items: center;
	column-gap: 16px;
}

.news-slider .slider-text a {
	color: #fff !important;
}

.news-slider .slider-text a img {
	min-width: 24px;
}

.news-slider .category-div p {
	position: relative;
	padding-left: 32px;
}

.news-slider .category-div p::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	background-color: #FFFFFF1A;
	border: solid 1px #FFFFFF;
	border-radius: 50%;
}

.news-section {
	padding-bottom: 40px;
}

.news-section .tab-btns-div {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 24px;
	margin-top: 32px;
}

.tab-btns-div .tab-btn {
	background-color: transparent;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 30px;
	padding: 10px 24px;
	line-height: 1;
}

.tab-btns-div .tab-btn.active,
.tab-btns-div .tab-btn:hover {
	border-color: var(--orange);
	color: var(--orange);
}

.news-slider .slider-text p {
	color: #FFFFFFB3;
}

.event-bg {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #131313;
}

.event-slider .slider-item {
	margin: 0 12px;
	border-radius: 20px;
	overflow: hidden;
}

.event-slider .slider-bg {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.06%, rgba(0, 0, 0, 0.6) 100%);
}

.event-slider .slider-text {
	height: 370px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: end;
	padding: 24px;
	color: #fff;
}

.event-slider .slider-text h3 {
	font-size: 20px;
}

.event-slider .slider-text .post-date {
	display: flex;
	align-items: center;
	column-gap: 12px;
	font-weight: 500;
}

.forum-section {
	background-color: #1313131A;
}

.forum-section .tab-btns-div {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 24px;
}

.event-slider-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 38px;
	overflow: hidden;
}

.event-slider-container .slick-list {
	overflow: visible !important;
}

.event-dots .slick-dots,
.values-dot.navbar-brand.desktop-onlys .slick-dots {
	position: static !important;
	margin-top: 32px;
}

.form-activity-box {
	margin-bottom: 24px;
}

.form-activity-box .form-list {
	padding: 24px;
	background-color: #151718;
	border-radius: 20px;
	border: 1px solid #1C1E1F;
}

.form-activity-box .form-single-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border-radius: 10px;
	background-color: #1E2021;
	border: 1px solid #232526;
	margin-bottom: 24px;
}

.form-activity-box .form-single-box:last-child {
	margin-bottom: 0;
}

.form-activity-box .form-single-box .left-side>img {
	width: 58px;
	height: 58px;
	border-radius: 10px;
}

.form-activity-box .form-single-box .left-side {
	display: flex;
	align-items: center;
	column-gap: 16px;
}

.form-activity-box .form-single-box .left-side h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
	color: #fff;
}

.form-activity-box .form-single-box .left-side ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 16px;
}

.form-activity-box .form-single-box .left-side ul li {
	display: inline-flex;
	align-items: center;
	column-gap: 10px;
}

.form-activity-box .form-single-box .left-side ul li span.text {
	color: #8F979C;
}

.form-activity-box .form-single-box .time {
	margin-bottom: 0;
	color: #8F979C;
	font-size: 14px;
}

.form-activity-action {
	text-align: center;
	margin-top: 40px;
}

.forum-section .head-row {
	align-items: center;
}

.gallery-slider .slider-item {
	margin: 0 12px;
	/* border-radius: 20px; */
	overflow: hidden;
}

.gallery-slider .slider-img img {
	width: 100%;
	height: 400px;
	border-radius: 20px;
}

.gallery-slider .slider-item:nth-child(odd) {
	padding-top: 50px;
}

.gallery-slider-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 24px;
	margin-top: 40px;
}

.gallery-slider-btns button {
	position: static !important;
	font-size: 20px;
	color: #F97316 !important;
	margin: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #151718 !important;
}

.gallery-slider-btns button::before {
	display: none !important;
}

.newsletter-section .mailerlite-subscribe-submit {
	border-radius: 30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	padding: 12px 16px;
	background-color: #fff;
	border-color: #fff;
	font-weight: 600;
	color: #0F1113;
	min-width: 150px;
}

.newsletter-section {
	background-size: auto;
	background-position: right center;
	background-repeat: no-repeat;
}

.newsletter-section .cta-bg {
	border-radius: 20px;
	padding: 60px 50px;
}

.newsletter-form-outer .mailerlite-form-inputs {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}

.newsletter-form-outer .mailerlite-form-field label,
.newsletter-form-outer .mailerlite-form-description {
	display: none;
}

.newsletter-form-outer .mailerlite-form-field {
	margin-bottom: 0;
	width: 100%;
}

.newsletter-form-outer .mailerlite-form-field input {
	background-color: #FF9043;
	border: 0;
	padding: 12px 16px;
	width: calc(100% - 120px);
	color: #fff;
	border-radius: 30px 0 0 30px;
	outline: none;
}

.newsletter-form-outer .mailerlite-form-error {
	display: inline-block;
	color: #ff0000;
	background-color: #fff;
	margin-top: 10px;
	border-radius: 30px;
	padding: 0 6px;
	font-size: 14px;
	width: auto;
}

.footer-top {
	background-color: #131313;
	padding: 70px 0;
}

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

.footer-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.footer-links h5 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 24px;
	font-weight: 600;
	color: #fff;
}

.footer-links ul li a {
	color: #fff !important;
	font-size: 18px;
}

.footer-logo .custom-logo {
	margin-bottom: 24px;
	max-width: 175px;
	object-fit: contain;
}

.footer-logo p {
	font-size: 14px;
	color: #fff;
}

.copyright-text {
	border-top: solid 1px #524842;
	background-color: #131313;
	padding: 24px 0;
}

.copyright-text p {
	color: #fff;
	text-align: center;
	font-weight: 500;
}

.news-grid-section {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}

.news-grid-section .grid-left .tab-btns-div,
.forum-page-section .grid-left .tab-btns-div {
	display: flex;
	flex-direction: column;
	align-items: start;
	row-gap: 16px;
	border: solid 1px #232526;
	padding: 24px;
	border-radius: 20px;
	background-color: #0F1113;
}

.news-grid-section .grid-right .row {
	row-gap: 24px;
}

.news-post-box {
	background-color: #151718;
	border-radius: 20px;
}

.news-post-box .img-box {
	position: relative;
}

.news-post-box .img-box img {
	border-radius: 20px 20px 0 0;
	height: 240px;
}

.news-post-box .category-div {
	position: absolute;
	top: 20px;
	left: 20px;
}

.news-post-box .category-div p {
	position: relative;
	padding-left: 32px;
}

.news-post-box .category-div p::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	background-color: #FFFFFF1A;
	border: solid 1px #FFFFFF;
	border-radius: 50%;
}

.news-post-box .text-box {
	padding: 24px 20px;
}

.news-post-box .text-box h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* show only 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-post-box .text-box a {
	color: #F97316;
	display: flex;
	align-items: center;
	column-gap: 12px;
}

.news-post-box .text-box a i {
	transform: rotate(-45deg);
}

.news-post-box .text-box a span {
	text-decoration: underline;
	color: #F97316;
}

.gallery-page-section,
.forum-grid-row {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom center;
}

.gallery-page-section .box-row {
	row-gap: 24px;
}

.gallery-box img {
	width: 100%;
	height: 400px;
	border-radius: 20px;
}

.contact-form-outer {
	padding: 32px;
	border: 1px solid #1C1E1F;
	background-color: #151718;
	border-radius: 20px;
}

.contact-form-outer .wpcf7-form-control-wrap {
	width: 100%;
}

.contact-form-outer .form-group input,
.contact-form-outer .form-group textarea {
	width: 100%;
	border: 1px solid #232526;
	background-color: transparent;
	padding: 12px 24px;
	border-radius: 5px;
	color: #fff !important;
	outline: none !important;
}

.contact-form-outer .form-row {
	row-gap: 32px;
}

.contact-form-outer .form-group textarea {
	height: 150px;
}

.contact-form-outer h3 {
	font-size: 24px;
	margin-bottom: 40px;
}

.contact-form-outer .form-action p {
	position: relative;
	text-align: center;
}

.contact-form-outer .form-action .wpcf7-submit {
	background-color: #F97316 !important;
	border: 0 !important;
	width: 100% !important;
	max-width: 490px !important;
	line-height: 1 !important;
	padding: 0 !important;
	min-height: 48px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
}

.contact-form-outer .form-action .wpcf7-spinner {
	position: absolute;
}

.contact-form-outer .wpcf7-response-output {
	border: 0 !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-size: 14px !important;
	display: none;
}

.contact-form-outer form.sent .wpcf7-response-output {
	display: block !important;
	color: green !important;
}

.contact-info-box {
	border: 1px solid #232526;
	padding: 24px;
	display: flex;
	align-items: center;
	column-gap: 20px;
	border-radius: 12px;
	margin-bottom: 24px;
}

.contact-info-box img {
	min-width: 32px;
}

.contact-info-box .text {
	width: 100%;
}

.contact-info-box .text label {
	font-size: 20px;
	font-weight: 500;
	width: 100%;
}

.contact-info-box .text .link {
	font-size: 16px;
	color: #8F979C;
}

.contact-info-box .text a.link:hover {
	color: #fff;
}

.contact-social-links h5 {
	font-weight: 600;
	font-size: 22px;
}

.contact-social-links .footer-link-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 18px;
	flex-wrap: wrap;
}

.contact-social-links .footer-link-menu li a {
	color: #fff;
	font-size: 18px;
}

.event-detail-section {
	padding-top: 170px;
	padding-bottom: 70px;
}

.event-detail-section .event-image img {
	width: 100%;
	height: 500px;
	border-radius: 20px;
	margin: 24px 0;
}

.event-header .category-div p {
	position: relative;
	padding-left: 32px;
}

.event-header .category-div p::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	background-color: #FFFFFF1A;
	border: solid 1px #FFFFFF;
	border-radius: 50%;
}

.event-header .category-div {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.event-header .event-title {
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 18px;
	font-size: 52px;
}

.event-header .post-date {
	display: flex;
	align-items: center;
	column-gap: 12px;
	justify-content: center;
}

.event-description h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 16px;
}

.benefits-section {
	margin-top: 40px;
}

.benefits-section h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 24px;
}

.benefit-item {
	border: 1px solid #232526;
	background-color: #0F1113;
	padding: 40px 30px;
	border-radius: 20px;
	text-align: center;
}

.benefit-item .benefit-icon img,
.value-box img {
	max-width: 52px;
	margin-bottom: 24px !important;
	margin: 0 auto;
}

.benefit-item h3,
.value-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}

.benefit-item p,
.value-box p {
	color: #ffffffb3;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

.about-page-section .about-box {
	padding: 40px;
	border: solid 10px #F973160D;
	border-radius: 20px;
	border-top: 0;
	border-left: 0;
}

.about-page-section .about-box img {
	margin-bottom: 16px;
}

.about-page-section .about-box h3 {
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 24px;
}

.about-page-section .about-box p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.values-slider {
	/* margin: 0 -12px; */
	row-gap: 24px;
}

.values-slider .slider-item {
	margin: 0 12px;
}

.slick-slide {
	float: none !important;
	height: auto !important;
}

.slick-track {
	display: flex !important;
	align-items: stretch !important;
}

.value-box {
	border: 1px solid #232526;
	background-color: #0F1113;
	padding: 40px 30px;
	border-radius: 20px;
	text-align: center;
	/* height: 95%; */
}

.forum-page-section .forum-add-btn {
	text-align: end;
}

.forum-page-section .head-row {
	align-items: center;
}

.login-signup-page header,
.login-signup-page .hero-section,
.login-signup-page footer {
	display: none;
}

.login-signup-page {
	height: 100vh;
	overflow: hidden;
}

.login-signup-page .login-container {
	padding: 100px;
}

.login-section {
	height: 100%;
	display: flex;
	align-items: center;
	overflow-y: auto;
}

.login-section .row {
	align-items: center;
}

.login-section .brand-logo {
	text-align: center;
	margin-bottom: 40px;
}

.login-section .login-left {
	padding-right: 40px;
}

.login-section h1 {
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	margin-bottom: 24px;
}

.login-section .login-left p {
	color: #fff;
	text-align: center;
}

.login-section .form-outer {
	padding-left: 40px;
}

.login-section h2 {
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	margin-bottom: 24px;
	text-align: center;
}

.login-section .form-outer p {
	color: #fff;
}

.login-section .form-outer .divider {
	display: flex;
	align-items: center;
	column-gap: 24px;
	color: #fff;
	margin: 32px 0;
}

.login-section .form-outer .divider .line-border {
	background: linear-gradient(90deg, #4C2D17 0%, #FFFFFF 100%);
	width: 40%;
	display: inline-block;
	height: 1px;
}

.login-section .form-outer .divider .line-border:nth-child(2) {
	background: linear-gradient(90deg, #FFFFFF 0%, #4C2D17 100%) !important;
}

.login-form .form-group {
	margin-bottom: 24px;
}

.login-form .form-group input {
	padding: 12px 18px;
	border-radius: 5px;
	border: 1px solid #FFFFFF80;
	background-color: transparent;
	color: #fff !important;
	outline: none !important;
	width: 100%;
}

.login-form .form-group input::placeholder {
	color: #fff;
}

.login-form .form-action {
	text-align: center;
	margin-top: 24px;
}

.login-form .form-action button {
	max-width: 500px;
	width: 100%;
}

.login-section .form-outer .social-buttons {
	display: flex;
	align-items: center;
	column-gap: 32px;
	margin-bottom: 40px;
}

.login-section .form-outer .social-buttons .social-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	border: 0;
	padding: 8px 16px;
	border-radius: 5px;
	background-color: #FFFFFF;
	white-space: nowrap;
}


.social-buttons .social-btn.facebook {
	background-color: #1877F2 !important;
	color: #fff !important;
}

.login-form .forgot-link {
	text-align: end;
	margin-top: -8px;
}

.login-form .forgot-link a,
.login-form .signup-link a {
	color: #F97316;
	text-decoration: underline;
	font-weight: 500;
}

.login-form .signup-link {
	text-align: center;
	color: #fff;
	margin-top: 32px;
}

.editor-section {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.editor-section h2,
.editor-section h3,
.editor-section h4 {
	font-size: 32px;
	margin-bottom: 16px;
	font-weight: 600;
}

.editor-section ul {
	margin-left: 0;
}

#loginModal .modal-content {
	background-color: #131313 !important;
}

#loginModal .modal-header .btn-close {
	background-color: #fff;
}

#loginModal .modal-header .modal-title {
	color: #fff !important;
}

#loginModal {
	background-color: #ffffff80;
}

.forum-detail-page {
	background-color: #131313 !important;
	padding-top: 170px;
	padding-bottom: 70px;
}

.forum-detail-page .entry-content {
	margin: 0;
}

.forum-detail-page article {
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1440px;
}

.forum-detail-page .entry-content h1 {
	text-align: center;
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 24px;
	font-size: 52px;
}

.forum-detail-page span,
.forum-detail-page a,
.forum-detail-page p,
.forum-detail-page .fmwp-topic-data-content {
	color: #fff !important;
}

.forum-detail-page .fmwp-topic-left-panel input,
.fmwp-topic-footer input {
	background-color: var(--orange) !important;
	padding: 6px 12px;
	line-height: 1;
	color: #fff;
	border: 0;
}

.forum-detail-page .fmwp-topic-right-panel,
.forum-detail-page .fmwp-topic-top-actions,
.forum-detail-page .fmwp-reply-top-actions,
.forum-detail-page .fmwp-topic-sort-wrapper {
	display: none !important;
}

.forum-detail-page .fmwp-topic-info {
	justify-content: center !important;
}

.forum-detail-page .fmwp-topic-base {
	border: 1px solid #232526 !important;
	background-color: #1E2021 !important;
	padding: 20px !important;
	border-radius: 20px !important;
	margin-bottom: 24px;
}

.forum-detail-page .fmwp-topic-wrapper {
	border: 0 !important;
}

.forum-detail-page .fmwp-topic-wrapper .fmwp-reply-row {
	border: 1px solid #232526 !important;
	border-radius: 20px !important;
	padding: 20px !important;
}

.forum-detail-page .fmwp-topic-wrapper .fmwp-reply-row ul,
.forum-detail-page .fmwp-topic-wrapper .fmwp-reply-row ol {
	margin: 0;
}

.forum-detail-page .fmwp-topic-wrapper .fmwp-reply-row li {
	color: #fff !important;
}

.fmwp-post-popup-wrapper .fmwp-post-popup-toolbar,
#fmwp-reply-popup-preview-action,
#fmwp-reply-popup-editor-preview {
	display: none !important;
}

.fmwp-post-popup-wrapper {
	bottom: 50% !important;
	max-width: 800px;
	left: 50% !important;
	transform: translate(-50%, 50%);
	background-color: #131313 !important;
	color: #fff !important;
	border: 0 !important;
	padding: 20px 20px 24px 20px !important;
	border-radius: 16px;
}

#fmwp-reply-popup-editor label {
	height: calc(100% - 24px) !important;
}

#fmwp-reply-popup-editor {
	height: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}

.fmwp-post-popup-actions-bottom {
	margin-top: 24px !important;
	/* justify-content: space-between !important;
	flex-direction: row-reverse !important; */
}

.fmwp-post-popup-actions-bottom input {
	background-color: var(--orange) !important;
	padding: 6px 12px;
	line-height: 1;
	color: #fff;
	border: 0;
}

.fmwp-reply-popup-discard {
	position: absolute !important;
	top: 20px !important;
	width: 30px !important;
	background-color: var(--orange) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e") !important;
	padding: 0 !important;
	height: 30px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 24px !important;
	font-size: 0 !important;
	border: 0 !important;
}

.error-404 .page-content {
	margin: 0 !important;
	text-align: center;
}

.error-404 .page-content .btn-div {
	margin-top: 40px;
}

.error-404 .page-content .btn-div a {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.fmwp-post-popup-wrapper #mceu_6 {
	display: none;
}

.navbar-toggler {
	background-color: #131313;
	box-shadow: none !important;
	border: solid 1px var(--orange) !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e") !important;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.col-pagination .paginaion-div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}

.col-pagination .paginaion-div .page-numbers {
	padding: 6px 10px;
	background-color: #131313;
	/* border: solid 1px #524842; */
	border: solid 1px var(--orange);
	color: #fff !important;
}

.col-pagination .paginaion-div .page-numbers:hover,
.col-pagination .paginaion-div .page-numbers.current {
	background-color: var(--orange);
	border-color: var(--orange);
}

.col-pagination .paginaion-div .page-numbers:first-child {
	border-radius: 6px 0 0 6px;
}

.col-pagination .paginaion-div .page-numbers:last-child {
	border-radius: 0 6px 6px 0;
}

#ctb-login-response {
	margin-top: 16px;
}

#register-response {
	margin-top: 16px;
	text-align: center;
}

#register-response.error-register {
	color: red;
}

#register-response.success-register {
	color: green;
}

/* desktop css end  */

@media(max-width:1280px) {

	.container,
	.forum-detail-page article {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media(max-width:992px) {
	/* .container {
		padding-left: 20px;
		padding-right: 20px;
	} */

	.p-70,
	.p-60,
	.footer-top,
	.gallery-section {
		padding: 40px 0;
	}

	.event-slider-container {
		padding-left: 8px;
		padding-right: 8px;
	}

	.navbar-brand.desktop-only {
		display: none;
	}

	.navbar-brand.mobile-only {
		display: block !important;
		max-width: 120px;
	}

	.site-header .navbar-outer {
		flex-direction: column;
	}

	#navbarSupportedContent {
		position: absolute;
		top: 100%;
		left: 20px;
		right: 20px;
		background-color: #131313;
		border-radius: 20px;
		margin-top: 10px;
	}

	.navbar-menus #primary-menu {
		flex-direction: column;
		align-items: start;
		row-gap: 10px;
	}

	.site-header .navbar-outer .navbar-menus {
		width: 100%;
		padding: 0 16px;
		margin-bottom: 16px;
	}

	.site-header .navbar-outer .extra-links {
		min-width: auto;
		width: 100%;
		padding: 0 16px;
		justify-content: start;
		flex-direction: column;
		align-items: start;
		row-gap: 16px;
	}

	.hero-section .slider-text h1 {
		font-size: 40px;
	}

	.section-heading h2 {
		font-size: 30px;
	}

	.footer-top .col-footer-logo,
	.footer-top .col-quick-links,
	.footer-top .col-social-links,
	.footer-top .col-legal-links {
		width: 50%;
	}

	.footer-links h5 {
		font-size: 20px;
	}

	.footer-links ul li a {
		font-size: 16px;
	}

	.footer-top .row,
	.about-page-section .main-row {
		row-gap: 24px;
	}

	.about-img {
		margin: 24px 0;
		text-align: center;
	}

	.head-row,
	.contact-form-outer {
		margin-bottom: 30px;
	}

	.news-grid-section .grid-left .tab-btns-div,
	.forum-page-section .grid-left .tab-btns-div {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 16px;
		justify-content: center;
		margin-bottom: 24px;
	}

	.gallery-slider .slider-item {
		padding-top: 0 !important;
	}

	.gallery-slider-btns button.slick-disabled {
		opacity: 0.5;
		cursor: not-allowed;
	}

	.login-section .login-left,
	.login-section .form-outer {
		padding: 0 40px;
	}

	.login-section .login-left h2,
	.login-section .login-left p {
		display: none;
	}

	.login-section .form-outer h1,
	.login-section .form-outer p {
		text-align: center;
	}

	.login-section .brand-logo .custom-logo-link {
		max-width: 150px;
	}

	.login-section .brand-logo {
		margin-bottom: 20px;
	}

	.login-section {
		align-items: start;
	}

	.login-section .form-outer .divider {
		justify-content: space-between;
	}

	.news-section .tab-btns-div {
		/* flex-wrap: wrap; */
		/* row-gap: 24px; */
		overflow-y: auto;
		scrollbar-width: none;
		justify-content: start;
	}

	.news-section .tab-btns-div .tab-btn {
		white-space: nowrap;
	}

	.hero-section .slider-item .slider-bg {
		height: 600px;
	}

	.forum-page-section .forum-add-btn {
		margin-top: 24px;
		text-align: start;
	}

	.news-slider .slick-list {
		padding: 0 !important;
	}

	.section-heading p {
		max-width: 100%;
	}
}

@media(max-width:576px) {

	.login-section .login-left,
	.login-section .form-outer {
		padding: 0;
	}

	.login-section .form-outer .social-buttons {
		flex-direction: column;
		row-gap: 24px;
	}

	.about-text ul {
		flex-wrap: wrap;
		row-gap: 16px;
	}

	.hero-section .slider-item .hero-btns .btn {
		min-width: auto !important;
	}

	.hero-section .slider-text h1 {
		font-size: 28px;
	}

	.section-heading h2 {
		font-size: 22px;
	}

	.contact-form-outer h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.contact-form-outer {
		padding: 24px;
	}

	.news-slider .slider-text-outer,
	.hero-section .page-banner .slider-bg {
		height: 400px;
	}

	.news-slider .slider-text {
		flex-direction: column;
		align-items: end;
	}

	.news-slider .slider-text>a {
		display: none;
	}

	.form-activity-box .form-single-box {
		flex-direction: column;
	}

	.form-activity-box .form-single-box .left-side {
		margin-bottom: 10px;
	}

	.newsletter-section .cta-bg {
		padding: 25px 20px;
	}

	.newsletter-form-outer .mailerlite-form-field input {
		width: 100%;
		border-radius: 30px;
	}

	.newsletter-section .mailerlite-subscribe-submit {
		position: static;
	}

	.newsletter-form-outer .mailerlite-form-inputs {
		flex-direction: column;
		row-gap: 24px;
	}

	.footer-top .col-footer-logo,
	.footer-top .col-quick-links,
	.footer-top .col-social-links,
	.footer-top .col-legal-links {
		width: 100%;
	}

	.about-page-section .about-box {
		padding: 24px;
	}

	.about-page-section .about-box img {
		max-width: 60px;
	}

	.about-page-section .about-box h3,
	.forum-detail-page .entry-content h1 {
		font-size: 24px;
	}

	.news-grid-section .grid-left .tab-btns-div,
	.forum-page-section .grid-left .tab-btns-div {
		justify-content: start;
	}

	.fmwp-post-popup-wrapper {
		width: 100% !important;
	}
}