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


html {
    font-size: 17rem;
}

/* font-family: 'Open Sans', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Poppins', sans-serif */
/* ================== All ================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    /* font-family: Helvetica, sans-serif; */
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}
.post, .page {
  margin-bottom: 0px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td {
  padding: 10px 0px;
}

p, a, th, td, li, span {
  color: #000000;
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
  padding: 10px 0px;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
}
h1 {
  color: #5d2468;
  font-size: 34px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;

}

h2 {
  color: #5d2468;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: capitalize;
}

h3 {
  color: #5d2468;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: capitalize;
}

h4 {
  color: #5d2468;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: capitalize;
}

h5 {
  color: #5d2468;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: capitalize;
}

h6 {
  color: #5d2468;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: capitalize;
}

a {
  /* color: #5c2568; */
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #5c2568;
  text-decoration: none;
}
a:visited {
  color: #000; 
}
img {
  width: 100%;
}
.updaterequest {
    margin-right: -34px;
}
.main-container {
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
.small-container {
  max-width: 800px;
  margin: 0px auto;
}

.hu-sec {
  width: 100%;
  margin: 0px auto;
  padding: 3% 0px;
  display: flex;
}

.hu-titel {
  text-align: center;
  font-size: 16px;
}

.hu-col-1 {
  width: 10%;
}

.hu-col-2 {
  width: 20%;
}

.hu-col-3 {
  width: 30%;
}

.hu-col-4 {
  width: 40%;
}

.hu-col-5 {
  width: 40%;
}

.hu-col-6 {
  width: 60%;
}

.hu-col-7 {
  width: 70%;
}

.hu-col-8 {
  width: 80%;
}

.hu-col-9 {
  width: 90%;
}

.flex {
  display: flex;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #5c2568;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5c2568;
}

/* a.btn {
  background-color: #5c256800;
  color: #ffffff !important;
  padding: 10px 5%;
  text-align: center;
  text-decoration: none !important;
  border: solid 1px #ffffff;
  border-radius: 30px;
  margin: 20px auto;
  font-size: 0.9rem;
}

a.btn:hover {
  background-color: #481653;
} */

.main-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* width: 150px; */
  width: fit-content;
  font-weight: 500;
  margin-top: 13px;
  overflow: hidden;
  height: 40px;
  transition: all 0.5s;
  border: 1px solid #5d2468;
  border-radius: 5px;
  justify-content: center;
}
.main-btn:hover {
  /* background-color: #5d2468;
  color: #fff; */
}
.main-btn:hover .btn {
  bottom: 20px;
}
a.btn {
  position: relative;
  bottom: -20px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
a.btn:hover {
  /* background-color: #481653; */
}
a.btn span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: transparent;
  color: #5d2468;
  padding: 0px 15px;
}
.main-btn i {
  padding-right: 4px;
  padding-top: 2px;
}
.main-btn.primary {
  background-color: #5d2468;
}
.main-btn.primary span {
  color: #fff;
}
.main-btn.primary:hover {
  background-color: #fff;
}
.main-btn.primary:hover span {
  color: #5d2468;
}
.main-btn.secondary {
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.06);
  border-color: #ffffff;
}
.main-btn.secondary:hover {
  border-color: #5d2468;
}
.btn-icon-first {
    width: 20px;
    margin-right: 10px;
}
.btn-icon-secnd {
  width: 20px;
  margin-right: 10px;
}
.btn-table-one {
  margin-right: 15px;
}

span.border-half-bottom {
  position: relative;
  color: #5c2568;
  font-weight: 700;
  padding: 5px 0px;
}

span.border-half-bottom:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  width: 50%;
  border-bottom: 3px solid #eedcb5;
}

.golden-bg {
  background-color: #e2d7bc;
  margin: 5px 0px;
  padding: 10px;
}

ul#marquee-text li {
  font-size: 80px;
  font-weight: 700;
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.serives-card {
  padding: 15px 15px 0px 15px;
  border: 1px solid #5c2568;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.serives-card .hu-titel {
  color: #212121;
  text-align: left;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}
