/*google fonts*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,300);


/*end Google fonts*/


/*Code for merriweatcher - font-family: 'Merriweather', serif;*/
/* Space out content a bit */



html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container_1 {
   min-height:100%;
   position:relative;
}




#body_1 {
   padding-bottom:60px;   /* Height of the footer */
}

#footer_1 {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#14498a;
   width: 100%;
}


body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-align:left;
}


.padder_header {
    padding: 10px 0;
}

.list-inline a {
  color: #212121;
}



.topbar {
  background-color: #eeeeee;
  color: #000000;
  width: 100%;
  z-index: 99999;
position: relative;
}

.logo_pwd a {
   display: block;
}



.cse .gsc-control-cse, .gsc-control-cse{
  padding: 0px;
}
/*Code for ul list*/

.primary-details {
  padding-top: 10px;
}

.primary_navigation {
    border-radius:0px;
  background-color: #185bac;
  border: transparent;
}


.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
}

/*End code for ul list*/


.hello_input {
  border-width: 1px;
  border-color: rgb(26, 26, 26);
  border-style: solid;
  border-radius: 2px;
  display: inline;
}


.btn-default {
    color: #E8E8E8;
    background-color: #185BAD;
    border-color: #ccc;
}

/*Code to change the color on hover of btn*/

.btn-default:focus, .btn-default.focus {
    color: #FFF;
    background-color: #27A9FF;
    border-color: #F7F7F7;
}

/*Hover*/

.btn-default:hover {
     color: #FFF;
    background-color: #27A9FF;
    border-color: #27A9FF;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
     color: #FFF;
    background-color: #27A9FF;
    border-color: #F7F7F7;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
     color: #FFF;
    background-color: #27A9FF;
    border-color: #F7F7F7;
}

.btn-group.open .dropdown-toggle {
    /* -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); */
    /* box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); */
    box-shadow: none;
}

/*Targetting carousel*/
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    background-image: none;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    background-image: none;
}



li.topbar-devider { border-right: 1px solid #000000; margin-right:8px;
height: 10px; }


.dropdown-menu > li > a {
    display: block;
    margin-right: 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdow-menu > li > a:hover {
  color: #fff;
}



/*Target login and primary search button*/

button.btn.btn-primary.search {

  border-color: #0071bc;
  border-radius: 2px;
  background-color: rgb(24, 91, 172);
}


button.btn.btn-primary.login-btn{
  background-color: #cd2026;
  border-color: #cd2026;
}

/*End targetting login and primary search button*/
/*Targetting Navbar*/


.navigation {
  width: 100%;
  position: relative;


}
/* flickering */
.collapse .navbar-collapse
{
  -webkit-backface-visibility: hidden;
}

.navbar-default.pwd-nav {
    background-color: #fff;
    border-color: #e7e7e7;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    border-radius: 0px;
    margin-bottom: 0px;
}

ul.dropdown-menu.pwd-menu {
    border: 0;
    border-top: 4px solid #cd2026;
    margin: -1px 0 0;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.5);
    box-shadow: 1px 1px 8px rgba(0,0,0,.5);

}

ul.nav.navbar-nav.navbar-right.side-nav > li > a:hover {
  color: #000;
  background-color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #FFFFFF;
}


/*dropdown color change on hover*/

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FBFBFB;
    text-decoration: none;
    background-color: #185BAD;
}

/*End targetting navbar*/

.login-form {
  display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
      margin-top: 9px;
    height: 42px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
}


/*target about section*/
div.about {
  padding-bottom: 20px;
  background-color: #FAFAFA;
}

.about-pwd h1 {
  font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #1FBED6;
    z-index: 2;
}




.about-pwd h1 + p {
    line-height: 20px;
    font-size: 14px;
    background-color: rgb(255, 255, 255);

    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
-ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
-o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    z-index: -1;
      min-height:170px;
    padding: 15px !important;
}


.latest_news h1 {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
  
    background-color:#EB4305;
    z-index: 2;
}

