

/*.right-to-left div, .right-to-left figcaption, .right-to-left h1, .right-to-left h2, .right-to-left h3, .right-to-left h4, .right-to-left h5, .right-to-left h6, .right-to-left p, .right-to-left span {
    text-align: center !important;
}*/
/*.right-to-left div {
    text-align: center !important;
}
*/
.right-to-left .language {
text-align: center !important;
}

.right-to-left .marquee-inner {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.left-right-to .marquee-inner {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/*@media (min-width: 768px) {*/
    /*.navCategoryListActiveHLink {
        padding: 0px 0px 29px 0px !important;
        font-weight: 400;
        font-size: 15px !important;
    }
        .search {
        font-size: 15px;
    }
        .email-login-btn {
        padding: 4px 20px;
        font-size: 15px;
    }
    .complain-form-btn {
        padding: 4px 14px;
        font-size: 11px;
    }*/
    /*.right-to-left .navbar-nav>li {
        float: none;
        display: inline-block;
    }*/
/*}*/

/*.key-box-bottom-link {
    padding: 16px 16px 0px 0px;
}
.key-box-bottom-link a {
    color: #2c6e49; 
    font-weight: 400;
    font-size: 15px;
}

.key-box-bottom-link .visit-website i {
    padding-right: 6px;
}

.key-box-bottom-link .button-3 {
    float: right;
}
*/
.key-box-bottom-link {
  padding: 0px 16px 0px 0px;

  a {
    color: #2c6e49;
    font-weight: 400;
    font-size: 15px;
  }

  .visit-website {
    i {
      padding-right: 6px;
    }
  }

  .view-message {
    float: right;
  }
}

.right-to-left-key-box-bottom-link {
  padding: 0px 0px 0px 16px;

  a {
    color: #2c6e49;
    font-weight: 400;
    font-size: 15px;
  }

  .visit-website {
    i {
      padding-left: 6px;
    }
  }

  .view-message {
    float: left;
  }
}



.fa-arrow-right {
    padding-right: 12px;
}

.fa-arrow-left {
    padding-left: 12px;
}

.new-top-bar-header {
    background-color: rgba(4, 69, 35, 0.85);
}
.nav-top-bar-header {
    background-color: #f3f2ef;
}

.new-top-bar-header .top-quick-links {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}
.new-top-bar-header .top-quick-links > li {
    display: inline-block;
    position: relative;
}

.latest-updates {
  	position: relative;
  	line-height: 140%;
}
.text-button {
  	width: 100%;
  	position: relative;
  	height: 19px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	text-align: left;
  	font-size: 10px;
  	color: #366a4f;
}

.language-link {
    display: inline-block; /* Keeps it inline */
    height: 50px; /* Set the height you want */
    line-height: 50px; /* Centers text vertically */
}

.vertical-bar {
    display: inline-block; /* Keeps it inline */
    height: 50px; /* Match the height of the text */
    line-height: 50px; /* Centers the vertical bar vertically */
    margin-left: 5px; /* Space between 'English' and the vertical bar */
}

.fb-icon {
    display: inline-block; /* Ensures it behaves like an icon */
    width: 24px; /* Set your desired width */
    height: 24px; /* Set your desired height */
    background-image: url('assets/img/icons/fb_icon.png'); /* Path to your custom icon */
    background-size: contain; /* Ensures the image fits within the dimensions */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    vertical-align: middle; /* Aligns it vertically with surrounding text */
}

.new-frame-parent {
    height: 0.42%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.new-top-bar-header .top-social-links li a.new-social-link {
    margin: 6px 0px 6px 8px;
    display: block;
}

.new-top-bar-header .new-top-quick-links>li >a {
    color: #fff;
    padding: 3px 9px;
    font-size: 10px;

}
.new-top-bar-header .new-top-quick-links {
    margin: 9px 0px 9px 0px;
    font-size: 13px;
    color: #366a4f;
}







.new-top-bar-header .new-top-quick-links>li {
    display: inline-block;
    position: relative;
    padding: 0px 10px 0px 10px;
    &.right-left-line {
        border-left: 1px solid #ffffff;
    }
    &:not(.right-left-line) {
        border-right: 1px solid #ffffff;
    }

}

.new-top-bar-header .new-top-quick-links>li:last-child {
    &.right-left-line {
        border-left: none;
    }

    &:not(.right-left-line) {
        border-right: none;
    }
}


.horizontal-line {
    /*border-right: 1px solid #ffffff;*/
   /* padding: 0px 14px 0px 0px;*/
}

.new-top-bar-header .new-top-quick-links>li >a.active  {
    color: black;
    border: 1px solid #ffffff;
    border-radius: 6px;
    background-color: #ffffff;
}

.new-top-bar-header .new-top-quick-links>li >a:hover  {
    color: black;
    border: 1px solid #ffffff;
    border-radius: 6px;
    background-color: #ffffff;
}

.new-top-bar-header .new-top-social-links li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.new-top-bar-header .new-top-social-links {
   margin: 6px 0px 6px 8px;
}

.search-container {
    display: flex;
    align-items: center;
}

/*.vector-icon {
width: 100%;
position: relative;
height: 13px;
}*/

.search {
color: #7f7f7f;
margin-right: 5px; 
}

.vector-icon {
    width: 12px;
    height: 12px;
    border: 2px solid #afafad;
    border-radius: 50%;
    position: relative;
}

.vector-icon::after {
    content: '';
    width: 5px;
    height: 1px;
    background-color: #afafad;
    position: absolute;
    bottom: 0;
    right: -5px;
    transform: rotate(45deg);
    transform-origin: top left;
}

.desktop-nav-inner {
    text-align: center;
}

.email-login-btn {
    background-color: #044523;
    color: #f3f2ef;
    /*border: none;
    border-radius: 8px;*/
    border-radius: 8px;
    border: 0.75px #D1D1D1 solid;
    cursor: pointer;
}

.email-login-btn:hover{
    background-color: #f3f2ef;
    color: #366A4F;
}

.complain-form-btn {
    background-color: #044523;
    color: #f3f2ef;
    /*border: none;
    border-radius: 8px;*/
    border-radius: 8px;
    border: 0.75px #D1D1D1 solid;
    cursor: pointer;
}

.complain-form-btn:hover {
    background-color: #f3f2ef;
    color: #366A4F;
}

.sidebar {
    margin: 80px 0px;
}
.line-div {
    margin: 20px auto;
    border-top: 1px solid #000;
    box-sizing: border-box;
    height: 1px;
}


.mega-menu {
    display: none;
    /*position: absolute;*/
/*    background-color: #fff;*/
  }

  /* Show dropdown on hover */
  .nav-item:hover .mega-menu {
    display: block;
  }
.fa-angle-up  {
    padding-left: 6px;
    padding-right: 6px;
}
.fa-angle-down{
    padding-left: 6px;
    padding-right: 6px;
}

  /* Hide the angle-up icon by default */
  .nav-item .fa-angle-up {
    display: none;
  }

  /* Show angle-up icon and hide angle-down on hover */
  .nav-item:hover .fa-angle-up {
    display: inline-block;
  }

  .nav-item:hover .fa-angle-down {
    display: none;
  }

  .categories-wrap {
    float: left !important;
  }
/*.nav-item a.nav-link {
    padding: 10px 15px; 
    display: block;
    text-decoration: none;
    color: #000; 
}*/

.navbar-nav{
    margin: 0;
}




.sidebar a {
    color: #191919;
}

.sidebar a:hover {
    color: #009c49;
}

.nav-header-sub-menu {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #f0f0f0;
    opacity: 0.95;
    position: absolute;
    z-index: 999999; 
    width: 100%;
}

.dropdown-content {
    display: none;
}

/* Custom scrollbar styles */

.custom-scroll::-webkit-scrollbar-track {
    background: #888;
    border: 1px solid #888;
    border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #366a4f;
    border-radius: 20px;
    border: 1px solid #366a4f;
}

.scroll-bar-inner::-webkit-scrollbar-track {
    background: #888;
    border: 1px solid #888;
    border-radius: 20px;
}

.scroll-bar-inner::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ffffff;
}

.link-active {
    border-bottom: 2px solid #044523;
}



.video-cls{
  position: relative;
  
}

.latest {

    border-radius: 30px;
    font-size: 19px;
    margin: auto;
    color: white;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    display: flex;
    background-color: #033119;
}

.news{
    margin: 12px 47px;
    font-weight: 400;
    line-height: 26.60px;
    word-wrap: break-word;
    flex-shrink: 0;
}
.news-marquee {
    background-color: #E6ECE9;
}
.marquee-inner {
    background-color: #044523;
    display: flex; 
    justify-content: center; 
    align-items: center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
}
.marquee-inner span {
    display: inline-block; 
    text-align: center;
}

.main-video {
    z-index: 1; 
    position: relative;
    background-color: #E6ECE9;
}

#myVideo {

  right: 0;
  bottom: 0;
  width: 100%; 
  min-height: 90%;

  margin-bottom: -30px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.key-officail {
    padding: 40px 0px;
}

.key-officail-card {
    border-radius: 8px; 
    border: 0.75px #D1D1D1 solid;
    margin-top:20px; 
}


.box-img {
    background-image: url(../../images/icons/mash_group.png);
    background-position: right 13px top 0;
    background-repeat: no-repeat;
  /*background-size: contain; */
}
.box-img-responsive {
    background-image: url(../../images/icons/mash_group.png);
    background-position: right 13px top 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.box-img-2 {
    background-image: url(../../images/icons/mash_group.png);
    background-position: right 13px top 0;
    background-repeat: no-repeat;
  /*background-size: contain; */
}

.updates-box-img {
    background-image: url(../../images/icons/mash_group.png);
    background-position: right 0px top -30px;
    background-repeat: no-repeat;
  /*background-size: contain; */
}

.box-img-3 {
    background-image: url(../../images/icons/mash_group.png);
    background-position: right 16px top 0;
    background-repeat: no-repeat;
  /*background-size: contain; */
}
.mission-text {
    max-height: 68px;
    overflow: auto;
}

.mission-text p {
    color: #7F7F7F;
    font-size: 14px;
    line-height: 16.80px;    
    margin: unset;
    padding: 0px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limits to 4 lines */
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
    
}
.mission-text ul {
    color: #7F7F7F;
    font-size: 14px;
    line-height: 16.80px;    
    margin: unset;
    padding: 0px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limits to 4 lines */
    -webkit-box-orient: vertical;
        padding: 0px 20px;
    /*overflow: hidden;*/
    
}

.scrollup-new {
    width: 48px;
    height: 48px;
    position: fixed;
    /*bottom: 50px;
    right: 100px;*/
    bottom: 20px;
    right: 40px;
    display: none;
    
    z-index: 9999;
    text-align: center;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.scrollup-new i {
    font-size: 28px;
    color: #616161;
    margin-top: 11px;
    padding: unset;
}

.scrollup-new > .fa-angle-up {
    padding-left:0px;
}

.scrollup-logo-new {
    width: 93px;
    height: 93px;
    position: fixed;
    /*bottom: 50px;
    right: 80px;*/
    bottom: 5px;
    right: 20px;
    display: none;
    
    z-index: 9999;
    text-align: center;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    transform: translateY(-80%);
}

.home-video {
    /*width: 100vw;*/
    width: 100%;
    height: 74vh;
    object-fit: fill;
}

.frame-icon {
    padding-bottom: 6px;
}

.new-social-link .frame-icon {
    transition: transform 0.3s ease;
}

.new-social-link:hover .frame-icon {
    transform: scale(1.2); 
}
.card-title-goverment-depart {
    color: #366A4F;
    font-weight: 700;
    word-wrap: break-word;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    height: 2.8em;
    font-size: 20px;
    margin: unset;
}

.card-title-news {
    color: #366A4F;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.80px;
    word-wrap: break-word; 
    margin: 6px 15px;
    min-height: calc(2 * 16.8px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
max-height: calc(2 * 16.8px);
}
.media-box-peragraph {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
    padding: 0px 15px;
    margin: unset;
    min-height: calc(5 * 16.8px);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
max-height: calc(5 * 16.8px);
}
.media-box-btn {
    margin: unset;
    text-align: right;
    padding: 4px 0px;
    font-size: 14px;
    bottom: 2px;
    right: 6px;
}

.justify-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card-title-team {
    color: #366A4F;
    font-weight: 700;
    line-height: 24.8px;
    word-wrap: break-word;
    text-transform: capitalize;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.card-title {
        color: #366A4F;
    font-weight: 700;
    line-height: 28.80px;
    word-wrap: break-word;
    text-transform: capitalize;
    font-size:20px;
}

.card-subtitle {
    color: #7F7F7F;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 20.40px;
    word-wrap: break-word;
    text-transform:unset !important;
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-text {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
    overflow: hidden;
  /*display: block;*/
  /*line-height: 1.5; */
  /*max-height: 2.5em;*/
text-align: justify !important;

    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits text to 3 lines */
    -webkit-box-orient: vertical;
}



/*.section-btn-inner {
    color: #FDFDFD; 
    font-size: 20px; 
    line-height: 24px; 
}*/
.section-btn:hover {
    background-color: #f3f2ef;
}
.section-btn:hover a {
    color: #366A4F;
}

.no-padding {
    padding: 0 !important;
  }

.key-officail-img {
    margin: 12px;
    overflow: hidden;
    border-radius: 6px;
    /*width: 172px;*/
    width: 95%;
    
}

.key-officail-img img {
/*  transition: transform .2s;*/
display: block;
  transition: .5s ease;
max-height: 172px;
min-height: 172px;
}

.key-officail-img:hover img {
  transform: scale(1.1); 
  transform-origin: 50% 50%;
}

.media-section-date img {
display: block;
  transition: .5s ease;
}

.media-section-date:hover img {
transform: scale(1.1); 
  transform-origin: 50% 50%;
}

/* ########## Slider CSS ##########*/
/*.header > span {
    color: #366A4F; 
    font-size: 28px; 
    font-weight: 700; 
    line-height: 39.20px; 
    word-wrap: break-word;
}*/

.card-officail-news:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/*.card-officail {
    justify-content: flex-start; 
    align-items: center; 
    gap: 24px; 
}*/

.card-officail {
     width: 100%; 
    height: 100%; 
      border-radius: 4px;
      border: 1px #D1D1D1 solid;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

.card-officail:hover img{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    transform: scale(1.1); 
  transform-origin: 50% 50%;
}
    .card-officail img {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      transition: .5s ease;
    }
    .card-officail-body {
      padding: 15px;
    }
    .card-officail-title {
      font-size: 18px;
      font-weight: 700;
      color: #366A4F;
    }
    .card-officail-text {
      font-size: 14px;
      color: #666;
      margin-bottom: 15px;
    }
    .read-officail-more {
      color: #366A4F;
      font-weight: 600;
      text-decoration: none;
    }
    .read-officail-more:hover {
      text-decoration: underline;
    }



    .slider {
        position: relative;
        width: 100%;
        /*max-width: 800px;*/
        overflow: hidden;
        margin: auto;
        padding: 32px 0px;
    }

    /* Slide wrapper */
    .slide-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }

    /* Each slide */
    .slide {
        min-width: 25%; /* 4 slides in view */
        box-sizing: border-box;
        /*  padding: 10px; */

    }

    .slide img {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }

    /* Slider controls */
    .prev, .next {
         /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    background-color: #ffffff;
    color: #616161;
    border: none;
    padding: 4px 10px 1px 10px;
    cursor: pointer;
    border-radius: 12%;
    box-shadow: 2px 2px 6px #6161618a;
    }
    .prev-news, .next-news {
        float: right; /* English ke liye default right */
    }
    [dir="rtl"] .prev-news,
    [dir="rtl"] .next-news {
            float: left; /* Urdu ke liye left */

    }

    .prev-goverment, .next-goverment {
        float: right; /* English ke liye default right */
    }
    [dir="rtl"] .prev-goverment,
    [dir="rtl"] .next-goverment {
            float: left; /* Urdu ke liye left */

    }

    .prev-project-slide, .next-project-slide {
        float: right; /* English ke liye default right */
    }
    [dir="rtl"] .prev-project-slide,
    [dir="rtl"] .next-project-slide {
            float: left; /* Urdu ke liye left */

    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }
    

.nav-tabs-new > li.active > a, .nav-tabs-new > li.active > a:hover, .nav-tabs-new > li.active > a:focus .nav-tabs-new > li.active > a:before {
    color: #fff;
    border-bottom: 0.75px #D1D1D1 solid;
}

.nav-tabs-new > li{
    border-bottom: 0.75px #D1D1D1 solid;
    color: #7F7F7F;
    font-size: 20px;
    line-height: 24px;
    word-wrap: break-word;
}

.nav-tabs-new > li > a {
    background-color: transparent;
    padding: 12px;
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #7F7F7F;
}

.latest-updates, .nav-tabs-new > li.active > a.latest-updates, .nav-tabs-new > li.active > a.latest-updates:before, .card-box .card-icon.latest-updates, .card-box .card-icon.quotes, .latest-tabs li.active > a.latest-updates:before {
    background-color: #366A4F;
}

.nav-tabs-new > li.active > a, .nav-tabs-new > li.active > a:hover, .nav-tabs-new > li.active > a:focus .nav-tabs-new > li.active > a:before {
    color: #fff;
    /*font-size: 24px;
    line-height: 30px;*/
    word-wrap: break-word;
}

.nav-tabs-new > li.active > a.latest-updates:before, .card-box .nav-tabs-new > li.active > a.card-icon.latest-updates:before, .card-box .nav-tabs-new > li.active > a.card-icon.quotes:before, .latest-tabs .nav-tabs-new > li.active > a.latest-updates:before {
    content: "\F0DA";
    font-family: FontAwesome;
    font-size: 27px;
    position: absolute;
    right: -8px;
    top: 13px;
    border: none;
    color: #366A4F;
    background: transparent !important;
}


/* ########## End Slider CSS ##########*/

/*########### start tag CSS ##########*/



.latest-updates, .card-box .card-icon.latest-updates, .card-box .card-icon.quotes, .latest-tabs li.active > a.latest-updates:before {
    background-color: #366A4F;
}

.nav-pills > li + li {
    margin-left: 0px;
}

.table-striped-new > tbody > tr:nth-of-type(odd) {
    background-color: #F4F4F4;
}
.table-striped-new > tbody > tr:nth-of-type(even) {
    background-color: #EBEBEB;
}




/*############# Test #############*/
:root {
  --marquee-width: 80vw;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 7;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

/*.marquee {
  width: 80vw;
  height: 20vh;
  background-color: #111;
  color: #eee;
  overflow: hidden;
  position: relative;
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
  background: linear-gradient(to right, #111 0%, transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, #111 0%, transparent 100%);
}*/

.marquee-content {
    display: flex;
    overflow: hidden;
    animation: none;
    
}
[dir="rtl"] .marquee-content {
    
            animation: scrolling-reverse var(--marquee-animation-duration) linear infinite;


}
.marquee-item {
    display: inline-block;
    list-style: none;
    white-space: normal;
    min-width: 200px; /* Adjust according to content */
}
/* Stop animation on hover */
.marquee-content:hover  {
    animation-play-state: paused;
}

@keyframes scrolling {
      0% { transform: translateX(0); }
      100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}

@keyframes scrolling-reverse {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}


/*.key-box-bottom-link {
    @keyframes scrolling {
        from {
            transform: translateX(-100%);
        }
        to {
            transform: translateX(100%);
        }
    }
}*/
.marquee-content li {
  min-width: 200px;
    

  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height)*3/4);
  white-space: nowrap;*/
}

/*.marquee-content li img {
  width: 100%;
  border: 2px solid #eee;
}
*/

/*########## Test End ###########*/


/*.nav-tabs-important > li.active > a.latest-updates:before, .card-box .nav-tabs-important > li.active > a.card-icon.latest-updates:before, .card-box .nav-tabs-important > li.active > a.card-icon.quotes:before, .latest-tabs .nav-tabs-important > li.active > a.latest-updates:before {
    content: "\F0DA";
    font-size: 44px;
    position: absolute;
    right: -11px;
    top: 13px;
    border: none;
    color: #366A4F;
    background: transparent !important;
}*/

/* ########## End tag CSS ##########*/
/* ########## Slider image CSS ##########*/

.media-image {
    opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.media-image img {
    /*width: 476px; 
    height: 300px;*/ 
    border-radius: 4px
}

.middle {
      /* transition: .5s ease; */
    /* opacity: 0; */
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    /* transition: opacity 0.3s ease, bottom 0.3s ease; */
    position: absolute;
    bottom: -50px;
    /* left: 0; */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;


}

.card-officail {
    position: relative;
    overflow: hidden;
}

.card-officail:hover .media-image {
  opacity: 0.3;
  bottom: 0;
}

.card-officail:hover .middle {
  opacity: 1;
   bottom: 0;
}

 .media-image img {
      transition: transform 0.4s ease, box-shadow 0.4s ease; /* smoother transition */
    }
.card-officail:hover .media-image img {
      transform: scale(1.1); /* slight zoom */

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.text {
/*  background-color: #04AA6D;*/
  color: white;
  font-size: 20px;
 line-height: 22px;
  padding: 16px 20px;
  min-height: 172px;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ########## End Slider image CSS ##########*/

.custom-row {
display: flex;
}



/*######### Footer ###############*/

.new-footer-social-links li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.place-card {
    display: none;
}

.asw-menu-btn {
    outline: none !important;
    background: linear-gradient(96deg, #366A4F 0, #366A4F 100%) !important;
}



.card:hover {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
    /*background-color: #366a5726;*/
}

/*######### sub domain Footer ###############*/
.footer-subdomain {
    opacity: 1.85;
    mix-blend-mode: multiply;
    background: #2F2F2F;
    padding: 52px 0 0;
    position: relative;
    background-color:#044523;
    /*background-image: url(../../images/main-site-images/back-image-footer.png);
    background-repeat: round;*/
}















.social-share {
    /*position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s;*/


    /*width: 44px;
    height: 44px;*/
    position: fixed;
    bottom: 94px;
    width: 48px;
    /*top: 331px;*/
    left: 25px;
    z-index: 9999;
    text-align: center;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;

    /*transform: translateY(-85%);*/
    display: flex;
    flex-direction: column;
    align-items: center;
        padding: 10px 10px;
}


.social-icons {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;

    transform: translateY(20px); /* Start 20px below */
    opacity: 0; /* Initially invisible */
    transition: transform 0.3s ease, opacity 0.3s ease; 
}

.icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    background: #ddd;
    color: white;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.icon.fb:hover { background: #3b5998; }
.icon.x:hover { background: #1da1f2; }
.icon.linkedin:hover { background: #0077b5; }
.icon.insta:hover { background: #e4405f; }
.icon.yt:hover { background: #ff0000; }


.share-btn {
    /*padding: 10px 20px;
    background: #333;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px 0 0 0;*/
    font-size: 18px;
    cursor: pointer;
    color: #616161;
}

.share-btn:hover {
    background: #ffffff;
}

/* Hover effect for showing icons */
.social-share:hover .social-icons {
    display: flex;
     transform: translateY(0); /* Move to its original position */
    opacity: 1;
}

/*######### End Footer ###############*/



.close-btn {
  position: relative;
  border: 1px solid #ffffff;
float: right;
padding: 20px;
background-color: #ffffff;
}

.close-btn::before,
.close-btn::after {
    content: "";
    position: absolute;
    width: 31px;
    height: 3px;
    background-color: #225622;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-btn-member {
  border: 1px solid #ffffff;
float: right;
background-color: #ffffff;
}

.close-btn-member::before,
.close-btn-member::after {
    content: "";
    position: absolute;
    width: 31px;
    height: 3px;
    background-color: #225622;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn-member::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#modal-all-updates {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:999999;
  &.view-all-updates {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        border-radius: 12px;
        max-width: 85%;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  
}

#modal-financial-planning {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:999999;
  &.view-financial-planning {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        border-radius: 12px;
        max-width: 85%;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  
}

#modal-university {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:999999;
  &.view-university {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        border-radius: 12px;
        max-width: 85%;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  
}

#modal-department {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:999999;
  &.view-department {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        border-radius: 12px;
        max-width: 60%;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  
}


#modal-container-2 {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:999999;
  &.two-2 {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        border-radius: 12px;
        max-width: 85%;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  
}

#modal-container-3 {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:999999;
  &.two-3 {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        border-radius: 12px;
        max-width: 85%;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  
}

#modal-news-event {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:999999;
  &.read-more-id {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        border-radius: 12px;
        max-width: 85%;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  
}

#modal-major-project {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:999999;
  &.view-major-projects {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        border-radius: 12px;
        max-width: 85%;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  
}

#modal-container {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:999999;
  &.two {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        border-radius: 12px;
        max-width: 85%;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  
}

.landscape-sindh-inner ul li {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    border-radius: 4px; 
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px; 
    padding: 15px; 
    color: #7F7F7F; 
    font-weight: 700; 
    line-height: 20.40px; 
    margin-bottom: 10px;
}

.landscape-sindh-inner ul li:hover {
    cursor: pointer;
    background-color: #f4f4f4;
}

.updates-inner ul li {
    border-radius: 8px;
    border: 0.75px #D1D1D1 solid;
    padding: 15px; 
    color: #7F7F7F; 
    line-height: 20.40px; 
    margin-bottom: 10px;
}

.updates-inner ul li:hover {
    background-color: #f4f4f4;
}

.modal-background body {
    overflow: hidden; /* Disable scrolling when modal is open */
}

/*@keyframes zoomIn {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(0);
  }
}*/

@keyframes fadeIn {
  0% {
    background:rgba(0,0,0,.0);
  }
  100% {
    background:rgba(0,0,0,.7);
  }
}

@keyframes fadeOut {
  0% {
    background:rgba(0,0,0,.7);
  }
  100% {
    background:rgba(0,0,0,.0);
  }
}

@keyframes scaleUp {
  0% {
    transform:scale(.8) translateY(1000px);
    opacity:0;
  }
  100% {
    transform:scale(1) translateY(0px);
    opacity:1;
  }
}

@keyframes scaleDown {
  0% {
    transform:scale(1) translateY(0px);
    opacity:1;
  }
  100% {
    transform:scale(.8) translateY(1000px);
    opacity:0;
  }
}

@keyframes scaleBack {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(.85);
  }
}

@keyframes scaleForward {
  0% {
    transform:scale(.85);
  }
  100% {
    transform:scale(1);
  }
}

@keyframes quickScaleDown {
  0% {
    transform:scale(1);
  }
  99.9% {
    transform:scale(1);
  }
  100% {
    transform:scale(0);
  }
}


.card-image img {
    width: 500px;
}



.department-search-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 10px;
  max-width: 400px;
  background-color: #f9f9f9;
}

.department-search-icon {
  margin-right: 8px;
  color: #888;
      font-size: 16px;
    width: 14px;
    height: 14px;
    border: 1px solid #afafad;
    border-radius: 50%;
    position: relative;
}

#search-list-query p {
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    /*display: block;
    font-size: 14px;
    line-height: 1.62857143;
    color: #b4b4b4;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: unset;*/
}

.search-input {
  border: none;
  outline: none;
  font-size: 14px;
  background-color: transparent;
  width: 100%;
}

.search-input::placeholder {
  color: #aaa;
}

.hidden {
  display: none;
}

.main-search-box {
    position: absolute;    
    right: 0;
    z-index: 9999;
    width: 100%;
    opacity: 0.95;
}

.main-search-box input:focus  {
border-color: #2f6146 !important;
}

.department-search-icon::after {
    content: '';
    width: 5px;
    height: 1px;
    background-color: #afafad;
    position: absolute;
    bottom: 0;
    right: -5px;
    transform: rotate(45deg);
    transform-origin: top left;
}


.department-site-td a {
    cursor: pointer;
    color: #2D2D2D;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 20.40px;
    word-wrap: break-word;
    padding: 20px 8px;
}

.department-site-td-a {
    text-align: right;
}

.department-site-td-a a {
    color: rgb(255, 255, 255);
    background: #366A4F;
    border-radius: 4px;
    padding: 5px 20px !important;border: none;
}

.department-site-td a:hover {
    color: #366A4F;
}


.university-td {
    cursor: pointer;
    color: #2D2D2D;
    font-weight: 400;
    line-height: 20.40px;
    word-wrap: break-word;
    padding: 20px 8px;
}

.university-td:hover {
    color: #366A4F;
}

.department-row {
    cursor: pointer;
}

.department-info {
    display: none;
    position: absolute;
    background: #F2F2F2;
    border-radius: 16px;
    padding: 22px;
    z-index: 10;
    width: 100%;
}

.department-row:hover + .department-info {
    display: block;
}

#deparment-hover {
    display: none;
}

#university-hover {
    display: none;
}

.governance-financial-planning {
    padding: 40px 0px; 
    background-color: #F4F4F4;
}

.governance-financial-planning ul {
    background: #FDFDFD; 
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15); 
    border-radius: 4px;
    /*height: 450px;*/
}
.mission-sindh {
    padding: 40px 0px;
    background-color: #366A4F;
}
.landscape-sindh {
    padding: 40px 0px;
}
.landscape-sindh ul {
    background: #FDFDFD; 
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15); 
    border-radius: 4px;
    /*height: 450px;*/
}

.financial-planning-target {
    background: #FDFDFD; 
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15); 
    border-radius: 4px;
    padding: 35px 30px 30px 30px;
    min-height: 450px;
    height: auto;
    /*height: 450px;*/
}

.financial-planning-target-description {
    color: #7F7F7F; 
    font-size: 14px; 
    font-weight: 400; 
    line-height: 20.80px; 
    word-wrap: break-word
}

.financial-planning-target-btn {
    background: #366A4F;
    border-radius: 4px;
    border: 1px #D1D1D1 solid;
    padding-top: 10p;
    margin-top: 12px;
    text-align: center;
    padding: 7px;
}

.financial-planning-target-btn a {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 17px;
    text-transform: math-auto;
    font-size: 17px;
}

.financial-planning-target-btn:hover a {
   color: #366A4F !important;
}

.financial-planning-target-btn:hover{
    background-color: #f3f2ef;
}

.important-links-inner {
        position: relative;
        width: 100%;
        /*max-width: 800px;*/
        overflow: hidden;
        margin: auto;
        padding: 32px 0px;
    }



/* Styles for the container */
.card-box .nav-tabs-important > li.active > a.card-icon.latest-updates:before, .card-box .nav-tabs-important > li.active > a.card-icon.quotes:before, .latest-tabs .nav-tabs-important > li.active > a.latest-updates:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 23px;
    position: absolute;
    bottom: -11px;
    align-content: center;
    border: none;
    color: #366A4F;
    background: transparent !important;
        left: 50%;
    transform: translateX(-50%);
}

.nav-tabs-important > li.active > a, .nav-tabs-important > li.active > a:hover, .nav-tabs-important > li.active > a:focus .nav-tabs-important > li.active > a:before {
    color: #fff;
    /*border-bottom: 0.75px #D1D1D1 solid;*/
}

.nav-tabs-important > li {
    /*border-left: 0.75px #D1D1D1 solid;*/
    color: #7F7F7F;
    /*font-size: 20px;*/
    line-height: 24px;
    word-wrap: break-word;
}

.nav-tabs-important > li > a {
    background-color: transparent;
    /* border-radius: 10px; */
    padding: 10px;
    font-size: 14px !important;
    /*text-align: center;*/
    /*text-transform: uppercase;
    border: 2px solid #a19c9c; */
    position: relative;
    color: #7F7F7F;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-height: 50px;
}

.latest-updates, .nav-tabs-important > li.active {
    background-color: #366A4F;
}
.nav-tabs-important > li.active:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.nav-tabs-important > li.active:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.nav-tabs-important > li.active > a, .nav-tabs-important > li.active > a:hover, .nav-tabs-important > li.active > a:focus .nav-tabs-important > li.active > a:before {
    color: #fff;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 70px;
    min-height: 70px;*/
}

.nav>li>a:hover {
    text-decoration: none;
    color: #009c49;

}

.latest-updates, .nav-tabs-important > li.active > img {
    background-color: #366A4F;
}

.nav-table-important > tbody > tr > th > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #7F7F7F !important;
    font-size: 20px !important;
}

.text-align-right {
    text-align: right !important;
}
.text-align-left {
    text-align: left !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right;
}

.main-search-box-mobile {
    position: absolute;
    right: 15px;
    left: 15px;
    z-index: 9999;
    width: 92%;
    opacity: 0.95;
    margin-top: 150px;
}

.modal-active {
    overflow: hidden !important;
}
.manu-top {
    position:fixed;
}

.footer-row {
    border-bottom: 0.80px white solid;
}
.disabled-link:hover {
       
        opacity: 0.5;
    }

.banner-title-background {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -khtml-background-size: cover;
    background-color: rgba(0, 66, 38, .7);
    background-position: 50%;
    padding: 100px 0;
    text-align: center;
    position: relative;
}

/* Full Screen */
@media (min-width: 1200px) {

  body {
    font-family: lato, sans-serif !important;
    font-size: 14px;
    line-height: 1.62857143;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    /*margin-top: 126px;*/
}

h1,h2,h3,h4,h5,h6,p,span,div,input,textarea,select,button,a {
    font-family: lato, sans-serif !important;
}

.navbar-toggle {
        display: none !important;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

.child-header, .home-header, .main-header, .navbar-fixed-bottom, .navbar-fixed-top {
    /*position: fixed;
    right: 0;
    left: 0;
    z-index: 999999;*/
}

  .col-lg-3:nth-last-child(1),
.col-lg-3:nth-last-child(6) {
    border-right: none !important;
  }
 .col-lg-3:nth-last-child(5),
 .col-lg-3:nth-last-child(4),
 .col-lg-3:nth-last-child(3),
 .col-lg-3:nth-last-child(2),
 .col-lg-3:nth-last-child(1) {
    border-bottom: none !important;
  }

  .tab-images-overlap {
    display: block;
  }
  .tab-images-overlap-mobile {
    display: none;
  }
  .counter-border {
    border-right: 1px solid #FDFDFD;
    border-left: none;
  }
   [dir="rtl"] .counter-border {
        border-left: 1px solid #FDFDFD;
        border-right: none;
    }
  .governance-financial-planning ul {
    min-height: 450px;
    height: auto;
  }
  .landscape-sindh ul {
    min-height: 450px;
    height: auto;
  }
  .container {
        max-width: 90%;
    }
    .navbar-nav > li {
        float: inline-start;
        margin: 13px 0 0 10px !important;
    }
    .navCategoryListActiveHLink {
        padding: 0px 0px 29px 0px !important;
        font-weight: 400;
        font-size: 17px;
    }
    .navbar-nav li > a:hover i, 
    .navbar-nav li > a:hover i {
        color: #009c49;
    }
    .sub-menu-inner-top {
        /* padding-top: 50px; */
        padding-top: 0px;
    }
    .key-tab-left > li {
      /*border-left: 0.75px #D1D1D1 solid;*/
      border-left: 1px #2d2d2d66 solid;
      float: left;
      .inner-key-tab {
        padding-right: 8px;
      }
    }
    .key-tab-left > li:first-child {
        border-left: none;
    }

    .key-tab-right > li {
        float: right;
        border-right: 0.75px #D1D1D1 solid;
        .inner-key-tab {
            padding-left: 8px;
        }
    }
    .nav-tabs-important > li.active > a.latest-updates:before {
        content: "\f0d7";
        font-family: FontAwesome;
        font-size: 23px;
        position: absolute;
        bottom: -11px;
        align-content: center;
        border: none;
        color: #366A4F;
        background: transparent !important;
            left: 50%;
        transform: translateX(-50%);
    }
    .custom-col {
    flex: 0 0 20%; /* Har column 20% width lega */
        max-width: 20%;
    }
    .official-government-websites {
        background: #f2f5f3;
        border-radius: 8px;
        padding: 32px 32px 32px 32px; 
        margin: 32px 0px;
    }
    .official-government-websites img {
        margin-left: auto;
        margin-right: auto;
        padding-top: 32px;
    }
    .official-government-websites h5 {
        text-align: center; 
        font-weight: 400; 
        line-height: 20.40px; 
        word-wrap: break-word;
        text-transform: capitalize;    
        height: 30px;
    }
    .for-desktop {
    display: block;
}
.for-mobile {
    display: none;
}
    .search-menu-desktop {
        display: block;
    }
    .search-menu-responsive {
        display: none;
    }
    .custom-scroll::-webkit-scrollbar {
        width: 6px; 
        height: 6px;
    }

    .scroll-bar-inner::-webkit-scrollbar {
        width: 6px; 
        height: 6px;
    }

    .modal-background {
    display:table-cell;
    background:rgba(0,0,0,.8);
    text-align:center;
    vertical-align:middle;
    .modal {
      background:white;
      padding:50px;
      display:inline-block;
      border-radius:3px;
      font-weight:300;
      position:relative;
      width: 84%;
      h2 {
        font-size:16px;
        line-height:25px;
        margin-bottom:15px;
      }
      h5 {
        font-size:24px;
      }
      p {
        font-size:17px;
        color: #7F7F7F;
        font-weight: 400;
        line-height: 20.40px;
        word-wrap: break-word;
      }
      .modal-svg {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        border-radius:3px;
        rect {
          stroke: #fff;
          stroke-width: 2px;
          stroke-dasharray: 778;
          stroke-dashoffset: 778;
        }
      }
    }
  }

  .heading-section-span {
    color: #366A4F; 
    font-size: 28px; 
    font-weight: 700; 
    line-height: 39.20px; 
    word-wrap: break-word;
}

.section-btn {
    width: 90%; 
    padding: 11px; 
    background: #366A4F; 
    border-radius: 4px; 
    border: 1px #D1D1D1 solid; 
    justify-content: center; 
    align-items: center; 
    display: inline-flex
}

.section-btn a{
    color: #FDFDFD;
    font-size: 20px;
    line-height: 24px;
}
.sub-header > span {
    color: #366A4F; 
    font-size: 28px; 
    font-weight: 700; 
    line-height: 39.20px; 
    word-wrap: break-word;
}
.landscape-sindh-inner ul li span {
    font-size: 17px;
 }
 .landscape-sindh-inner ul li a {
    font-size: 14px;
    font-weight: 700;
    }
.updates-inner ul li span {
    font-size: 17px;
 }
 .updates-inner ul li a {
    font-size: 14px;
    font-weight: 700;
    }    

    .department-site-td a {
        font-size: 17px !important;
    }
    .department-site-td-a a {
        font-size: 13px;
    }
    .university-td {
        font-size: 17px !important;
    }
    .search {
        font-size: 16px;
    }
    .email-login-btn {
        padding: 6px 36px;
        font-size: 16px;
    }
    .complain-form-btn {
        padding: 6px 10px;
        font-size: 14px;
    }
    .main-search-box {
        margin-top: 130px;
    }
    .counter-bar{
        color: #FDFDFD; font-weight: 500; word-wrap: break-word; padding: 16px 10px;
    }
    .counter-bar-main {
        padding:15px;display: flex;align-items: center;justify-content: center;
    }
    .counter-bar-img {
        float: left;padding-right: 15px;padding-left: 15px;
    }
    .counter-bar-text {
        font-size: 33px;position: relative;
    }
    .counter-bar-label-text {
        font-size: 16px;line-height: 0.1px; padding-top: 42px;position: absolute;
    }
    .counter-bar-label-text {
        padding-left: 147px;
        padding-right: 0px; /* English ke liye default right */
    }
    [dir="rtl"] .counter-bar-label-text {
        padding-left: 0px;
        padding-right: 104px; /* Urdu ke liye left */
    }

    .responsive-icon {
        font-size: 2em;
    }
    .footer-row-address {
    color: #E6E6E6; font-size: 17px; line-height: 20.40px; word-wrap: break-word;padding-top:50px;
    }
    .footer-row-address p {
    display: flex; align-items: center; gap: 20px;font-size: 17px;
    }
    .footer-row-address-2{
        line-height: 20.40px; padding-top:50px;
    }
    .footer-row-address-3{
        line-height: 40.8px; padding-top:50px;
    }
    .footer-row-address-4{
        line-height: 40.8px; padding-top:50px;
    }
    .footer-row-address-2 a{
        color: white; font-size: 16px; padding-bottom: 4px;
    }
    .footer-row-address-3 a{
        color: #E6E6E6; font-size: 16px;
    }
    
    .footer-new {
    opacity: 1.85;
    mix-blend-mode: multiply;
    background: #2F2F2F;
    padding: 52px 0 0;
    position: relative;
    background-image: url(../../images/main-site-images/back-image-footer.png);
    background-repeat: round;
    }
    .tender-search{padding:0 140px}

    .carousel-banner-height {
        height: 70vh !important;
    }
    .navbar figcaption {
        font-size: 13px;
    }
    .text-box {
        display: inline-block;
        vertical-align: middle;
	max-width: 75%;            
    }

}

/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
 
  body {
    font-family: lato, sans-serif !important;
    font-size: 14px;
    line-height: 1.62857143;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    /*margin-top: 111px;*/
}

h1,h2,h3,h4,h5,h6,p,span,div,input,textarea,select,button,a {
    font-family: lato, sans-serif !important;
}

.child-header, .home-header, .main-header, .navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999999;
}
.navbar-toggle {
        display: none !important;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

  .col-lg-3:nth-last-child(1),
.col-lg-3:nth-last-child(6) {
    border-right: none !important;
  }
 .col-lg-3:nth-last-child(5),
 .col-lg-3:nth-last-child(4),
 .col-lg-3:nth-last-child(3),
 .col-lg-3:nth-last-child(2),
 .col-lg-3:nth-last-child(1) {
    border-bottom: none !important;
  }

.for-desktop {
    display: block;
}
.for-mobile {
    display: none;
}

  .counter-border {
    border-right: 1px solid #FDFDFD;
    border-left: none;
  }
   [dir="rtl"] .counter-border {
        border-left: 1px solid #FDFDFD;
        border-right: none;
    }
  .tab-images-overlap {
    display: block;
  }
  .tab-images-overlap-mobile {
    display: none;
  }
  .governance-financial-planning ul {
    min-height: 450px;
    height: auto;
  }
  .landscape-sindh ul {
    min-height: 450px;
    height: auto;
  }
  .navbar-nav > li {
        float: inline-start;
        margin: 13px 0 0 3px !important;
    }
    .navCategoryListActiveHLink {
        padding: 0px 0px 19px 0px !important;
        font-weight: 400;
        font-size: 14px;
    }
    .navbar-nav li > a:hover i, 
.navbar-nav li > a:hover i {
    color: #009c49;
}
.sub-menu-inner-top {
    padding-top: 50px;
}
.key-tab-left > li {
  border-left: 1px #2d2d2d66 solid;
  float: left;
  .inner-key-tab {
    padding-right: 8px;
  }
}
.key-tab-left > li:first-child {
        
        border-left: none;
    }
.key-tab-right > li {
    float: right;
    border-right: 0.75px #D1D1D1 solid;
    .inner-key-tab {
        padding-left: 8px;
    }
}
.nav-tabs-important > li.active > a.latest-updates:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 23px;
    position: absolute;
    bottom: -11px;
    align-content: center;
    border: none;
    color: #366A4F;
    background: transparent !important;
        left: 50%;
    transform: translateX(-50%);
}
.custom-col {
flex: 0 0 20%; /* Har column 20% width lega */
    max-width: 20%;
}
.official-government-websites {
        background: #f2f5f3;
        border-radius: 8px;
        padding: 32px 32px 32px 32px; 
        margin: 32px 0px;
    }
    .official-government-websites img {
        margin-left: auto;
        margin-right: auto;
        padding-top: 32px;
    }
    .official-government-websites h5 {
        text-align: center; 
        font-weight: 400; 
        line-height: 20.40px; 
        word-wrap: break-word;
        text-transform: capitalize;    
        height: 30px;
    }
    .search-menu-desktop {
        display: block;
    }
    .search-menu-responsive {
        display: none;
    }
  /*.container {
        max-width: 90%;
    }*/
    .custom-scroll::-webkit-scrollbar {
        width: 6px; 
        height: 6px;
    }

    .scroll-bar-inner::-webkit-scrollbar {
        width: 6px; 
        height: 6px;
    }

    .modal-background {
    display:table-cell;
    background:rgba(0,0,0,.8);
    text-align:center;
    vertical-align:middle;
    .modal {
      background:white;
      padding:50px;
      display:inline-block;
      border-radius:3px;
      font-weight:300;
      position:relative;
      h2 {
        font-size:16px;
        line-height:25px;
        margin-bottom:15px;
      }
      h5 {
        font-size:24px;
      }
      p {
        font-size:17px;
        color: #7F7F7F;
        font-weight: 400;
        line-height: 20.40px;
        word-wrap: break-word;
      }
      .modal-svg {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        border-radius:3px;
        rect {
          stroke: #fff;
          stroke-width: 2px;
          stroke-dasharray: 778;
          stroke-dashoffset: 778;
        }
      }
    }
  }

  .heading-section-span {
    color: #366A4F; 
    font-size: 28px; 
    font-weight: 700; 
    line-height: 39.20px; 
    word-wrap: break-word;
}
.section-btn {
    width: 90%; 
    padding: 11px; 
    background: #366A4F; 
    border-radius: 4px; 
    border: 1px #D1D1D1 solid; 
    justify-content: center; 
    align-items: center; 
    display: inline-flex
}

.section-btn a{
    color: #FDFDFD;
    font-size: 20px;
    line-height: 24px;
}
.sub-header > span {
    color: #366A4F; 
    font-size: 28px; 
    font-weight: 700; 
    line-height: 39.20px; 
    word-wrap: break-word;
}
.landscape-sindh-inner ul li span {
    font-size: 17px;
 }
 .landscape-sindh-inner ul li a {
    font-size: 14px;
    font-weight: 700;
    }
    .updates-inner ul li span {
    font-size: 17px;
 }
 .updates-inner ul li a {
    font-size: 14px;
    font-weight: 700;
    }
    
.department-site-td a {
        font-size: 17px !important;
    }
    .department-site-td-a a {
        font-size: 13px;
    }
    .university-td {
        font-size: 17px !important;
    }
    .search {
        font-size: 12px;
    }
    .email-login-btn {
        padding: 4px 26px;
        font-size: 12px;
    }
    .complain-form-btn {
        padding: 5px 12px;
        font-size: 10px;
    }
    .sidebar {
    margin: 36px 0px;
    }
    .main-search-box {
        margin-top: 106px;
    }
    .counter-bar{
        color: #FDFDFD; font-weight: 500; word-wrap: break-word; padding: 16px 10px;
    }
    .counter-bar-main {
        padding:15px;display: flex;align-items: center;justify-content: center;
    }
    .counter-bar-img {
        float: left;padding-right: 15px;
    }
    .counter-bar-text {
        font-size: 30px;position: relative;
    }
.counter-bar-label-text {
        font-size: 14px;line-height: 0.1px; padding-top: 42px;position: absolute;padding-left: 130px;
    }
    .responsive-icon {
        font-size: 2em;
    }
    .footer-row-address {
    color: #E6E6E6; font-size: 17px; line-height: 20.40px; word-wrap: break-word;padding-top:30px;
    }
    .footer-row-address p {
    display: flex; align-items: center; gap: 20px;font-size: 13px;
    }
    .footer-row-address-2{
        line-height: 20.40px; padding-top:30px;
    }
    .footer-row-address-3{
        line-height: 40.8px; padding-top:30px;
    }
    .footer-row-address-4{
        line-height: 40.8px; padding-top:30px;
    }
    .footer-row-address-2 a{
        color: white; font-size: 13px; padding-bottom: 4px;
    }
    .footer-row-address-3 a{
        color: #E6E6E6; font-size: 13px;
    }
    .footer-new {
    opacity: 1.85;
    mix-blend-mode: multiply;
    background: #2F2F2F;
    padding: 30px 0 0;
    position: relative;
    background-image: url(../../images/main-site-images/back-image-footer.png);
    background-repeat: round;
    }
    .tender-search{padding:0 140px}

    .navbar figcaption {
        font-size: 10px;
    }
    .carousel-banner-height {
        height: 70vh !important;
    }
    .text-box {
        display: inline-block;
        vertical-align: middle;
	max-width: 75%;            
    }

}

@media (min-width: 768px) and (max-width: 1400px) { 
       .navCategoryListActiveHLink {
        padding: 0px 0px 19px 0px !important;
        font-weight: 400;
        font-size: 14px !important;
    }
        .search {
        font-size: 12px;
    }
        .email-login-btn {
        padding: 4px 20px;
        font-size: 12px;
    }
    .complain-form-btn {
        padding: 5px 12px;
        font-size: 10px;
    }
    
    
}
@media (min-width: 768px) and (max-width: 1100px) { 

  /*  .col-lg-3:nth-last-child(1),
.col-lg-3:nth-last-child(6) {
    border-right: none !important;
  }
 .col-lg-3:nth-last-child(5),
 .col-lg-3:nth-last-child(4),
 .col-lg-3:nth-last-child(3),
 .col-lg-3:nth-last-child(2),
 .col-lg-3:nth-last-child(1) {
    border-bottom: none !important;
  }*/

.navbar-toggle {
        display: none !important;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    
    .navbar-nav li > a:hover i, 
.navbar-nav li > a:hover i {
    color: #009c49;
}
.sub-menu-inner-top {
    padding-top: 50px;
}
.key-tab-left > li {
  border-left: 1px #2d2d2d66 solid;
  float: left;
  .inner-key-tab {
    padding-right: 8px;
  }
}
.key-tab-left > li:first-child {
        
        border-left: none;
    }
.key-tab-right > li {
    float: right;
    border-right: 0.75px #D1D1D1 solid;
    .inner-key-tab {
        padding-left: 8px;
    }
}
.custom-col {
flex: 0 0 20%; /* Har column 20% width lega */
    max-width: 20%;
}
.official-government-websites {
        background: #f2f5f3;
        border-radius: 8px; 
        padding: 20px 20px 20px 20px; 
        margin: 32px 0px;
    }
.official-government-websites img {
        margin-left: auto;
        margin-right: auto;
        padding-top: 32px;
    }
    .official-government-websites h5 {
        text-align: center; 
        font-weight: 400; 
        line-height: 20.40px; 
        word-wrap: break-word;
        text-transform: capitalize;    
        height: 30px;
    }
    .custom-scroll::-webkit-scrollbar {
        width: 5px; 
        height: 5px;
    }

    .scroll-bar-inner::-webkit-scrollbar {
        width: 5px; 
        height: 5px;
    }

    .for-desktop {
    display: block;
}
.for-mobile {
    display: none;
}
/*.counter-bar{
        color: #FDFDFD; font-weight: 500; word-wrap: break-word; padding: 16px 10px;
    }
    .counter-bar-main {
        padding:15px;display: flex;align-items: center;justify-content: center;
    }
    .counter-bar-img {
        float: left;padding-right: 15px;
    }
    .counter-bar-text {
        font-size: 33px;position: relative;top: -3px;
    }
    .counter-bar-label-text {
        font-size: 16px;line-height: 0.1px; padding-top: 42px;position: absolute;padding-left: 147px;
    }*/
    .responsive-icon {
        font-size: 1.6em;
    }
   
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    body {
    font-family: lato, sans-serif !important;
    font-size: 14px;
    line-height: 1.62857143;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    /*margin-top: 126px;*/
}


h1,h2,h3,h4,h5,h6,p,span,div,input,textarea,select,button,a {
    font-family: lato, sans-serif !important;
}

.navbar-toggle {
        display: block !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
.navbar .navbar-nav>li>a {
    padding: 10px 15px !important;
}
.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {
        color: #fff;
        background-color: #2f6146;
    }
    .navbar-nav li>a:hover, .navbar-nav li>a:focus {
        color: #009c49;
    }
    .navbar .navbar-nav li {
        margin-right: 0;
        margin-top: 0;
    }
    [dir="rtl"] .navbar .navbar-nav li {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
.child-header, .home-header, .main-header, .navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999999;
}

  .col-sm-3:nth-last-child(1),
.col-sm-3:nth-last-child(3),
.col-sm-3:nth-last-child(7) {
    border-right: none !important;
  }
 .col-sm-3:nth-last-child(2),
 .col-sm-3:nth-last-child(1) {
    border-bottom: none !important;
  }

  .news {
        margin: 12px 30px;
  }
  .key-officail-img-col {
    display: flex;
    justify-content: center;
  }
  .slide {
    min-width: 50%;
    }
    .counter-border {
    border-right: 1px solid #FDFDFD;
    border-left: none;
  }
   [dir="rtl"] .counter-border {
        border-left: 1px solid #FDFDFD;
        border-right: none;
    }
  .tab-images-overlap {
    display: none;
  }
  .tab-images-overlap-mobile {
    display: block;
  }
  /*.new-top-social-links ,.new-top-quick-links {
    text-align: center;
  }*/
  .governance-financial-planning ul {
    min-height: 310px;
    height: auto;
  }
  .landscape-sindh ul {
    min-height: 310px;
    height: auto;
  }
  .navbar-nav > li {
     float: unset;
        margin: unset !important;
        /*float: left;
        margin: 13px 0 0 10px !important;*/
    }
    .navCategoryListActiveHLink {
        padding: 0px 0px 29px 0px !important;
        font-weight: 400;
    }

    .navbar-nav li > a:hover i, 
    .navbar-nav li > a:hover i {
        color: #ffffff;
    }
    .sub-menu-inner-top {
    padding-top: 50px;
}
.key-tab-left > li {
  border-bottom: 1px #2d2d2d66 solid;
  float: none;
  max-width: 100% !important;
  .inner-key-tab {
    padding-right: 8px;
  }
}
.key-tab-left > li:first-child {
        
        border-left: none;
    }
.key-tab-right > li {
    float: right;
    border-right: 0.75px #D1D1D1 solid;
    .inner-key-tab {
        padding-left: 8px;
    }
}
/*.nav-tabs-important > li.active > a.latest-updates:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 44px;
    position: absolute;
    bottom: -15px;
    align-content: center;
    border: none;
    color: #366A4F;
    background: transparent !important;
        left: 50%;
    transform: translateX(-50%);
}*/
  
  .custom-col {
flex: 0 0 25%; /* Har column 20% width lega */
    max-width: 25%;
}
    .official-government-websites {
        background: #f2f5f3;
        border-radius: 8px;
        margin: 32px 0px;
    }
    .official-government-websites img {
        margin-left: auto;
        margin-right: auto;
        padding-top: 22px;
    }
    .official-government-websites h5 {
        text-align: center; 
        font-weight: 400; 
        line-height: 20.40px; 
        word-wrap: break-word;
        text-transform: capitalize;    
        height: 30px;
    }
    .for-desktop {
    display: block;
}
.for-mobile {
    display: none;
}
    .search-menu-desktop {
        display: none;
    }
    .search-menu-responsive {
        display: block;
    }
    .custom-scroll::-webkit-scrollbar {
        width: 4px; 
        height: 4px;
    }

    .scroll-bar-inner::-webkit-scrollbar {
        width: 4px; 
        height: 4px;
    }

    .modal-background {
    display:table-cell;
    background:rgba(0,0,0,.8);
    text-align:center;
    vertical-align:middle;
    .modal {
      background:white;
      padding:40px;
      display:inline-block;
      border-radius:3px;
      font-weight:300;
      position:relative;
      h2 {
        font-size:14px;
        line-height:25px;
        margin-bottom:15px;
      }
      h5 {
        font-size:20px;
      }
      p {
        font-size:15px;
        color: #7F7F7F;
        font-weight: 400;
        line-height: 20.40px;
        word-wrap: break-word;
      }
      .modal-svg {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        border-radius:3px;
        rect {
          stroke: #fff;
          stroke-width: 2px;
          stroke-dasharray: 778;
          stroke-dashoffset: 778;
        }
      }
      .card-image {
            text-align: -webkit-center;
      }
      .card-image img {
            width: 220px;
      }
      .frame-icon {
            padding-top: 10px;
      }
    }
  }

.heading-section-span {
    color: #366A4F; 
    font-size: 26px; 
    font-weight: 700; 
    line-height: 39.20px; 
    word-wrap: break-word;
}
.section-btn {
    width: 90%; 
    padding: 11px; 
    background: #366A4F; 
    border-radius: 4px; 
    border: 1px #D1D1D1 solid; 
    justify-content: center; 
    align-items: center; 
    display: inline-flex
}

.section-btn a{
    color: #FDFDFD;
    font-size: 20px;
    line-height: 24px;
}
.sub-header > span {
    color: #366A4F; 
    font-size: 24px; 
    font-weight: 700; 
    line-height: 39.20px; 
    word-wrap: break-word;
}
.landscape-sindh-inner ul li span {
    font-size: 16px;
 }
 .landscape-sindh-inner ul li a {
    font-size: 13px;
    font-weight: 700;
 }
 .updates-inner ul li span {
    font-size: 16px;
 }
 .updates-inner ul li a {
    font-size: 13px;
    font-weight: 700;
 }
 
.department-site-td a {
        font-size: 15px !important;
    }
    .department-site-td-a a {
        font-size: 11px;
    }
    .university-td {
        font-size: 15px !important;
    }
    .counter-bar{
        color: #FDFDFD; font-weight: 500; word-wrap: break-word; padding: 16px 10px;
    }
    .counter-bar-main {
        padding:15px;display: flex;align-items: center;
    }
    .counter-bar-img {
        float: left;padding-right: 15px;
    }
    .counter-bar-text {
        font-size: 28px;position: relative;
    }
    .counter-bar-label-text {
        font-size: 13px;line-height: 0.1px; padding-top: 42px;position: absolute;padding-left: 60px;
    }
    .responsive-icon {
        font-size: 1em;
    }
    .footer-row-address {
    color: #E6E6E6; font-size: 17px; line-height: 20.40px; word-wrap: break-word;padding-top:24px;
    }
    .footer-row-address p {
    display: flex; align-items: center; gap: 20px;font-size: 12px;
    }
    .footer-row-address-2{
        line-height: 20.40px; padding-top:24px;
    }
    .footer-row-address-3{
        line-height: 40.8px; padding-top:24px;
    }
    .footer-row-address-4{
        line-height: 40.8px; padding-top:24px;
    }
    .footer-row-address-2 a{
        color: white; font-size: 12px; padding-bottom: 4px;
    }
    .footer-row-address-3 a{
        color: #E6E6E6; font-size: 12px;
    }
    .footer-new {
    opacity: 1.85;
    mix-blend-mode: multiply;
    background: #2F2F2F;
    padding: 26px 0 0;
    position: relative;
    background-image: url(../../images/main-site-images/back-image-footer.png);
    background-repeat: round;
    }
    .tender-search{padding:0 50px}
    .navbar figcaption {
        font-size: 13px;
    }
    .carousel-banner-height {
        height: 60vh !important;
    }  
.text-box {
        display: inline-block;
        vertical-align: middle;
	max-width: 75%;            
    }

}

/* Android Mobile */
@media (min-width: 360px) and (max-width: 767px) {
    body {
    font-family: lato, sans-serif !important;
    font-size: 14px;
    line-height: 1.62857143;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    /*margin-top: 126px;*/
}

h1,h2,h3,h4,h5,h6,p,span,div,input,textarea,select,button,a {
    font-family: lato, sans-serif !important;
}

/*.child-header, .home-header, .main-header, .navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999999;
}*/
.scrollup-logo-new {
    width: 75px !important;
    height: 75px !important;
    bottom: 10px !important;
}
.scrollup-new {
    width: 40px !important;
    height: 40px !important;
    right: 32px;
}
.scrollup-new i {
    font-size: 24px !important;
    margin-top: 8px !important;
}
.share-btn {
    font-size: 15px !important;
}
.social-share {
    bottom: 78px !important;
    width: 36px !important;
    padding: 5px 5px !important;
}
  .news {
        margin: 5px 14px;
        font-size: 14px;
    }
    .key-officail-img-col {
    display: flex;
    justify-content: center;
  }
  .slide {
    min-width: 100%;
    }
    /*.counter-border {
    border-right: 1px solid #FDFDFD;
    border-left: none;
  }
   [dir="rtl"] .counter-border {
        border-left: 1px solid #FDFDFD;
        border-right: none;
    }*/
  .tab-images-overlap {
    display: none;
  }
  .tab-images-overlap-mobile {
    display: block;
  }
  .new-top-social-links,.new-top-quick-links {
    text-align: center;
  }
  .governance-financial-planning ul {
    min-height: 274px;
    height: auto;
  }
  .landscape-sindh ul {
    min-height: 230px;
    height: auto;
  }
  /*.navbar .navbar-nav { 
    background: #f3f2ef;
    border: 1px solid #366a4f;
    
  }*/
  .navbar .navbar-nav>li>a {
    color: #191919;
  }
  
  .navbar-nav > li {
        /*float: unset;*/
        margin: unset !important;
    }

    .navbar-nav li>a:hover ,.navbar-nav li>a:focus {
        color: #009c49;
    }

    .sidebar {
        margin: 15px 0px;
    }
    .home-video {
    width: 100%;
    height: 36vh;
    object-fit: fill;
    }
.key-tab-left > li {
  border-bottom: 1px #2d2d2d66 solid;
  float: none;
  max-width: 100% !important;
  .inner-key-tab {
    padding-right: 8px;
  }
}
.key-tab-left > li:first-child {
        
        border-left: none;
    }
.key-tab-right > li {
    border-bottom: 0.75px #D1D1D1 solid;
  float: none;
  max-width: 100% !important;
  .inner-key-tab {
    padding-left: 8px;
  }
}
.custom-col {
flex: 0 0 20%; /* Har column 20% width lega */
    max-width: 50%;
}
.official-government-websites {
        background: #f2f5f3;
        border-radius: 8px; 
        margin: 32px 0px;
    }
.official-government-websites img {
        margin-left: auto;
        margin-right: auto;
        padding-top: 14px;
    }
    .official-government-websites h5 {
        text-align: center; 
        font-weight: 400; 
        line-height: 20.40px; 
        word-wrap: break-word;
        text-transform: capitalize;    
        height: 30px;
    }
.for-desktop {
    display: none;
}
.for-mobile {
    display: block;
}
    .search-menu-desktop {
        display: none;
    }
    .search-menu-responsive {
        display: block;
    }
    .custom-scroll::-webkit-scrollbar {
        width: 2px; 
        height: 2px;
    }
    .scroll-bar-inner::-webkit-scrollbar {
        width: 2px; 
        height: 2px;
    }
    .modal-background {
    display:table-cell;
    background:rgba(0,0,0,.8);
    text-align:center;
    vertical-align:middle;
    .modal {
      background:white;
      padding:20px;
      display:inline-block;
      border-radius:3px;
      font-weight:300;
      /*position:relative;*/
      left: 7%;
      right: 7%;
      /*max-height: 500px;*/
        overflow-y: auto;
        /*height: 500px !important;*/
        margin: 20px 0px;
      h2 {
        font-size:14px;
        line-height:25px;
        margin-bottom:15px;
      }
      h5 {
        font-size:20px;
      }
      p {
        font-size:14px;
        
        color: #7F7F7F;
        font-weight: 400;
        line-height: 20.40px;
        word-wrap: break-word;
      }
      .modal-svg {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        border-radius:3px;
        rect {
          stroke: #fff;
          stroke-width: 2px;
          stroke-dasharray: 778;
          stroke-dashoffset: 778;
        }
      }
      .card-image {
            /*text-align: -webkit-center;*/
      }
      .card-image img {
            width: 180px;
      }
      .frame-icon {
            padding-top: 10px;
      }
    }
  }

  .heading-section-span {
    color: #366A4F; 
    font-size: 24px; 
    font-weight: 700; 
    line-height: 39.20px; 
    word-wrap: break-word;
}
.section-btn {
    width: 100%; 
    padding: 8px; 
    background: #366A4F; 
    border-radius: 4px; 
    border: 1px #D1D1D1 solid; 
    justify-content: center; 
    align-items: center; 
    display: inline-flex;
}

.section-btn a{
    color: #FDFDFD;
    font-size: 16px;
    line-height: 24px;
}
.sub-header > span {
    color: #366A4F; 
    font-size: 24px; 
    font-weight: 700; 
    line-height: 20.20px; 
    word-wrap: break-word;
}
.landscape-sindh-inner ul li span {
    font-size: 14px;
 }
.landscape-sindh-inner ul li a {
    font-size: 12px;
    font-weight: 700;
 }
 .updates-inner ul li span {
    font-size: 14px;
 }
.updates-inner ul li a {
    font-size: 12px;
    font-weight: 700;
 }

 .department-site-td a {
        font-size: 14px !important;
    }
    .department-site-td-a a {
        font-size: 11px;
    }
    .university-td {
        font-size: 12px !important;
    }
    .counter-bar{
        color: #FDFDFD; font-weight: 500; word-wrap: break-word; padding: 16px 10px;
    }
    .counter-bar-main {
        padding:15px;display: flex;align-items: center;
    }
    .counter-bar-img {
        float: left;padding-right: 15px;
    }
    .counter-bar-text {
        font-size: 28px;position: relative;
    }
    .counter-bar-label-text {
        font-size: 13px;line-height: 0.1px; padding-top: 42px;position: absolute;padding-left: 60px;
    }
    .footer-row-address {
    color: #E6E6E6; font-size: 17px; line-height: 20.40px; word-wrap: break-word;padding-top:20px;
    }
    .footer-row-address p {
    display: flex; align-items: center; gap: 20px;font-size: 11px;
    }
    .footer-row-address-2{
        line-height: 20.40px; padding-top:20px;
    }
    .footer-row-address-3{
        line-height: 40.8px; padding-top:20px;
    }
    .footer-row-address-4{
        line-height: 40.8px; padding-top:20px;
    }
    .footer-row-address-2 a{
        color: white; font-size: 11px; padding-bottom: 4px;
    }
    .footer-row-address-3 a{
        color: #E6E6E6; font-size: 11px;
    }
    .footer-new {
    opacity: 1.85;
    mix-blend-mode: multiply;
    background: #2F2F2F;
    padding: 20px 0 0;
    position: relative;
    background-image: url(../../images/main-site-images/back-image-footer.png);
    background-repeat: round;
    }
    /*.main-video {
    display: none;
  }*/
  .navbar-brand {
    font-size: 11px !important;
  }
  .new-top-bar-header .new-top-quick-links>li {
        display: inline-block;
        position: relative;
        padding: 0px 4px 0px 4px;
        &.right-left-line {
            border-left: 1px solid #ffffff;
        }
        &:not(.right-left-line) {
            border-right: 1px solid #ffffff;
        }

    }
    .carousel-banner-height {
        height: 40vh !important;
    }
    .text-box {
        display: inline-block;
        vertical-align: middle;
    }
    .key-officail-img img {
	max-height: 125px;
	min-height: 125px;
    }

}

/* iPhone Mobile */
@media (min-width: 320px) and (max-width: 414px) {
    body {
    font-family: lato, sans-serif !important;
    font-size: 14px;
    line-height: 1.62857143;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    /*margin-top: 126px;*/
}

h1,h2,h3,h4,h5,h6,p,span,div,input,textarea,select,button,a {
    font-family: lato, sans-serif !important;
}
.scrollup-logo-new {
    width: 75px !important;
    height: 75px !important;
    bottom: 10px !important;
}
.scrollup-new {
    width: 40px !important;
    height: 40px !important;
    right: 32px;
}
.scrollup-new i {
    font-size: 24px !important;
    margin-top: 8px !important;
}
.social-share {
    bottom: 78px !important;
    width: 36px !important;
    padding: 5px 5px !important;
}
.share-btn {
    font-size: 15px !important;
}
  .news {
        margin: 8px 20px;
        font-size: 15px;
    }
    .key-officail-img-col {
    display: flex;
    justify-content: center;
  }
  .slide {
    min-width: 100%;
    }
    /*.counter-border {
    border-right: 1px solid #FDFDFD;
    border-left: none;
  }
   [dir="rtl"] .counter-border {
        border-left: 1px solid #FDFDFD;
        border-right: none;
    }*/
  .tab-images-overlap {
    display: none;
  }
  .tab-images-overlap-mobile {
    display: block;
  }
  .new-top-social-links,.new-top-quick-links {
    text-align: center;
  }
  .governance-financial-planning ul {
    min-height: 274px;
    height: auto;
  }
  .landscape-sindh ul {
    min-height: 230px;
    height: auto;
  }
  /*.navbar .navbar-nav { 
    background: #f3f2ef;
    border: 1px solid #366a4f;
    
  }*/
  .navbar .navbar-nav>li>a {
    color: #191919;
  }
  
  .navbar-nav > li {
        /*float: unset;*/
        margin: unset !important;
    }

    .navbar-nav li>a:hover ,.navbar-nav li>a:focus {
        color: #009c49;
    }

    .sidebar {
        margin: 15px 0px;
    }
    .home-video {
    width: 100%;
    height: 36vh;
    object-fit: fill;
    }
.key-tab-left > li {
  border-bottom: 1px #2d2d2d66 solid;
  float: none;
  max-width: 100% !important;
  .inner-key-tab {
    padding-right: 8px;
  }
}
.key-tab-left > li:first-child {
        
        border-left: none;
    }
.key-tab-right > li {
    border-bottom: 0.75px #D1D1D1 solid;
  float: none;
  max-width: 100% !important;
  .inner-key-tab {
    padding-left: 8px;
  }
}
.custom-col {
flex: 0 0 20%; /* Har column 20% width lega */
    max-width: 50%;
}
.official-government-websites {
        background: #f2f5f3;
        border-radius: 8px; 
        margin: 32px 0px;
    }
.official-government-websites img {
        margin-left: auto;
        margin-right: auto;
        padding-top: 14px;
    }
    .official-government-websites h5 {
        text-align: center; 
        font-weight: 400; 
        line-height: 20.40px; 
        word-wrap: break-word;
        text-transform: capitalize;    
        height: 30px;
    }
.for-desktop {
    display: none;
}
.for-mobile {
    display: block;
}
    .search-menu-desktop {
        display: none;
    }
    .search-menu-responsive {
        display: block;
    }
    .custom-scroll::-webkit-scrollbar {
        width: 2px; 
        height: 2px;
    }
    .scroll-bar-inner::-webkit-scrollbar {
        width: 2px; 
        height: 2px;
    }
    .modal-background {
    display:table-cell;
    background:rgba(0,0,0,.8);
    text-align:center;
    vertical-align:middle;
    .modal {
      background:white;
      padding:20px;
      display:inline-block;
      border-radius:3px;
      font-weight:300;
      /*position:relative;*/
      left: 7%;
      right: 7%;
      /*max-height: 500px;*/
        overflow-y: auto;
        /*height: 500px !important;*/
        margin: 20px 0px;
      h2 {
        font-size:14px;
        line-height:25px;
        margin-bottom:15px;
      }
      h5 {
        font-size:20px;
      }
      p {
        font-size:14px;
        
        color: #7F7F7F;
        font-weight: 400;
        line-height: 20.40px;
        word-wrap: break-word;
      }
      .modal-svg {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        border-radius:3px;
        rect {
          stroke: #fff;
          stroke-width: 2px;
          stroke-dasharray: 778;
          stroke-dashoffset: 778;
        }
      }
      .card-image {
            /*text-align: -webkit-center;*/
      }
      .card-image img {
            width: 180px;
      }
      .frame-icon {
            padding-top: 10px;
      }
    }
  }

  .heading-section-span {
    color: #366A4F; 
    font-size: 24px; 
    font-weight: 700; 
    line-height: 39.20px; 
    word-wrap: break-word;
}
.section-btn {
    width: 100%; 
    padding: 8px; 
    background: #366A4F; 
    border-radius: 4px; 
    border: 1px #D1D1D1 solid; 
    justify-content: center; 
    align-items: center; 
    display: inline-flex
}

.section-btn a{
    color: #FDFDFD;
    font-size: 16px;
    line-height: 24px;
}
.sub-header > span {
    color: #366A4F; 
    font-size: 24px; 
    font-weight: 700; 
    line-height: 20.20px; 
    word-wrap: break-word;
}
.landscape-sindh-inner ul li span {
    font-size: 14px;
 }
.landscape-sindh-inner ul li a {
    font-size: 12px;
    font-weight: 700;
 }
 .updates-inner ul li span {
    font-size: 14px;
 }
.updates-inner ul li a {
    font-size: 12px;
    font-weight: 700;
 }
 

 .department-site-td a {
        font-size: 14px !important;
    }
    .department-site-td-a a {
        font-size: 11px;
    }
    .university-td {
        font-size: 12px !important;
    }

    .counter-bar{
        color: #FDFDFD; font-weight: 500; word-wrap: break-word; padding: 16px 10px;
    }
    .counter-bar-main {
        padding:15px;display: flex;align-items: center;
    }
    .counter-bar-img {
        float: left;padding-right: 15px;
    }
    .counter-bar-text {
        font-size: 28px;position: relative;
    }
    .counter-bar-label-text {
        font-size: 13px;line-height: 0.1px; padding-top: 42px;position: absolute;padding-left: 60px;
    }

    .footer-row-address {
    color: #E6E6E6; font-size: 17px; line-height: 20.40px; word-wrap: break-word;padding-top:20px;
    }
    .footer-row-address p {
    display: flex; align-items: center; gap: 20px;font-size: 11px;
    }
    .footer-row-address-2{
        line-height: 20.40px; padding-top:20px;
    }
    .footer-row-address-3{
        line-height: 40.8px; padding-top:20px;
    }
    .footer-row-address-4{
        line-height: 40.8px; padding-top:20px;
    }
    .footer-row-address-2 a{
        color: white; font-size: 11px; padding-bottom: 4px;
    }
    .footer-row-address-3 a{
        color: #E6E6E6; font-size: 11px;
    }
    .footer-new {
    opacity: 1.85;
    mix-blend-mode: multiply;
    background: #2F2F2F;
    padding: 18px 0 0;
    position: relative;
    background-image: url(../../images/main-site-images/back-image-footer.png);
    background-repeat: round;
    }
    /*.main-video {
    display: none;
  }*/
  .navbar-brand {
    font-size: 11px !important;
  }

  .new-top-bar-header .new-top-quick-links>li {
        display: inline-block;
        position: relative;
        padding: 0px 2px 0px 2px;
        &.right-left-line {
            border-left: 1px solid #ffffff;
        }
        &:not(.right-left-line) {
            border-right: 1px solid #ffffff;
        }

    }

    .carousel-banner-height {
        height: 40vh !important;
    }

    .text-box {
        display: inline-block;
        vertical-align: middle;
    }

    .key-officail-img img {
	max-height: 125px;
	min-height: 125px;
    }


  
}
  
 





.mobile-nav-left {
    width: 370px;
    position: fixed;
    /*right: 0;*/
    z-index: 999999;
    padding-top: 60px;
    background: #fff;
    /*height: calc(100vh);*/
    height: 100vh;
    top: 0;
    /*left: 0;*/
    overflow-x: hidden;
    transition: 0.5s ease-in-out;
}


/* Style for the navigation bar */
.mobile-nav {
    width: 370px; /* Set the width of the menu */
    position: fixed;
    right: -370px; /* Initially hide the menu on the right */
    z-index: 999999;
    padding-top: 60px;
    background: #fff;
    height: 100vh;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s ease-in-out; /* Smooth transition effect */
}

/* Navigation links */
.mobile-nav a {
    padding: 10px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #191919;
    display: block;
    transition: 0.3s;
}

.mobile-nav-left a {
    padding: 10px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #191919;
    display: block;
    transition: 0.3s;
}

.site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

/* Hover effect for links */
.mobile-nav a:hover {
    color: #f1f1f1;
}

/* Close button */
[dir="ltr"] .mobile-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

[dir="rtl"] .mobile-nav .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
}

/* Hover effect for links */
.mobile-nav-left a:hover {
    color: #f1f1f1;
}

/* Close button */
.mobile-nav-left .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.submenu {
    display: none;
    /*margin-left: 20px;*/
    border-bottom: 1px solid #f3f2ef;
}

/* Show submenu when the .show class is added */
.submenu.show {
    display: block;
}



body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}


.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel-control-prev-icon {
    background-image:url(../../images/icons/arrow-left.png);
    background-repeat: no-repeat;
}
.carousel-control-next-icon {
    background-image:url(../../images/icons/arrow-right.png);
    background-repeat: no-repeat;
}

.modal-body {
    padding: unset !important;
}

/*a[aria-expanded="true"] {
.panel-default .panel-heading {
    text-align: center;
    background-color: #366A4F;
}
}
.panel-default .panel-heading > .collapsed {
    background-color: transparent !important;
    color: #7F7F7F !important;
}


.panel-default .panel-heading   {
    a[aria-expanded="true"] {
        color: #ffffff;
    }
    
}*/

.panel-default .panel-heading a[aria-expanded="true"] {
    text-align: center;
    background-color: #366A4F;
    color: #ffffff;
    display: block;  /* Ensures full width */
    padding: 10px;
}

/* When the panel is collapsed */
.panel-default .panel-heading a[aria-expanded="false"] {
    text-align: center;
    background-color: transparent;
    color: #7F7F7F;
    display: block;
    padding: 10px;
}
.panel-heading {
    padding: unset;
}



.page-search-bar {
    margin-top: 40px;
}

.serch-form-input  {
    color: #000;width: 100%; height: 44px; padding: 6px 15px;text-transform: capitalize;
    border: 1px solid #ccc;
}


.page-search-bar button { 
        border-radius: unset;
    -webkit-border-radius: unset !important;
}

.target-serach {
    background: #366A4F;
    border-radius: 4px;
    border: 1px #D1D1D1 solid;
    text-align: center;
    padding: 8px;    
}

.target-serach a {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.target-serach:hover {
    background-color: #f3f2ef;
}



.target-serach:hover a {
   color: #366A4F !important;
}

.target-serach:hover input {
   color: #366A4F !important;
}

.card-officail-team {
     width: 100%; 
    height: 100%; 
      border-radius: 12px;
      border: 1px #D1D1D1 solid;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

.card-officail-team:hover img{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    transform: scale(1.1); 
  transform-origin: 50% 50%;
}
    .card-officail-team img {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      transition: .5s ease;
    }
    .card-officail-team {
      padding: 15px;
    }

    .peragraph-team {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.80px;
    word-wrap: break-word;
    margin: unset;
    min-height: calc(3* 16.8px);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-input-full {
    color: #000;
    width: 100%;
    height: 44px;
    padding: 6px 15px;
    text-transform: capitalize;
    border-radius: 10px !important;
    border: 1px solid #ccc;
}
.search-input-full:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.serch-form-input:focus  {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.m-b-40 {
    margin-bottom: 40px !important;
}

.asw-menu {
    z-index: 999999 !important;
}

.custom-scroll-offical-key {
    max-height: 400px;overflow-y: auto;height: 400px !important;    padding-right: 60px;
}

.custom-scroll-offical-key thead {
background: #366A4F;border-top-left-radius: 8px;border-top-right-radius: 8px;color: #ffffff;position: sticky;top: -1px;z-index: 1;
}

[dir="rtl"] .custom-scroll-offical-key {
    max-height: 400px;overflow-y: auto;height: 400px !important;    padding-left: 60px;
    padding-right: 0;
}







.navbar-header {
    height: 52px;
    display: flex;
    /*flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;*/
}

.navbar-header figure img {
        height: 52.69px;
}
.navbar-header figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-header figcaption a {
    font-size: 13px;
    line-height: 1.3;
}
.navbar-header figcaption a:hover {
   color: #1d5837;
}    
/*.navbar-header figure {
    margin: 0 auto;
     display: flex;
    flex-direction: column;
    align-items: center;
}*/


/*.navbar figcaption {
    width: 260px !important;
    max-width: 260px !important;
}*/

#departmentsSindhDiv a {
    font-size: 14px !important;
}

[dir="ltr"] .main-home-icon {
    padding-right: 40px; /* English */
    padding-left: 0;
    border-right: 1px solid #ffffff;
}

[dir="rtl"] .main-home-icon {
    padding-left: 40px; /* Urdu */
    padding-right: 0;
    border-left: 1px solid #ffffff;
}



.carousel-inner>.item>img {
     width: 100%;
     max-height: 515px;
  /*height: 100%;*/
  /*object-fit: cover; */
  display: block;
}

.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    display: flex !important; 
    justify-content: center !important; 
    align-items: center !important;
}
.carousel-inner {
    display: flex !important; 
    justify-content: center !important; 
    align-items: center !important;
}
.banner-image {
    display: flex !important; 
    justify-content: center !important; 
    align-items: center !important;
}

.page-title-background {
    padding:50px 0 !important;
    background-color: unset !important;
    background-position: unset !important;
    background: url(/images/banners/background-3-gif.gif);
}
.page-title-background h1 {
    font-size: 34px !important;
}
.page-title-background h1 {
    text-align:start !important;
}

#carouselExample .carousel-inner {
  width: 100%;        /* Adjust width to full container width */
}

#carouselExample .carousel-inner .item img {
  width: 100%;        /* Ensure images take up full width of the carousel */
  height: 100%;       /* This ensures images are stretched to fill the container's height */
  object-fit: cover;  /* Ensures the image covers the entire area while maintaining aspect ratio */
}

/* Optional: Adjust the size of the carousel captions */
#carouselExample .carousel-caption {
  font-size: 24px; /* Adjust caption font size */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Optional: add shadow for readability */
}


[dir="ltr"] .navbar figcaption { 
    margin-left: 10px;
}

[dir="rtl"] .navbar figcaption {
    margin-right: 10px;
}

th {
    text-align: start !important;
}

.gallery-title {
	min-height: 72px !important;
}



@keyframes rotateLogoLTR {
  0% {
    transform: perspective(200px) rotateY(0deg);
  }
  50% {
    transform: perspective(200px) rotateY(180deg);
  }
  100% {
    transform: perspective(200px) rotateY(360deg);
  }
}

.scrollup-logo-new img {
  display: block;
  max-width: 100%;
  animation: rotateLogoLTR 4s linear infinite;
  transform-style: preserve-3d;
}



/* Bootstrap 5 style */
.tab-pane.show.active {
    display: block;
    opacity: 1;
}


.card-message{
text-align: justify !important;
}