body {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.85rem;
}


.dynamic-box {
	position: relative;
	max-height: 550px;
	overflow: hidden;
}


.bg-info-gradiant {
	background: #0e5c37;
	background: -webkit-linear-gradient(legacy-direction(to right), #0e5c37 0%, #198754 100%);
	background: -webkit-gradient(linear, left top, right top, from(#0e5c37), to(#198754));
	background: -webkit-linear-gradient(left, #0e5c37 0%, #198754 100%);
	background: -o-linear-gradient(left, #0e5c37 0%, #198754 100%);
	background: linear-gradient(to right, #0e5c37 0%, #198754 100%);
}


.nav-header .bg-light {
	background-color: rgba(255, 255, 255, 0.85) !important;
}


.nav-header .bg-dark {
	background-color: rgba(25, 135, 84,85%) !important;
	background: #198754;
}

.carousel-big h2 {
	font-size: 3.2rem;
	font-weight: 900;
	text-shadow: 0px 2px 0 rgb(25 135 84);
}

.carousel-big p {
	font-size: 1.6rem;
	text-shadow: 3px 3px 0 rgb(0 0 0 / 50%);
}

.carousel-big {
	padding: calc(12% - 3rem);
}

.bg-gray-light {
	background-color: #f8f8f8;
}

.right-bck {
	background-color: #f5f7fa !important;
}

.registration-right {
	width: 100%;
}

.registration-right h2 {
	color: #ffffff;
	font-weight: 700;
	padding-bottom: 20px
}

.registration .btn {
	width: 100%
}


.event-list .card {
	background-color: #ffffff;
	padding: 18px;
	margin-bottom: 3px
}

.event-list img {
	width: 77px;
	height: 77px
}

.event-list h4 {
	color: #c0bfc9;
	font-size: 16px
}

.event-list .card-title span {
	padding-left: 5px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: 700
}

.event-list .card-text {
	color: #5d5d5d;
	font-weight: 700;
	font-size: 16px
}

.event-list .card-body {
	padding: 0 20px;
	margin: 0 0 10px 0
}

.event-list .card-title svg {
	color: #ffffff
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 94%;
	top: auto;
	left: 2%;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
}

.mega-content .list-group-item {
	font-size: 0.85rem;
	padding: 0.5rem;
}

.CollapseBox .card {
	background: rgba(255, 255, 255, 0.85) !important;
	padding: 0;
	border-radius: 0;
}

.CollapseBox .card .form-control {
	border: 0;
	background: transparent;
	padding: 1rem 0;
}

.CollapseBox .card .form-control:focus {
	box-shadow: none;
}

.CollapseBox {
	width: 100%;
}


 .image-aboutus-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("https://images.unsplash.com/photo-1571624436279-b272aff752b5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1172&q=80");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 145px;
    padding-bottom: 60px;
 }

.video_bdy iframe {
    width: 100%;
    margin-bottom: 20px;
}
.btn-news {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 0.25rem;
}
.btn-news:hover{
	 color: #fff;
    background-color: #212529;
}
.card.card-traxxt h5.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card.card-traxxt {
    margin-bottom: 30px;
}
footer {
    border-top: 1px solid #e6e6e6;
}
@media (max-width: 1024px) {
	.dynamic-box video {
		height: calc(100% + 21vw);
		width: calc(100% + 34vw);
	}

	.dynamic-box {
		max-height: 100%;
		height: 480px;
	}
}


@media (max-width: 767px) {
	.dynamic-box video {
		height: 100%;
		width: 100vw;
		margin-top: 0;
	}

	.carousel-big h2 {
		font-size: 1.6rem;
		font-weight: 900;
		text-shadow: 0px 2px 0 rgb(220 53 69);
	}

	.carousel-big {
		padding: 0;
		bottom: 2.25rem;
	}

	.carousel-big p {
		font-size: 1rem;
	}

	header.fixed-top {
		position: relative;
	}

	header .nav-header .bg-dark {}

	.dynamic-box {
		height: auto;
		max-height: initial;
	}

	.nav-item.dropdown.dropdown-mega .dropdown-menu {
		max-height: calc(100vh - 290px);
		width: 100%;
		left: 0;
	}
	.image-aboutus-banner {
    	padding-top: 60px;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.dynamic-box {
		max-height: 200px;
		overflow: hidden;
	}
}