.menu-nav,
.navbar-wrap ul {
  flex-wrap: unset;
}

.navbar-wrap ul li a {
  display: flex ! important;
}

h2 {
  font-size: 26px;
}

a,
a:hover {
  color: #000;
}

.btn:before {
  background: transparent;
}

.about-content-eight>p {
  text-align: justify;
}

.breadcrumb-bg {
  padding: 60px 0 60px;
}

.view-btnn {
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin: 34px auto 0;
  font-size: 16px;
  background: linear-gradient(135deg, #ffc107, #df423a);
}

.request-area-two {
  background-image: linear-gradient(to right, #fff, #ffc107) !important;
}

.course-footer a {
  background: #ffc107;
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 4px;
  color: white;
}

.coordinate-a {
  display: flex;
  align-items: center;
  justify-content: unset;
}

.coordinate-a a {
  margin: 0 !important;
  background: transparent !important;
  color: #ffc107 !important;
  padding: 0 8px !important;
  font-weight: 800;
  text-decoration: underline;
}

.custom-center-a {
  justify-content: center !important;
}

.idp-section .annual-report {
  background: #ffc107;
  padding: 8px 12px;
  text-align: center;
  margin-top: 24px;
  border-radius: 10px;
  font-size: 16px;
}

.idp-section .annual-report a {
  background: white;
  padding: 5px 8px;
  margin-left: 4px;
}

.file-list {
  margin: 16px auto 0 !important;
  padding: 2px 10px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
}

.visit-a {
  margin: 0 !important;
  padding: 2px 10px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
}

.download-links ul li a {
  border-radius: 4px;
  margin: 14px 0;
  padding: 5px 10px;
}

.download-links ul li::marker {
  color: #ffc107;
}

.right-borderbox {
  border-left: 5px solid #ffc107 !important;
  border-top: 0 !important;
}

.affiliation-box a {
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin: 34px auto 0;
  font-size: 16px;
  background: linear-gradient(135deg, #ffc107, #df423a);
}

.letters-container {
  max-width: 100%;
  margin: 60px auto;
  background-color: #f1f3f5;
  border-radius: 20px;
  padding: 50px 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.letters-container h2 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #212529;
}

.letters-container p {
  text-align: center;
  color: #6c757d;
  max-width: 800px;
  margin: 10px auto 40px;
}

.letter-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  position: relative;
  border-left: 5px solid #ffc107;
  transition: transform 0.2s ease;
}

.letter-card:hover {
  transform: translateY(-3px);
}

.letter-year {
  font-weight: 700;
  font-size: 18px;
  color: #212529;
  margin-bottom: 15px;
}

.download-btn {
  background-color: #ffc107;
  color: white;
  border: none;
  padding: 8px 22px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 999px;
  transition: background 0.3s ease;
}

.download-btn:hover {
  background-color: black;
  color: white;
}

.affiliation-box h5 {
  font-size: 20px;
}

.announcements-section {
  background-image: linear-gradient(to top, #000000, #dc3128);
  padding-bottom: 100px;
  padding-top: 120px;
  color: #fff;
}

.announcement-title {
  font-size: 36px;
  color: white;
}

.small-line {
  width: 80px;
  height: 3px;
  background: #ffc107;
  margin-top: 5px;
}

.glass-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
}

.icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #12c49c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: none;
}

.news-scroll {
  max-height: 176px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Notice Items */
.notice-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #eafff8;
  border-left: 4px solid #ffc107;
}

.notice-item .date {
  display: block;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 3px;
}

/* Scrollbar */
.news-scroll::-webkit-scrollbar {
  width: 6px;
}

.news-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}

.news-scroll::-webkit-scrollbar-thumb {
  background: #ffc107;
  border-radius: 10px;
}

.affiliation-wrapper {
  max-width: 100%;
  margin: 60px auto;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.affiliation-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.underline-green {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #ffc107, #df423a);
  border-radius: 4px;
  margin: 0 auto 30px auto;
}

.affiliation-box {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 15px;
  padding: 30px 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
  border-top: 4px solid #ffc107;
  height: 100%;
}

.affiliation-box ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}

