#menuRight{
	margin-top: 20px;
}
#menuRightSm{
	margin-top: 10px;
}
#main{
	margin-top: 20px;
}
#mainLg{
	margin-top: 40px;
}
#txtPink{
	color:#fea9e9;
}
#txtBlue{
	color:blue;
	margin-bottom:15px;
}
#txtSky{
	color:#33ccff;	
}
.bg-txtPink{
	background-color:#ff339a;
}
.bg-color-header{
	background-color:#33ccff;
	color:#FFF;
}
h1,h2,h3,h4,h5,h6{
	color: #ff309b;
}
#box_1{
	background-color: #282a35;
	color: #FFF;
	padding: 60px;
	text-align: center;
}
#box_2{
	background-color: #04aa6d;
	color: #FFF;
	padding: 60px;
	text-align: center;
}
#box_3{
	background-color: #ff67b4;
	color: #FFF;
}
.activity-title {
    color: #007bff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}

.activity-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.activity-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.activity-footer {
    font-size: 14px;
    color: #555;
}

.readmore-btn {
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}
.bg_theme{
	background-color: #282a35;
	color: #FFF;
}


