.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius:6px;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f3264;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:6px;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
  border-radius:6px;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius:6px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .9s ease-in-out;
	transition: .9s ease-in-out;
	opacity: 0;
}
figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .9s ease-in-out;
	transition: .9s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.flex {
	display: -ms-flexbox;
	display: flex
}
.flex > * {
	display: inline-block
}
.flex--wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flex--column {
	-ms-flex-direction: column;
	flex-direction: column
}
.flex--end {
	-ms-flex-pack: end;
	justify-content: flex-end
}
.flex--center {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.flex--center-x {
	-ms-flex-pack: center;
	justify-content: center
}
.flex--center-y {
	-ms-flex-align: center;
	align-items: center
}
.flex--space-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flex--space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.flex--space-evenly {
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}
.flex--grow > * {
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flex--shrink-none > * {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.flex--gap > *, .flex--gap-md > *, .flex-gap > *, .flex-gap--md > * {
	margin-right: 1.25em;
	margin-right: var(--space-md)
}
.flex--gap > *:last-child, .flex--gap-md > *:last-child, .flex-gap > *:last-child, .flex-gap--md > *:last-child {
	margin-right: 0
}
.flex--wrap.flex--gap, .flex--wrap.flex--gap-md, .flex--wrap.flex-gap, .flex--wrap.flex-gap--md {
	margin-bottom: -1.25em;
	margin-bottom: calc(-1*var(--space-md))
}
.flex--wrap.flex--gap > *, .flex--wrap.flex--gap-md > *, .flex--wrap.flex-gap > *, .flex--wrap.flex-gap--md > * {
	margin-bottom: 1.25em;
	margin-bottom: var(--space-md)
}
.flex--gap-xxs > *, .flex-gap--xxs > * {
	margin-right: 0.375em;
	margin-right: var(--space-xxs)
}
.flex--gap-xxs > *:last-child, .flex-gap--xxs > *:last-child {
	margin-right: 0
}
.flex--wrap.flex--gap-xxs, .flex--wrap.flex-gap--xxs {
	margin-bottom: -0.375em;
	margin-bottom: calc(-1*var(--space-xxs))
}
.flex--wrap.flex--gap-xxs > *, .flex--wrap.flex-gap--xxs > * {
	margin-bottom: 0.375em;
	margin-bottom: var(--space-xxs)
}
.flex--gap-xs > *, .flex-gap--xs > * {
	margin-right: 0.5em;
	margin-right: var(--space-xs)
}
.flex--gap-xs > *:last-child, .flex-gap--xs > *:last-child {
	margin-right: 0
}
.flex--wrap.flex--gap-xs, .flex--wrap.flex-gap--xs {
	margin-bottom: -0.5em;
	margin-bottom: calc(-1*var(--space-xs))
}
.flex--wrap.flex--gap-xs > *, .flex--wrap.flex-gap--xs > * {
	margin-bottom: 0.5em;
	margin-bottom: var(--space-xs)
}
.flex--gap-sm > *, .flex-gap--sm > * {
	margin-right: 0.75em;
	margin-right: var(--space-sm)
}
.flex--gap-sm > *:last-child, .flex-gap--sm > *:last-child {
	margin-right: 0
}
.flex--wrap.flex--gap-sm, .flex--wrap.flex-gap--sm {
	margin-bottom: -0.75em;
	margin-bottom: calc(-1*var(--space-sm))
}
.flex--wrap.flex--gap-sm > *, .flex--wrap.flex-gap--sm > * {
	margin-bottom: 0.75em;
	margin-bottom: var(--space-sm)
}
.flex--gap-lg > *, .flex-gap--lg > * {
	margin-right: 2em;
	margin-right: var(--space-lg)
}
.flex--gap-lg > *:last-child, .flex-gap--lg > *:last-child {
	margin-right: 0
}
.flex--wrap.flex--gap-lg, .flex--wrap.flex-gap--lg {
	margin-bottom: -2em;
	margin-bottom: calc(-1*var(--space-lg))
}
.flex--wrap.flex--gap-lg > *, .flex--wrap.flex-gap--lg > * {
	margin-bottom: 2em;
	margin-bottom: var(--space-lg)
}
.flex--gap-xl > *, .flex-gap--xl > * {
	margin-right: 3.25em;
	margin-right: var(--space-xl)
}
.flex--gap-xl > *:last-child, .flex-gap--xl > *:last-child {
	margin-right: 0
}
.flex--wrap.flex--gap-xl, .flex--wrap.flex-gap--xl {
	margin-bottom: -3.25em;
	margin-bottom: calc(-1*var(--space-xl))
}
.flex--wrap.flex--gap-xl > *, .flex--wrap.flex-gap--xl > * {
	margin-bottom: 3.25em;
	margin-bottom: var(--space-xl)
}
.flex-item--end {
	-ms-flex-item-align: end;
	align-self: flex-end
}
.flex-item--grow {
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flex-item--shrink-none {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
:root {
	--radius: 0.25em;
	--shadow-sm: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
	--shadow-md: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
	--shadow-lg: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
	--transition-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	--transition-ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
	--transition-ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	--transition-ease-out: cubic-bezier(0.215, 0.61, 0.355, 1)
}
:root {
	--font-primary: sans-serif;
	--text-base-size: 1em;
	--text-scale-ratio: 1.2;
	--text-xs: calc(1em/var(--text-scale-ratio)/var(--text-scale-ratio));
	--text-sm: calc(var(--text-xs)*var(--text-scale-ratio));
	--text-md: calc(var(--text-sm)*var(--text-scale-ratio)*var(--text-scale-ratio));
	--text-lg: calc(var(--text-md)*var(--text-scale-ratio));
	--text-xl: calc(var(--text-lg)*var(--text-scale-ratio));
	--text-xxl: calc(var(--text-xl)*var(--text-scale-ratio));
	--text-xxxl: calc(var(--text-xxl)*var(--text-scale-ratio));
	--body-line-height: 1.4;
	--heading-line-height: 1.2;
	--font-primary-capital-letter: 1
}
@supports (--css: variables) {
	@media (min-width: 64rem) {
		:root {
			--text-base-size: 1.65em;
			--text-scale-ratio: 1.25
		}
	}
}

.text--subtle, .text-component .text--subtle {
	color: hsl(240, 1%, 48%);
	color: var(--color-contrast-medium)
}
.text--inherit, .text-component .text--inherit {
	color: inherit
}
.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));
	--line-height-multiplier: 1;
	--text-vspace-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);
	margin-bottom: 0.25em;
	margin-bottom: calc(var(--space-xxxs)*var(--text-vspace-multiplier))
}
.text-component h2, .text-component h3, .text-component h4 {
	margin-top: 0.75em;
	margin-top: calc(var(--space-sm)*var(--text-vspace-multiplier))
}
.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);
	color: hsl(240, 4%, 20%);
	color: var(--color-contrast-high)
}
.text-component ul, .text-component ol, .text-component p, .text-component blockquote {
	margin-bottom: 0.75em;
	margin-bottom: calc(var(--space-sm)*var(--text-vspace-multiplier))
}
.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 em {
	font-style: italic
}
.text-component blockquote {
	padding-left: 1em;
	border-left: 4px solid hsl(240, 1%, 83%);
	border-left: 4px solid var(--color-contrast-low)
}
.text-component hr {
	background: hsl(240, 1%, 83%);
	background: var(--color-contrast-low);
	height: 1px;
	margin: 2em auto;
	margin: calc(var(--space-lg)*var(--text-vspace-multiplier)) auto
}
.text-component > *:first-child {
	margin-top: 0
}
.text-component > *:last-child {
	margin-bottom: 0
}
.article.text-component {
	--line-height-multiplier: 1.13
}
.article.text-component ul, .article.text-component ol, .article.text-component p, .article.text-component blockquote {
	--text-vspace-multiplier: 1.2
}
.text-component__img {
	margin-bottom: 1.25em;
	margin-bottom: calc(var(--space-md)*var(--text-vspace-multiplier, 1));
	text-align: center
}
.text-component__img img {
	display: block;
	margin: 0 auto
}
.text-component__img figcaption {
	text-align: center;
	font-size: 0.83333em;
	font-size: var(--text-sm);
	color: hsl(240, 1%, 48%);
	color: var(--color-contrast-medium);
	margin-top: 0.5em;
	margin-top: var(--space-xs)
}
.text-component__content {
	margin-bottom: 1.25em;
	margin-bottom: calc(var(--space-md)*var(--text-vspace-multiplier, 1))
}
.text-component__content .text-component__img {
	margin-bottom: 0
}
@media (min-width: 37.5rem) {
	.text-component__content--left, .text-component__content--right, .text-component__img--left, .text-component__img--right {
		width: 45%
	}
	.text-component__content--left img, .text-component__content--right img, .text-component__img--left img, .text-component__img--right img {
		width: 100%
	}
	.text-component__content--left, .text-component__img--left {
		float: left;
		margin-right: 1.25em;
		margin-right: calc(var(--space-md)*var(--text-vspace-multiplier, 1))
	}
	.text-component__content--right, .text-component__img--right {
		float: right;
		margin-left: 1.25em;
		margin-left: calc(var(--space-md)*var(--text-vspace-multiplier, 1))
	}
}
@media (min-width: 90rem) {
	.text-component__content--outset, .text-component__img--outset {
		width: calc(100%+ 10.5em);
		width: calc(100%+ 2*var(--space-xxl))
	}
	.text-component__content--outset img, .text-component__img--outset img {
		width: 100%
	}
	.text-component__content--outset:not(.text-component__content--right), .text-component__img--outset:not(.text-component__img--right) {
		margin-left: -5.25em;
		margin-left: calc(-1*var(--space-xxl))
	}
	.text-component__content--left, .text-component__content--right, .text-component__img--left, .text-component__img--right {
		width: 50%
	}
	.text-component__content--right.text-component__content--outset, .text-component__img--right.text-component__img--outset {
		margin-right: -5.25em;
		margin-right: calc(-1*var(--space-xxl))
	}
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text--center {
	text-align: center
}

:root {
	--cd-color-1: hsl(206, 21%, 24%);
	--cd-color-1-h: 206;
	--cd-color-1-s: 21%;
	--cd-color-1-l: 24%;
	--cd-color-2: hsl(205, 38%, 89%);
	--cd-color-2-h: 205;
	--cd-color-2-s: 38%;
	--cd-color-2-l: 89%;
	--cd-color-3: hsl(207, 10%, 55%);
	--cd-color-3-h: 207;
	--cd-color-3-s: 10%;
	--cd-color-3-l: 55%;
	--cd-color-4: hsl(111, 51%, 60%);
	--cd-color-4-h: 111;
	--cd-color-4-s: 51%;
	--cd-color-4-l: 60%;
	--cd-color-5: hsl(356, 53%, 49%);
	--cd-color-5-h: 356;
	--cd-color-5-s: 53%;
	--cd-color-5-l: 49%;
	--cd-color-6: hsl(47, 85%, 61%);
	--cd-color-6-h: 47;
	--cd-color-6-s: 85%;
	--cd-color-6-l: 61%;
	--cd-header-height: 200px;
	--font-primary: 'Droid Serif', serif;
	--font-secondary: 'Open Sans', sans-serif
}
@supports (--css: variables) {
	@media (min-width: 64rem) {
		:root {
			--cd-header-height: 300px
		}
	}
}
.cd-main-header {
	height: 200px;
	height: var(--cd-header-height);
	background: hsl(206, 21%, 24%);
	background: var(--cd-color-1);
	color: hsl(0, 0%, 100%);
	color: var(--color-white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.cd-main-header h1 {
	font-family: 'Open Sans', sans-serif;
	font-family: var(--font-secondary);
	color: inherit
}
.cd-timeline::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000;
    opacity: .8;
	background-size: cover;
	
}
.cd-timeline {
	 z-index: 100;
	overflow: hidden;
	padding: 2em 0;
	padding: var(--space-lg) 0;
	color: hsl(207, 10%, 55%);
	color: var(--cd-color-3);
	background:url("../images/register.jpg");
	background-size: cover;
	height: auto;
	position: relative
}
.cd-timeline h2 {
	color: #ffff;
font-family: 'Gotham Bold' !important;
font-size: 36px;
text-transform: uppercase;
}
.cd-timeline__container {
	position: relative;
	padding: 1.25em 0;
	padding: var(--space-md) 0
}
.cd-timeline__container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: hsl(205, 38%, 89%);
	background: var(--cd-color-2)
}
@media (min-width: 64rem) {
	.cd-timeline__container::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}
.cd-timeline__block {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 2em;
	margin-bottom: var(--space-lg);
	padding: 5% 0;
}
.cd-timeline__block:last-child {
	margin-bottom: 0
}
@media (min-width: 64rem) {
	.cd-timeline__block:nth-child(even) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}
.cd-timeline__img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px hsl(0, 0%, 100%), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 4px var(--color-white), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05)
}
.cd-timeline__img img {
	width: 24px;
	height: 24px
}
@media (min-width: 64rem) {
	.cd-timeline__img {
		width: 60px;
		height: 60px;
		-ms-flex-order: 1;
		order: 1;
		margin-left: calc(5% - 30px);
		will-change: transform
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__img {
		margin-right: calc(5% - 30px)
	}
}
.cd-timeline__img--picture {
	background-color: hsl(111, 51%, 60%);
	background-color: var(--cd-color-4)
}
.cd-timeline__img--calendar {
	background-color: #1f3264;
	
}
.cd-timeline__img--location {
	background-color: hsl(47, 85%, 61%);
	background-color: var(--cd-color-6)
}
.cd-timeline__content {
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	margin-left: 1.25em;
	margin-left: var(--space-md);
	
	/*background: hsl(0, 0%, 100%);
	background: var(--color-white);
	border-radius: 0.25em;
	border-radius: var(--radius);
	padding: 1.25em;
	padding: var(--space-md);
	box-shadow: 0 3px 0 hsl(205, 38%, 89%);
	box-shadow: 0 3px 0 var(--cd-color-2)*/
}
.cd-timeline__content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-right-color: hsl(0, 0%, 100%);
	border-right-color: var(--color-white)
}
.cd-timeline__content h2 {
	color: hsl(206, 21%, 24%);
	color: #fff; text-align: center
}
@media (min-width: 64rem) {
	.cd-timeline__content {
		width: 45%;
		-ms-flex-positive: 0;
		flex-grow: 0;
		will-change: transform;
		margin: 0;
		font-size: 0.8em;
		--line-height-multiplier: 1.2
	}
	.cd-timeline__content::before {
		top: 24px
	}
	.cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
		right: auto;
		left: 100%;
		width: 0;
		height: 0;
		border: 7px solid transparent;
		border-left-color: hsl(0, 0%, 100%);
		border-left-color: var(--color-white);
		
	}
}
.cd-timeline__date {
	color: #fff;
	font-size: 20px;
	font-family: 'Gotham Book' !important ;
	color:#2d82ce;;
	
}
@media (min-width: 64rem) {
	.cd-timeline__date {
		position: absolute;
		width: 100%;
		left: 120%;
		top: 20px
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__date {
		left: auto;
		right: 120%;
		text-align: right
	}
}
@media (min-width: 64rem) {
	.cd-timeline__img--hidden, .cd-timeline__content--hidden {
		visibility: hidden
	}
	.cd-timeline__img--bounce-in {
		-webkit-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s
	}
	.cd-timeline__content--bounce-in {
		-webkit-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
		-webkit-animation-name: cd-bounce-2-inverse;
		animation-name: cd-bounce-2-inverse
	}
}
@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}