/**********************************/
/********** General CSS ***********/
/**********************************/

body {
    color: #000000;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
    font-weight: 400;
    background: #ffffff;
}

a, .gst-contant a.btn-link{
    color: #0000ee;
}

.gst-contant p a,
.printbox p a{
    color: #0000ee; text-decoration: none;
}

a:visited, .gst-contant a.btn-link:visited,
.printbox p a:visited{
    color: purple;
}

a.__visited {
    color: #9ca3af !important; /* your visited color */
}


a.btn.btn-sm.btn-dark{ color:white!important; }

.pagination-buttons  a.btn{ color:white; background:black; }

.refContentBlock h5 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding:5px!important; 
    line-height: normal;
    font-size: 17px!important;
    font-weight: 500!important;
    margin: 10px 0px 10px -15px!important;
}

.gstact-main-navbar>.tabbtns a{
    color:#000!important;
}

.icon-password{
    position: relative;
}
.fa-plus,.fa-minus{
    font-size: 10px;
}

.toggle-password {
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:5px;
    font-size: 13px;
    color: #888;
    cursor: pointer;
   /* margin-right: 10px;
    margin-top: -25px;*/
}

.refContentBlock>div>ul{ list-style-type: decimal;  }
.refContentBlock>div>ul li{ padding-bottom:10px; padding-left:5px; }
.refContentBlock>div>ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
    line-height: 1; /* Ensures consistency */
    vertical-align: middle; /* Tries to center the marker */
}

#printarea .refContentBlock ul{
    list-style: decimal; margin: 0px 75px 15px 5px; padding: 0px;
}

#printarea .refContentBlock ul li{ padding-bottom:10px; padding-left:5px; }
#printarea .refContentBlock ul li br{ display:none; }

.tab-content .refContentBlock>div>ul{  padding-left:0px; }
.refContentBlock>div>ul li a{ display:content; }
.hiddenbtn{ opacity:0; pointer-events:none; margin-bottom:-20px; }
.actionbtn.hiddenbtn{ display:none; pointer-events:none; margin-bottom:-20px; }
.gstact .gstact-filter{ margin-bottom:10px; margin-top:10px; }
.refContentBlock>div{ display:none; }
#summary_div h2{ font-size:18px; }
#summary_div p{ text-align:justify; }

body p.MsoNormal, body p.MsoNormal * {
    font-family: inherit !important;
    font-size: inherit !important;
}

table.MsoNormalTable tr td:first-child{ min-width:80px!important; }
.notes_sections  > table{ width:100%!important; }

@media (min-width: 720px){
    .sn-slider .slick-track{
    width: auto !important;
}    
}

.breadcrumb-item a{
    color:black;
}

a {

    /*color: #fff;*/

    transition: 0.5s;

}
a:hover,

a:active,

a:focus {

    color: #000000;

    outline: none;

    text-decoration: none;

}

h3{
	padding-bottom: 10px;
	line-height: 53px;
	border-bottom: 3px double black;
}


p {

    padding: 0;

    margin: 0 0 15px 0;

    color: #000000;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0 0 15px 0;

    padding: 0;

    color: #000000;

    font-weight: 600;

}



h4,

h5,

h6 {

    font-weight: 400;

}

@media (min-width: 720px){
	.padding-left{
		padding-left: 30px;
	}
}

.light{
	    color: #fcff3b !important;
    font-weight: bold;
}



.back-to-top {

    position: fixed;

    display: none;

    background: #5d5e40 ;

    color: #ffffff;

    width: 35px;

    height: 35px;

    text-align: center;

    line-height: 1;

    font-size: 16px;

    right: 15px;

    bottom: 15px;

    transition: background 0.5s;

    border-radius: 4px;

    z-index: 11;

}



.back-to-top:hover {

    background: #000000;

}



.back-to-top i {

    padding-top: 9px;

    color: #ffffff;

}





/**********************************/

/********* Form Input CSS *********/

/**********************************/

.form-control,

.custom-select {

    width: 100%;

    height: 35px;

    padding: 5px 15px;

    color: #999999;

    border: 1px solid #cccccc;

    margin-bottom: 15px

}



.form-control:focus,

.custom-select:focus {

    box-shadow: none;

    border-color: #eebf00;

}



.custom-radio,

.custom-checkbox {

    margin-bottom: 15px;

}

.form-select{
 width: 538px;
    height: 37px;
    border-radius: 6px;
    border: 1px solid #ced4da;
}



.custom-radio .custom-control-label::before,

.custom-checkbox .custom-control-label::before {

    border-color: #cccccc;

}



.custom-radio .custom-control-input:checked~.custom-control-label::before,

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {

    color: #ffffff;

    background: #eebf00;

}



button.btn {
    color: #ffffff;
    background: #434422;
    border: 1px solid #434422;
}



button.btn:hover {

    color: #ffffff;

    background: #5d5e40;

    border-color: #eebf00;

}





/**********************************/

/*********** Top Bar CSS **********/

/**********************************/

/*.rt-slider .slick-prev{
    display: none !important;
}
.rt-slider .slick-next{
    display: none !important;
}*/


