* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--saffron: #ff6600;
	--saffron2: #ff8c00;
	--india-green: #138808;
	--navy: #1a3a6b;
	--navy2: #0d2550;
	--navy-light: #1e4a8a;
	--blue-teal: #1b4f72;
	--gold: #f0a500;
	--white: #ffffff;
	--cream: #fdf8f0;
	--light-bg: #f5f7fa;
	--dark-bg: #0d1b2e;
	--gray: #6b7280;
	--text: #1f2937;
	--card-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

html {
	overflow-x: hidden;
}

html,
body {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

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

.no-padding {
	padding: 0px;
}

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

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;
}

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

img {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "Heebo", sans-serif;
	overflow-x: hidden;
}

.custom-container {
	max-width: 1600px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cmn-butn {
	font-family: "Heebo", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 16px 30px;
	transition: all 0.3s ease-in-out;
}

.wht-butn {
	background: #c7cdde;
	border: 1px solid #c7cdde;
	color: #000;
}

.wht-butn:hover {
	border: 1px solid #000;
	color: #dee5f0;
	background: #000;
}

.cmn-gap {
	padding: 80px 0px;
}

.sub-tittle {
	font-family: Heebo;
	font-weight: 600;

	font-size: 24px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #f79d1d;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.cmn-tittle {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #1c1c1c;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================topbar============*/

.header-section {
	background: var(--white);
	padding: 0px;
	border-top: 3px solid #f79d1d;
	position: relative;
	transition: all 0.3s ease;
	/* smooth background/shadow */
}

.header-section.scroll {
	background: var(--white);
	border-top: 3px solid #f79d1d;
	height: auto;
	padding: 5px 0px;
	transition: background-color 0.5s ease 0s;
	top: -75px;
	animation: slideDown 0.35s ease-out;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
	z-index: 9;
	width: 100%;
	animation: slideDown 0.35s ease-out;
	/* smooth slide effect */
}

/* Slide-down animation */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.topbar {
	background: var(--white);
	padding: 0px;
	position: relative;
}

.topbar-row {
	padding: 20px 0px;
	margin: 0px;
	height: 100%;
	position: relative;
	z-index: 9;
}

.topbar-text p {
	font-family: Heebo;
	font-weight: 400;
	font-size: 13px;

	line-height: 24px;
	letter-spacing: 0%;
	color: #6e6962;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.logo-row {
	position: absolute;
	z-index: 99;
	bottom: 5px;
	width: 100%;
	width: 300px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
}

.logo {
	width: 300px;
	height: auto;
	margin: 0px auto;
	transition: all 0.3s ease;
	/* smooth movement */
}

.logo img {
	width: auto;
	height: auto;
	object-fit: cover;
	transition: all 0.3s ease;
	/* smooth movement */
}

.header-section.scroll .logo {
	width: 175px;
	height: auto;
	margin: 0px auto;
}

.topbar-info {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 35px;
}

.utility-social {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
}

.utility-social a {
	color: #6e6962;
	font-size: 20px;
}

.utility-social a:hover {
	color: #f79d1d;
}

.sreach {
	display: flex;
	justify-content: start;
	gap: 30px;
	align-items: center;
}

.sreach p {
	font-family: Heebo;
	font-weight: 500;
	font-size: 13px;

	line-height: 24px;
	letter-spacing: 0%;
	color: #191919;
	padding: 0px;
	margin: 0px;
}

/* =================topbar============*/

.header-section-inner {
	position: relative;
}

.nav-row {
	position: relative;
	padding: 30px 0px;
}

.stellarnav {
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 55px;
	width: 100%;
}

.stellarnav>ul>li>a {
	font-family: Heebo;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #595d69;
}

.stellarnav>ul>li>a:hover {
	color: #f79d1d;
	text-decoration: none;
}

.stellarnav>ul>li>a.active {
	color: #f79d1d !important;
	text-decoration: none;
}
.stellarnav>ul>li ul li a:hover{
    background:#f79d1d;
    color:#fff;
}
.stellarnav.mobile ul {
	background: #003e6e;
	z-index: 999;
}

.stellarnav ul ul {
	top: auto;
	width: 250px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}

.main-nav .stellarnav li li a {
	font-size: 16px;
	padding: 8px 12px;
	color: #000;
	font-weight: 400;
}

.stellarnav.mobile li a {
	border-bottom: 0px solid rgba(255, 255, 255, 0.15);
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #1ba291;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #1ba291;
}

.stellarnav li.has-sub>a::after {
	content: "\f107";
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.stellarnav ul li:nth-child(5) {
	margin-left: 400px;
	/* adjust value as needed */
}

/* =============================*/
/* =====topbar============*/
/* =============================*/

/* =============================*/
/* =====banner-section============*/
/* =============================*/

.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0px;
	cursor: pointer;
	background: linear-gradient(0deg, rgba(4, 4, 4, 0.35), rgba(4, 4, 4, 0.35)),
		linear-gradient(180deg, rgba(255, 104, 32, 0.2) 15.37%, rgba(0, 0, 0, 0.2) 77.82%);
	z-index: 9;
}

.hero-content {
	position: relative;
	z-index: 2;
	padding: 60px 0;
}

.hero-content {
	position: absolute;
	padding: 0px;
	top: 0px;
	margin: 0px auto;
	max-width: 700px;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: center;

	flex-direction: column;
	height: 100%;
}

.hero-content h1 {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.hero-content h1 span {
	color: #f79d1d;
}

.hero-content p {
	font-family: Heebo;
	font-weight: 400;
	font-size: 16px;

	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.hero-search {
	background: #fff;
	width: 100%;
	padding: 7px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
}

.hero-search input {
	width: 100%;
	border: none;
	padding: 10px 15px;
	font-weight: 500;
	font-size: 16px;
	color: #959ead;
	line-height: 100%;
	letter-spacing: 0px;
}

.hero-search button {
	background: #00a462;
	padding: 15px 30px;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}

.hero-search button:hover {
	background: #000;
}

.popular-tags {
	color: #fff;
	margin: 25px 0px 0px 0px;
	display: flex;
	justify-content: start;
	align-items: center;
	text-align: center;
	gap: 15px;
}

.tag-pill {
	border: 1px solid #fff;
	padding: 10px 15px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}

.tag-pill:hover {
	background: #fff;
	color: #000;
}

.banner-section .owl-nav {
	position: absolute;
	top: 0px;
	bottom: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.banner-section .owl-nav .owl-prev {
	left: 175px;
	position: absolute;
}

.banner-section .owl-nav .owl-next {
	position: absolute;
	right: 175px;
}

/* =============================*/
/* =====banner-section============*/
/* =============================*/

/* =============================*/
/* ====SELECT YOUR CATEGORY===========*/
/* =============================*/

.category-section {
	background: #fff;
	background: url(../images/cata-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.category-section h2 {
	text-align: center;
}

.cat-scroll-wrap {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.cat-card {
	text-align: center;
	/*cursor: pointer;*/
	transition: transform 0.3s;
}

.cat-card:hover {
	transform: translateY(-6px);
}

.cat-scroll-wrap {
	display: flex;
	gap: 0px;
	overflow-x: auto;
	padding: 0px;
	scrollbar-width: none;
	scroll-behavior: smooth;
}

.cat-img-wrap {
	width: 300px;
	height: 320px;
	overflow: hidden;
	margin: 0 auto 25px;
	box-shadow: var(--card-shadow);
}

.cat-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}

.cat-card:hover .cat-img-wrap img {
	transform: scale(1.08);
}

.cat-card h6 {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #1c1c1c;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.cat-card a.know-more {
	font-family: Heebo;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #36b37e;

	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.cat-card a.know-more:hover {
	color: var(--india-green);
}

/* =============================*/
/* ===== SELECT YOUR CATEGORY============*/
/* =============================*/

/* =============================*/
/* ===== focus-section============*/
/* =============================*/

.focus-section {
	background: url(../images/blue-bg.png);

	position: relative;
	overflow: hidden;
	background-size: cover;
}

.focus-section-left h2 {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0%;
	color: #ffffff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.focus-section-left p {
	font-family: Heebo;
	font-weight: 400;

	font-size: 16px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #ffffff;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.focus-quote {
	margin: 20px 0 50px;
	padding: 0px;
}

.focus-section-left p {
	font-family: Heebo;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #ffffff;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.focus-quote p {
	font-family: Roboto Condensed;
	font-weight: 500;
	font-style: Italic;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #d7d7d7;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.nation-badge-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nation-person-img {
	width: auto;
	height: auto;
	object-fit: cover;
}

.nation-text-overlay {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* =============================*/
/* ===== focus-section============*/
/* =============================*/

/* =============================*/
/* ===== pillars-section===========*/
/* =============================*/

.pillars-section {
	background: #fff;
}

.pillars-section-text {
	position: relative;
	height: 100%;
}

.pillar-card {
	padding: 30px;
	border-radius: 30px;
	background: #f7f0e7;
	transition: all 0.3s;
	width: 400px;
	height: 200px;
}

.pillar-card:hover {
	background: #fff;
	box-shadow: 0 8px 32px rgba(26, 58, 107, 0.12);
	transform: translateY(-4px);
}

.pillar-icon-tittle {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.pillar-icon-tittle h5 {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-style: Regular;
	font-size: 24px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #1c1c1c;
	margin: 0px;
	padding: 0px;
}

.pillar-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	margin-bottom: 14px;
}

.pillar-card p {
	font-family: Heebo;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #595d69;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.pillar-icon.orange {
	background: rgba(255, 102, 0, 0.12);
	color: var(--saffron);
}

.pillar-icon.green {
	background: rgba(19, 136, 8, 0.12);
	color: var(--india-green);
}

.pillar-icon.blue {
	background: rgba(26, 58, 107, 0.12);
	color: var(--navy);
}

.pillar-card-one {
	position: absolute;
	right: -42px;
	top: 40px;
}

.pillar-card-two {
	left: 0px;
	bottom: 0px;
	position: absolute;
}

.pillar-card-three {
	position: absolute;
	left: -42px;
	top: 40px;
}

.pillar-card-four {
	right: 0px;
	bottom: 0px;
	position: absolute;
}

/* Center SSW block */
.ssw-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
	bottom: 0px;
}

.ssw-word {
	font-size: 80px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}

.ssw-word.strength {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-style: Regular;

	color: #004071;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.ssw-word.support {
	color: var(--white);
	background: #f79d1d;
	font-family: Heebo;
	font-weight: 600;
	font-style: SemiBold;
	padding: 8px 12px;
	margin: 0px;
}

.ssw-word.wellbeing {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-style: Regular;
	color: #00a462;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

/* =============================*/
/* ===== pillars-section============*/
/* =============================*/

/* =============================*/
/* =====blog-section============*/
/* =============================*/

.blogs-section {
	background: var(--white);
}

.blogs-section h2 {
	text-align: center;
}

.blog-main-card {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background: linear-gradient(1.24deg, #000000 1.6%, rgba(0, 0, 0, 0) 50%);
}

.blog-main-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

.blog-main-card:hover img {
	transform: scale(1.05);
}

.blog-main-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(1.24deg, #000000 1.6%, rgba(0, 0, 0, 0) 50%);
}

.blog-main-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px;
}

.blog-cat-badge {
	font-family: Heebo;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	border-radius: 5px;
	padding: 8px 15px;
	margin: 0px 0px 30px 0px;
}

.blog-cat-badge span i {
	margin-right: 10px;
}

.blog-cat-badge.orange {
	background: #f79d1d;
	color: #fff;
}

.blog-cat-badge.yellow {
	background: #f7c32e;
	color: #000;
}

.blog-cat-badge.blue {
	background: #4f9ef8;
	color: #fff;
}

.blog-cat-badge.grn {
	background: #0cbc87;
	color: #fff;
}

.blog-main-body h3 {
	font-family: Abhaya Libre;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #fff;
	margin: 25px 0px 15px;
	padding: 0px;
}

.blog-main-body p {
	font-family: Heebo;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.blog-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: #fff;
}

.blog-meta .avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.blog-meta i {
	font-size: 5px;
	color: #fff;
}

.blog-main-card-right {
	height: 350px;
}

.blog-main-card-right-butm {
	height: 250px;
}

/* =============================*/
/* =====blog-section============*/
/* =============================*/

/* =============================*/
/* =====anthem-section============*/
/* =============================*/

.anthem-section {
	overflow: hidden;
}

.tricolor-wave {
	position: relative;
}

.anthem-content {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.anthem-center {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	height: 650px;
	justify-content: center;
}

.anthem-section .jana-text {
	font-family: Heebo;
	font-weight: 600;

	font-size: 24px;

	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	color: #595d69;
	padding: 0px;
	margin: 0px;
}

/* =============================*/
/* =====anthem-section============*/
/* =============================*/

/* =============================*/
/* =====about-section============*/
/* =============================*/

.men-section {
	background: #fff;
}

.men-photo-grid {
	margin: 0px;
	padding: 0px;
}

.men-photo-grid-box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 16px;
	margin-bottom: 20px;
}

.men-photo-grid-box img {
	width: 100%;
	object-fit: cover;
	height: 300px;
	box-shadow: var(--card-shadow);
	transition: transform 0.3s;
}

.men-photo-grid-box img:hover {
	transform: scale(1.03);
}

.about-right {
	padding: 0px;
	margin: 0px;
}

.about-right h2 {
	text-align: left;
}

.about-right p {
	font-family: Heebo;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #595d69;
	margin: 0px 0px 60px 0px;
}

.mission-block {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	padding: 30px;
	border-radius: 10px;
	background: #f2f5f8;
	margin-bottom: 15px;
}

.mission-block .m-icon {
	width: 70px;
	height: 70px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.mission-block .m-icon img {
	width: auto;
	height: auto;
	display: block;
}

.mission-block h6 {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #1c1c1c;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.mission-block p {
	font-family: Heebo;
	font-weight: 400;

	font-size: 16px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #1c1c1c;
	padding: 0px;
	margin: 0px;
}

/* =============================*/
/* =====about-section============*/
/* =============================*/

/* =============================*/
/* =====our-section============*/
/* =============================*/

.partners-section {
	background: var(--white);
}

.partners-section .cmn-tittle {
	text-align: center;
}

.partner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transition: all 0.3s;
	height: 100%;
	cursor: pointer;
	margin: 20px 0px;
}

.partner-logo:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
	transform: translateY(-3px);
}

.partner-logo span {
	font-weight: 900;
	font-size: 1.1rem;
	letter-spacing: -0.02em;
}

/* =============================*/
/* =====about-section============*/
/* =============================*/

/* =============================*/
/* =====footer-section==========*/
/* =============================*/

footer {
	background: #1a1a1a;
	padding: 0px;
	margin: 0px;
}

.footer-top {
	padding: 80px 0px 0px 0px;
}

.footer-top-row {
	padding: 0px 120px;
	margin: 0px;
}

.footer-info {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin: 0px 0px 0px 100px;
}

.footer-info-text {
	padding: 0px;
	margin: 0px;
	max-width: 400px;
}

.footer-info-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #d0d4d9;
	padding: 0px;
	margin: 0px;
}

.footer-newsletter input {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #000;
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 16px;
	outline: none;
	flex: 1;
	width: 100%;
	margin-right: 10px;
}

.footer-newsletter button {
	background: #2163e8;
	border: none;
	color: #fff;
	padding: 10px 18px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	transition: background 0.2s;
	white-space: nowrap;
}

.footer-newsletter button:hover {
	background: #000;
}

.footer-newsletter p {
	color: #5d5969;
	font-size: 12px;
	margin: 10px 0px;
	text-align: right;
}

.footer-menu {
	padding: 30px 0px 30px 100px;
}

.footer-menu ul {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}

.footer-menu ul li a {
	font-family: Heebo;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li a:hover {
	color: #2163e8;
}

.footer-butm-row {
	text-align: center;
	margin: 0px auto;
}

.footer-butm-menu {
	margin: 20px 0px;
	padding: 0px;
}

.footer-butm-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 45px;
}

.footer-butm-menu ul li a {
	font-family: Heebo;
	font-weight: 400;

	font-size: 14px;

	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #6e6962;
	padding: 0px;
	margin: 0px;
}

.footer-butm-menu ul li a:hover {
	color: #2163e8;
}

.footer-social-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin: 30px 0px;
}

.footer-social-icon a {
	font-size: 18px;
	color: #6e6962;
}

.footer-social-icon a:hover {
	color: #2163e8;
}

.footer-butm {
	border-top: 1px solid #333333;
	padding: 20px 0px;
	text-align: center;
}

.footer-butm p {
	font-family: Heebo;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #6e6962;
	padding: 0px;
	margin: 0px;
}

/* =============================*/
/* =====footer-section==========*/
/* =============================*/

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-up {
	animation: fadeUp 0.75s ease both;
}

.delay-1 {
	animation-delay: 0.15s;
}

.delay-2 {
	animation-delay: 0.3s;
}

.delay-3 {
	animation-delay: 0.45s;
}

/* ─── UTILITIES ─── */
.divider {
	width: 40px;
	height: 2px;
	background: var(--dark);
	margin-bottom: 20px;
}

.divider-white {
	background: rgba(255, 255, 255, 0.4);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
	.cat-card {
		flex: 0 0 80vw;
	}

	.about-imgs {
		padding-bottom: 60px;
	}

	.about-img-second {
		width: 55%;
		height: 160px;
	}

	.wax-banner-content {
		padding: 40px 20px;
		margin: 0 auto;
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.hero-body h1 {
		font-size: 2.4rem;
	}

	.topbar .topbar-social {
		display: none;
	}
}

/* =================================== */
/* =============my-css-end===========*/
/* =================================== */

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #575d86;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

/*================================================
*keyframes
==================================================*/

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes lds-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

/*=============	Modal Area CSS =============*/
.modal {
	z-index: 9999;
	top: 100px;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 12px 65px 41px 65px;
}

.modal-cardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	z-index: 9;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #080808 !important;
	border: 1px solid transparent;
	padding: 18px 32px;
	font-size: 19px;
	border-radius: 0px 33px 33px 0px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-cardtext .form-control {
	display: block;
	padding: 21px 36px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 33px;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*=============	Modal Area CSS End =============*/


/* ==================================================================*/
/* mens-events section */
/* ==================================================================*/

/*====inner-banner=====*/

.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0px;
	cursor: pointer;
	background: #0000006b;
	z-index: 0;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 1;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-style: Regular;
	font-size: 64px;
	line-height: 64px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


.inner-banner-text p {
	font-family: Heebo;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 0px;

}


/*====inner-banner=====*/


/*====event section=====*/

.event-section {
	background: #fff;
}


/* ── BLOG CARD ── */

.blog-card {
	background: #fff;
	overflow: hidden;
	border: none;
	transition: transform .28s ease, box-shadow .28s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.blog-card:hover {
	transform: translateY(-5px);

}


/* ── IMAGE WRAP ── */

.card-img-wrap {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	z-index: 1;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.card-img-wrap .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0px;
	cursor: pointer;
	background: #0000006b;
	z-index: 9;
}


.card-img-wrap img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	transition: transform .45s ease;
}


.blog-card:hover .card-img-wrap img {
	transform: scale(1.05);
}


/* Tags overlaid on image - top-left */

.img-tags {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	z-index: 9;
}

.img-tag {
	background: #ffffff80;
	backdrop-filter: blur(4px);
	font-family: Nunito Sans;
	font-weight: 700;
	font-style: Regular;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	padding: 10px 10px;
	border-radius: 4px;
	letter-spacing: .02em;
	white-space: nowrap;
	border: none;
	color: #fff;
}

.post-meta h4 {
	/* font-family: Nunito Sans; */
	font-weight: 500;
	font-style: Bold;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #1C1C1C;
	padding: 0px;
	margin: 0px;
}

.post-meta ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 35px;
	margin-left: 20px;
}


.post-meta ul li {
	/*font-family: Nunito Sans;*/
	font-weight: 500;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #1C1C1C;
	padding: 0px;
	margin: 0px;
}


.post-meta ul li a {
	color: #000;
}


/* Bookmark icon - top-right of image */

.img-bookmark {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff80;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .2s;
	border: none;
	color: #fff;
}


.img-bookmark:hover {
	background: #fff;
}

.img-bookmark i {
	font-size: .8rem;
	color: #555;
}

/* ── CARD BODY ── */
.card-body-custom {
	padding: 16px 4px 0;
	display: flex;
	flex-direction: column;
	flex: 1;
}

/* Post title */
.post-title {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-style: Regular;
	font-size: 32px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #1C1C1C;
	margin: 0px 0px 20px 0px;
	padding: 0px;

}

/* Meta row: avatar + author + date + read time */

.post-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: .74rem;
	color: var(--text-meta);
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.meta-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #E5E7EB;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;

}

.meta-avatar i {
	color: #000;
}


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

.meta-avatar i {
	font-size: .8rem;
	color: #9CA3AF;
}


.meta-author {
	font-family: Nunito Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
}

.meta-dot {
	color: #D1D5DB;
	font-size: .6rem;
}

.meta-date,
.meta-read {
	color: var(--text-meta);
	font-size: .74rem;
}

/* Excerpt text */

.post-excerpt {
	font-family: Heebo;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #595D69;
	margin: 0px 0px 20px 0px;
	padding: 0px;

}

/* View Post link */
.view-post-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-family: Europa-Bold;
	font-weight: 700;
	font-style: Regular;
	font-size: 24px;
	color: #121416;
	line-height: 23px;
	letter-spacing: 0%;
	text-decoration: underline;
	text-underline-offset: 2px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	transition: color .2s;
	margin-top: 10px;
}


.view-post-link:hover {
	color: var(--saffron);
}


/*====event section=====*/


/*====travel-banner=====*/

.travel-banner {
	position: relative;
	overflow: hidden;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.travel-banner-bg {
	position: absolute;
	inset: 0;
	background: url('../images/trav-img.png') center/cover no-repeat;
}


.travel-banner-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: #343A4054;
}


.travel-banner-body {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 60px 20px;
	max-width: 990px;
	margin: 0 auto;
}


.travel-category-badge {
	display: inline-block;
	background: rgba(255, 255, 255, .15);
	backdrop-filter: blur(6px);

	color: #fff;
	font-size: .72rem;
	font-weight: 700;
	padding: 9px 15px;
	border-radius: 5px;
	letter-spacing: .08em;
	margin-bottom: 18px;

	font-weight: 700;

	font-size: 24px;

	line-height: 100%;
	letter-spacing: 0%;

}


.travel-banner-body h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: -3.5%;
	text-align: center;
	font-family: Abhaya Libre ExtraBold;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	max-width: 980px;
}


.travel-banner-body p {
	font-weight: 400;
	font-family: Heebo;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #ffffff;
	margin: 0px auto 50px;
	padding: 0px;
	max-width: 750px;
}


.btn-travel {
	display: inline-block;
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, .55);
	color: #fff;
	padding: 11px 28px;
	border-radius: 30px;
	font-size: .84rem;
	font-weight: 700;
	text-decoration: none;
	transition: all .25s;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
}

.btn-travel:hover {
	background: rgba(255, 255, 255, .18);
	border-color: #fff;
	color: #fff;
}

/*====travel-banner=====*/

.load-more-wrap {
	text-align: center;
	padding: 36px 0 50px;
}

.btn-load-more {
	border: 1.5px solid #121416;
	background: #fff;
	color: #1C1C1C;
	font-size: .85rem;
	font-weight: 600;
	padding: 10px 36px;
	border-radius: 6px;
	cursor: pointer;
	font-family: Europa-Bold;
	font-weight: 700;
	font-style: Regular;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	vertical-align: middle;
	text-transform: capitalize;

	transition: all .25s;
}

.btn-load-more:hover {
	background: var(--text);
	color: #fff;
	border-color: var(--text);
}

/* ==================================================================*/
/* mens-events section */
/* ==================================================================*/


/* ==================================================================*/
/* mens-events-detalis section */
/* ==================================================================*/

.event-detalis-section {
	background-color: #fff;
}


.event-detalis-section-left {
	padding: 0px 60px 0px 0px;
	margin: 0px;
}

.article-image {
	border-radius: 2px;
	overflow: hidden;
	margin: 0px 0px 40px 0px;
}

.article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}


.article-image:hover img {
	transform: scale(1.08);
}


.article-body-section {
	display: flex;
	justify-items: start;
	align-items: start;
	gap: 40px;
}


/* Views counter left side */
.views-col {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

.views-col i {
	font-size: 20px;
	color: #121416;
	margin-bottom: 10px;
}

.views-col h5 {

	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #121416;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.views-col h6 {
	font-family: Europa-Regular;
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #121416;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.article-body {
	padding: 0px;
	margin: 0px;
}


.article-body p {
	font-family: Heebo;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #595D69;
	margin: 0px 0px 20px 0px;
}


.article-blockquote {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 32px 0;
	padding: 0;
}


.quote-mark {
	font-size: 4rem;
	line-height: 1;
	color: var(--dark);
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	flex-shrink: 0;
	margin-top: -8px;
}


.article-blockquote blockquote {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-style: Regular;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 0%;
	color: #1C1C1C;
	margin: 0px;
	padding: 0px;
}


.article-h2 {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 800;
	font-style: Regular;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #1C1C1C;
	margin: 50px 0 30px;
}


.article-body ul {
	padding-left: 20px;
	margin-bottom: 20px;
}


.article-body ul li {
	font-family: Heebo;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #595D69;
	margin-bottom: 6px;
	position: relative;
}


.article-body ul li::before {
	content: "\f111";
	position: absolute;
	left: -18px;
	font-size: 16px;
	margin-right: 13px;
	font: normal normal normal 9px/1 FontAwesome;
	top: 8px;
}


/* SIDEBAR */


.sidebar {
	padding-left: 32px;
}

.sidebar-section {
	margin-bottom: 40px;
}

/* Follow Us */

.sidebar-title {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 600;
	font-style: Regular;
	font-size: 40px;
	line-height: 51px;
	letter-spacing: 0%;
	color: #121416;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.social-follow-grid {
	display: flex;
	gap: 30px;
	margin-bottom: 6px;
}

.sf-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.sf-item i {
	font-size: 28px;
	color: #121416;
}

.sf-item a i:hover {
	color: var(--saffron);
}


.sf-item .sf-count {
	font-weight: 400;

	font-size: 16px;

	line-height: 10px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #121416;
	padding: 0px;
	margin: 0px;
}


.sidebar-newsletter p {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #1C1C1C;
	margin: 20px 0px;
	padding: 0px;
}


.newsletter-input {
	width: 100%;
	border: 1px solid #CECECE;
	padding: 18px 20px;
	font-size: 16px;
	outline: none;
	border-radius: 0;
	color: #757575;
	margin-bottom: 11px;
	transition: border-color .2s;
	border-radius: 4px;
}

.newsletter-input:focus {
	color: #757575;
}

.newsletter-input::placeholder {
	color: #757575
}

.btn-subscribe {
	width: 100%;
	background: #121416;
	color: var(--white);
	border: none;
	padding: 18px 0px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Source Sans 3', sans-serif;
	transition: background .25s;
	margin-bottom: 10px;
}

.btn-subscribe:hover {
	background: var(--saffron);
}


.newsletter-check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 10px;
}


.newsletter-check input {
	margin-top: 3px;
	flex-shrink: 0;
}

.newsletter-check label {
	font-family: Heebo;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #595D69;

}

/* Sidebar divider */
.sidebar-divider {
	border: none;
	border-top: 1px solid var(--border);
	margin: 28px 0;
}

/* Latest posts */
.latest-featured {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
}

.latest-featured img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
	transition: transform .4s;
}

.latest-featured:hover img {
	transform: scale(1.05);
}

.latest-featured-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, transparent 60%);
}

