@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* about page style */
/* hero section style */
html {
    padding: 0 !important;
    margin: 0;
}

.campusDetailsHero .bannerBtn {
    height: 50px;
}

.campusDetailsHero .bannerBtn:hover {
    background: #fff;
    color: #d52228;
}

.innerHero.heroSection {
    /* height: 80vh; */
    /* height: 680px; */
    height: auto;
}

.innerHero .heroBanner {
    position: relative;
}

.innerHero .imgCon {
    height: 100%;
    width: 100%;
}

.innerHero .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.innerHero .blankWrap {
    gap: 6px;
}

.innerHero .blank {
    width: 24px;
}

.innerHero .blank::before {
    height: 32px;
    width: 32px;
    top: -40px;
    left: -5px;
}

.innerHero .blank.One {
    height: 160px;
}

.innerHero .blank.Two {
    height: 190px;
}

.innerHero .pageHeader {
    display: flex;
    align-items: center;
    height: 120px;
    position: absolute;
    /* top: 50%;
  left: 50%; */
    bottom: 0;
    left: 0px;
    /* transform: translateX(-50%) translateY(-50%); */
    padding: 0px 48px;
    border-radius: 0px 12px 0px 0px;
    border: 1px solid #ffffff3b;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    border-bottom: 5px solid #fff;
    box-shadow: 0 0 90px 5px #75283b;
}

.innerHero .pageHead {
    color: #D81921;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.innerHero .whiteBlank {
    display: flex;
    padding: 10px 10px 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    /* width: 100%; */
    /* top: 0; */
    left: 0;
    right: 8px;
    bottom: -5px;
    border-bottom: 5px solid #D81921;
}

.innerHero .whiteBlank .blank {
    position: absolute;
    bottom: 0;
    width: 8px;
    background: #D81921;
}

.innerHero .whiteBlank .blank.One {
    height: 40px;
    right: 12px;
}

.innerHero .whiteBlank .blank.blank.Two {
    height: 50px;
    right: 0px;
}

.innerHero .whiteBlank .blank::before {
    height: 12px;
    width: 12px;
    top: -15px;
    left: -3px;
    background: #D81921;
}

.whiteBlank .blank.One:after {
    height: 18px;
    width: 18px;
    bottom: -5px;
    left: -11px;
    display: none;
}



/* ---------------------------------------------------add the white curve--------------------------------- */

.pageHead {
    color: #fff;
    text-align: center;
    font-family: "Isidora Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
}

/* second section or glance section style */

.glanceSection {
    padding: 100px 0px;
}

.glanceSection .left {
    display: flex;
    gap: 16px;
    position: sticky;
    top: 100px;
}

.glanceSection .left .displayCon {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 49%;
}

.glanceSection .left .displayCon:nth-child(2) {
    flex-direction: column-reverse;
}

.glanceSection .left .displayCon .imgCon {
    border-radius: 25px;
    overflow: hidden;
}

.glanceSection .left .displayCon .infoDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 24px;
    background: #000;
    border-radius: 90px;
    color: #fff;
    font-family: "Lato";
    font-size: 20px;
}

.glanceSection .left .displayCon .infoDiv .smlImg {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 62px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    position: relative;
}

.glanceSection .left .displayCon .infoDiv .smlImg img {
    width: 100%;
}

.glanceSection .left .displayCon .infoDiv .smlImg:nth-child(2) {
    left: -15px;
}

.glanceSection .left .displayCon .infoDiv .smlImg:nth-child(3) {
    left: -30px;
}

.glanceSection .left .displayCon:nth-child(1) .textCon {
    margin-left: 16px;
}

.glanceSection .left .displayCon:nth-child(2) .infoDiv {
    display: flex;
    gap: 32px;
    background: #d71921;
    position: relative;
}

.glanceSection .left .displayCon:nth-child(2) .infoDiv b {
    margin-left: 5px;
}

.glanceSection .left .displayCon:nth-child(2) .infoDiv span,
.glanceSection .left .displayCon:nth-child(2) .infoDiv b {
    font-size: 50px;
    font-weight: 900;
    position: relative;
}

.glanceSection .left .displayCon:nth-child(2) .infoDiv span::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 2px;
    background: rgba(255, 255, 255, 0.671);
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}

.glanceSection .right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-template-about-us-template .glanceSection .right {
    gap: 0;
}

.glanceSection .right .paraText {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.glanceSection .right .paraText p {
    color: #000;
    font-family: "Lato", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.glanceSection .right span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke: 1px rgba(215, 25, 33, 0.5);
    -webkit-text-fill-color: white;
    font-family: "Lato";
    font-size: 100px;
    font-weight: 500;
    color: transparent;
    position: relative;
    /* top: -24px; */
    top: 0;
}

.glanceSection .left .displayCon .imgCon,
.glanceSection .right .displayCon .imgCon {
    width: 100%;
    height: 500px;
}

.glanceSection .left .displayCon .imgCon img,
.glanceSection .right .displayCon .imgCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* third section belive section */

.beliveSection {
    padding: 100px 0px;
    background: #000;
    position: relative;
}

.beliveSection .secHead {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.beliveSection .conBox {
    border: 1px solid rgba(0, 0, 0, 0.473);
    height: 100%;
    width: 100%;
    border-radius: 25px;
    padding: 8px 8px 8px 8px;
    position: relative;
}

.beliveSection .conBox::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #d52228;
    top: 0;
    left: 0;
    border-radius: 25px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.beliveSection .conBox:hover:before {
    opacity: 1;

}

.beliveSection .conBox:hover {
    border-radius: 0px;
    border-color: transparent;
}

.beliveSection .conBox .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 260px;
    width: 100%;
    border-radius: 25px 0px 25px 25px;
    padding: 40px 24px;
    color: #fff;
    position: relative;
}

.beliveSection .conBox .content::after {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 16px;
    height: 83px;
    width: 32px;
    background-image: url(../innerimg/Frame.png);
    background-size: contain;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    opacity: 0;
}

.beliveSection .conBox:hover .content::after {
    opacity: 1;
}

/* .beliveSection .conBox::after {
    position: absolute;
    content: "";
    top: 0px;
    right: -2px;
    height: 132px;
    width: 34px;
    background-image: url(../innerimg/border.png);
    background-size: contain;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.beliveSection .conBox:hover:after {
    opacity: 1;
} */

.beliveSection .conBox .content .conItem {
    position: relative;
    z-index: 2;
}

.beliveSection .conBox:hover .content {
    color: #000;
}

.beliveSection .conBox .content::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    z-index: 1;
}

.beliveSection .conBox:hover .content::before {
    opacity: 1;
}

.beliveSection .conBox .inlineDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: all 0.2s;
    margin-bottom: 15px;
}

.beliveSection .conBox:hover .inlineDiv {
    gap: 10px;
    margin-bottom: 15px;
}

.beliveSection .conBox .title {
    font-family: "Isidora Sans";
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    line-height: 1.1;
}

.beliveSection .conBox .icon {
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3 ease-in-out;
    height: 70px;
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.beliveSection .conBox:hover .icon {
    background: #d52228;
}

.beliveSection .conBox:hover .icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(84deg) brightness(104%) contrast(101%);
}

.beliveSection .conBox p {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 500;
}

.whyWorkTxtDivInn {
    padding-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 95px;
}

.beliveSection .conBox:hover .whyWorkTxtDivInn {
    width: 90%;
    height: 140px;
    display: block;
    text-overflow: inherit;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: none;
    overflow-y: auto;
    padding-right: 8px;
    padding-top: 0;
}

/* fourth section founder Section */

.founderSection {
    padding: 100px 0px 0px;
    overflow: hidden;
    position: relative;
}

/* .founderSection::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #c10006;
  z-index: -1;
} */

.founderSection .secHead {
    color: #000;
    margin-bottom: 30px;
}

.founderSection .eachSlider {
    /* overflow: hidden; */
}

.founderSection .slider-for .innerSlider {
    background: #fff;
    padding: 56px 40px;
    border-radius: 20px;
    position: relative;
}

.founderSection .slider-for .innerSlider .imgCon {
    height: 400px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.founderSection .slider-for .innerSlider .imgCon img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top center;
}

