@import url('https://fonts.googleapis.com/css2?family=Merienda&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

/* Dialog Styles */
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1040;
	display: none;
}

.waiting-dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px;
	border-radius: 5px;
	z-index: 1050;
	display: none;
	text-align: center;
}

.alert-dialog {
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 15px 20px;
	border-radius: 4px;
	z-index: 1060;
	display: none;
	min-width: 300px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.alert-success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.alert-error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}
/*
app-alert
*/
.app-alert
{
	position: fixed;
	top: 10%;
	left: 30%;
	z-index:10;
	width:40%;
	font-size: 16px;
	padding: 10px;
}

.app-alert.success
{
	background-color: #cfffd1;
	border: #1d7521 thin solid;
	border-radius: 10px;
}

.app-alert.danger
{
	background-color: #ffcfd1;
	border: #751d21 thin solid;
	border-radius: 10px;
}

.app-alert.warning
{
	background-color: #ffdbb3;
	border: #e68010 thin solid;
	border-radius: 10px;
}

.alert-dismissable .close, .alert-dismissible .close
{
	right: -5px;
}

/*
defaults
*/
.col-def 
{
	padding:0px !important;
}

.row
{
	margin: 0px !important;
}

.container-fluid
{
	padding: 0px;
	}


/*
my css
*/

body, html
{
	background-color: #fff;
	font-size: 16px;
	line-height: 35px;
	margin-top: 25px;
	font-family: 'Nunito', sans-serif;
	}

a
{
	color: #000;
	text-decoration: none !important;
}

a:hover
{
	color: #20ad96;
}

/* Modify Start - Atchaya - Bootstrap 5 Navbar */
/* added by atchaya */
span.caret{
	display: inline-block;
	margin: 0px 0px 0px 2px;
}
/*
navbar-default
*/
/* Added by Atchaya */
.navbar-expand-lg
{
	border-radius: 0px;
	border: none;
	background: none;
	background-color: #fff;
	border-bottom: #ddd 2px solid;
	box-shadow: #ddd 0px 3px 5px;
	/* z-index: 9; */
	padding: 0px;
}
/* added by Atchaya */
.navbar-expand-lg a
{
	/* margin: 5px; */
	font-size: 16px;
	text-decoration: none;
	padding: 0px 12px;
}
/* modify by Atchaya */

.navbar-nav{
	padding: 0px 15px;
	margin: 0px 35px;
}
/* Added by Atchaya */
.img-fluid{
	max-width: 15%;
	height: auto;
	/*margin: 0px 0px 0px -15px;*/
	padding: 5px;
	/*margin-left: 5%;*/
	width: 60px;
}
.special-1{
	justify-content: center !important;
	}
.dropdown-submenu{
		position: relative;
	}
	
	.dropdown-menu .dropdown-submenu{
		top:0;
		left: 10;
		/* background-color: #20ad96; */
		position: absolute;
		margin-top: -1px;
		display: block;
	}

	@media all and (min-width: 992px) {
		.dropdown-menu li{ position: relative; 	}
		.nav-item .submenu{ 
			display: none;
			position: absolute;
			left:0%; top:-7px;
		}
		.nav-item .submenu-left{ 
			right:100%; left:auto;
		}
		.dropdown-menu > li> .submenu{ 
			display: block;
		 }
}	

@media (max-width: 991px) {
	.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
	}
  }	
  .dropdown-menu>li>a{
	padding: 3px 20px;
}
.nav-item .dropend {
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-item .dropdown{
	padding: 3px 20px;
	margin: 5px;
}
@media (max-width: 992px){
.navbar-expand-lg>li>a {
    /* padding-top: 10px;
    padding-bottom: 10px; */
	margin: 5px;
	padding: 3px 20px;
    background: white;
}
}
/* added by Atchaya */
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
	background: white;
}