.top-bar {

    padding: 2px 0;

    background: #5d5e40;

}
.top-bar .tb-contact p {

    display: inline-block;

    margin: 0;

    color: #ffffff;

    font-size: 14px;

}



.top-bar .tb-contact p i {

    margin-right: 6px;

}



.top-bar .tb-contact p:first-child {

    margin-right: 15px;

}



.top-bar .tb-menu {

    font-size: 0;

    text-align: right;

}



.top-bar .tb-menu a {

    color: #ffffff;

    font-size: 14px;

    margin: 0 8px;

}



.top-bar .tb-menu a:hover {

    color: #ffffff;

}



.top-bar .tb-menu a:last-child {

    margin-right: 0;

}



.top-bar .tb-menu a::after {

    position: absolute;

    content: "/";

    margin: 1px 0 0 6px;

    color:#f0f5f3;

    font-size: 14px;

}



.top-bar .tb-menu a:last-child::after {

    display: none;

}



@media (max-width: 768px) {
    #printarea.row{ width: 100%; margin:0px; padding:0px; }
    .top-bar .tb-contact,

    .top-bar .tb-menu {

        text-align: center;

    }

}





/**********************************/

/*********** Brand CSS ************/

/**********************************/

.brand {

    /*padding: 21px 0;*/
    padding-top:15px;
    padding-bottom: 30px;

    background: #fff;

}

@media (max-width: 720px){
    .brand .b-logo p.taxreal{
    position: absolute !important;
    top:64% !important;
    }
}

.brand .b-logo p.taxreal{
    font-weight: bold;
    position: absolute;
    top: 71%;
    width: 100%;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    font-family: emoji;
        padding:0px 10px;
    font-size: 26px;
    color: #f5b11d;
}
.brand .b-logo p.sublogo{
    word-spacing: 0px;
    letter-spacing: 5px;
    width: 100%;
}

.brand .b-logo p{
    padding: 0;
    position: absolute;
    top: 111%;
    left: 50%;
    font-size: 8px;
    transform: translateX(-50%);
    margin: 0 0 15px 0;
    color: #000000;
}
.brand .b-search button:focus{
    background: black;
}

@media (max-width: 720px){
    .brand .b-logo p{
        position: absolute;
        padding:0px 10px;
        top:100%;
        font-size: 12px;
    }

    .login{
        top:22px;
        right:20px;
    }
    .b-search{
        right:0px !important;
    }
    .brand .b-search button{
        right:-18px !important;
    }
    .brand .b-search{
        width: 90% !important;
    }
    .b-search{
        display: none;
    }

}

.brand .b-logo {

    text-align: center;

    overflow: hidden;

}   


.brand .b-logo a img {

    max-width: 100%;

    max-height: 80px;

}


.brand .b-ads {
    overflow: hidden;
}

.actives{
	background: black;
}
#actives{
    background: black;
}


.brand .b-ads a img {

    max-width: 100%;

    max-height: 100%;

}

@media (min-width: 720px){
	.brand .b-search {
    	width: 65% !important;
    	float: right;
  }
}

.brand .b-search {
    width: 100%;

}

.b-search{
    position: absolute;
    top: 32px;
    right: 7px;
}


.brand .b-search input[type=text] {

    width: 100%;
    display: none;
    height: 40px;
    opacity: 0;
    padding: 0 15px;

    color: #666666;

    border: 1px solid #cccccc;

    border-radius: 4px;

}



.brand .b-search input[type=text]:focus {

    border-color: #eebf00;

}

.closes{
    display: none;
    z-index: 999;
}
.closes:hover{
    cursor: pointer;
    z-index: 999;
}


.brand .b-search button {

    position: absolute;

    width: 40px;

    height: 40px;

    top: 0;

    right: 0px;

    border: none;

    background: none;

    color: #5d5e40;

    border-radius: 0 4px 4px 0;

}



.brand .b-search button:hover {

    background: #5d5e40;

    color: #ffffff;

}



/*@media (min-width: 768px) {

    .brand {

        max-height: 90px;

    }

}*/



@media (max-width: 767.98px) {

    .brand .b-logo,

    .brand .b-ads,

    .brand .b-search {

        text-align: center;

        margin-bottom: 15px;

    }

    

    .brand .b-search {

        margin-bottom: 0;

    }

}





/**********************************/

/*********** Nav Bar CSS **********/

/**********************************/

.nav-bar {

    position: relative;

    box-shadow: 0 5px 7px rgb(0 0 0 / 30%);

}



.nav-bar.nav-sticky {

    position: fixed;

    top: 0;

    width: 100%;

    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);

    z-index: 9999;

}



.nav-bar .navbar {

    height: 100%;

    padding: 0;

}



.navbar-dark .navbar-nav .nav-link,

.navbar-dark .navbar-nav .nav-link:focus,

.navbar-dark .navbar-nav .nav-link:hover,

.navbar-dark .navbar-nav .nav-link.active {

    padding: 10px 10px 8px 10px;

    color: #ffffff;

}



.navbar-dark .navbar-nav .nav-link:hover,