.founderSection .slider-for .innerSlider .textCon {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.founderSection .slider-for .innerSlider .textCon .name {
    color: #b70000;
    font-family: "Isidora Sans";
    font-size: 45px;
    margin-bottom: 8px;
    font-weight: 600;
}

.founderSection .slider-for .innerSlider .textCon .post {
    color: #000;
    font-family: "Lato";
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

.founderSection .slider-for .innerSlider .textCon p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.founderSection .slider-for .innerSlider .textCon p:not(:last-child) {
    margin-bottom: 15px;
}

.founderSection .moreBtn {
    display: inline-block;
    width: auto;
    margin-right: auto;
}

.founderSection .slider-for .innerSlider::before {
    position: absolute;
    content: "";
    height: 150px;
    width: 60px;
    bottom: -4px;
    right: 10px;
    background-image: url(../images/home/HcampusBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
}

.founderSection .slider-nav {
    position: relative;
    padding-top: 30px;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.founderSection .slider-nav .eachSlider {
    padding-right: 16px;
}

.founderSection .slider-nav .slick-list {
    margin-left: 0px;
    margin-right: 0px;
}

.founderSection .slider-nav .innerSlider {
    height: 235px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.founderSection .slider-nav .innerSlider .imgCon {
    height: 100%;
    width: 100%;
}

.founderSection .slider-nav .innerSlider .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.founderSection .slider-nav .innerSlider .name {
    position: absolute;
    z-index: 1;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b70000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    border-radius: 15px;
}

.founderSection .slick-arrow {
    top: -65px;
    transform: translateY(-50%);
    border: 1px solid #fff;
}

.founderSection .slick-prev {
    right: 60px;
}

.founderSection .slick-next {
    right: 0;
}

.founderSection .slick-prev:hover {
    background: #fff;
}

.founderSection .slick-next:hover {
    background: #fff;
}

.founderSection .slick-prev::before {
    color: #fff;
}

.founderSection .slick-next::before {
    color: #fff;
}

.founderSection .slick-prev:hover:before {
    color: #c10006;
}

.founderSection .slick-next:hover:before {
    color: #c10006;
}

/* fifth section faculty section */

.facultySection {
    padding: 100px 0 100px;
}

.facultySection .secHead {
    color: #000;
    text-align: center;
}

.facultySection .secHeader p {
    color: #fff;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    padding-right: 18%;
}

.facultySection .right {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.facultySection .moreBtn {
    background-color: #fff;
    color: #d81921;
}

.facultySection .moreBtn:hover {
    background-color: #d81921;
    color: #fff;
    border-color: #d81921;
}

.page-template-about-us-template .fancybox-button svg {
    top: 6px;
    right: 5px;
    position: fixed;
}

/* faculty section card hover effect */

.facultySection .flip-card {
    background-color: transparent;
    width: 100%;
    height: 580px;
    perspective: 1000px;
    font-family: sans-serif;
}

.facultySection .slick-list {
    padding: 0px 0px 20px;
}

.facultySection .title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.facultySection .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.7s;
    transform-style: preserve-3d;
}

.facultySection .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.facultySection .flip-card-front,
.facultySection .flip-card-back {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid coral; */
    border-radius: 25px;
    background: #d52228;
}

.facultySection .flip-card-front {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    padding: 0px;
    background: transparent;
    border: none;
}

.facultySection .flip-card-back {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    transform: rotateY(180deg);
    height: 100%px;
    overflow: hidden;
    background-image: url(../inner-img/pattern-bg.png);
    padding: 8px 0px 8px 8px;
}

.facultySection .flip-card-back .content {
    height: 100%;
    width: 100%;
    background: #000;
    border-radius: 30px;
    padding: 24px;
}

.facultySection .flip-card-back .content .vdoBtn {
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}

.facultySection .flip-card-back .content .vdoBtn svg {
    color: #d52228;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    margin-left: 8px;
}

.facultySection .flip-card-back .content::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 220px;
    width: 8px;
    background: #d52228;
    border-radius: 5px;
}

.facultySection .each-card .number {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #cfd8cc;
    font-family: "Poppins";
    font-size: 80px;
    font-weight: 900;
}

.facultySection .each-card .title {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #000;
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 700;
    text-align: left;
}

.facultySection .each-card .inline-span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.facultySection .each-card .inline-span .img-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    min-height: 85px;
    min-width: 85px;
    background-color: #fff;
    border-radius: 50%;
}

.facultySection .each-card .inline-span .img-con svg {
    height: 80%;
    width: 80%;
}

.facultySection .flip-card-front .img {
    position: relative;
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    overflow: hidden;
}

.facultySection .flip-card-front .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    bottom: 0px;
}

.facultySection .flip-card-front .designation {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    padding: 8px 4px;
    border: 1px solid #000;
    border-radius: 60px;
    margin-top: 24px;
}

.facultySection .flip-card-front .designation .name {
    color: #b70000;
    font-family: "Lato";
    font-size: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.facultySection .flip-card-front .designation p {
    color: #fff;
    text-align: center;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
}

.facultySection .flip-card-back .designation {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    margin-top: auto;
    width: 60%;
}

.facultySection .flip-card-back .designation .name {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin-top: 30px;
}

.facultySection .flip-card-back .designation p {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    padding: 8px;
}

.facultySection .flip-card-back .img-contain {
    display: flex;
    gap: 16px;
}

.facultySection .flip-card-back .textConInner {
    height: 320px;
    overflow: auto;
    padding-right: 8px;
}

.facultySection .flip-card-back p {
    color: #fff;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.facultySection .flip-card-back .designation p {
    height: 50px;
    color: #fff;
    text-align: center;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    border-radius: 60px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.facultySection .flip-card-back .designation .name {
    color: #fff;
    text-align: center;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    border-radius: 60px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.facultySection .flip-card-back .img-contain img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
}

.facultySection .each-card .inline-span {
    justify-content: flex-start;
    align-items: flex-start;
}

.facultySection .each-card {
    padding: 0px 8px;
    /* width: 32%; */
}

/* .slick-list {
    padding-top: 50px;
} */

.facultySection .blankDiv {
    width: 40px;
    display: flex;
    gap: 5px;
    align-items: end;
    position: absolute;
    bottom: 6px;
    right: 8px;
    margin-left: auto;
}

.facultySection .blank {
    width: 14px;
}

.facultySection .blank.One {
    height: 60px;
}

.facultySection .blank.Two {
    height: 80px;
}

.facultySection .blank::before {
    height: 20px;
    width: 20px;
    top: -24px;
    left: -4px;
}

.facultySection .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.facultySection .slick-prev {
    left: -80px;
}

.facultySection .slick-next {
    right: -80px;
}

/* sixth section milestoneSection */

.milestoneSection {
    padding: 100px 0 150px !important;
    background: #000;
    position: relative;
    overflow: hidden;
}

.milestoneSection::after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-size: cover;
    background-position: 0 0;
    background-image: url(../images/milestoneBg.png);
}

.milestoneSection .secHead {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.milestoneSection .container {
    z-index: 1;
    position: relative;
}

.milestoneSection .yearConWrap {
    left: 0;
    top: 45%;
    z-index: 1;
    width: 100px;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    /* height: 80vh; */
    position: absolute;
    align-items: start;
    background: #fff;
    flex-direction: column;
    height: calc(80vh + 15px);
    transform: translateY(-50%);
    border-radius: 0px 25px 25px 0px;
}

.milestoneSection .yearConWrap .eachYear h4 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0px;
    border-bottom: 1px solid #000;
    margin: 0 16px;
}

.milestoneSection .yearConWrap .slick-current .eachYear h4 {
    color: #d40404;
    font-size: 25px;
    font-weight: 600;
}

.milestoneSection .journeySlider {
    padding-left: 15px;
    z-index: 1;
}

.milestoneSection .journey .innerSlider {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}

.milestoneSection .journey .innerSlider .row {
    position: relative;
}

.milestoneSection .journey .innerSlider .row::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    background-image: url(../innerimg/dotLine.png);
    height: 200px;
    width: 2px;
    background-repeat: no-repeat;
}

.milestoneSection .journey .innerSlider .row::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #fff;
    border: 10px solid #2e2e2e;
    transition: all 0.3s ease-in-out;
}

.milestoneSection .journey .slick-current .innerSlider .row::after {
    background: #d40404;
    border: 10px solid #ffdbdb;
}

.milestoneSection .journey .innerSlider h3 {
    color: #fff;
    font-family: "Noto Sans";
    font-size: 60px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 24px;
}

.milestoneSection .journey .slick-current .innerSlider h3 {
    color: #d40404;
}

.milestoneSection .journey .slick-slide:nth-child(odd) .eachSlider .innerSlider .row {
    display: flex;
    flex-direction: row-reverse !important;
}

.milestoneSection .journey .innerSlider .textCon p {
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff; */
    color: #000000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    margin: 40px 0 0;
}

.milestoneSection .journey .innerSlider .imgCon,
.milestoneSection .journey .innerSlider .textCon {
    display: flex;
    align-items: center;
    height: 200px;
    width: 100%;
    padding: 0px 50px;
}

.milestoneSection .journey .innerSlider .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
}

.accSection {
    padding: 100px 0;
    background: #fff;
    border-bottom: 8px solid #d52228;
    position: relative;
}

.accSection .secHead {
    margin-bottom: 40px;
    text-align: center;
}

.accSection .acc .innerSlider {
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 275px;
}

.accSection .acc .innerSlider .imgCon {
    height: 150px;
    width: 175px;
}

.accSection .acc .innerSlider .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.accSection .acc .innerSlider .textCon {
    padding: 0 24px;
}

.accSection .acc .innerSlider .textCon p {
    text-align: center;
}

.accSection .acc .slick-arrow {
    top: 50%;
    transform: translateX(-50%);
}

.accSection .acc .slick-prev {
    left: -80px;
}

.accSection .acc .slick-next {
    right: -80px;
}

.accSection .abImg {
    position: absolute;
    top: 0;
    left: 65px;
    width: 250px;
    height: 210px;
    transform: rotate(47.026deg);
}

.accSection .botImg {
    position: absolute;
    bottom: -15px;
    right: 16px;
    width: 70px;
    height: 200px;
}

.accSection .abImg img,
.accSection .botImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.page-template-about-us-template .accSection .acc .slick-prev {
    left: 0;
}

.page-template-about-us-template .accSection .accSlider .eachSlider {
    position: relative;
}

.page-template-about-us-template .accSection .accSlider .eachSlider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 92%;
    background-color: #000;
    opacity: 0.2;
    display: none;
}

.innerHero .whiteBlank {
    display: none;
}

.innerHero .pageHeader {
    background-color: #fff;
    backdrop-filter: none;
}

/* details page styling */
/* hero section first section */

.campusDetailsHero {
    position: relative;
}

.campusDetailsHero .heroBanner::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 30px;
}

.campusDetailsHero .heroBanner::after {
    position: absolute;
    content: "";
    height: 240px;
    width: 360px;
    top: 0;
    left: 0;
    background-image: url(../innerimg/cap.png);
    background-repeat: no-repeat;
}

.campusDetailsHero .secHead {
    color: #fff;
}

.campusDetailsHero .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.single-course .imagesCon .imgConSml {
    width: 100px;
    overflow: hidden;
    border-radius: 5px;
}

.campusDetailsHero .content .headCon {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #fff;
}

.campusDetailsHero .content .textCon {
    width: 100%;
}

.campusDetailsHero .content .headCon .imagesCon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.campusDetailsHero .content .headCon .imagesCon .imgConSml {
    height: 70px;
}

.campusDetailsHero .content .headCon .imagesCon .imgConSml img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

.campusDetailsHero .content .formInner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(27.5px);
    padding: 40px;
}

.campusDetailsHero .content .formInner .inputField {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.campusDetailsHero .content .formInner h4 {
    color: #fff;
    text-align: center;
    font-family: "Lato";
    font-size: 24px;
    font-weight: 700;
}

.campusDetailsHero .content .formInner .inlineDiv {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.campusDetailsHero .content .formInner .inlineDiv .inputInner {
    width: 100%;
}

.campusDetailsHero .content .formInner .inputInner input,
.campusDetailsHero .content .formInner select {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0px 24px;
    background: transparent;
    color: #fff;
}

.campusDetailsHero .content .formInner .inputInner input::placeholder {
    color: #fff;
}

.campusDetailsHero .content .formInner .checkCon {
    display: flex;
    align-items: start;
    gap: 16px;
}

.campusDetailsHero .content .formInner .checkCon input {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.35);
}

.campusDetailsHero .content .formInner .checkCon p {
    color: #fff;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
}

.campusDetailsHero .content .formInner .moreBtn {
    width: auto;
    margin-left: auto;
    border: 1px solid #d52228;
    background: #fff;
    color: #d52228;
    margin-top: 0;
    transition: all 0.5s;
}

.campusDetailsHero .content .formInner .moreBtn:hover {
    color: #fff;
    background-color: #d52228;
}

.campusDetailsHero .heroFoot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #D52228; */
}

.campusDetailsHero .heroFoot .links {
    width: 60%;
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}

.campusDetailsHero.heroSection {
    padding: 60px 48px 80px;
}

.campusDetailsHero .heroFoot .links .eachLink a {
    color: #fff;
    font-family: "Lato";
    font-size: 17px;
    font-weight: 500;
}

.single-campus .coursesSection .header {
    gap: 0;
}

.single-campus .coursesSection{
    background-color: #FDF4DE;
    padding-bottom: 200px !important;
}

/* details page second section dtlCampusSec */

/* .careerPage .dtlCampusSec {
  padding: 100px 0px 20px;
} */

.dtlCampusSec {
    padding: 100px 0px;
}

.dtlCampusSec .moreBtn:hover {
    border: 2 px solid #d52228;
    color: #d52228;
    background: #fff;
}

.dtlCampusSec .textCon {
    height: 450px;
    border-radius: 0 20px 20px 0;
    background: #fdf4de;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 24px;
    padding: 20px 24px;
    margin-left: -24px;
}

.dtlcampPara {
    max-height: 210px;
    overflow-y: auto;
    padding-right: 10px;
}

.alumniOverview .dtlcampPara {
    max-height: none;
}

.dtlcampPara::-webkit-scrollbar-track {
    background-color: #ccc;
}

.dtlcampPara::-webkit-scrollbar-thumb {
    background-color: #ffe298;
    border-radius: 10px;
}

.dtlCampusSec .textCon p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.dtlCampusSec .imgCon {
    height: 530px;
    width: 100%;
}

.dtlCampusSec .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    object-position: top center;
}

.whySection {
    background: #000;
    padding: 100px;
    border-bottom: 7px solid #d52228;
    position: relative;
}

.whySection::before {
    position: absolute;
    content: "";
    height: 150px;
    width: 60px;
    bottom: -6px;
    right: 10px;
    /* background-image: url(../innerimg/Frame.png); */
    background-image: url(../images/home/Frame.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.whySection .con {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 10px 24px;
    position: relative;
    bottom: 0;
    z-index: 1;
}

.whySection .whyConCard:not(:last-child) .con::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: rgba(112, 112, 112, 0.65);
    bottom: 0;
    right: -12px;
}

.whySection .con::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 100%;
    width: 90%;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 15px;
    background: #b70000;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.whySection .con:hover:after {
    opacity: 1;
}

.whySection .col-lg-3:last-child .con::before {
    opacity: 0;
}

