/*------------------------------------------------------------------ 
    IMPORT FONTS 
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*------------------------------------------------------------------ 
    IMPORT FILES 
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(timeline.css);
@import url(flaticon.css);



/*------------------------------------------------------------------ 
    SKELETON
-------------------------------------------------------------------*/

body {
	color: #666666;
	font-size: 15px;
	font-family: sans-serif;
	line-height: 1.80857;
	overflow-x: hidden !important;
}

a {
	color: #000;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: bold;
	position: relative;
	/* padding: 0 0 10px 0; */
	line-height: 120% !important;
	color: #1f1f1f;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 21px;
	color: #07528d;
	margin-top: 25px;
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: .8
}

a {
	color:#000;
	text-decoration: none;
	outline: none;
}
a:hover
{color: red;}
.dark_bg {
	background: #000;
}

.padding_left_right {
	padding-left: 30px;
	padding-right: 30px;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}


button:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	color: #000;
	opacity: 1;
}




#scroll-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	display: flex !important;
	justify-content: center;
	font-size: 25px;
	border-radius: 0;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-weight: 900;
	border-radius: 100%;
}

#scroll-to-top i.fa.fa-angle-up {
    position: relative;
    top: 6px;
    left: 6px;
	color: #624b07;
}

.padding_bottom-0 {
	padding-bottom: 0 !important;
}


/* search bar */

.search-box {
	position: absolute;
	top: 20px;
	right: 50px;
	height: auto;
	padding: 0;
	margin-top: 10px;
}

.search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
}

.top-header #navbar-wd {
	padding-right: 100px;
}

.search-btn {
	float: right;
	width: 30px;
	height: 30px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2d75b9;
    cursor: pointer;
}
.search-btn img
{
    height: 20px;
}

.search-txt {
	border: none;
	outline: none;
	float: left;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	width: 0;
	transition: width 400ms;
	background: #cee6fd;
	padding: 0;
	font-weight: 300;
}

.theme_color {
	color: #d4a81e;
}




.contact-block .form-group textarea.form-control {
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common:hover {
	background-color: #111;
	opacity: 1;
}

.custom-select {
	height: 45px;
	font-size: 16px;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(45px + 2px);
}

.help-block ul li {
	color: red;
}

.footer-box {
    background: #0b1c2c;
    padding: 50px 0;
}

.footer-box .footer-company-name {
	text-align: center;
	margin: 0px;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding-top: 2px;
}

.footer-box .footer-company-name a {
	color: #333;
	text-decoration: underline !important;
}

.footer-box .footer-company-name a:hover {
	color: #e91327;
}


.about-main-info h2 img {
	margin-top: -10px;
}

p {
    margin-top: 5px;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 25px;
    color: #4a4a49;
}

.text_align_center {
	text-align: center;
}

.red_bg {
	background: #e91327;
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
	color: #fff !important;
}

.red_bg .about-main-info a {
	background: #fff;
	color: #e91327;
}

.testimonial_img {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}

.mfp-figure figure .mfp-bottom-bar {
	display: none;
}

#client_slider .carousel-indicators {
	bottom: -45px;
}

#client_slider .carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #999;
}

#client_slider .carousel-indicators li.active {
	background: #e91327;
}

.layout_padding {
	padding-top: 75px;
	padding-bottom: 75px;
}

.layout_padding_2 {
	padding-top: 0px;
	padding-bottom: 10px;
}

