.tp-header-logo {
	width: 465px;
}
.tp-header-top {
	padding-left: 138px;
	padding-right: 65px;
}

.tp-header-main-right-hamburger-btn {
	height: 55px;
	line-height: 55px;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

/* president section css start  */
.president-profile {
	display: flex;
	align-items: center;
	padding: 20px;
	/*  border: 2px solid #ddd; */
	border-radius: 10px;
	background-color: #fff;
	/*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	margin: 20px 0;
}

.president-photo-name {
	text-align: center;
}

.president-photo {
	border-radius: 50%;
	border: 5px solid #009cbd;
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.president-name {
	font-size: 1.5em;
	font-weight: bold;
	color: #00809f;
	margin-top: 10px;
}

.president-details {
	/*  margin-left: 20px; */
	flex-grow: 1;
}

.president-info {
	font-size: 1em;
	color: #333;
}

/* president section css end */

.tp-main-menu ul li a {
	display: inline-block;
	font-family: var(--tp-ff-p);
	padding: 34px 0 21px 0;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	color: var(--tp-heading-primary);
}

/* event css start */
.event-section {
	padding: 20px;
	background-color: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.event-date {
	font-size: 1.2em;
	font-weight: bold;
	color: #007bff;
	text-align: center;
	background-color: #b9dcff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.event-details {
	display: flex;
	flex-direction: column;
}

.event-title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.event-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.event-location,
.event-time {
	font-size: 1em;
	color: #333;
}

/* event css end */

.border-line {
	border: 3px solid #007999;
	padding: 5px;
}

.tp-section-title {
	font-weight: 600;
	font-size: 35px;
}

.news-area {
	min-height: 500px;
	/* 	max-height: 500px; */
	overflow: hidden;
}

/* events item css */
.event-card {
	/* 	width: 300px; */
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	font-family: Arial, sans-serif;
	margin-bottom: 34px;
}

.event-image img {
	width: 100%;
	height: auto;
	display: block;
}

.event-details {
	padding: 15px;
}

.event-date {
	color: #6c63ff;
	font-size: 14px;
	margin-bottom: 10px;
}

.event-title {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.event-organization {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.event-venue {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}

.read-more-btn {
	display: inline-block;
	background-color: #6c63ff;
	color: #fff;
	padding: 8px 15px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
}

.read-more-btn:hover {
	background-color: #574bd5;
}

/* end event */

.board-member {
	padding: 25px;
	margin-bottom: 15px;
	border-radius: 5px;
	/* border: 1px solid #3c3c3c; */
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}

.member-photo img {
	width: 100%;
	max-width: 357px;
	max-height: 369px;
}

.member-name h3 {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	color: #15798d;
}

.member-post h4 {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
}

.member-photo {
	text-align: center;
}

.district_name {
	font-weight: 600;
	text-align: center;
}

.bg-my {
	--bs-bg-opacity: 1;
	background-color: rgb(0 148 180) !important;
}

.breadcrumb__title {
	font-size: 37px;
}

@media (min-width: 1025px) and (max-width: 1366px) {
	.member-name h3 {
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		margin-top: 10px;
		color: #15798d;
	}

	.member-post h4 {
		font-size: 18px;
		text-align: center;
		font-weight: 600;
		margin-top: 10px;
	}

	.member-photo img {
		width: 100%;
		max-width: 239px;
		max-height: 247px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.member-name h3 {
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		margin-top: 10px;
		color: #15798d;
	}

	.member-post h4 {
		font-size: 18px;
		text-align: center;
		font-weight: 600;
		margin-top: 10px;
	}

	.member-photo img {
		width: 100%;
		max-width: 160px;
		max-height: 165px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	/* CSS */
	.logo-image {
		padding: 15px;
	}
	.latestNews {
		margin-top: 40px;
	}

	.member-name h3 {
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		margin-top: 10px;
		color: #15798d;
	}

	.member-post h4 {
		font-size: 18px;
		text-align: center;
		font-weight: 600;
		margin-top: 10px;
	}

	.member-photo img {
		width: 100%;
		max-width: 190px;
		max-height: 196px;
	}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	/* CSS */
	.latestNews {
		margin-top: 40px;
	}
	.logo-image {
		padding: 15px;
	}

	.member-name h3 {
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		margin-top: 10px;
		color: #15798d;
	}

	.member-post h4 {
		font-size: 18px;
		text-align: center;
		font-weight: 600;
		margin-top: 10px;
	}
	.member-photo img {
		width: 100%;
		max-width: 190px;
		max-height: 196px;
	}
}
