* {
  box-sizing: border-box;
}
body {
    font-family: "Montserrat","Vesper Libre", Arial, sans-serif;
	background: rgb(214,219,191); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(214,219,191) 0%, rgb(254,255,232) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgb(214,219,191) 0%,rgb(254,255,232) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgb(214,219,191) 0%,rgb(254,255,232) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dbbf', endColorstr='#feffe8',GradientType=1 ); /* IE6-9 */
}
.language_selector label {
    color: #FFF;
    margin: 0;
}
.language_select option {
    color: #000;
}
.accessibility_helper{
	padding:0;
}
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: 0px 20px;
    margin: 0;
    z-index: 2;
    width: 100%;
/* 	display: block; */
	text-align:right;
	background: rgb(178,225,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(178,225,255,1) 0%, rgba(102,182,252,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=1 ); /* IE6-9 */

background: #f2f9fe; /* Old browsers */
background: -moz-linear-gradient(left,  #f2f9fe 0%, #d6f0fd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f2f9fe 0%,#d6f0fd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f2f9fe 0%,#d6f0fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=1 ); /* IE6-9 */

}
.top-header  h3,.top-header  h5{
	color:#000;
}
.top-header h3{
	text-shadow: 2px 1px #AAA;
	font-weight: bold;
}
.top-header .dropdown-menu{
	font-size:0.8rem;
}
#galleria{height:400px}
.navbar{
background-color:#000;
}
.contact_details{
color: #B71C1C;
font-size:13px;
float:right;
margin: auto;
}
.contact_details.en{
font-size:11px;
}
.contact_details div{
    padding: 0 10px 0 0;
	font-weight:bold;
}
.contact_details p{
margin:5px 0;
}
.contact_details p:first-child{
color: #000;
    /* font-weight: bold; */
}
.contact_details .fa.fa-phone {
    margin-right: 5px;
}

.menu_bar{
 padding: 0.5rem 1.5rem;
}
.menu_bar a{
line-height:30px;
}

.menu_bar .navbar-nav.eng .nav-link, .dropdown-menu{
font-size:0.6rem;
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.btco-hover-menu a ,  .navbar > li > a {
    text-transform: capitalize;
}
.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:#222;
text-align:center;
padding: 2px 10vw;
margin:0;
width:100%;
z-index:2;
line-height: 30px;
color:#FFF;
}
.footer p, .footer li {
    margin: 0;
    line-height: 18px;
    font-size: 14px;
}
.footer.eng p, .footer.eng li {
font-size:12px;
}
/* .footer div {
    margin: 10px 0;
} */

.footer .fa, .footer .fab {
    font-size: 23px;
    margin: 0 5px;
}

.content
{
/*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
background:#FFF;
 margin-bottom:34px; */
padding:15px;
/* min-height:84vh; */
}

.logo, .logo-text
{
margin:auto;
/* width: auto; */
}
.logos{

}
.logos:first-child{
border-bottom-left-radius:10px;
border-top-left-radius:10px;
}
.logos:last-child{
border-bottom-right-radius:10px;
border-top-right-radius:10px;
}
.top-header .row, .top-header .row .logo {
    padding: 0;
}
.top-header .contact {
    font-size: 12px;
	color:#B71C1C;
}
.logo-text h1, .logo-text h2, .logo-text h3, .logo-text h4 {
    margin: auto;
}

.logo img {
max-height:50px;
}

/*PRELOADING------------ */
#overlayer {
	dispaly:hidden;
	width:100%;
  height:100%;  
  position:fixed;
  top:0;
  left:0;
  z-index:9;
/* From https://css.glass */
background: rgba(0, 0, 0, 0.86);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(9.9px);
-webkit-backdrop-filter: blur(9.9px);
border: 1px solid rgba(0, 0, 0, 0.3);
}
.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;
}
.loader2 {
	/* display:inline-block; */
	dispaly:hidden;
	position:fixed;
	z-index:10;
  top: calc(-25px + 50%);
  left: calc(-53px + 50%);
}

.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%;
  }
}



  .page_content table caption {
    font-size: 1.5em;
  }
  
 .page_content  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .page_content 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;
}
  .page_content 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;
}

.page_content table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}


 .page_content 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;
  }
    */
  
  