.latest-featured-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px 14px 12px;
}

.latest-featured-body h5 {
	font-family: Heebo;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;

	margin-bottom: 6px;
}

.latest-meta {
	font-size: 16px;
	color: rgba(255, 255, 255, .7);
	display: flex;
	align-items: center;
	gap: 6px;
}

.latest-meta i {
	font-size: 18px;
}

.latest-list-item {
	padding: 14px 0;
	border-bottom: 1px solid var(--border);
	cursor: pointer;
	transition: opacity .2s;
}

.latest-list-item:hover {
	opacity: .75;
}

.latest-list-item:last-child {
	border-bottom: none;
}


.latest-list-item h6 {
	font-family: Abhaya Libre ExtraBold;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #1C1C1C;
	margin-bottom: 12px;
	padding: 0px;
}


.latest-list-meta {
	font-family: Heebo;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 2%;
	text-align: center;
	vertical-align: middle;
	text-transform: lowercase;
	color: #121416CF;
	display: flex;
	align-items: center;
	gap: 8px;
}


/* SIDEBAR */

.gt_selector {
	padding: 6px 18px;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
}

.post-excerpt p {
	font-family: Heebo;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #595D69;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.form-check-label {
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 6px;
}

.popular-tags input[type="radio"]:checked + label {
	background: #fff;
	color: #000;
}