.navbar-dark .navbar-nav .nav-link.active {

    border-bottom: 2px solid #000000;

    transition: none;

}



.nav-bar .dropdown-menu {

    margin-top: 0;

    border: 0;
    z-index: 1;
    border-radius: 0;

    background: #f8f9fa;

}



@media (min-width: 768px) {

    .nav-bar,

    .nav-bar .navbar {
        background: #5d5e40 !important; 

    }

    

    .nav-bar .navbar-brand {

        display: none;

    }

    

    .nav-bar a.nav-link {

        padding: 8px 15px;

        font-size: 14px;

        text-transform: uppercase;

    }

}



@media (max-width: 768px) {   

    .nav-bar,

    .nav-bar .navbar {

        padding: 3px 0;

        background: #5d5e40 !important;

    }

    

    .nav-bar a.nav-link {

        padding: 5px;

    }

    

    .nav-bar .dropdown-menu {

        box-shadow: none;

    }

    

    .nav-bar .social {

        display: none;

    }

}



.nav-bar .social {

    font-size: 0;

    overflow: hidden;

}
.what_new ul li{
    line-height:23px;
}

.what_new ul li a{
    color:black;
}

.nav-bar .social a {

    display: inline-block;

    margin-left: 5px;

    width: 30px;

    height: 30px;

    padding: 3px 0;

    text-align: center;

    font-size: 14px;

    /*background: #eebf00;*/
    background: #fff;  


    border: 1px solid #ffffff;

    border-radius: 4px;

}



.nav-bar .social a:hover {

    background: #ffffff;

    border: 1px solid #ffffff;

}



.nav-bar .social a i {

    color: #000;

}



.nav-bar .social a:hover i {

    color: #eebf00;

}





/**********************************/

/********** Top News CSS **********/

/**********************************/

.top-news {

    position: relative;

    width: 100%;

    padding: 30px 0 0 0;

}



.top-news .tn-img {

    position: relative;

    overflow: hidden;

}



.top-news .tn-img img {

    width: 100%;

}



.top-news .tn-img:hover img {

    filter: blur(3px);

    -webkit-filter: blur(3px);

}



.top-news .tn-title {

    position: absolute;

    top: 0; 

    right: 0;

    bottom: 0; 

    left: 0;

    padding: 15px 10px 15px 20px;

    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));

    display: flex;

    align-items: flex-end;

}



.top-news .tn-title a {

    display: block;

    width: 100%;

    color: #ffffff;

    font-size: 18px;

    font-weight: 400;

    transition: .3s;

}



.top-news .tn-left .tn-title a {

    font-size: 30px;

    font-weight: 600;

}



.top-news .tn-title a:hover {

    color: #eebf00;

}



.top-news .tn-left {

    margin-bottom: 30px;

}



.top-news .tn-right {

    margin-bottom: 60px;

    padding: 0 30px;

}



.top-news .tn-right .col-md-6 {

    padding: 0;

}



.top-news .slick-prev,

.top-news .slick-next {

    width: 28px;

    height: 28px;

    z-index: 1;

    transition: .5s;

    color: #ffffff;

    background: #000000;

    border-radius: 4px;

}



.top-news .slick-prev {

    left: 30px;

}



.top-news .slick-next {

    right: 30px;

}



.top-news .slick-prev:hover,

.top-news .slick-prev:focus,

.top-news .slick-next:hover,

.top-news .slick-next:focus {

    color: #ffffff;

    background: #eebf00;

}



.top-news .slick-prev::before,

.top-news .slick-next::before {

    font-family: "Font Awesome 5 Free";

    font-size: 18px;

    font-weight: 900;

    color: #ffffff;

}



.top-news .slick-prev::before {

    content: "\f104";

}



.top-news .slick-next::before {

    content: "\f105";

}





/**********************************/

/******* Category News CSS ********/

/**********************************/

.cat-news {
    margin-top:6px;
    position: relative;

    width: 100%;

    padding: 0;

}



.cat-news .col-md-6 {

    margin-bottom: 30px;

}



.cat-news h2 {

    color: #000000;

    margin-bottom: 30px;

    padding-bottom: 15px;

    border-bottom: 3px double #000000;

}



.cat-news .cn-img {

    position: relative;

    overflow: hidden;

}



.cat-news .cn-img img {

    width: 100%;
    height: 108px;


}



.cat-news .cn-img:hover img {

    filter:grayscale(1);

    /*-webkit-filter: blur(3px);*/

}
.sn-related .sn-img:hover img{
    filter: grayscale(1);
    cursor: pointer;
}



.cat-news .cn-title {

    /*position: absolute;*/

    top: 0; 

    right: 0;

    bottom: 0; 
    min-height: 150px;

    left: 0;
    text-align:justify;
    padding: 10px 5px 8px 5px;
    border:1px solid lightgray;

    /*background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));*/

    display: flex;

    /*align-items: flex-end;*/

}



.cat-news .cn-title a {

    display: block;

    width: 100%;

    color: #000;

    font-size: 12px;

    font-weight: 600;

    transition: .3s;

}



.cat-news .cn-title a:hover {

    color: #eebf00;

}



