


.text-component {
	--component-body-line-height: calc(var(--body-line-height)*var(--line-height-multiplier, 1));
	--component-heading-line-height: calc(var(--heading-line-height)*var(--line-height-multiplier, 1))
}

.text-component h1,
.text-component h2,
.text-component h3,
.text-component h4 {
	line-height: 1.2;
	line-height: var(--component-heading-line-height, 1.2);
	margin-bottom: 0.25em;
	margin-bottom: calc(var(--space-xxxs)*var(--text-vspace-multiplier, 1))
}

.text-component h2,
.text-component h3,
.text-component h4 {
	margin-top: 0.75em;
	margin-top: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
}

.text-component p,
.text-component blockquote,
.text-component ul li,
.text-component ol li {
	line-height: 1.4;
	line-height: var(--component-body-line-height)
}

.text-component ul,
.text-component ol,
.text-component p,
.text-component blockquote,
.text-component .text-component__block {
	margin-bottom: 0.75em;
	margin-bottom: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
}

.text-component ul,
.text-component ol {
	padding-left: 1em
}

.text-component ul {
	list-style-type: disc
}

.text-component ol {
	list-style-type: decimal
}

.text-component img {
	display: block;
	margin: 0 auto
}

.text-component figcaption {
	text-align: center;
	margin-top: 0.5em;
	margin-top: var(--space-xs)
}

.text-component em {
	font-style: italic
}

.text-component hr {
	margin-top: 2em;
	margin-top: calc(var(--space-lg)*var(--text-vspace-multiplier, 1));
	margin-bottom: 2em;
	margin-bottom: calc(var(--space-lg)*var(--text-vspace-multiplier, 1));
	margin-left: auto;
	margin-right: auto
}

.text-component>*:first-child {
	margin-top: 0
}

.text-component>*:last-child {
	margin-bottom: 0
}

.text-component__block--full-width {
	width: 100vw;
	margin-left: calc(50% - 50vw)
}

@media (min-width: 48rem) {
	.text-component__block--left,
	.text-component__block--right {
		width: 45%
	}
	.text-component__block--left img,
	.text-component__block--right img {
		width: 100%
	}
	.text-component__block--left {
		float: left;
		margin-right: 0.75em;
		margin-right: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
	}
	.text-component__block--right {
		float: right;
		margin-left: 0.75em;
		margin-left: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
	}
}

@media (min-width: 90rem) {
	.text-component__block--outset {
		width: calc(100% + 10.5em);
		width: calc(100% + 2*var(--space-xxl))
	}
	.text-component__block--outset img {
		width: 100%
	}
	.text-component__block--outset:not(.text-component__block--right) {
		margin-left: -5.25em;
		margin-left: calc(-1*var(--space-xxl))
	}
	.text-component__block--left,
	.text-component__block--right {
		width: 50%
	}
	.text-component__block--right.text-component__block--outset {
		margin-right: -5.25em;
		margin-right: calc(-1*var(--space-xxl))
	}
}

:root {
	--icon-xxs: 12px;
	--icon-xs: 16px;
	--icon-sm: 24px;
	--icon-md: 32px;
	--icon-lg: 48px;
	--icon-xl: 64px;
	--icon-xxl: 128px
}


.radio-list>*,
.checkbox-list>* {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 0.375em;
	margin-bottom: var(--space-xxs)
}

.radio-list>*:last-of-type,
.checkbox-list>*:last-of-type {
	margin-bottom: 0
}

.radio-list label,
.checkbox-list label {
	line-height: 1.4;
	line-height: var(--body-line-height);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio-list input,
.checkbox-list input {
	vertical-align: top;
	margin-right: 0.25em;
	margin-right: var(--space-xxxs);
	-ms-flex-negative: 0;
	flex-shrink: 0
}


.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-replace {
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap
}


:root {
	--btn-font-size: 1em;
	--btn-font-size-sm: calc(var(--btn-font-size) - 0.2em);
	--btn-font-size-md: calc(var(--btn-font-size) + 0.2em);
	--btn-font-size-lg: calc(var(--btn-font-size) + 0.4em);
	--btn-radius: 0.25em;
	--btn-padding-x: var(--space-sm);
	--btn-padding-y: var(--space-xs)
}



:root {
	--form-control-padding-x: var(--space-sm);
	--form-control-padding-y: var(--space-xs);
	--form-control-radius: 0.25em
}

:root {
	--cd-color-1: hsl(0, 0%, 22%);
	--cd-color-1-h: 0;
	--cd-color-1-s: 0%;
	--cd-color-1-l: 22%;
	--cd-color-2: hsl(74, 93%, 32%);
	--cd-color-2-h: 74;
	--cd-color-2-s: 93%;
	--cd-color-2-l: 32%;
	--cd-color-3: hsl(0, 0%, 97%);
	--cd-color-3-h: 0;
	--cd-color-3-s: 0%;
	--cd-color-3-l: 97%;
	--font-primary: 'Fira Sans', sans-serif;
	--font-secondary: 'Playfair Display', serif
}


  .cd-h-timeline {
	opacity: 0;
	transition: opacity 0.2s
}

  .cd-h-timeline--loaded {
	opacity: 1
}

  .cd-h-timeline__container {
	position: relative;
	height: 100px;
	max-width: 800px
}

  .cd-h-timeline__dates {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden
}

  .cd-h-timeline__dates::after,
  .cd-h-timeline__dates::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 20px
}

  .cd-h-timeline__dates::before {
	left: 0;
	background: linear-gradient(to right, hsl(0, 0%, 97%), hsla(0, 0%, 97%, 0));
	background: linear-gradient(to right, var(--cd-color-3), hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0))
}

  .cd-h-timeline__dates::after {
	right: 0;
	background: linear-gradient(to left, hsl(0, 0%, 97%), hsla(0, 0%, 97%, 0));
	background: linear-gradient(to left, var(--cd-color-3), hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0))
}

  .cd-h-timeline__line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	background-color: hsl(0, 0%, 87.3%);
	background-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9));
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

  .cd-h-timeline__filling-line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: hsl(74, 93%, 32%);
	background-color: var(--cd-color-2);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}

  .cd-h-timeline__date {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 0.75em;
	padding-bottom: var(--space-sm);
	color: hsl(0, 0%, 22%);
	color: var(--cd-color-1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none
}

  .cd-h-timeline__date::after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -18px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: hsl(0, 0%, 87.3%);
	border-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9));
	background-color: hsl(0, 0%, 97%);
	background-color: var(--cd-color-3);
	transition: background-color 0.3s, border-color .3s
}

  .cd-h-timeline__date:hover::after {
	background-color: hsl(74, 93%, 32%);
	background-color: var(--cd-color-2);
	border-color: hsl(74, 93%, 32%);
	border-color: var(--cd-color-2)
}

