.main-menu .mark-selected a {
	font-weight: bold;
	opacity: 1;
}
.mark-selected .nav-link {
	margin-right: 20px;
}
.partnership .past-winners .owl-carousel {
	padding-top: 0px;
}
.partnership > div:nth-child(odd) {
	background-image: linear-gradient(to right, #4C1CE5, #4E1CE2, #511CBC, #511CA2, #521B94);
}
.partnership > div:last-child {
	
}
#event-section .event-slider .owl-nav {
    position: static;
}

#event-section .event-slider .owl-item {
    padding: 0;
		box-shadow: 0px 0px 7px 1px #000;
}

#partner-section .partner-club-slider .owl-nav {
    margin: 16px 0px;
    position: relative;
}

#partner-section .section-heading h2 {
	font-weight: bold;
	padding-top: 16px;
}
.section-heading h2 {
	color: inherit;
	font-weight: bold;
}
.section-heading h2 span {
	color: inherit;
	font-weight: bold;
}
.partnership-card {
	display: flex;
	justify-content: space-between;
	margin: 0 16px;
}
#event-section .event-slider .item {
	display: flex;
}
#event-section .col-md-12 {
	padding: 0px 16px;
}

#partner-section .partner-club-slider .owl-item {
    background: none;
    box-shadow: none;
}

#partner-section .partner-club-slider .item {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 	15px;
    font-weight: bold;
}

.college-logo {
	background: white;
	height: 98px;
	width: 98px;
	margin-bottom: 8px;
}

.fake-col-wrapper img {
	display: none;
}

#partner-section .partner-club-slider .item img{
    height: 96px;
    width: 96px;
		padding: 3px;
}

.bg-transparent.affix-perm{
    background-image: linear-gradient(to right, #4C1CE5, #4E1CE2, #511CBC, #511CA2, #521B94) !important
}

#event-section {
	padding: 16px;
	padding-top: 90px;
	margin-top: 16px;
	background: #fff;
}

.partnership-numbers {
	display: flex;
	justify-content: space-around;
}

.block-number {
	margin: 16px;
	color: #fff;
	display: flex;
	align-items: center;
}

.block-number img {
	height: 64px;
	width: 64px;
}
.block-count {
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
}
.block-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 16px;
}
.partnership {
	color: #000;
}
.numbers {
	padding-top: 16px;
	padding-bottom: 16px;
}
.numbers-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 16px;
}
.owl-prev, .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	display: block !important;
	border:0px solid black;
}
.owl-prev { left: 0px; }
.owl-next { right: 0px; }
#event-section .owl-prev {
	border-radius: 0%;
	width: 20px;
	opacity: 0.5;
	height: 80px;
}
#event-section .owl-next {
	border-radius: 0%;
	width: 20px;
	opacity: 0.5;
	height: 80px;
}
.event-posters {
	display: flex;
	justify-content: space-between;
}

.partnership .orange-bg {
	text-align: center;
	font-weight: bold;
}
.partnership .form-group {
	align-items: center;
}
#partner-section {
	padding-bottom: 16px;
	padding-top: 0px;
	background: #fff
}

.trade-numbers {
	display: flex;
	justify-content: space-between;
	padding: 32px;
	align-items: center;
	color: #fff;
}
.trade-numbers h2 {
	margin-bottom: 0;
	font-size: 24px
}
.time-zone {
	display: flex;
	align-items: center;
}
.time-zone img{
	height: 36px;
	width: 36px;
}
.time-zone .block-count{
	font-size: 18px;
	margin-left: 24px;
	margin-top: 0;
}
.event-partnership {
	padding: 16px;
}

.partnership .inline-error-name, .inline-error-club, .inline-error-email, .inline-error {
    color: red;
    margin-top: 10px;
    display: none;
    margin-left: 10%;
}

.sub-heading {
	font-size: 36px;
	font-weight: bold;
	line-height: 45px;
}

.sg-icon {
	font-size: 48px;
}
.customize-options {
	display: flex;
	margin-left: 0px;
	justify-content: space-around;
	flex-grow: 1;
}

.form-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 32px;
	margin: 0;
}

.form-group label {
	max-width: 100%;
}
.college-slider .owl-item {
	padding: 0;
	box-shadow: none;
}
#badge-section {
	background: #f2f2f2;
	padding-top: 16px;
}
#badge-section h2{
	color: #000;
}
#badge-section .owl-item{
	background: none;
}

.stockgro-competition-1 {
	display: flex;
	padding: 16px;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.stockgro-competition-1 h2{
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 24px;
}
.stockgro-competition-1 button{
	margin-left: 64px;
}
.partnership button:hover{
	background: #4c1ce5;
	color: #fff;
}
@media (min-width: 320px) and (max-width: 1200px){
	.college-logo {
		height: 48px;
		width: 48px;
	}
	#partner-section .partner-club-slider .item img{
    width: 100%;
		height: 100%;
	}
	.customize-options {
		display: flex;
		justify-content: space-between;
    margin-left: 0px;
		margin-top: 16px;
		width: 100%;
	}
	.time-zone {
		flex-direction: column;
	}
	.time-zone img{
		height: 24px;
		width: 24px;
	}
	.sub-heading {
		font-size: 24px;
	}
	.trade-numbers {
		flex-direction: column;
		align-items: center;
		padding: 16px;
	}
	.event-posters {
		flex-direction: column;
		align-items: center;	
	}
	.block-number {
		margin: 0px;
		padding: 8px;
		flex-direction: column;
	}
	.numbers-info {
		align-items: center;
		margin-left: 0;
	}
	.block-number img {
		height: 36px;
		width: 36px;
	}
	.sg-icon {
		font-size: 24px;
	}
	.block-count {
		font-size: 20px;
		margin-top: 8px;
	}
	.time-zone .block-count {
		font-size: 18px;
		margin-left: 0;
		margin-top: 8px;
	}
	.block-text {
		font-size: 12px;
		margin-top: 4px;
	}
	#partner-section .partner-club-slider .item {
		font-size: 12px;
	}
	#event-section {
		padding: 0;
		padding-top: 64px;
	}
	.form-data {
		margin: 0;
		padding: 0;
	}
	.form-data > div {
		margin: 0;
		padding: 0;
	}
	.partnership h2, .partnership h6 {
		font-size: 24px;
	}
	.card-body {
		padding: 16px;
	}
	.stockgro-competition-1 {
		flex-direction: column;
		padding: 16px;
	}
	.stockgro-competition-1 h2 {
		margin-bottom: 16px;
	}
	.stockgro-competition-1 button {
		font-size: 16px;
		width: 100%;
		margin: 0;
	}
}

@media (min-width: 1681px){
	#event-section {
		padding-left: 0;
		padding-right: 0;
	}
	.trade-numbers {
		margin: 0px;
	}
	.partnership {
		color: #000;
		max-width: 1680px;
		margin: auto;
	}
	.form-data {
		margin: 0;
	}
}