.position-relative {
    position: relative !important;
}
@media (min-width: 992px) {

	.menu-link {
		font-weight: 600;
		font-size: 14px;
	}

	.about-img > div {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 75%;
	}

	.about-img > div + div {
		top: 130px;
		left: 0;
		right: auto;
		z-index: 0;
	}

	.schedule-wrap {
		padding: 70px 80px;
		background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,.01));
		background: -o-linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,.01));
		background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,.01));
	}

	.schedule-wrap dt:not(:nth-last-of-type(1)),
	.schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.schedule-time,
	.schedule-desc { font-size: 26px; }

	#section-location #headquarters-map {
		position: -webkit-sticky !important;
		position: sticky !important;
	}

	#footer .footer-widgets-wrap { padding: 100px 0; }

	.dark .widget_links li a,
	.dark .widget_meta li a {
		font-size: 15px;
		line-height: 1.8;
		color: #FFF;
	}

}

/* css by pooja to remove content-wrap class bottom padding */
.content-wrap {
    position: relative;
    padding: 80px 0 20px 0 !important;
    overflow: hidden;
}

/* css by pooja to adjust section class padding */
.section {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 30px 0 !important;
    background-color: #F9F9F9;
    overflow: hidden;
}

/* css by pooja for vision and mission section */
.fbox-icon i, .fbox-icon img {
    border-radius: 0% !important;
}
.feature-box {
    display: block !important;
	margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mission-card{
	padding: 30px !important;
    background: #F1CBC7 !important;
	border-radius: 5px !important;
}
.vission-card{
	padding: 30px !important;
    background: #CCC3E5 !important;
	border-radius: 5px !important;
}

.bg-section h1,h2,h3,h4,h5,h6{
	color: #FFF !important;
}

.fbox-content p {
    color: #000 !important;
}
@media (min-width: 768px) {
	.fbox-content p {
		height: 7.2rem !important;
	}
}