.affiliation-box li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.affiliation-box li strong {
  color: #000;
}

/* affilation end */
.conclusion-section {
  background-color: #fff;
  padding: 60px 0;
}

.conclusion-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #0b1f38;
  margin-bottom: 10px;
}

.conclusion-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #ffc107, #df423a);
  margin: 8px auto 20px;
  border-radius: 3px;
}

.conclusion-text {
  text-align: center;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 950px;
  margin: 0 auto;
}

.Awards-section {
  padding: 80px 20px;
  background-image: url("https://saraswaticollegehisar.com/storage/saraswati/new-image/team-background.jpg");
  background-repeat: repeat;
  background-size: auto;
}

.idp-section {
  background-color: #fff;
  padding: 80px 0 60px;
}

.idp-title {
  font-weight: 800;
  text-align: center;
  font-size: 2.2rem;
  color: black;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.idp-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 25px;
}

.idp-text {
  text-align: center;
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.idp-divider {
  width: 100%;
  margin-top: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffc107, transparent);
}

/* key-section-start */
.framework-section {
  background-color: #fff;
  padding: 60px 0;
}

.framework-title {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  color: #08223A;
}

.framework-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #ffc107, #df423a);
  margin: 10px auto;
  border-radius: 5px;
}

.framework-table {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.framework-table thead {
  background-color: #f7f9fb;
}

.framework-table th {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  border-bottom: 2px solid #dee2e6;
}

.framework-table td {
  vertical-align: middle;
  color: #555;
  font-size: 0.95rem;
  padding: 1rem;
}

.upload-btn {
  background-color: #ffc107;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 8px;
  transition: 0.3s;
  font-size: 13px;
}

.upload-btn:hover {
  background-color: #00796b;
}

.framework-note {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 20px;
  color: #666;
}

.key-focus {
  background-color: #fff;
}

.section-title {
  font-weight: 800;
  color: black;
  position: relative;
  padding-bottom: 10px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #ffc107, #df423a);
  transform: translateX(-50%);
  border-radius: 2px;
}

.focus-box {
  background: #ffffff;
  border-top: 4px solid #f7c32e;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  padding: 30px 40px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.focus-box:hover {
  transform: translate(0px, -16px);
}

.key-focus .container {
  padding-top: 16px;
}

.focus-box p span {
  font-weight: 700;
}

.focus-box p {
  color: #444;
}

.focus-box h5 {
  font-weight: 700;
  color: black;
  margin-bottom: 15px;
}

.focus-box ul {
  padding-left: 20px;
  margin: 0;
}

.focus-box ul li {
  margin-bottom: 8px;
  color: #444;
  list-style: disc;
}

/* key-section-end */
/* all-message-section*/
.nav-tabs {
  list-style: none !important;
  border-bottom: none;
  padding-left: 0;
}

.nav-tabs .nav-item {
  margin-right: 24px;
  display: inline-block;
}

.nav-tabs .nav-link {
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 8px 18px;
}

/* use nav-item nth-child so styles target correct button */
.nav-tabs .nav-item:nth-child(1) .nav-link {
  background-color: #0056b3;
}

.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #dc3545;
}

.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #ffc107;
  color: #000;
}

/* active override */
.nav-tabs .nav-link.active {
  background-color: #f7c32e !important;
  color: #000 !important;
}

.tab-content {
  margin-top: 30px;
}

.director-img {
  max-width: 100%;
  border: 5px solid #000;
}

.message-section h5 {
  font-weight: 700;
}

.message-section p {
  text-align: justify;
  margin-bottom: 12px;
}

/* all-message-section-end*/
/* about-css-start*/
.event-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin: auto;
  max-width: 600px;
}

.event-card-header {
  background-color: #f8f9fa;
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
}

.event-card-body {
  padding: 20px;
  font-size: 0.95rem;
}

.event-card-body p {
  margin: 5px 0;
}