.whySection .con .textCon p {
    color: #fff;
    text-align: center;
    font-family: "Lato";
    font-size: 24px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.whySection .con .imgCon {
    position: relative;
    z-index: 1;
}

.whySection .secHead {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

/* details page fourth section coursesSection */

.coursesSection {
    overflow: hidden;
    padding: 100px 0px 140px;
}

.coursesSection .header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.coursesSection .header p {
    padding: 0 13%;
}

.coursesSection .courses .innerCourse {
    position: relative;
    height: 410px;
    border-radius: 20px;
    overflow: hidden;
}

.coursesSection .courses .innerCourse .imgCon {
    height: 100%;
    width: 100%;
}

.coursesSection .courses .innerCourse .imgCon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.67%, #000 100%);
    z-index: 1;
}

.coursesSection .courses .innerCourse .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.coursesSection .courses .innerCourse .textCon {
    position: absolute;
    padding: 8px 24px;
    bottom: 10px;
    display: flex;
    gap: 16px;
    color: #fff;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
}

.coursesSection .courses .innerCourse .textCon .icon {
    opacity: 0;
    transform: rotate(40deg);
    background: #d40404;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coursesSection .courses .slick-slide:hover .textCon {
    color: #fff;
    text-align: center;
    font-family: "Lato";
    font-size: 35px;
    font-weight: 700;
}

.coursesSection .courses .owl-item.expanded:hover .icon {
    opacity: 1;
}

.coursesSection .courses .slick-slide:hover {
    width: 600px !important;
}

/* .coursesSection .courses .slick-slide:hover + .slick-slide {
    width: calc((100% - 600px) / 3) !important;
    padding: 16px;
} */
.coursesSection .courses .slick-list {
    margin-right: -300px;
    overflow: visible;
}

.coursesSection .courses .slick-next {
    right: 150px;
}

.coursesSection .courses .slick-prev {
    left: auto;
    right: 215px;
}

.coursesSection .courses .slick-arrow {
    bottom: -50px !important;
}

.single-course .careerAspectsSec .aspectsSlider .eachSlide:hover .innerSlide .imgCon::before {
    content: normal;
}

.single-course .careerAspectsSec .aspectsSlider .eachSlide:hover .innerSlide .slideBtn {
    background-color: transparent;
    color: #d52228;
}

/* details page fifth section InfrastructureSec */

.InfrastructureSec {
    padding: 100px 0px;
    background: #fdf4de;
}

.InfrastructureSec .secHeader {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.InfrastructureSec .secHeader p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
}

.InfrastructureSec .secHeader .imgCon {
    position: relative;
    width: 190px;
    left: 30%;
    transform: rotate(10deg);
}

.InfrastructureSec .secHeader .imgCon img {
    width: 100%;
}

.InfrastructureSec .infoDiv {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.single-campus .InfrastructureSec .secHeader p,
.single-campus .InfrastructureSec .infoDiv .eachInfo h4,
.single-campus .InfrastructureSec .infoDiv .eachInfo p {
    color: #000;
}

.single-campus .InfrastructureSec .infoDiv a:hover .eachInfo h4,
.single-campus .InfrastructureSec .infoDiv a:hover .eachInfo p {
    color: #fff;
}

.InfrastructureSec .secHeader .imgCon img {
    filter: none !important;
}

.InfrastructureSec .infoDiv .eachInfo {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    width: 100%;
    height: 155px;
    border-radius: 15px;
    padding: 16px 24px;
    color: #000;
    padding-right: 100px;
    /* border: 1px solid rgba(0, 0, 0, 0.65); */
    font-family: "Lato";
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.InfrastructureSec .infoDiv .eachInfo h4 {
    font-size: 25px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.InfrastructureSec .infoDiv .eachInfo p {
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.InfrastructureSec .infoDiv .eachInfo .iconCon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 65px;
    background: #dbdbdb;
    border-radius: 50% 50% 0 0;
    position: absolute;
    bottom: 0;
    right: 20px;
    transition: all 0.3s ease-in-out;
}

.infoDiv a {
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
}

.home .infoDiv a {
    border: 1px solid #ffffff85 !important;
}

.InfrastructureSec a:hover .eachInfo .iconCon {
    /* background: #97060c; */
}

.InfrastructureSec a:hover .eachInfo .icon {
    /* background: #d81921; */
    color: #fff;
}

.InfrastructureSec .infoDiv .eachInfo .icon {
    transform: rotate(45deg);
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}

.infoDiv {
    position: relative;
}

.infoDiv a {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.65);
    display: block;
}

.infoDiv a .eachBgImg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.infoDiv a .eachBgImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.infoDiv a:hover .eachBgImg {
    opacity: 1;
}

.infoDiv a:hover .eachBgImg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.67);
}

.infoDiv a:hover .eachInfo h4 {
    text-decoration: underline;
    color: #fff;
}

.infoDiv a:hover .eachInfo p {
    color: #fff;
}

.infraSlider .slick-arrow {
    bottom: -60px !important;
}

.infraSlider .slick-next {
    right: 0;
}

.infraSlider .slick-prev {
    right: 58px;
}

/* owl slider */
:root {
    --xspace: 5px;
    --vw-width: calc(100vw - 18px);
}

.carousel-accordion.owl-carousel {
    max-width: 100%;
    margin: 3vh auto;
}

.carousel-accordion.owl-carousel .owl-stage {
    display: flex;
}

.carousel-accordion .owl-item a {
    text-decoration: none;
    color: inherit;
}

/*   .active {
    background: #ddd;
  }
  
  .expanded {
    background: #333;
  }  */

.carousel-accordion .accordion_li .bg-image {
    height: 70vh;
    display: flex;
    max-height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.carousel-accordion .accordion_li img {
    /* aspect-ratio: 1;
    width: 100%;
    height: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: inherit;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

:root {
    --xspace: 5px;
    --vw-width: calc(100vw - 18px);
}



@media (min-width: 1200px) {
    .carousel-accordion .owl-item {
        padding: 0 var(--xspace);
    }

    .carousel-accordion .accordion_li .bg-image {
        max-height: 600px;
        width: unset;
    }

    .carousel-accordion .accordion_li {
        width: calc((((var(--vw-width)) - (var(--xspace) * 2)) / 4));
    }
}

/* owl nav show on  more than  5 slide on desktop */

.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 5px;
    background: #000;
    display: inline-grid;
    place-content: center;
}

.owl-carousel .owl-nav button.owl-prev:focus {
    outline: 0;
}

.owl-carousel .owl-nav button.owl-next .angle-right,
.owl-carousel .owl-nav button.owl-prev .angle-left {
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background: #000 url(https://png.pngtree.com/element_our/20190601/ourlarge/pngtree-white-direction-arrow-right-icon-image_1338652.jpg) no-repeat center;
    background-size: 10px auto;
}

.owl-carousel .owl-nav button.owl-prev .angle-right.angle-left {
    rotate: 180deg;
}

.owl-carousel .owl-nav button.owl-prev .angle-left.angle-left {
    rotate: 180deg;
}

.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 5px;
    background: #000;
    display: inline-grid;
    place-content: center;
}

.owl-carousel .owl-nav button.owl-next:focus {
    outline: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    margin-right: -300px;
}

.carousel-accordion.owl-carousel {
    padding-left: 20px;
    padding-right: 20px;
}

/* details page sixth section */

.industrySection {
    padding: 100px 0px;
    position: relative;
    background: #F3F3F3;
}

.industrySection .secHead {
    color: #000;
    margin-bottom: 40px;
}


.exposure .cardBox {
    cursor: pointer;
}

.exposure .cardCon {
    height: 450px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.exposure .cardBox:hover .cardCon {
    background: #FFF1CE;
    /* color: #fff; */
}

.exposure .cardCon .textCon {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px 16px 0px;
}

.exposure .cardCon .rightCon {
    width: 38%;
}

.exposure .cardCon .leftCon {
    width: 62%;
}

.exposure .cardCon .imgCon {
    height: 100%;
    width: 100%;
}

.exposure .cardCon .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.exposure .cardCon p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
}

/* .exposure .cardBox:hover .cardCon p {
  color: #fff;
} */

.exposure .cardCon .name {
    color: #d71921;
    font-family: "Lato";
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

/* .exposure .cardBox:hover .cardCon .name {
  color: #fff;
} */

.exposure .cardCon .post {
    color: #000;
    font-family: "Lato";
    /* font-size: 20px; */
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

/* .exposure .cardBox:hover .cardCon .post {
  color: #fff;
} */

.exposure .cardBox .cardCon .textCon .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

/* .exposure .cardBox:hover .cardCon .textCon .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(16%)
    hue-rotate(150deg) brightness(104%) contrast(110%);
} */

.single-course .induExpoTxt::-webkit-scrollbar-thumb {
    background: #cbb98d;
    border-radius: 10px;
}

.single-course .induExpoTxt::-webkit-scrollbar-track {
    background: #cbb1706b;
    border-radius: 10px;
}

.exposure .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.exposure .slick-prev {
    left: -65px !important;
}

.exposure .slick-next {
    right: -50px !important;
}

.induExpoTxt {
    height: 180px;
    overflow-y: auto;
    padding-right: 8px;
}

.induExpoBtmDet {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    padding-top: 15px;
}

.induExpoBtmDet h5 {
    /* color: #000; */
    font-size: 18px;
}

.industrySecDesk {
    display: block;
}

.industrySecMob {
    display: none;
}

/* industrySection section tab */

.industrySection .listWrap {
    margin-top: 50px;
}

.industrySection .listWrap .headerSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.industrySection ul.tabs {
    background: none !important;
    border: none !important;
    display: flex;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    justify-content: right;
}

.industrySection ul.tabs {
    justify-content: center;
}

.industrySection ul.tabs li {
    list-style: none;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    color: #a5a5a5;
    text-align: center;
    font-family: "Lato";
    font-size: 32px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.industrySection ul.tabs li.active {
    color: #000;
}

.industrySection .listContBox {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

.industrySection .listContBox .tab_content {
    display: none;
}

.industrySection .listContBox .tab_content.active {
    display: block;
}

/* details page seventh section reputation section */

.reputationSection {
    padding: 100px;
}

.reputationSection .secHeader {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.reputationSection .secHead {
    padding: 0 16%;
}

.reputationSection .secHeader p {
    padding: 0 10%;
}

.reputationSection .company .imgCon {
    height: 100px;
    width: 140px;
}

.reputationSection .company .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.company .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.company .slick-prev {
    left: -80px !important;
}

.company .slick-next {
    right: -80px !important;
}

/* details page eighth section gallerySection */

.gallerySection {
    padding: 100px 100px 0;
    background: #fdf4de;
    overflow: hidden;
}

.gallerySection .secHead {
    text-align: center;
}

.gallerySection .gallery .innerImg {
    height: 300px;
}

.gallerySection .gallery .innerImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 5px solid #fff;
}

.gallerySection .gallery .slick-slide {
    transform: scale(0.95);
    transition: 0.9s all;
}

.gallerySection .gallery .slick-current.slick-active {
    transform: scale(1.8);
    transform-origin: left;
    width: 700px !important;
}

.gallerySection .gallery .slick-current.slick-active .eachImg {
    padding-right: 32%;
}

.gallerySection .gallery .slick-current.slick-active .innerImg img {
    border: 0;
}

/* .gallerySection .gallery .slick-current.slick-active .innerImg{
    height: 450px !important;
} */
.gallerySection .slick-list {
    margin-right: -300px;
    padding: 200px 0 0;
}

.gallerySection .gallery .slick-arrow {
    bottom: 260px !important;
}

.gallerySection .gallery .slick-prev {
    left: auto;
    right: 45%;
}

.gallerySection .gallery .slick-next {
    right: 42%;
}

.gallerySection .gallery .eachImg {
    position: relative;
    /* top: 200px; */
}

.singCampEvntTxt {
    display: none;
    position: absolute;
    width: 350px;
    /* right: 0;
    top: -25px; */
    bottom: 0;
    left: -5px;
    padding: 10px 20px;
    border: 2px solid #f00;
    background-color: #fff;
    border-top: 0;
    border-right: 0;
    border-radius: 0 20px 0 20px;
}

.gallerySection .gallery .slick-current.slick-active .singCampEvntTxt {
    display: block;
    /* transform: scale(0.5); */
}

.singCampEvntTxt h5 {
    color: #B70000;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.singCampEvntTxt .moreBtn {
    font-size: 10px;
    padding: 5px 10px;
    border-width: 1px !important;
}

@media (max-width: 1200px) {
    .single-campus .gallerySection .gallery {
        /* width: 100%;
        max-width: 97%;
        margin: 0 auto; */
    }

    .gallerySection .slick-list {
        margin-right: 0px;
    }

    .gallerySection .gallery .innerImg img {
        border: 0;
    }

    .singCampEvntTxt {
        left: 0;
    }
}

/* details page ninth section mapSection */
.mapSection {
    height: 900px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mapSection .map {
    height: 100%;
    width: 100%;
}

.mapSection .links {
    position: absolute;
    top: 30px;
    right: 10%;
}

.mapSection .links .icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e8000b;
    border-radius: 50%;
}

.mapSection .links .link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: 16px;
}

.mapSection .links {
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 350px;
    background: #fff;
    border-radius: 30px;
    gap: 16px;
    padding: 32px;
}

.mapSection .links .linkHead {
    color: #E8000B;
    font-size: 22px;
    font-weight: 600;
}

.mapSection .links p {
    color: #000;
    width: 70%;
}

/* details page eleventh section FAQSection */

.FAQSection {
    padding: 100px 0;
}

.FAQSection .secHeader {
    text-align: center;
    padding: 0 14%;
}

/* accordion */

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
    background-color: #f9f9fa;
    column-count: 2;
    column-gap: 32px;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    /* padding: 20px; */
    margin: 0 auto 16px auto;
    cursor: pointer;
}

ul.accordion-list li::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

ul.accordion-list li.active {
    border-radius: 15px;
    background: #fefefe;
    box-shadow: 1px 9px 37px 19px rgba(0, 0, 0, 0.13);
}

ul.accordion-list li.active h3 {
    border-radius: 15px;
    background: #000;
}

ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
}

ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 24px 16px;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
    min-height: 70px;
    width: 100%;
    color: #db0008;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 600;
}

/* ul.accordion-list li h3:after {
    content: "";
    font-family: "material-design-iconic-font";
    position: absolute;
    right: 0;
    top: 0;
    color: #Fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
} */

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    margin: 0;
    padding: 16px;
    cursor: pointer;
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
}