.page_content table th,
.page_content table td {
border: 1px solid #000;
  padding: .625em;
text-align:right;
}
table#tbl_sort {
border-collapse:collapse;
}
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 
{
padding: 10px 0;
}
.row1, .row2, .row3{
margin: auto;
min-width:80%;
}
.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, .page_content_clear{
min-height:60vh;
}
.page_content h5, .page_content_clear h5 {
    border-bottom: 2px solid #666;
    padding-bottom: 5px;
    color: #28295d;
    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 img {
    max-width: 160px;
	width:80%;
}
.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.grp_fldst {
    padding: 20px;
    border: 1px solid;
    margin: 1vw 5vw;
}
fieldset.fltr{
    border: 1px solid;
    padding: 20px;
    margin-bottom: 20px;
}

fieldset.fltr legend{
    width: auto;
    padding: 0 10px;
    margin: 0;
	float:none;
	text-align:left;
}
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;
  border: 1px solid #888;
}
#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%;
}
select#language {
    background: transparent;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0px 2px;
    font-size: 12px;
	margin-right: 10px;
}
/* .main_banner img{
width:100%;
}
.image_overlap{
    position: absolute;
    width: 100%;
	height: 100%;
} */
.background-img .overlay{
    position: absolute;
    overflow: hidden;
    bottom: 5%;
    left: 0%;
	margin: auto;
}


.banner_container{position:relative;
  }

.banner_container img{width:100%;
 }
.user_account .fa-user-circle {
    font-size: 20px;
}
.user_account .fa-user-circle.active {
   color: #145790;
}
.top-header.row{
	padding: 0;
	overflow-x: clip;
}
.cards > div{
    padding: 1% 2%;
    background: #FFF;
    border: 1px solid #555;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	text-align: justify;
	font-size: 10px;
}
.banner_container .cards > div {
    font-size: 7px;
}
.cards h4{
	color: #c92929;
    font-weight: bold;
}
.cards ul{
	padding-left:1rem;
}
.banner_container .cards > div{
    flex-direction: column;
    align-self: flex-end;
	background: rgb(228 245 245 / 80%);
}
.banner_container .cards div:nth-child(1){
    height: auto;
}
.banner_container .cards div:nth-child(2){
	height: 60%;
}
.banner_container .cards p {
    margin: 0;
}
.banner_container .cards div hr{
	margin: 0.3rem 0;
}
.banner_container .cards div a{
    float: right;
    text-decoration: underline;
    cursor: pointer;
}
.cards h4{
	font-size:15px;
}
.quick_links{
	margin:1vw;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.quick_links div {
    background: #FFF;
    border: 1px solid #000;
    padding: 0.7vw;
    text-align: center;
    font-size: 10px;
	cursor: pointer;
	font-weight:bold;
}
.gradient-custom-2 {	
background: linear-gradient(315deg, #009fc2 0%,#040300 70%);
}

.no-shadow{
box-shadow:none;
}
#registrationForm button#btnGenerateOTP {
    padding: 0.625rem 0.5rem 0.5rem;
}
#registrationForm .form-text{
font-size:0.750em;
}
.facilities .card{
cursor:pointer;
}
.facilities .card-header{
font-size:40px;
padding:0;
}
.facilities .card-body{
padding:0.5rem;
}
.top-header + .container {
    min-height: 70vh;
}
/*a.btn, button.btn{
padding: .625rem 0.5rem .5rem;
line-height:0.75em;
}*/
.version{
	font-size:10px;
	font-style:italic;
}
.preface{
font-size:14px;
text-align:justify;
}
.home.mr .preface{
font-size:17px;
}
.home.mr .front {
    font-size: 16px;
}
.home{
width:95%;
}
.home ol{
	/*height:470px;
	 overflow-y:scroll; */
	text-align:justify;
	color:#000;
}
.home ol li{
/*	margin-bottom:1rem; */
}
.home ul li{
font-size:15px;
font-weight:bold;
list-style: none;
margin: 5px;
padding: 3px 0 3px 10px;
text-align: left;
border:1px solid #AAA;
border-radius: 7px;
color: #000;
background: #e1ffff; /* Old browsers */
background: -moz-linear-gradient(top,  #e1ffff 0%, #e1ffff 7%, #e1ffff 12%, #fdffff 12%, #e6f8fd 30%, #c8eefb 54%, #bee4f8 75%, #b1d8f5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#fdffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#fdffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
}

.home ul li:nth-child(even){
background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}
.home.mr ul {
    min-height: 335px;
}
.home h5, .photo_gallery h5{
	color: #030b5a;
	font-weight:bold;
}

.home img{
	max-width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}
.carousel{
border:3px solid #000;
}
.photo_gallery {
max-width:700px;
}
.photo_gallery .carousel, .video_gallery .carousel {
    border: none;
}
.video_gallery .carousel-indicators{
	bottom:-10px;
}
.video_gallery .carousel-caption p {
    margin: auto;
}







.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: .3;
  transition: opacity .25s;
  cursor: pointer;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.photo_gallery2 .product-images {
  width: 100%;
  margin: 0 auto;
  border:1px solid #eee;
}
.photo_gallery2 .product-images li, .photo_gallery2 .product-images figure, .photo_gallery2 .product-images a, .photo_gallery2 .product-images img {
  display: block;
  outline: none;
  border: none;
}
.photo_gallery2 .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
.photo_gallery2 .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.photo_gallery2 .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.photo_gallery2 .product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  max-width: 600px;
}
.photo_gallery2 .product-images .thumb-nav.slick-slider .slick-prev, .photo_gallery2 .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
.photo_gallery2 .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
.photo_gallery2 .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
.photo_gallery2 .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.photo_gallery2 .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}
.photo_gallery2 .product-images .thumb-nav li:hover, .photo_gallery2 .product-images .thumb-nav li:focus {
  border-color: #999;
}
.photo_gallery2 .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}











  .pushable {
    background: hsl(214.34deg 100% 32%);
    border-radius: 12px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
  }
  a.land_bank.btn.pushable:hover {
    background-color: #000062;
}
  .front {
    display: block;
    padding: 10px 32px;
    border-radius: 12px;
    color: #FFF;
	font-weight:bold;
    transform: translateY(-6px);
	border:1px solid #002082;
background: hsl(210.46deg 65.79% 50.75%);
  }

  .pushable:active .front {
    transform: translateY(-2px);
  }
