.topper-one {
	text-align-last: center;
	align-items: center;
	padding-top: 10%;
	padding-bottom: 10%;
	font-size: 50px;
	color: #080808;
	background: center no-repeat linear-gradient(135deg, #f7f9ff, #e7fdff);
}

.topper-one img {
	height: 150px;
	width: 150px;
}
@media only screen and (max-width: 380px) {
	.topper-one {
		padding-left: 15%;
		margin-top: 15%;
		padding-bottom: 15%;
		font-size: 30px;
	}
	.topper-one img {
		height: 80px;
		width: 80px;
	}
}
@media only screen and (max-width: 840px) {
	.topper-one {
		text-align: center;
		padding-left: 0%;
		padding-top: 15%;
		padding-bottom: 15%;
		background: center no-repeat linear-gradient(135deg, #f7f9ff, #e7fdff);
		color: #000;
	}
}
.tm-section-pad-top {
	border-radius: 30px;
	border: #81256c solid 2px !important;
	/* margin: 40px 40px; */
}

.tm-section-title {
	font-size: 2.6rem;
	font-weight: normal;
	text-align: center;
}

.tm-intro-text {
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: justify;
}
.intro {
	text-align: center;
	background-color: #39a2db;
	color: #ffff;
	height: 500px;
}
.intro .chain i {
	color: #ffff;
	font-size: 50px;
}
.intro .chain {
	margin-top: 90px;
}
.intro .text-intro {
	/* margin: 30px 80px; */
	text-align: justify;
}
.event {
	background-image: url(../img/event.jpg);
	height: 500px;
	width: 100%;
	text-align: center;
	background-color: #379bd1;
}
.event p {
	padding-top: 15%;
	color: #ffff;
	font-size: 50px;
	font-weight: 700;
}
.event .button {
	padding: 15px 25px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: #04aa6d;
	border: none;
	border-radius: 15px;
	box-shadow: 0 9px #999;
}
.event .button:hover {
	background-color: #3e8e41;
}
.event .button:active {
	background-color: #3e8e41;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}
.event .button:active::after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s;
}