.latest_news .infinite_updates {
    line-height: 20px;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); 
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    height: 250px;
    padding-top: 15px;
    position:relative;
    overflow:hidden;
}
.department_updates h1 {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #AC185B;
    z-index: 2;
}
.department_updates .infinite_updates {
    line-height: 20px;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
  
    border-width:1px;
    height: 250px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
}
.marquee {
    top: 2em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

    .marquee:hover {
        animation-play-state: paused;
    }

/* Make it move! */
@keyframes marquee {
    0% {
        top: 8em
    }

    100% {
        top: -11em
    }
}


.sidebar h4 {
  font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
    background-color: #cd2026;
    z-index: 2;
    text-align: center;
    margin-top: 0px;
}


ul.about-navigation i {
  padding-right: 10px;
}


ul.about_us_links {
  list-style-type: disc;
}

ul.about_us_links li {
  border-bottom: 1px dashed #185bac;
  padding-bottom: 10px;
}

    ul.about-navigation li a:first-child {
        font-size:14px !important;
    }

ul.about-navigation li a {
    font-size:13px;
}



ul.about-navigation li a:before {
        content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 16px;
    left: 0px;}

/*End target about section*/


/*Targetting about pwd mininster tab*/

.about-pwd-minister h1 {
  font-size: 33px;
  font-family: 'Merriweather', serif;
  color: rgb(227, 28, 61);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  z-index: 71;
}


.details span {
  font-size: 16px;
}

.details h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0px;
    color: rgb(23, 23, 23);
    text-transform: uppercase;
}

/*End about pwd minister*/


/*Targetting assistance section*/
/*  .Assistance {
    background-color: #185BAD;
  }*/

/*  .hello {
    background-color: #efefef;
    border-radius: 10px;
  }*/
/*End Assistance section*/

/*Targetting update section*/

.updates {
  margin-top: 30px;
  background-color: #FAFAFA;
}

span.main-headline {
  font-weight: 700;
  text-transform: uppercase;
}

span.headlines {
  font-weight: 700;
}

/*End update section*/


/*Targetting assistance section*/

.fa-li {
  position: relative;
  left: 1px;
}


.list-inline.associates > li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*welcome Achievement section*/

.achievements {
  margin-bottom: 20px;
}

img.key-image-1 {
  float: left;
  padding: 0px 10px 0px 0;
}
p.key-para {
  display: inline;
  font-size: 15px;
  font-family: "Merriweather";
  color: rgb(32, 84, 147);
  font-weight: bold;
  line-height: 1.6;
  text-align: left;

}

span#hello-date {
  font-size: 14px;
  font-weight: bold;
  font-family: "Merriweather", serif;
}
/*End Acheivemetn section*/

/* Code For Inlining the association Section*/


ul.list-inline.associates {
    max-width: 763px;
}


ul.associates > li > a {
      width: 60px;
    height: 80px;
    display: inline-block;
}


/*End Code For Inlining the association Section*/


.footer {
  position: relative;
  width: 100%;
  background-color: #14498a;
  padding-top: 20px;
  bottom: 0px;
  left: 0px;
}

/*
.footer {

  position: absolute;

  width: 100%;

  background-color: #14498a;

  padding-top: 20px;

  bottom: 0px;

  left: 0px;

}
*/


.footer ul li {
  list-style: none;
}
.footer ul li a {
  color: #fff;
}

ul.list-inline.hyperlinkp li a
{
	color:#C5C3C3 !important;
	font-weight:700;

}

.footer-end a {
  color: #fff;
}

/*   Adding Css for Download page*/
 tr.headerClass
 {
	 background-color:#185BAC;
	 color:#fff;
	 font-size:16px;
	 text-transform:uppercase;
 }


 .table tr:first-child{
   background-color:#185BAC !important;
	 color:#fff;
	 font-size:16px;
	 text-transform:uppercase;
 }

.table-custom tr:first-child {
    background-color: transparent !important;
    color: #000;
    text-transform: none !important;
}

.table-custom th,
.table-custom td {
    text-align: left;
    font-size: 13px;
}

.table-custom-primary th {
    background-color: #006699;
    color:#fff;
}


/*Start Social icons code*/

ul.social-icons {
  overflow: auto;
}

ul.social-icons li {
    list-style-type: none;
    float: left;
    height: 43px;
}

ul.social-icons li a i {
  background: #FFFFFF;
  color: #14498A;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
  padding-top: 25%;
}

ul.social-icons li a i {
  transition: all 0.2s ease-in-out;
}
ul.social-icons li a i:hover {
  opacity: .7;
}

/*End social icons code*/
/*Targetting builing.html page*/

li.building-list{
  font-weight: bold;
  text-transform: uppercase;
}
/*End assistance section*/


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

/*.dropdown:hover > .dropdown-menu{
  display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Visited Colour Different*/




ul.pwd_office_links li a {
  color: #000000;
}

.history  h1
{
    font-size:16px;

}
.history h1 > a
{
    color: red;
}



.history h1 > a:hover
{

    text-decoration:none;
}

.history h1 > ol
{
    color : #185bac;
    font-weight:500;
    }

.history h1 > ol > a
{
    color : red;
    text-decoration:none;
    }


table.data_table_1 thead tr:nth-child(3) {
    background: #ccc;
    min-width: 400px;
}