/* details page twelve section updateSection */

.updateSection.commonFooter .updateBox {
    margin-bottom: -50px;
}

.updateLeft {
    display: flex;
    align-items: center;
}

/* course details page styling */
/* hero page first section */

.courseDetailsHero .moreBtn {
    width: auto;
    background: #fff;
    border: 2px solid #d52228;
    color: #d52228;
}

.courseDetailsHero .headCon .moreBtn {
    margin-right: auto;
}

.courseDetailsHero .vdoCon {
    position: relative;
}

.courseDetailsHero .vdoCon .imgCon {
    width: 520px;
    height: 510px;
    border-radius: 30px;
    overflow: hidden;
}

.courseDetailsHero .vdoCon .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.courseDetailsHero .vdoCon .vdoBtn {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    background-color: #d71921;
    color: #fff;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
}

.courseDetailsHero .heroFoot .links {
    width: 85%;
}

/* course details second section courseOverviewSec */

.courseOverviewSecWrap {
    padding: 50px 30px;
    border-radius: 30px;
    box-shadow: 0 0 30px #D5222840;
}

.courseOverviewSec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.courseOverviewSec .leftCon {
    /* padding: 10px 0px 10px 10px;
  position: relative;
  background: #d52228; */
}

.courseOverviewSec .leftCon::after {
    /* position: absolute;
  content: "";
  bottom: 2px;
  right: 16px;
  height: 120px;
  width: 48px;
  background-image: url(../innerimg/Frame.png);
  background-size: contain;
  z-index: 2;
  background-repeat: no-repeat; */
}

.courseOverviewSec .leftCon .content {
    /* padding: 48px 80px 80px 32px;
  background: #000;
  color: #fff;
  border-radius: 30px; */
    position: relative;
}

.courseOverviewSec .leftCon .content::after {
    /* position: absolute;
  content: "";
  top: -6px;
  right: -1px;
  height: 132px;
  width: 34px;
  background-image: url(../innerimg/border.png);
  background-size: contain;
  z-index: 2; */
}

.courseOverviewSec .leftCon .content h3 {
    width: 160px;
    color: #000;
    font-family: "Isidora Sans";
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}

.courseOverviewSec .leftCon .content .information {
    column-count: 2;
    padding: 16px 0;
}

.courseOverviewSec .leftCon .viewDates {
    position: relative;
    color: rgba(255, 255, 255, 0.51);
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    left: 60px;
}

.courseOverviewSec .leftCon .content .eachInfo {
    display: flex;
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 500;
    gap: 8px;
    margin-bottom: 24px;
}

.courseOverviewSec .leftCon .content p {
    color: #000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 16px 0;
    margin: 24px 0;
}

.courseOverviewSec .leftCon .content span {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.courseOverviewSec .rightCon {
    /* padding: 40px 32px;
  border-radius: 20px;
  background: #fdf4de;
  display: flex;
  flex-direction: column;
  gap: 24px; */
}

.courseOverviewSec .rightCon .secHead {
    padding-right: 30%;
}

.courseOverviewSec .bgImgCon {
    transform: scaleX(-1);
    position: relative;
    top: -100px;
}

/* course details page third section admissionCriteriaSec */

.admissionCriteriaSec {
    padding-bottom: 100px;
    border-bottom: 8px solid #d81921;
    position: relative;
}

.admissionCriteriaSec .bgImgCon {
    width: 80px;
    height: 210px;
    position: absolute;
    bottom: -8px;
    right: 32px;
}

.admissionCriteriaSec .bgImgCon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.admissionCriteriaSec .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 20px;
    background: #fdf4de;
    padding: 40px;
}

.admissionCriteriaSec .moreBtn {
    width: auto;
    margin-right: auto;
    border: 2px solid #d81921 !important;
}

.admissionCriteriaSec .moreBtn:hover {
    background: #fff;
    color: #d81921;
}

.admissionCriteriaSec .content h3 {
    color: #000;
    font-family: "Lato";
    font-size: 35px;
    font-weight: 700;
}

.admissionCriteriaSec .content p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
}

.admissionCriteriaSec .secHeader {
    margin-bottom: 48px;
}

.admissionCriteriaSec .secHeader p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
}

.admissionCriteriaSec .right .criteria {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
    max-height: 500px;
    overflow: auto;
}

.admissionCriteriaSec .right .criteria li {
    display: flex;
    gap: 16px;
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    padding-right: 8%;
}

.admissionCriteriaSec .right .criteria li span {
    color: #d2161a;
    margin-left: 16px;
}

/* admissionCriteriaSec section tab */

.admissionCriteriaSec .right .listWrap {
    margin-top: 50px;
}

.admissionCriteriaSec .right .listWrap .headerSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admissionCriteriaSec .right ul.tabs {
    background: none !important;
    border: none !important;
    display: flex;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    justify-content: right;
}

