h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0px;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}
:root{
    --red: #e92e28;
    --white: #fff;
    --black: #000000;
    --light-black: #57585a;
    --yellow: #ffd800;
    --blue: #1e4585;
    --green: #2e7c3c;
}

#sports_achiev_sec{
    padding: 50px 0;
}

.achieve_style_1 h2{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: var(--green);
    text-decoration: underline var(--blue);
    text-underline-offset: 20px;
}

 .achieve_style_1 p{
    margin-bottom: 26px;
 }

.achieve_style_1 #mixedSlider {
    position: relative;
}
.achieve_style_1 #mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
}
.achieve_style_1 #mixedSlider .MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 20px 10px;
}
.achieve_style_1 #mixedSlider .MS-content .item .card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.achieve_style_1 #mixedSlider .MS-controls .MS-left {
    right: 50px;
}
.achieve_style_1 #mixedSlider .MS-controls .MS-right {
    right: 0px;
}

.achieve_style_1 #mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 26px;
    top: -35px;
    color: var(--white);
    transition: 0.15s linear;
    background-color: var(--light-black);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
}

#co_curricular_achiev_sec{
    padding: 50px 0;
   background-color: #57585a14;
}
#co_curricular_achiev_sec h2{
    color: var(--red);
}

/* #achievements_inner_section{
    height: auto;
    background-color: var(--color-liteyellow);
}
#achievements_inner_section .section_heading h1{
    font-size: 32px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    text-decoration: 1px underline #000;
    text-underline-offset: 10px;
    position: relative;
}

#achievements_inner_section .section_heading h1::after{
    position: absolute;
    content: ' ';
    height: 6px;
    width: 40px;
    background-color: var(--dark-cyan);
    bottom: -7px;
    right: 608px;
}


#achievements_inner_section .section_heading{
    padding: 12px 0 48px;
}
#achievements_inner_section  .achievements .carousel-inner{
    height: 345px;
    width: 514px;
}
#achievements_inner_section .achievements .carousel-control-next, 
#achievements_inner_section .achievements .carousel-control-prev {
    height: 50px;
    width: 50px;
}
#achievements_inner_section  .achievements .carousel-control-next-icon, 
#achievements_inner_section  .achievements .carousel-control-prev-icon {
   
    width: 20px;
    height: 20px;
   
}
#achievements_inner_section  .achievements .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#achievements_inner_section  .achievements .carousel-inner .carousel-item img{
    height: 345px;
    width: 514px;
    object-fit: cover;
    border: 4px solid var(--dark-cyan);
}

#achievements_inner_section .achievements  .carousel-control-next, 
#achievements_inner_section .achievements   .carousel-control-prev{
    background-color: var(--dark-cyan);
    opacity: 1;
}

#achievements_inner_section  .achievements  .carousel-control-next, 
#achievements_inner_section .achievements   .carousel-control-prev{
  position: absolute;
  top: 294px;
}
#achievements_inner_section  .achievements  .carousel-control-next{
 right: 410px;
}

#achievements_inner_section  .achievements .second_col{
    position: relative;
    height: 340px;
}

#achievements_inner_section  .achievements .second_col .content{
    position: absolute;
    left: -60px;
    top: -60px;
    background-color: var(--dark-cyan);
    padding: 28px;
    width: 594px;
    height: 340px;
}

#achievements_inner_section  .achievements  .content h2{
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline #f79638;
    text-underline-offset: 10px;
}
#achievements_inner_section  .achievements  .content p{
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
}

#achievements_inner_section .achievements{
    height: auto;
    padding: 60px 0;
}



#achievements_inner_section #sports_achieve_sec .second_col .content {
    position: relative;
    left: 0;
    top: -60px;
    background-color: var(--color-paragraph);
    z-index: 1;
}
#achievements_inner_section #sports_achieve_sec .carousel-control-next, 
#achievements_inner_section  #sports_achieve_sec  .carousel-control-prev{
    background-color: var(--color-paragraph);
    opacity: 1;
}
#achievements_inner_section  #sports_achieve_sec .carousel-control-next, 
#achievements_inner_section #sports_achieve_sec  .carousel-control-prev{
  position: absolute;
  top: 294px;

}
#achievements_inner_section  #sports_achieve_sec .carousel-control-next{
    right: -12px;
}
#achievements_inner_section  #sports_achieve_sec .carousel-control-prev{
    left: 422px;
}
#achievements_inner_section  #sports_achieve_sec .carousel-inner{
    position: relative;
    left: 8px;
}
#achievements_inner_section  #sports_achieve_sec .carousel-inner .carousel-item img{
    height: 346px;
    width: 514px;
    object-fit: cover;
    border: 4px solid var(--color-paragraph);
}



@media screen and (max-width:1346px) {
    #achievements_inner_section .achievements .carousel-control-next {
        right: 412px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: -13px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 424px;
    }
}

@media screen and (max-width:1280px) {
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: -14px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 425px;
    }
}


@media screen and (max-width:1199px) {
    #achievements_inner_section .section_heading h1::after {
        right: 518px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        position: relative;
        left: -80px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        position: relative;
        left: -80px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: -32px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 450px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 472px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: -54px;

    }
}

@media screen and (max-width:1024px) {
    #achievements_inner_section .achievements .second_col .content {
        position: absolute;
        left: -60px;
        top: -60px;
        width: 518px;
        height: 350px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        height: 345px;
        width: 460px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -21px;
    }
    #achievements_inner_section .achievements .carousel-inner .carousel-item img {
        height: 345px;
        width: 460px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        position: relative;
        left: -20px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 391px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 28px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -20px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 391px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 28px;
    }
   
}


@media screen and (max-width:991px) {
    #achievements_inner_section .section_heading h1::after {
        right: 398px;
    }
    #achievements_inner_section .achievements .second_col .content {
        left: -78px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -134px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 385px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: -86px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -134px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        position: relative;
        left: -32px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 380px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: -82px;
    }
}


@media screen and (max-width:768px) {
    #achievements_inner_section .achievements {
        height: auto;
        padding: 150px 0;
    }
    #achievements_inner_section .achievements .second_col .content {
        position: absolute;
        left: -194px;
        top: -143px;
        width: 486px; 
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -10px;
        top: 110px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 260px;
        top: 402px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 38px;
        top: 402px;
    }
    #achievements_inner_section .achievements .carousel-indicators {
        right: -142px;
        bottom: -108px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -10px;
        top: -124px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -180px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 68px;
        top: 404px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 230px;
        top: 404px;
    }
}


@media screen and (max-width:767px) {
    #achievements_inner_section .section_heading h1::after {
        right: 308px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 38px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 171px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: -22px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 232px;
    }
}

@media screen and (max-width:600px) {
    #achievements_inner_section .section_heading {
        padding: 18px 0 0px;
    }
    #achievements_inner_section .achievements .second_col .content {
        width: 487px;
        left: -242px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        width: 486px;
        left: -19px;
        top: 170px;
    }
    #achievements_inner_section .achievements .carousel-inner .carousel-item img {
        width: 486px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 179px;
        top: 462px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 31px;
        top: 462px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -19px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -252px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -252px;
        top: 170px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 413px;
        top: 464px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: -202px;
        top: 464px;
    }
    #achievements_inner_section .achievements {
        height: auto;
        padding: 190px 0;
    }
}


@media screen and (max-width:575px) {
    #achievements_inner_section .section_heading {
        padding: 18px 0 28px;
    }
    #achievements_inner_section .section_heading h1::after {
        right: 324px;
    }
    #achievements_inner_section .achievements {
        height: auto;
        padding: 36px 0;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -5px;
        top: 308px;
    }
    #achievements_inner_section .achievements .second_col .content {
        left: 6px;
        top: -354px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: -6px;
        top: 600px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 386px;
        top: 600px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -5px;
        top: 9px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -5px;
        top: -10px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 386px;
        top: 284px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: -6px;
        top: 284px;
    }
}

@media screen and (max-width:540px) {
    #achievements_inner_section .section_heading h1::after {
        right: 308px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -22px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -21px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 366px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: -21px;
    }
    #achievements_inner_section .achievements .second_col .content {
        left: -10px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -21px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -20px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 366px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: -21px;
    }
}

@media screen and (max-width:432px) {
    #achievements_inner_section .section_heading h1::after {
        right: 252px;
    }
    #achievements_inner_section .achievements .second_col .content {
        width: 378px;
        height: 462px;
        top: -448px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        width: 377px;
        height: 462px;
        top: 416px;
    }
    #achievements_inner_section .achievements .carousel-inner .carousel-item img {
        width: 378px;
        height: 345px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 26px;
        top: 710px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 308px;
        top: 710px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        top: 100px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 307px;
        top: 394px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 28px;
        top: 394px;
    }
}

@media screen and (max-width:425px) {
    #achievements_inner_section .achievements .carousel-control-next {
        right: 301px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 26px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 300px;
    }
}


@media screen and (max-width:414px) {
    #achievements_inner_section .section_heading h1::after {
        right: 244px;
    }
    #achievements_inner_section .achievements .second_col .content {
        left: -20px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 16px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -31px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 300px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -31px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -31px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 300px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 18px;
    }
}


@media screen and (max-width:412px) {
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 298px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 16px;
    }
}


@media screen and (max-width:400px) {
    #achievements_inner_section .section_heading h1::after {
        right: 238px;
    }
    #achievements_inner_section .achievements .second_col .content {
        left: -10px;
        width: 350px;
        height: auto;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -22px;
        width: 350px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 25px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 277px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 28px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 276px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -22px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -22px;
    }
}


@media screen and (max-width:394px) {
    #achievements_inner_section .achievements .second_col .content {
        left: -14px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -26px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 275px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 22px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -26px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -26px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 274px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 24px;
    }
}


@media screen and (max-width:393px) {
    #achievements_inner_section .achievements .carousel-control-next {
        right: 274px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 22px;
    }
}


@media screen and (max-width:390px) {
    #achievements_inner_section .achievements .carousel-control-next {
        right: 271px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 271px;
    }
}


@media screen and (max-width:385px) {
    #achievements_inner_section .achievements .second_col .content {
        left: -18px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -30px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 18px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 270px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -30px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -30px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 270px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 18px;
    }
    #achievements_inner_section .section_heading h1::after {
        right: 232px;
    }
}


@media screen and (max-width:384px) {
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 16px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 269px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 269px;
    }
}

@media screen and (max-width:375px) {
    #achievements_inner_section .section_heading h1::after {
        right: 225px;
    }
    #achievements_inner_section .achievements .second_col .content {
        left: -14px;
        width: 329px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -26px;
        width: 328px;
    }
    #achievements_inner_section .achievements .carousel-inner .carousel-item img {
        width: 328px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 22px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 255px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -26px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -26px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 22px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 255px;
    }
}


@media screen and (max-width:360px) {
    #achievements_inner_section .section_heading h1::after {
        right: 218px;
    }
    #achievements_inner_section .achievements .second_col .content {
        left: -22px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        left: -34px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 14px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 248px;
    }
    #achievements_inner_section #sports_achieve_sec .second_col .content {
        left: -34px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-inner {
        left: -34px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 15px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 248px;
    }
}

@media screen and (max-width:320px) {
    #achievements_inner_section .achievements {
        height: auto;
        padding: 52px 0;
    }
    #achievements_inner_section #coCurricular_achieve_sec {
        padding: 0 0 100px;
    }
    #achievements_inner_section .section_heading h1::after {
        right: 198px;
    }
    #achievements_inner_section .achievements .second_col .content {
        width: 290px;
        top: -480px;
    }
    #achievements_inner_section .achievements .carousel-inner {
        width: 290px;
        top: 516px;
    }
    #achievements_inner_section .achievements .carousel-inner .carousel-item img {
        width: 290px;
    }
    #achievements_inner_section .achievements .carousel-control-prev {
        left: 14px;
        top: 808px;
    }
    #achievements_inner_section .achievements .carousel-control-next {
        right: 208px;
        top: 808px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-prev {
        left: 15px;
    }
    #achievements_inner_section #sports_achieve_sec .carousel-control-next {
        right: 208px;
    }
} */






