* {
  box-sizing: border-box;
}
body {
    font-family: "Montserrat","Vesper Libre", Arial, sans-serif;
    background: rgb(224,243,250);
    background: -moz-linear-gradient(-45deg, rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%);
    background: linear-gradient(135deg, rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=1 );
}
.language_selector label {
    color: #FFF;
    margin: 0;
}
.accessibility_helper{
	padding:0;
	width: auto;
}
h1.page_title , h2.page_title {
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 20px 0;
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.top-header {
/* position: fixed; */
    top: 0;
    left: 0;
    padding: 5px 20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#deefff+0,98bede+100;Blue+3D+%2310 */
background: #00043c; /* Old browsers */
    margin: 0;
    z-index: 2;
    width: 100%;
/* 	display: block; */
	text-align:right;
}
.header .contact_details{
color: RED;
font-size:13px;
}
.header .contact_details.en{
font-size:11px;
}
.header .contact_details div{
    float: right;
    padding: 0 0 0 10px;
}
.header .contact_details p{
margin:5px 0;
}
.header .contact_details p:first-child{
color: #000;
    /* font-weight: bold; */
}
.header .contact_details .fa-solid.fa-phone {
    margin-right: 10px;
}

.menu_bar{
background: rgb(53,106,160);
    background: -moz-linear-gradient(top, rgba(53,106,160,1) 0%, rgba(53,106,160,1) 100%);
    background: -webkit-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    background: linear-gradient(to bottom, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 );
 padding: 0.5rem 1.5rem;
 color:#FFF;
}
.menu_bar a{
line-height:30px;
}
.menu_bar .navbar-nav .nav-link{
font-size:1rem;
color:#FFF;
}

.menu_bar .navbar-nav.eng .nav-link, .dropdown-menu{
font-size:0.7rem;
}

.menu_bar .navbar-collapse {
    max-width: 1110px;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
}
.btco-hover-menu a ,  .navbar > li > a {
    text-transform: capitalize;
    padding: 10px 15px;
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus ,
.navbar>.show>a,  .navbar>.show>a:focus,  .navbar>.show>a:hover{
    color: #000;
    background: transparent;
    outline: 0;
}



/*submenu style start from here*/


.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a{background: #f5f5f5;color:#000 !important;}
.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover{background: #fff;}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a{background: #fff;}

/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu{background:#f5f5f5;}
.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu{background:#f5f5f5}
.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu{background:#f5f5f5}

/*Drop-down menu work on hover*/
.btco-hover-menu{margin: 0;padding: 0;min-height:20px}







.header
{
/* position:fixed; */
top:20px;
left:0;
margin:0;
width:100%;
z-index:3;
text-align: center;
display:flex;
background:#FFF;
}
.header .container
{
max-width: 1110px;
    padding: 0;
    background: #FFF;
	border-radius: 10px 10px 0 0;
}

ul.breadcrumb {
  padding: 7px 16px;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 1rem;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.row.show-grid.bottom-header {
    padding: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 100px;
    margin: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cee7ff+0,98bede+100 */
background: rgb(206,231,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(206,231,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(206,231,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(206,231,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee7ff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
    z-index: 2;
}


.ag_links span{
background: rgb(79,133,187); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(79,133,187,1) 0%, rgba(79,133,187,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); /* IE6-9 */
    border: 2px solid;
    border-radius: 5px;
    display: grid;
	}
.ag_links span a{
color:#FFF;
padding:10px;
}
.ag_links.en span a{
font-size:14px;
}
.ag_links span a:hover{
color:#000;
text-decoration: none;
}

.footer
{
/* position:fixed; */
bottom:0;
left:0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#deefff+0,98bede+100;Blue+3D+%2310 */
background:#f7f7f7;
text-align:center;
padding: 2px 10vw;
margin:0;
width:100%;
z-index:2;
line-height: 30px;
color:#000;
}
.footer p {
    margin: 0;
    line-height: 18px;
    font-size: 14px;
}
.footer.eng p {
font-size:12px;
}
.footer div {
    margin: 10px 0;
}

.footer .fa-brands {
    font-size: 23px;
    margin: 0 5px;
}

.content
{
	min-height:60vh;
}

.logo, .logo-text
{
}

.logo-text h1, .logo-text h2, .logo-text h3, .logo-text h4 {
    margin: auto;
}

.logo img {
max-width:155px;
max-height:85px;
}

/*PRELOADING------------ */
#overlayer {
  width:100%;
  height:100%;  
  position:fixed;
  top:0;
  left:0;
  z-index:9;
  background:#4a4a4a;
}
.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index:10;
  border: 4px solid #AAA;
  top: calc(-20px + 50%);
  left: calc(-20px + 50%);
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  animation: loader-inner 2s infinite ease-in;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6f9ff+0,9ee8fa+100;Blue+3D */
background: rgb(214,249,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(214,249,255,1) 0%, rgba(158,232,250,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}



  table caption {
    font-size: 1.5em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table th
  {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#356aa0+0,356aa0+100;Blue+Flat */
background: rgb(53,106,160); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(53,106,160,1) 0%, rgba(53,106,160,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 ); /* IE6-9 */
color:#FFF;
 }
.page_content table tr, .page_content table#tbl_sort tr {
    background: #f2f2f2;
    border: 1px solid #000;
}
.page_content table tr:nth-child(even), .page_content table#tbl_sort tr:nth-child(even) {
    background: #FFF;
}
  table tr {
    display: block;
    margin-bottom: .625em;
  }
 	table {
    border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

table caption {
  font-size: 1.7em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}


  table td {
    border-bottom: 1px solid #ddd;
    display: block;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-column);
    float: left;
    font-weight: bold;
  }
  
  
table th,
table td {
border: 1px solid #000;
  padding: .625em;
text-align:right;
}
table#tbl_sort th {
    padding: 5px;
}
table#tbl_sort th, table#tbl_sort td {
    font-size: 14px;
}

.center-content h2{
text-align:center;
}
.content .row 
{
}
.row1, .row2, .row3{
margin: auto;
}
.content .col-xs-12.col-sm-12.col-md-2.left:first-child {
    padding: 0 5px 0 15px;
}
.advt_links:hover
{
text-decoration:none;
}

.advt_links>div
{
padding: 8px 5px;
font-size: 13px;
border: 1px solid #BBB;
border-radius: 5px;
text-align:center;
transition: 0.5s;
margin-bottom:10px;
}
.advt_links.en>div{
font-size: 10px;
padding: 8px 3px;
}
.advt_links div:hover
{
background-color:#E8FDFF;
}

.page_content h5 {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    color: #ff6262;
    box-shadow: 1px 1px #e1e1e1;
	font-weight: bold;
}
.page_content .fltr .row {
padding: 0 0 10px 0;
}
.page_content .fltr h6 {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
select#district-select {
    padding: 2px 5px;
    border: 1px solid;
    box-shadow: 2px 2px #ccc;
    font-size: 14px;
}

.adv_wrapper {
border: 1px solid #BBB;
border-radius: 5px;
padding: 7px;
margin:20px 0 40px 0;
}
.adv_wrapper2 {
border: 1px solid #BBB;
border-radius: 5px;
padding: 7px;
margin:0;
}
.adv_wrapper h5{
font-weight: bold;
margin: 10px 0 15px 0;
font-size: 21px;
}
.adv_wrapper.en h6{
font-weight: bold;
margin: 10px 0 15px 0;
}
.adv_wrapper a {
    font-size: 14px;
}
.advt_links_container {
    overflow: hidden;
    background: white;
    position: relative;
	height:175px;
	border-top:1px solid;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}
.adv_wrapper.en .advt_links_container {
	height:170px;
}
.adv_wrapper.big .advt_links_container {
    height: 180px;
}
.adv_wrapper.big.en .advt_links_container {
    height: 190px;
}
.row2 .adv_wrapper.big.en .advt_links_container {
    height: 210px;
}
.row2 .adv_wrapper.big .advt_links_container{
height: 190px;
}

.row3 .adv_wrapper.big .advt_links_container {
height: 140px;
}




.row1 .adv_wrapper2 , .row2 .adv_wrapper2 {
height:300px;
}
.row3 .adv_wrapper2 {
height:280px;
}
.advt_links_container p{
line-height:2;
font-size:17px;
}
.en .advt_links_container p{
line-height:2;
font-size:12px;
}
.marqueeElement
{
position:absolute;
top:-100px;
}

.advt_links_container:before, .advt_links_container::before,
.advt_links_container:after,  .advt_links_container::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.advt_links_container:after, .advt_links_container::after {
    bottom: 0;
    transform: rotate(180deg);
}

.advt_links_container:before, .advt_links_container::before {
    top: 0;
}
.advt_links_container + .row div {
    padding: 0;
}
.row1.row div.col-lg-8:first-child, .row2.row div.col-lg-8:first-child, .row3.row div.col-lg-8:first-child {
    margin-bottom: 20px;
}
.more_info_button {
    background: rgb(79,133,187);
    background: -moz-linear-gradient(top, rgba(79,133,187,1) 0%, rgba(79,133,187,1) 100%);
    background: -webkit-linear-gradient(top, rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%);
    background: linear-gradient(to bottom, rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 );
    border: 1px solid #000;
    border-radius: 5px;
    color: #FFF;
    padding: 2px 5px;
	font-size:12px;
	transition: all 0.3s;
	white-space: pre-wrap;
}
.more_info_button:hover{
text-decoration:none;
color:#000;
background:#cee1ff;
border: 1px solid #777;
}

.company_row
{
    margin: 40px auto;
    text-align: center;
	border: 1px solid #CCC;
    border-radius: 5px;
}

.company_logos
{
float:left;
}

.company_logos img {
	width: 50%;
	margin-bottom:20px;
}

.BOD div
{
    margin: 0 auto;
	width: 100%;
    margin-bottom: 15px;
}

.BOD img {
	width: auto;
    max-height: 200px;
    border: 5px double;
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin-bottom: 10px;
}
.list_info{
    padding: 20px;
    font-size: 20px;
    text-align: justify;
    line-height: 2em;
}
.list_info h5 {
    font-weight: bold;
}
.list_info.en{
    font-size: 16px;
}
.list_info table {
    font-size: 14px;
	line-height:1.5;
}
.list_info.en table {
    font-size: 12px;
}
.list_info table th {
    text-transform: none;
}
.ministers p {
margin:0;
}
.ministers div {
    font-size: 18px;
}
.ministers .col-auto > div:first-child {
    min-height: 180px;
}
.ministers img {
    max-height: 140px;
	width:auto;
}
.ministers img.pm {
    max-height: 180px;
}
.ministers img.cm {
    max-height: 160px;
}
.ministers .secondary img {
    max-width: 140px;
	width:70%;	
}
.ministers .tertiary img {
    max-width: 125px;
	width:65%;	
}
.ministers h6 {
    max-width: 100%;
	font-weight:bold;
	font-size:1.0rem;
	margin-bottom:0;
}
.ministers.en h6 {
	font-size:0.7rem;
}
.foot_note{
text-align: center;
    border: 5px double #000;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 20px;
	color: #000;
background: rgb(183,222,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
	
}
.foot_note.en {
    font-size: 16px;
}
.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-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%;
    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;
}

.ag_links.app_buttons div{
margin-bottom:auto;
}
.ag_links.app_buttons img {
    height: 40px;
	margin-bottom:10px;
}


.ag_links.app_buttons .instructions, .ag_links.app_buttons ~ h6 .instructions{
	color: RED;
    text-decoration: none;
}
.app_container{
padding: 20px 0;
    background: rgb(228,245,252);
    background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%);
    background: linear-gradient(to bottom, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 );
    border: 1px solid;
}

#coll_centers tr.table-header, #center_details tr.table-header, table#agencywise_stat tr.table-header  {
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

fieldset.fltr{
    border: 1px solid;
    padding: 20px;
    margin-bottom: 20px;
}

fieldset.fltr legend{
    width: auto;
    padding: 0 10px;
    margin: 0;
}
fieldset.fltr label{
margin:auto 0;
padding-right: 0;
}
fieldset.fltr select {
    padding: 0;
}

table#coll_centers, table#center_details , table#agencywise_stat {
    font-size: 14px;
}
table#coll_centers th, table#center_details th, table#agencywise_stat th{
    text-transform:none;
}
table#coll_centers td, table#coll_centers th, table#center_details th, table#center_details td, table#agencywise_stat th, table#agencywise_stat td {
    padding: 5px;
}
div#center_abs table {
	font-size:12px;
    table-layout: auto;
}
div#center_abs table th, div#center_abs table td {
    padding: 5px;
    text-transform: none;
    width: auto;
}
.center_details_dialog .ui-dialog-titlebar{
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
color:#FFF;
}


.footer .counter_section{
	font-size: 12px;
}
.footer .counter_section .visit_count{
	text-align: center;
    width: 20px;
    display: inline-block;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    color: #000;
	line-height:1;
	background: rgb(242,246,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}
table#coll_centers td.fetch-centers, table#agencywise_stat td.fetch-centers-agencywise {
    transition: all 0.2s;
      animation: highlight 1s linear 1.5s 3; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: highlight 1s linear 1.5s 3 alternate; /* Chrome and Safari */
animation-delay: 1.5s;
}
table#coll_centers td.fetch-centers:hover, table#agencywise_stat td.fetch-centers-agencywise:hover {
    background: #c6f2fc;
}
table#coll_centers td.fetch-centers:hover, table#coll_centers tfoot th.fetch-centers:hover, table#agencywise_stat td.fetch-centers-agencywise:hover, table#agencywise_stat tfoot th.fetch-centers-agencywise:hover {
    cursor: pointer;
}
div#agencywise_stat_wrapper {
/*     width: 50%; */
    margin: 20px auto;
    border: 2px solid;
    padding: 20px;
}

