/*UI14041994*/

span {
    font-size: 1.6rem;
}

p {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: var(--Montserrat);
    color: var(--fontcolor);
}

blockquote {
    font-size: 3.6rem;
    line-height: 4.2rem;
    font-weight: 300;
    color: var(--fontcolor);
    margin-bottom: 3rem;
    font-family: var(--worksans);
    margin-bottom: 0;
}

.desktop_banner .carousel-caption {
    width: 67rem;
    left: inherit;
    right: inherit;
    margin: auto;
    text-align: left;
    /*z-index: 2;*/
    bottom: 8rem;
}

.desktop_banner .owl-dots {
    left: 0;
    max-width: 155.6rem;
    position: relative;
    bottom: 9rem;
    margin: auto;
}

.desktop_banner .carousel-indicators {
    justify-content: flex-start;
    width: 67rem;
    left: inherit;
    right: inherit;
    margin: auto;
    text-align: left;
    bottom: 9rem;
    z-index: 3;
}

.desktop_banner .carousel-indicators [data-bs-target] {
    background: #000;
    width: 1rem;
    height: 1rem;
    margin: 0 0.8rem;
    border: none;
    transform: rotate(45deg);
    border-radius: 0;
    opacity: 0.1;
}

.desktop_banner .carousel-indicators .active {
    opacity: 1;
}

