/* custom on bootstrap 3*/
@media (max-width: 575px) {
	.text-xs-left {
		text-align: left !important;
	}

	.text-xs-right {
		text-align: right !important;
	}

	.text-xs-center {
		text-align: center !important;
	}
}

@media (max-width: 768px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}


.w-100 {
	width: 100%;
}

/* end custom on bootstrap 3*/

/*header*/
#header {
	background: white;
}

.primary-header {
	padding: 0;
}

@media (min-width: 768px) {
	#site-logo {
		max-width: 379px;
	}
}

.social-icons a:hover, .social-icons a:focus {
	color: #000;
}

#header .social-icons > li {
	margin-right: 0;
}

.social-icons a {
	font-size: 18px;
	color: #4d4641;
	vertical-align: middle;
	line-height: 70px;
}

/*navbar*/
.navbar-default {
	border-radius: 0;
}

h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h2 strong, .h2 strong, h4 strong, .h4 strong {
	border-bottom: none !important;
}
/* services */
.how-to-help {
	background: #fbfaf8;
	padding-top: 50px;
	padding-bottom: 40px;
}
/* news & events */
.latest-news {
	/*padding-bottom: 0px;*/
	background: #fff;
}

.pagination {
	margin: 0 auto 20px;
}

/*See what we offer*/
.see-what-we-offer-box {
	background: #ECC731;
	min-height: 15px;
	padding: 0;
}

@media (min-width: 768px) {
	.modal-dialog {
		margin: 40px auto;
	}
}

/* our partners */
.our-partner {
	padding-bottom: 20px;
	/*background: #fbfaf8;*/
}

.slick-img {
	margin: 0 auto;
}

/* space between slides */
.slick-slide {
	margin: 0 10px;
}

/*footer*/
.sitemap-item {
	padding: 6px 6px;
}

.social-media-item {
	padding: 0 15px 0 0;
	font-size: 18px;
}

.copyright {
	margin-top: 0;
}

/* start style about-us */
#about-us {
	margin-top: 50px;
}

.work-block-heading {
	margin-top: 50px;
}

/* end style about us */
/*for page Library*/
.img-menu {
	margin-top: 60px;
}

.img-menu img {
	width: 100%;
}

.img-menu .col-xs-12 {
	padding: 0px;
}

.img-menu .text-center span {
	font-weight: bold;
	font-size: 20px;
	margin-top: 5px;
}
.bg-white{
	background: white !important;
}
/*.table-striped > tbody > tr:nth-child(odd)> td, .table-striped > tbody > tr:nth-child(odd)> th {
	background: white !important;
}*/
/*search botton*/
.d-none {
	display: none;
}

.form-control {
	border-radius: 0 !important;
}

.flat {
	border-radius: 0 !important;
}

.dataTables_length {
	display: none;
}

table.dataTable thead {
	background-color: #b3ced2;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin: 20px 0;
	white-space: nowrap;
	text-align: right;
}

#search-box {
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn-orange {
	background-color: #FFD33F;
}
#btn-advance-search{
	text-transform: capitalize;
	padding: 10px 0;
}
.row-parent:hover{
	cursor: pointer;
}
.btn-pdf,.book-location{
	font-size: 22px;
}
#advance-search-box{
	margin-bottom: 20px;
}
/*for page contact*/
@media (min-width: 768px) {
	.contact-form:before {
		content: '';
		width: 1px;
		height: 100%;
		background: #eeebe6;
		position: absolute;
		right: 0;
		top: 0;
	}

	.contact-form {
		padding-right: 50px;
	}

	.contact-address {
		padding-left: 50px;
	}
}
.contact-address h2 {
	margin-top: 0;
}

/* begin announcement */

.faq .panel-default > .panel-heading {
	padding: 0;
	background: none;
	border: 1px solid #ecc731;
}

.faq .panel-default > .panel-heading a {
	padding: 13px 60px 14px 28px;
	color: #608dca;
	position: relative;
	font-weight: bold;
}

.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 20px 18px;
	background: none;
}
.faq .collape-plus {
	color: black;
}

.panel-collapse {
	border: none;
	/*border-top: none;*/
}

.side-nav li a {
	color: #428bca;
}

/*.faq h3 {
	margin-top: 0;
	margin-bottom: 0;
}*/

@media (min-width: 768px) {
	.announcement-detail {
		padding-right: 30px;
	}

	.announcement-detail:before {
		content: '';
		width: 1px;
		height: 100%;
		background: #eeebe6;
		position: absolute;
		right: -1%;
		top: 0;
	}

	.announcement-categories {
		padding-left: 30px;
	}
}

.badge {
	background-color: #608dca;
	position: absolute;
	right: 4%;
	margin-top: 2%;
}
.staff-photo{
	max-width: 263px;
	max-height: 179px;
}
/* FOR PAGE OUR PROGRAMS */
/* customize slick */
.slick-track{
	padding: 10px 0;
}
/* start front page of Our Programs */
.prog-container {
	padding-bottom: 20px;
}
.odd-row{
	background: #F9F9F9; /* apply background to the whole row (related to odd/even) */
}
.prog-items{
	/*border: 1px solid;*/
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0 0 10px 1px #888888;
}
.prog-items:focus{
	/* below 2 lines remove blue outline from focus state */
	-moz-outline: 0 none;
	outline: 0 none;
}
.prog-header {
	margin-bottom: 0;
}

.btn-cycle {
	font-size: 30px;
	padding: 0;
	border: none;
	color: #969696;
}

.btn-cycle:hover, .btn-cycle:focus, .btn-cycle:active, .btn-cycle:active:focus {
	background: none;
	border: none;
	color: black;
	box-shadow: none;
	/* below 2 lines remove blue outline from focus state */
	-moz-outline: 0 none;
	outline: 0 none;
}
/* FOR PAGE DETAIL NEWS & EVENTS */
#related-news-events-block {
	margin-top: 50px;
}
/* FOR PAGE LABORATORY */
.key-success-item {
	margin-bottom: 40px;
}

.key-success-title {
	margin-bottom: 0;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 7px 10px;
	line-height: 1;
}
.nav-tabs > li > a {
	border-radius: 0;
	line-height: 1;
	min-width: 100px;
	font-size: 15px;
	color: #302f2c;
	text-align: center;
	margin-right: 0;
}
.side-nav{
	padding-left: 20px;
	margin-top: 40px;
}
.text-center{
	text-align: center!important;
}