body .cat-news .slick-prev,
body .cat-news .slick-next {
    top:-22px;
}
/*

.cat-news .slick-prev,

.cat-news .slick-next {

    top: -21px;

    width: 28px;

    height: 28px;

    z-index: 1;

    transition: .5s;

    color: #ffffff;

    background: #000000;

    border-radius: 4px;

}



.cat-news .slick-prev {

    left: calc(100% - 85px);

}



.cat-news .slick-next {

    right: 14px;

}



.cat-news .slick-prev:hover,

.cat-news .slick-prev:focus,

.cat-news .slick-next:hover,

.cat-news .slick-next:focus {

    color: #ffffff;

    background: #5d5e40;

}



/*
.cat-news .slick-prev::before,

.cat-news .slick-next::before {

    font-family: "Font Awesome 5 Free";

    font-size: 18px;

    font-weight: 900;

    color: #ffffff;

}



.cat-news .slick-prev::before {

    content: "\f104";

}



.cat-news .slick-next::before {

    content: "\f105";

}


*/


/**********************************/

/********** Tab News CSS **********/

/**********************************/

.tab-news {

    position: relative;

}



.tab-news .col-md-6 {

    margin-bottom: 60px;

}



.tab-news .nav.nav-pills .nav-link {

    color: #ffffff;

    background: #000000;

    border-radius: 0;

}



.tab-news .nav.nav-pills .nav-link:hover,

.tab-news .nav.nav-pills .nav-link.active {

    color: #ffffff;

    background: #eebf00;

}



.tab-news .tab-content {

    padding: 30px 15px 15px 15px;

    background: rgba(0, 0, 0, .05);

}



.tab-news .tn-news {

    display: flex;

    align-items: center;

    margin-bottom: 15px;

    background: #ffffff;

}



.tab-news .tn-img {

    width: 150px;

}



.tab-news .tn-img img {

    width: 150px;

}



.tab-news .tn-title {

    padding: 10px 15px;

}



.tab-news .tn-title a {

    color: #000000;

    font-size: 18px;

    font-weight: 400;

    transition: all .3s;

}



.tab-news .tn-title a:hover {

    color: #eebf00;

}







/**********************************/

/********** Main News CSS *********/

/**********************************/

.main-news {

    position: relative;
    margin-top:-21px;

    width: 100%;

    margin-bottom: 30px;

}



.main-news .col-md-4 {

    margin-bottom: 30px;

}



.main-news .mn-img {

    position: relative;

    overflow: hidden;

}



.main-news .mn-img img {

    width: 100%;
    height: 108px;

}



.main-news .mn-img:hover img {

    filter:grayscale(1);
    cursor: pointer;

    /*-webkit-filter: blur(3px);*/

}



.main-news .mn-title {

    /*position: absolute;*/

    top: 0; 

    right: 0;

    bottom: 0; 
    min-height: 120px;
    left: 0;
    border:1px solid lightgray;

    padding: 10px 7px 5px 7px;

    /*background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));*/

    display: flex;
}





.main-news .mn-title a {

    display: block;

    width: 100%;

    color: #000;
    text-align: justify;
    font-size: 12px;

    font-weight: 600;

    transition: .3s;

}



.main-news .mn-title a:hover {

    color: #eebf00;

}



.main-news .mn-list {

    margin-bottom: 30px;

}



.main-news .mn-list h2 {

    color: #000000;

    margin-bottom: 30px;

    padding-bottom: 15px;

    border-bottom: 3px double #000000;

}



.main-news .mn-list ul {

    margin: 0;

    padding: 0;

    list-style: circle;

}



.main-news .mn-list ul li {

    margin: 0 0 12px 22px; 

}



.main-news .mn-list ul li:last-child {

    margin-bottom: 0; 
    list-style: circle;

}



.main-news .mn-list ul li a {

    color: #efa912;

    display: block;

    line-height: 23px;

}
.main-news .mn-list a{
    color: blue;
    font-weight: 600;
    margin: 5px 0px;
}



/*.main-news .mn-list ul li::before {

    position: absolute;

    content: '\f061';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    color: #000000;

    left: 14px;

}*/



.main-news .mn-list ul li a:hover {

    color: #eebf00;

}

.login a{
	float:right;
	font-weight: bold;
    font-size: 14px;
	
}


/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/


.breadcrumb-wrap {

    position: relative;

    width: 100%;

    background: #fff;

}



.breadcrumb-wrap .breadcrumb {

    margin: 10px 0 0 0;

    padding: 0;

    background: none;

}



.breadcrumb-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item::before {

    color: #353535;

}



.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {

    color: #353535;

}





/**********************************/

/********* Single News CSS ********/

/**********************************/

.single-news {

    position: relative;

    width: 100%;

    padding: 25px 0 0 0;

    margin-bottom: 15px;

}



.single-news .sn-img {

    position: relative;

    overflow: hidden;

}