.admissionCriteriaSec .right ul.tabs li {
    list-style: none;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    color: #a5a5a5;
    text-align: center;
    font-family: "Lato";
    font-size: 22px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.admissionCriteriaSec .right ul.tabs li.active {
    color: #000;
}

.admissionCriteriaSec .right .listContBox {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

.admissionCriteriaSec .right .listContBox .tab_content {
    display: none;
}

.admissionCriteriaSec .right .listContBox .tab_content.active {
    display: block;
}

/* course details page fourth section courseStructureSec */

.courseStructureSec {
    padding: 100px;
    background: #faf1d4;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 0 0;
    background-image: url(../images/course-details/course-structure-bg.jpg);
}

.courseStructureSec .listWrap div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.courseStructureSec .secHead {
    color: #000;
    text-align: center;
}

.courseStructureSec .courseStructure {
    column-count: 2;
}

.courseStructureSec .listWrap .tabs {
    width: 70%;
    display: flex;
    justify-content: flex-start;
}

/* courseStructureSec section tab */

.courseStructureSec .listWrap {
    margin-top: 50px;
}

.courseStructureSec .listWrap .headerSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.courseStructureSec ul.tabs {
    background: none !important;
    border: none !important;
    display: flex;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    justify-content: right;
}

.courseStructureSec ul.tabs li {
    list-style: none;
    cursor: pointer;
    color: #3A3A3A;
    text-align: center;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.courseStructureSec ul.tabs li.active {
    color: #000;
}

.courseStructureSec .listContBox {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

.courseStructureSec .listContBox .tab_content {
    display: none;
}

.courseStructureSec .listContBox .tab_content.active {
    display: block;
}

.courseStructureSec .courseStructure li {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #fff;
    margin-bottom: 32px;
    font-size: 16px;
}

.courseStructureSec .courseStructure li h4 {
    color: #000;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.courseStructureSec .courseStructure li h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 80px;
    background: #d00;
    bottom: -10px;
    left: 0;
}

.courseStructureSec .courseStructure li p {
    color: #000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
}

/* course details page fifth section messageSec */

.messageSec {
    padding: 100px 0;
    background: #FDF4DE;
}

.messageSec .secHeader {
    display: flex;
    gap: 24px;
    flex-direction: column;
    text-align: center;
    padding: 0 10%;
    margin-bottom: 40px;
}

.messageSec .secHeader p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
}

.messageSec .messages .vdoBtn {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #d71921;
    color: #000;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
    transition: all 0.4s;
}

.messageSec .messages .vdoBtn:hover {
    background-color: #d71921;
    color: #fff;
}

.messageSec .messages .inlineDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.messageSec .messages .innerSlide {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 700px;
    width: 100%;
}

.messageSec .messages .innerSlide .imgCon {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.messageSec .messages .innerSlide .imgCon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #d52228;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s;
}

.messageSec .messages .eachMessage:hover .innerSlide .imgCon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #d52228;
    opacity: 0.4;
    z-index: 1;
}

.messageSec .messages .innerSlide .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.messageSec .messages .slick-slide {
    padding: 0 16px;
}

.messageSec .messages .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.messageSec .messages .slick-prev {
    left: -80px;
}

.messageSec .messages .slick-next {
    right: -80px;
}

/* course details sixth section whatsNewSec */

.whatsNewSec {
    padding: 100px 0;
    background: #fdf4de;
}

.whatsNewSec .secHeader p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    padding-right: 180px;
    margin-top: 16px;
}

.whatsNewSec .newEventSlider .eachEvent {
    width: 100%;
    cursor: pointer;
    padding: 24px 24px 40px;
}

.whatsNewSec .newEventSlider .eachEvent .conBox {
    width: 80%;
    height: 340px;
    background: transparent;
    border-radius: 20px;
    padding: 0;
    margin-left: 120px;
    border: 1px solid #00000025;
    transition: all 0.4s;
    position: relative;
}

.whatsNewSec .newEventSlider .eachEvent:hover .conBox {
    padding: 8px 0px 8px 8px;
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #000;
    font-family: "Lato";
    border-radius: 20px;
    position: relative;
    transition: all 0.4s;
}

/* .whatsNewSec .newEventSlider .eachEvent .conBox .content::before {
    position: absolute;
    content: "";
    height: 250px;
    width: 40px;
    right: -2px;
    top: -8px;
    background-image: url(../innerimg/border.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all 0.2s;
    border-radius: 20px;
} */

/* .whatsNewSec .newEventSlider .eachEvent .conBox .content::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 98px;
    background-image: url(../images/home/Frame.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    bottom: -3px;
    opacity: 0;
    transition: all 0.2s;
} */

.whatsNewSec .newEventSlider .eachEvent:hover .conBox .content::before {
    opacity: 1;
}

.whatsNewSec .newEventSlider .eachEvent:hover .conBox .content::after {
    opacity: 1;
}

.whatsNewSec .newEventSlider .eachEvent:hover .conBox .content {
    background: #fff;
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content .imgCon {
    width: 290px;
    height: 260px;
    overflow: hidden;
    border-radius: 15px;
    position: absolute;
    left: -120px;
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content .imgCon img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content .textCon {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 38%;
    padding-right: 2%;
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content .textCon .date {
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content .textCon .title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    transition: all 0.3s;
}

.whatsNewSec .newEventSlider .eachEvent:hover .conBox {
    border-color: #fff;
    box-shadow: 5px 6px 20px 3px rgba(0, 0, 0, 0.14);
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content .textCon p {
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content .textCon .knowMore {
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s;
}

.whatsNewSec .newEventSlider .eachEvent:hover .conBox .content .textCon .knowMore {
    /* color: #fff; */
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content .textCon .knowMore img {
    width: 14px;
    height: 14px;
}

.whatsNewSec .newEventSlider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.whatsNewSec .newEventSlider .slick-prev {
    left: -80px;
}

.whatsNewSec .newEventSlider .slick-next {
    right: -80px;
}

/* course details page seventh section careerAspectsSec  */

.careerAspectsSec {
    padding: 100px 0;
    background: #d1d1d138;
}

.careerAspectsSec .secHeader {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 12%;
    text-align: center;
}

.careerAspectsSec .aspectsSlider .innerSlide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
    height: 550px;
    position: relative;
}

.careerAspectsSec .aspectsSlider .innerSlide .imgCon {
    height: 500px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.careerAspectsSec .aspectsSlider .innerSlide .imgCon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #d52228;
    z-index: 1;
    transition: all 0.3s;
}

.careerAspectsSec .aspectsSlider .eachSlide:hover .innerSlide .imgCon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: #d52228;
    z-index: 1;
    transition: all 0.3s;
}

.careerAspectsSec .aspectsSlider .innerSlide .imgCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careerAspectsSec .aspectsSlider .slick-slide {
    padding: 16px;
}

.careerAspectsSec .aspectsSlider .innerSlide .slideBtn {
    width: 380px;
    color: #d52228;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #d52228;
    padding: 16px;
    border-radius: 56px;
    text-align: center;
    transition: all 0.4s;
}

.careerAspectsSec .aspectsSlider .eachSlide:hover .innerSlide .slideBtn {
    color: #fff;
    background: #d52228;
}

.aspectHvrTxt {
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    background: #D52228;
    position: absolute;
    bottom: 0;
    height: 190px;
    padding: 20px 15px;
    z-index: 2;
    overflow: hidden;
    transform: translateY(120%);
    transition: all 0.5s;
}

.aspectHvrTxt h6 {
    color: #FFF;
    font-family: "Lato";
    font-size: 22px;
    font-weight: 700;
}

.aspectHvrTxt p{
    color: #fff;
    font-size: 18px;
    font-family: "Lato";
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.careerAspectsSec .aspectsSlider .innerSlide:hover .aspectHvrTxt{
    transform: translateY(0);
}

/* course details page eight section scholarLoanSec */
.scholarLoanSec {
    padding: 100px 0;
    position: relative;
    /* border-bottom: 8px solid #d52228; */
}

.scholarLoanSec .content {
    padding: 40px;
    background: #fdf4de;
    border-radius: 25px;
}

.scholarLoanSec .left,
.scholarLoanSec .right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.scholarLoanSec .left .secHead,
.scholarLoanSec .right .secHead {
    color: #000;
    font-family: "Isidora Sans";
    font-size: 40px;
    font-weight: 700;
}

.scholarLoanSec .left .moreBtn {
    width: auto;
    margin-right: auto;
    background: #fff;
    color: #d81921;
    border: 2px solid #d81921;
}

.single-course .scholarLoanSec .left .moreBtn{
    width: 180px;
    border-radius: 36px;
}

.scholarLoanSec .left .moreBtn:hover {
    color: #fff;
    background: #d81921;
}

.scholarLoanSec .right .imgsCon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scholarLoanSec .left::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    right: 0;
    top: 50%;
    height: 150px;
    width: 1px;
    transform: translateY(-50%);
}

.scholarLoanSec .borderImgCon {
    position: absolute;
    width: 80px;
    height: 211px;
    bottom: -8px;
    right: 30px;
}

.scholarLoanSec .borderImgCon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* course details page eleventh section applyStepsSec */

.applyStepsSec {
    padding: 100px 0;
    position: relative;
    background: #FFF1E8;
}

.applyStepsSec .bgImg {
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(-1) rotate(-87.204deg);
}

.applyStepsSec .secHead {
    text-align: center;
    margin-bottom: 60px;
}

.applyStepsSec .container .row {
    display: flex;
    justify-content: space-around;
}

.applyStepsSec .content {
    height: 315px;
    width: 315px;
    color: red;
    perspective: 700px;
    position: relative;
}

.applyStepsSec .content:first-child::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -130px;
    width: 100px;
    height: 30px;
    background-image: url(../innerimg/process.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.applyStepsSec .content:nth-child(2)::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -130px;
    width: 100px;
    height: 30px;
    background-image: url(../innerimg/process.png);
    transform: translateY(-50%) scaleY(-1);
    background-repeat: no-repeat;
    background-size: contain;
}

.applyStepsSec .card {
    height: 315px;
    width: 315px;
    background: transparent;
    border: 1px solid rgba(213, 34, 40, 0.5);
    border-radius: 50%;
    position: relative;
    /* transition: transform 900ms;
  transform-style: preserve-3d; */
    transition: all 0.5s;
    text-align: center;
}

.applyStepsSec .card-top-para {
    font-size: 16px;
    font-weight: bold;
}

/* .applyStepsSec .container .content:hover > .card {
  cursor: pointer;
  transform: rotateX(180deg) rotateZ(-180deg);
} */

.applyStepsSec .front,
.back {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    /* position: absolute; */
    /* backface-visibility: hidden; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 32px 40px;
    transition: all 0.5s;
}

.applyStepsSec .back {
    background-color: black;
    transform: rotateX(180deg) rotateZ(-180deg);
    display: none;
}

.applyStepsSec .front .heading {
    color: #000;
    font-family: "Isidora Sans";
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s;
}

.applyStepsSec .front p {
    font-size: 16px;
}

.applyStepsSec .front .follow {
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
}

.applyStepsSec .back .heading {
    color: #d00;
    font-family: "Isidora Sans";
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.applyStepsSec .content:hover .card {
    background-color: #FFB600;
    border: 1px solid transparent;
}

.applyStepsSec .content:hover .card .heading {
    color: #000;
}

.applyStepsSec .content:hover .card .front,
.applyStepsSec .content:hover .card p {
    color: #000;
}

.applyStepsSec .back .follow {
    color: #fff;
    text-align: center;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
}

.applyStepsSec .btnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.applyStepsSec .bannerBtn.one {
    background: #fff;
    color: #d81921;
    border: 2px solid #d81921;
    display: block;
    opacity: 1;
}

.applyStepsSec .bannerBtn.one:hover {
    color: #fff;
    background: #d81921;
}

.applyStepsSec .bannerBtn.two {
    display: block;
    opacity: 1;
    border: 2px solid transparent;
}

.applyStepsSec .bannerBtn.two:hover {
    color: #d81921;
    background: #fff;
    border: 2px solid #d81921;
}

/* .applyStepsSec .btnWrap {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 60px;
} */

/* placement page third section currentPlacementSec */

.currentPlacementSec {
    padding: 100px 0;
    background-color: #fff3d6;
    border-bottom: 8px solid #d52228;
    position: relative;
}

.currentPlacementSec .secHead {
    color: #000;
    width: 50%;
}

.placementNintern .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.placementNintern .slick-prev {
    left: -50px !important;
}

.placementNintern .slick-next {
    right: -50px !important;
}

/* currentPlacementSec section tab */

.currentPlacementSec .listWrap .headerSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.currentPlacementSec .listWrap .inlineDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.currentPlacementSec ul.tabs {
    background: none !important;
    border: none !important;
    display: flex;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    justify-content: right;
}

.currentPlacementSec ul.tabs li {
    list-style: none;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    color: #e8000b;
    text-align: center;
    font-family: "Lato";
    font-size: 32px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.currentPlacementSec ul.tabs li.active {
    color: #000;
}

.currentPlacementSec .listContBox {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

.currentPlacementSec .listContBox .tab_content {
    display: none;
}

.currentPlacementSec .listContBox .tab_content.active {
    display: block;
}

.currentPlacementSec .bgImgCon {
    position: absolute;
    width: 380px;
    height: 400px;
    top: -200px;
    right: 0;
    transform: rotate(-80.915deg) scaleX(-1);
}

.placementNintern .eachBox .cardCon {
    height: auto !important;
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
    transition: 0.4 all;
}

.placementNintern .eachBox:hover .cardCon {
    background: #d2161a;
    color: #fff;
    transition: all 0.4s;
}

.placementNintern .slick-slide {
    padding: 16px;
}

.placementNintern .eachBox .cardCon .topCon {
    width: 100% !important;
    /* height: 70% !important; */
    height: 360px;
    overflow: hidden;
    position: relative;
    top: 0;
}

.placementNintern .eachBox .cardCon .topCon .flag {
    position: absolute;
    width: 51px;
    height: 51px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
}

.placementNintern .eachBox .cardCon .topCon .flag img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.placementNintern .eachBox .cardCon .topCon .imgCon {
    width: 100%;
    height: 360px;
}

.placementNintern .eachBox .cardCon .topCon .imgCon img {
    height: 120% !important;
    width: 100% !important;
    object-fit: contain;
    object-position: center top;
}

.placementNintern .eachBox .cardCon .btmCon {
    padding: 20px;
    display: flex;
    align-items: center;
    /* gap: 16px; */
    gap: 30px;
    height: calc(100% - 370px);
}

.placementNintern .eachBox .cardCon .btmCon .leftCon {
    width: 60%;
}

.placementNintern .eachBox .cardCon .btmCon .rightCon {
    width: 40%;
    height: auto !important;
}

.placementNintern .eachBox .cardCon .btmCon .rightCon .iconCon {
    height: 100px;
    width: 140px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 6px 4px 15px 3px rgba(0, 0, 0, 0.25);
    padding: 8px;
}

.page-template-alumni-profile .placementNintern .eachBox .cardCon .btmCon .rightCon .iconCon {
    height: 100%;
    width: 100%;
}

.page-template-alumni-profile .placementNintern .leftConTop {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    padding-bottom: 5px;
}

.placementNintern .eachBox:hover .leftConTop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.placementNintern .eachBox .cardCon .btmCon .rightCon .iconCon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.placementNintern .eachBox .cardCon .btmCon .name {
    color: #d81921;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    transition: 0.4s all;
}

.placementNintern .eachBox:hover .cardCon .btmCon .name {
    color: #fff;
}

.placementNintern .eachBox .cardCon .btmCon .batch {
    color: #6d6d6d;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    transition: 0.4s all;
}

.placementNintern .eachBox:hover .cardCon .btmCon .batch {
    color: #fff;
}

.placementNintern .eachBox .cardCon .btmCon p {
    color: #000;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    transition: 0.4s all;
    margin-top: 6px;
}

.placementNintern .eachBox:hover .cardCon .btmCon p {
    color: #fff;
}

.currentPlacementSec .borderImgCon {
    position: absolute;
    width: 80px;
    height: 211px;
    bottom: -7px;
    right: 30px;
}

.currentPlacementSec .borderImgCon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.whatsNewSec.placement {
    background: #fff;
}

.whiteText {
    color: #fff !important;
}

.gallery_sec {
    background-color: #d81921;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.gallery_wrap .slick-track {
    padding-top: 50px;
    padding-bottom: 50px;
}

.gallery_sec .slider_item a {
    position: relative;
}

.gallery_sec .slider_item a:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    transition: 0.6s;
    position: absolute;
    transform: scale(0);
    background-color: #00000040;
}

.gallery_sec .slick-slide {
    padding: 0 60px;
    transition: transform .5s linear;
}

.gallery_sec .slick-slide:nth-child(2n) {
    padding-top: 80px;
}

.gallery_sec .img_holder {
    height: 230px;
    transition: 0.6s;
    border: 2px solid #FFF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.page-template-placement .gallery_sec .img_holder {
    height: 270px;
}

.gallery_sec .img_holder img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    border-radius: 5px;
    object-position: center center;
    object-fit: cover;
}

.gallery_middle_wrap {
    z-index: 2;
    padding: 20px 0;
    position: relative;
}

.gallery_sec .slider_item:hover a:after {
    transform: scale(1);
}

.gallery_sec .slider_item:hover .img_holder {
    transform: rotate(5deg);
}

.gallery_sec .slider_item:hover img {
    transform: scale(1.2);
}

.whatsNewSec.placement .secHead {
    text-align: center;
}

/* placement page sixth section gallerySec */

.gallerySec {
    padding: 100px 0 100px;
}

.gallerySec .secHead {
    text-align: center;
    margin-bottom: 40px;
}

.gallerySec .glrImgCon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    gap: 24px;
}

.gallerySec .imgCon {
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.gallerySec .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.seminarSec {
    padding: 100px 0 140px;
    overflow: hidden;
}

.seminarSec .secHead {
    text-align: center;
    margin-bottom: 40px;
}

.seminarSec .seminarNworkshop .eachSlide .innerSlide {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 650px;
    width: 100%;
}

.seminarSec .seminarNworkshop .eachSlide .innerSlide .topCon {
    height: 75%;
    width: 100%;
    position: relative;
}

.seminarSec .seminarNworkshop .eachSlide .innerSlide .topCon .imgCon {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.seminarSec .seminarNworkshop .eachSlide .innerSlide .topCon .imgCon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.4s;
}

.seminarSec .seminarNworkshop .slick-current .eachSlide .innerSlide .topCon .imgCon::before {
    opacity: 0;
}

.seminarSec .seminarNworkshop .eachSlide .innerSlide .topCon .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.seminarSec .seminarNworkshop .eachSlide .innerSlide .topCon .inlineDiv {
    height: auto;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    bottom: 0;
    z-index: 1;
}

.seminarSec .seminarNworkshop .eachSlide .innerSlide .topCon .inlineDiv .date {
    color: #fff;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(22.5px);
    padding: 8px 32px;
}

.seminarSec .seminarNworkshop .eachSlide .innerSlide .btmCon p {
    color: #000;
    font-family: "Lato";
    font-size: 24px;
    font-weight: 500;
    padding-right: 20%;
    transition: 0.4s;
}

.seminarSec .seminarNworkshop .eachSlide:hover .innerSlide .btmCon p {
    color: #d2161a;
    text-decoration-line: underline;
}

.seminarSec .seminarNworkshop .slick-list {
    margin-right: -350px;
}

.seminarSec .seminarNworkshop .slick-slide {
    padding: 16px;
}

.seminarSec .seminarNworkshop .slick-arrow {
    bottom: -45px !important;
}

.seminarSec .seminarNworkshop .slick-next {
    right: -200px;
}

.seminarSec .seminarNworkshop .slick-prev {
    left: auto;
    right: -140px;
}

/* how to apply second section */

@import url("https://fonts.googleapis.com/css?family=Roboto");

body {
    font-family: "Roboto", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}

/*------------------------*/
input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

/*----------step-wizard------------*/
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #0db02b;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #0db02b;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}

input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}

input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
    background-color: #18ba60;
    border-color: #18ba60;
}

@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs>li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}

/* alumni page second section  */

.alumniOverview .content {
    margin-top: 80px;
}

.alumniOverview.dtlCampusSec .textCon {
    border-radius: 20px 0 0 20px;
    margin-right: -26px;
    margin-left: 0;
}

.alumniOverview.dtlCampusSec .textCon {
    height: 390px;
}

.alumniOverview.dtlCampusSec .imgCon {
    height: 450px;
}

.alumniOverview.dtlCampusSec .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.alumniOverview .contentBox {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 0 16px;
}

.alumniOverview .contentBox::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 54px;
    background: rgba(0, 0, 0, 0.25);
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
}

.alumniOverview .content .row .col-lg-3:last-child .contentBox::before {
    content: normal;
}

.alumniOverview .contentBox .num {
    color: #d81921;
    font-family: "Lato";
    font-size: 35px;
    font-weight: 700;
}

.alumniOverview .contentBox p {
    color: #000;
    font-family: "Lato";
    font-size: 17px;
    font-weight: 400;
}

.achievementSection.currentPlacementSec .bgImgCon {
    position: absolute;
    width: 428px;
    height: 112px;
    top: 32px;
    right: -134px;
    transform: rotate(55deg);
}

.achievementSection .secHeader {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
}

.achievementSection .secHead {
    text-align: center;
    width: 100% !important;
}

/* alumni page fourth section almuniTestimonial */
.testimonialSection.alumniTestimonial {
    background: #fff;
}

.testimonialSection.alumniTestimonial .secHead {
    color: #000;
    text-align: center;
}

.testimonialYears .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.testimonialYears .slick-prev {
    left: 0;
}

.testimonialYears .slick-next {
    right: 0;
}

.testimonialYears .innerYear {
    color: #a5a5a5;
    text-align: center;
    font-family: "Isidora Sans";
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

.testimonialYears .innerYear a,
.testimonialYears .innerYear a:hover {
    color: #a5a5a5;
}

.testimonialYears .slick-active.active .innerYear {
    position: relative;
}

.testimonialYears .slick-active.active .innerYear::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #d52228;
    left: 50%;
    width: 80px;
    height: 2px;
    transform: translateX(-50%);
}

.testimonialYears .slick-active.active .innerYear,
.testimonialYears .slick-active.active .innerYear a {
    color: #000;
}

.joinSection {
    padding: 100px 0;
    background: #d52228;
    text-align: center;
}

.joinSection .secHead {
    color: #fff;
    font-weight: 600 !important;
}

.joinSection .moreBtn {
    background: #fff;
    color: #d81921;
    width: 230px;
}

.scholarshipOverview {
    padding: 100px 0;
}

.scholarshipOverview .secHeader {
    text-align: center;
    margin-bottom: 100px;
}

.scholarshipOverview .secHead {
    text-align: center;
}

.scholarshipOverview .secHeader p {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
}

.scholarshipOverview .bankLoan .eachBank .innerBank {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 170px;
    text-align: center;
    padding: 0 16px;
}

.scholarshipOverview .bankLoan .eachBank .innerBank img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scholarMeritSec .secHead {
    padding-right: 50%;
}

.scholarMeritSec .inlineDiv {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.scholarMeritSec .inlineDiv ul.tabs {
    display: flex;
    justify-content: flex-end;
}

.scholarTestimonialSec {
    padding-top: 100px !important;
}

/* career page */

.whyWorkSection {
    background: #fff;
    color: #000;
}

.whyWorkSection .secHead {
    color: #000;
}

.whyWorkSection .secHeader {
    margin-bottom: 40px;
}

.whyWorkSection .secHeader p {
    text-align: center;
}

.whyWorkSection .textCon {
    height: 400px;
}

.whyWorkSection .conBox {
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
}

.whyWorkSection .conBox .content {
    color: #000;
    transition: all 0.4s;
}

.whyWorkSection .conBox:hover .content {
    color: #fff;
    padding: 25px 15px;
}

.whyWorkSection .conBox .icon {
    background: #000;
    transition: all 0.4s;
}

.whyWorkSection .conBox:hover .icon {
    background: #fff;
    min-width: 55px;
    width: 55px;
    height: 55px;
    min-height: 55px;
}

.whyWorkSection .conBox .icon img {
    width: 45px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(165deg) brightness(103%) contrast(102%);
}

.whyWorkSection .conBox:hover .icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(0%) hue-rotate(28deg) brightness(95%) contrast(105%);
    width: 35px;
    height: auto;
}

.whyWorkSection .conBox .content::before {
    background: #FFF3D6;
    transition: all 0.4s;
}

.cultureValueSec {
    padding: 100px 0 300px;
    /* background: #FFB600; */
    background: #d1d1d138;
    border-bottom: 8px solid #d52228;
    position: relative;
}

.cultureValueSec::before {
    position: absolute;
    content: "";
    background-image: url(../images/home/Frame.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80px;
    height: 211px;
    bottom: -8px;
    right: 30px;
}

.cultureValueSec .secHead {
    color: #000;
    text-align: center;
}

.cultureValueSec .secHeader p {
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 18px;
    line-height: 1.6;
}

.cultureValueSec .container {
    position: relative;
}

.photoSec .vdoCon .vdoBtn {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    right: 24px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    background-color: #d71921;
    color: #fff;
    font-size: 24px;
    transition: all 2s;
}

.cultureProgramSec {
    position: relative;
    padding: 100px 0 100px;
}

.photoSec {
    height: 250px;
    position: relative;
}

.photoSec .vdoCon {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    top: -250px;
    border-radius: 30px;
    overflow: hidden;
}

.photoSec .vdoCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cultureProgramSec .secHeader {
    text-align: center;
    padding: 0 10%;
    margin-bottom: 40px;
}

.cultureProgramSec .Programs .innerSlide {
    width: 100%;
    height: 310px;
    border-radius: 30px;
    position: relative;
    /* overflow: hidden; */
}

.cultureProgramSec .Programs .topRed {
    height: 310px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    background: #d81921;
    color: #fff;
    position: absolute;
    z-index: 2;
    transform: translateY(-100%);
    transition: all 0.4s;
    border-radius: 30px;
    padding: 20px;
}

.cultureProgramSec .Programs .eachSlide:hover .topRed {
    transform: translateY(0);
}

.topRedImg {
    display: none;
}

.topRedText {
    height: 210px;
    overflow-y: auto;
    padding-right: 8px;
}

.topRedText::-webkit-scrollbar-thumb {
    background: #96171d;
    border-radius: 10px;
}

.cultureProgramSec .Programs .topRed .title {
    font-family: "Lato";
    font-size: 22px;
    font-weight: 700;
}

.cultureProgramSec .Programs .topRed p {
    /* padding: 24px 40px; */
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.cultureProgramSec .Programs .btmCon {
    height: 310px;
    width: 100%;
}

.cultureProgramSec .Programs .btmCon .imgCon {
    height: 85%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.cultureProgramSec .Programs .btmCon .imgCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s all;
}

.cultureProgramSec .Programs .innerSlide:hover .btmCon .imgCon img {
    opacity: 0.2;
    transform: scale(1.2);
}

.cultureProgramSec .Programs .btmCon .title {
    width: 300px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 80px;
    text-align: center;
}

.cultureProgramSec .Programs .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.cultureProgramSec .Programs .slick-slide {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 15px;
}

.cultureProgramSec .Programs .slick-prev {
    left: -80px;
}

.cultureProgramSec .Programs .slick-next {
    right: -80px;
}

.hrActivitiesSec {
    padding: 100px 0;
    background: #fdf4de;
}

.hrActivitiesSec .secHeader {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10%;
}

.hrActivitiesSec .boxContent.col-lg-3 {
    position: relative;
}

.hrActivitiesSec .boxContent .eachCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 24px 15px;
    position: relative;
}

.hrActivitiesSec .boxContent .eachCon .title {
    font-family: "Lato";
    font-size: 26px;
    font-weight: 700;
    transition: all 0.3s;
}

.hrActivitiesSec .boxContent .eachCon:hover .title {
    color: #D71921;
}

.hrActivitiesSec .boxContent .eachCon p {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    transition: all 0.3s;
}

/* .hrActivitiesSec .boxContent .eachCon:hover p {
    color: #fff;
} */

.hrActivitiesSec .boxContent .eachCon .title,
.hrActivitiesSec .boxContent .eachCon .iconCon,
.hrActivitiesSec .boxContent .eachCon p {
    position: relative;
    z-index: 3;
}

.hrActivitiesSec .boxContent .col-lg-3:not(:last-child) .eachCon::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 120px;
    background: #00000020;
    top: 50%;
    right: -16px;
}

.hrActivitiesSec .boxContent .eachCon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 230px;
    background: #FFB600;
    border-radius: 20px;
    top: 60px;
    opacity: 0;
    transition: all 0.3s;
}

.hrActivitiesSec .boxContent .eachCon:hover:after {
    opacity: 1;
}

.hrActivitiesSec .boxContent .iconCon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 75px;
    background: #d2161a;
    border-radius: 50%;
    padding-top: 0;
}

