@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');

/*
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;
}

/*
navbar-default
*/
.navbar-brand
{
}

.navbar-default
{
	border-radius: 0px;
	border: none;
	background: none;
	background-color: #fff;
	border-bottom: #ddd 2px solid;
	box-shadow: #ddd 0px 3px 5px;
	z-index: 9;
}

.navbar-default a
{
	margin: 5px;
}

.navbar-default li a
{
		
}

.navbar-default li a.special-1
{
	background-color: #85C50B;
	color: #fff;
	border-radius: 10px;
}

.navbar-default li a.special-1:hover
{
	background-color: #F8B912;
	color: #fff;
}

.navbar-default .dropdown-menu
{
	padding: 0;
	min-width: 100%;
	border: none;
	margin-top: 1px !important;
}

.navbar-default .dropdown-menu li a
{
	color: #999;
}

.navbar-default .dropdown-menu li a:hover
{
	background: none;
	color: #000;
}

.navbar .navbar-nav>.open,
.navbar .navbar-nav>.open>a, 
.navbar .navbar-nav>.open>a:focus, 
.navbar .navbar-nav>.open>a:hover {
    background-color: #20ad96;
	color: #fff;
}
/*
home page
*/
.home-intro-row
{
	background-color: #e9e6e3;
}

.home-intro-row .text-content
{
	padding: 100px 0px;
	padding-bottom: 25px;
}

.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: 50px;
	padding-bottom: 25px;
}

@media (max-width: 767px)
{
	.home-intro-row .text-content
	{
		padding: 40px 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;
}

/*
white-row-1
*/
.white-row-1
{
	background-color: #fff;
	margin: 40px 0;
}

.white-row-1 .row-heading
{
	color: #523B5D;
	text-align: center;
	font-size: 40px;
	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;
}

@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;
}

@media (max-width: 767px)
{
	.grey-row-1
	{
		margin: 20px 0;
	}
}


/*
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
*/
.section-intro-2
{
	text-align: center;
	border-radius: 10px;
	margin-bottom: 10px;
	height: 375px;
	background-color: #fff;
}

.section-intro-2:hover
{
	background-color: #fff;
}

.section-intro-2 img
{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 140px;
	width: 225px;
	
}

.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;
}

@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: left;
	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: 100%;
	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;
}

.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: 40px 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;
}

.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-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;
}

.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;
}

.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;
}