.sn-related .sn-title{
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 126px;
    left: 0;
    text-align: justify;
    padding: 10px 5px 8px 5px;
    border: 1px solid lightgray;
}
.sn-related .sn-title a{
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    transition: .3s;
}
.sn-related .sn-img img {

    width: 100%;
    object-fit: cover;
    height: 123px !important;

}
.what_new{
    position: sticky;
    top:0px;
    height: 100%;
}

@media (max-width: 720px){
    .footer_sticky_banner_wrap .footer_sticky_banner_text{
        line-height: 28px !important;
    }
}


.single-news .sn-img img {
    width: 100%;
    object-fit: fill;
}



.single-news .sn-content {

    position: relative;

    width: 100%;

    /*padding: 30px 0;*/

}



.single-news .sn-content h1.sn-title {

    display: block;

    width: 100%;

    color: #000000;

}



.single-news .sn-related {

    margin-bottom: 45px;


}

.single-news .sn-related .bookmark{

   color: #fff;
    background: black;
    padding: 12px;
}


.single-news .sn-related h2 {

    color: #000000;

    margin-bottom: 30px;

    padding-bottom: 15px;

    border-bottom: 3px double #000000;

}



.single-news .sn-slider .sn-img {

    position: relative;

    overflow: hidden;

}



.single-news .sn-slider .sn-img img {

    width: 100%;

}



.single-news .sn-slider .sn-img:hover img {

    filter: blur(3px);

    -webkit-filter: blur(3px);

}



.single-news .sn-slider .sn-title {

    position: absolute;

    top: 0; 

    right: 0;

    bottom: 0; 

    left: 0;

    padding: 15px 10px 15px 20px;

    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));

    display: flex;

    align-items: flex-end;

}



.single-news .sn-slider .sn-title a {

    display: block;

    width: 100%;

    color: #ffffff;

    font-size: 18px;

    font-weight: 400;

    transition: .3s;

}



.single-news .sn-slider .sn-title a:hover {

    color: #eebf00;

}



.single-news .sn-slider .slick-prev,

.single-news .sn-slider .slick-next {

    top: -62px;

    width: 28px;

    height: 28px;

    z-index: 1;

    transition: .5s;

    color: #ffffff;

    background: #000000;

    border-radius: 4px;

}



.single-news .sn-slider .slick-prev {

    left: calc(100% - 85px);

}



.single-news .sn-slider .slick-next {

    right: 14px;

}



.single-news .sn-slider .slick-prev:hover,

.single-news .sn-slider .slick-prev:focus,

.single-news .sn-slider .slick-next:hover,

.single-news .sn-slider .slick-next:focus {

    color: #ffffff;

    background: #eebf00;

}



.single-news .sn-slider .slick-prev::before,

.single-news .sn-slider .slick-next::before {

    font-family: "Font Awesome 5 Free";

    font-size: 18px;

    font-weight: 900;

    color: #ffffff;

}



.single-news .sn-slider .slick-prev::before {

    content: "\f104";

}



.single-news .sn-slider .slick-next::before {

    content: "\f105";

}





/**********************************/

/*********** Sidebar CSS **********/

/**********************************/    

.sidebar {

    position: sticky;
    top:50px;

    width: 100%;

}



.sidebar .sidebar-widget {

    position: relative;

    width: 100%;

    margin-bottom: 45px;

}



.sidebar .sidebar-widget h2.sw-title {

    color: #000000;

    margin-bottom: 30px;

    padding-bottom: 15px;

    border-bottom: 3px double #000000;

}



.sidebar .sidebar-widget .news-list {

    position: relative;

    margin-bottom: 30px;

}



.sidebar .news-list .nl-item {

    display: flex;

    align-items: center;

    margin-bottom: 15px;

}



.sidebar .news-list .nl-item .nl-img {

    width: 100px;

}



.sidebar .news-list .nl-item .nl-img img {

    width: 100px;

}



.sidebar .news-list .nl-item .nl-title {

    padding-left: 15px;

}



.sidebar .news-list .nl-item .nl-title a {

    color: #000000;

    font-size: 16px;

    font-weight: 400;

    transition: all .3s;

}



.sidebar .news-list .nl-item .nl-title a:hover {

    color: #eebf00;

}



.sidebar .sidebar-widget .tab-news {

    position: relative;

    margin-bottom: 30px;

}



.sidebar .tab-news .nav.nav-pills .nav-link {

    color: #ffffff;

    background: #000000;

    border-radius: 0;

}



.sidebar .tab-news .nav.nav-pills .nav-link:hover,

.sidebar .tab-news .nav.nav-pills .nav-link.active {

    color: #ffffff;

    /*background: #eebf00;*/

}



.sidebar .tab-news .tab-content {

    padding: 15px 0 0 0;

    background: transparent;

}



.sidebar .tab-news .tab-content .container {

    padding: 0;

}



.sidebar .tab-news .tn-news {

    display: flex;

    align-items: center;

    margin-bottom: 15px;

}



.sidebar .tab-news .tn-img {

    width: 100px;

}



.sidebar .tab-news .tn-img img {

    width: 100px;

}



.sidebar .tab-news .tn-title {

    padding: 0 0 0 15px;

}



.sidebar .tab-news .tn-title a {

    color: #000000;

    font-size: 16px;

    font-weight: 400;

    transition: all .3s;

}