.read-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  font-size: 0.9rem;
  padding: 6px 15px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.read-btn:hover {
  background-color: #0056b3;
}

.highlight-title {
  font-weight: 600;
  margin-top: 15px;
}

.about-section {
  padding: 70px 0;
}

.about-uscard h2 {
  font-size: 36px;
}

.about-uscard p {
  font-size: 14px;
}

.about-uscard {
  padding: 24px;
  background: #ffc1071c;
  border-radius: 8px;
}

.our-commite h2 {
  font-size: 36px;
}

.our-commite .commite-box {
  background: #ffc107;
  padding: 24px;
  margin: 0 0 50px 0;
  border-radius: 10px;
}

.our-commite p {
  font-size: 14px;
}

/* ***** Faculty-section-css-start********** */
.faculty-section {
  text-align: center;
  padding: 80px 20px;
  background-image: url("https://saraswaticollegehisar.com/storage/saraswati/new-image/team-background.jpg");
  background-repeat: repeat;
  background-size: auto;
}

.faculty-section h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 50px;
  color: #1c2237;
}

.faculty-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-top: 100px;
  border: none;
  text-align: center;
}

.faculty-card img {
  width: 100%;
  max-width: 210px;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}

.faculty-card .card-body {
  padding: 20px 15px 40px;
}

.faculty-card h5 {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1c2237;
}

.faculty-card p {
  margin: 5px 0 0;
  color: #444;
  font-size: 0.95rem;
}

