/* infrastructure details page start */

.infrastructurePage section {
  overflow-x: hidden;
}

.slick-arrow,
.swiper-button-prev2,
.swiper-button-next2,
.swiper-button-next,
.swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
}

.insfrasArrow {
  gap: 15px;
}

.workshopSec.campusLife_2 .infrastructureSlider .insfrasArrow {
  bottom: 15px;
}

.infaTxtMain .moreBtn {
  margin-top: 15px;
}

.infrastructureInner h3 {
  margin-bottom: 12px;
}

.infrastructureItem .infaTxtMain {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  height: 0px;
}

.infrastructureItem.swiper-slide-active .infaTxtMain {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.infrastructureItem.swiper-slide-active .infaTxt {
  opacity: 1;
  height: 55px;
  visibility: visible;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.infrastructureItem.swiper-slide-active .infaTxt {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.infrastructurePage .testimonialSection .blankWrap::before {
  content: normal;
}

.workshopSec.campusLife_2 .infrastructureItem.swiper-slide {
  border: none;
}

.iconCon {
  padding-top: 0px;
}

.testimonialSection .testimonial .slick-arrow {
  bottom: auto !important;
  top: 50%;
  transform: translateX(-50%);
}

.testimonialSection .testimonial .eachCard .redBg {
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 5px;
}

.eachTestimonialAcc .vdoCon {
  display: none;
}

.dtlcampPara p br {
  display: none;
}

/* infrastructure details page end */

/* job listing page */

.page-template-job-listing .searchCareerForm .inputBox .inputTxt,
.page-template-job-listing .searchCareerForm .inputBox .inputTxt::placeholder {
  color: #5e5e5e;
}

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

.page-template-job-listing .searchCareerForm .moreBtn {
  padding: 0;
}

.page-template-job-listing .searchCareerForm .moreBtn input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  display: block;
  width: 100%;
  padding: 8px 40px;
  transition: all 0.3s;
}

.page-template-job-listing .searchCareerForm .moreBtn input:hover {
  color: #d81921;
}

.page-template-job-listing .paginationWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
}

.page-template-job-listing .paginationWrap .page-numbers {
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #9d0208;
  border: 1px solid #9d0208;
  transition: 0.2s;
}

.page-template-job-listing .paginationWrap .page-numbers.current,
.page-template-job-listing .paginationWrap .page-numbers:hover {
  background-color: #dd0000;
  color: #fff;
  border: 1px solid transparent;
}

.page-template-job-listing .paginationWrap .page-numbers.prev,
.page-template-job-listing .paginationWrap .page-numbers.next {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #9d0208;
}

.page-template-job-listing .paginationWrap .page-numbers.prev:hover,
.page-template-job-listing .paginationWrap .page-numbers.next:hover {
  background-color: transparent;
  color: #9d0208;
}

.jobWrap .moreBtn {
  padding: 0;
}

.jobWrap .moreBtn a {
  display: block;
  padding: 8px 40px;
  color: #fff;
  transition: all 0.3s;
}

.jobWrap .moreBtn:hover a {
  color: #d81921;
}

.careerSec2 {
  padding-bottom: 80px;
}

.careerFrmImg figure {
  width: 100%;
  height: 600px;
}

.careerFrmImg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-job-listing .boxGroup2 {
  padding-bottom: 30px;
}

.careerSec3 .frmWrap .inputTxt,
.careerSec3 .frmWrap .inputTxt::placeholder,
.careerSec3 .frmWrap select,
.careerSec3 .frmWrap select::placeholder,
.careerSec3 .frmWrap textarea,
.careerSec3 .frmWrap textarea::placeholder {
  width: 100%;
  color: #5e5e5e;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  font-size: 16px;
  height: auto;
}

.careerSec3 .frmWrap .inputTxt,
.careerSec3 .frmWrap select,
.careerSec3 .frmWrap textarea {
  padding: 20px 25px;
}

.careerSec3 .careerFormInner .frmWrap {
  padding-bottom: 0;
  width: 100%;
  display: block;
  position: relative;
}

.careerSec3 .frmWrap textarea {
  width: 100%;
  height: 125px !important;
  resize: none;
  border-radius: 25px;
  overflow: hidden;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #dc3232;
  padding: 0;
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
}

/* .getrgt.registerSection .wpcf7-not-valid-tip,
.getrgt.registerSection .wpcf7 form.invalid .wpcf7-response-output{
  color: #fff;
} */

.careerSec3 .careerFormInner .frmWrap.btnWrap {
  display: flex;
  align-items: center;
}

.careerSec3 .careerFormInner .btnWrap input {
  background-color: #d52228;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.careerSec3 .careerFormInner .btnWrap input:hover {
  background-color: transparent;
  color: #d52228;
  border: 2px solid #d52228;
}

.uploadTxt {
  text-align: left;
  padding: 0 20px;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #f0f0f0;
  font-weight: 400;
  font-size: 16px;
  color: #5e5e5e;
  height: auto;
  padding: 20px 25px;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.careerFormInner #FileInput3 {
  opacity: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.jobApplyModal {
  width: 650px;
}

.jobApplyModal .contact_input {
  margin-bottom: 1rem;
}

.jobApplyModal .contact_input input,
.jobApplyModal .contact_input textarea,
.jobApplyModal .contact_input select {
  width: 100%;
  height: 55px;
  font-weight: 400;
  font-size: 16px;
  color: #5e5e5e;
  outline: 0;
  border: 1px solid #5e5e5e;
  border-radius: 12px;
  padding: 10px 15px;
}

.jobApplyModal .contact_input textarea {
  height: 120px;
  resize: none;
}

.jobApplyModal .frmWrap {
  display: block;
  width: 100%;
  position: relative;
}

.jobApplyModal #FileInput2,
.jobApplyModal #FileInput1 {
  opacity: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-bottom: 0;
}

.jobApplyModal #FileInput1 {
  margin-bottom: 0;
}

