.reg-sign {
	display: flex;
	margin-top: 80px;
	min-height: 580px;
}
.mainContent div:first-child {
	/*padding-top: 0 !important;*/
}
.mainContent div:first-child {
	/*padding-top: 10px;*/
}

.focus {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	background-color: black;
}

.fs-slide {
	background-image: url(/assets/images/kuala.JPG);
}
.fs-slide .div-in {
	position: absolute;
	top: 50%;
	align-items: center;
	left: 50%;
	width: 70%;
	display: flex;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 998;
	font-family: sans-serif;
	text-align: center;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.reg-in {
	padding: 0 20px;
	background: #00800075;
	position: relative;
	z-index: 998;
	text-align: center;
	width: 380px;
	display: none;
}
.reg-in h2 {
	line-height: 50px;
	text-align: center;
	/* width: 250px; */
	width: max-content;
	position: absolute;
	/* left: 0; */
	bottom: 20%;
	/* transform: rotate(45deg); */
	border-radius: 10px;
	z-index: 999;
}
.fs-slide .div-in h1 {
	margin-top: 0;
	margin-bottom: 0.8vw;
	font-size: 3vw;
	font-weight: 500;
	line-height: 80px;
}
.fs-slide .div-in p {
	font-size: 2vw;
	font-weight: 100;
	margin-top: 0;
}
[data-am-fadeshow] {
	position: relative;
	width: 100%;
	height: 580px;
	z-index: 995;
	overflow: hidden;
	background-color: #fff;
}

[data-am-fadeshow] .fs-slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 1s ease;
	/* Display first child on load */
}

[data-am-fadeshow] .fs-slide:first-child {
	opacity: 1;
}

[data-am-fadeshow] .fs-quick-nav {
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transform: translateX(-50%);
}

[data-am-fadeshow] .fs-quick-btn {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 200ms ease;
	background-color: rgba(255, 255, 255, 0.8);
	/* Set active state to first button on load */
}

[data-am-fadeshow] .fs-quick-btn:hover {
	opacity: 0.8;
}

[data-am-fadeshow] .fs-quick-btn:first-child {
	background-color: coral;
}

[data-am-fadeshow] .fs-next-btn, [data-am-fadeshow] .fs-prev-btn {
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	width: 100px;
	cursor: pointer;
	font-family: sans-serif;
	background-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: all 200ms ease;
}

@media (max-width: 500px) {
	[data-am-fadeshow] .fs-next-btn, [data-am-fadeshow] .fs-prev-btn {
		width: 50%;
	}
}

[data-am-fadeshow] .fs-next-btn:before, [data-am-fadeshow] .fs-prev-btn:before {
	position: absolute;
	top: 50%;
	font-size: 3vw;
	color: rgba(255, 255, 255, 0.5);
}

[data-am-fadeshow] .fs-next-btn:hover, [data-am-fadeshow] .fs-prev-btn:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 500px) {
	[data-am-fadeshow] .fs-next-btn:hover, [data-am-fadeshow] .fs-prev-btn:hover {
		background-color: rgba(255, 255, 255, 0);
	}
}

[data-am-fadeshow] .fs-prev-btn {
	left: 0;
	transform: translateX(-100%);
}

[data-am-fadeshow] .fs-prev-btn:before {
	content: "❮";
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 500px) {
	[data-am-fadeshow] .fs-prev-btn:before {
		left: 30px;
	}
}

@media (max-width: 500px) {
	[data-am-fadeshow] .fs-prev-btn {
		transform: translate(0);
	}
}

[data-am-fadeshow] .fs-next-btn {
	right: 0;
	transform: translateX(100%);
}

[data-am-fadeshow] .fs-next-btn:before {
	content: "❯";
	right: 50%;
	transform: translate(50%, -50%);
}

@media (max-width: 500px) {
	[data-am-fadeshow] .fs-next-btn:before {
		right: 30px;
	}
}

@media (max-width: 500px) {
	[data-am-fadeshow] .fs-next-btn {
		transform: translate(0);
	}
}

[data-am-fadeshow] input[type=radio] {
	position: fixed;
	top: -9999px;
}