.dropdown .dropdown-menu{
	display: none;
	margin-left: .125em;
}
.navbar-expand-lg .dropdown-menu 
{
	float: left;
	padding: 0;
	min-width: 100%;
	border: none;
	margin-top: 1px !important;
	box-shadow: 0 3px 6px rgb(0, 0, 0, .23);
	margin: 5px;
}

.dropend:hover>.dropdown-menu{
	position: absolute;
	top:0;
	left: 100%;
	margin-left: .125em;
	}

.dropdown:hover>.dropdown-menu, .dropend:hover>.dropdown-menu{
	display: block;
	margin: 5px;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.nav-item.dropdown .dropdown-menu {
	  position: static;
	  width: 100%;
	}

	.nav-item.dropdown .dropdown-menu > ul > li {
	  display: block;
	}

		.navbar-scrollable {
		  max-height: 400px;
		  overflow-y: auto;
		}

		.navbar-nav a{
			margin: 5px;
			padding: 10px 15px;
		}
	  }
  
.navbar-expand-lg .nav-link{
	padding: 0px 15px;
	
}
 .nav-link{
	padding: 0px;
	color: black;

}
.nav-item .nav-link{
	padding: 3px 20px;
}
.nav-link:hover{
	color:#000;
}
.navbar-expand-lg  .dropdown-menu li a
{
	color: #999;
	/* margin: 5px; */
    padding: 3px 20px;
}
.dropdown-menu ul{
	list-style: none;
	padding: 0;
}


	.dropdown-item li a{
		margin: 5px;
		padding: 5px 12px;
		/* display: block; */
	}
 .navbar .navbar-nav>.open,
 .navbar .navbar-nav>.open>a, 
 .navbar.navbar-nav>.open>a:focus
 .navbar.navbar-nav>.open>a:hover 
 {
    background-color: #3eecec;
	color: #fff;
} 

.navbar-expand-lg  li a.special-1
{
	background-color: #85C50B;
	color: #fff;
	/* width: 100% !important; */
	/* margin-left: 200px; */
	border-radius: 10px;
	padding: 10px 15px;
}

/* modified navbar as followed bootstrap 5.3 by Atchaya */
/* navbar ended  */
/* Modify End - Atchaya - Bootstrap 5 Navbar */

/*
home page
*/
.home-intro-row
{
	background-color: #e9e6e3;
}

.home-intro-row .text-content
{
	padding: 10px 0px;
	
	padding-bottom: 10px;
}

.home-intro-row .text-content h3
{
	font-weight: bold;
	font-size: 55px;
	color: #523B5D;
	font-family: 'Libre Baskerville', serif;
}

.home-intro-row .text-content p
{
	color: #8A8886;
	font-size: 20px;
}

.home-intro-row .image-content
{
	padding: 25px;
	padding-bottom: 25px;
}

@media (max-width: 767px)
{
	.home-intro-row .text-content
	{
		padding: 10px 0px;
	}

	.home-intro-row .text-content h3
	{
		font-size: 45px;
	}

	.home-intro-row .text-content p
	{
		font-size: 18px;
	}

	.home-intro-row .image-content
	{
		padding: 10px 40px;
	}

}

/*
btn
*/
.btn-main-green
{
	 background-color: #20ad96;
	color: #fff;
	text-decoration: none;
}

.btn-main-green:hover
{
	background-color: #523B5D;
	color: #fff;
}
	  
blockquote {
		padding: 20px;
		/* margin: 0 0 20px; */
		font-size: 17.5px;
		border-left: 5px solid #eee;
		text-align:justify;
	  }
/* Team Image alignment by Atchaya in */
.img-content{
	max-width:100%;
	
}
/* edited by Atchaya for team image */
.content img{
	max-width: 100%;
}

.content table{
	max-width: 100%;
}
@media (max-width: 992px){
	.content img{
	height: 200px !important;
    
	}
}

/*
white-row-1
*/
.white-row-1
{
	background-color: #a7a5a565;
	/* margin: 40px 0; */
}