.jobApplyModal .uploadTxt {
  text-align: left;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #5e5e5e;
  height: auto;
  border: 1px solid #5e5e5e;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}

.jobApplyModal .fancybox-button svg {
  color: #d52228;
  height: 35px;
  width: 35px;
  top: 0;
  right: 6px;
}

.jobApplyModal .contact_frm {
  padding-top: 20px;
}

.jobApplyModal .contact_submit {
  background-color: #d52228;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.3s;
  height: 50px;
  border-radius: 30px;
  padding: 0px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin: 0px auto;
}

.jobApplyModal .contact_submit:hover {
  color: #d52228;
  border: 2px solid #d52228;
  background-color: transparent;
}

.jobListBoxTop {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.jobListBoxTop select {
  border: none;
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", serif;
}

p:empty {
  display: none;
}

.jobRoleFilRes {
  display: none;
  padding-top: 40px;
}

.filterWrapRes {
  display: none;
}

.jobSidebarHeadRes {
  background-color: #d52228;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  margin-bottom: 0;
  position: relative;
}

.jobSidebarHeadRes::after {
  content: "\f0c9";
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 23px;
}

.tabsSlider .slick-arrow {
  width: 35px !important;
  height: 35px !important;
}

.tabsSlider li a {
  font-size: 22px;
}

#book_now form label {
  width: 100%;
  display: block;
  color: #d52228;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

#book_now form input,
#book_now form textarea {
  width: 100%;
  display: block;
  background-color: transparent;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 8px 10px;
  margin-top: 8px;
}

#book_now form textarea {
  height: 120px;
  resize: none;
}

#book_now .fancybox-button svg {
  height: 30px;
  width: 30px;
  top: 0;
  right: 10px;
}

#book_now input[type="submit"] {
  background-color: #d52228;
  color: #fff;
  width: 150px;
  padding: 8px 12px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

#book_now input[type="submit"]:hover {
  border: 2px solid #d52228;
  color: #d52228;
  background-color: #fff;
}

.testimonialYearSlider {
  padding: 0px 40px;
}

.page-template-alumni-profile .testimonialSection .testimonial .eachCard .textCon .whiteBg {
  box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.3);
}

