/* College Path Css Start  */
.college-path-sec .section-header {
    max-width: 990px;
    margin: 0 auto 40px;
    text-align: center;
}
.college-path-sec .section-header .icon{
    margin-bottom: 5px;
}
.college-path-sec .section-header .icon img {
    margin: 0 auto;
}
.college-path-sec .section-header h2{
    margin-bottom: 30px;
}
.college-path-sec .section-header .desc{
    margin: 0 auto;
    max-width: 750px;
}
.college-path-slider .slick-track{
    transition: transform 0.8s ease-in-out !important;
    min-height: 670px;
}
.college-path-slider .college-part-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
    transition: all 0.4s;
    overflow: hidden;
    cursor: pointer;
}
.college-path-slider .college-part-box .bg-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: all 0.8s;
}
.college-path-slider .college-part-box:hover .bg-img,
.college-path-slider:has(.slick-prev:hover) .is-prev .college-part-box .bg-img,
.college-path-slider:has(.slick-next:hover) .is-next .college-part-box .bg-img{
    transform: scale(1.1);
}
.college-path-slider .slick-current.slick-active .college-part-box{
    min-height: 670px;
}
.college-path-slider .college-part-box .bg-img::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.college-path-slider .slick-slide.yellow .college-part-box .bg-img::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 70%, rgba(239, 195, 79, 0.8) 100%);
}
.college-path-slider .slick-slide.red .college-part-box .bg-img::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 70%, rgba(225, 40, 39, 0.8) 100%);
}
.college-path-slider .slick-slide.blue .college-part-box .bg-img::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 70%, rgba(31, 22, 69, 0.8) 100%);
}
.college-path-slider .college-part-box .content {
    padding: 85px 20px 30px 130px;
    max-width: 700px;
    width: calc(100% - 250px);
    display: none;
    position: relative;
}
.college-path-slider .slick-current.slick-active .college-part-box .content{
    display: block;
}
.college-path-slider .college-part-box .content *:not(h2 span){
    color: var(--white);
}
.college-path-slider .slick-current.slick-active .college-part-box .desc{
    min-height: 123px;
}
.college-path-slider .slick-dots {
    justify-content: center;
    width: 100%;
    bottom: -40px;
}
.college-path-slider .slick-slide {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.college-path-slider .slick-list {
    padding: 0 240px;
}
.college-path-slider .college-part-box .path-icon {
    margin-bottom: 25px;
    width: 220px;
    position: relative;
}
.college-path-slider .slick-current.slick-active .college-part-box .path-icon{
    margin-right: 20px;
}
.college-path-slider .college-part-box .path-icon img {
    margin-left: auto;
    margin-right: auto;
}
.college-path-sec {
    margin: 150px 0 110px;
}
.college-path-slider .slick-slide.is-prev .college-part-box{
    justify-content: end;
}
.college-path-slider .slick-arrow {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 100%;
    z-index: 1;
    transform: unset;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.college-path-slider .slick-arrow.slick-next{
    right: 0;
    left: auto;
}
.college-path-slider .slick-arrow::before{
    display: none;
}
.college-path-slider .college-part-box .title{
    line-height: 1;
}
.college-path-slider .college-part-box .desc *{
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
/* College Path Css End  */

/* Latest Section Css Start  */
.latest-new-sec {
    padding: 50px 0 115px;
    position: relative;
}
.latest-new-sec::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 431px);
    background: linear-gradient(79.05deg, #0C113D 0%, #120963 91.99%);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
    width: 68%;
    z-index: -1;
}
.latest-new-sec .section-header .col-left {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.latest-new-sec .section-header .col-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    overflow: hidden;
}
.latest-new-sec .section-header .row{
    justify-content: space-between;
    align-items: end;
}
.latest-new-sec .section-header h2 {
    color: var(--white);
    margin-bottom: 0;
    line-height: 1;
    padding-left: 30px;
}
.latest-new-sec .section-header h2 span{
    z-index: -1;
}
.latest-new-sec .section-header{
    margin-bottom: 60px;
}
.latest-new-sec .social-icon-title {
    color: var(--blue);
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-right: 13px;
    position: relative;
}
.latest-new-sec .social-icon-title::before {
    content: "";
    position: absolute;
    right: calc(100% + 36px);
    height: 1px;
    width: 100%;
    background: var(--blue);
    top: 11px;
    min-width: 220px;
}
.latest-new-sec .section-header .col-left .btn{
    margin-bottom: 10px;
}
.latest-new-slider .slick-slide {
    padding: 0 20px;
    width: 380px;
}
.latest-new-slider .slick-list{
    margin: 0 -20px;
}
.latest-new-slider .slide-box .img-wrapper {
    margin-bottom: 18px;
    overflow: hidden;
    display: block;
}
.latest-new-slider .slide-box .img-wrapper img{
    transition: all 0.6s;
}
.latest-new-slider .slide-box:hover .img-wrapper img{
    transform: scale(1.1);
}
.latest-new-slider .slide-box .date{
    margin-bottom: 5px;
}
.latest-new-slider .slide-box .title {
    font-size: 24px;
    margin-bottom: 10px;
}
.latest-new-slider .slide-box .btn{
    margin-top: 30px;
}
.latest-new-sec .slick-dots {
    position: relative;
    width: 100%;
    justify-content: center;
    bottom: 0;
    margin-top: 80px;
}
.latest-new-slider .slick-arrow.slick-prev{
    left: -20px;
}
.latest-new-slider .slick-arrow.slick-next{
    right: -20px;
    left: auto;
}
.latest-new-slider .slick-arrow{
    top: 30%;
}
.latest-new-sec .mobile-btn{
    display: none;
    text-align: center;
    margin-top: 28px;
}
/* Latest Section Css End  */
@media only screen and (min-width: 1441px) {
    /* Latest Section Css Start  */
    .latest-news-wrapper {
        max-width: 1730px;
        padding-left: 100px;
        padding-right: 100px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    /* Latest Section Css End  */
}
@media only screen and (max-width: 1560px) and (min-width: 1441px) {
      /* Latest Section Css Start  */
      .latest-news-wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
    /* Latest Section Css End  */  
}
@media only screen and (max-width: 1800px) {
    /* Latest Section Css Start  */
    /* .latest-new-slider .slick-arrow.slick-next{
        right: 165px;
    } */
    /* Latest Section Css End  */
}
@media only screen and (max-width: 1680px) {
    /* Latest Section Css Start  */
    /* .latest-new-slider .slick-arrow.slick-next{
        right: 100px;
    } */
    /* Latest Section Css End  */
}
@media only screen and (max-width: 1560px) {
    /* Latest Section Css Start  */
    /* .latest-news-wrapper {
        padding-left: 60px !important;
    } */
    /* Latest Section Css End  */

    /* College Path Css Start  */
    /* College Path Css End  */
}
@media only screen and (max-width: 1440px) {
    /* Latest Section Css Start  */
    .latest-new-slider .slick-arrow.slick-next{
        right: 100px;
    }
    /* Latest Section Css End  */

    /* College Path Css Start  */
    /* College Path Css End  */
}
@media only screen and (max-width: 1366px) {
    /* Latest Section Css Start  */
    .latest-new-sec{
        padding: 75px 0;
    }
    .latest-new-slider .slick-slide {
        padding: 0 5px;
        width: 330px;
    }
    .latest-new-slider .slide-box .date {
        font-size: 12px;
    }
    .latest-new-slider .slide-box .img-wrapper {
        margin-bottom: 10px;
    }
    .latest-new-slider .slide-box .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .latest-new-slider .slide-box .btn {
        margin-top: 20px;
    }
    .latest-new-slider .slick-list{
        margin: 0 -5px;
    }
    .latest-new-sec .slick-dots{
        margin-top: 70px;
    }
    .latest-new-sec::before{
        height: calc(100% - 334px);
        clip-path: polygon(0 0, 81% 0%, 100% 100%, 0% 100%);
        width: calc(100% + 242px);
    }
    .latest-new-sec .social-icon-title::before{
        background: var(--white);
    }
    .latest-new-sec .social-icon-title{
        color: var(--white);
    }
    .latest-new-sec .soical-icon a{
        background-color: var(--white);
    }
    .latest-new-sec .soical-icon a img{
        filter: brightness(0) saturate(100%) invert(15%) sepia(48%) saturate(2322%) hue-rotate(228deg) brightness(91%) contrast(96%);
    }
    .latest-new-sec .social-icon-title::before{
        right: calc(100% + 10px);
        min-width: 160px;
    }
    .latest-new-sec .section-header .col-left .btn {
        margin-bottom: 0;
    }
    .latest-new-sec .section-header .col-left{
        margin-bottom: 6px;
    }
    .latest-new-sec .soical-icon a:hover img{
        filter: brightness(0) invert(1);
    }
    /* Latest Section Css End  */

    /* College Path Css Start  */
    .college-path-sec .section-header .icon img {
        max-width: 65px;
    }
    .college-path-sec {
        margin: 100px 0 150px;
    }
    .college-path-sec .section-header{
        max-width: 750px;
    }
    .college-path-slider .slick-slide{
        padding: 0 10px;
    }
    .college-path-slider .slick-list {
        padding: 0 107px;
    }
    .college-path-slider .slick-arrow{
        width: 97px;
    }
    .college-path-slider .college-part-box .desc * {
        font-size: 16px;
        line-height: 140%;
    }
    .college-path-slider .slick-current.slick-active .college-part-box .desc {
        min-height: 90px;
    }
    .college-path-slider .slick-slide:not(.slick-active) .college-part-box .path-icon{
        width: 88px;
    }
    .college-path-slider .slick-slide:not(.slick-active) .college-part-box .path-icon img{
        max-height: 120px;
    }
    /* College Path Css End  */
}
@media only screen and (max-width: 1199px) {
    /* Latest Section Css Start  */
    .latest-new-sec .section-header .col-left {
        width: 58%;
    }
    .latest-new-sec .section-header .col-right{
        width: 42%;
    }
    /* Latest Section Css End  */

    /* College Path Css Start  */
    /* College Path Css End  */
}
@media only screen and (max-width: 991px) {
    /* Latest Section Css Start  */
    .latest-news-wrapper {
        padding-left: 40px !important;
    }
    .latest-new-sec .mobile-btn{
        display: block;
    }
    .latest-new-sec .section-header .col-left .btn{
        display: none;
    }
    .latest-new-sec .section-header .col-left {
        width: 48%;
    }
    .latest-new-sec .section-header .col-right {
        width: 52%;
    }
    .latest-new-slider .slick-slide{
        width: 280px;
    }
    .latest-new-sec::before{
        height: calc(100% - 402px);
    }
    /* Latest Section Css End  */

    /* College Path Css Start  */
    .college-path-slider .slick-current.slick-active .college-part-box,.college-path-slider .slick-track {
        min-height: 520px;
    }
    .college-path-slider .college-part-box{
        min-height: 480px;
    }
    .college-path-slider .college-part-box .content{
        padding: 45px 20px 30px 60px;
        width: calc(100% - 120px);
    }
    .college-path-slider .college-part-box .path-icon{
        width: 100px;
    }
    /* College Path Css End  */
}
@media only screen and (max-width: 767px) {
    /* Hero Section Css Start  */
    .hero-section{
        display: flex;
        flex-direction: column;
    }
    .hero-section .bottom-panel{
        position: relative;
    }
    body .hero-slider .hero-content,body .hero-slider .hero-content.right{
        bottom: 60px;
    }
    /* Hero Section Css End  */

    /* Latest Section Css Start  */
    .latest-new-sec {
        padding: 40px 0 65px;
    }
    .latest-new-sec .section-header .col-left,.latest-new-sec .section-header .col-right {
        width: 100%;
    }
    .latest-new-sec .section-header .col-right {
        justify-content: start;
        margin-top: 30px;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .latest-new-sec .social-icon-title{
        margin-right: 18px;
        padding-left: 15px;
    }
    .latest-new-sec .social-icon-title::before {
        right: 0;
        width: 10px;
        left: 0;
        min-width: auto;
    }
    .latest-new-sec .section-header {
        margin-bottom: 40px;
    }    
    .latest-news-wrapper {
        padding-left: 20px !important;
    }
    .latest-new-sec .slick-dots {
        margin-top: 50px;
    }
    .latest-new-slider .slide-box .title{
        font-size: 22px;
    }
    .latest-new-sec::before {
        height: calc(100% - 372px);
        width: 100%;
        clip-path: polygon(87% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
    }
    .latest-new-sec .soical-icon a {
        height: 36px;
        width: 36px;
        margin: 4px;
    }
    .latest-new-sec .social-icon-title{
        margin-right: 5px;
    }
    .latest-new-sec .soical-icon a img {
        max-width: 20px;
        max-height: 20px;
    }
    .latest-new-slider .slick-slide {
        width: 330px;
    }
    /* Latest Section Css End  */

    /* College Path Css Start  */
    .college-path-sec .section-header .icon img {
        max-width: 55px;
    }
    .college-path-slider .slick-list{
        padding: 0;
        margin: 0 -10px;
    }
    .college-path-sec .section-header{
        margin: 0 auto 20px;
    }
    .college-path-sec {
        margin: 50px 0 78px;
    }
    .college-path-slider .college-part-box,
    .college-path-slider .slick-current.slick-active .college-part-box{
        min-height: auto;
        height: 100%;
        display: block;
    }
    .college-path-slider .slick-track{
        min-height: auto;
    }
    .college-path-slider .college-part-box .content {
        padding: 0 20px 24px 50px;
        width: 100%;
        display: block;
    }
    .college-path-slider .college-part-box .path-icon {
        width: 80px;
        position: absolute;
        right: 0;
        top: 31%;
        margin-right: 20px;
    }
    .college-path-slider .college-part-box .path-icon img{
        max-height: 135px;
    }
    .college-path-slider .slick-slide:not(.slick-active) .college-part-box .path-icon{
        width: 80px;
    }
    .college-path-slider .college-part-box .bg-img {
        position: relative;
        padding-top: 65%;
        height: auto;
    }
    .college-path-slider .slick-slide.yellow .college-part-box{
        background: #EFC34F;
    }
    .college-path-slider .slick-slide.red .college-part-box{
        background: var(--red);
    }
    .college-path-slider .slick-slide.blue .college-part-box{
        background: var(--blue);
    }
    .college-path-slider .slick-slide.yellow .college-part-box .bg-img::before{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 70%, #EFC34F 100%);
    }
    .college-path-slider .slick-slide.red .college-part-box .bg-img::before{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 70%, var(--red) 100%);
    }
    .college-path-slider .slick-slide.blue .college-part-box .bg-img::before{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 70%, var(--blue) 100%);
    }
    .college-path-slider .college-part-box:hover .bg-img, .college-path-slider:has(.slick-prev:hover) .is-prev .college-part-box .bg-img, .college-path-slider:has(.slick-next:hover) .is-next .college-part-box .bg-img{
        transform: scale(1);
    }
    /* College Path Css End  */
}
@media only screen and (max-width: 360px) {

}