.hrActiBoxPara {
    height: 145px;
    overflow-y: auto;
    padding-right: 8px;
}

.page-template-career .secHead {
    color: #000;
    margin-bottom: 12px;
}

.joinSec {
    padding: 80px 0;
    background: #d52228;
}

.joinSec .secHead {
    color: #fff;
    margin-bottom: 0;
}

.joinSec .moreBtn {
    color: #d52228;
    background: #fff;
    width: 240px;
}

.joinSec .moreBtn:hover {
    color: #fff;
    background: #d52228;
    border: 2px solid #fff;
}

.page-template-career .fancybox-button svg {
    top: 15px;
    right: 20px;
    position: fixed;
}

/* job details page */
.text-center {
    text-align: center !important;
}

.searchCareerForm {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 80%;
    background-color: #fff;
    border-radius: 25px 100px 100px 25px;
    box-shadow: 0px 0px 25px 0px #cececec9;
    padding: 20px 20px;
}

.searchCareerForm .inputBox {
    width: calc((100% - 150px) / 2);
    padding-right: 20px;
    position: relative;
}

.searchCareerForm .inputBox .inputTxt {
    width: 100%;
    border-radius: 7px;
    height: 55px;
    background-color: #f0f0f0;
    border: none;
    outline: none;
    padding: 0 20px;
}