/* alumni page */

#join_alumni form label {
  width: 100%;
  display: block;
  color: #d52228;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

#join_alumni form br {
  display: none;
}

#join_alumni form input,
#join_alumni form textarea {
  width: 100%;
  display: block;
  background-color: transparent;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 8px 10px;
  margin-top: 8px;
}

#join_alumni form textarea {
  height: 120px;
  resize: none;
}

#join_alumni .fancybox-button svg {
  height: 30px;
  width: 30px;
  top: 0;
  right: 10px;
}

#join_alumni input[type="submit"] {
  background-color: #d52228;
  color: #fff;
  width: 150px;
  padding: 8px 12px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

#join_alumni input[type="submit"]:hover {
  border: 2px solid #d52228;
  color: #d52228;
  background-color: #fff;
}

.infaTxtInn {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.testimonialSection .testimonial .eachCard .redBg {
  padding: 14px 18px;
}

.page-template-alumni-profile .testimonialSection .testimonial .eachCard .vdoCon .imgCon {
  background: #fdf4de;
}

/* academic calender */

.calenderEventsSec .calendar {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.17);
  padding-bottom: 20px;
}

.calenderEventsSec .calendar .days .event {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fdc12a;
  box-shadow: 3px 8px 18px 0px rgba(0, 0, 0, 0.17);
}

/* award page */

.awardsOverviewTxtInner {
  max-height: 240px;
  overflow-y: auto;
  padding-right: 10px;
}

/* how to apply */

.stepSection .innerStep h4.stepName {
  display: inline-block;
}

.stepSecBtnRgt .moreBtn {
  font-weight: 500;
  padding: 8px 37px;
}

.stepSecBtnLft .moreBtn {
  padding: 8px 37px;
}

.stepSlider .slick-disabled {
  opacity: 0.5;
}

.noticeSideInner {
  position: relative;
  background: none;
}

.noticeSideInner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/notice-board/wrapped-page.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  z-index: 1;
}