.btn.land_bank{
padding:0;
}


.blink {
    -webkit-animation: blink 1.5s step-end infinite;
    animation: blink 1.5s step-end infinite;
}
.new{
    text-shadow: -2px 2px 0 #FFF, 2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px -2px 0 #FFF;
    font-family: cursive;
    color: #DC143C;
    Font-weight: 900;
    margin-left: 10px;
}
.home.mr .blink{
font-size:14px;
}
.home.mr h5{
font-size:24px;
}

@keyframes blink {
50% {
    visibility: hidden;
}
}

table#s2s_tbl_list{
	border-collapse:collapse;
}
#td_table {
    border-collapse: collapse;
	width:99.9% !important;
}
#td_table tbody tr td:last-child, #tdg_table tbody tr td:last-child {
    font-size: 12px;
}
#td_table tbody tr td:last-child i, #tdg_table tbody tr td:last-child i {
    font-size: 20px;
}
table#td_table tbody tr td {
    color: #000;
}



@keyframes flip-loader {
  
  0% {
    transform: rotatey(0deg);
  }

  13% {
    transform: rotatey(90deg);
  }

  26% {
    transform: rotatey(180deg);
  }

  39% {
    transform: rotatey(270deg);
  }

  52% {
    transform: rotatey(360deg);
  }
  100% {
    transform: rotatey(360deg);
  }
  
}

svg.mahavitaran_loader {
  animation: flip-loader 3.2s linear infinite;
}


.mahavitaran_loader path:not([fill="none"]) {
  stroke-width: 2;
  stroke: #FFF;
  animation: draw-loader-border 3.2s forwards infinite;
}

.mahavitaran_loader path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

@keyframes draw-loader-border {
  to {
    stroke-dashoffset: 0;
  }
}


.dataTables_filter{
	margin-bottom:5px;
}

button.ui-dialog-titlebar-close:before {
    content: 'x';
    line-height: 0;
}
.invalid_records_dialog + .ui-widget-overlay.ui-front {
    opacity: .7;
    background: #000;
}


.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button label {
    min-width: auto;
}
label.error {
    color: red;
    padding: 0.2rem .75rem;
}
input[type="text"] + label.error {
    position: absolute;
    left: 0;
    padding: 0rem .75rem;
    font-size: .75em;
}
#winner_details, table#prize_distr_stats{
border-collapse:collapse;
}
#winner_details .bg-winner, #prize_distr_stats td.green, #rp_display .green {
    background: #d6ffd6;
	--mdb-table-accent-bg: unset;
}
#winner_details .bg-ineligible, #prize_distr_stats td.red, #rp_display .red {
    background: #ffdcdc;
	--mdb-table-accent-bg: unset;
}