#agencywise_stat_wrapper .table_title {
    text-align: center;
    margin: 0 0 10px 0;
}

    @keyframes highlight
    {
      0%   {background: #FFF;}
      33%  {background: #c6f2fc;}
      66%  {background: #c6f2fc;}
      100% {background: #FFF;}
   }

    @-webkit-keyframes highlight /* Safari and Chrome - necessary duplicate */
    {
      0%   {background: #FFF;}
      33%  {background: #c6f2fc;}
      66%  {background: #c6f2fc;}
      100% {background: #FFF;}
   }

/********** FLUID ACCORDION ************/
#fluid-accordion
{
	margin:0 5vw;
/* 	font-family: Quicksand; */
}
#fluid-accordion a {
    color: DARKBLUE;
    text-decoration: underline;
}
#fluid-accordion ol {
    font-weight: 500;
}
#fluid-accordion .row
{
	margin:0;
}
#fluid-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#fluid-accordion .accordion.row {
  display:flex;
}

/* Accordion styles */
#fluid-accordion {
    font-size: 14px;
}
#fluid-accordion .tabs {
  overflow: hidden;
}
#fluid-accordion .tab {	
  width: 100%;
  color: white;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5);
  margin: 20px 0;
  border-radius:5px;
}
#fluid-accordion .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bolder;
    cursor: pointer;
	margin:0;	
	color:#000;
	transition:all 0.5s;
	font-size:16px;
	line-height:1.5;
	background: #f5f5f5;
    background: rgb(226,226,226);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
	}
  
  