.noticeSideCont {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

.pagination .page-numbers {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #d52228;
  color: #fff;
  border: 1px solid transparent;
}

/* campus life start */

.activitiesImg {
  height: 320px;
  border-radius: 30px 30px 0 0;
  border: 1px solid #f5af0078;
}

.kitchenFacilitiesSec .activitiesImg {
  height: auto;
}

.single-infrastructure .kitchenFacilitiesSec .activitiesImg {
  width: 100%;
  height: 400px;

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

.activitiesImg img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.campAccordBlock {
  padding-top: 30px;
}

.campWrap-Acc:not(:last-child) {
  margin-bottom: 25px;
}

.campWrapAcc-tittleBx {
  padding: 12px 10px;
  background-color: #d52228;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}

.campWrap-Acc-tittle.active .campWrapAcc-tittleBx {
  border-radius: 10px 10px 0px 0px;
}

.campWrapAcc-tittleBx h4 {
  color: #fff;
  font-size: 20px;
}

.campWrapAcc-arrow svg {
  color: #fff;
  font-size: 20px;
}

.campWrapAcc-cont {
  background-color: #fdf4de;
  padding: 25px 15px 80px;
  border-radius: 0px 0px 10px 10px;
}

.campWrapAcc-contSlider .slick-arrow {
  top: auto;
  bottom: -50px !important;
}

.campWrapAcc-contSlider .slick-prev {
  left: calc(50% - 50px);
}

.campWrapAcc-contSlider .slick-next {
  right: calc(50% - 40px);
}

.campusLife_3.mobView {
  display: none;
}

/* campus life end */

/* campus details start */

.single-campus .headerWrap.sticky {
  position: static;
}

/* course details start */

.single-course .bannerInnerImg {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 400px;
  border: 4px solid #fff;
  display: none;
}

.single-course .bannerInnerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-course .secHead {
  font-size: 48px;
  /* font-weight: 500; */
}

.single-course .courseOverviewSec .rightCon .secHead {
  padding-right: 0;
}

.single-course .courseOverviewSec .rightCon {
  gap: 0;
}

.single-course .courseOverviewSec .rightCon p:not(:last-child) {
  margin-bottom: 15px;
}

/* course details end */

/* contact us start */

.getrgt.registerSection .innerForm p {
  width: 100%;
}

.getrgt.registerSection .innerForm br {
  display: none;
}

.registerSection .right .innerForm .moreBtn {
  margin-top: 25px;
}

.registerSection .right .innerForm .moreBtn:hover {
  color: #d52228;
  border: 2px solid #d52228;
}

.getrgt.registerSection .right .innerForm .formInput,
.getrgt.registerSection .right .innerForm .formInput::placeholder {
  color: #333;
  font-weight: 400;
  font-family: "Lato", serif;
}

/* .page-template-contact-us .getrgt select.formInput {
  appearance: none;
  filter: brightness(0) invert(1);
  background: url(../images/down.png) no-repeat;
  background: url(../images/contact-arrow.png) no-repeat;
  background-position: 97%;
} */

.page-template-contact-us .getrgt option {
  color: #000;
}

.contact-tab-cont .secHead {
  margin-bottom: 10px;
}

/* .contGetInfoBx {
  background-color: #d52228;
  border-top: 12px solid #d52228;
  border-left: 12px solid #d52228;
  border-bottom: 12px solid #d52228;
} */

/* .page-template-contact-us .getrgt.registerSection::after {
  background-color: #d52228;
} */

.page-template-contact-us .getrgt.registerSection {
  border-radius: 30px 30px 30px 30px;
  position: relative;
  z-index: 2;
}

.page-template-contact-us .contGetInfoBx::before {
  right: 30px;
}

.contact-tab-sec.mobView {
  display: none;
}

.contWrapAcc-tittleBx {
  display: block;
  width: 100%;
  justify-content: space-between;
  background-color: #d52228;
  padding: 10px 12px;
  padding-right: 20px;
  position: relative;
  border-radius: 15px;
}

.contWrap-Acc-tittle.active .contWrapAcc-tittleBx {
  border-radius: 15px 15px 0px 0px;
}

.contWrapAcc-tittleBx h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: inherit;
}

.contWrapAcc-tittleBx::after {
  content: "\2b";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.contWrap-Acc-tittle.active .contWrapAcc-tittleBx::after {
  content: "\f068";
}

.contWrap-Acc:not(:last-child) {
  margin-bottom: 20px;
}

.contWrapAcc-cont {
  background-color: #f9ecec;
  padding: 30px 25px;
  border-radius: 0px 0px 15px 15px;
}

.contWrap-Acc:first-child .contWrapAcc-cont {
  display: block;
}

.contWrapAcc-cont {
  display: none;
}

.contWrapAcc-cont.active {
  display: block;
}

/* press release start */

.pressReleasePage .cards .innerCard .infoCon {
  max-height: 80px;
  overflow: hidden;
}

.innerCard .readBtn::after {
  width: 32px;
  height: 32px;
  right: 0;
  color: #000;
  background-color: #fff1ce;
}

.innerCard:hover .readBtn::after {
  color: #d52228;
}

.blog .cards .innerCard .infoCon {
  max-width: 90%;
}

/* blog page */

.blogListingPage .cards .innerCard {
  height: 490px;
}

.blogListingPage .cards .innerCard .infoCon {
  max-height: 84px;
  overflow: hidden;
}

.catList li a::before {
  top: 10px;
}

.single-post .blogDetailsInfo ul li::before {
  content: normal;
}

/* blog details page */

.commentWrap #comments {
  font-size: 18px;
}

.single-post .comment-respond .comment-form label .required {
  color: #c7070e;
}

/* scholarship page */

.mobileMeritAcc .slick-dots {
  bottom: -24px;
}

.page-template-scholarship .scholarShipSec3.testimonialSection {
  padding-top: 100px;
}

.page-template-scholarship .meritItemInner:hover {
  background-color: #FFCE54;
  border: 2px solid transparent;
}

.page-template-scholarship .meritItemInner:hover .dwnBtn a {
  border: 1px solid transparent;
  background-color: #fff;
  color: #D52228;
}

/* about us page */

.page-template-about-us-template .accSection {
  padding-bottom: 20px !important;
}

.contentTxt {
  height: 220px;
  overflow: hidden;
  transition: 0.6s;
  padding-right: 10px;
  max-height: auto !important;
}

.contentTxt.excerpt-visible {
  height: auto;
  overflow-y: visible;
}

.js-show-more-wrap {
  width: 100%;
  display: block;
  margin-top: 15px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.js-show-more-wrap.hidden:before {
  left: 0;
  right: 0;
  top: -75px;
  content: "";
  height: 70px;
  position: absolute;
  background: rgb(0, 0, 0);
  /* backdrop-filter: blur(2px); */
  border-radius: 0 0 10px 10px;
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255 , 255, 255, 0.8) 100%); */
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 15%,
      rgba(255, 255, 255, 0.5) 100%);
}