.serives-card a {
  color: #5d2468;
}
.serives-card p.hide-dec {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  transition: 0.5s;
  transform: translateY(95%);
  z-index: -1;
  height: 100%;
}
.serives-card p.hide-dec span {
  font-weight: bold;
  color: #212121;
}

.serives-card:hover .hide-dec {
  transition: all 0.5s;
  transform: translateY(0%);
  z-index: 1;
  bottom: 0;
}

.main-gallary .col-3 {
  padding-right: 8px;
  padding-left: 8px;
}

.other-services.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 3px;
  padding: 4px;
  background: #ffffff00;
  border: 1px solid #5d2468;
  transition: all 0.3s;
}

.other-services.owl-theme .owl-dots .owl-dot.active span {
  width: 32px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5d2468;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #5d2468;
}

.owl-dots {
  margin-top: 25px;
}

.owl-theme .owl-nav {
  margin-top: 21px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #86979100;
  color: #5d2468;
}

button.owl-nav:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

button.owl-prev {
  position: absolute;
  left: 40%;
}

button.owl-next {
    position: absolute;
    right: 40%;
}
.custom-logo-link {
  padding: 0px;
}
.website-title {
  text-align: center;
  padding: 20px 0px;
}
article.page {
max-width: 1180px;
margin: 0px auto;
}



/* ==================================================== End All ====================================================== */
/* ==================================================== Header ======================================================= */
header#masthead {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
    /* box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 10%); */
  /* height: 95vh; */
  /* height: 100vh; */
  border-right: solid 1px #f5f5f5;
}
.main-navigation li.menu-item {
  padding: 0px 0px;
}
.main-navigation li.menu-item .menu-icon {
  width: 20px;
  height: auto;
  margin: 0px 5px;
}
.main-navigation .menu-item.current-menu-item {
  background-color: #5c2568;
  border-radius: 5px;
}
.main-navigation .menu-item.current-menu-item a {
  color: #fff;
}
.main-navigation .menu-item.current-menu-item a img.menu-icon {
  filter: brightness(5);
}
.page_wapper {
    /* flex-basis: 88%; */
  width: 80%;
  padding: 20px 2%;
  display: flex;
  flex-direction: column;
  background: #FCFCFD;
}
.page_wapper.container {
  margin-right: 0;
  margin-left: 0;
}
div#page {
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-direction: row;
}
#masthead {
  width: 20%;
}
#primary {
  flex-basis: 100%;
}

/* Basic styles */
.main-navigation {
  position: relative;
  padding: 0px 0px;
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  
}
.main-navigation a {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
#menu-toggle,
#menu-close {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Menu styles */
.top-header-title {
  color: #101828;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.top-header-subtitle {
  color: #667085;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Mobile styles */
@media (max-width: 768px) {
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #f9f9f9;
    padding: 1rem;
    z-index: 1000;
  }

  .menu.active {
    display: flex;
  }

  #menu-toggle {
    display: inline-block;
  }

  #menu-close {
    display: none;
  }

  .menu-open #menu-toggle {
    display: none;
  }

  .menu-open #menu-close {
    display: inline-block;
  }
}



/* //////////// sub header ///////////////////////////// */

.main-page-program-title {
  margin: 15px 0px;
}
.header-proram--list-wapper ul {
  display: flex;
  overflow: auto;
}
.header-proram--list-wapper li {
  border: 1px solid #CDA8CF;
  padding: 0px 10px;
}
.header-proram--list-wapper li a
 {
    width: max-content;
    display: block;
}
.header-proram--list-wapper li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.header-proram--list-wapper li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* ============================================== End Header ====================================================== */
/* ============================================== Sidebar ========================================================= */


/* ============================================== End Sidebar ====================================================== */
/* ============================================= Footer ============================================================ */