#fluid-accordion .ques::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
	background: rgb(4,97,159); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(4,97,159,1) 0%, rgba(4,97,159,1) 25%, rgba(0,0,0,1) 50%, rgba(4,97,159,1) 75%, rgba(4,97,159,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(4,97,159,1) 0%,rgba(4,97,159,1) 25%,rgba(0,0,0,1) 50%,rgba(4,97,159,1) 75%,rgba(4,97,159,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(4,97,159,1) 0%,rgba(4,97,159,1) 25%,rgba(0,0,0,1) 50%,rgba(4,97,159,1) 75%,rgba(4,97,159,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04619f', endColorstr='#04619f',GradientType=1 ); /* IE6-9 */
    transition: width .5s;
}

#fluid-accordion .ques:hover::after {
    width: 100%;
}



#fluid-accordion .tab-label:hover .btop{
	background-color: rgb(0, 153, 255);
    }
#fluid-accordion .tab-label:hover .bmid{
	background-color: rgb(0, 153, 255);
    }
#fluid-accordion .tab-label:hover .bbot{
	background-color: rgb(0, 153, 255);
    }

#fluid-accordion .tab-label:hover {
	background:#DDD;
background: rgb(207,231,250); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
}

#fluid-accordion .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #000;
    transition: all .35s;
	text-align: justify;
	background-color:#FFF;
  }