.js-show-more-wrap span {
  z-index: 1;
  width: 100%;
  margin: auto;
  height: 50px;
  max-width: 200px;
  line-height: 36px;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
  color: #fff !important;
  text-transform: capitalize;
  background-color: #d81921;
  border: 1px solid #d81921;
}

.js-show-more-wrap span:hover {
  color: #d81921 !important;
  background-color: #ffffff;
}

/* academic program start */

.page-template-academic-listing .body_nav {
  top: 0;
  z-index: 98;
  padding: 10px 0px;
}

.page-template-academic-listing .nav_list {
  justify-content: center;
}

.page-template-academic-listing .nav_list ul {
  width: 100%;
  justify-content: space-between;
  overflow-x: auto;
}

.page-template-academic-listing .nav_list ul::-webkit-scrollbar-thumb {
  background-color: #ff6b6b;
}

.page-template-academic-listing .nav_list ul li {
  white-space: nowrap;
}

.page-template-academic-listing .nav_list ul li a {
  display: block;
  color: #f5f5f5;
  text-align: center;
  font-family: "Isidora Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 0px;
}

.page-template-academic-listing .nav_list ul li.active::before {
  bottom: 0;
}

.page-template-academic-listing .heroSection.innerHero {
  padding-bottom: 0 !important;
}

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

#academic_02,
#academic_04 {
  background-color: #fdf4de;
}

.progDetSecBtm {
  padding-top: 10px;
  row-gap: 20px;
}

.acadProgCard {
  width: 100%;
  height: 420px;
  position: relative;
}

.acadProgCardFront {
  height: 100%;
}

.acadProgCardFrontInn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.acadProgImg {
  width: 100%;
  height: 330px;
  margin-bottom: 20px;
}

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

.acadProgBox {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
}

.acadProgBox h5 {
  color: #d71921;
  text-align: center;
  font-family: "Lato";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.acadProgCardInn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}

.acadProgCard:hover .acadProgCardInn {
  transform: rotateY(180deg);
}

.acadProgCardBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #d52228;
  transform: rotateY(180deg);
  height: 100%;
  overflow: hidden;
  padding: 10px 0px 10px 10px;
  opacity: 0;
  /* transition: all 0.3s ease-in-out; */
}

.acadProgCard:hover .acadProgCardBack {
  opacity: 1;
}

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

.acadProgCardBackInn {
  height: 100%;
  background-color: #fff3d6;
  padding: 30px 50px 30px 20px;
  border-radius: 30px;
}

#academic_02 .acadProgCardBackInn,
#academic_04 .acadProgCardBackInn {
  background-color: #fff;
}

.acadProgCardBackInn::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;
}

.acadProgCard:hover .acadProgCardBack::before {
  opacity: 1;
}

.acadProgCard:hover .acadProgCardBack::after {
  opacity: 1;
}

.acadProgCard:hover .acadProgCardBackInn::after {
  opacity: 1;
}

.acadProgCardBackInn {
  color: #fff;
  text-align: left;
}

.acadProgCardBackInn h6 {
  color: #d52228;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 15px;
}

.acadProgCardTxt {
  height: 260px;
  overflow-y: auto;
  padding-right: 10px;
}