/* ======================================================= End Footer ========================================== */
/* ======================================================= Home Page ========================================== */
.grads-home-count {
  display: flex;
  margin: 0px 0px 20px 0px;
}
.grads-home-count-warppe {
  border: 1px solid #EAECF0;
  border-radius: 5px;
  padding: 30px 20px;
  width: 25%;
  margin: 0px 1% 0px 0%;
  /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%); */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.grads-home-count-icon-title {
  display: flex;
  align-items: center;
}
.grads-home-count-warppe:last-child {
  margin: 0px;
}
.grads-home-count-img {
  width: 48px;
  height: 48px;
}
.grads-home-count-title {
  flex-basis: 70%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 5px;
}
.grads-home-count-no {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    /* padding-left: 15px; */
}
.grads-home-page-map {
  background-color: #fff;
  border: 1px solid #EAECF0;
  border-radius: 5px;
  padding: 10px 20px 40px 20px;
  /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%); */
}
.grads-home-page-map-wapper {
  display: flex;
  gap: 20px;
}
.grads-home-page-map-title {
  color: #101828;
  font-size: 18px;
  line-height: 55px;
  font-weight: 500;
}
.grads-home-page-map #map {
  height: 435px;
  /* width: 760px; */
  width: 65%;
  position: relative;
}
.leaflet-control-attribution.leaflet-control {
  display: none;
}
div#post-summary {
  width: 35%;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 430px;
}
.custom-marker .marker-bubble {
    background-image: url('https://habib.edu.pk/grads-success-information/wp-content/uploads/2025/05/Map-location-marker.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    color: white;
    font-weight: bold;
    font-size: 12px;
  }
  #country-breakdown li {
    list-style: none;
    margin-bottom: 6px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
  }
  .country-breakdown-img-main {
    width: 10%;
  }
  .country-breakdown-wapper {
    width: 80%;
  }
  #country-breakdown img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
  }
  .country-breakdown-img {
    width: 20px;
    height: 14px;
    margin-right: 8px;
  }
  .country-breakdown-bar {
    width: 100%;
    /* min-width: 350px; */
    background-color: #FCEFFF;
    height: 9px;
    border-radius: 4px;
    margin-top: 4px;
  }
  .country-breakdown-bar-inner {
    background-color: #5c2568;
    height: 100%;
    border-radius: 4px;
  }
  #total-posts {
    color: #101828;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 15px;
    display: none;
  }
  .country-breakdown-percent {
    position: relative;
    top: 10px;
    left: 5px;
    width: 10%;
}


/* ============================================ End Home Page ======================================================= */
/* ============================================ Other Page ======================================================= */
.filter-area {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}
input#searchInput {
    padding: 7px;
    width: 250px;
    border-radius: 5px;
}
#filter-wrapper {
  position: relative;
}
.hidden {
  display: none;
}

.filter-wrapper-button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid;
  border-color: #D0D5DD;
  border-radius: 8px;
  background: #ffffff;
  color: #344054;
  padding: 0.6em 1em 0.4em;
  display: flex;
}
.filter-wrapper-img {
  width: 20px;
  margin-right: 3px;
}
#dropdown-content {
  display: block;
  border: 1px solid rgb(221, 221, 221);
  padding: 10px 10px 0px 10px;
  position: absolute;
  background-color: #fff;
  right: 0px;
  width: 190px;
  z-index: 99;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}
#dropdown-content input[type="checkbox"] {
  margin-right: 6px;
  margin-bottom: 15px;
}


.grads-data-table {
  /* border: 1px solid #eaebef; */
}
.grads-data-table thead {
  background-color: #F9FAFB;
}
.grads-data-table td, .grads-data-table th, .grads-data-table tr {
  padding: 0px 10px;
  text-align: left;
  vertical-align: middle;
}
.grads-data-table th {
  cursor: pointer;
  position: relative;
}
td .industry-category-wapper {
  background-color: #FCEFFF;
  border-radius: 25px;
  display: inline;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}