.desktop_banner .carousel-item::before {
    width: 100%;
    height: 36%;
    background: linear-gradient(180deg, rgb(0 0 0 / 81%) 10%, rgba(245, 240, 227, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.desktop_banner .carousel-item img {
    width: 100%;
    height: 100vh;
}

.desktop_banner .carousel-caption .slider_heading {
    font: var(--font78);
    color: var(--colorwhite);
      text-transform: uppercase;
}

.desktop_banner .carousel-caption .slider_heading span {
    font: var(--font78);
    color: var(--yellowcolor);
}

.desktop_banner .carousel-caption p {
    font: var(--font36);
    color: var(--colorwhite);
    margin-top: 2rem;
}

.desktop_banner .carousel-item .container {
    max-width: 1630px;
}

.desktop_banner .carousel-caption .program_btn {
    width: 33.6rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 4.9rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 1rem;
    padding-left: 1.6rem;
}

.desktop_banner .carousel-caption .program_btn::before {
    width: 80%;
    height: 100%;
    background: var(--orange-colore);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
}

.desktop_banner .carousel-caption .program_btn img {
    width: auto;
    height: auto;
    background: var(--colorwhite);
    border-radius: 1rem;
    padding: .5rem;
    max-width: 10rem;
    height: auto;
    margin-left: 2rem;
}
.desktop_banner .carousel-item:first-child .carousel-caption .program_btn img {
    margin-left: 6.5rem;
}

.desktop_banner .carousel-caption .program_btn p {
    font: 300 1.6rem/2.4rem var(--montserrat);
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    border-radius: 1rem;
    margin-top: 1rem;
}

.desktop_banner .carousel-caption .program_btn p span {
    font-size: 2.4rem;
    font-family: var(--montserrat);
    font-weight: bold;
}

.desktop_banner .slider_shadow::after {
    width: 100%;
    height: 36%;
    background: linear-gradient(0deg, rgb(0 0 0 / 30%) 10%, rgba(245, 240, 227, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.desktop_banner .slider3 .carousel-caption {
    width: 73.5rem;
}


/*------------------------banner end----------------------*/


/*------------------------academics start----------------------*/

.acad_embark {
    width: 100%;
    height: auto;
    padding: 13rem 0 3rem;
}

.heading_tittle {
    width: 100%;
    height: auto;
    font: var(--font30);
    color: var(--bluecolor);
    margin-bottom: 1rem;
}

.acad_embark h1 {
    font: var(--font60);
    color: var(--footerbg);
}

.acad_embark p {
    font: var(--font24);
    color: var(--light-black);
    padding: 3.9rem 0 3rem;
}

.acad_embark .col-lg-8 {
    padding-right: 3.5rem;
}

.acad_embark .col-lg-8 ul {
    margin-top: 6.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.acad_embark .col-lg-8 ul li {
    width: 48%;
    padding-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.acad_embark .col-lg-8 ul li a p.home_course {
    font: var(--font18);
    padding: 0;
    width: 96%;
    display: inline-flex;
}
.acad_embark .col-lg-8 ul li a img {
    width: 4%;
}
.acad_embark .col-lg-8 ul li a
{
          width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.acad_embark .col-lg-8 ul li a:hover img {
    filter: invert(1);
}

.acad_embark .apply_box {
    width: 41rem;
    margin-left: auto;
    height: auto;
    background: #F2F5F6;
    padding: 4.5rem;
}

.acad_embark .apply_box h2 {
    font: bold 3.8rem/4.7rem var(--montserrat);
    color: var(--footerbg);
}

.acad_embark .apply_box h2 span {
    font: var(--font24);
    font-weight: bold;
    color: var(--footerbg);
    display: block;
}

.acad_embark .apply_box p {
    padding: 1rem 0 4rem;
    font: var(--font21);
}

.acad_embark .apply_box .admission_btn a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font: var(--font16);
    padding: .9rem 2.5rem;
    background: rgb(5 207 150 / 26%);
    border-radius: 3.5rem;
    margin: .6rem 0;
}

.acad_embark .apply_box .admission_btn a:hover,
.acad_embark .apply_box .admission_btn :nth-child(2):hover,
.acad_embark .apply_box .admission_btn :nth-child(3):hover {
    background: var(--orange-colore);
    color: var(--colorwhite);
}

.acad_embark .apply_box .admission_btn a:hover img {
    filter: invert();
}

.acad_embark .apply_box .admission_btn a img {
    margin-left: 1.6rem;
}

.acad_embark .apply_box .admission_btn a:nth-child(2) {
    background: rgb(0 153 255 / 26%);
}

.acad_embark .apply_box .admission_btn a:nth-child(3) {
    background: rgb(255 102 0 / 26%);
}

.single_ul {
    margin: 3.5rem 0 5.2rem;
}

.single_ul a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font: 300 1.6rem/1.9rem var(--Montserrat);
    color: var(--light-black);
    margin-bottom: 1.6rem;
}

.single_ul a:hover {
    color: var(--bluecolor);
}

.admission_helpline {
    margin-top: 2.5rem;
}

.admission_helpline p {
    font: var(--font21);
    line-height: 2.1rem;
    padding: 0 !important;
}

.admission_helpline a {
    font: var(--font30);
    line-height: 3.7rem;
    color: #063142;
}
.admission_helpline:hover a{
    color:var(--orange-colore);
}


/*------------------------Academics end----------------------*/


/*------------------------Research start----------------------*/

.research_publication {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.research_publication h3 {
    font: var(--font48);
    color: var(--footerbg);
    padding: 0 0 5.9rem;
}

.research_publication figure {
    position: relative;
}

.research_publication figure::after {
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg, rgb(0 0 0 / 81%) 10%, rgba(245, 240, 227, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.research_publication .reachslider {
    max-width: 52rem;
    height: auto;
    position: absolute;
    top: 0;
}

.research_publication .reachslider .orange_slider {
    background: var(--orange-colore);
    padding: 4.2rem;
    height: 35rem;
    width: 52rem;
}

.research_publication .reachslider .orange_slider .number {
    font: var(--font24);
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--colorwhite);
}

.research_publication .reachslider .orange_slider .number::after {
    width: 90%;
    height: .1rem;
    background: #fff;
    position: absolute;
    right: 0;
    content: "";
    opacity: 0.5;
}

.research_publication .reachslider .orange_slider p {
    padding-top: 2.9rem;
    font: var(--font30);
    color: var(--colorwhite);
    font-weight: normal;
    line-height: 3.6rem;
         overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.research_publication .reachslider .orange_slider p span {
    font: var(--font16);
    margin-top: 2.4rem;
    display: block;
}
.research_publication .reachslider .orange_slider .owl-nav button {
    width: 3rem;
    height: 3rem;
    background: url(../images/research-slider-aerow.svg) no-repeat center center !important;
    border-radius: var(--Radius-full);
    margin: 0.6rem;
    transition: 0.5s;
}

.research_publication .reachslider .orange_slider .item img {
    width: 2.9rem;
    height: 2.9rem;
    margin-top: 3.5rem;
}

.research_publication .reachslider .orange_slider .item img:hover {
    filter: invert(50);
}

.research_publication .reachslider .orange_slider .owl-nav {
    text-align: left;
    margin-top: 3.2rem;
}

.research_publication .reachslider .orange_slider .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.research_publication .black_slider {
    background: var(--black);
    z-index: 1;
    position: absolute;
    width: 52rem;
    top: 46rem;
    z-index: 2;
}

.research_publication .black_slider .number {
    font: var(--font130);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--colorwhite);
    padding: 5.2rem;
}

.research_publication .black_slider .number span {
    font: var(--font24);
    padding: 0 2rem;
    line-height: 3rem;
}

.research_publication .black_slider .owl-dots {
    padding: 0 0 6rem 5.2rem;
    text-align: left;
}

.research_publication .carousel-indicators {
    max-width: 136.6rem;
    margin: auto;
}

.research_publication .carousel-indicators [data-bs-target] {
    width: 100%;
    height: auto;
    border-radius: 0rem;
    padding: 2.5rem 4rem;
    margin: 0 .6rem;
    background: transparent;
    text-indent: 0;
    text-align: left;
    opacity: 1;
    border-top: .4rem solid transparent;
    border-bottom: .4rem solid transparent;
}

.research_publication .carousel-indicators [data-bs-target] span {
    font: var(--font16);
    color: var(--colorwhite);
    margin-bottom: 2.3rem;
    display: block;
}

.research_publication .carousel-indicators [data-bs-target] p {
    font: var(--font21);
    color: var(--colorwhite);
    line-height: 3rem;
         overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.research_publication .carousel-indicators .active {
    border-top: .4rem solid var(--orange-colore);
    border-bottom: .4rem solid var(--orange-colore);
    background: #fff;
}

.research_publication .carousel-indicators .active span,
.research_publication .carousel-indicators .active p {
    color: var(--black);
}

.research_publication ul li:hover::before {
    opacity: 1;
}

.research_publication ul li:hover p,
.research_publication ul li:hover span {
    color: var(--black);
}

.view-research-mob {
    display: none;
}


/*------------------------Research end----------------------*/


/*------------------------Get placed start----------------------*/

.gettesimonial_wrap {
    height: auto;
    padding-top: 16rem;
    padding-bottom: 14rem;
    overflow: hidden;
}

.gettesimonial_wrap h4 {
    font: var(--font48);
    margin-bottom: 5.9rem;
    color: var(--footerbg);
}

.gettesimonial_wrap .get_tesimonial {
    background: #788f9c;
    padding-top: 3rem;
    height: 100%;
}

.gettesimonial_wrap .get_tesimonial .quote {
    width: 7.2rem;
    height: 5.9rem;
}

.gettesimonial_wrap .get_tesimonial p {
    font: var(--font24);
    font-style: italic;
    padding: 3.4rem 6rem 0rem 0;
    color: var(--colorwhite);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.gettesimonial_wrap .get_tesimonial h5 {
    font: var(--font18);
    font-style: italic;
    color: var(--colorwhite);
}

.gettesimonial_wrap .get_tesimonial h5 span {
    display: block;
    font: var(--font16);
}

.gettesimonial_wrap .get_tesimonial .col-lg-7 figure img {
    height: 72rem;
    width: auto;
}

.gettesimonial_wrap .get_tesimonial .col-lg-5 {
    position: relative;
}

.gettesimonial_wrap .get_tesimonial .owl-dots {
    position: absolute;
    bottom: 14rem;
    left: 65.8rem;
}

.gettesimonial_wrap .getplaced_slider {
    width: 42.6rem;
    height: 35rem;
    background: var(--bluecolor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.getplaced_area {
    max-width: 50rem;
    margin-right: auto;
    padding-left: 4rem;
}

.gettesimonial_wrap .getplaced_slider {
    width: 100%;
    height: 35rem;
    background: var(--bluecolor);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8rem;
}

.gettesimonial_wrap .getplaced_slider h5 {
    /* font: var(--font130); */
        color: var(--colorwhite);
        font-size: 11rem;
        line-height: 11rem;
        font-weight: 700;
        font-family: 'Oswald', sans-serif;
}

.gettesimonial_wrap .getplaced_slider h5 span {
    display: block;
    font: var(--font24);
    margin-top: 3rem;
}

.gettesimonial_wrap .highestsl_slider {
    border: 1px solid #999999;
    width: 100%;
    height: 35rem;
    padding: 8rem;
    margin-top: 4.7rem;
}

.gettesimonial_wrap .highestsl_slider h5 {
    color: var(--orange-colore);
       display: inline-block;
       font-size: 12rem;
       line-height: 12rem;
       font-weight: 700;
       font-family: 'Oswald', sans-serif;
}

.gettesimonial_wrap .highestsl_slider span {
    font: 1.3rem/5.7rem var(--Montserrat);
    font-size: 4.3rem;
    color: var(--color28);
    font-weight: bold;
    padding-left: 1rem;
}

.gettesimonial_wrap .highestsl_slider p {
    font: var(--font24);
    margin-top: 0;
    line-height: 3rem;
    font-weight: 400;
}


/*------------------------Get placed end----------------------*/


/*------------------------ UI07081989 ------------------------*/


/*------------------------recruitres start----------------------*/

.recruitres_area {
    margin-bottom: 10rem;
}

.recruitres_area h6 {
    font: var(--font36);
    color: var(--color28);
    display: flex;
    justify-content: center;
    position: relative;
    top: -25px;
    max-width: 250px;
    background-color: #fff;
    margin: 0px auto;
}

.recruitres_area .back-line {
    background-color: #DDDDDD;
    width: 100%;
    height: 1px;
}

.recruitr_slider {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.recruitr_slider .owl-carousel .owl-nav {
    display: block;
    background: #fff;
    max-width: 10%;
    justify-content: center;
    margin: 20px auto;
}

.recruitr_slider .owl-nav button span {
    background: #063142;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    font-size: 26px;
    color: var(--colorwhite);
    display: flex;
    justify-content: center;
    align-items: end;
    transition: 0.5s;
}

.recruitr_slider .owl-nav button span:hover {
    background-color: var(--orange-colore);
    transition: 0.5s;
}

.recruitr_slider .owl-carousel .owl-nav {
    position: relative;
}

.recruitres_area .back-line2 {
    position: relative;
}

.recruitres_area .back-line2::before {
    content: "";
    background-color: #DDDDDD;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7rem;
}

.recruitr_slider .owl-carousel .owl-item img {
    width: 210px;
    height: 150px;
    object-fit: cover;
}


/*------------------------recruitres end----------------------*/


/*------------------------life ABESIT start----------------------*/

.Infrastructure-sec {
    position: relative;
    z-index: 9;
    padding: 13rem 0 17rem;
}

.Infrastructure-sec h2.big-txt {
    font: var(--font48);
    color: #063142;
    text-align: center;
    font-weight: 600;
}

.Infrastructure-sec blockquote {
    font: var(--font36);
    font-weight: 300;
    color: #444444;
    margin-top: 2.5rem;
}

.Infrastructure-sec::before {
    background: #ECF2F5;
    height: 66%;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    content: '';
    z-index: -1;
}

.Infrastructure-sec blockquote,
.Recruiters-sec {
    text-align: center;
}

.Infrastructure-tab {
    margin-top: 6rem;
}

.Infrastructure-tab .card-body {
    padding: 0;
}

.Infrastructure-tab li {
    width: 100%;
}

.Infrastructure-tab li span {
    margin: 0;
    cursor: pointer;
}

.Infrastructure-tab li>div {
    padding: 2.5rem 0;
    border-bottom: .1rem solid #0003;
}

.Infrastructure-tab ul li:last-child>div {
    border-bottom: 0;
}

.Infrastructure-tab .accordion {
    width: 62%;
    padding-right: 10rem;
    margin-top: 0;
    margin-left: auto;
    display: block;
}

.inn-infra-tab .count-room {
    padding: 1rem 0 0;
    border-left: 0;
    margin-bottom: 0;
}

.inn-infra-tab blockquote,
.count-slider blockquote {
    font-weight: 500;
    text-align: left;
}

.count-slider blockquote {
    margin-top: 0.5rem;
}

.inn-infra-tab .number-count,
.count-slider .number-count {
    color: #DA3948;
}
.happening_box2 figcaption p {
    height: 5.5rem;
}
.acad_embark .col-lg-8 ul li a p.home_course {
    font: var(--font16);
    width: 95%;
}
.Campus-btn-sec {
    max-width: 70%;
    margin: 0 auto;
}
/* .inn-infra-tab { padding: 0;height: 0;overflow: hidden;transition: 0.3s; }
div.active .inn-infra-tab{padding:0;height: auto;} */

.Infrastructure-tab .accordion .accordion-item:last-child.accordion-button {
    border-bottom: none;
}

.Infrastructure-tab .accordion-button::after {
    background-image: url(../images/life-abes-arrow.svg);
    width: 30px;
    height: 30px;
    background-size: auto;
}

.Infrastructure-tab .accordion-button:not(.collapsed)::after {
    background-image: url(../images/orng-down-arw1.svg);
    transform: rotate(0deg);
       width: 30px;
    height: 30px;
    background-size: auto;
}
.Infrastructure-tab .accordion .collapse:not(.show) {
    display: none;
}

.Infrastructure-tab .collapse:not(.show) {
    display: block;
}

.Infrastructure-tab .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.inn-infra-tab p {
    color: #444444;
}

.card-body .inn-infra-tab {
    display: none;
}

.Campus-btn-sec {
    margin-top: 10rem;
}

.Infrastructure-tab li>div {
    padding: 1rem 0;
    border-bottom: 0.1rem solid #0003;
    transition: 0.5s;
}

.Campus-btn-sec {
    margin-top: 5rem;
    margin-left: 0;
    max-width: 90%;
}

.blue-btn {
    background-color: #004E98;
    border-radius: 35px;
    padding: 2rem 4rem;
    color: #fff;
    font-size: 2.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.blue-btn {
    color: var(--colorwhite);
}

a.blue-btn:hover {
    color: var(--colorwhite);
}

a.blue-btn:hover img {
    filter: invert();
}

.apply-online img {
    margin-left: 1rem;
}

.Infrastructure-tab li {
    transition: 0.5s;
}

.Infrastructure-tab li div.active span img {
    transform: rotate(90deg);
    transition: 0.5s;
}

.Infrastructure-tab li span img {
    margin-top: 3px;
}

.Infrastructure-tab li span {
    margin: 0;
    cursor: pointer;
    padding: 18px 20px 16px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.Infrastructure-tab .accordion-item:first-of-type .accordion-button {
    font: var(--font24);
    font-weight: 600;
    color: var(--color28);
    background-color: transparent;
    border-top: none;
    margin-bottom: 1rem;
}*/

.Infrastructure-tab .accordion-button {
    font: var(--font24);
    font-weight: 600;
    color: var(--color28);
    background-color: transparent;
    padding-left: 0;
}

.Infrastructure-tab .accordion-body {
    padding-left: 0;
}

.Infrastructure-tab .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #00000045;
    padding: 1.6rem 0;
}

.Infrastructure-tab .accordion-item:nth-child(2) {
    border-bottom: none;
}

.nav-tabs .Facilities-tab-menu .inn .nav-item p {
    width: auto;
    font-size: 2.1rem;
    color: var(--color28);
    line-height: 5.4rem;
    font-weight: 400;
    position: relative;
    padding-left: 2rem;
}

.nav-tabs .Facilities-tab-menu .inn .nav-item p::before {
    content: "";
    position: absolute;
    background-color: #f2911b;
    width: 1px;
    height: 30px;
    left: 0;
    top: 1rem;
}

.size-24 {
    font: var(--font24);
    font-weight: 600;
    content: var(--color28);
}

.img-content-desktop {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: -21rem;
    max-width: 90%;
}

.left-brown-area {
    width: 66%;
    background-color: #444444;
    padding: 4.5rem 6rem;
}

.left-brown-area h3 {
    font: var(--font36);
    color: var(--colorwhite);
    line-height: 4.4rem;
    margin-bottom: 2rem;
}

.left-brown-area p {
    color: var(--colorwhite);
    font-weight: 300;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 7rem;
}

.left-brown-area img {
    margin-top: 3rem;
}

.left-brown-area:hover img {
    filter: invert(50);
}

.right-white-area {
    width: 34%;
    background-color: var(--colorwhite);
    padding: 4.5rem;
}

.right-white-area span {
    color: #FF6600;
    font: var(--font130);
    margin-bottom: 2rem;
    display: block;
}

.right-white-area p {
    font: var(--font24);
    font-weight: 500;
    line-height: 3rem;
    color: var(--color28);
}

.card-header {
    display: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}


/*------------------------life ABESIT end----------------------*/



/*------------------------why-abesit start----------------------*/

.why-abesit {
    background-image: url(../images/why-home-img-back.webp);
    width: 100%;
    height: 800px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 16.7rem 0;
    overflow: hidden;
}

.why-abesit:before {
    background-image: url(../images/why-home-img.svg);
    width: 100%;
    height: 80%;
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    mix-blend-mode: color;
    z-index: -99;
}

.why-abesit::after {
    content: "";
    position: absolute;
    background-color: #063142;
    width: 100%;
    height: 190px;
    left: 0;
    bottom: 115px;
    right: 0;
    z-index: -99;
}

.why-white {
    padding: 7rem;
    background-color: #fff;
    height: 65rem;
    width: 95%;
}

.why-white h3 {
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 300;
    color: #063142;
}

.why-white h3 span {
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 600;
    color: #063142;
}

.why-white blockquote {
    font-size: 2.1rem;
    line-height: 3rem;
    color: #666666;
    font-weight: 300;
    margin-top: 4rem;
}

.years-orng {
    padding: 3rem 0;
    margin-bottom: 4rem;
    position: relative;
    margin-top: 3rem;
}

.years-orng::before {
    content: "";
    position: absolute;
    background-color: #CCCCCC;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

.years-orng::after {
    content: "";
    position: absolute;
    background-color: #CCCCCC;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.years-orng h4 {
    font: var(--font130);
    color: var(--orange-colore);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.years-orng h4 span {
    color: var(--color28);
    font: var(--font36);
    max-width: 30rem;
    font-weight: 500;
    padding-left: 2rem;
}

.why-listing {
    display: flex;
    align-items: end;
    height: 100%;
    bottom: 80px;
    position: absolute;
    margin-bottom: 50px;
}

.why-listing ul {
    display: flex;
    flex-wrap: wrap;
}

.why-listing ul li {
    color: var(--colorwhite);
    width: 40%;
    margin-bottom: 4rem;
    font: var(--font18);
    line-height: 2.4rem;
    position: relative;
}

.why-listing ul li::before {
    content: "";
    position: absolute;
    background-color: #ffffff26;
    height: 1px;
    left: 0;
    bottom: -20px;
    width: 85%;
}

.why-listing ul li a {
    color: var(--colorwhite);
}

.why-listing ul li:nth-child(3)::before,
.why-listing ul li:nth-child(4)::before {
    display: none;
}

.why-listing ul li a:hover {
    color: var(--orange-colore);
}


/*------------------------why-abesit end----------------------*/


/*------------------------Accreditation start----------------------*/

.accreditation-logo {
    padding: 12rem 0 7rem;
}

.accred-heading h4 {
    font: var(--font30);
    color: #063142;
    line-height: 3.6rem;
    max-width: 90%;
    position: relative;
    padding: 1rem 0 1rem 8rem;
}

.accred-heading h4::before {
    content: "";
    position: absolute;
    background-color: #70707096;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    width: 1px;
}

.accred-logo ul {
    display: flex;
    flex-wrap: wrap;
}

.accred-logo ul li {
    width: 28%;
}

.accred-logo {
    max-width: 100%;
}

.accred-logo .owl-carousel .owl-item img {
    width: 83%;
    object-fit: cover;
}


/*------------------------Accreditation end----------------------*/


/*------------------------happenings start----------------------*/

.happenings_box {
    text-align: right;
    padding-right: 7rem;
}

.happenings_box h3 {
    font-size: 4.8rem;
    line-height: 5.2rem;
    font-weight: 700;
    color: #063142;
    position: relative;
    padding-bottom: 2.7rem;
    margin-bottom: 3rem;
}

.happenings_box h3:before {
    content: "";
    width: 14rem;
    height: 0.1rem;
    background: #FF6600;
    position: absolute;
    bottom: 0;
    right: 0;
}

.happenings_box p {
    font-size: 3.6rem;
    line-height: 4.8rem;
    font-weight: 300;
    color: #282828;
}

.right_arrow {
    float: right;
    margin-top: 2.4rem;
}
.happenings_box_big img{max-height: 430px;object-fit: cover;}
.happening_box2 img{min-height: 430px; object-fit: cover;}
.department_sec5 .container>.row {
    align-items: center;
}

.happenings_box_big {
    display: flex;
}

.happening_box2 {
    position: relative;
}

.happening_box2 figcaption {
    position: absolute;
    bottom: 10%;
    left: -2px;
    background: #fff;
    width: 80%;
    padding: 2rem 0rem 2.7rem 3rem;
}

.happening_box2 figcaption span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    display: block;
    margin-bottom: 2rem;
    color: #282828;
}

.happening_box2 figcaption p {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #282828;
    font-weight: 400;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}
.happening_box2 figcaption:hover p a
{
        color: var(--bluecolor);
}
.happenings_box_big .bg_blue {
    background: #0099FF;
    flex-basis: 50%;
}

.happening_box1.bg_orange h6 {
    padding: 4rem 4rem 3.7rem 0rem;
    margin: 0rem 0rem 2.4rem;
}

.happening_box1.bg_orange {
    padding-top: 5rem;
}

.happenings_box_big .bg_blue h6 {
    padding: 2rem 4rem 3.7rem 0rem;
}

.happenings_box_big figure {
    width: 50rem;
    height: 41rem;
}

.bg_orange {
    background: #FF6600;
}

.happening_box1 {
    padding: 6rem 4rem 5rem;
}

.happening_box1 p span {
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
}

.happening_box1 p {
    color: #fff;
}
.happening_box1.News_box1 h6{margin-top: 0rem;}
.happening_box1 h6 {
    font-size: 3rem;
    line-height: 3.6rem;
    color: #fff;
    font-weight: 300;
    margin: 2.3rem 0rem 3.4rem;
    padding: 4rem 4rem 3.7rem 0rem;
    position: relative;
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
   transition: .5s;

}
 .happening_box1:hover .read_more a
{
 color: #063142;
}

 .happening_box1:hover .read_more a img {
    filter: invert(0);
}

.happening_box1 h6:before {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.3;
}

.department_sec5 {
    position: relative;
}

.department_sec5.happening {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.department_sec5.happening::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 14.7%;
    height: 38%;
    width: 13%;
    background-color: #DEEEF6;
    z-index: -1;
}

.department_sec5.happening::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7%;
    height: 36.5%;
    width: 13%;
    background-color: #DEEEF6;
    z-index: -1;
}


/* .department_sec5::before{position: absolute;content:"";right: 0;width: 20% ;height: 39%;background-color: #DEEEF6;top: 9%;} */

section.department_sec5 .container .row {
    --bs-gutter-x: 3rem;
}

.view-all {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6rem;
    align-items: center;
    font: var(--font18);
    line-height: 2.4rem;
}

.view-all span {
    display: inline-flex;
    margin-left: 1rem;
	width: 2.9rem;
height: 2.9rem;
background: #063142;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100%;
}
.view-all:hover
{
    color: var(--bluecolor);
}
/*----.view-all:hover.btn29 {
    background: var(--orange-colore);
	
}---*/
.view-all:hover span {
background: var(--orange-colore);
}
.view-all span img{
	
	filter:invert();
}




/*------------------------happenings end----------------------*/


/* -----------read-more */

.read_more {
    padding: 0;
}

.read_more a {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.read_more a img {
    filter: invert(1);
    margin-left: 1.7rem;
}

.read_more_mob {
    padding: 0;
}

.read_more_mob a {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #000000;
    font-weight: 600;
    position: relative;
}

.read_more_mob a img {
    margin-left: 1.7rem;
}


/* -----------read-more end */


/*------------------------main testimonial start----------------------*/

.main-tesimonial {
    padding: 3rem 0 18rem;
    position: relative;
}
 .testi-right {
      padding-top: 7rem;
  }
       .home-testi {
    position: absolute;
    right: 6rem;
    top: 8rem;
}
.main-tesimonial::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 46%;
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}

.home-testi h4 {
    font: var(--font48);
    color: #063142;
}
.testi-right {
    padding-left: 7rem;
    padding-top: 21rem;
}
.home-testi
{
   position: absolute;
    right: 30%;
    top: 12rem;
}

.testi-right p {
    color: #444444;
    margin-bottom: 2rem;
    font-family: var(--merriweather);
    font-style: italic;
    font-size: 2.4rem;
    line-height: 4.2rem;
    font-weight: 300;
    max-width: 80%;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
   height: 13rem;
}

.testi-right h5 {
    color: #444444;
    font: var(--font30);
    font-weight: 500;
    margin-top: 9rem;
}

.testi-right h5 span {
    display: block;
    font: var(--font18);
    line-height: 2.6rem;
    color: #666666;
}

.testi-right blockquote {
    font-size: 3.6rem;
    line-height: 6.2rem;
    font-weight: 300;
    color: var(--color28);
    margin-bottom: 3rem;
}


.btn29-a {
    width: 2.9rem;
    height: 2.9rem;
    background: #063142;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6px;
    border-radius: 100%;
    padding: 11px;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.btn29-a img {
    filter: invert();
}

.btn29-a:hover {
    background-color: var(--orange-colore);
    transition: 0.5s;
}

.testi-img {
    padding-left: 2px;
}

.testi-img {
    position: relative;
    padding-top: 7rem;
}
.testi-img figure{
    background:#788f9c;
}
.testi-img img
{
    max-height: 613px;
    object-fit: cover;
}

.testi-img:before {
    background-image: url(../images/bloquote-home-img.png);
    width: 146px;
    height: 120px;
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 5%;
    left: 69%;
}

.main-tesimonial .owl-dots {
    left: 47%;
    position: absolute;
    bottom: 3rem;
}

.main-tesimonial .owl-carousel button.owl-dot {
    background: #ccc !important;
    min-width: 1.5rem;
    min-height: 1.5rem;
}

.main-tesimonial .owl-carousel button.owl-dot.active {
    background-color: #F2911B!important;
}

.testi-img_mob {
    display: none;
}


/*------------------------main testimonial end----------------------*/

@media (max-width:1440px) {
.Infrastructure-tab .accordion {width: 55rem;}


}
@media (max-width:991px) {

 .accordion .Facilities-tab-menu .inn {display: none;}
 .Infrastructure-tab .accordion {padding-right: 0;width: 100%;  }


}