.white-row-1 .row-heading
{
	color: #523B5D;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: 'Libre Baskerville', serif;
}

.white-row-1 .row-heading>.green
{
	color: #20ad96;
}

.white-row-1 .row-sub-heading
{
	color: #8A8886;
	text-align: center;
	font-size: 16px;
	margin: 10px;
}

@media (max-width: 767px)
{
	.white-row-1
	{
		margin: 20px 0;
	}
}

/*
grey-row-1
*/
.grey-row-1
{
	background-color: #f3f3f3;
	margin: 40px 0;
	padding-bottom: 20px;
}

.grey-row-1 .row-heading
{
	color: #523B5D;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: 'Libre Baskerville', serif;
}

.grey-row-1 .row-heading>.green
{
	color: #20ad96;
}

.grey-row-1 .row-sub-heading
{
	color: #8A8886;
	text-align: center;
	font-size: 16px;
	margin-top:10px;
}

@media (max-width: 767px)
{
	.grey-row-1
	{
		margin: 20px 0;
	}
}

.gallery{
	margin: 10px ;
	padding: 30px ;
}
.gallery a{
	padding-left: 50px;
}
/*
section-intro-1
*/
.section-intro-1
{
	text-align: center;
}

.section-intro-1 .section-intro-heading
{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
}

.section-intro-1 .section-intro-content
{
	color: #8A8886;
	font-size: 14px;
	line-height: 25px;
}