td .job-title-wapper {
    color: #667085;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
td .titleofcontent {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-bottom: 5px !important;
}
td .grads-program-wapper {
  color: #667085;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.grads-data-table tr {
  border: 1px solid #eaebef;
}
.grads-data-table th {
  padding: 15px 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #667085;
}
.grads-data-table .post-content-thumbnail img {
  width: 100px;
  height: 50px;
  object-fit: contain;
  margin: 5px 0px;
}

/* ============================================ End Other Page ======================================================= */
/* ============================================ single Post type ======================================================= */

/* ============================================ End single Post type ======================================================= */
/* ============================================ Style CPT CSS ======================================================= */
article.type-graduate {
  /* display: flex; */
  display: block;
  box-shadow: 5px 4px 12px 4px rgb(200 200 200 / 45%);
  border: 1px solid #e6e5e5;
  border-radius: 10px;
  /* width: 65%; */
  margin: 10px auto;
}
article.type-graduate:hover {
  border-color: #5d2468;
}
.main-post-thumbnail {
  flex: 0 0 16.0%;
}
.main-post-thumbnail img {
  width: 30px;
  height: 30px;
}
.main-post-content {
  /* flex: 0 0 80.0%; */
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
.right-post-content {
  /* flex: 0 0 80.0%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left-post-content {
  /* flex: 0 0 20.0%; */
  display: flex;
  /* flex-direction: column;
  justify-content: end; */
  align-items: center;
}
.search-results .left-post-content {
  align-items: flex-start;
  flex-direction: column;
}
.left-post-content a {
  text-decoration: none;
}
article.type-graduate:hover .left-post-content a {
  color: #000;
}
h2.entry-title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
/* .class-name {
}
.class-name {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
} */
/* .class-name:last-child span {
  display: none;
} */
/* .class-name span:last-child {
  display: none;
} */
/* .program-name {
}
.program-name  {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
}
.program-name:last-child span {
  display: none;
} */
.main-article {
  border-radius: 5px;
  padding: 0px 0px 20px 0px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  /* height: 70vh; */
}
.main-article.grid-view {
  display: flex;
  flex-wrap: wrap;
}
.main-article .entry-header {
  padding: 0px;
}
div#posts-container {
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}
article {
  box-shadow: 1px 2px 15px 0px rgb(200 200 200 / 45%);
  margin: 20px 0px;
  padding: 0px;
  width: 100%;
}
.maintitleofcontent {
  width: 80%;
}
.maintitleofcontent p {
  padding: 0px;
}
.titleofcontent {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px!important;
}
.left-post-content img {
  width: 30px;
  margin-right: 10px;
}
.type-applications .left-post-content img {
  width: 69px;
}
.sub-category-wapper {
  display: none;
}
.resources-page .sub-category-wapper {
  display: block;
}
.resources-page .type-name {
  display: none;
}
.resources-page .department-name {
  display: block;
}
.search-results .sub-category-wapper {
  display: flex;
}
.forms-page .sub-category-wapper {
  display: flex;
}
.forms-page .sub-category-wapper .type-name {
  display: none;
}
.sub-category-title {
  font-size: 11px;
}
.type-name {
  padding-right: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #000;
}
.department-name {
  font-size: 11px;
  font-weight: 600;
  color: #000;
}
/* width */
.main-article::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.main-article::-webkit-scrollbar-track {
  background: #fff;
}
.main-article:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.main-article::-webkit-scrollbar-thumb {
  background: #5c2568;
}
/* Handle on hover */
.main-article::-webkit-scrollbar-thumb:hover {
  background: #5c2568;
}

/*============== list View =====================*/
.list-view article.type-graduate {
  width: 100%;
}
/*============== End list View =====================*/
/*============== Grid View =====================*/
.grid-view article.type-graduate {
  flex: 0 0 23%;
  margin: 1.7% 1%;
}
.grid-view .main-post-thumbnail {
  flex: 0 0 35%;
  /* margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px; */
  margin: 7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* .grid-view a.post-thumbnail {
  line-height: 0.3;
} */
.grid-view .main-post-content {
  /* display: grid;
  flex: 0 0 64%; */
  padding: 0px 10px 10px 10px;
  height: 86px;
}
.grid-view .right-post-content {
  display: initial;
  flex: 0 0 90%;
}
.grid-view .left-post-content {
  flex: 0 0 10%;
}
.grid-view .left-post-content i {
  font-size: 15px;
  border: 1px solid #5d2468;
  padding: 2px 0px 0px 6px;
  border-radius: 25px;
  width: 20px;
  height: 20px;
}
.grid-view .type-graduate img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: top;
  border-radius: 0px;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 auto;
}
.grid-view h2.entry-title {
  line-height: 17px;
  display: grid;
  padding-bottom: 4px !important;
}
.grid-view .class-name {
  font-size: 12px;
  padding: 0px;
}
.grid-view .program-name {
  font-size: 12px;
  padding: 0px;
}
.grid-view .left-post-content a {
  text-align: right;
  padding: 0px 5px 0px 0px;
  line-height: 0.3;
}
/*============== End Grid View =====================*/
/* ============= Grid View Card Color ============= */
.grid-view .program-bscs .main-post-thumbnail {
  /* background-color: #004AAD; */
  background-color: rgb(224 224 224);
}
.grid-view .program-bsee .main-post-thumbnail {
  /* background-color: #F9B515; */
  background-color: rgb(224 224 224);
}
.grid-view .program-sdp .main-post-thumbnail {
  /* background-color: #AAAAAA; */
  background-color: rgb(224 224 224);
}
.grid-view .program-cnd .main-post-thumbnail {
  /* background-color: #5C2568; */
  background-color: rgb(224 224 224);
}
.grid-view .program-bsce .main-post-thumbnail {
  /* background-color: #5d2468; */
  background-color: rgb(224 224 224);
}
.grid-view .program-ch .main-post-thumbnail {
  /* background-color: #606061; */
  background-color: rgb(224 224 224);
}
/* ============= End Grid View Card Color ============= */
/* ============ search and filter ================= */
.main-searchandfilter {
  border-bottom: 1px solid #f4f2f2;
}
form.searchandfilter {
  margin-top: 5px;
  position: relative;
  z-index: 9999;
}
form.searchandfilter div {
  display: flex;
  justify-content: center;
}
.searchandfilter ul {
  /* background-color: #fff;
  border: 1px solid #5d2468;
  border-radius: 60px;
  padding: 5px 5px 5px 18px;
  margin: 0px auto; */
  position: relative;
  padding: 10px 20px 25px 20px;
  background: #fff;
  margin: 5px;
  width: 860px ;
  /* border-radius: 88px;
  box-shadow: 0 12px 24px 0px rgb(84 84 84 / 16%); */
}
/* li.main-items:nth-child(1) {
  width: 32% !important;
} */

.searchandfilter ul  {
    width: 860px !important;
}
.searchandfilter ul:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  /* background-image: linear-gradient(45deg, purple, #eedcb5); */
}
.searchandfilter li {
  padding: 0px;
  transition: 0.3s;
}
/* .searchandfilter li:nth-child(1) {
  width: 230px;
} */
.searchandfilter li.main-items:nth-child(1) {
  flex: 94%;
}
.searchandfilter li.main-items:nth-child(2) {
  width: 170px;
  padding: 10px 13px !important;
  margin-right: 0px;
}
.searchandfilter li:nth-child(2) h4 {
  text-transform: none;
}
.searchandfilter li.main-items:nth-child(3) {
    width: 170px;
    left: 170px; 
    /* padding: 0 13px !important; */
  }
  .searchandfilter li.main-items:nth-child(4) {
    order: 5;
  }