#fluid-accordion .tab-content p {
    margin: 0;
    padding: 10px 0;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
	font-weight: 500;
}

#fluid-accordion input:checked + .ques .tab-label {
		background:#DDD;
background: rgb(207,231,250); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
}
#fluid-accordion input:checked ~ .tab-content {
	max-height: 1000vh;
	padding: 1em;
	background:#F5F5F5;
    border:1px solid #CCC;
    border-top:0;
}
#fluid-accordion input:checked + .ques::after {
    width: 100%;
}
#fluid-accordion .tab-label .title_text
{
	max-width:85%;
}
#fluid-accordion .icon_container {
    position: relative;
    width: 26px;
    height: 16px;
    margin: auto 0;
}
#fluid-accordion .bmenu { 
	width: 26px; 
	height: 16px; 
	display: block; 
	position: absolute;
}
#fluid-accordion .btop, #fluid-accordion .bmid, #fluid-accordion .bbot {
	right: 0;
	width: 100%;
	height: 2px;
	position: absolute;
	background-color: #333;
	border-radius: 1px;
	transition: ease-in-out 0.5s;
	}

#fluid-accordion .btop {
	width: 40%; }

#fluid-accordion .bmid {
	width: 60%; }

#fluid-accordion .bbot {
	width: 80%; }