[data-am-fadeshow] input[type=radio]:checked {
	/* This loop handles the slide switching and quick navigation active state */
	/* Hide navigation if only one slide */
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(5) {
	/* Show slide */
	/* Add active state to dot */
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(5)~.fs-slides .fs-slide {
	opacity: 0;
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(5)~.fs-slides .fs-slide:nth-child(5) {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(5)~.fs-quick-nav .fs-quick-btn {
	background-color: rgba(255, 255, 255, 0.8);
	/* Cancel autoplay */
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(5)~.fs-quick-nav .fs-quick-btn:nth-child(5) {
	background-color: coral;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(5)~.fs-quick-nav .fs-quick-btn:nth-child(5):hover {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(4) {
	/* Show slide */
	/* Add active state to dot */
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(4)~.fs-slides .fs-slide {
	opacity: 0;
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(4)~.fs-slides .fs-slide:nth-child(4) {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(4)~.fs-quick-nav .fs-quick-btn {
	background-color: rgba(255, 255, 255, 0.8);
	/* Cancel autoplay */
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(4)~.fs-quick-nav .fs-quick-btn:nth-child(4) {
	background-color: coral;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(4)~.fs-quick-nav .fs-quick-btn:nth-child(4):hover {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(3) {
	/* Show slide */
	/* Add active state to dot */
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(3)~.fs-slides .fs-slide {
	opacity: 0;
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(3)~.fs-slides .fs-slide:nth-child(3) {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(3)~.fs-quick-nav .fs-quick-btn {
	background-color: rgba(255, 255, 255, 0.8);
	/* Cancel autoplay */
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(3)~.fs-quick-nav .fs-quick-btn:nth-child(3) {
	background-color: coral;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(3)~.fs-quick-nav .fs-quick-btn:nth-child(3):hover {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(2) {
	/* Show slide */
	/* Add active state to dot */
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(2)~.fs-slides .fs-slide {
	opacity: 0;
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(2)~.fs-slides .fs-slide:nth-child(2) {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(2)~.fs-quick-nav .fs-quick-btn {
	background-color: rgba(255, 255, 255, 0.8);
	/* Cancel autoplay */
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(2)~.fs-quick-nav .fs-quick-btn:nth-child(2) {
	background-color: coral;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(2)~.fs-quick-nav .fs-quick-btn:nth-child(2):hover {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(1) {
	/* Show slide */
	/* Add active state to dot */
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(1)~.fs-slides .fs-slide {
	opacity: 0;
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(1)~.fs-slides .fs-slide:nth-child(1) {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(1)~.fs-quick-nav .fs-quick-btn {
	background-color: rgba(255, 255, 255, 0.8);
	/* Cancel autoplay */
	-webkit-animation: none !important;
	animation: none !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(1)~.fs-quick-nav .fs-quick-btn:nth-child(1) {
	background-color: coral;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(1)~.fs-quick-nav .fs-quick-btn:nth-child(1):hover {
	opacity: 1;
}

[data-am-fadeshow] input[type=radio]:checked:first-of-type:last-of-type~.fs-quick-nav,
[data-am-fadeshow] input[type=radio]:checked:first-of-type:last-of-type~.fs-prev-nav,
[data-am-fadeshow] input[type=radio]:checked:first-of-type:last-of-type~.fs-next-nav {
	display: none !important;
}

[data-am-fadeshow]:hover .fs-prev-btn,
[data-am-fadeshow]:hover .fs-next-btn {
	transform: translateX(0);
}

/*
* ===== PREV/NEXT NAVIGATION =====
*
* This section handles the prev/next navigation.
*/
/* Handle Prev/Next buttons */
[data-am-fadeshow~=next-prev-navigation] {
	/* Display first pair of Prev/Next Buttons on load */
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5) {
	/* Show previous button */
	/* Show next button */
	/* Show last prev button if first slide */
	/* Show first next button if last slide */
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5)~.fs-prev-nav .fs-prev-btn {
	display: none;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5)~.fs-prev-nav .fs-prev-btn:nth-child(4) {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5):first-of-type~.fs-prev-nav .fs-prev-btn:last-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5):last-of-type~.fs-next-nav .fs-next-btn:first-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4) {
	/* Show previous button */
	/* Show next button */
	/* Show last prev button if first slide */
	/* Show first next button if last slide */
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4)~.fs-prev-nav .fs-prev-btn {
	display: none;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4)~.fs-prev-nav .fs-prev-btn:nth-child(3) {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4)~.fs-next-nav .fs-next-btn {
	display: none;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4)~.fs-next-nav .fs-next-btn:nth-child(5) {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4):first-of-type~.fs-prev-nav .fs-prev-btn:last-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4):last-of-type~.fs-next-nav .fs-next-btn:first-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3) {
	/* Show previous button */
	/* Show next button */
	/* Show last prev button if first slide */
	/* Show first next button if last slide */
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3)~.fs-prev-nav .fs-prev-btn {
	display: none;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3)~.fs-prev-nav .fs-prev-btn:nth-child(2) {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3)~.fs-next-nav .fs-next-btn {
	display: none;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3)~.fs-next-nav .fs-next-btn:nth-child(4) {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3):first-of-type~.fs-prev-nav .fs-prev-btn:last-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3):last-of-type~.fs-next-nav .fs-next-btn:first-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2) {
	/* Show previous button */
	/* Show next button */
	/* Show last prev button if first slide */
	/* Show first next button if last slide */
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2)~.fs-prev-nav .fs-prev-btn {
	display: none;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2)~.fs-prev-nav .fs-prev-btn:nth-child(1) {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2)~.fs-next-nav .fs-next-btn {
	display: none;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2)~.fs-next-nav .fs-next-btn:nth-child(3) {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2):first-of-type~.fs-prev-nav .fs-prev-btn:last-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2):last-of-type~.fs-next-nav .fs-next-btn:first-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1) {
	/* Show previous button */
	/* Show next button */
	/* Show last prev button if first slide */
	/* Show first next button if last slide */
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1)~.fs-next-nav .fs-next-btn {
	display: none;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1)~.fs-next-nav .fs-next-btn:nth-child(2) {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1):first-of-type~.fs-prev-nav .fs-prev-btn:last-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1):last-of-type~.fs-next-nav .fs-next-btn:first-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] .fs-prev-btn:last-child {
	display: block;
}

[data-am-fadeshow~=next-prev-navigation] .fs-next-btn:nth-child(2) {
	display: block;
}

/*
* ===== AUTOPLAY =====
*
* Functions to handle autoplay.
* If you're not going to use autoplay, set $autoplay to false.
* This part tends to compile into a lot of uneccesary CSS otherwise.
*/
@keyframes quickNavAnimation-5 {
	0% {
		background-color: rgba(255, 255, 255, 0.8);
	}

	6.6666666667%, 20% {
		background-color: coral;
	}

	26.6666666667%, 100% {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@-webkit-keyframes quickNavAnimation-5 {
	0% {
		background-color: rgba(255, 255, 255, 0.8);
	}

	6.6666666667%, 20% {
		background-color: coral;
	}

	26.6666666667%, 100% {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@keyframes slidesAnimation-5 {
	0% {
		opacity: 0;
	}

	6.6666666667%, 20% {
		opacity: 1;
	}

	26.6666666667%, 100% {
		opacity: 0;
	}
}

@-webkit-keyframes slidesAnimation-5 {
	0% {
		opacity: 0;
	}

	6.6666666667%, 20% {
		opacity: 1;
	}

	26.6666666667%, 100% {
		opacity: 0;
	}
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type {
	/* Slide animation */
	/* Quick navigation animation */
	/* Animation Delay */
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-slides .fs-slide {
	-webkit-animation: slidesAnimation-5 15s infinite;
	animation: slidesAnimation-5 15s infinite;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-quick-nav .fs-quick-btn {
	-webkit-animation: quickNavAnimation-5 15s infinite;
	animation: quickNavAnimation-5 15s infinite;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-slides .fs-slide:nth-child(1),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-slides .fs-slide:nth-child(2),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-slides .fs-slide:nth-child(3),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(3) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-slides .fs-slide:nth-child(4),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(4) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-slides .fs-slide:nth-child(5),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(5) {
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}

@keyframes quickNavAnimation-4 {
	0% {
		background-color: rgba(255, 255, 255, 0.8);
	}

	8.3333333333%, 25% {
		background-color: coral;
	}

	33.3333333333%, 100% {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@-webkit-keyframes quickNavAnimation-4 {
	0% {
		background-color: rgba(255, 255, 255, 0.8);
	}

	8.3333333333%, 25% {
		background-color: coral;
	}

	33.3333333333%, 100% {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@keyframes slidesAnimation-4 {
	0% {
		opacity: 0;
	}

	8.3333333333%, 25% {
		opacity: 1;
	}

	33.3333333333%, 100% {
		opacity: 0;
	}
}

@-webkit-keyframes slidesAnimation-4 {
	0% {
		opacity: 0;
	}

	8.3333333333%, 25% {
		opacity: 1;
	}

	33.3333333333%, 100% {
		opacity: 0;
	}
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type {
	/* Slide animation */
	/* Quick navigation animation */
	/* Animation Delay */
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-slides .fs-slide {
	-webkit-animation: slidesAnimation-4 12s infinite;
	animation: slidesAnimation-4 12s infinite;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-quick-nav .fs-quick-btn {
	-webkit-animation: quickNavAnimation-4 12s infinite;
	animation: quickNavAnimation-4 12s infinite;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-slides .fs-slide:nth-child(1),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-slides .fs-slide:nth-child(2),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-slides .fs-slide:nth-child(3),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(3) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-slides .fs-slide:nth-child(4),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(4) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

@keyframes quickNavAnimation-3 {
	0% {
		background-color: rgba(255, 255, 255, 0.8);
	}

	11.1111111111%, 33.3333333333% {
		background-color: coral;
	}

	44.4444444444%, 100% {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@-webkit-keyframes quickNavAnimation-3 {
	0% {
		background-color: rgba(255, 255, 255, 0.8);
	}

	11.1111111111%, 33.3333333333% {
		background-color: coral;
	}

	44.4444444444%, 100% {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@keyframes slidesAnimation-3 {
	0% {
		opacity: 0;
	}

	11.1111111111%, 33.3333333333% {
		opacity: 1;
	}

	44.4444444444%, 100% {
		opacity: 0;
	}
}

@-webkit-keyframes slidesAnimation-3 {
	0% {
		opacity: 0;
	}

	11.1111111111%, 33.3333333333% {
		opacity: 1;
	}

	44.4444444444%, 100% {
		opacity: 0;
	}
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type {
	/* Slide animation */
	/* Quick navigation animation */
	/* Animation Delay */
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type~.fs-slides .fs-slide {
	-webkit-animation: slidesAnimation-3 9s infinite;
	animation: slidesAnimation-3 9s infinite;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type~.fs-quick-nav .fs-quick-btn {
	-webkit-animation: quickNavAnimation-3 9s infinite;
	animation: quickNavAnimation-3 9s infinite;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type~.fs-slides .fs-slide:nth-child(1),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type~.fs-slides .fs-slide:nth-child(2),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type~.fs-slides .fs-slide:nth-child(3),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(3) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

@keyframes quickNavAnimation-2 {
	0% {
		background-color: rgba(255, 255, 255, 0.8);
	}

	16.6666666667%, 50% {
		background-color: coral;
	}

	66.6666666667%, 100% {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@-webkit-keyframes quickNavAnimation-2 {
	0% {
		background-color: rgba(255, 255, 255, 0.8);
	}

	16.6666666667%, 50% {
		background-color: coral;
	}

	66.6666666667%, 100% {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@keyframes slidesAnimation-2 {
	0% {
		opacity: 0;
	}

	16.6666666667%, 50% {
		opacity: 1;
	}

	66.6666666667%, 100% {
		opacity: 0;
	}
}

@-webkit-keyframes slidesAnimation-2 {
	0% {
		opacity: 0;
	}

	16.6666666667%, 50% {
		opacity: 1;
	}

	66.6666666667%, 100% {
		opacity: 0;
	}
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type {
	/* Slide animation */
	/* Quick navigation animation */
	/* Animation Delay */
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type~.fs-slides .fs-slide {
	-webkit-animation: slidesAnimation-2 6s infinite;
	animation: slidesAnimation-2 6s infinite;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type~.fs-quick-nav .fs-quick-btn {
	-webkit-animation: quickNavAnimation-2 6s infinite;
	animation: quickNavAnimation-2 6s infinite;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type~.fs-slides .fs-slide:nth-child(1),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type~.fs-slides .fs-slide:nth-child(2),
[data-am-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type~.fs-quick-nav .fs-quick-btn:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/* Base Styling */
body {
	margin: 0;
}

.container {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
	overflow: hidden;
}





















/*--------------------Left side ----------------------------*/
.leftbar {
	width: 20%;
	padding: 20px;
}
.panels-title a {
	display: flex;
	justify-content: space-evenly;
	padding: .5vh 0;
	background-color: #f2f2f2;
	color: darkgreen;
	margin: .8vh 0;
}
.panels-title a:hover {
	color: darkblue;
}
.panels-title div:first-child {
	width: 70%;
	font-size: 15px;
	text-align: left;
}
.panels-title i {
	padding-top: 5px;
}
.barTitle {
	border-bottom: 2px solid #f8f0e3;
	padding: 10px;
}
.subDeadline a {
	font-size: 14px;
	line-height: 20px;
	color: darkgreen;
}
.subDeadline a:hover {
	color: darkblue;
}
#left2Bottom {
	position: relative;
}
.leftbar {
	position: sticky;
	top: 80px;
}

.rightbar {
	position: sticky;
	top: 100px;
}



/*--------------------Right side ----------------------------*/
.rightbar {
	width: 20%;
	padding: 20px;
}
.imDate, .imLink {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px 0;
	background: unset;
	text-align: center;
	box-shadow: unset;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #000;
}
.dateRow .inTitle {
	font-weight: 700;
	/*text-transform: uppercase;*/
}
span.inTitle {
    font-weight: 500;
    line-height: 35px;
}
.subDeadline {
	margin: 5px 0;
}
.slideInfo .insHead {
	font-weight: 600;
	font-weight: larger;
}
.slideInfo .slideDate {
	color: darkgray;
}
.learn .filterButton {
	/*width: 30%;*/
	width: 100%;
}
.learn .btn {
	border: none;
	height: auto;
	padding: 0;
}
.learn .btn::before {
	height: auto;
	width: 100%;
}
.learn:hover {
	border: 1px solid green;
	width: calc(100%-2px);
	height: calc(100%-2px);
	transition: .5s;
}
.slides .slideInfo .learn {
	position: absolute;
	/*bottom: 10px;*/
	width: 100%;
	background-color: green;
}

#top2Bottom {
	position: relative;
}
.template {
	position: sticky;
	top: 80px;
}
.learn .btn a {
	width: 100%;
}
.subs {
	padding: 5px;
	border: 1px solid darkgreen;
	background: #c2e9f2;
	border-radius: 5px;
}
.subs:hover {
	background: #f2f2f2;
}
/*--------------------------event -------------------------------------*/
.evList {
	display: flex;
}
.evItem {
	display: flex;
	margin-left: -10px;
	margin-top: 20px;
}
.evBody {
	width: 90%;
	text-align: justify;
}
.evBody {
	background: darkkhaki;
	width: 60%;
	padding: 10px;
}
.leftLine {
	width: 5px;
	background: cadetblue;
	height: 500px;
	margin-left: 50px;
}
.leftDot {
	height: 15px;
	width: 15px;
	background: green;
	border-radius: 50%;
	margin-right: 20px;
}





.about {
	margin-top: 80px!important;
}
.insHead {
	font-weight: 600;
	font-size: 90%;
}




/*--------------------Main body ----------------------------*/
.body {
	display: flex;
	/*	margin: 15px 0;*/
}
.mainContent {
	width: 60%;
	/*padding: 30px 10px;*/
	padding: 0px 10px;
}
.conTitle {
	border-bottom: 2px solid green;
	padding: 10px 0 0 0;
	width: max-content;
}
.conImg img {
	width: 40%;
}
.conDesc {
	padding: 10px 0;
	text-align: justify;
}
.conDetail {
	padding-top: 20px;
}
.conDetail table {
	text-align: center;
}
span.light {
	font-size: small;
	font-weight: normal;
}
.body {
	height: auto;
}
/*
.body h2 {
width: 50%;
padding: 250px 0;
margin: auto;
text-align: center;
}

body h2 {
width: 50%;
padding: 250px 0;
margin: auto;
text-align: center;
}
*/
.bodys {
	margin-top: 80px;
}















/*--------------------------sponsor slider-------------------------*/
.slider {
	width: 100%;
	height: auto;
	/*	background: aliceblue;
	margin: 20px auto;*/
	text-align: center;
	padding: 10px 0;
	color: black;
	display: flex;
	z-index: -9;
}
.slider .parent-slide {
	padding: 15px;
}
.slider img {
	display: block;
	width: 100px;
	margin: auto;
}
.slider button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: auto;
	padding: 0;
	border: none;
	border-radius: unset;
	background: unset;
	display: none;
}
i.fa-solid.fa-angle-left {
	display: none;
}
i.fa-solid.fa-angle-right {
	display: none;
}
.slideInfo {
	/*background: #C2E9F2;*/
	margin: 15px;
	background: #f2f2f2;
	padding: 20px;
}
.slideInfo h3 {
	font-size: larger;
	padding: 10px 0;
	line-height: normal;
}



.con-image {
	min-height: 28vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.slideInfo span {
	line-height: 32px;
}



a.noselect {
	width: 100%;
}
.filterButton input {
	text-align: center;
	cursor: pointer;
	font-size: 1.5rem;
	/*margin: 10px;
	height: 40px;
	padding: .7vh 10px;
	border: 1px solid darkgray;
	border-radius: 10px;
	box-shadow: 2px 2px green;
	background-color: lightblue;
	*/
	padding: 10px !important;
	width: 100%;	
	color: white;
	font-weight: bold;
	display: block;
	transition: left .3s;
}
.filterButton input:hover {
	box-shadow: unset;
	transition: left .3s;
	color: darkgreen;
}
.filterButton {
	/*width: 80%;
	margin: 5px auto;*/
}












address .home {
	display: flex;
}
.contactContent address i {
	padding: 5px;
	font-size: large !important;
	background: darkgreen;
	color: white;
	height: 30px;
	width: 30px;
	margin: 5px;
	border-radius: 50%;
	text-align: center;
}
address a {
	color: black;
}
address {
	font-style: normal;
}
.contactContent.first h3 {
    padding-bottom: 15px;
}












.logo-about {
	padding-top: 20px;
	font-size: large;
}
.logo-about img {
	width: 250px;
	float: left;
	margin-right: 30px;
}








.hi-circle .hi-img.img1 {
	height: 90px;
	width: 90px;
	margin-right: 4%;
	float: left;
	border-radius: 50%;
	background-position: center;
	background-size: contain;
	background-color: aliceblue;
	border: 1px solid lightblue;
	background-repeat: no-repeat;
}
.hi-circle {
	position: relative;
	padding: 20px;
	width: 48%;
	z-index: -9;
	float: left;
	align-items: center;
}
.hi-circle .hi-item-content {
	padding-left: 20px;
}
.hi-title .insHead {
	font-weight: 700;
}
p.hi-title {
	font-size: large;
	line-height: normal;
}
#award {
	padding: 20px 0;
}






/*.venues .filterButton {
margin-top: 10px;
}*/










.login {
	left: 40%;
	bottom: -130%;
	background-color: rgba(69, 105, 144, 0.15);
	-webkit-animation: wawes 6s infinite linear;
	-moz-animation: wawes 6s infinite linear;
	animation: wawes 6s infinite linear;
}
.login::after {
	left: 35%;
	bottom: -125%;
	background-color: rgba(2, 128, 144, 0.2);
	-webkit-animation: wawes 7s infinite;
	-moz-animation: wawes 7s infinite;
	animation: wawes 7s infinite;
}
.login > input {
	font-family: "Asap", sans-serif;
	display: block;
	border-radius: 5px;
	font-size: 16px;
	background: white;
	width: 100%;
	border: 0;
	padding: 10px 10px;
	margin: 15px -10px;
}
.login > button {
	font-family: "Asap", sans-serif;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	width: 80px;
	border: 0;
	padding: 10px 0;
	margin-top: 10px;
	margin-left: -5px;
	border-radius: 5px;
	background-color: #f45b69;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
}
.login > button:hover {
	background-color: #f24353;
}

@-webkit-keyframes wawes {
	from {
		-webkit-transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes wawes {
	from {
		-moz-transform: rotate(0);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes wawes {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.slides {
	width: 33%;
	float: left;
}

.slides .slideInfo {
	min-height: 40vh;
	text-align: center;
	padding: 0;
	box-shadow: 4px 2px 3px darkgrey;
	position: relative;
}
.slide .slideInfo {
	min-height: 40vh;
}
.slide .slideInfo .con-image {
	min-height: 35vh;
}
.slides .slideInfo h3 {
	color: white;
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.slides .slideInfo .slideDate {
	color: black;
	font-weight: bold;
	font-size: 16px;
}
.slides .con-image {
	background-size: cover;
	position: relative;
}
.slides .slideInfo .insHead {
	/* color: white; */
	font-size: 16px;
}
.slides .above {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	margin: auto;
	background: #0000008a;
}
.more {
	background: unset;
	box-shadow: unset !important;
	position: relative;
	/*min-height: 100px !important;*/
}
.more .learn {
	/*top: 50%;*/
	position: absolute;
	width: -webkit-fill-available;
	box-shadow: 4px 2px 3px darkgrey;
}



.slideInfo .learn {
	position: absolute;
	height: auto;
	bottom: 0;
	width: 100%;
	/*background: green;*/
}



.venues {
	display: flex;
}
.venues .slides {
	width: 46%;
	margin-right: 2%;
	float: unset;
}
.venues .slides .slideInfo {
	min-height: 250px;
	margin: 0;
}
.venues .slides .slideInfo .con-image {
	/*min-height: 35vh;*/
	height: 100% !important;
}
.conferen .sliders {
	display: flex;
	padding: 20px 0;
	flex-wrap: wrap;
}
.conferen .slides {
	float: unset;
	/*width: 46%;*/
	width: 31%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.conferen .slides .slideInfo {
	min-height: 300px;
	margin: 0;
	background: #f2f2f2;
    display: block;
	border: 1px solid #f2f2f2;
	transition: 0.3s;
	/*margin-bottom: 20px;*/
}
.conferen .slides .slideInfo:hover {
	border: 1px solid darkgreen;
	transition: 0.3s;
}
.conferen .slides .con-image {
    min-height: 75%;
	margin-bottom: 7px;
}

.slider .filterButton {
	/*margin-top: 10px;*/
}
.venues .filterButton {
	/*margin-top: 10px;*/
}

.contacts {
	display: flex;
}
.contacts .first {
	width: 60%;
	margin-right: 5%;
}
.contacts .contactContent {
	align-self: flex-end;
}




.flow-inner {
	display: flex;
	justify-content: space-between;
}

.flow-inner .single-flow {
	padding: 10px;
}
.flow-inner .single-flow  {
	line-height: 130px;
	text-align: center;
	position: relative;
	margin: 0 auto 15px;
	width: 20%;
}
.how_it .image img {
	position: absolute;
	top: 30%;
	left: 30%;
}
img.scale-with-grid, #Content img {
	max-width: 100%;
	height: auto;
}
.desc {
	line-height: 25px;
}
.how_it .image {
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	position: relative;
	margin: 0 auto 15px;
	background: aliceblue;
	border: 2px solid #c2e9f2;
	border-radius: 100%;
}
.number {
	position: absolute;
	left: 25%;
	top: 20%;
	color: #00cfff;
	line-height: 40px;
	font-size: 35px;
	text-align: center;
}
.number .st {
	font-size: 30px;
}
.top-color {
	position: relative;
	z-index: -9;
}
.top-color .bg-color {
	position: absolute;
	background: #f2f2f2;
	bottom: 0;
	left: 0;
	height: 65%;
	width: 100%;
}

.mAbove {
	padding: 10px;
}
h2.mHead {
	padding: 15px 0 10px 0;
	border-bottom: 2px solid white;
	margin-bottom: 10px;
	font-size: 16px;
}
.mAbove p {
	font-size: 100% !important;
}
.flower .slideInfo {
	background: unset;
}
.top-color .bg-color {
	height: 60% !important;
}
.desc {
	font-size: 100% !important;
}
.topic {
	display: flex;
	align-items: flex-start;
}
.topic label {
	font-weight: 400;
	margin-bottom: 0;
}

.memList li {
	padding: 5px 0 !important;
	font-size: 16px !important;
}
a.apply {
	padding: 3px 10px;
	background: darkgreen;
	color: white;
	border-radius: 15px;
}
form.scholarForm {
	width: 80%;
}
.blocks {
	padding: 0 20px 20px 20px;
	border: 2px solid #f2f2f2;
	margin: 40px 0;
	border-radius: 20px;
}
.blocks h3 {
	margin-top: -18px;
	background: #f2f2f2;
	font-size: 18px;
	padding: 0 10px;
	width: fit-content;
	border-radius: 20px;
}
.blocks p {
	font-size: 14px;
}
.scholarRow {
	padding: 5px 0;
}
.imDate.shape {
	background: #f2f2f2;
	border: 1px solid darkgreen;
	padding: 0;
    width: 100%;
}
.subDeadline h2 {
	font-size: 18px;
	text-align: center;
	margin: auto;
}
.btnFlex {
	padding: 5px 15px;
}
a.btnType {
	padding: 5px 10px;
	background: darkgreen;
	color: white;
	font-size: 20px;
}
.panels.colorsBg {
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid darkgreen;
}
.spons tr th:first-child {
	width: 50px;
}
.spons tr th:nth-child(2) {
	width: 60%;
}
.spons tr td:nth-child(2) {
	text-align: left;
}
p.apply {
	width: fit-content;
	padding: 10px 20px;
	background: darkgreen;
	color: white;
	font-weight: bold;
	text-align: center;
	border-radius: 40px;
	line-height: normal;
	margin-bottom: -15px;
}
.vAddress {
	padding: 20px;
	margin: 20px 0;
	background: #f2f2f2;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: right;
}
.vAddress:hover {
	background: aliceblue;
	transition: .5s;
}
.vAddress a {
	margin-left: 20px;
	border: 1px solid darkgreen;
}
.vAddress p {
	font-size: 24px;
}
.vAddress .apply {
	padding: 20px;
}
.vAddress a:hover {
	color: darkgreen;
	background: white;
	border: 1px solid darkgreen;
}
.subPanel {
	display: none;
	position: absolute;
    top: -5px;
    right: -60%;
    width: 200px;
}
.hov {
	position: relative;
}
.hov:hover > .subPanel {
	display: block;
	z-index: 999999999;
}
.subPanel .panels-title a {
	margin: 0;
}
.schedule table {
	text-align: left;
}
.schedule table tr th:first-child {
	text-align: left;
	width: 130px;
}
.schedule table tr th:last-child {
	width: 150px;
}
.caption.text-center {
    background: #000000bf;
    color: white;
}











.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery {
    padding: 40px 0;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption{
    padding: 10px;
    text-align: left;
	border-top: 1px solid #f0f0f0;
}

.tz-gallery .caption p {
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}




a.click-me {
    position: absolute;
    width: 300px;
    border-radius: 30px;
    height: 65px;
    background-color: black;
    top: 245px;
    margin: auto;
    cursor: pointer;
    left: 40%;
    text-align: center;
    display: block;
    z-index: 9999999999999999999999999999999999999999999999;
}
.map-road iframe {
    height: 400px;
    width: 100%;
}

























.services {
  padding: 40px 0;
  width: 100%;
}
.services h3 {
  margin: 0;
  padding: 40px 0;
  text-align: left;
  line-height: 40px;
  font-weight: 600;
  font-size: 36px;
}
.services .row {
  display: grid;
  grid-template-columns: repeat(10,minmax(0,1fr));
  gap: 25px;
  grid-auto-rows: minmax(267px, auto);
}
.services ::before,
.services ::after {
  box-sizing: border-box;
  border: 0 solid;
  display: unset;
  content: unset;
}
.services .col-md-4 {
  padding: 20px;
  float: unset;
  width: unset;
  flex-direction: column;
  height: 100%;
}
.services .col-md-4 {
  text-decoration: none;
  background-color: #F8F8FC;
  border-radius: 20px;
  border: 1px solid #F8F8FC;
  display: block;
  padding: 15px;
  transition: 0.4s;
  position: relative;
  color: #0085ff;
}
.services .hover-img {
  position: absolute;
  right: 10px;
  transition: 0.5s;
  top: 10px;
  display: none;
}
.services .col-md-4:hover {
  transition: 0.4s;
  color: #0085ff;
  border: 1px solid #0085ff;
  box-shadow: 0px 5px 0px 0px #bcbfff;
  transform: translate(0,-0.5rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.services .col-md-4:hover .hover-img {
  display: block;
  transition: 0.5s;
}
.services .img-back {
  text-align: center;
  padding: 15px 0;
}
.img-back img {
    width: 100px;
    text-align: center;
}
.services .cont-bottom h3 {
  padding: 0;
  color: #000000;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  padding-bottom: 10px;
}
.services .cont-bottom p {
  font-size: 16px;
  line-height: 25px;
  color: #466069;
}
.services .col-md-4:nth-child(1),
.services .col-md-4:nth-child(5) {
  grid-column: span 4/span 4;
}
.services .col-md-4:nth-child(2),
.services .col-md-4:nth-child(3),
.services .col-md-4:nth-child(4),
.services .col-md-4:nth-child(6) {
  grid-column: span 3/span 3;
}

.conTitle.contdet {
    width: 96%;
    display: flex;
    justify-content: space-between;
}
.conTitle.contdet .apply {
    margin-bottom: 10px;
}