.searchandfilter li:nth-child(4) {
  padding-left: 70px;
}
.searchandfilter h4 {
  margin: 0px;
  line-height: 1.1;
  padding-left: 3px;
  color: #000;
  font-size: 13px;
  transition: 0.3s;
}
input:focus-visible {
  outline: none;
}
select:focus-visible {
  outline: none;
}
.searchandfilter input[type="text"] {
  border: 0px;
  height: 18px;
  font-size: 13px;
  color: #777777;
  transition: 0.3s;
}
.searchandfilter select {
  border: 0px;
  /* margin-top: 4px; */
  width: 150px;
  font-size: 13px;
  color: #777777;
  transition: 0.3s;
}
option.level-0 {
  font-weight: 600;
  color: #575656;
}
input[type="submit"] {
  /* background: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0)), url(http://localhost:8080/gd/wp-content/uploads/2022/04/Serach-icon-wh.png); */
  background-color: #5d2468;
  background-image: url(https://habib.edu.pk/graduate-directory/wp-content/uploads/2022/04/search-icon.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: block;
  height: 45px;
  width: 45px;
  padding: 14px;
  color: #fff0;
  border-radius: 10px;
  line-height: 2;
  border-color:transparent;
}
input[type="submit"]:hover {
  background-color: #4a0f56;
}
.dropdown-list .cat-item-47, .dropdown-list .cat-item-45, .dropdown-list .cat-item-38, .dropdown-list .cat-item-44, .dropdown-list .cat-item-47, .dropdown-list .cat-item-37, .dropdown-list .cat-item-43, .dropdown-list .cat-item-35, .dropdown-list .cat-item-40 {
  display: none!important;
}

.site.alumni .departoff .dropdown-order .cat-item {
  display: grid;
}
.site.alumni .departoff .dropdown-order {
  column-count: 1;
  left: 0%; 
}

/* ============ End search and filter ========*/
/* ============ sortby ====================== */
.main-page-sub-title {
  display: flex;
  /* display: inherit; */
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  /* width: 65%; */
  padding: 0px;
  margin: 0px 0%;
  border-bottom: 0px solid #e9e9e9;
}
.page-sub-title {
  /* width: 80%; */
  /* border-bottom: 1px solid #e9e9e9; */
  /* border-top: 1px solid #e9e9e9; */
  /* padding: 25px 0px; */
}
.page-sub-title h3 {
  font-size: 0px;
  text-transform: inherit;
}
.jqury-titel span {
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 3px 3px 0px 0px;
  display: inline-block;
  box-shadow: 1px 2px 15px 0px rgb(200 200 200 / 45%);
}
.jqury-titel span.first {
  font-size: 12px;
  font-weight: 600;
  background: initial;
  border-radius: 12px;
  padding: 5px 10px;
  margin: 3px 3px 0px 0px;
  display: inline-block;
  box-shadow: none;
}
.jqury-titel-audience span {
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 3px 3px 0px 0px;
  display: inline-block;
  box-shadow: 1px 2px 15px 0px rgb(200 200 200 / 45%);
}
.jqury-titel-audience span.first {
  font-size: 12px;
  font-weight: 600;
  background: initial;
  border-radius: 12px;
  padding: 5px 10px;
  margin: 3px 3px 0px 0px;
  display: inline-block;
  box-shadow: none;
}
.archive-title span {
  font-size: 20px;
  font-weight: 600;
}
.view-icon {
  /* width: 20%; */
  text-align: right;
}
.view-icon span {
  padding: 8px;
  font-size: 16px;
  color: #5d2468;
  border: 1px solid #f2f1f1;
  margin: 5px;
}
div#sortby {
  margin: 20px 0px;
}
div#sortby h4 {
  margin: 0px;
  line-height: 1.1;
  padding-left: 4px;
  color: #000;
  font-size: 13px;
}
div#sortby select#sortbox {
  border: 0px;
  /* margin-top: 4px; */
  /* width: 150px; */
  font-size: 13px;
  color: #777777;
}

