/*
Theme Name: New Campus
Theme URI: genval.in
Description: New Campus - Customized Template
Author: GV
Author URI: genval.in
Template: new campus
Version: 1.0.0
*/



.divider {
    border-top: 1px solid rgba(134, 133, 133, 0.548);
    margin: 10px 30px 10px 30px !important
}

/*============Mega Menu Css========*/

.mega-menu {
    padding-bottom: 0 !important;
}

.mega-menu-quick-link .item:first-child .text {
	font-weight: 700 !important; 
}
.mega-menu-quick-link .item:first-child:hover .text {
	color: inherit !important;
}
.mega-menu-banner .elementor-widget-container{
	position: relative !important;
}
.mega-menu-banner .elementor-widget-container:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	top: 0;
	left: 0;
}



@media (max-width: 1199px) {
	.header-category-menu {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.header-right-inner-content {
		justify-content: space-between !important;
	}

	.header-campus-menu.header-category-menu {
		margin: 0 !important;
	}
	
	.header-campus-menu.header-category-menu:before {
		left: auto !important;
		right: 0 !important;
		margin: 0 !important;
	}
}