/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


.col_team_db{
	display: inline-block;
	box-sizing: border-box;
	width:20%;
	margin:0;
	padding: 10px;
}
.col_team_db > div{
	display: block;
	width:100%;
}
.col_team_db h3{
	font-size: 1.3em;
}


.p8{
	display:inline-block;
	margin-left:20px;
	color:#fff;
}
.my-logo{
	display: initial;
}
.my-logo-n{
	display: none;
}

@media only screen and (max-width: 768px) {
	.p8{
		width: 70%;
	}
	#logo{
		text-align: right;
	}
	#logo img{
		/* height: 80px;
		margin: 10px 0;
		width: auto; */
		float: right;
	}
	.my-logo-n{
		display: inline-block;
	}
	
  }

  .n-link,
  .n-link:link,
  .n-link:visited,
  .n-link:active
  {
	  color: #1753a7;
	  
  }
  .n-link:hover{
	  color: #163c70;
  }



  .team-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* Optional: Adjust gap between columns */
}

.team-col-wrapper {
    flex: 1 1 calc(33.33% - 8px); /* Adjusts to 3 columns per row, accounting for gap */
    display: flex;
    padding: 8px;
    box-sizing: border-box;
}

.team-col {
    background: #e8e9ed; /* Add background color or styles as needed */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0px;
    box-sizing: border-box;
	border-radius: 8px;
}

.team-col img{
	border-radius: 8px;
}

.team-col > div{
	padding: 16px;
	flex-grow: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.team-col > div > h4{
	margin: 0 auto 16px auto;
}
.team-col > div > p{
	margin: 0;
	margin-top: auto;
	font-size: 16px;
}

@media (max-width: 992px) {
    .team-col-wrapper {
        flex: 1 1 calc(50% - 8px); /* 2 columns per row */
    }
}

@media (max-width: 768px) {
    .team-col-wrapper {
        flex: 1 1 calc(100% - 8px); /* 1 column per row */
    }
}


.vision-container{
	background: #124680;
	color: #fff;
	padding: 75px 0;
}

.vision-box{
	display: flex;
}

.v-devider{
	width: 2px;
	background-color: #ececec;
	margin: 0 24px;
}

.v-col{
	/* font-family: 'Kalam', cursive; */
	font-size: 19px;
	text-align: center;
	flex-grow: 1;
	padding: 16px;
	width: 49%;
}
.v-col > h2{
	margin-bottom: 12px;
	color: #fff;
}

@media (max-width: 992px) {
    .v-devider{
		display: none;
	}
	.vision-box{
		display: block;
	}
	.v-col{
		width: 100%;
	}
}


.service-activity-col > div:last-child{
	padding: 16px 0;
	text-align: center;
}
.service-activity-col > div:last-child > p{
	text-align: justify center;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:active
{
	background-color: #02265a;
	border-color: #02265a;
}

.btn-primary:hover
{
	background-color: #021c41;
	border-color: #021c41;
}

.btn-accent,
.btn-accent:link,
.btn-accent:visited,
.btn-accent:active
{
	background-color: #e7b70d;
	border-color: #e7b70d;
}

.btn-accent:hover
{
	background-color: #be980c;
	border-color: #be980c;
}

.point-col{
	background-color: #eeeeee;
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: space-between; 
	width: 100%;
	padding: 24px 16px;
}

.point-col > img{
	width: 60%;
	height: auto;
}

.point-col > div{
	font-size: 19px;
	font-weight: 600;
	margin-top: 16px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}


.club-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.club-card {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-size: 1rem;
    flex: 0 1 calc(33.333% - 20px); /* 3 items per row */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.club-container::after {
    content: '';
    flex: 0 1 calc(33.333% - 20px);
}

.club-card h4 {
    margin-bottom: 15px;
    font-size: 1.25rem;
}

.info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #555;
}

.info i {
    margin-right: 10px;
    color: #02265a;
    width: 20px;
}

.button-container {
    margin-top: auto;
    text-align: center;
}


@media (max-width: 768px) {
    .club-card {
        flex: 1 1 100%; /* 1 item per row on small screens */
    }
}

.slider-caption.slider-caption-left {
    margin-left: 10%;
	max-width: 40%;
}

.slider-caption.slider-caption-right {
    margin-right: 10%;
	max-width: 40%;
}

@media (max-width: 768px) {
    .slider-caption.slider-caption-left {
		margin-left: 5%;
		max-width: 90%;
	}
	
	.slider-caption.slider-caption-right {
		margin-right: 5%;
		max-width: 90%;
	}
}