.faculty-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.faculty-btn {
  background: linear-gradient(135deg, #ffc107, #df423a);
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 10px 60px;
  margin-top: 50px;
  transition: background-color 0.3s ease;
}

.faculty-btn:hover {
  background-color: #0097d9;
}

/* ***** Faculty-section-css-end ********** */

/* ***** events-section-css-start********** */
.events-section {
  text-align: center;
  padding: 60px 20px;
}

.events-section h2 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.event-card {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.event-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.event-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 15px 0;
}

.view-btn {
  background-color: #00b5ff;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 30px;
  font-weight: 600;
  margin-top: 40px;
  transition: background-color 0.3s ease;
}

.view-btn:hover {
  background-color: #008ecc;
}

/* ***** events-section-css-end********** */

/* ***** courses-section-css-start********** */
.courses-section {
  background: #f8fafc url('https://www.transparenttextures.com/patterns/geometry.png');
  background-size: contain;
  padding: 100px 0;
}

.course-title {
  color: black;
  font-size: 36px;
}

.course-card {
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.course-header {
  padding: 60px 0;
  background-color: #ffc107 !important;
}

.course-header h1 {
  font-size: 53px;
  letter-spacing: 2px;
  color: white;
}

.course-body {
  text-align: left;
}

.course-body h5 {
  color: black;
  margin-bottom: 10px;
}

.course-body p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

.course-footer {
  color: #ffc107;
  font-size: 18px;
}

.view-btn {
  background: linear-gradient(135deg, #ffc107, #df423a);
  color: #fff;
  padding: 12px 60px;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
  text-transform: uppercase;
  transition: 0.3s ease;
}

.view-btn:hover {
  background: linear-gradient(45deg, #0056b3, #008cff);
  transform: scale(1.05);
}

/* ***** courses-section-css-end********** */

/* ***** Society-section-css-start********** */
.Society-section {
  padding: 100px 0;
}

.Society-section h5 {
  margin-top: 24px;
}

.Society-section .society-cards {
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.Society-section .society-cards:hover {
  box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
}

/* ***** Society-section-css-end********** */

/* ***** welcome-section-css-start********** */
.welcome-tosaraswati {
  background: #f8fafc url('https://saraswaticollegehisar.com/storage/saraswati/new-image/team-background.jpg');
  background-position: center;
  padding: 100px 0;
  text-align: center;
}

.welcome-tosaraswati a {
  display: inline-block;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ffc107, #df423a);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.3);
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
}

.welcome-tosaraswati img {
  max-width: 100px;
  margin-bottom: 15px;
}

.welcome-tosaraswati h2 {
  font-size: 36px;
  max-width: 708px;
  margin: 0 auto 20px;
}

.welcome-tosaraswati h4 {
  font-size: 20px;
}

.welcome-tosaraswati p {
  font-size: 14px;
}

/* ***** welcome-section-css-end********** */

/* ***** college-section-css-start********** */
.college-section {
  background: #f8fafc url('https://saraswaticollegehisar.com/storage/saraswati/new-image/team-background.jpg');
  background-size: contain;
  min-height: 100vh;

}

.college-title {
  color: #222;
  font-family: 'Poppins', sans-serif;
}

.college-title span {
  color: #1d3557;
}

.college-subtitle {
  color: #666;
  font-size: 15px;
}

.college-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.college-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.college-icon {
  width: 70px;
  height: 70px;
}

/* ***** college-section-css-end********** */
.visit-btn {
  background: linear-gradient(45deg, #007bff, #00a8ff);
  color: #fff;
  padding: 10px 25px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
  transition: 0.3s ease;
  text-transform: uppercase;
}

.visit-btn:hover {
  background: linear-gradient(45deg, #0056b3, #008cff);
  transform: scale(1.05);
}

.visit-btn-green {
  background: linear-gradient(45deg, #00c896, #00e0b2);
  box-shadow: 0 8px 25px rgba(0, 200, 150, 0.4);
}

.visit-btn-green:hover {
  background: linear-gradient(45deg, #00a87c, #00d49b);
}

.features-content p {
  color: black;
}

.about-area-six:before {
  background: #ffc10778;

}

.alert-license {
  display: none;
}

.footer-top-two {
  margin-top: 50px;
  background-image: url(https://saraswaticollegehisar.com/storage/saraswati/footer-s.jpg);
  background-size: cover;
  background-position: center;
}

.footer-style .footer-widget .footer-content .footer-info,
.footer-style .footer-widget .footer-content .footer-info p,
.footer-style .footer-widget .footer-content .footer-info ul li .content a,
.footer-style .footer-widget .footer-content .footer-info ul li .content p,
.footer-style .footer-widget .footer-content p,
.footer-style .footer-widget .footer-link ul li a {
  color: white;
}

.fee-btn {
  padding: 10px 14px;
  background: #ffc107;
  color: black;
  position: fixed;
  right: -37px;
  top: 50%;
  transform: rotate(270deg);
  border-radius: 22px 22px 0px 0px;
  z-index: 999;
}

.breadcrumb-bg:before {
  background: #000000b3;
}

.f-logo img,
.fw-logo img,
.logo img {
  max-height: 75px;
}

.contact-form form button:hover {
  background: black;
}

.header-top-btn a:hover {
  background: black;
}

.features-item:after {
  background: #ffc107;
}

.about-area-eleven {
  background: #ffc10717;
}

.section-title .sub-title {
  color: #ffc107;
}

.inner-contact-info .title:before {
  background: #ffc107;
}

.contact-form form button {
  background: #ffc107;
}

.section-title .sub-title:before {
  background: #ffc107;
}

.success-wrap-two .list-wrap li {
  background: #ffc1072e;
}

.success-wrap-two .list-wrap li .icon {
  color: #ffc107;
}

.about-list-three .list-wrap li .icon:before {
  background: #ffc1073d;
}

.about-list-three .list-wrap li .icon {
  color: #ffc107;
}

.overview-area:before {
  background: #ffc10769;
}

.btn-three:hover {
  background: black;
}

.about-list-two .list-wrap li i {
  background: #ffc107;
}

.btn {
  background: #ffc107 none repeat scroll 0 0;
}

.team-social-three .social-toggle-icon {
  color: #ffc107;
  background: white;
}

.breadcrumb-content .breadcrumb-item {
  color: #ffc107;
}

.header-style-two .header-action .offcanvas-menu a:hover span {
  background: #ffc107;
}

.footer-top-two .footer-link .list-wrap li a:before {
  background: #ffc107;
}

.footer-top-two .footer-link .list-wrap li a:hover {
  color: #ffc107;
}

.navbar-wrap ul li .sub-menu li a:before {
  background: #ffc107;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  transition: .3s ease-in-out;
  width: 0;
}

.partital-header {
  position: relative;
  display: block;
}

.transparent-header {
  height: auto;
  inset-inline-start: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
}

.cta-inner-wrap,
.cta-inner-wrap-two {
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding: 70px;
  background: #da6418 !important;
}

.cta-info-wrap .content a:hover {
  color: #fed000;
}

.transparent-header {
  box-shadow: 0px 3px 5px 0px #f6783a57 !important;
}
}

.header-style-two .menu-area {
  padding: 0px !important;

}

.header-style-two .navbar-wrap ul li a {
  padding: 14px 15px;
}

.footer-style .footer-widget .fw-title:before {
  background: #ffc107;
}

.header-style-two .navbar-wrap ul {
  margin: 0 0 0 36px;
}

.footer-style .footer-widget .fw-title {
  color: #FFC107;
}

.gallery-wrap .gallery-item .gallery-detail {
  background: #ffc107;
  bottom: -80px;
  color: #fff;
  left: 0;
  padding: 4px 10px;
  position: absolute;
  right: 0;
  transition: .25s ease;
  z-index: 2;
  border-radius: 12px;
}

.footer-top-two .footer-info .list-wrap li .content a:hover,
.footer-top-two .footer-info .list-wrap li .content p span {
  color: #ffc107;
}

.section-title-two .sub-title,
.testimonial-nav button,
.testimonial-nav-two .slick-arrow {
  background: #ffc107a8 !important;
  color: #3A3A3A !important;
}

.header-top-btn a {
  align-items: center;
  background: #ffc107;
  color: var(--tg-white);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 0;
  padding: 17px 25px;
  text-transform: uppercase;
}

.footer-top-two .footer-info .list-wrap li .icon {
  color: #ffc107;
}

.gallery-wrap .gallery-item {
  float: left;
  margin-bottom: 28px;
  margin-right: .8%;
  max-height: unset !important;
  overflow: hidden;
  position: relative;
  width: 32%;
}

#list-photo div img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: unset;
  width: 100%;
}

.header-style-two .menu-area {
  padding: 0;
}

.floating-wpp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  transition: bottom .2s;
  z-index: 99999;
}

.footer-social.footer-social-two .list-wrap li a:hover {
  background: white;
  color: var(--tg-white);
  border: 1px solid #0055ff;
}

.services-list-style-1 img {
  aspect-ratio: 341/237;
}

.cta-area {
  margin: 60px 0 100px 0;
}

.brand-item img {
  cursor: pointer;
  filter: unset;
  opacity: 100;
}

.banner-bg-two {
  align-items: flex-end;
  background-position: 50%;
  background-size: cover;
  display: flex;
  min-height: 870px;
  overflow: hidden;
  padding: 170px 0 130px;
  position: relative;
  z-index: 1;
}


.navbar-wrap ul li a {
  color: black !important;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 40px 15px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.navbar-wrap>ul>li.menu-item-has-children>a:after {
  color: var(--tg-paragraph-color) !important;
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
  font-weight: 700;
  margin-inline-start: 8px;
  transition: all .3s ease-out 0s;
}

.navbar-wrap ul li .sub-menu {
  min-width: 280px;
}

.banner-img-five .main-img {
  max-width: 100%;
}

.banner-img-five .shape-two {
  display: none;
}

.banner-area-five {
  padding: 245px 0 150px;
}

.header-style-two .menu-area {
  background: none;
  box-shadow: none;
  padding: 0 30px 0 30px;
}

.contact-map iframe {
  height: 100%;
  mix-blend-mode: darken !important;
  width: 100%;
}

.pricing-item-wrap .pricing-tab {
  display: none;
}

.header-top-wrap {
  background: none;
  width: 1130px;
  margin: auto;
}

.pricing-box-two {
  border: 1px solid #e1e1e9;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  height: 100%;
}

.header-top-left .list-wrap li {
  color: black;
}

.header-top-left .list-wrap li a {
  color: black;
}

.header-top-left .list-wrap li i {
  color: #ffc107;

}

.header-social .list-wrap li a {
  color: #1249dc;
  font-size: 20px;
}

.social-card {
  box-shadow: 3px 6px 10px 9px whitesmoke;
  border-radius: 10px;
  padding: 14px 8px;
}

.social-card h4 {
  font-size: 18px;
}

.social-card p {
  font-size: 13px;
}

.footer-widget .fw-title {
  color: var(--tg-white);
  font-size: 22px;
  margin-bottom: 16px;
  padding-bottom: 18px;
  position: relative;
}

.features-content .content-top .icon:before {
  background: rgb(255 193 7 / 28%);
  border-radius: 50%;
  content: "";
  height: 46px;
  inset-inline-start: -13px;
  position: absolute;
  top: -15px;
  transition: .3s ease-in;
  width: 46px;
  z-index: -1;
}

@media (max-width:1398.99px) {

  .f-logo img,
  .fw-logo img,
  .logo img {
    max-height: 60px;
  }

  .navbar-wrap ul li a {
    display: flex;
  }

}

@media (max-width:1198.99px) {
  .team-area-four {
    padding: 50px 0 !important;
  }

  .overview-area {
    padding-bottom: 0px !important;
  }

  .section-title-two .title {
    font-size: 30px;
  }

  .header-style-two .navbar-wrap ul {
    margin: 0px;
  }

  .f-logo img,
  .fw-logo img,
  .logo img {
    max-height: 38px;
  }

  .header-style-two .navbar-wrap ul li a {
    padding: 17px 7px;
  }

  .header-style-two .menu-area {
    background: none;
    box-shadow: none;
    padding: 0 0 0 0px;
  }
}

@media (min-width:1024px) and (max-width:1440px){

  .navbar-wrap ul li a{
    font-size :12px;

  }

}
@media (max-width: 998.99px) {

  .footer-top-two {
    padding: 40px 0 40px;
  }

  .features-cards img {
    width: 50% !important;
  }

  .breadcrumb-content .title {
    font-size: 28px;
  }

  .f-logo img,
  .fw-logo img,
  .logo img {
    max-height: 52px;
  }

  .breadcrumb-bg {
    padding: 41px 0 50px;
  }

  .gallery-wrap .gallery-item {
    float: left;
    margin-bottom: 40px !important;
    margin-right: .8%;
    max-height: unset !important;
    overflow: hidden;
    position: relative;
    width: 49%;
  }

}

@media (max-width: 574.99px) {
  .idp-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .idp-section {
    padding: 30px 0 40px;
  }

  .affiliation-box a {
    padding: 12px 14px;
    margin: 34px auto 0;
    font-size: 11px !important;
  }

  .affiliation-box {
    border-radius: 15px;
    padding: 14px 12px;
  }

  .framework-section {
    padding: 30px 0;
  }

  .affiliation-wrapper {
    margin: 40px auto;
    padding: 20px 10px;
  }

  .affiliation-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #list-photo div {
    height: auto;
  }

  .features-area {
    padding-bottom: 0px !important;
  }

  .features-content .content-top .icon:before {
    inset-inline-start: 5px;
    top: -5px;
  }

  h2 {
    font-size: 24px;
  }

  .fee-btn {
    padding: 7px 11px;
    font-size: 14px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 32%;
    width: 6%;
    height: 60px;
  }

  .gallery-wrap .gallery-item {
    float: left;
    margin-bottom: 40px !important;
    margin-right: .8%;
    max-height: unset !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
  }

  .gallery-wrap {
    flex-direction: column !important;
  }

  .footer-top-two {
    padding: 14px 0 12px;
  }

  .overview-area {
    padding: 40px 0 4px;
  }

  .college-img {
    width: 100% !important;
  }
}

.sticky-menu {
  position: fixed;
}