/* Section Background */
.alumni-section{
    background: url(../img/bg.jpg)!important;
    padding: 50px 0 !important;
    position: relative !important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
}

/* Heading */
.alumni-section h1{
    text-align: center !important;
    font-weight: 700 !important;
    color: #063176!important;
    margin-bottom: 70px !important;
	font-size:35px!important;
	text-transform: uppercase;
	
}

/* Full Width Card */
.testimonial-card{
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 60px !important;
    width: 100% !important;
    max-width: 1000px !important;
    margin: auto !important;
    text-align: center !important;
    box-shadow: 0 15px 40px rgba(255, 140, 0, 0.15) !important;
    transition: 0.4s !important;
}

.testimonial-card:hover{
    transform: translateY(-6px) !important;
}

/* Image */
.testimonial-card img{
    border: 4px solid #ffb347 !important;
    padding: 5px !important;
}

/* Name */
.aname{
    font-weight: 600 !important;
    font-size: 22px !important;
    margin-top: 15px !important;
    color: #000 !important;
	margin-bottom:-3px!important;
}

/* Company */
.acompany{
    font-size: 15px !important;
    color: #777 !important;
}

/* Salary */
.alpa{
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #ff6f00 !important;
    margin: 15px 0 !important;
}

/* Paragraph */
.apara{
    font-size: 15px !important;
    color: #555 !important;
    line-height: 1.8 !important;
    margin-top: 15px !important;
}

/* Indicators */
.carousel-indicators li{
    background-color: #ffb347 !important;
}

.carousel-indicators .active{
    background-color: #ff6f00 !important;
}

/* Custom Navigation Buttons */
.custom-carousel-control{
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 55px !important;
    height: 55px !important;
    background: linear-gradient(135deg, #ffb347, #ff6f00) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 28px !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(255, 111, 0, 0.3) !important;
    transition: 0.3s ease !important;
    z-index: 10 !important;
}

.custom-carousel-control:hover{
    background: linear-gradient(135deg, #ff8c00, #e65100) !important;
    transform: translateY(-50%) scale(1.1) !important;
    color: #fff !important;
}

/* Button Position */
.prev-btn{
    left: 5% !important;
}

.next-btn{
    right: 5% !important;
}

/* Responsive */
@media (max-width: 768px){
    .testimonial-card{
        padding: 35px 25px !important;
    }
    .prev-btn{
        left: 10px !important;
    }
    .next-btn{
        right: 10px !important;
    }
}

.page-header .container {
    height: 100%;
    z-index: 1;
    text-align: inherit!important;
    position: relative;
}
.copyright {
	text-align:center!important;
	}
	
	.hdng2 {
    text-align: center !important;
    font-weight: 700 !important;
    color: #063176 !important;
   text-transform:uppercase!important;
    font-size: 35px !important;
}
.line {
    color: #fff;
    text-align: center;
    
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600;
    background: #ff9800;
    width: 296px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}