.sidebar .tab-news .tn-title a:hover {

    color: #eebf00;

}



.sidebar .sidebar-widget .category {

    position: relative;

}



.sidebar .category ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.sidebar .category ul li {

    margin: 0 0 12px 22px; 

}



.sidebar .category ul li:last-child {

    margin-bottom: 0; 

}



.sidebar .category ul li a {

    display: inline-block;

    color: #000000;

    line-height: 23px;

}



.sidebar .category ul li a:hover {

    color: #eebf00;

}



.sidebar .category ul li::before {

    position: absolute;

    content: '\f061';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    color: #000000;

    left: 1px;

}



.sidebar .category ul li span {

    display: inline-block;

    float: right;

}



.sidebar .sidebar-widget .tags {

    position: relative;

}



.sidebar .sidebar-widget .tags a {

    display: inline-block;

    margin-bottom: 5px;

    padding: 5px 10px;

    color: #000000;

    background: #ffffff;

    border: 1px solid #000000;

    border-radius: 4px;

}



.sidebar .sidebar-widget .tags a:hover {

    color: #ffffff;

    background: #eebf00;

    border: 1px solid #eebf00;

}



.sidebar .sidebar-widget .image a {

    display: block;

    width: 100%;

    overflow: hidden;

}



.sidebar .sidebar-widget .image img {

    max-width: 100%;

    transition: .3s;

}



.sidebar .sidebar-widget .image img:hover {

    transform: scale(1.1);

    filter: blur(3px);

    -webkit-filter: blur(3px);

}





/**********************************/

/********** Contact CSS ***********/

/**********************************/

.contact {

    position: relative;

    padding: 25px 0 15px 0;

}



.contact .contact-form,

.contact .contact-info {

    margin-bottom: 45px;

}



.contact .contact-info h4 {

    margin-bottom: 10px;

    font-size: 16px;

    font-weight: 400;

}



.contact .contact-info h4 i {

    color: #000000;

    margin-right: 5px;

}



.contact .social {

    position: relative;

    width: 100%;

}



.contact .social a {

    display: inline-block;

    margin: 10px 10px 0 0;

    width: 40px;

    height: 40px;

    padding: 7px 0;

    text-align: center;

    font-size: 18px;

    border: 1px solid #000000;

    border-radius: 4px;

}



.contact .social a i {

    color: #000000;

}



.contact .social a:hover {

    background: #eebf00;

    border-color: #eebf00;

}



.contact .social a:hover i {

    color: #ffffff;

}





/**********************************/

/********** Footer CSS ************/

/**********************************/

.footer {

    position: relative;

    padding: 60px 0 0 0;

    background: #111111;
    position: relative;
    top: 30px;

}



.footer .footer-widget {

    position: relative;

    width: 100%;

    margin-bottom: 60px;

}



.footer .footer-widget .title {

    color: #ffffff;

    font-size: 25px;

    letter-spacing: 1px;

    padding-bottom: 10px;

    margin-bottom: 25px;

    border-bottom: 3px double #ffffff;

}



.footer .footer-widget p {

    color: #ffffff;

}



.footer .footer-widget ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.footer .footer-widget ul li {

    margin-bottom: 12px; 

}



.footer .footer-widget ul li:last-child {

    margin-bottom: 0; 

}



.footer .footer-widget ul li a {

    color: #ffffff;

    white-space: nowrap;

    display: block;

    line-height: 23px;

}



.footer .footer-widget ul li a::before {

    content: '\f061';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    padding-right: 5px;

}



.footer .footer-widget ul li a:hover {

    padding-left: 10px;

    color: #eebf00;

}



.footer .contact-info p {

    margin-bottom: 10px;

    color: #ffffff;

    font-size: 16px;

}



.footer .contact-info p i {

    color: #ffffff;

    margin-right: 5px;

}



.footer .social {

    position: relative;

    width: 100%;

}



.footer .social a {

    display: inline-block;

    margin: 10px 5px 0 0;

    width: 35px;

    height: 35px;

    padding: 5px 0;

    text-align: center;

    font-size: 18px;

    background: #ffffff;

    border-radius: 4px;

}



.footer .social a i {

    color: #111111;

}



.footer .social a:hover {

    background: #eebf00;

}



.footer .social a:hover i {

    color: #ffffff;

}



.footer .newsletter {

    position: relative;

    width: 100%;

}

.footer .newsletter form {

    position: relative;

    width: 100%;

}

.footer .newsletter input {

    width: 100%;

    height: 35px;

    padding: 0 15px;
    padding-right: 81px;

    border: 1px solid #ffffff;

    border-radius: 4px;

}

.footer .newsletter .issue{
    position: absolute;
    width: 80px;
    height: 35px;
    right: 0px;
    padding: 5px 15px;
    border: none;

    background: #111111;

    color: #ffffff;

    font-size: 14px;

    border: 1px solid #ffffff;

    border-radius: 0 4px 4px 0;

}

