.scrollbar {
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #fff;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.force-overflow {
	min-height: 450px;
}


.scrollbar-info::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #3b72b3;
}

.scrollbar-info {
	scrollbar-color: #092A4B #F5F5F5;
}

.event-date {	
	float:left;
	text-align:center;
	margin: 0 auto 1.5rem;
	display: table-cell;
	background-color:#092A4B;
	color:#c19100;
}

.event-date .event-month {
	margin: 0;
	background-color:#092A4B;
	color:#fff;
	padding: 0.7rem 1.5rem;
	text-align: center; 
	font-size: 20px;
	font-weight:700
}

.event-date .event-day {
	margin: 0;
	padding: 0.2rem 2rem;
	text-align: center;
	font-size: 20px;
	background-color: #fff;
	color: #092A4B;
	border: 1px solid #092A4B;
	font-weight: 700;
}

.btn-16:hover {
	Background-color: #c19100 !important;
}



.section{ padding: 40px 0;}
.section-title{ font-size:18px; text-align: left; color:#092A4B; }
.sectionContent{border-bottom:1px solid #092A4B;}
.sectionHeading{ font-weight: bold; padding-bottom: 2px; font-size: 15px; height: 60px; overflow: hidden;}
.sectionDescription{ font-size:13px; font-weight:bold; margin-top:5px; height: 25px; overflow: hidden;}

#eventSection img{height: 90px; width: 100%;}

#carousel-area .item { height:780px !important; }

@media (max-width: 533px){
	#carousel-area .item { height:225px !important; }
	.sectionHeading{ font-size: 14px; line-height: 20px; height: 60px; overflow: hidden;}
}

@media (min-width: 500px) and (max-width: 776px){
	#carousel-area .item { height:300px !important;}
	.navbar {margin-bottom: 30px;}	
}
@media (min-width: 767px) and (max-width: 991px) {
	.navbar-header {width:45%;}
}

@media (min-width: 777px) and (max-width: 991px) {
	#carousel-area .item { height:450px !important; }
}

@media (width: 992px){
	#carousel-area .item { height:590px !important; }
}

@media (min-width: 993px) and (max-width: 1018px)  {
	#carousel-area .item { height:505px !important; }
}


button {margin: 20px;}
.custom-btn {
	width: 150px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	7px 7px 20px 0px rgba(0,0,0,.1),
	4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
}
.btn-16 {
	border: none;
	color: #000;
}
.btn-16:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	box-shadow:
	-7px -7px 20px 0px #fff9,
	-4px -4px 5px 0px #fff9,
	7px 7px 20px 0px #0002,
	4px 4px 5px 0px #0001;
	transition: all 0.3s ease;
}
.btn-16:hover {
	color: #000;
}
.btn-16:hover:after {
	left: auto;
	right: 0;
	width: 100%;
}
.btn-16:active {
	top: 2px;
}

.card {
	background-color: #3b72b3;
	display: table;
	width: 100%;
	height: 132px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 3px;

	.icon {
		width: 48px;
		height: 100%;
		display: table-cell;
		position: relative;

		&:after {
			content: '';
			height: 100%;
			width: 0;
			position: absolute;
			right: -90px;
			top: 0;
			border-right: 90px solid transparent;
			border-left: 0px;
			border-bottom: 272px solid currentColor;
		}
		background-color: currentColor;
		i {
			position: absolute;
			bottom:25px;
			left: 25px;
			color:  #fff;
			font-size: 28px;
			z-index: 1;
		}
	}


	.content-wrap {
		padding: 10px;
		padding-left: 62px;
		display: table-cell;
		vertical-align: middle;
		.item-title {
			display: inline-block;
			font-size: 20px;
			color: #fff;
			margin-bottom: 3px;
			font-weight: bold;
		}
		.text {
			color: #fff;
			font-size: 15px;
		}
	}
}
.nav-tabs>li>a{background: #c19100 !important; color: #fff !important;}
.nav-tabs>li.active>a, .nav-tabs>li>a:hover{background: #092A4B !important; color: #fff !important;}

#myBtn{
	color:white;background-color:#092A4B; border: none; font-size: 13px; margin: 4px 2px;cursor: pointer; 
}

#myBtn:hover{
	background-color:#c19100;border: none; font-size: 13px; margin: 4px 2px;cursor: pointer;
}

.clr-golden{
	color:#c19100;
}

p{
	color: #333;
}
.con-title {
	text-align: center;
	margin-bottom: 40px;
	color:#c19100;
}
.separator{
	margin: 0 auto;
	width: 100%;
	max-width: 10%;
	clear: both;   
	border: 2px solid #092A4B;
}

.courses-wrap .course-detail-wrap .course-content h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;   
}

.btn-common::before {
	background-color: #c19100 !important;
	color: #fff !important;
}