.popular-tags input[type="radio"] {

	display: none;

}


/* ==================================================================*/
/* mens-events-detalis section */
/* ==================================================================*/


/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/


div.heateor_sss_follow_ul a,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	margin: 7px !important;
}

.wp-block-embed-youtube,
.wp-block-embed iframe {
	width: 100% !important;
	max-width: 100% !important;
	height: 580px !important;
}

.wp-block-embed__wrapper {
	width: 100% !important;
}

.contact-us-sec {
    padding: 40px 0;
}
.contact-us-inn .addresscard {
    margin: 0px 0px;
    padding: 40px 15px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 260px;
    box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}
.addresscard-icon {
    margin: 5px auto;
    padding: 10px 0px;
    background: top;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addresscard-icon img {
    width: 26px;
}
.contact-us-inn .addresscard h5 {
    margin: 0px 0px;
    padding: 7px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #621A4A;
    text-transform: uppercase;
    width: 100%;
}
.contact-us-inn .addresscard p {
    margin: 0px 0px;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #161413;
    width: 100%;
}
.addresscard p a {
    color: #161413;
    text-decoration: none;
}
.contact_section2 {
    margin-top: 60px;
}
.contact_section2 h3 {
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px 35px 0px;
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
}
.contact_right .form-group {
    margin-bottom: 23px;
}
.contact_right .form-group label {
    display: inline-block;
    margin-top: 10px;
    float: left;
}
.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 95px;
    resize: none;
    font-family: 'Arial';
    border-radius: 20px;
}

.contact_right .contact_button {
    margin: 33px 0px 0px 0px;
    padding: 10px 25px;
    position: relative;
    border: #000 1px solid;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    color: #fff;
    background: #000;
    display: block;
    width: 154px;
    text-align: center;
    font-family: 'Inter';
}


.tab-row {
	border: 1px solid #e6e7e7;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	margin: 0px 0px 20px 0px;
	min-height: 140px;
}

.tab-row-img {
	border-right: 1px solid #e6e7e7;
}


.tab-row-img {
	border-right: 1px solid #ccc;
	height: 100%;
	min-height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.tab-row-text p {
	font-size: 16px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
}



.tab-relative{
	position: relative;
	/*border: 1px solid #e6e7e7;*/
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}


.tab-relative .tab-fixed {
	position: fixed;

	/*z-index: 9999;*/
	/*top: 110px;*/
	background: #fff;
	width: 67%;
	margin: 0px auto
}









