/*  */

/* Developed by Developer-X */

/*  */

@font-face {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: local('Helvetica');
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header {
  background: #fff;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 56px;
  gap: 30px;
  /* width: 90%; */
}

.top-icons {
  justify-content: flex-start;
}

.top-contacts {
  justify-content: flex-end;
}

.top-icons,
.top-contacts {
  display: flex;
  align-items: center;
  gap: 30px;
}

.single-top-icon {
  text-decoration: none;
  display: inline-block;
  color: #4e525f;
  font-size: 14px;
}

.bottom-header {
  background: #4e525f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 50px;
}

.logo-mobile-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

.mobile-icon-section {
  display: none;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
}

.mobile-icon-section span {
  display: block;
  width: 25px;
  height: 10px;
  border-top: 2px solid #eee;
}

.logo-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 60px;
}

.header-text {
  color: #d4cb9b;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  text-align: center;
  width: 270px;
  font-weight: normal;
}

.menu-mobile-close-icon {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-menu-close-section {
  display: none;
}

.menu-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.single-menu-item {
  padding: 14px 15px;
  color: #fff;
  background-color: #7283981c;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  transition: all 0.8s ease-out;
}

.register-link {
  background: #429ffd;
  padding: 8px;
  margin-top: -5px;
  margin-bottom: -5px;
  color: #fff;
}

.single-menu-item.active,
.single-menu-item:hover {
  color: #666;
  background-color: #f5f5f5;
  text-decoration: none;
}


.marquee-section marquee {
  padding: 5px 0;
}

.marquee-section a {
  color: #b0d267;
}

.news-section, .journals-section {
  background: #f2f3f7;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.main-text {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #333;
  text-align: center;
}

.news-main-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.news-main {
  width: 50%;
  background: #fff;
}

.date-section {
  display: flex;
  flex-direction: column;
  width: 37px;
  position: absolute;
  margin-left: 30px;
  justify-content: center;
  align-items: center;
}

.day {
  font-size: 24px;
  position: relative;
  padding: 5px 10px;
  color: #fff;
  background: #429ffd;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.month {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  color: gray;
  background: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.news-main-image {
  width: 100%;
  max-height: 500px;
  height: auto;
}

.news-main-info-section {
  padding: 20px;
  color: #272626;
}

.news-author-section {
  display: flex;
  align-items: center;
  gap: 5px;
}

.description {
  color: #333;
  font-size: 14px;
  margin: 0;
}

.author {
  font-size: 14px;
  margin: 0;
}

.news-info {
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  width: 100%;

  /* this code clamps based on specified lines */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.news-main .news-info {
  width: 100%;

  /* this code clamps based on specified lines */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
}

.news-details-section .news-desc {
  width: 100%;

  /* this code clamps based on specified lines */
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.4;
  text-align: initial;
}

.download-read {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  gap: 30px;
}

.read-news,
.download-btn {
  color: #429ffd;
  outline: none;
  text-decoration: none;
}

.read-news:hover,
.download-btn:hover {
  text-decoration: underline;
}

.news-related {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.related-info-section {
  color: #272626;
}

.more-news-section {
  margin-top: 20px;
}

.related-image {
  width: 100%;
  max-height: 100px;
  height: auto;
}

.single-related-news {
  display: flex;

  /* justify-content: space-between; */

  /* align-items: center; */
  gap: 39px 20px;
  background: #fff;
  padding: 20px;
}

.related-image-section {
  width: 30%;
}

.more-news-link {
  outline: none;
  text-decoration: none;
  background: #429ffd;
  padding: 7px 15px;
  border-radius: 3px;
  color: #fff;
}

.what-we-offer-section {
  padding: 80px 50px;
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  gap: 20px;
  background: url('../assets/other/hitl-bac.webp');
    background-position: center;
    background-attachment: fixed;
}

.single-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f2f3f7;
  padding: 30px;
  border-radius: 3px;
  width: 25%;
}

.offer-head {
  margin-top: -52px;
}

.offer-content {
  color: #404040;
}

.offer-topic {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.home-about-section {
  background: #f2f3f7;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.home-about-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.about-director {
  width: 100%;
  height: auto;
}

.about-info-section {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.about-title {
  font-size: 25px;
  color: #429ffd;
}

.welcome-text {
  background: #fff;
  padding: 20px;
  line-height: 1.5;
  color: #272626;
}

.dir-title {
  display: flex;
  align-items: center;
}

.dir-title-main {
  color: #5b5959
}

.director-info {
  font-family: cursive;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.read-more-btn {
  /* color: #429ffd; */
  outline: none;
  text-decoration: none;
  background: #429ffd;
  padding: 7px 15px;
  border-radius: 3px;
  color: #fff;
}

.students-section {
  padding: 80px 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.more-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-student {
  text-decoration: none;
  background: #1e2434;
  font-size: 17px;
  padding: 7px 9px;
  border-radius: 2px;
  color: #fff;
}

.students-videos-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}

.about-director-other {
  display: none;
}

.single-video-card {
  width: 30%;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  border-radius: 5px;
  background: #1e2434;
}

iframe {
  border: none;
  outline: none;
  width: 100%;
  border-radius: 5px;
  height: 250px;
}

.video-desc {
  padding: 5px 15px;
}

.video-text {
  color: #e7e7e7;
}

.student-activity-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.single-student-activity {
  width: 30%;
  background: #1e2434;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.single-student-activity .offer-section-shape {
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  position: relative;
}

.single-student-activity .offer-section-shape::before {
  border-top: 3px solid #fff;
}

.activity-image {
  width: 100%;
  /* height: 250px; */
}

.activity-info-section {
  padding: 5px 15px;
  color: #d3d3d3;
  margin-top: -1px;
}

.actitity-title {
  text-align: center;
}

.activity-desc {
  line-height: 1.5;
  color: #d3d3d3;
}

.testimonial-section {
  background-image: url('../assets/other/backgroung.webp');
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  z-index: -1;
  opacity: 0.5;
}

.footer {
  color: #fff;
  background-color: #1e2434;
  padding: 50px 80px;
  font-size: 14px;
}

.footer-container {
  background: url('../assets/other/footer_background.webp');
  background-repeat: no-repeat;
  background-position: center;
}

.footer-head {
  font-size: 22px;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ccc;
  line-height: normal;
  border-bottom: 1px dashed #ccc;
}

.footer-head-section {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
}

.quick-links {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
}

.footer-link,
.footer-contact-link {
  text-decoration: none;
  color: #9ca7c0;
  font-size: 15px;
}

.single-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-footer-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.follow-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.single-follow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #858b9b30;
  font-size: 22px;
  margin: 5px;
  text-decoration: none;
  padding: 12px;
  color: grey;
}

/* .single-follow-link:nth-child(1) {
    background: #4a6d9d;
  } */

.footer-bottom-section {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px 0 0 0;
  padding: 20px 0 0 0;
  font-size: 12px;
  border-top: 1px dashed #666;
  margin-bottom: -50px;
  flex-direction: column;
}

.copyright-text {
  text-align: center;
}

.go-to-top-section {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #141925b3;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.go-to-top {
  padding: 20px;
  color: #fff;
}

.inquiry-section {
  position: fixed;
  height: 100vh;
  background: #1e2434;
  width: 100%;
  top: 0;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  display: none;
  bottom: 0;
}

.news-details-section {
  background: #1e2434;
  width: 100%;
  top: 0;
  padding: 50px;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

.show-inquire {
  display: block;
}

.show-news {
  display: block;
}

.inquiry-btn-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.inquiry-btn-close,
.news-details-btn-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.inquiry-container {
  width: 70%;
  overflow-y: auto;
  height: 100%;
  margin: 0 auto;
}

.inquiry-head-form {
  background: #fff;
  border-radius: 5px;
  padding: 50px 45px;
  text-align: center;
  margin-top: 25px;
}

.inquiry-head-section {
  color: #1e2434;
  font-size: 23px;
}

.inquiry-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
}

.names-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.input {
  font-size: 20px;
  padding: 5px;
  border: none;
  border-bottom: 2px solid #5a5959;
  width: 100%;
}

.input:focus,
.input:valid {
  outline: none;
  border-bottom: 2px solid #429ffd;
}

.input::placeholder {
  font-size: 16px;
}

.submit-btn {
  display: flex;
  align-self: center;
  background: #1e2434;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 3px;
  cursor: pointer;
}

.contact-text {
  font-size: 17px;
  color: #484646;
}

.news-details {
  background: #fff;
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.inquiry-container::-webkit-scrollbar {
  display: none;
}

.news-details-image {
  width: 100%;
  max-height: 500px;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.news-details-info {
  padding: 20px;
  text-align: center;
  color: #272626;
}

.news-details-info .news-date {
  font-size: 13px;
  text-align: initial;
}

.news-details-section .news-date {
  background: #1e2434;
  width: max-content;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

.about-us-main-section {
  display: flex;
  padding: 30px 50px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.about-us-image {
  width: 100%;
  height: auto;
}

.about-us-image-section {
  width: 40%;
}

.about-us-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
}

.about-us-title {
  text-align: center;
  color: #b4a970;
  font-size: 25px;
}

.about-us-desc {
  color: #353232;
  line-height: 1.7;
  text-align: justify;
}

.departments-main-section {
  padding: 50px 80px;
  color: #333;
}

.departments-title {
  text-align: center;
  font-size: 25px;
}

.single-department-info-section {
  width: 50%;
  background: #f2f3f7;
  padding: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857;
  color: #333;
  padding-bottom: 0;
}

/* .single-department-title {
    text-align: center;
  } */

.department-image {
  width: 100%;
  height: auto;
}

.all-programs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.single-department {
  display: flex;
  width: 100%;
  align-items: flex-start;
  background: #f2f3f7;
}

.single-department:nth-child(odd) {
  flex-direction: row-reverse;
}

.departments-desc {
  text-align: center;
}

.single-department-admission-requirement {
  display: flex;
  flex-direction: column;
  background: #f2f3f7;
}

.admission-requirement-btn {
  font-size: 17px;
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid grey;
  width: max-content;
  margin: 0 auto;
  background: #3c454d;
  color: #fff;
}

.admission-requirement-title {
  color: #333;
  font-size: 22px;
  text-align: center;
}

.department-admission-requirement {
  /* position: absolute;
    width: 80%; */
  margin-top: 32px;
  background: #f2f3f7;
  left: 10%;
  padding: 20px;
  margin-top: -146px;
  z-index: -1;
}

.admission-req {
  display: none;
}

.admission-req-show {
  display: block;
  animation: show 2s ease-in-out;
}

.show-admission {
  margin-top: 32px;
  animation: show 2s ease-in-out;
}

.admission-delay {
  z-index: 1;
}

.admission-requirement-btn-hide {
  display: none;
}

@keyframes show {
  0% {
    margin-top: -146px;
  }

  /*
    50% {
      z-index: 1;
    } */

  100% {
    margin-top: 32px;
    height: max-content;
    display: block;
  }
}

.top-management-section {
  padding: 50px 80px;
}

.top-management-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-management-title {
  border-bottom: 1px dashed lightseagreen;
  width: max-content;
  color: lightseagreen;
  padding-bottom: 5px;
  text-align: center;
  font-size: 25px;
}

.all-top-management {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
}

.single-top-management {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 40%;
}

.single-top-management-image-section {
  overflow: hidden;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border: 1px solid #9baeb0;
}

.single-top-management-image {
  background-color: lightgrey;
  border: 0;
  width: 160px;
}

.image-border {
  overflow: hidden;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  margin: 9px auto;
}

.single-top-management-info {
  display: flex;
  flex-direction: column;
  width: 51%;
}

.staff-position {
  border-bottom: 1px dashed lightseagreen;
  color: lightseagreen;
  padding-bottom: 5px;
  margin: 0;
}

.staff-name {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #1e2b2d;
}

.staff-profile {
  font-size: 15px;
  color: #333;
  line-height: 1.3;
}

.partners-section {
  padding: 50px 70px;
}

.partners-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
  gap: 30px;
}

.single-partner {
  width: 10%;
}

.main-news-section {
  padding: 50px 70px;
}

.all-news {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.all-news .news-main {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  width: 30%;
}

.main-news-section .news-main-image {
  max-height: 300px;
}

.footer-main {
  width: 30%;
}

.panel-body {
  padding: 20px 50px;
}

.footer-about {
  line-height: 1.8;
}

.student-credentials-section {
  padding: 50px 70px;
  color: #fff;
}

.student-credentials-container {
  width: 60%;
  background: #1e2434;
  border-radius: 5px;
  padding: 30px;
  margin: 0 auto;
}

.credentials-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.credentials-text {
  font-weight: normal;
}

.credentials-image {
  width: 90px;
}

.credentials-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  width: 90%;
  margin: 0 auto;
}

.single-credentials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.credentials-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

.credentials-input:valid,
.credentials-input:focus {
  border-bottom: 1px solid #b4a970;
}

.credentials-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.credentials-btn {
  font-size: 16px;
  border: none;
  padding: 10px 16px;
  border-radius: 3px;
  background: #515561;
  color: #fff;
  cursor: pointer;
}

.credentials-other-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.credentials-other-links {
  font-size: 15px;
  color: #e3e3e3;
}

.credential-hidden {
  display: none;
}

.table-section {
  padding: 30px;
}

.table-container {
  border: 1px solid #ddd;
  padding: 20px;
  width: 90%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto;
}

.table-container::-webkit-scrollbar {
  display: none;
}

.table {
  width: 100%;

  /* margin-bottom: 15px; */
  margin: 0 auto;
  border-collapse: collapse;
}

.table-head .table-row {
  color: #4a4242;
}

.table-row th {
  border: 1px solid #ddd;
  padding: 20px;
  white-space: nowrap;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-body td {
  border: 1px solid #ddd;
  font-size: 16px;
  color: #222020;
  padding: 10px;
  line-height: 1.3;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-body tr:nth-child(odd) {
  background: #f9f9f9;
}

/* .submit-response-section {
    margin: 20px auto;
    font-size: 15px;
  } */

.response-section-success {
  position: fixed;
  top: 27px;
  background: #429ffd;
  width: 70%;

  /* margin: 0 auto; */
  display: flex;

  /* flex-direction: column; */
  left: 15%;
  padding: 10px 20px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 40px;
  z-index: 10;
  color: #fff;
  border-radius: 3px;
  animation: slide 1.5s ease-in-out;
}

.response-section-error {
  background: #c51010e8;
  z-index: 10;
  position: fixed;
  top: 27px;
  width: 70%;

  /* margin: 0 auto; */
  display: flex;

  /* flex-direction: column; */
  left: 15%;
  padding: 10px 20px;
  flex-direction: row-reverse;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 3px;
  animation: slide 1.5s ease-in-out;
}

.quick-links-news {
  display: flex;
  gap: 30px;
}

.footer-news-img {
  width: 50px;
}

.single-footer-news {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
}

.footer-news-desc {
  margin: 0 0 5px 0;
  color: #97a2bb;
  font-size: 12px;
}

.footer-news-main a {
  text-decoration: none;
  color: inherit;
}

.input-element {
  display: flex;
  justify-content: flex-end;
}

@keyframes slide {
  0% {
    top: 55px;
    left: -300px;
  }

  100% {
    top: 27px;
    left: 20%;
  }
}

.hide-response {
  display: none;
}

.hide-admission {
  display: none;
}

.response-btn {
  font-size: 20px;
  cursor: pointer;
}

.response-success {
  text-align: center;
}

.locate-us-section {
  padding: 50px 70px;
  color: #fff;
}

.locate-us-container {
  display: flex;

  /* justify-content: center; */
  align-items: center;
  background: #1e2434;
  border-radius: 5px;
}

.locate-us-map-section {
  width: 60%;
}

.locate-us-map-section iframe {
  height: 350px;
  margin-bottom: -4px;
}

.locate-us-info-section {
  padding: 30px;
}

.location-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.locate-us-inquire-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.locate-us-contact {
  border: none;
  font-size: 17px;
  padding: 10px 10px;
  border-radius: 3px;
  color: #1e2434;
  cursor: pointer;
}

.locate-us-location,
.locate-us-email {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
}


/* test */

/* .single-partner {
    position: absolute;
  } */

.home-what-we-offer-section {
  padding: 80px 50px;
  padding-bottom: 0;
  background: #1e2434;
  /* padding-bottom: 20px; */
}

.what-we-offer-head .main-text {
  color: #fafafa !important;
}

.what-we-offer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}

.single-what-we-offer {
  width: 15%;
}

.what-we-offer-image {
  width: 100%;
}

.what-we-offer-title {
  color: #d6d6d6;
  text-align: center;
}

.what-we-offer-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 30px;
}

.what-we-offer-links {
  outline: none;
  text-decoration: none;
  background: #ededed;
  padding: 7px 15px;
  border-radius: 3px;
  color: #1e2434;
}

/* .section-shape {
  background-image: radial-gradient(120% 120px at 50% -30px, #1e2434 75%, #ffffff00 75%);
  width: 100%;
  height: 60px;
} */
.about-section-shape {
  width: 100%;
  height: 45px;
  background-color: #f2f3f7;
  position: relative;
}

.about-section-shape:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f3f7;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: scaleY(1.5);
  height: 60px;
}

.offer-section-shape {
  width: 100%;
  height: 45px;
  background-color: #1e2434;
  position: relative;
}

.offer-section-shape:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1e2434;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: scaleY(1.5);
  height: 60px;
}

.chat-section {
  position: fixed;
  bottom: 90px;
  right: 30px;
  /* background: #141925b3;
  border-radius: 50%;
  height: 50px;
  width: 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  max-width: 35%;
}

.chat-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chat-close-btn-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.chat-close-btn {
  background: none;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  border: none;

}

.chat-show-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #429ffd;
  cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    padding: 5px;
}

.chat-main-section {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4e525f;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
}

.chat-num {
  position: absolute;
  top: -18px;
  right: 10px;
  background: #35ff2e;
  padding: 3px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  color: #fff;
}

.show-main {
  display: flex;
}

.chat-position {
 position: relative;
}

.chat-fixed {
  max-height: 70%;
  position: fixed;
  top: 90px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  max-width: 35%;
  overflow-y: auto;
}

.chat-main-section::-webkit-scrollbar {
  display: none;
}

.hide-btn {
  display: none;
}

.chat-header-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.chat-header {
  font-size: 20px;
  margin: 0;
}

.chat-description {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.chat-main {
  background: #767676;
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden;
}

.chat-main::-webkit-scrollbar {
  /* display: none; */
  background: #4e525f;
  color: #fff;
}

.chat-form {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.chat-input-section {
  background: #fff;
  padding: 10px;
}

.chat-submit {
  border: none;
  color: #fff;
  background: #4e525f;
  font-size: 16px;
  padding: 5px 7px;
  border-radius: 3px;
  cursor: pointer;
}

.chat-question-section {
  background: #858593;
  border-radius: 6px;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 5px;
}

.chat-question-icon-section {
  background: #bcbacd;
  padding: 2px;
  height: max-content;
}

.chat-question-icon {
  width: 37px;
}

.chat-response, .chat-question {
  font-size: 14px;
  line-height: 1.4;
}

.chat-icon {
  width: 50px;
}

.chat-response-section {
  padding: 10px;
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  gap: 20px;
  /* width: 100%; */
}

.chat-response {

}


.chat-input {
    border: none;
    outline: none;
    overflow-y: hidden;
    border-radius: 3px;
    font-size: 18px;
    width: 100%;
}

.entrance-container {
  background: #1a244e;
  width: 80%;
  margin: 30px auto;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: justify;
}

.entrance-link {
  text-decoration: none;
  background: #efefef;
  color: #292854;
  padding: 15px 20px;
  border-radius: 43px;
  margin: 20px;
  margin: 0 auto;
  position: relative;
  animation: moveUpDown 2s infinite;
}

@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* .slide-content .caption::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #960596 0%, #960596 100%);
  width: 50px;
  height: 50px;
  border-radius: 138px 0 12px 0;
  transition: 0.5s;
} */

.entrance-title {
  font-size: 30px;
  font-family: fangsong;
  color: #939392;
  text-align: center;
}

.entrance-text {
  font-size: 19px;
  font-family: fangsong;
  color: #d3d3d3;
  line-height: 1.3;
}

.response-success a {
  color: #2842c3;
  text-decoration: none;
}

.web-dev {
  font-size: 11px;
  color: #97a2af;
}

.partners-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.copyright-text-other {
  margin-top: 0;
}

.copyright-text a {
  text-decoration: none;
  color: inherit;
}

.show-hide-pass {
  position: absolute;
  margin-left: -20px;
  margin-top: 15px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-webkit-text-security {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}


.all-articles-link {
  text-decoration: none;
  color: #fff;
  background: #ffb300;
  padding: 15px 37px;
  border-radius: 3px;
  align-self: center;
}

/* .journals-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
} */

.journals-section {
  background: transparent !important;
}

.all-articles {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  /* flex-direction: column; */
  flex-wrap: wrap;
}

.single-article {
  display: flex;
  width: 45%;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 28px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  padding: 0 10px 10px 10px;
  background: #f6f6f6;
}

.views-section, .article-author {
  display: flex;
  color: #282828;
  gap: 5px;
  font-size: 13px;
}


.article-image-section {
  width: 35%;
  height: 160px;
}

.article-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.article-link {
  text-decoration: none;
  color: #fff;
  background: grey;
  padding: 5px 10px;
  border-radius: 3px;
}

.partners-container[data-animate="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.partners-container[data-animate="true"] .partners-main {
  animation: scroll  var(--_animation-duration, 40s)
  var(--_animation-direction, forwards) linear infinite;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem))
  }
}

@media screen and (max-width: 768px) {
  .top-header {
    padding: 5px 20px;
    padding-right: 0 !important;
    gap: 25px;
  }

  .top-contacts,
  .top-icons {
    gap: 10px;
  }

  .top-icons {
    width: 30%;
  }

  .single-top-icon {
    font-size: 10px;
    display: flex;
    flex-wrap: nowrap;
  }

  .logo-section {
    z-index: 3;
    width: 85%;
  }

  .bottom-header {
    flex-direction: column;
    padding: 5px 20px;
  }

  .logo-mobile-icon {
    width: 100%;
  }

  .mobile-icon-section {
    display: block;
  }

  .menu-mobile-close-icon {
    background: #4e525f;
    margin-top: 16px;
    left: -900px;
    position: absolute;
    transition: 950ms;
    z-index: 2;
    height: 100vh;
  }

  .menu-show {
    left: 0;
    transition: 350ms;
    max-height: 100vh;
    overflow-y: auto;
  }

  .fixed-body {
    position: fixed;
    width: -webkit-fill-available;
  }

  .mobile-menu-close-section {
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    margin-right: 15px;
  }

  .menu-items {
    flex-direction: column;
    padding-top: 70px;
  }

  .single-menu-item {
    width: 60%;
    text-align: center;
  }

  .all-news .news-main {
    width: 100%;
  }

  .news-main-section {
    flex-direction: column;
  }

  .news-main,
  .news-related {
    width: 100%;
  }

  .more-news-section {
    text-align: center;
  }

  .what-we-offer-section {
    flex-direction: column;
    gap: 40px;
  }

  .single-offer {
    width: 80%;
  }

  .about-image-section {
    display: none;
  }

  .about-director-other {
    display: block;
    width: 100%;
    height: auto;
  }

  .about-info-section {
    width: 100%;
  }

  .students-videos-section {
    flex-direction: column;
  }

  .single-video-card {
    width: 100%;
  }

  .student-activity-section {
    flex-direction: column;
    margin-top: 30px;
  }

  .single-student-activity {
    width: 100%;
  }

  .footer-head-section {
    flex-direction: column;
  }

  .inquiry-section,
  .news-details-section {
    padding: 0;
  }

  .inquiry-container {
    width: 90%;
  }

  .names-section {
    flex-direction: column;
  }

  .single-partner {
    width: 44%;
  }

  .departments-main-section {
    padding: 50px 30px;
  }

  .single-department-image-section {
    display: none;
  }

  .single-department-info-section {
    width: 100%;
  }

  .footer-main {
    width: 100%;
  }

  .about-us-main-section {
    flex-direction: column;
    padding: 20px;
  }

  .about-us-image-section {
    width: 100%;
  }

  .about-us-info {
    width: 100%;
  }

  .top-management-section {
    padding: 20px;
  }

  .all-top-management {
    flex-direction: column;
  }

  .single-top-management {
    width: 100%;
  }

  .main-news-section {
    padding: 20px;
  }

  .student-credentials-section {
    padding: 50px 30px;
  }

  .student-credentials-container {
    width: 80%;
  }

  .credentials-text {
    font-size: 22px;
    text-align: center;
  }

  .credential-hidden {
    display: block;
  }

  .response-section-error,
  .response-section-success {
    width: 90%;
    left: auto;
    z-index: 10;
    margin: 0 auto;
    right: auto;
  }

  .locate-us-section {
    padding: 50px 30px;
  }

  .locate-us-container {
    flex-direction: column;
  }

  .locate-us-map-section {
    width: 100%;
  }

  .single-what-we-offer {
    width: 40%;
  }

  .what-we-offer-more {
    flex-direction: column;
  }

  .admission-requirement-btn {
    margin-bottom: 35px;
  }

  .chat-fixed {
    max-height: 90%;
    max-width: 65%;
  }

  .quick-links-news {
    flex-direction: column;
    gap: 0;
  }

  .single-article {
    width: 100%;
    flex-direction: column;
    align-items: center;
    /* padding-bottom: 20px; */
    gap: 0;
    padding: 0 0 15px 0;
  }

  .article-image-section {
    width: 100%;
}
}