.job-details .searchCareerForm .inputBox .inputTxt::placeholder {
    color: #5e5e5e;
}

.job-details .searchCareerForm .inputBox .inputTxt {
    color: #5e5e5e;
}

.job-details select.inputTxt {
    background: url(../images/down-arrow.png) no-repeat;
    background-position: 97%;
}

.searchCareerForm .moreBtn {
    padding: 8px 40px;
}

.moreBtn span {
    color: #fff;
    transition: all 0.4s;
}

.moreBtn:hover span {
    color: #d2161a;
}

.filterWrap .filter li {
    margin: 15px 0;
    padding-left: 30px;
}

.filterWrap .filter li a {
    color: #7b7b7b;
    font-size: 16px;
    position: relative;
    font-family: "Roboto";
    font-weight: normal;
}

.filterWrap .filter li a::before {
    width: 20px;
    height: 20px;
    background-color: #d9d9d9;
    /* border: 1px solid rgba(0 0 0 / 16%); */
    content: "";
    left: -30px;
    top: 0;
    position: absolute;
    border-radius: 5px;
}

.filterWrap .filter li a.current::before {
    background-color: #d2161a;
}

.helpDesk {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #FFB600;
    border-radius: 20px;
    padding: 20px;
    margin-top: 90px;
    color: #000;
    font-family: "Lato";
    font-size: 18px;
}

.helpDesk h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
}