#fluid-accordion .x7 {
	transition: transform .3s ease-out;
	transform-origin: 60% 75%;
}
#fluid-accordion .x7 .btop {
		top: 0;
		transition: width .3s, transform .3s, top .0s, background-color .3s;
		transition-timing-function: ease-out; 
		}

#fluid-accordion .x7 .bmid {
		top: calc(50% - 1px);
		transform-origin: 100% 50%;
		transition: opacity .1s, background-color .3s linear .15s;
		transition-timing-function: ease-out;
		}

#fluid-accordion .x7 .bbot {
		bottom: 0;
		transition: width .3s, transform .3s, bottom .0s, background-color .3s linear .3s;
		transition-timing-function: ease-out;
}



#fluid-accordion input:checked + .ques .icon_container .x7 {
	transform: rotate(-90deg);
}
#fluid-accordion input:checked + .ques .icon_container .x7 .btop {
	width: 67%;
	top: 2px;
	transform: translateY(-50%) rotate(-45deg);
	transform-origin: 50% 50%;
}
#fluid-accordion input:checked + .ques .icon_container .x7 .bmid {
	opacity: 0;
}
#fluid-accordion input:checked + .ques .icon_container .x7 .bbot {
	width: 67%;
	bottom: 2px;
	transform: translateY(50%) rotate(45deg);
	transform-origin: 50% 50%;
}
/*********************************************************************/   
   
   
   



/* Extra small devices (phones, less than 768px) */
@media(min-width:576px){
.company_logos img {
	width: 100%;
}
.row2 .adv_wrapper.big .advt_links_container{
height: 190px;
}

.row3 .adv_wrapper.big .advt_links_container {
height: 140px;
}
.adv_wrapper.big .advt_links_container {
    height: 180px;
}
.adv_wrapper.big.en .advt_links_container {
    height: 190px;
}
.adv_wrapper.big .advt_links_container {
    height: 180px;
}
.row2 .adv_wrapper.big.en .advt_links_container {
    height: 210px;
}
	table
	{
	  border: 1px solid #ccc;
	}
	table thead{
		position:relative;
	}
	th.small_cell,td.small_cell {
		width:10%;
		text-align:center;
	}
	table tr{
		display:table-row;
	}
	table td{
		display:table-cell;
	}
	table td::before {
      content: "";
	}
	table td, table th{
		text-align:center;
	}
	


}
/* Small devices (tablets, 768px and up) */
@media(min-width:768px){
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active{
	color:#000 !important;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(226,226,226,1) 1%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 99%, rgba(254,254,254,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(226,226,226,1) 1%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 99%,rgba(254,254,254,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(226,226,226,1) 1%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 99%,rgba(254,254,254,1) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.menu_bar{
padding: 0rem 1.5rem;
}
.header .container
{
	display:flex;
}
.btco-hover-menu .collapse ul li{position:relative;}
.btco-hover-menu .collapse ul li:hover> ul{display:block}
.btco-hover-menu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.btco-hover-menu .collapse ul ul li{position:relative}
.btco-hover-menu .collapse ul ul li:hover> ul{display:block}
.btco-hover-menu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.btco-hover-menu .collapse ul ul ul li{position:relative}
.btco-hover-menu .collapse ul ul ul li:hover ul{display:block}
.btco-hover-menu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
/* Medium devices (desktops, 992px and up) */
@media(min-width:992px){
.menu_bar .navbar-nav > .nav-item > .nav-link{
font-size:1.3rem;
}
.menu_bar .navbar-nav .nav-item .nav-link{
padding: 0.5rem 1.5rem;
white-space: nowrap;
}
.menu_bar .navbar-nav.eng .nav-link, .dropdown-menu{
font-size:1rem;
color:#FFF;
}


	.footer{
		display:flex;
	}
	.footer div {
		margin: auto;
	}
	.logo-text{
		display:flex;
		height:100%;
	}
	.logo {
	}
	.logo img {
	max-width: 185px;
	max-height: 90px;
	}
	.logo.gov img {
		max-height: 110px;
	}	

	.company_row div
	{
	margin: auto;
	}


.row1.row div.col-lg-8:first-child, .row2.row div.col-lg-8:first-child, .row3.row div.col-lg-8:first-child {
    margin-bottom: 0px;
}



}
/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px){}








@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