.heading_main h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    font-family: 'Raleway', sans-serif;
    position: relative;
    background-image: url(../images/heading_main_border.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.heading_main h2 span {
	color: #614700;
}

.heading_main p.large {
    font-size: 20px;
    color: #605f5f;
    position: relative;
    padding: 0;
    font-weight: 500;
    margin: 0;
}

.heading_main p {
    font-family: 'Raleway', sans-serif;
}

.heading_main p.small_tag {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.heading_main.text_align_center {
    width: 100%;
    justify-content: center;
    margin-bottom: 0px;
}

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

p.section_count {
    font-size: 155px;
    margin: 0 45px 0 0;
    color: #cccac5;
    font-weight: 400;
    line-height: 70px;
}

.padding_0 {
	padding: 0;
}

.full {
	float: left;
	width: 100%;
}

.heading_main {
    float: left;
    display: flex;
}

.theme_bg {
	background: #07528d;
}

h3.small_heading {
	font-size: 35px;
	font-weight: 600;
	line-height: normal;
}

.margin-top_20 {
	margin-top: 20px;
}

.margin-top_30 {
	margin-top: 30px;
}

.margin-top_50 {
	margin-top: 25px;
}

.margin-bottom_30 {
	margin-bottom: 30px;
}

.carousel a.carousel-control-prev {
    background: #d4a81e;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 0;
    top: 30%;
    left: -45px;
}

.carousel a.carousel-control-next {
	background: #d4a81e;
	opacity: 1;
	width: 40px;
	height: 40px;
	border-radius: 0;
	top: 30%;
	right: -45px;
}

#demo {
	margin-bottom: 20px;
}

ul.social_icon li a {
    width: 35px;
    height: 35px;
    background: #fff;
    float: left;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
}

ul.social_icon li i {
	color: #000 !important;
	line-height: 35px;
}

ul.social_icon li {
	float: left;
	margin: 0 5px;
}

.inner_page .top-header {

    position: relative;

}

.inner_page .inner_page_header {

    background: #1f1f1f;
    padding: 40px 0;

}

.inner_page .inner_page_header h3 {

    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;

}

.footer_bottom {
    background: #7eb0f7;
    padding: 15px 0;
}


.footer_bottom a
{
    color: #000;
}
.footer_bottom a:hover
{
color:#544005;
}

.footer_bottom p.crp {
    float: left;
    margin: 0;
    color: #000;
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.footer_menu ul {
    list-style: none;
    width: 100%;
    float: left;
}

.footer_blog li a {
    font-size: 14px;
    font-weight: 300 !important;
    color: #acaba9 !important;
}

.recent_post_footer p {
    color: #acaba9 !important;
    font-size: 13px;
}

.footer_blog h3 {
    margin-bottom: 10px;
}

.newsletter_form input {

    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;

}

.footer_blog h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
    border-bottom: solid #e0af14 2px;
    font-weight: 600;
    margin-top: 14px;
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

footer.footer-box p {
    font-size: 14px;
}

.footer_blog {
    float: left;
    width: 100%;
}

.footer_blog ul li {
    display: flex;
}

.footer_blog ul li img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.footer_blog ul li {
    margin-bottom: 15px;
}

ul.bottom_menu li a {
	color: #8d8d8c;
}

ul.bottom_menu li {
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin-left: 20px;
}

#inner_page header.top-header {
    position: relative !important;
}

.bottom_menu {
	float: right;
}

.innerpage_banner {
	background-color: #f9f9f9;
	min-height: 150px;
	text-align: center;
	background-image: url("../images/slider-01.jpg");
	background-size: cover;
	background-position: center center;
}

.innerpage_banner h2 {
	margin: 55px 0 0;
	padding: 0;
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	position: relative;
}

section.inner_banner {
    min-height: 125px;
    background: #002147;
}

section.inner_banner h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 110px !important;
    padding: 0;
	color: #fff;
}

#demo .img-responsive {
	width: 100%;
}

.top-header.fixed-menu .search-btn {
	background: #2d75b9;
}

.top-header.fixed-menu .search-btn img {
    width: 20px;
}

.top-header.fixed-menu .search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
	border: solid #000 1px;
	height: 30px;
}

.top-header.fixed-menu ul li:hover a,
.top-header.fixed-menu ul li:focus a {
	color: #0892fd !important;
}




.carousel-inner .blog_img_popular h4 {
    width: 86%;
    background: #fff;
    margin: 0 7%;
    padding: 5px 5px;
    color: #095a83;
    text-align: center;
    font-size: 18px;
    min-height: 30px;
    line-height: 30px !important;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    margin-top: -35px;
}


.blog_img_popular h4 {
    width: 86%;
    background: #fff;
    margin: 0 7%;
    padding: 5px 5px;
    color: #095a83;
    text-align: center;
    font-size: 18px;
    min-height: 70px;
    line-height: 30px !important;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    margin-top: -35px;
}

.blog_img_popular p {
    color: #000;
    text-align: center;
    font-size: 16px;
    width: 86%;
    margin: 0 7%;
    line-height: 24px;
    margin-top: 25px;
}

.silver_bg {
	background: #eee;
}

.text_align_right {
	text-align: right;
}

.float-right_img img {
    float: right;
}




















/*Tob Bar*/


/*Common wrapper*/
  .common-wrapper {
  background:#35353f;
    margin-bottom: 1px;
    height: 39px;
    box-shadow: 0px 8px 5px #bcbcbc;
    
    
}


.common
{
    
    padding: 0px 30px 0px 10px;
}




.tobbar_main
{
    background-color: #7eb0f7;
        border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 0;
	height:30px;
}
.common-container {
  height:36px;
}
.container.common-container {
  max-width: 1300px!important;
  padding: 0 15px;
  width: 100%;

}
.common-left {
  float:left;
  position:relative;
}
.common-left.common-left-ind li a{line-height:22px;}
.common-left.common-left-ind li:first-child{width:115px;}


.common-right {
  float:right;
  position:relative;
}

.common-left ul li {
  float:left;
  line-height:132%;
  font-size:72%;
  font-weight:600;
  text-transform:uppercase;
  height:36px;
  padding-top:6px;
}
.common-left ul li.gov-india {
  text-align:right;
}
.common-left ul li span {
  display:block;
  font-size:120%;
}
.common-left ul li.ministry {
  padding-left:10px;
  margin-left:10px;
  border-left:1px solid #eeeeee;
}
.common-right ul li {
  float:left;
  position:relative;
  height:30px;
  border-left:1px solid #eeeeee;
    list-style: none;
}
.common-right ul li a {
  display:block;
  width:38px;
  height:30px;

  background-repeat:no-repeat;
  background-position: center !important;
}