/* ============ End sortby ================= */
/* ============ No Data Found ============== */
.no-data-found {
  background-color: #f9f9f9;
  text-align: center;
  padding: 15px 0px;
  width: 100%;
  margin: 30px auto;
}
.no-data-found img {
  width: 50px;
}
.no-data-found h6 {
  padding-top: 10px;
}
#load-more-button {
  background-color: #5d2468;
  color: #fff;
  padding: 4px 15px 5px 15px;
  font-size: 13px;
}
#hide_all_data_text {
  text-align: center;
  font-weight: 600;
}
#loading-indicator {
  text-align: center;
  color: #1e73be;
  padding-top: 10px;
  font-size: .7em;
  display: block;
  background-color: #1e1e1ed9;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ============ End No Data Found ============ */
/* ============ pagination =================== */
.main-pagelink {
  display: block;
  width: 100%;
  text-align: center;
}
.pagelink {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  display: inline-flex;
  border-radius: 30px;
  box-shadow: 5px 4px 12px 4px rgb(200 200 200 / 45%);
  border: 1px solid #e6e5e5;
  padding: 0px 11px;
}
/* .pagelink:not(a > *) {
  box-shadow: none;
  border: 0px;
} */
.pagelink span, .pagelink a {
  font-size: 16px;
  color: #a2a2a2;
  /* border: 1px solid #000; */
  text-decoration: none;
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  font-weight: 600;
}
ul.page-numbers {
  display: flex;
}
ul.page-numbers li{
  padding: 5px 0px;
}
.pagelink span.page-numbers.current {
  color: #5d2468;
  font-weight: 700;
  border: 1px solid #bfbebf;
  border-radius: 20px;
}

