

#academics{
	padding: 50px 0;
}
#academics .academics-title{
    text-transform: uppercase;
    font-weight: bold;
    color: #e6434e;
    border-bottom: 2px solid #e9a249;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 34px;
}
#academics .row .col-lg-6:first-child p{
	text-align: justify;
	line-height: 28px;
	margin-bottom: 1rem;
	
}
#academics .readmore a{
	background-color: var(--yellow);
    padding: 10px 20px;
    color: black;
    border: 2px solid transparent;
	transition: all .3s ease-in-out;
}
#academics .readmore a:hover{
	color: var(--yellow);
	border: 2px solid var(--yellow);
	background-color: transparent;
}
#academics .readmore{
    margin-top: 50px;
}
.curiculum p{
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    margin-top: 60px;
	
}
.curiculum .row{
	text-align: center;
}
.curiculum h6{
    font-weight: bold;
    margin-top: 10px;
	
}
.curiculum img{
	width: 110px;
}
#academics .row {
    align-items: baseline;
}
.curiculum  h5{

    font-weight: bold;
    border-bottom: 1px solid #00000057;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
#secondery-subject p {
   color: white;
}


#secondary .card-title{
	text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
	margin-bottom: 20px;
}
#secondary .card .card-body{
    background-color: #4c4c4c;
    color: white;
    padding: 50px 20px;
   border-radius: 0 0 15px 15px;
   transition: all .3s ease-in-out;

}
#secondary .card:hover .card-body{

    background-color: var(--text-color);
}

#secondary .row .col-lg-4:nth-child(2) .card .card-body{
	background-color: var(--text-color)
}
#secondary .row .col-lg-4:nth-child(2) .card:hover .card-body{
    background-color:#4c4c4c;
}
#secondary .card .card-img{
    border-radius: 0;
    border-color: transparent;
}
#secondary .card p{
	    font-size: 18px;
}
#secondary .card{
    border-radius: 0 0 15px 15px;
}

#secondary {
	padding: 50px 0;
	padding-bottom: 60px;
}
#secondary {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}


#secondery-subject h3{
	font-size: 32px;
    font-weight: bold;
	margin-bottom: 30px;
    color: var(--white);

}
#secondery-subject  table{
	margin-top: 0px;
	border:1px solid var(--white);
    margin-top: 30px;
    margin: 0;
}
#secondery-subject ul li{
	margin-bottom: 10px;
}
#secondery-subject{
	height: calc(100vh - 109px);
    align-items: center;
    display: flex;
    justify-content: center;
	background-color: var(--text-color);
}
#secondery-subject table tr td{ 
vertical-align: middle;
color: var(--white);
}
#secondery-subject table tr td:first-child{
	width: 15%;
	
}
#secondery-subject table tr td:nth-child(2){
	width: 30%;
}
#secondery-subject table tr td:last-child,
#secondery-subject table tr td:nth-child(3){
	padding: 15px;
	
}
#secondery-subject table thead{
	background-color: var(--text-color);
	border-color: var(--white);
	color: white;
}
#secondery-subject ul li {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin-bottom: 20px;
    color: var(--white);
}

/*textmonials styles*/

.ft-testi .creative-title{
	text-align: center;
	position: relative;
    top: 100px;
}
.creative-title h6 {
    font-size: 18px;
    /* font-weight: bold; */
    color: var(--text-color);
    margin-bottom: 5px;
    font-family: 'kanitmedium';
}
.creative-title h4 {
    font-weight: bold;
    font-size: 40px;
}
#testimonialslide .carousel-inner {
    padding-top: 41px;
}
#testimonialslide.carousel {
    bottom: -65px;
}
.testimonials .testi-content {
    position: relative;
    width: 1050px;
    margin: auto;
	color: var(--white);
}
.testi-content .row {
    position: absolute;
    top: 160px;
    padding: 0 100px;
    padding-right: 150px;
}
.sircle-img {
    position: absolute;
    top: -190px;
}
.sircle-img img {
    width: 202px;
}
.student-name {
    margin-top: 30px;
    text-align: center;
    margin-right: 110px;
}
.student-name p.cls-nan {
    font-weight: 500;
    font-size: 21px;
}
.student-name p {
    font-size: 18px;
}
.testi-content .row .col-lg-7 {
    text-align: justify;
    line-height: 26px;
}
.double-quates {
    position: absolute;
    top: -80px;
    left: 355px;
}
.double-quates img {
    width: 80px;
}
#testimonialslide .carousel-control-prev, #testimonialslide .carousel-control-next {
    left: 220px;
    height: 35px;
    width: 35px;
    border: 1px solid white;
    border-radius: 50%;
    bottom: 100px;
    top: unset;
    background: white;
    opacity: 1;
}
#testimonialslide .carousel-control-prev {
    left: 260px;
}
#testimonialslide i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
#testimonialslide .carousel-control-next {
    left: 310px;
}
