@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,600;1,700;1,800&display=swap');
/*
* Main css file for responsive 
*/
:root{
  --primary:#147d3e;  
}

*
{
  font-family: 'Poppins', sans-serif;
}
header .container
{
  /* background: red; */
}

.main_logo
{
  width: 100%;
  padding: 10px 49px;
  /* border: 1px solid black; */
}

nav {
    margin-top:10px;
    background-color: #1C5629 !important;
}

.gener-logo
{
  width: 100%;
  padding: 8px 40px;
  /* border: 1px solid black; */
}

.header-title
{
  background: #ebebeb;
  padding: 0px 0px;
  text-align: center;
}
.header-title h1
{
  color: #1C5629;
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
}


.main-section
{
  margin-top: 20px;
}
.navigation
{
  background: #ebebeb;
  height: 100%;
  width:100%;
  /* height: 600px; */
}




.ajrak-style
{
  width: 100%;
  /* background: red; */
}

/*.colum-adjust .col-2*/
/*{*/
/*  flex: 0 0 auto;*/
/*  width: 18%;*/
/*}*/
.colum-adjust .col-8
{
  flex: 0 0 auto;
  width: 64%;
}


.nav-pills .nav-link
{
  border-radius: 0px !important;
  padding: 0.5rem 0.7rem;
}

.nav-pills .nav-link:hover
{
  background: #9c090c;
  color: white;
}

.ajrak-pat
{
  display: flex;
  flex-direction: column;
}

.bg-light {
  background-color: #ebebeb;
}

.slider-section
{
  /* background: red; */
  /* height: 200px; */
  margin-bottom: 20px;
}

.welcome-msg
{
  background: #ebebeb;
  padding: 10px;
  height:100%;
}
.welcome-msg h3
{
  background: #9c090c;
  color: white;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.welcome-msg p
{
  font-size: 14px;
  color: grey;
  text-align: justify;
}


.draft-msg
{
  background: #ebebeb;
  padding: 10px;
  height:100%;
}
.draft-msg h3
{
  background: #9c090c;
  color: white;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.draft-msg p
{
  font-size: 14px;
  color: grey;
  text-align: justify;
}


.sindh-map
{
  background: #ebebeb;
  padding: 10px;
}
.sindh-map h3
{
  background: #9c090c;
  color: white;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.sindh-map-view
{
  background: #9c090c;
  color: white;
  font-size: 15px;
  padding: 5px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}



.sindh-map-view:hover
{
  background: #78080a;
  color: white;
 
}


.nav-item.dropdown .dropdown-menu
{
  background: #dadada;
  /*width: 100%;*/
  border-radius: 0px;
  border: none;
  padding: 0;
}

.nav-item.dropdown  .dropdown-item
{
  padding: 8px 18px;
}

.nav-item.dropdown  .dropdown-item:focus, .nav-item.dropdown  .dropdown-item:hover
{
  background: #cacaca;
}

.ofc-address
{
  text-align: start !important;
  font-size: 15px;
  color: #484848;
}

.ofc-address li
{
  margin-bottom: 10px;
}
.breadcum-sec .breadcrumb
{
  background-color: #ebebeb;
    padding: 12px;
}
footer .container h3
{
  background: #ebebeb;
  font-size: 14px;
  color: grey;
  margin: 0px;
  text-align: center;
  padding: 20px;
  /* margin: 13px; */
  width: 97.8%;
  margin: 12px auto 0px auto;
}


.downloads-table .table th ,
.downloads-table .table tr
{
  color: #424040 !important;
  font-size: 13px !important;
}

.subject-width
{
  width: 35%;    
}

.desktop-v
    {
        display:block;
    }
    
    .mobile-v
    {
         display:none;
    }
    
    
    
    .btn-primary:hover
    {
        background-color:var(--primary) !important;
        border-color:var(--primary) !important;
    }
    
    
    .menu--
    {
    display: flex;
    align-self: center;
    justify-content: center;
    height: 100%;
    align-items: center;
        
    }
    
    .welcome-msg li
    {
        font-size:14px;
    }



    .notification-updates
    {
      border: 1px solid silver;
      background: #ebebeb;

    }


    .notification-updates h3 {
    
      color: var(--primary);
      font-size: 20px;
      padding: 0px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 15px;
      margin: 0px;
      border-bottom: 1px solid rgba(0,0,0,.125);
  }


  .notification-updates p
  {
    font-size: 14px;
    color: grey;
  }

  
  .notification-updates .card
  {
    background-color: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
 }

 .notification-updates .card:hover
 {
  background-color: #00000008;
 }

 .date
 {
  background: #d7d7d7;
  margin-left: 10px;
  border-radius: 10px;
  padding: 6px;
 }

 .date span:nth-last-of-type(3)
 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
  color: var(--primary);
 }

 .date span:nth-last-of-type(2)
 {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: center;
 }

 .date span:nth-last-of-type(1)
 {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: center;
 }


  .notification-updates .card-body
  {
    padding: 10px 10px;
 }


 .notification-updates .card-body .card-text
 {

    font-size: 13px;
    margin: 0px;
 }

 .notification-updates .card-body .card-title
 {
  font-size: 18px;
  margin-bottom: 0.3rem
 }

 .notification-updates .card-body .btn
 {
  font-size: 13px;
  padding: 0px;
 }

 .gallary-sec
 {
  /* background: red; */
 }

 .gallary-sec .card
 {
  border-radius: 0px;
 }

 .gallary-sec .card img
 {
  border-radius: 0px;
 }

 .gallary-sec .card-body
 {
  padding: 10px;
  background-color: #ebebeb;
 }

 .gallary-sec .card-body .card-title
 {

  font-size: 18px;
}

.gallary-sec .card-body p
{
 margin: 0px;
 font-size: 14px;
}

.gallary-sec  a
{
  text-decoration: none;
}




.team-sec
{
 /* background: red; */
}

.team-sec .card
{
 border-radius: 0px;
 overflow: hidden;
}

.team-sec .card img
{
  border-radius: 0px;
  height: 280px;
  width: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-self: center;
}

.team-sec .card-body
{
 padding: 10px;
 background-color: #ebebeb;
 text-align: center;
}

.team-sec .card-body .card-title
{

 font-size: 17px;
 text-align: center;
}

.team-sec .card-body p
{
margin: 0px;
font-size: 14px;
}








*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #252a32;
  background: #ffffff;
}

.container-1 {
  max-width: 80rem;
  width: 100%;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.main1 .container-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main1 .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main1 .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main1 .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main1 .container-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.new-update-sec
{

}


.new-update-sec .card
{
    border-radius: 0px;
}

.new-update-sec a
{
    text-decoration: none;
}

.new-update-sec .card img
{
  width: 100%;
  display: flex;
  height: 150px;
  background: #f4f4f4;
  object-fit: cover;
  object-position: top;
}

.gallary-sec .card img {
    border-radius: 0px;
    width: 100%;
    display: flex;
    height: 200px;
    object-fit: cover;
}

.footer
{
    background:#1C5629 !important;
    width:100%;
    color:white;
        margin-top: 30px;
}

.footer .text-muted
{
        font-size:14px;
     color:white !important;
}