.tabcontainer {
    padding: 0;
    border: 1px solid #AAA;
    font-family: Montserrat;
    font-size: 14px;
}
.tabcontainer .tab-content>.tab-pane{
	min-height:50vh;
}
.tabcontainer ul.nav.nav-tabs {
    padding: 0;
}
	
.tabcontainer .tab-content>.active {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(229,229,229,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(229,229,229,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5	) 0%,rgba(229,229,229,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    padding: 20px;
}
.tabcontainer .nav-tabs>li>a.active, .tabcontainer .nav-tabs>li>a.active:focus, .tabcontainer .nav-tabs>li>a.active:hover {
    background: rgb(76,76,76);
    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%);
    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%);
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
    color: #FFF;
    border: 1px solid transparent;
}
.tabcontainer .nav-tabs>li>a {
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
	color:#000;
	background: rgb(182 182 182 / 40%);
}
table.dataTable, select.form-select{
	font-size:14px;
}
#event_date + .form-label {
    transform: translateY(-1rem) translateY(.1rem) scale(.8);
}
#media_upload_details td, #media_upload_details th{
	padding:5px;
	font-size:12px;
}
/*********************************************************************/   
   
   
   



@media(max-width:768px){
.accessibility_helper{
	width: auto;
}
	table.rs_table{ 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	.rs_table, .rs_table thead, .rs_table tbody, .rs_table th, .rs_table td, .rs_table tr{ 
		display: block; 
		font-size:12px;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.rs_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.rs_table tr { border: 1px solid #000; }
	
	.rs_table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #AAA; 
		position: relative;
		padding-left: 50% !important; 
	}
	.rs_table td:before{ 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0;
		left: 0;
		width: 48%; 
		padding: 0 1%;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);
		background: aliceblue;
		height: 100%;
		display: flex;
		align-items: center;
		color: #000;
		font-weight: bold;
	}

}
/* 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;
	}
	.page_content table
	{
	  border: 1px solid #ccc;
	}
	.page_content table thead{
		position:relative;
	}
	.page_content th.small_cell,.page_content td.small_cell {
		width:10%;
		text-align:center;
	}
	.page_content table tr{
		display:table-row;
	}
	.page_content table td{
		display:table-cell;
	}
	.page_content table td::before {
      content: "";
	}
	.page_content table td, .page_content table th{
		text-align:center;
	}
	


}
/* Small devices (tablets, 768px and up) */
@media(min-width:768px){
/*   .gradient-form {
    height: 100vh !important;
  } */
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
  .menu_bar .navbar-nav .active>.nav-item, .menu_bar .navbar-nav .nav-item.active{
	   border-bottom: 5px solid #145790;
	}
	.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}
	.cards > div, .banner_container .cards > div{
		font-size:14px;
		padding: 1%;
	}
	.cards ul{
		padding-left:2rem;
	}
	.banner_container .cards div:nth-child(1) hr{
		margin: 1rem 0;
	}
	.cards h4{
		font-size:24px;
	}
	.quick_links div {
		font-size:14px;
	}
	.background-img .overlay{
		padding: 0 10%;
	}
	.custom-file-button label {
	    min-width: 155px;
	}
	
}
/* Medium devices (desktops, 992px and up) */
@media(min-width:992px){
.facilities .card-body{
padding:0.5rem;
}
	.nav-link {
		font-size: 1rem;
	}
	.menu_bar .navbar-nav .nav-item:first-child .nav-link{
	/* border-left: 1px solid #CCC; */
	}
	.menu_bar .navbar-nav .nav-link{
	padding: 15px 25px;
	/* border-right: 1px solid #CCC; */
	}
	.menu_bar.eng .navbar-nav .nav-link{
	padding: 15px 20px;
	/* border-right: 1px solid #CCC; */
	}
	.menu_bar .navbar-nav.eng .nav-link, .dropdown-menu{
	font-size:1rem;
	}


	.footer{
		display:flex;
	}
/* 	.footer div {
		margin: auto;
	} */
	.logo-text{
		display:flex;
		height:100%;
	}
	.logo {
		padding: 0;
	}
	.logo img.small  {
		min-height: 50px;
		max-height: 50px;
	}

	.logo img {
	    margin: 10px 0;
		min-height: 70px;
	}


	.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);
    }
}