.section-intro-1 .btn-link
{
	color: #8A8886;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.section-intro-1 .btn-link:hover
{
	color: #20ad96;
}

/*
section-intro-2
*/
/* edit by atchaya */
.section-intro-2
{
	text-align: center;
	border-radius: 10px;
	margin-bottom: 10px;
	height: 530px;
	background-color: #fff;
}

.section-intro-2:hover
{
	background-color: #fff;
}
/* edit by atchaya */
.section-intro-2 img
{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 255px;
	width: 255px;
	position: static;
	padding: 10px;
	box-sizing: border-box;	
}

.section-intro-2 .section-box
{
	padding: 20px;
	box-shadow: #ddd 5px 5px 5px #ddd -5px -5px 5px;
}

.section-intro-2 .section-intro-heading
{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
}

.section-intro-2 .section-intro-content
{
	color: #8A8886;
	font-size: 14px;
	line-height: 25px;
}

.section-intro-2 .btn-link
{
	color: #8A8886;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	padding-left: 0;
}

.section-intro-2 .btn-link:hover
{
	color: #20ad96;
}
/* edit by atchaya */
/* @media (max-width: 767px)
{
	.section-intro-2
	{
		height: 325px;
	}

	.section-intro-2 img
	{
		height: 140px;
		width: 225px;
	}
} */

/*
section-intro-3
*/
.section-intro-3
{
	text-align: left;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

.section-intro-3 img
{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.section-intro-3 .section-box
{
	padding: 20px;
	box-shadow: #ddd 5px 5px 5px #ddd -5px -5px 5px;
}

.section-intro-3 .section-intro-heading
{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	font-family: 'Libre Baskerville', serif;
}

.section-intro-3 .section-intro-content
{
	color: #8A8886;
	font-size: 14px;
	line-height: 25px;
}

.section-intro-3 .btn-link
{
	color: #8A8886;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	padding-left: 0;
}

.section-intro-3 .btn-link:hover
{
	color: #20ad96;
}

.section-intro-3 .calender-date
{
	text-align: center;
	padding-top: 30px;
	line-height: 25px;
}

.section-intro-3 .calender-date .date
{
	color: #20ad96;
	font-size: 65px;
	margin-bottom: 0;
}

.section-intro-3 .calender-date .month
{
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;;
}

.section-intro-3 .calender-date .btn-link
{
	background-color: #20ad96;
	color: #fff;
	text-align: center;
	padding-left: 10px;
}

/*
section-intro-4
*/
.section-intro-4
{
	text-align:justify;
	border-radius: 10px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	height: 550px;
}

.section-intro-4:hover
{
	background-color: #f3f3f3;
	box-shadow: #a3a3a3 3px 3px 20px;
}

.section-intro-4 img
{
	background-color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 250px;
	width: 85%;
	border: #f1f1f1 thin solid;
}

.section-intro-4 .section-box
{
	padding: 20px;
	padding-top: 0px;
	box-shadow: #ddd 5px 5px 5px #ddd -5px -5px 5px;
}

.section-intro-4 .section-intro-heading
{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	margin: 5%;
}

.section-intro-4 .section-intro-content
{
	color: #8A8886;
	font-size: 14px;
	line-height: 25px;
}

.section-intro-4 .btn-link
{
	color: #8A8886;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	padding-left: 0;
}

.section-intro-4 .btn-link:hover
{
	color: #20ad96;
}

@media (max-width: 767px)
{

	.section-intro-4
	{
		height: 475px;
	}
	
	.section-intro-4 img
	{
		height: 200px;
		width: 100%;
	}
}

/*
section-intro-5
*/
.section-intro-5
{
	text-align: left;
	border-radius: 10px;
	background-color: #f3f3f3;
	margin-bottom: 20px;
}

.section-intro-5 img
{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.section-intro-5 .section-box
{
	padding: 20px;
	box-shadow: #ddd 5px 5px 5px #ddd -5px -5px 5px;
}

.section-intro-5 .section-intro-heading
{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	font-family: 'Libre Baskerville', serif;
}

.section-intro-5 .section-intro-content
{
	color: #8A8886;
	font-size: 14px;
	line-height: 25px;
}

.section-intro-5 .btn-link
{
	color: #8A8886;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	padding-left: 0;
}

.section-intro-5 .btn-link:hover
{
	color: #20ad96;
}

.section-intro-5 .calender-date
{
	text-align: center;
	padding-top: 30px;
	line-height: 25px;
}

.section-intro-5 .calender-date .date
{
	color: #20ad96;
	font-size: 65px;
	margin-bottom: 0;
}

.section-intro-5 .calender-date .month
{
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;;
}

.section-intro-5 .calender-date .btn-link
{
	background-color: #20ad96;
	color: #fff;
	text-align: center;
	padding-left: 10px;
}

/*
big-section-1
*/
.big-section-1
{
	background-color: #fff;
}

.big-section-1 .text-content
{
	padding: 80px 0px;
	padding-bottom: 25px;
}

.big-section-1 .text-content h3
{
	font-weight: bold;
	font-size: 55px;
	color: #523B5D;
}

.big-section-1 .text-content p
{
	color: #8A8886;
	font-size: 18px;
	line-height: 45px;
}

.big-section-1 .image-content
{
	padding: 50px;
	padding-bottom: 25px;
}

@media (max-width: 767px)
{
	.big-section-1 .text-content
	{
		padding: 20px 0px;
	}

	.big-section-1 .text-content h3
	{
		font-size: 45px;
	}

	.big-section-1 .text-content p
	{
		font-size: 18px;
	}

	.big-section-1 .image-content
	{
		padding: 10px 40px;
	}

}

/*
footer-row
*/
.footer-row .heading
{
	font-size: 16px;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	margin-top: 20px;
}

.footer-row .content
{
	color: #8A8886;
	line-height: 35px;
	font-weight: bold;
}

.footer-row .content a
{
	font-weight: bold;
	color: #8A8886;
	text-decoration: none;
}

.footer-row .content a.social-link
{
	margin-right: 10px;
}

.footer-row .content a:hover
{
	color: #20ad96;
}


/*
post page
*/
.post-intro-row
{
	background-color: #e9e6e3;
}

.post-intro-row .text-content
{
	padding-top: 60px;
	v-align: middle;
	height: 300px;
}



.post-intro-row .text-content h3, .post-intro-row .text-content h1, .post-intro-row .text-content .title
{
	font-weight: bold;
	font-size: 55px;
	color: #fff !important;
}

.post-intro-row .text-content p
{
	color: #8A8886;
	font-size: 20px;
}

.post-intro-row .text-content .meta
{
	border-top: #aaa thin solid;
	padding-top: 20px;
	color: #fff;
	font-weight: lighter !important;
	letter-spacing: 1px;
}

.post-intro-row .text-content .meta .meta-element
{
	margin-bottom: 10px;
	margin-right: 20px;
}

@media (max-width: 767px)
{
	.post-intro-row .text-content
	{
		padding-top: 30px;
		height: 300px;
	}

	.post-intro-row .text-content h3, .post-intro-row .text-content h1
	{
		font-size: 25px !important;
		font-weight: normal;
	}

	.post-intro-row .text-content p
	{
		font-size: 18px;
	}
	
}

.post-body
{
	padding: 50px 0;
	text-align: justify;
}

.post-body p
{
}

.post-body .tab-content table
{
	width: 100% !important;
}

.post-body table th, .post-body table td
{
	padding: 7px;
}

.post-body table th
{
	background-color: #85C50B;
	font-weight: bold;
}

.post-body blockquote
{
	margin-left: 50px;
	border-left: #709ccf 5px solid;
	background-color: #fafafa;
	font-family: 'Merienda', cursive;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
}

.post-body h1, .post-body h2,  .post-body h3,  .post-body h4,  .post-body h5,  .post-body h6
{
	font-family: 'Libre Baskerville', serif;
}

/*.post-body img{*/
/*    max-width: 100%;*/
/*}*/

.post-content-tabs .nav-tabs
{
	border-color: #8A8886;
}

.post-content-tabs .nav-tabs > li a
{
	font-size: 16px;
	font-weight: bold;
	color: #8A8886;
}

.post-content-tabs .nav-tabs > li.active
{
	background: none;
	color: #fff;
}

.post-content-tabs .nav-tabs > li.active a
{
	background: none;
	border: none;
	border-bottom: #523B5D 2px solid;
	color: #523B5D;
}

.post-content-tabs .nav-tabs > li:hover a
{
	background: none;
	border: none;
	font-size: 16px;
	color: #20ad96;
	border-bottom: #20ad96 2px solid;
}

/*
widget
*/
.widget-1
{
	margin-bottom: 50px;
}

.widget-1 .widget-heading
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 25px;
	border-bottom: #333 1px solid;
	margin-bottom: 25px;
	font-family: 'Libre Baskerville', serif;
}

.widget-form .input-group .form-control
{
	border: none;
	box-shadow: none;
	background-color: #f3f3f3;
	padding: 20px;
}

.widget-form .input-group .btn
{
	border: none;
	background-color: #523B5D;
	color: #fff;
	padding: 10px;
}

.widget-1 .widget-list .media
{
	border-bottom: #f5f5f5 dotted 1px;
	padding-bottom: 5px;
	text-align: left !important;
	display: flex; /* Added by Atchaya on 14-Jul-2023 to handle BS 5.3 */
}

.widget-1 .widget-list .media .media-object
{
	width: 100px;
	height: 75px;
	border-radius: 25px;
	border: #f5f5f5 thin solid;
	padding: 10px;
	margin: 5px 0;
}

.widget-1 .widget-list .media .media-object:hover
{
	box-shadow: #ddd 2px 3px 5px;
}

.widget-1 .widget-list .media .media-heading
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.widget-1 .widget-list .media .media-body .meta
{
	color: #85C50B;
	font-weight: bold;
}

/*
downloadable-list
*/
.downloadable-list
{
	margin: 10px 0;
	border-top: #8A8886 1px solid;
	padding: 10px 0;
}

.downloadable-list .heading
{
	font-size: 20px;
	color: #20ad96;
	margin-bottom: 5px;
	font-family: 'Libre Baskerville', serif;
}

.downloadable-list .content .list-group
{
	border-radius: 0;
}

.downloadable-list .content .list-group .list-group-item
{
	border: none;
	border-radius: 0;
}

.downloadable-list .content .list-group .list-group-item.active, .downloadable-list .content .list-group .list-group-item
{
	background: none;
	color: #000;
	padding: 2px 0;
}

.downloadable-list .content .list-group .list-group-item span
{
	color: #20ad96;
	margin-right: 10px;
	font-weight: normal;
}

/*
contact-tiles
*/
.contact-tiles .heading
{
	text-align: center;
	font-size: 35px;
	margin-bottom: 40px;
	line-height: 45px;
	font-weight: bold; 
	font-family: 'Libre Baskerville', serif;
}

.contact-tiles .contact-tile
{
	margin-bottom: 20px;
}

.contact-tiles .contact-tile .media-left i
{
	font-size: 30px;
}


.contact-tiles .contact-tile .media .media-heading
{
	font-weight: bold;
	font-size: 18px;
	color: #523B5D;
	margin: 0px;
}

.contact-tiles .contact-tile .media .media-body
{
	padding-left: 10px;
}

.contact-tiles .contact-tile .media .media-body .body
{
	margin-top: 10px;
	line-height: 30px;
}

@media (max-width: 767px)
{
	.contact-tiles .heading
	{
		font-size: 25px;
	}
}

/*
form-1
*/
.form-1 .form-group .form-control
{
	background-color: #f3f3f3;
	padding: 20px 15px;
	font-size: 18px;
	margin: 5px; /* Added by Atchaya on 14-Jul-2023 to handle BS 5.3 */
}

.form-1 .form-group select.form-control
{
	font-size: 14px;
	padding: 8px 15px;
}

.form-1 .input-group .input-group-btn>.btn
{
	padding: 10px 15px;
	background-color: #523B5D;
	color: #fff;
}

.form-2 .form-group .form-control:focus
{
	border: #20ad96 thin solid;
}

/*
student-app
*/
.student-app .informaiton-box
{
	background-color: #f5f5f5;
	padding: 25px;
	border: #20ad96 thin solid;
	border-radius: 25px;
}

.student-app .heading
{
	text-align: center;
	font-size: 35px;
	margin-bottom: 40px;
	line-height: 45px;
	font-weight: bold; 
	font-family: 'Libre Baskerville', serif;
}

.student-app .informaiton-box .table-student-file tr, .student-app .informaiton-box .table-student-file td
{
	border: none;
}

.student-app .informaiton-box .table-student-file tr
{
	border-bottom: #85C50B thin solid;
}

/*
event_feedback
*/
.event_feedback
{
	border-bottom: #000 dotted 1px;
	margin-left: 0px;
	padding-left: 25px;
	border-left: #709ccf 5px solid;
	background-color: #fafafa;
	font-family: 'Merienda', cursive;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

.event_feedback .name
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
}

.event_feedback .rating
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
}

.event_feedback .content
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
}
.dropdown-menu .dropdown-submenu {
    /* display: block; */
    position: absolute;
    left: 100%;
    top: 0px;
	white-space: nowrap;
	 
    }
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }


.package-card {
            margin: 20px 0;
            padding: 20px;
            border-radius: 15px;
            background: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }
        .package-card:hover {
            transform: translateY(-10px);
        }
        .package-header {
            background-color: #007bff;
            color: #ffffff;
            padding: 15px;
            border-radius: 10px 10px 0 0;
            text-align: center;
        }
        .package-body {
            padding: 20px;
        }
        .package-title {
            margin-bottom: 10px;
            font-size: 1.5rem;
            font-weight: bold;
            color: #007bff;
        }
        .package-list {
            padding-left: 1rem;
        }
        .package-list li {
            margin-bottom: 10px;
        }