.footer .newsletter .btn {

    position: absolute;

    width: 80px;

    height: 35px;

    top: 0;

    right: 0;

    padding: 0 15px;

    border: none;

    background: #111111;

    color: #ffffff;

    font-size: 14px;

    border: 1px solid #ffffff;

    border-radius: 0 4px 4px 0;

}



.footer .newsletter .btn:hover {

    background: #eebf00;

}



.footer .newsletter input:focus,

.footer .newsletter .btn:focus {

    box-shadow: none;

}





/**********************************/

/******** Footer Menu CSS *********/

/**********************************/

.footer-menu {

    position: relative;

    background: #111111;

}



.footer-menu .container {

    padding: 15px 0;

    border-top: 1px solid #000000;

}



.footer-menu .f-menu {

    font-size: 0;

    text-align: center;

}



.footer-menu .f-menu a {

    color: #ffffff;

    font-size: 14px;

    margin-right: 15px;

    padding-right: 15px;

    border-right: 1px solid #ffffff;

}



.footer-menu .f-menu a:hover {

    color: #eebf00;

}



.footer-menu .f-menu a:last-child {

    margin-right: 0;

    padding-right: 0;

    border-right: none;

}





/**********************************/

/******** Footer Bottom CSS *******/

/**********************************/

.footer-bottom {

    position: relative;

    padding: 25px 0;

    background: #000000;

}



.footer-bottom .copyright {

    text-align: left;

}



.footer-bottom .template-by {

    text-align: right;

}



.footer-bottom .copyright p,

.footer-bottom .template-by p {

    color: #ffffff;

    font-weight: 400;

    margin: 0;

}



.footer-bottom .copyright p a,

.footer-bottom .template-by p a {

    font-weight: 600;

}



.footer-bottom .copyright p a:hover,

.footer-bottom .template-by p a:hover {

    color: #ffffff;

}



@media (max-width: 768.98px) {

    .footer-bottom .copyright,

    .footer-bottom .template-by {

        text-align: center; 

    } 

}





/*login*/



.login-section {

  position: relative;

  min-height: 100vh;

  background-color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 20px;

}



.login-section .container {

  position: relative;

  width: 800px;

  height: 500px;

  background: #fff;

  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);

  overflow: hidden;

}



.login-section .container .user {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

}
.career{
    margin: auto;
    padding:20px;
    background: white;
    box-shadow: 0px 0px 10px lightgray;
}



.login-section .container .user .imgBx {

  position: relative;

  width: 50%;

  height: 100%;

  /*background: #dfdfdf;*/
  background: #326a60;

  transition: 0.5s;

}



.login-section .container .user .imgBx img {

  position: absolute;

  top: 23%;

  left: 10%;

  width: 80%;

  height: 50%;

}



.login-section .container .user .formBx {

  position: relative;

  width: 50%;

  height: 100%;

  background: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 40px;

  transition: 0.5s;

}



.login-section .container .user .formBx form h2 {

  font-size: 18px;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 2px;

  text-align: center;

  width: 100%;

  margin-bottom: 10px;

  color: #555;

}

.login-section .container .user .formBx form .remember{
    width:auto !important;
}

.login-section .container .user .formBx form input {

  position: relative;

  width: 100%;

  padding: 10px;

  background: #f5f5f5;

  color: #333;

  border: none;

  outline: none;

  box-shadow: none;

  margin: 8px 0;

  font-size: 14px;

  letter-spacing: 1px;

  font-weight: 300;

}



.login-section .container .user .formBx form input[type='submit'] {

  max-width: 100px;

  background: #677eff;

  color: #fff;

  cursor: pointer;

  font-size: 14px;

  font-weight: 500;

  letter-spacing: 1px;

  transition: 0.5s;

}



.login-section .container .user .formBx form .signup {

  position: relative;

  margin-top: 20px;

  font-size: 12px;

  letter-spacing: 1px;

  color: #555;

  text-transform: uppercase;

  font-weight: 300;

}



.login-section .container .user .formBx form .signup a {

  font-weight: 600;

  text-decoration: none;

  color: #677eff;

}



.login-section .container .signupBx {

  pointer-events: none;

}



.login-section .container.active .signupBx {

  pointer-events: initial;

}



.login-section .container .signupBx .formBx {

  left: 100%;

}



.login-section .container.active .signupBx .formBx {

  left: 0;

}



.login-section .container .signupBx .imgBx {

  left: -100%;

}



.login-section .container.active .signupBx .imgBx {

  left: 0%;

}



.login-section .container .signinBx .formBx {

  left: 0%;

}



.login-section .container.active .signinBx .formBx {

  /*left: 100%;*/

}



.login-section .container .signinBx .imgBx {

  left: 0%;

}



.login-section .container.active .signinBx .imgBx {

  left: -100%;

}



@media (max-width: 991px) {

  .login-section .container {

    max-width: 400px;

  }



  .login-section .container .imgBx {

    display: none;

  }



  .login-section .container .user .formBx {

    width: 100%;

  }

}

.marquee-news{
    width: 100%;
    background: #f5b11d;
    margin-top:1px;
}