.pagelink a.next.page-numbers, .pagelink a.prev.page-numbers {
  border: none;
  width: auto;
  margin: 0;
  font-size: 0;
}
/* ============ End pagination ============= */


@media (min-width:1600px){
.main-article {
  max-width: 1400px;
  padding: 0px 2% 20px 2%;
}
.main-page-sub-title {
  max-width: 1400px;
  padding: 0px 0;
}
}


 /* --------------- muliti selected serach and Filter --------- */

/* DropDOwn css */
.dropdown-list .dropdown-order {
  /* display: table; */
  width: 820px !important;
}

/* .searchandfilter li:nth-child(1) {
  width: 100% !important;
} */
.children label {
  font-weight: 400;
}
.typeoff label {
  font-weight: 400;
}
.departoff label {
  font-weight: 400;
}
.dropdown-list .dropdown-order {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  box-shadow: 0 0 12px 1px #afafaf;
  position: absolute;
  top: 50px;
  display: none;
  z-index: 999;
  padding: 9px 12px;
  border-radius: 10px;
}
.dropdown-list {
  padding: 12px 10px 12px 10px !important;
}
.dropdown-order .cat-item {
  padding: 6px 0 !important;
  font-weight: 600;
  position: relative;
  width: 100% !important;
}
.dropdown-order .cat-item:last-child:after {
  display: none;
}
.dropdown-order .cat-item label input{
  margin-right: 10px;
}
.dropdown-order .cat-item label{
  color: #afafaf;
}
.dropdown-order .cat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #afafaf45;
  width: 100%;
  height: 1px;
}
.dropdown-order .cat-item input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.dropdown-order .cat-item input[type="checkbox"]:checked ~ .label-span:before {
  background: #5d2468 no-repeat center; 
  background-size: 65%;
  background-image: url(https://habib.edu.pk/graduate-directory/wp-content/uploads/2022/05/checked.svg);
}
.span-all {
  font-size: 13px;
  color: #afafaf;
  display: block;
  line-height: 21px;
  padding: 0;
  height: 18px;
  overflow-y: hidden;
}
.dropdown-order .cat-item .label-span input[type="checkbox"]:focus ~ .label-span {color: #5d2468;}
.dropdown-order .cat-item .label-span:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid rgb(93 36 104);
  display: inline-block;
  margin-right: 11px;
}
.dropdown-order .cat-item label {
  color: #777777;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
span.label-span {
  padding: 0;
}
.item-marked{
  color: #000 !important;
}
.searchandfilter .children:after{
  display: none;
}
.searchandfilter .children{
  box-shadow: 0 0 0 0;
}
.dropdown-order .cat-item-35 {
  display: block;
}
.dropdown-order li:nth-child(4) {
  padding-left: 0 !important;
  display: block;
  border: none !important;
}
.dropdown-order li:nth-child(2) {
  padding-left: 0 !important;
  display: block;
  border: none !important;
}
.searchandfilter .dropdown-order:after{
  background-image: none !important;
}
li.cat-item.cat-item-7 {
  display: none;
}
li.cat-item.cat-item-6 {
  display: none;
}
li.cat-item.cat-item-3 {
  /* display: none; */
}
li.cat-item.cat-item-4 {
  display: none; 
}
li.cat-item.cat-item-5 {
  /* display: none; */
}
/* arrow */
.typeoff {position: relative;}
.departoff {position: relative;}

.typeoff:after {
content: '';
position: absolute;
background-image: url(https://habib.edu.pk/graduate-directory/wp-content/uploads/2022/05/drop-arrow.png);
width: 8px;
height: 5px;
top: 50%;right: 13px;
transform: rotate(0deg);
transition: all 0.5s;}
.departoff:after {content: '';
position: absolute;
background-image: url(https://habib.edu.pk/graduate-directory/wp-content/uploads/2022/05/drop-arrow.png);
width: 8px;
height: 5px;
top: 50%;
right: 13px;
transform: rotate(0deg);
transition: all 0.5s;}

.typeoff.rotate-arow:after {
transform: rotate(180deg);
}

.departoff.rotate-arow:after {
transform: rotate(180deg);
}

.departoff .dropdown-order {
  padding: 30px 30px;
  column-count: 3;
  width: auto;
  left: -100%;
  /* left: -167%; */
  /* column-gap: 30px; */
  /* column-rule-style: solid; */
  /* column-rule-width: 1px; */
  /* column-rule: 1px solid lightblue; */
  /* column-span: all; */
}
.departoff .dropdown-order .cat-item{
  width: 190px!important;
}

/* --------------- End Muliti selected search and filter --------- */

/* --------------- Sort by Approval Form --------- */
.approval-forms-none {
  display: none!important;
}
.main-page-sub-title .page-sub-title.right {
  display: flex;
}
.approval-checkbox {
  margin: 0 5px 0 0;
  width: 170px;
  height: 30px;
  position: relative;
  text-align: center;
}
input#approvalradio {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.approval-checkbox label {
  border-radius: 5px;
  background: #fff;
  color: #000000;
  font-weight: 500;
  /* border: 1px solid #e6e6e6; */
  /* box-shadow: 1px 2px 15px 0px rgb(200 200 200 / 45%); */
  padding: 5px 5px;
  /* box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.06); */
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
}
.approval-checkbox label span {
  line-height: 1.8em;
  font-size: 12px;
  font-weight: 600;
}
.approval-checkbox input[type="checkbox"]:checked + label span {
  color: #5d2468;
}
.approval-checkbox input[type="checkbox"]:checked + label {
  border: 1px solid #5d2468;
  color: #5d2468;
}
.approval-checkbox input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  font: normal normal normal 14px / 1 FontAwesome;
  font-family: "Font Awesome 5";
  padding-right: 3px;
}

/* --------------- End Sort by Approval Form --------- */

.post-content-grads-type span:last-child, .post-content-job-title span:last-child, .post-content-industry-category span:last-child, .post-content-grads-program span:last-child, .post-content-hu-program span:last-child {
  display: none;
}
#primary.grads-careers-page .post-content-grads-type, #primary.grads-careers-page .post-content-grads-program, #primary.grads-careers-page .post-content-hu-program {
  display: none;
}
#primary.grads-entrepreneurship-page .post-content-grads-type, #primary.grads-entrepreneurship-page .post-content-grads-program, #primary.grads-entrepreneurship-page .post-content-hu-program {
  display: none;
}
#primary.grads-graduate-school-page .post-content-grads-type, #primary.grads-graduate-school-page .post-content-job-title, #primary.grads-graduate-school-page .post-content-industry-category, #primary.grads-graduate-school-page .post-content-hu-program {
  display: none;
}
/* ============================================ End Style CPT CSS ==================================================== */