.acadProgCardTxt p {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

/* .page-template-academic-listing .updateSection.commonFooter {
  margin-top: 100px;
} */

.page-template-academic-listing .headerWrap.sticky {
  position: static;
}

.acadProgImgRes {
  display: none;
  width: 300px;
  height: auto;
  margin: 0px auto;
  margin-bottom: 20px;
}

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

.page-template-templatesscholarship-php .updateSection {
  /* padding-top: 100px; */
}

.show-more-height {
  height: 200px;
  overflow: hidden;
}

.tagList.show-more-height {
  height: 210px;
  overflow: hidden;
}

.show-more {
  color: #cfcfcf;
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
  padding: 8px 20px;
  border: 1px solid #8b8b8b;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.5s;
}

.blogSidebar .show-more {
  margin-top: 20px;
}

.show-more:hover {
  background-color: #fff;
  color: #000;
}

/* .page-template-events-gallery .updateSection {
  padding-top: 100px;
} */
.accTxt ul {
  margin: 10px;
  padding-left: 15px;
}

.accTxt ul li {
  position: relative;
  padding-left: 10px;
}

.accTxt ul li:not(:last-child) {
  margin-bottom: 10px;
}

.accTxt ul li:before {
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  content: "";
  left: -5px;
  top: 10px;
}

/* academic program end */

/* privacy policy start */

.page-template-terms-and-conditions .heroSection.innerHero,
.page-template-privacy-policy .heroSection.innerHero {
  height: 70vh;
}

.privacySec p,
.privacySec ul,
.privacySec a,
.privacySec li,
.privacySec h5,
.privacySec h6 {
  font-family: "Lato", serif;
}

.privacySec a {
  color: #c7070e;
}

.privacyContTop {
  margin-bottom: 20px;
}

.privacySecCont ul li {
  margin-bottom: 30px;
}

.privacySecCont ul ul li {
  margin-bottom: 20px;
}

.privacySecCont ul li h5 {
  font-size: 25px;
  font-weight: 600;
  color: #9d0208;
  margin-bottom: 10px;
  line-height: 1.5;
}

.privacySecCont ul li ul {
  padding-left: 30px;
  padding-top: 15px;
}

.privacySecCont ul li ul h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.5;
}

.privacySecCont ul li li {
  padding-left: 25px;
  position: relative;
}

.privacySecCont ul li li::before {
  content: "\f101";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #9d0208;
}

/* privacy policy end */

.page-template-news-media .cards .innerCard .infoCon .eachInfo:last-child {
  width: 100% !important;
}

.page-template-news-media .cards .innerCard .infoCon {
  flex-wrap: wrap;
}

.page-template-news-media .cards .innerCard .infoCon .eachInfo p {
  white-space: nowrap;
}

.page-template-news-media .cards .innerCard .imgCon {
  height: 260px;
}

/* contact us start */

.direction_popup2 {
  display: none;
}

.direction_popup2 .sec_title h2 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 0;
  color: #121212;
  margin-bottom: 25px;
}

