@charset "utf-8";
/* CSS Document */
.py100{
	padding-top: 100px;
	padding-bottom: 100px;
}
/*  ----------------------------------------------------
event_calender
-------------------------------------------------------- */
.table.event_calender {
  position: relative;
	max-width: 100%;
	margin: 60px auto;
	background-color: none;
}
.event_calender th, .event_calender td{
	border-bottom: 40px solid #FFF!important;
	border-top: 40px solid #FFF!important;
	border-collapse: separate;
}
.table.event_calender thead.event_title {
  background-color: #f50136;
  color: #ffffff;
  border: 0;
}
.table.event_calender thead.event_title th {
  vertical-align: bottom;
  border: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.table.event_calender thead.event_title th i {
  font-size: 32px;
  float: left;
  line-height: 1;
}
.table.event_calender thead.event_title th span {
  margin-left: 10px;
  padding: 3px 0;
  display: inline-block;
}
.table.event_calender tbody {
  background-color: #f0f2f6;
}
.table.event_calender tbody td, .table.event_calender tbody th {
  padding: 30px 25px;
  border: 0;
  vertical-align: middle;
  text-align: center;
	border-bottom: 1px solid #ccc;
}

.table.event_calender tbody td img, .table.event_calender tbody th img {
  border-radius: 4px;
  display: block;
  max-width: 100px;
}
td.event-category{
	width: 15%;
}
.table.event_calender tbody td.event_date {
  font-weight: 600;
  font-size: 20px;
  color: #333;
	text-align: center;
	width: 25%;
	border-right: 3px solid #74bb2a;
}

.table.event_calender tbody td.event_date span {
  /*display: block;*/
  font-weight: 400;
  font-size: 14px;
	writing-mode: vertical-lr;
	text-align: center;
}
.vertical{
	font-weight: 400;
  font-size: 14px;
	writing-mode: vertical-lr;
	text-align: center;
	margin: 0 auto;
}
.table.event_calender tbody td.event_place{
	text-align:left;
	padding: 20px;
}
.table.event_calender tbody td.event_place h5 {
  font-size: 20px;
	margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 600;
	color: #478B00;
}
.table.event_calender tbody td.event_place h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.table.event_calender tbody td, .table.event_calender tbody td.event_date, .table.event_calender tbody th {
  display: block;
	width: 100%;
	max-width: 100%;
	border-right: none;
	}
	.table.event_calender tbody td, .table.event_calender tbody th {
  padding: 5px;
}
	.table.event_calender tbody td.event_place{
	padding: 10px;
		margin-top: -50px;
}
	.table.event_calender tbody td.event_place h5 {
	margin-top: 0px;
}
}
.table.event_calender tbody td.buy_link a {
  text-transform: capitalize;
  font-weight: 600;
  color: #f50136;
  text-decoration: underline;
  line-height: 24px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.table.event_calender tbody td.buy_link a:hover {
  color: #18181c;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
a {
 word-break: break-all;
}
.internship{
	background-color: #b1dfbb;
}
.guidance{
	background-color: #c9e40b;
}
.jointseminar{
	background-color:#9EF13E;
}