.common-right ul li a:hover
{
    background-color: #6e16eb;
}

.common-right ul li.hover a {
  background-color:#434343;
}
.common-right ul li.ico-skip > a {
  background-image:url(../images/ico-skip.png);
}
.common-right ul li.ico-skip.hover > a {
  background-image:url(../images/ico-skip-h.png);
}
.common-right ul li.ico-accessibility > a {
  background-image:url(/images/ico-accessibility.png);
}
.common-right ul li.ico-accessibility.hover > a {
  background-image:url(/images/ico-accessibility-h.png);
}
.common-right ul li.ico-social > a {
  background-image:url(../images/ico-social.png);
}
.common-right ul li.ico-social.hover > a {
  background-image:url(../images/ico-social-h.png);
}
.common-right ul li.ico-login > a {
  background-image:url(../images/ico-login.png);
}
.common-right ul li.ico-login.hover > a {
  background-image:url(../images/ico-login.png);
}
.common-right ul li.ico-site-search > a {
  background-image:url(../images/ico-site-search.png);
}
.common-right ul li.ico-site-search.hover > a {
  background-image:url(../images/ico-site-search-h.png);
}
.common-right ul li.ico-sitemap > a {
  background-image:url(../images/ico-sitemap.png);
}
.common-right ul li.ico-sitemap.hover > a {
  background-image:url(./images/ico-sitemap-h.png);
}





a.sw-logo {
  background:url(../images/swach-bharat.png) no-repeat scroll 0 0;
  font-size: 1px;
  height: 68px;
  overflow: hidden;
  text-indent: -500px;
  width: 156px;
}
.bg-logo{font-size: 1px; overflow: hidden;
  text-indent: -500px;}

.common-right ul li.hindi a {
  font-size:95%;
  font-weight:600;
  background:none;
  line-height:30px;
  padding:0px 7px;
  width:auto;
  color: #000;
}

.common-right ul li.hindi a:hover
{
    background-color: #1506c0!important;
}