table.data_table_1 tr td:nth-child(3) {
   min-width: 400px;
}
.dropdownCss {
    max-width: 154px;
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align:top;
}
/* FIXED HEADERS */
/* table {
    table-layout:fixed;
}

.div-table-content {
  height:150px;
  overflow-y:auto;
} */

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {


    }



    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {


    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .hierarchy_imag{
          display: inline-block;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

.associations_logo ul{list-style:none; margin:0px; padding:0px;}
.associations_logo ul li{float:left;width:94px; text-align:center;}
h1.page_heading {font-size:24px; font-family:'Trebuchet MS'; font-weight:bold; padding:5px 0px 5px 0px; margin:0px; border-bottom:dotted 1px #ddd;}


 .new_link{background:#000; color:#fff ; font-weight:bold; padding:2px 10px;}
.new_link:hover{background:#FFCC00; color:#fff ; font-weight:bold;}


.left_menu{width:250px; background:#fff; padding:10px 20px 10px 10px;}
.left_menu a{color:#333; text-decoration:none;display:block;}
.left_menu a:hover{color:#185bac; text-decoration:none;}

.left_nov_menu{list-style:url(../images/arrow_menu_left.png); margin:0px 0px 0px 15px; padding:0px;}
.left_nov_menu li{border-bottom:dashed 1px #91c3ff; padding:5px 0px;}
.left_nov_menu li:last-child{border-bottom:none;}

.left_nov_menu_2{list-style:url(../images/arrow_menu_left.png); margin:0px 0px 0px 15px; padding:0px;}
.left_nov_menu_2 li{border-bottom:dashed 1px #91c3ff; padding:5px 0px;}
.left_nov_menu_2 li:last-child{border-bottom:none;}

.left_nov_menu_3{list-style:url(../images/arrow_menu_left.png); margin:0px 0px 0px 15px; padding:0px;}
.left_nov_menu_3 li{border-bottom:dashed 1px #91c3ff; padding:5px 0px;}
.left_nov_menu_3 li:last-child{border-bottom:none;}

.miniter_photo {
    position: relative;
    padding: 0 0 80% 0;
}

    .miniter_photo img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:0px auto;
              border: 1px solid #e0e0e0;
              width: 180px;
    }

    .Minister_name{
      display: block;
      font-size: 18px;
          /*padding: 0 0 2px 0;*/
    }

.carousel-indicators{display:none;}

.page_heading_sec{background:#fff; padding:5px 20px; margin-bottom:5px;}
ol.breadcrumb{margin-bottom:0px;}

.right_contact_sec{background:#fff; padding:20px;}


.border-container{
border: 1px solid rgb(24, 91, 172);
  padding: 10px 20px;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}


.border-left_new{
  border-left: 5px solid #EEEEEE;
}

.marbt_10{
  margin-bottom: 10px;
}

.padtp_20{
  padding-top: 20px;
}

/*Code added on 3.53 pm on 21-March -2017 */


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.gsc-clear-button{
  display: none;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:60%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*Code added on 3.53 pm on 21-March -2017 */


.new_link {
  display: inline-block;
      float: right;
    
}

.new_link.new_punjabi{
  margin-top:3px;
}

.google_search_cont{text-align: right;width: 94%;display: inline-block;
    background-color: transparent;}


/*Code for socia icons start*/

.social_icons  {
display: inline-block;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.social_icons li {
  width: 25%;
  display: inline-block;
  float: left;
}

.social_icons li a {
    display: block;
  height: 30px;
  width: 30px;
  position: relative;
    border: 1px solid #185bac;
     border-radius: 4px;
    margin: 0 10px;

    transition: 0.3s ease-in-out;
}



.social_icons li a > img.front {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 4px auto;
  width: 18px;
}


.social_icons li a:hover{
  border: 1px solid #CD2026;
}

.top_links{
  margin: 0;
  padding-top: 4px;
}

/*Blinking button*/

.btnlng_Cbtn{
     
    position: absolute;
    top: 3px;
       right: 139px;
     
}






@media only screen and (min-width: 1200px){

}


@media only screen and (min-width: 992px) and (max-width: 1050px){

}


@media only screen and (min-width: 768px) and (max-width: 991px){
.miniter_photo{
      padding: 0 0 36% 0;
}
.navbar-default .navbar-nav > li > a{
  font-size: 14px;
  padding: 10px 9px;
}
}


@media only screen and (max-width: 768px){
      .header  a > img {
        max-width: 220px;
        width: 100%;
      }

    .footer:after{
      display: none;
    }

    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgb(19, 76, 146);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
    .hierarchy_imag{
      max-width: 220px;
    }

  .new_link{
    display: block;
    margin-top: 5px;
    float: none;
  }

  .google_search_cont{
    width: 100%;
    display: block;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px){

}


@media only screen and (max-width: 480px){

}