.helpDesk p {
    opacity: 0.64;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.talkWrap {
    margin-top: 50px;
}

.talkWrap h6 {
    color: #000;
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
}

.talkWrap p {
    color: #959595;
}

.talkWrap a {
    color: #dd0000;
    font-weight: 700;
}

.careerBox {
    background-color: #f5efdf;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

.careerBox:hover {
    background-color: #BD0008;
    color: #fff;
}

.careerSec2 .sidebar {
    position: sticky;
    top: 60px;
    padding: 60px 0;
    padding-bottom: 30px;
}

.jobSidebarHead {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

/* .careerSec2 .secHead {
    padding: 100px 0 40px;
} */
.boxGroup2 {
    padding: 60px 0;
}

.careerBox h4 {
    color: #000;
    font-family: "Lato";
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.careerBox:hover h4 {
    color: #fff;
}

.careerBox p {
    margin-bottom: 10px;
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.careerBox:hover p {
    color: #fff;
}

.page-template-job-listing .careerBox:hover .moreBtn {
    border: 2px solid #D81921 !important;
    background: #fff !important;
    color: #D81921 !important;
}

.page-template-job-listing .careerBox:hover .moreBtn a {
    color: #D81921 !important;
}

.jobInfoLeft ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.jobInfoLeft ul li {
    color: #000;
    position: relative;
    padding-left: 30px;
    transition: all 0.4s;
}

.careerBox:hover ul li {
    color: #fff;
}

.jobInfoLeft ul li::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
}

.jobInfoLeft ul li.location::before {
    background: url(../innerimg/location.png) no-repeat;
    background-size: 100%;
    transition: all 0.4s;
}

.jobInfoLeft ul li.jobType::before {
    background: url(../innerimg/jobType.png) no-repeat;
    background-size: 100%;
    transition: all 0.4s;
}

.careerBox:hover .jobInfoLeft ul li.location::before {
    background: url(../innerimg/white-location.png) no-repeat;
    background-size: 100%;
}

.careerBox:hover .jobInfoLeft ul li.jobType::before {
    background: url(../innerimg/white-jobType.png) no-repeat;
    background-size: 100%;
}

.jobInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.careerFormInner {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    margin-top: -130px;
    position: relative;
    box-shadow: 0px 10px 25px -6px #dddddd;
}

.frmWrap .inputTxt {
    width: 100%;
    min-height: 60px;
    padding: 0 20px;
    border-radius: 100px;
    border: none;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    outline: none;
}

.template-campus-details .frmWrap .inputTxt {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.frmWrap .textarea {
    height: 130px;
    padding-top: 15px;
    border-radius: 15px;
}

.careerFormInner .frmWrap {
    padding-top: 0px;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    padding-bottom: 40px;
}

.careerFormInner .frmWrap .moreBtn {
    padding: 8px 32px;
}

.helpDesk .moreBtn {
    margin-left: auto;
}

/* academic calender page */
.calenderEventsSec {
    padding: 100px 0;
}

.calenderHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    background: #d52228;
}

.header-display {
    display: flex;
    align-items: center;
}

.header-display p {
    color: var(--accent);
    margin: 5px;
    font-size: 1.2rem;
    word-spacing: 0.5rem;
}

pre {
    padding: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--accent);
}

.days,
.week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    justify-content: space-between;
    padding: 0 8px;
}

.week div,
.days div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3em;
    border-radius: 100%;
}

.days div:hover {
    background: var(--accent-2);
    color: rgb(25, 25, 201);
    cursor: pointer;
}

.week div {
    opacity: 0.5;
}

.current-date {
    background-color: var(--accent);
    color: var(--white);
}

.display-selected {
    margin-bottom: 10px;
    padding: 20px 20px;
    text-align: center;
}

.eventContent .eachBox {
    height: 170px;
    width: 100%;
    display: flex;
    background: #D71921;
    color: #fff;
    margin-bottom: 16px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s;
}

.eventContent .eachBox .imgCon {
    width: 30%;
    height: 100%;
}

.eventContent .eachBox .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.eventContent .eachBox .textCon {
    width: 70%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    /* gap: 14px; */
}

.eventContent .eachBox .textCon .date {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.eventContent .eachBox .textCon p {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
}

.eventContent .eachBox .textCon a {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    transition: all 0.4s;
}

.eventContent .eachBox .textCon a span {
    font-size: 18px !important;
}

.eventContent .eachBox .textCon a img {
    margin-left: 8px;
    filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(24%) hue-rotate(41deg) brightness(107%) contrast(107%);
}

.eventContent .eachBox:hover .textCon a img {
    filter: none;
}


.eventContent .eachBox .readBtn {
    display: inline-block;
}

.eventContent .eachBox:hover {
    background: #fdf4de;
    color: #000;
}

.eventContent .eachBox:hover a {
    color: #000;
}

.eventContent .eachBox:hover .textCon p a {
    color: #d81921;
    text-decoration: underline !important;
}

.holidayListDiv {
    background-color: #d52228;
    border-radius: 10px;
}

.holidayListDiv a {
    width: 100%;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.holidayListDiv .holidayListIcon {
    font-size: 22px;
    position: relative;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

/* how to apply page */

.stepSection {
    background: #000;
    padding: 100px 0;
    color: #fff;
}

.stepSection .secHead {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.stepInfo .innerStep {
    /* height: 490px; */
    height: auto;
    /* border-radius: 20px; */
    /* background: #131313; */
    /* box-shadow: 16px 13px 38px 12px #000; */
    padding: 50px;
}

.stepInfo .innerStep .stepName {
    color: #fff;
    font-family: Lato;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}

.stepInfo .innerStep ol {
    padding-left: 1rem;
    column-count: 2;
}

.stepInfo .innerStep ol li {
    list-style: decimal;
    margin-bottom: 18px;
    color: #fff;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    padding-right: 10px;
}

.stepInfo .slick-arrow {
    bottom: 30px !important;
    font-size: 22px !important;
    color: #d00;
    border: none;
}

.stepInfo .slick-arrow:hover {
    background: transparent;
    border-color: transparent;
}

.stepInfo .slick-prev::before {
    position: absolute;
    content: "\f100";
    font-family: "FontAwesome";
    text-align: center;
    top: 10px;
    left: 0px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.stepInfo .slick-next::before {
    position: absolute;
    content: "\f101";
    font-family: "FontAwesome";
    text-align: center;
    top: 13px;
    left: auto;
    right: 0px !important;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.stepInfo .slick-next {
    right: 50px;
    padding-right: 50px;
}

.stepInfo .slick-prev {
    left: 50px;
    padding-left: 25px;
}

.stepInfoSlider {
    background: #131313;
    box-shadow: 16px 13px 38px 12px #000;
    border-radius: 20px;
    padding-bottom: 30px;
}

.stepInfoSlider .slick-disabled {
    display: none !important;
}

.stepNums {
    margin-bottom: 40px;
}

.stepNums .slick-slide {
    text-align: center;
}

.stepSlider .slick-prev {
    position: absolute;
    top: 0;
    left: 0;
}

.stepSlider .slick-next {
    position: absolute;
    top: 0;
    right: 0;
}

.stepNumber {
    position: relative;
}

.stepSlider .slick-slide:not(:last-child) .stepNumber::before {
    content: "";
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 1px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
}

.stepSlider .slick-slide:not(:last-child) .stepNumber::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #d00;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

.innerStep {
    position: relative;
    padding-bottom: 6px;
    color: #949494;
    font-size: 20px;
}

.stepNums .slick-slide .innerStep::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #d00;
    transition: all 0.4s ease-in-out;
}

.stepNums .slick-slide.slick-current .innerStep::before {
    width: 60px;
}

.stepNums .slick-slide.slick-current .innerStep {
    color: #fff;
}

.campusLife_3 .blankDiv::before {
    content: "";
    position: absolute;
    bottom: -8px;
    background-size: contain;
    right: 0px;
    background-image: url(../images/home/HcampusBg.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 200px;
}

/* .testimonialSection .blankWrap::before {
  content: "";
  position: absolute;
  bottom: -4px;
  background-size: contain;
  right: 0px;
  background-image: url(../images/home/HcampusBg.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 100px;
} */
.testimonialSection .blankWrap::before {
    content: "";
    position: absolute;
    bottom: 0px;
    background-size: contain;
    right: 0px;
    background-image: url(../images/home/HcampusBg.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 100px;
    opacity: 0.5;
}

.contGetInfo .getLft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.facultySection .flip-card-back .content .inlineDiv .img {
    height: 200px;
    width: 180px;
}

.facultySection .flip-card-back .content .inlineDiv .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.facultySection .flip-card-back .content .inlineDiv {
    gap: 16px;
    display: flex;
}

.facultySection .flip-card-back .content .inlineDiv {
    display: none;
    width: 100%;
    gap: 16px;
}

.facultySection .flip-card-back .content .inlineDiv .colDiv {
    display: flex;
    flex-direction: column;
}

.facultySection .flip-card-back .content .inlineDiv .designation {
    width: 100%;
}

.facultySection .flip-card-back .content .inlineDiv .vdoBtn {
    margin-top: 2px;
}

.facultySection .flip-card-back .content .inlineDiv .designation .name {
    margin-top: 22px;
}

.footerSection .footerContent .links.row {
    display: flex;
    flex-direction: row;
    gap: 0px;
    margin: 24px 0;
}

.footerSection.tabView {
    display: none;
}

.footerSection.mobView {
    display: none;
}

/* .campusLife_3.mobView {
    visibility: hidden;
} */

.currentPlacementSec.mobView {
    display: none;
}

.whatsNewSec .newEventSlider .eachEvent .conBox .content .textCon .linePara {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.seminarSec .seminarNworkshop .innerSlide .btmCon {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.milestoneSection .journey .innerSlider .textCon {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.page-template-career .dtlCampusSec {
    padding-bottom: 0;
}

/* .innerBanner .heroBanner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #000 2.52%, rgba(0, 0, 0, 0) 87.68%);
  top: 0;
  left: 0;
} */
.single-course .slick-slide {
    height: auto;
}

/* .single-course .exposure .slick-slide {
  padding-right: 24px;
  height: auto;
}
.single-course .brandSlider .slick-slide{
  height: auto;
}
.single-course .messageSec .messages .slick-slide {
  height: auto;
}
.single-course .newEventSlider .slick-slide{
  height: auto;
}
.single-course .careerAspectsSec .aspectsSlider .slick-slide {
  height: auto;
}
.single-course .cardSlider .slick-slide{
  height: auto;
} */
.cards .innerCard .infoCon .eachInfo a {
    color: #000;
    transition: 0.5s;
}

.cards .innerCard:hover .infoCon .eachInfo a {
    color: #fff;
}

.cards .innerCard .infoCon {
    max-width: 95% !important;
}

.cards .innerCard .infoCon .eachInfo:first-child {
    width: 130px;
}

.cards .innerCard .infoCon .eachInfo:last-child {
    width: calc(100% - 130px);
}

.cards .innerCard .infoCon .eachInfo {
    justify-content: flex-start !important;
}

.updateSection .updateBox .imgCon {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.updateSection .updateBox .imgCon img {
    bottom: 0;
    left: -48px;
    height: 100% !important;
}

.course-off-slideBx .slick-track {
    display: flex;
}

.single-campus .InfrastructureSec .secHeader {
    gap: 0;
}

.single-campus .updateSection {
    margin-top: 0px !important;
}




/* New Milstore Section */
.timeline {
    width: 100%;
    position: relative;
    margin-top: 0px;
}

.timeline-nav {
    position: relative;
}

.timeline-nav::after {
    content: "";
    position: absolute;
    width: auto;
    height: 1px;
    /* background-color: #00000040; */
    bottom: 15px;
    z-index: -1;
    left: 0;
    right: -50%;
    background: repeating-linear-gradient(90deg,
            black 0 10px,
            transparent 10px 20px);
}

.timeline-nav__item {
    height: auto;
    text-align: center;
    opacity: 1;
    width: auto !important;
    background: #fff;
    color: #6F6F6F;
    /* margin: 0 20px !important; */
    position: relative;
    font-size: 25px;
    line-height: 20px;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 30px;
    border-radius: 10px;
    top: 0;
    z-index: 2;
}

.timeline-nav .slick-current .timeline-nav__item {
    font-weight: 700;
    color: #D40404;
    /* background-color: #d81921;
    box-shadow: 0 0 5px #ff9b9b24; */
}

.timeline-nav__item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #979797;
    z-index: 1;
    transition: 0.2s;
}

.timeline-nav .slick-current .timeline-nav__item:before {
    /* top: 55px;
    width: 16px;
    height: 16px; */
    background-color: #D40404;
}

.timeline-nav__item.slick-current {
    color: #ff9900;
    opacity: 1;
    font-weight: 600;
}

.timeline-nav__item.slick-current::before {
    background-color: #ff9900;
}

.timeline-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto 0;
}

.timeline-wrapper .slick-arrow {
    bottom: -45px !important;
}

.timeline-wrapper .slick-prev {
    right: calc(-14% + 50px);
}

.timeline-wrapper .slick-next {
    right: -15%;
}

@media (max-width: 500px) {
    .timeline-wrapper {
        height: 1000px;
        max-height: 900px;
    }
}

.timeline-slider {
    height: 100%;
    padding-bottom: 30px;
}

.timeline .slick-list {
    height: 100%;
    margin-right: -300px !important;
}

.timeline .timeline-wrapper .slick-slide {
    opacity: 0.5;
}

.timeline .slick-slide.slick-active {
    opacity: 1;
}

@media (min-width: 1080px) {
    .timeline .slick-list {
        /* padding: 0 180px !important; */
    }
}

.timeline .slick-track {
    height: 100%;
}

.timeline-slide {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    outline: none;
    text-align: center;
    background-size: auto 400px, cover;
    background-position: top;
    margin: 0px;
    width: 80%;
    z-index: 1;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    top: 0px;
    height: 280px;
    border-radius: 20px;
    background-image: none !important;
}

.timeline-slide .imgCon {
    width: 50%;
    height: 100%;
    position: relative;
}


.timeline-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.timeline-box-wrap {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    height: calc(100% - 60px);
    display: flex;
    text-align: left;
    align-items: center;
    background-color: #FFB600;
    /* position: absolute; */
    border-radius: 0px 25px 25px 0px;
}

.timeline-slide__content {
    z-index: 5;
    top: 220px;
    padding: 20px 30px;
    opacity: 1;
    transition: 0.6s;
}

@media (max-width: 500px) {
    .timeline-slide__content {
        width: 100%;
    }
}

.timeline-year {
    width: 124px;
    height: 48px;
    bottom: 10px;
    z-index: 5;
    left: 10px;
    font-size: 25px;
    color: #B70000;
    font-weight: 900;
    position: absolute;
    background: #fff;
    display: inline-block;
    transition: opacity 1.2s;
    padding: 5px 12px;
    border-radius: 12px;
}

.timeline-title {
    color: #ff9900;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
}

.timeline-text {
    height: 180px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.timeline-text ul {
    list-style-type: disc;
}

.timeline-text ul li {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    list-style-type: disc;
    list-style-position: inside;
}

.timeline-text ul li:not(:last-child) {
    margin-bottom: 6px;
}

.timeline .slick-current:after {
    background-color: rgba(0, 52, 113, 0);
}

.timeline .slick-current .timeline-year {
    opacity: 1;
}

.timeline .slick-current .timeline-slide__content {
    opacity: 1;
}

.timeline-nav .slick-center .slick-slide,
.timeline-slide {
    transform: scale(0.95);
    /* box-shadow: 0 0 20px #00000030; */
}

.timeline-nav .slick-center .slick-active,
.timeline-slide .sl {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 1600px) {
    .timeline-wrapper .slick-prev {
        right: calc(-10% + 50px);
    }

    .timeline-wrapper .slick-next {
        right: -10%;
    }
}

@media (max-width: 1440px) {
    .timeline-wrapper .slick-prev {
        right: calc(-3% + 50px);
    }

    .timeline-wrapper .slick-next {
        right: -3%;
    }

    .gallery_sec .img_holder {
        height: 210px;
    }

    .gallery_sec .slick-slide {
        padding: 0 20px;
    }
}

@media (max-width: 1366px) {
    .timeline-wrapper .slick-prev {
        right: calc(-8% + 50px);
    }

    .timeline-wrapper .slick-next {
        right: -8%;
    }

    .gallery_sec .img_holder {
        height: 150px;
    }

    .gallery_wrap .gallery_slider1 .slick-track {
        padding-bottom: 0;
    }

    .gallery_wrap .gallery_slider2 .slick-track {
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
    .timeline .slick-list {
        margin-right: 0px !important;
    }

    .timeline-slide .imgCon {
        border-radius: 20px 0 0 20px;
    }

    .timeline-box-wrap {
        border-radius: 0 20px 20px 0;
    }

    .timeline .timeline-wrapper .slick-slide {
        opacity: 0.1;
    }

    .timeline .timeline-wrapper .slick-slide.slick-active {
        opacity: 1;
    }

    .gallery_sec .img_holder {
        height: 200px;
    }
}

@media (max-width: 992px) {
    .timeline-year {
        bottom: 0;
    }

    .timeline-slide .imgCon {
        border-radius: 0px;
        overflow: visible !important;
    }

    .timeline-slide {
        padding: 50px 0 0 !important;
    }

    .timeline-box-wrap {
        border-radius: 0 0px 20px 20px;
    }

    .timeline .slick-current .timeline-slide__content {
        width: 100%;
    }

    .timeline .slick-list {}

    .timeline-text {
        height: auto;
        min-height: auto;
        max-height: max-content;
        padding-right: 8px;
    }

    .timeline-year {
        bottom: auto;
        top: -50px;
        left: 0;
        right: 0;
        color: #fff;
        background: #d71b24;
        font-size: 30px !important;
        border-radius: 20px 20px 0 0px;
    }
}

@media (max-width: 768px) {
    .gallery_sec .img_holder {
        height: 223px;
    }

    .gallery_sec .row {
        flex-direction: column;
    }

    .gallery_sec .gallery_wrap.gallery_slider_top {
        order: 2;
    }

    .gallery_wrap .gallery_slider1 .slick-track {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .gallery_sec .gallery_middle_wrap {
        order: 1;
    }

    .gallery_sec .gallery_wrap.gallery_slider_bot {
        order: 3;
    }

    .gallery_wrap .gallery_slider2 .slick-track {}
}

@media (max-width: 767px) {
    .milestoneSection.commonSec {
        padding: 50px 0 70px !important;
    }
}

@media (max-width: 600px) {
    .gallery_sec .img_holder {
        height: 170px;
    }
}

@media (max-width: 575px) {
    .timeline-slide .imgCon {
        height: 150px;
    }

    .timeline-year {
        top: -40px;
        font-size: 20px !important;
    }

    .gallery_sec .img_holder {
        height: 130px;
    }
}

@media (max-width: 480px) {
    .gallery_wrap .slick-track {
        padding-bottom: 30px;
    }

    .gallery_sec .slick-slide {
        padding: 0 5px;
    }

    .gallery_sec .slick-slide:nth-child(2n) {
        padding-top: 0px;
    }

    .gallery_sec .img_holder {
        height: 148px;
    }
}

@media (max-width: 400px) {
    .gallery_sec .img_holder {
        height: 250px;
    }
}

@media (max-width: 400px) {
    .gallery_sec .img_holder {
        height: 200px;
    }
}

.leader-slider-for {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 45px #e8000b20;
}

.founderSection .slick-arrow {
    top: auto;
    bottom: 50% !important;
    transform: translateY(50%);
    border: 1px solid #b70000;
}

.founderSection .slick-arrow::before {
    color: #b70000 !important;
}

.founderSection .slick-next {
    left: auto;
    right: -50px;
}

.founderSection .slick-prev {
    right: auto;
    left: -60px;
}

.beliveSection .secHead,
.beliveSection .conBox .title,
.beliveSection .conBox p,
.whySection .secHead,
.whySection .con .textCon p {
    color: #000;
}

.whySection .con .imgCon img {
    filter: invert(1);
}

.single-campus .whySection .con:hover img {
    filter: invert(0);
}

.single-campus .whySection .con:hover .secHead,
.single-campus .whySection .con:hover .textCon p {
    color: #fff;
}

.no-events {
    color: #fff;
    padding: 30px;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #731216;
    background-color: #ef5158;
}

.page-template-alumni-profile .blogSection {
    padding-bottom: 0px;
}

@media (max-width: 1366px) {
    .pageHead {
        font-size: 32px;
    }

    .innerHero.heroSection {
        height: auto;
    }
}