/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 11:07:44 */
.assignment_carousel .fl-module-content.fl-node-content {
    max-width: 1600px;
    width: 1600px;
}

.assignment_carousel_row {
	overflow: hidden;
}

.assignment_main_container {
	text-align: center !important;
	padding: 35px;
}

.assignment_top_image_custom img {
	width: 68px;
    height: 86px;
}

.assignment_title h3 {
	color: #1d3c96;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size: 24px;
    line-height: 36px;
	text-align: center;
	height: 65px;
}

.assignment_para_custom p {
	color: #01334E;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size: 14px;
    line-height: 23px;
}

.assignment_carousel .pp-content-post {
	background-image: url(/wp-content/uploads/2025/10/Ellipse-Background.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
}

.assignment_carousel .owl-nav .owl-prev {
	content: url(/wp-content/uploads/2025/10/Left-Green-Arrow.svg);
	top: 100%;
	left: 74% !important;
}

.assignment_carousel .owl-nav .owl-next {
	content: url(/wp-content/uploads/2025/10/Right-Green-Arrow.svg);
	top: 100%;
	right: 18% !important;
}