.direction_popup2.fancybox-content {
  background: #fff;
  margin: 0;
  max-width: 600px;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.direction_popup2.fancybox-content .content_inner .txt_wrap {
  height: auto;
  overflow: visible;
  /* padding-right: 20px; */
}

.direction_popup2 .contactInner,
.direction_popup2 .content_inner {
  background-color: #fff;
  border-radius: 5px;
}

.direction_popup2 .content_inner .txt_box {
  padding: 30px;
  border: 1px solid #ede8e6;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}

.direction_popup2 .fancybox-content .content_inner .txt_wrap {
  height: auto;
  overflow: visible;
}

.direction_popup2 .content_inner .txt_box h3 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.direction_popup2 .content_inner .txt_box h3:before {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 14px;
  height: 10px;
  background-color: #c7070e;
  transform: skew(-20deg, 0deg) rotate(35deg);
  content: "";
}

.direction_popup2 .img_box {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

.direction_popup2 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.direction_popup2 .direction_popup2 p {
  color: #818181;
}

.direction_popup2 .fancybox-button svg {
  top: 0;
  right: 15px;
}

/* on hover play */

.eachMessage {
  position: relative;
  height: 620px;
}

.student_speak_slider_itm {
  height: 100%;
  margin: 0 10px;
}

.student_video:hover .vdoWrap img {
  z-index: -1;
  display: none;
}

.student_video:hover .st_video {
  z-index: 1;
}

.student_video {
  height: 500px;
  position: relative;
}

.student_video iframe {
  position: relative;
  z-index: 1;
  transition: 0.6s;
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
  overflow: hidden;
}

.student_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  object-position: center center;
}

.student_video:hover .vdoWrap:before {
  opacity: 1;
}

.student_video img,
.student_video video {
  object-position: top center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.student_speak_slider_itm .video_overlay {
  position: relative;
  /* width: 70px;
  height: 70px; */
  /* padding: 20px; */
  /* bottom: 0; */
  text-align: center;
  /* line-height: 20px; */
  z-index: 1;
  left: 0;
  transition: 1s;
  color: #fff;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}

.student_speak_slider_itm .name {
  width: calc(100% - 70px);
  padding-right: 10px;
  font-weight: 600;
}

.student_speak_slider_itm .video_overlay a {
  width: 60px;
  height: 60px;
  color: #fff;
}

.student_speak_slider_itm:hover .video_overlay {
  transform: translateY(0px);
}

.vdoWrap {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.6s;
  height: 100%;
  overflow: hidden;
  background-color: #c1c1c1;
}

.vdoWrap:before {
  width: 94%;
  height: 97%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  border: 1px solid #ffffff8c;
  opacity: 0;
}

.student_video:before {
  width: 92%;
  height: 95%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgb(255 255 255 / 0.7);
  margin: auto;
  z-index: 0;
  display: none;
}

.student_video:hover:before {
  display: block;
}

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

.video_overlay {
  width: 70px;
  height: 70px;
  position: relative;
}

.play_btn.activePlay svg {
  opacity: 0;
}

.play_btn.activePlay::after {
  content: "\f04c";
  font-family: fontawesome;
  position: absolute;
  color: #d71921;
}

.play_btn.activePlay:hover::after {
  color: #fff;
}

/* Naac pages start */

/* peer student visit start */

.page-template-naac-peer-team-visit .secHead {
  text-align: center;
  margin-bottom: 20px;
}

.peerTeamSlider.cards .innerCard {
  height: 400px;
}

.peerTeamSlider.cards .peerTeamCard .imgCon {
  position: relative;
}

.peerTeamSlider.cards .peerTeamCard .imgCon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(194, 194, 194, 0.3);
  z-index: 1;
}

.peerTeamSlider.cards .peerTeamCard .imgConIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d52228;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0.5;
  transition: all 0.5s;
}

.peerTeamSlider.cards .peerTeamCard .imgConIcon svg {
  font-size: 30px;
  color: #fff;
}

.peerTeamSlider.cards .innerCard .infoCon {
  z-index: 2;
}

.peerTeamSlider.cards .peerTeamCard:hover .imgConIcon {
  opacity: 1;
}

.tableWrapDiv {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}

.tableWrap {
  width: 100%;
  border: 1px solid #000;
}

.tableWrap th,
.tableWrap tr:first-child td {
  font-weight: 600;
}

.tableWrap td,
.tableWrap th {
  padding: 8px 12px;
}

.tableWrap tr {
  border-bottom: 1px solid #000;
}

.tableWrap td:not(:last-child),
.tableWrap th:not(:last-child) {
  border-right: 1px solid #000;
}

.naacTablePgCont strong {
  font-size: 17px;
}

.naacTablePgCont p,
.naacTablePgCont li,
.naacTablePgCont td,
.naacTablePgCont th,
.naacTablePgCont a {
  margin-bottom: 12px;
  font-size: 16px;
}

.naacTablePgCont ul li {
  padding-left: 20px;
  position: relative;
  font-weight: 600;
}

.naacTablePgCont ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #9d0208;
  top: 7px;
  left: 0;
}

.naacImgWrap {
  margin-left: -3px;
  margin-right: 10px;
  /* width: 600px; */
  width: calc(33.33% - 10px);
  height: 100%;
  margin-bottom: 30px;
  display: inline-block;
}

.naacImgWrap img {
  width: 100%;
  height: 100%;
}

.naacSubsecHead {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}

.naacTablePgCont a {
  color: #c7070e;
  word-break: break-all;
}

.naacTopHead {
  text-align: center;
  margin-bottom: 30px;
}

/* Naac pages end */

/* notice board start */

.page-template-notice-board .noticeListItem {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.page-template-notice-board .noticeListItem:hover {
  background-color: #FDF4DE;
}

.page-template-notice-board .noticeListItem .noticeTxt span.noticeDate {
  color: #000;
}

.page-template-notice-board .noticeListItem .noticeTitle a {
  color: #d52228;
  transition: all 0.5s;
  text-decoration: none;
}

.page-template-notice-board .noticeListItem:hover .noticeTitle a {
  text-decoration: none !important;
}

.page-template-notice-board .noticeSidebar {
  position: relative;
  z-index: 1;
}

/* notice board end */

/* academic calender start */

.page-template-academic-calendar .eventContent .eachBox {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.page-template-academic-calendar .eventContent .eachBox:hover {
  background-color: #FDF4DE;
}

.page-template-academic-calendar .eventContent .eachBox .textCon .date {
  color: #000;
}

.page-template-academic-calendar .eventContent .eachBox .textCon p a {
  color: #d52228;
  transition: all 0.5s;
  text-decoration: none !important;
}

.page-template-academic-calendar .eventContent .eachBox .textCon a {
  color: #000;
}

.page-template-academic-calendar .eventContent .eachBox .textCon a img {
  filter: none;
}

.faqPage .acc-content .accTxt a {
  color: #d52228;
}

.faqCourseLst {
  padding: 10px 0px;
}

.home .infraSlider .slick-dots li.slick-active button {
  background-color: #ffb600;
}

/* thank you page */

.thankYouSecInn {
  text-align: center;
}

.thankYouTxt {
  position: relative;
  text-align: center;
}

.thankYouTxt h2 {
  width: 100%;
  /* color: white; */
  font-size: 100px;
  margin: 0;
  display: flex;
  justify-content: center;
}

.thankYouTxt h2.first {
  color: transparent;
  -webkit-text-stroke: 2px #c7070e;
}

.thankYouTxt h2.second {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #c7070e;
  -webkit-text-stroke: 2px #c7070e;
  animation: waves 4s ease-in-out infinite;
}

@keyframes waves {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.thankYouSecInn p {
  margin: 10px 0px 40px;
  font-size: 20px;
}

/* scroll to top button */

.scrollToTopBtn {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 99;
  display: none;
  cursor: pointer;
}

.scrollToTopBtn .iconCon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  background-color: #ffb600;
  border-radius: 50% 50% 0 0;
  position: absolute;
  bottom: 0;
  right: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.scrollToTopBtn .icon {
  height: 35px;
  width: 35px;
  background-color: #E7A500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  animation: mover 1s infinite alternate;
}

.scrollToTopBtn .icon svg {
  font-size: 20px;
  color: #000;
}

@keyframes mover {
  0% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(-3px);
  }
}

/* press release start */

.newPressSec {
  .pressCard {
    margin-bottom: 30px;
    box-shadow: 5px 5px 10px 0px rgb(0,0,0, 0.5);
    border-radius: 20px;
    overflow: hidden;

    .pressImg {
      width: 100%;
      height: 500px;

      a {
        display: block;
        width: 100%;
        height: 100%;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: top left;
          transition: all 0.5s;
        }
      }
    }

    &:hover{
      .pressImg{
        a{
          img{
            transform: scale(1.05);
          }
        }
      }
    }
  }
}

.page-template-press-release .fancybox-button svg {
  color: #D52228;
  height: auto;
  width: auto;
  position: static;
}

.page-template-faq .blogSection{
  padding-bottom: 0;
}