.gstact-main-navbar a:not(.active){ border-right:1px solid #d3d3d3; }

.mainWrapper .gstact-main-navbar{ display:none; }
.green-sec{
    position: relative;
}
.green-sec .headingnews{
    position: absolute;
    background: black;
    z-index: 1;
    padding:4px 15px;
    color:white;
}
.fa-stop{
	font-size: 9px;
	margin:0px 8px;
    position:relative;
    top:-2px;
}
.marquee-news span a{
    /*background: #5d5e40;*/
    padding:2px 0px;

    /*margin:0px 10px;*/
    color:#000;
}
.emergencyalert{
    display: flex;
    padding:4px;
}
.what_new a{font-size: 14px;}


.footer_sticky_banner_wrap {
    /*background: #d0490b;*/
    background: #d59306;
    width: 100%;
    position: fixed;
    align-items: center;
    text-align: center;
    bottom: 0;
    border: 0;
    z-index: 9999;
    height: fit-content;
}

.footer_sticky_banner_wrap .footer_sticky_banner_text {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color:white;
}
.footer_sticky_banner_wrap button {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer_sticky_banner_wrap button {
    font-weight: 700;
    border: none;
    background: #fff;
    padding: 3px 26px;
    border-radius: 45px;
    color: #000;
    margin-top: 1px;
    margin-bottom:1px;
    font-size: 14px;
}

.watermark-img{
    position: absolute;
    width: 70%;
    top:50%;
    left:50%;
    opacity: 0.1;
    transform: translate(-50%,-50%);
}
.slick-slider {
    touch-action: auto !important;
}
@media (max-width: 720px){
    .modal-dialog{
        width: 800px;
    }
    .whatsapp-icon img{
        margin-top:-45px;
        width: 15% !important;
    }
      .why{
            display: none;
        }
}

.accordion-body {
    max-width: 600px;
    width: 100%;
    /*margin: auto;*/
}
.accordion-body h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
/* accordion title  */
.single-acco h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #5d5e40d4;
    color:white;
    padding:5px 10px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 15px;
}

.issue-box{
    margin:0px 10px;
    background: #5d5e40d4;
    color:white;
    padding:30px;
    text-align: center;
  
}
/*.issue-box a{
        position: relative;
    top: 40px;

    background: #787960;
}*/

.issue-box a:hover{
    color:white;
}
.main .mn-list a{
    display: block;
}
.main  a.gstissue{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #5d5e40d4;
    color:white !important;
    padding:5px 10px;
    cursor: pointer;
    margin-bottom: 15px;
}
.main a.gstissue:hover{
    color:white;
}











/* accordion body  */
.accodion-body {
    /*background: #eee;*/
    /*padding: 1rem;*/
    margin-bottom: 20px;
    display: none;
}
.accodion-body:first-child {
    display: block;
}







.accordion-menu--hidden {
      display: none;
    }    
    .accordion-menu__list,
    .accordion-menu__sublist {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    .accordion-menu__list {
      border-top: 1px #eee solid;
    }
    .accordion-menu__link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px #eee solid;
    }
    .accordion-menu__icon {
      position: relative;
      width: 16px;
      height: 16px;
      transition: .2s all;     
    }
    .accordion-menu__icon:before,
    .accordion-menu__icon:after {
      content: "";
      display: block;
      background-color: #333;
      position: absolute;       
      top: 50%; left: 0;
      transition: .35s;
      width: 100%;
      height: 2px; 
    }
    .accordion-menu__icon:before {
      transform: translateY(-50%);
    }
    .accordion-menu__icon:after {
      transform: translateY(-50%) rotate(90deg);
    }
    .accordion-menu--active .accordion-menu__icon:before {
      transform: translateY(-50%) rotate(-90deg);
            opacity: 0;
    }
    .accordion-menu--active .accordion-menu__icon:after {
      transform: translateY(-50%) rotate(0);
    }
    .accordion-menu__sublist {
      margin-left: 1.25rem;
    }
    .accordion-menu__sublink {
      display: block;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px #eee solid;
    }

    .accordion-menu-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 1rem;
      overflow: scroll;
    }
    .accordion-menu-nav__link:not(:last-child) {
      margin-right: 1rem;
    }
    .accordion-menu-wrapper {
      display: none;
    }
    .accordion-menu-wrapper.active {
      display: block;
    }



    .section {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.section__title {
  font-size: 2rem;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
.accordion__item {
  padding: 10px;
  background: #eee;
  position: relative;
  border-radius: 10px;
  width: 67%;
  cursor: pointer;
}
.accordion__item:after {
  position: absolute;
  right: 1rem;
  content: "+";
  font-size: 24px;
  top: 1rem;
}
.accordion__item.open:after {
  content: "−";
}
.accordion__item p {
  margin-top: 1rem;
}
.accordion__item:not(.open) p {
  display: none;
}
.accordion__item p a{
    color:black;
}
.issues li{
    margin:10px 0px;
}

.issues a{
    color:blue;
    text-decoration:underline;
}

.citation{
    font-size: 20px;
    color:blue;
    text-decoration: underline;
}
.citation:hover{
    color:darkblue;
}
.citation:visited{
    color:darkblue;
}