.common-right ul li.hindi:hover a{color:#fff; background-color:#434343;}

.search-drop input[type='text'] {
  border:0px solid #eeeeee;
  height:36px;
  padding:0px 40px 0px 8px;
  width:200px;
}
.search-drop {
  position:relative;
}
.search-drop a {
  visibility:hidden;
  position:absolute;
  top:0px;
  left:0px;
}
.skip-main a {
  width:auto !important;
  line-height:normal;
  display:inline-block;
  padding-top:3px;
}
.common-right ul li a {
  opacity:1;
    padding-top: 0px;
    text-align: center;
}
.common-right ul li.hover a {
  opacity:1;
}
.common-right ul li ul {
  position:absolute;
  top:36px;
  right:0px;
  z-index:9999;
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  color:#fff!important;
  padding:0px 0px;
  visibility:hidden;
  background:#333;
}
.common-right ul li ul.search-drop {
  visibility:visible;
  display:none;
}
.common-right ul li ul li {
  float:none;
  position:relative;
  height:auto;
  padding:0px 0px;
  border-left:0px solid #eeeeee;
}
/*.common-right ul li.hover ul{visibility:visible;}*/

.common-right li:hover>ul, .common-right li.hover>ul, .common-right a:focus+ul, .common-right .hover a:focus {
  visibility:visible;
}
.common-right ul li.ico-accessibility ul {
  height:auto;
}
.common-right ul li.ico-social ul {
  height:auto;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li {
  border-top:1px solid #434343;
}
.common-right ul li.ico-accessibility ul li a {
  background:none;
  color: #fff;
  display: inline-block;
  height: auto;
  line-height: 22px;
  margin-top: 0px;
  width: 38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-social ul li {
  width:38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-social ul li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 22px;
  margin-top: 0px;
  width: 22px;
}
.common-right ul li.ico-social ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-site-search input[type="text"] {
  background: #fff url("../images/goi-search-bg.png") no-repeat scroll 150px 12px !important;
  /*border: 2px solid #aa2323;*/
  border:2px solid #434343;
  font-weight: 600;
  height: 36px;
  line-height: 34px;
  padding: 0 40px 0 8px;
  width: 270px;
}
.common-right ul li.ico-site-search input[type="text"]:focus {
  background:#fff !important;
}
.common-right ul li.ico-site-search ul {
  padding:0px;
  height:36px;
}
.bttn-search {
  width:38px;
  height:36px;
  cursor:pointer;
  border:0px;
  background-color:#AA2323;
  line-height:27px;
  text-align:center;
  overflow:hidden;
  text-indent:-200px;
  font-size:1px;
  background-image:url(../images/ico-search.png);
  background-repeat:no-repeat;
  background-position: center;
  position:absolute;
  top:0px;
  right:0px;
  opacity:1;
}
.bttn-search:hover {
  opacity:0.8;
}
.sw-logo {
  display:inline-block;
}
a:focus {
  outline:1px dotted #333;
}
.common-left ul li.gov-india a:hover {
  color:#686868 !important;
}
.common-left ul li.gov-india a:focus {
  color:#686868 !important;
}
.common-left a, .common-left li {
  color:#000;
}
.common-left a {
  display:inline-block;
}
.common-left a:focus {
  color:#000 !important;
}

    
    .skipto a
    {   
        float: left;
        color: #000;
        /*line-height: 35px;*/
        font-size: 14px!important;
        
        margin: 0px 0px 0px 0px;
        padding: 0px 15px 0px 15px;
        text-decoration: none;
    }
    @media only screen and (max-width: 600px) {
    .skipto a
    {padding: 0px 15px 0px 60px !important;
    }
}
    .skipto a:hover
    {
        background-color: #434343;
        font-size: 14px!important;
        
    }

/*Tob Bar*/







.minister_topmainpanel {
    
    padding: 20px 0px 0px 0px;
    margin-bottom: 20px;
}



.minister_massagepanel1 {
    padding: 10px 0px 10px 0px;
   
    min-height: 172px;
    float: left;
    margin-bottom: 0px;
}

.minister_image {

    margin: 0 auto;
    text-align: center;
}

.minister_image img
{
	border-radius: 10px;
	padding: 5px;
    
        margin-bottom: 8px;
    
	border: 1px solid #7eb0f7;
}
.minister_headingmain {
    float: left;
    color: #800a0a;
    padding: 0px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    /* margin: 10px 0px 0px 15px; */
    width: 100%;
    border: 0px solid yellow;
    text-align: center;
}


.minister_massagepanel2 {
    padding: 10px 0px 10px 0px;
   
    min-height: 172px;
    float: left;
    margin-bottom:0px;
}

.minister_matterparagraph
{
	        color: #000;
    background-color: #7eb0f7;
    font-size: 14px;
    padding: 0px 6px 0px 6px;
    line-height: 22px;
    margin-bottom: 5px!important;
    border-radius: 10px;
    
}







.newslinktext {
    width: 100%;
    height: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}


.newslinktext ul {
    width: 90%;
    height: 100%;
    margin: 0px 0px 0px 5%;
    padding: 0px 0px 0px 0px;
}

.newslinktext ul li {
    width: 100%;
    height: 100%;
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #c7c7c7;
    list-style-image: url(../images/linksicon.png);
}

.newslinktext ul li a {
    width: 100%;
    color: #6a0606;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    
}





.visitor_number
{
    color: #000;
    text-align: center;
}











.emblemb
{
    padding: 0;  border: 0px solid green;
}


.emblemb img
{
    height: 60px;
}


.headerpanelmain_box
{
    padding: 0; margin: 0px 0px 0px 0px; border: 0px solid red;
    width: 62%;
}


.header_bgtoppanel
{
    padding: 0px 0px; margin: 0;
    
    width: 100%;
    
}

.navbar-header {
    float: left;
    width: 100%;
}


.header_main
{
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    margin: 0px auto;
    width: 100%;
    border: 0px solid green;
}




.header_main h1
{
    
    font-size: 25px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 15px;
    color: #1f1f1f;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 40px;
    
}
#mu-slider .slick-prev, #mu-slider .slick-next {
    background-color: #b90c1473;
}

.header_main span
{
        
    font-size: 23px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 15px;
    color: #4c4c4c;
    letter-spacing: normal;
    
    line-height: 25px;
    
}


.sidebar-wrapper .sidebar-menu ul li a i
{
    width: 15px!important;
}

















.modal-header h4
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
        color: #664d03;
}





.left_topiconbutton {
      background-color: #eee;
    color: #2d75b9;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    width: 100%;
    border: none;
    border: 1px solid #cfcfcf;
    text-align: left;
    outline: none;
    FONT-WEIGHT: bold;
    font-size: 14px;
    transition: 0.4s;
    margin-bottom: 8px;
}







.navbar
{
    padding: 7px 0px 7px 20px;
    background-color: #7eb0f7!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    border-right: 1px solid #408cf5;
    padding: 5px 10px 5px 10px!important;
    font-size: 14px;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover
{
     background-color: #408cf5;
     color: #fff;
}

.dropbtn {
  
  color: white;
    background-color: transparent;
    font-size: 14px;
    border: none;
    padding: 5px 20px 5px 20px!important;
    cursor: pointer;
    border-right: 1px solid #95710a;
    font-weight: bold;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #705a1a;
}

.dropdown-content a:hover {background-color: #fff6dc; color: #836204;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #9b770d;
}






.roundpanel_main
{
    margin: 10px 0px!important;
    padding: 15px 0px;
    border: 0px solid red;
    background-color: #fbfbed;
}


.round::before {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    bottom: -8px;
    content: "";
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 15px;
}
.round {
    border: 1px solid #ccc;
    border-radius: 148px;
    display: block;
    height: 82px;
    margin: 0 auto 15px;
    position: relative;
    width: 82px;
    padding: 30px;
}


.round a.inner {
    background-color: #f0f0f0;
    border-radius: 136px;
    color: #ffffff;
    display: block;
    float: none;
    height: 70px;
    margin: 6px auto 0;
    position: relative;
    text-decoration: none;
    width: 70px;
    margin-top: -25px;
    margin-left: -25px;
}
.round a.inner .fa {
    display: block;
    font-size: 50px;
    line-height:58px;
    text-align: center;
}



.round a:hover{background-color: #2c2c2c!important; color: #FFF}
.add-tionn{margin-top: 30px; text-align: center;}

.widget-box-inner h2 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #333;
    font-size: 15px;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 500;
    
}
.widget-box-inner p{font-size: 14px; margin-bottom: 30px;}




.carousel
{
    clear: both;
}





.scrooler_top {
    background-color: #ffedb8;
    float: left;
    padding: 5px 10px;
    width: 100%;
    margin: 10px 0px;
}




.scrooler_top h3 {
    font-size: 16px;
    padding: 0px 10px;
    float: left;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 0 0px;
    line-height: 40px!important;
    text-align: center;
    background-color: #2d75b9;
    color: #fff;
    text-transform: none;
}



.marquee_panel {
    padding: 7px 0px;
    margin: 0px 0px;
    color: #000;
	line-height: 15px!important; 
	padding-top: 5px!important; 
	padding-bottom: 0px!important; 
	background-color: transparent!important;
    
}

.marquee_panel ul
{
    padding: 0px;
    margin: 0px;
	float:left;
}


.marquee_panel ul li
{
    padding: 0px 0px 0px 20px;
    margin: 0px;
	display: inline-block!important;
    border: 0px solid red;
    margin-right: 25px;
    background-repeat: no-repeat;
        background-image: url(../images/top_marqueeicon.png);
	
	
}


.marquee_panel ul li a

{
    float: left;
    

}
.single-services-item{
    }.single-services{
        
        border-radius: 2px;
    margin-bottom: 5px;
    position: relative;
    padding: 8px 10px 8px 65px;
    border: 1px solid #fafafa;
    background-color: #fff5d6;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    }
.single-services .icon{position:absolute;left:10px;top:3px;-webkit-transition:.5s;transition:.5s}
.single-services .icon i{
    
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 35px;
    background-color: #efdeac;
    color: #000;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    
}

.single-services h3{font-size:14px;margin: 0px!important;-webkit-transition:.5s;transition:.5s ;    padding: 6px 0px!important;}

.single-services h3 a{
    
    color: #a01313;
    font-weight: bold;
}

.single-services p{margin-bottom:15px;-webkit-transition:.5s;transition:.5s}
.single-services .read-more-btn{font-weight:500;color:#031521;-webkit-transition:.5s;transition:.5s}


.single-services::before{content:'';position:absolute;left:0;top:0;z-index:-1;width:0%;height:100%;background:#7eb0f7;border-radius:0;-webkit-transition:.5s;transition:.5s}



.single-services:hover{border:1px solid #7eb0f7}
.single-services:hover::before{width:100%}
.single-services:hover .icon{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
.single-services:hover h3 a{color:#fff}
.single-services:hover p{color:#fff}
.single-services:hover .read-more-btn{color:#fff}
.single-services-item{text-align:center;background-color:#fff;padding:30px;position:relative;border-radius:10px;z-index:1;-webkit-transition:.5s;transition:.5s;margin-bottom:30px}
.single-services-item .icon{margin-bottom:20px}
.single-services-item .icon i{display:inline-block;height:75px;width:75px;line-height:75px;background-color:#efe9fb;color:#7eb0f7;font-size:14px;border-radius:50px;text-align:center;-webkit-transition:.5s;transition:.5s;font-weight:500}
.single-services-item h3{font-size:14px;-webkit-transition:.5s;transition:.5s;margin-bottom:15px}
.single-services-item p{-webkit-transition:.5s;transition:.5s;margin-bottom:0}
.single-services-item .read-more-btn{display:inline-block;color:#7eb0f7;font-weight:500;-webkit-transition:.5s;transition:.5s;margin-top:12px}
.single-services-item::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:0;border-radius:10px;background-color:#7eb0f7;z-index:-1;-webkit-transition:.5s;transition:.5s}
.single-services-item:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}
.single-services-item:hover::before{height:100%}
.single-services-item:hover h3 a{color:#fff}
.single-services-item:hover p{color:#fff}
.single-services-item:hover .icon i{background-color:#fff}
.single-services-item:hover .read-more-btn{color:#fff}









/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  
    color: #000;
    line-height: 30px;
    padding: 0px 0px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    float: right;
    
    
    
    
    
    
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  border: 0px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 250px;
  padding: 10px;
  font-size: 14px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding:5px;
  margin: 5px 0 10px 0;
  border: none;
  background: #e4f3fe;
  resize: none;
  min-height: 50px;
}

.form-container label
{
    font-size: 14px;
    margin: 0px;
}

.form-container input[type=text], input[type=password] {
  width: 100%;
  padding: 5px 5px;
  margin: 8px 0;
  background: #e4f3fe;
  display: inline-block;
  border: none;
  outline: none;
  box-sizing: border-box;
}



/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 4px 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  margin-bottom:5px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

























  .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;}
    .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;
      }
      
      .fab {
        width: calc(100% / 5);
        animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          
      }


@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



























/*Inner Website Content*/




.innercontainer_panel
{
    padding: 0px;
    margin: 0px auto!important;
    min-height: 450px;
}


ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
  border-bottom:1px solid #000;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.heading_bannertop
{
    font-weight: bold!important;
    font-size: 30px;
    letter-spacing: 5px;
    padding: 65px 0px 5px 15px!important;
    margin: 0px 0px 0px 0px;
    line-height: 25px!important;
    color: #fff!important;
    text-align: center;
    height: 150px;
    
}


.innerheading {
    font-weight: bold!important;
    font-size: 20px;
    text-align: left;
    padding: 3px 0px 0px 0px!important;
    margin: 0px 0px 0px 0px;
    /*line-height: 40px!important;*/
    color: #382900!important;
	padding-left:15px;
	/*background: #fceabb;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #fceabb, #f8b500);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #fceabb, #f8b500); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.pull-right
{
        text-align: right;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.inner_maincontainer a {
    font-size: 14px!important;
    color: DarkGreen;
}



.cms-content {
    padding: 10px 5px 5px 5px;
    color: #000;
    line-height: 22px;
	font-size:12pt;
}



.cms-content ol li {
    
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 4px;
}

.cms-content li

{
    /*margin-left: 7%;*/
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 17px;
}


.innercontainer_panel p {
    
    font-size: 16px;
    line-height: 25px;
    color: #313131;
    text-align: justify;
    margin: 20px 0px 20px 0px;
}


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    
    font-size: 16px;
    line-height: 22px;
}

.hoverTable {
    border-collapse: collapse;
    width: 90%;
    margin: 10px;
    border: 1px solid #fff;
}
tr{
    color: #000;
    font-size: 12px;
    /*font-weight: bold;*/
}

.accordion-body
{
    float: left;
}


.hoverTable th {
    padding: 10px;
    font-size: 16px;
}

.hoverTable td {
    padding: 10px;
    border: 1px solid #e4e4e4;
    font-weight: normal;
    font-size: 16px;
}



.imageicon_linkpanel
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.imageicon_linkpanel_matter
{
    padding: 0px;
    margin: 0px;
    }

.imageicon_linkpanel_box
{
    width: 24%;
    padding: 15px 0px 20px 0px;
    margin: 0px 0px 10px 10px;
    border: 0px solid red;
    background-color: #f3f3f3;
    border-radius: 8px;
    min-height: 170px;
}

.imageicon_linkpanel_box img
{
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border: 0px solid red;
    width: 70px;
    background-color: #14245f;
    height: 70px;
    border-radius: 50px;
}


.imageicon_linkpanel_box a
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
    border: 0px solid red;
    width: 100%;
    line-height: 25px;
    
    font-size: 16px;
    color: #000;
}

.imageicon_linkpanel_box a:hover
{
    color: red;
}




.dataTables_scrollBody
{
    max-height: none!important;
    min-height: 500px;
    overflow: scroll!important;
}


.MsoNormal span
{
    
    font-size: 14px!important;
}





.MsoListParagraphCxSpFirst span
{
    
    font-size: 14px!important;
}


.MsoListParagraphCxSpLast span
{
    
    font-size: 14px!important;
}





#cmscontent {
    width: 100%;
    height: auto;
    
    font-size: 14px!important;
    text-align: left;
    border: 0px solid red;
    float: left;
    color: #000;
    line-height: 20px;
    margin: 0px 8px 5px 0px;
    padding: 8px 8px 0px 6px;
	background-color:#def1f4;
}

.sitemap_text
{
    color: #000;
}

#cmscontent ul li a
{
    color: #000;
    /*line-height: 25px;
	line-height: 40px;*/
}

#cmscontent ul li a:hover
{
    color: #0655a2;
	text-decoration:underline;
    /*line-height: 25px;
	line-height: 40px;*/
}


.leftline_links_inner

{
    float:left; border-bottom:1px solid green; width:100%;
    line-height: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    
}


.leftline_links_inner:hover

{
    background-color:#f1f1f1;
    
}

.leftline_links_inner img

{
    float:left;margin-left:1%;margin-top:12px; margin-right:10px; border:0px solid yellow; 
}



.leftline_links_inner_righticon

{ 
float:right; width:10%; border:0px solid red; min-height:26px; font-size:12px;
}



.leftline_links_inner a

{
    color: #000;
}

.leftline_links_inner a:hover

{
    color: red;
}




.accordion {
  
  cursor: pointer;
  /*width: 100%;*/
  outline: none;
  transition: 0.4s;
}



/* .panel {
  padding: 0 18px;
  display: none;
  background-color: #fce9ba;
  overflow: hidden;
} */





ul.sidebar-links {
    background: #ffeaa7!important;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 30px;
    color: #000;
}

ul.sidebar-links li {
    list-style-type: none;
    cursor: pointer;
        
    width: 100%;
    border-bottom: 5px;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    transition: all 0.4s ease-in-out 0s;
}

ul.sidebar-links li a {
    
        box-shadow: inset 0 0 0 0 #7eb0f7;
    color: #000;
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px!important;
    text-decoration: none;
  
    
}
ul.sidebar-links li a:hover
{
    color: #fff!important;
    width: 100%;
	
}
ul.sidebar-links li:hover 
{
    color: #000!important;
  box-shadow: inset 430px 0 0 0 #7eb0f7;
}





.news_panel1
{
    background-color: #ffedb8;
    padding: 10px 0px 10px 10px;
}


.rig_minpanel_new
{
    background-color: #ffedb8;
}



ul.sidebar-links-full {
    padding: 0px 0px 0px 0px;
    margin: 0;
    color: #fff;
    list-style-image: url(../images/left_bullet.jpg);
}


ul.sidebar-links-full li {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 12px;
    color: #000;
}


.booksmain {
    text-align: center;
}
.imghover {
    width: 150px;
    border: 0px solid #9325BC;
    padding: 10px;
    width: 185px;
    height: 240px;
}


.faq-details
{
    background-color: #e8e8e8;
    border: 1px solid #c1c1c1;
    padding: 12px;
    color: #000;
    margin-bottom: 10px;
    border-radius: 4px;
}


 .navbar-collapse.in {
    overflow-y: visible!important;
}

#containtdiv_urlDiv {
    width: 100%;
    font-size: 12px;
    height: 25px;
    background-color: #4da3ad;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#containtdiv_urlDiv a {
    font-size: 12px;
    
        color: #000;
    line-height: 25px;
}




.lastup
{
    float: right;
    margin:5px 0px 0px 0px; text-align:right; width:30%;
}




.fabig {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    margin: 0;
    display: block;
}

.fa-print:before {
    content: "\f02f";
}

.validation
{
	font-size:14px;
	color:red;
}

.modal-header
{
	background-color:#f3e0a9  !important;
}

.menumainrow {
    background-color: #007e00;
    
}

/*Inner Website Content*/




.photogallery_leftpanel{
    /*background-color: #00000021;*/
    padding-top: 20px;
}

.photogallery_rightpanel{
    padding-top: 20px;
}



.photogallerymain {
    margin: 0px;
    padding: 0px;
}

.new-gallery .fancybox {
    float: left;
    margin: 0px auto;
    padding: 15px;
    border: 0px solid red;
    
}

.new-gallery .fancybox div {
    padding: 5px 0;
    text-align: justify;
	line-height:19px;
}

.CopyIcon {
    cursor: pointer;
    vertical-align: middle;
}

.new-gallery .fancybox div {
    padding: 2px 0;
    text-align: justify;
}

.new-gallery .fancybox img {
    min-width: 100%;
    max-height: 180px!important;
    height: 180px;
    width: 100%!important;
    height: auto;
    overflow: hidden;
    border: 4px solid #bdbdbd;
}


.cms-content a
{
	color:blue;
	font-size:15px;
}





@media (min-width: 300px) and (max-width: 767.98px)
{
    .headerpanelmain_box {
    padding: 0;
    float: left;
    margin-left: 34px;
    border: 0px solid red;
    width: 85%;
}


.emblemb {
    padding: 0;
    float: left;
    border: 0px solid green;
    width: 24%;
}

.emblemb img {
    height: 50px;
}
.header_main h1
{
    font-size: 20px;
}
.header_main span {
    font-size: 20px;    
}
.mobile_view_dispalaynone
{
    display: none;
}
.navbar
{
    padding: 7px 0px 7px 0px;
}

.heading_bannertop {
    font-weight: bold!important;
    font-size: 20px;
    letter-spacing: 0px;
    padding: 45px 15px 5px 15px!important;
    margin: 0px 0px 0px 0px;
    line-height: 25px!important;
    color: #fff!important;
    text-align: center;
    height: 120px;
}
.minister_massagepanel1
{
    float: none;
}
.mobi_serchbox
{
    float: right;
    width: 50%;
}
.navbar .dropdown-menu {
    width: 100%!important;
}

.navbar-toggler
{
    padding: 0px;
}
.tobbar_main
{
    height: auto;
}

}










.fa, .fas {
    cursor: pointer;
}


.pagination
{
        max-width: 35%;
    text-align: center;
    background-color: #f7f7f7;
    margin: 0px auto;
    margin-bottom: 2%;
    padding: 10px 10px;
    margin-top: 2%;
}
.pagination li
{
    margin: 0px 5px!important;
    width: 100%;
    
    background-color: #fff;
   
}

.pagination .active
{
    background-color: #7eb0f7!important;
}

.pagination .active a
{
    color: #fff;
}


.btn-info {
    color: #000;
    background-color: #e9b006!important;
    border-color: #7eb0f7!important;
}



.input-group {
    align-items: center;
}

.navbar  .dropdown-menu
{
    width: 350px;
}
.dropdown-menu li
{
    border-bottom: 1px solid #95710a;
}
.dropdown-item
{
	white-space: break-spaces;
	line-height: 15px;
	padding: 5px 9px;
	font-size:.9rem!important;
}

.dropdown-menu li a:hover
{
    background-color: #9d780c;
    color: #fff;
}

#multilines .controls {
	width: 700px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

#multilines .controls a {
	margin-left: 8px;
	text-transform: uppercase;
}

#multilines .container {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	position: relative;
	margin: 80px auto 40px auto;
	width: 700px;

}

#multilines .container:before, #multilines .container:after {
	
	z-index: -1;
}

#multilines ul.newsticker {
	display: block;
	margin: 0;
	padding: 0;
}

#multilines ul.newsticker > li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 75px;
	padding: 10px 10px;
	border-bottom: 1px dotted #888;
	-o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;

}

#multilines ul.newsticker > li:hover {
	background-color: #e0f0ff;

}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    min-height: 200px;
}
.panel-primary {
    border-color: #7eb0f7;
}


.panel-primary > .panel-heading {
    color: #fff;
    background-color: #7eb0f7;
    border-color: #7eb0f7;
}

.panel-heading {
    color: #fff;
    padding: 5px 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.footer-logo{
    background: #000;
    padding-top: 15px;
}

.footer-logo ul > li{
    display: inline;
    /* background: #000; */
    padding: 7px 15px 0;
    text-align: center;
}
.news-panel-height{
    height: 147px !important;
    overflow: hidden;
}
.media-panel-max-height{
    max-height: 480px;
    overflow: hidden;
}
.minister-msg-min-height{
    min-height: 480px;
    overflow: hidden;
}
.banner-img{
    width: 100%; 
    height: 400px;
    object-fit: cover;
}
.login-panel-min-height{
    min-height: 177px;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 6px;
    transition: 0.3s;
    font-size: 15px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #7eb0f7;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 30px 10px 30px 10px;
    border: 1px solid #ccc;
    border-top: none;
  }
  
  /* Style the close button */
  .topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
  }
  .topright:hover {color: red;}



  .btmHdrMainMenu {    
    display: flex;
    /* justify-content: space-between; */
    align-items: center;  
    padding:12% 0% 0% 20%;
}

.btmHdrMainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.loginLnkLst li {
    position: relative;
    display: inline-block;
    margin-right: 20px; /* Adjust spacing between the two menus */
}

.loginLnkLst li a {
    color: #fff;
    background: #3498da;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 15px;
    /* font-weight: 500; */
}

.loginLnkLst ul {
    display: none;
    position: absolute;
    z-index: 1;
    width: 250px;
    top: 28px;
    left: 50%; /* Position the dropdown menu centered */
    transform: translateX(-50%); /* Ensure it stays centered */
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);   
    border-radius: 8px;   
    /* width: fit-content; */
    border: 1px solid;
}

.loginLnkLst li:hover ul {
    display: inline-block;
}

.loginLnkLst ul li {
    width: 100%;
    margin-bottom: 5px;
}

.loginLnkLst ul li a {
    width: 100%;
    float: left;
}

.loginLnkLst.rgsterBtn li a {
    background: #f68018;
    color: #fff;
}
.login-card
{
    font-weight: 600 !important;
    color: #3f587b !important;
}
.login-card:hover {
    color: #ae1c67 !important;
    text-decoration: underline !important;
}
    /* Tooltip container */
    .tooltip-login {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
      }
      
      /* Tooltip text */
      .tooltip-login .tooltiptext {
        visibility: hidden;
        width: 300px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        color: #3f587b;
        text-align: justify;
        padding: 5px;
        border-radius: 6px;
        top: 100%;
        left: 50%;
        margin-left: -150px;
       font-size:13px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
      }
      /* Show the tooltip text when you mouse over the tooltip container */
      .tooltip-login:hover .tooltiptext {
        visibility: visible;
      }