@media (min-width: 64rem) {
	  .cd-h-timeline__date {
		font-size: 0.7em
	}
}
.cd-h-timeline__date {
    font-size: 1em;
    font-weight: 600;
    padding: 10px;
    background: #ddd;
    margin: 0 0 12px 0;
}
  .cd-h-timeline__date--selected {
	pointer-events: none;
	background:#7a9d06;
	color: #fff;
}

  .cd-h-timeline__date--selected::after {
	background-color: hsl(74, 93%, 32%);
	background-color: var(--cd-color-2);
	border-color: hsl(74, 93%, 32%);
	border-color: var(--cd-color-2)
}

  .cd-h-timeline__date--older-event::after {
	border-color: hsl(74, 93%, 32%);
	border-color: var(--cd-color-2)
}

  .cd-h-timeline__navigation {
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: hsl(0, 0%, 87.3%);
	border-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9));
	transition: border-color 0.3s
}

  .cd-h-timeline__navigation::after {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../img/cd-arrow.svg) no-repeat 0 0
}

  .cd-h-timeline__navigation:hover {
	border-color: hsl(74, 93%, 32%);
	border-color: var(--cd-color-2)
}

  .cd-h-timeline__navigation--prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

  .cd-h-timeline__navigation--next {
	right: 0
}

  .cd-h-timeline__navigation--inactive {
	cursor: not-allowed
}

  .cd-h-timeline__navigation--inactive::after {
	background-position: 0 -16px
}

  .cd-h-timeline__navigation--inactive:hover {
	border-color: hsl(0, 0%, 87.3%);
	border-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9))
}

  .cd-h-timeline__events {
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: height .4s
}

  .cd-h-timeline__event {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 1px 5%;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

  .cd-h-timeline__event--selected {
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	list-style: none;
}

  .cd-h-timeline__event--enter-right,
  .cd-h-timeline__event--leave-right {
	-webkit-animation-name: cd-enter-right;
	animation-name: cd-enter-right
}

  .cd-h-timeline__event--enter-left,
  .cd-h-timeline__event--leave-left {
	-webkit-animation-name: cd-enter-left;
	animation-name: cd-enter-left
}

  .cd-h-timeline__event--leave-right,
  .cd-h-timeline__event--leave-left {
	animation-direction: reverse
}

  .cd-h-timeline__event-content {
	max-width: 800px
}

  .cd-h-timeline__event-title {
	color: hsl(0, 0%, 22%);
	color: var(--cd-color-1);
	font-family: 'Playfair Display', serif;
	font-family: var(--font-secondary);
	font-weight: 700;
	font-size: 2.48832em;
	font-size: var(--text-xxxl)
}

  .cd-h-timeline__event-date {
	display: block;
	font-style: italic;
	margin: 0.5em auto;
	margin: var(--space-xs) auto
}

  .cd-h-timeline__event-date::before {
	content: '- '
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}
.cd-h-timeline__line ol li {
    list-style: none;
}
.outerOfSchedule {
    margin: 40px 0 40px 0;
    padding: 40px 0 40px 0;
}
.iconOdTeacher {
    width: 80px;
    float: left;
}

.outerOFcdIs {
    width: 50%;
    padding: 0 10px 0 10px;
    float: left;
}

.inerofBatch {
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 0 10px 0;
    border-radius: 10px;
    margin: 19px 0px 0 0;
    float: left;
    width: 100%;
}
.timeofstart {
    float: left;
    padding: 5px 20px 5px 20px;
    background: #2558a8;
	margin: 0 10px 0 0;
	color:#fff;
}
.cd-h-timeline__event-content .cd-h-timeline__event-date {
    font-size: 30px;
}
