@font-face {
    font-family: 'Poppins_regular';
    src: url('../fonts/Poppins-Regular.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins_bold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('woff2');
    font-weight: 600;
    font-style: normal;

}
::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #777;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--side-li-color);
    background-color: #22c2f1;
}

body {
    font-family: "Poppins_regular", sans-serif;
    font-size: 14px;
    position: relative;
    background-color: #fff;
    color: var(--text-color);
    color: #666;
}
p
{font-weight: 400;
    }

ul {
    padding-left: 0px;
}

ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins_bold';
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

/*Header Start*/

header .navbar-expand-lg {
    padding: 0rem 0rem;
}
header .navbar-expand-lg .navbar-brand{
    padding: 0.5rem;
    min-width: 100px;
}
.location {
    background-color: #67a602;
    padding: 2.15rem 0.5rem;
    color: #fff;
    min-width: 100px;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;

}
.location > i {
    padding-right:5px;
}
.location:hover 
{
    background-color: #dfa708;
    color: #e3ed4b;
}
header .navbar-expand-lg .navbar-nav li a {
    color: #333;
    font-size: 0.85rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding:0.25rem 0.5rem;
}
header .navbar-expand-lg .navbar-nav li a:before {
    background: none repeat scroll 0 0 transparent;
    top: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #33c200;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
header .navbar-expand-lg .navbar-nav li a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #33c200;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  header .navbar-expand-lg .navbar-nav li a:hover:after,header .navbar-expand-lg .navbar-nav li a:hover::before,
  header .navbar-expand-lg .navbar-nav li.active a:after,header .navbar-expand-lg .navbar-nav li.active a:before { 
    width: 100%; 
    left: 0; 
  }
.social_icons li {
    padding: 0px 0.5rem;
}
header .navbar-expand-lg .social_icons li a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 0.45rem;
    justify-content: center;
    opacity: 0.75;
    transition: all 0.3s ease;
    color: #fff;
}
.social_icons li a:hover {
    opacity: 1;
}
header .navbar-expand-lg .navbar-nav li .dropdown-toggle::after {
    border: none;
}
header .navbar-expand-lg .navbar-nav li .dropdown-menu .dropdown-item {
    font-size: 0.7rem;
}
header .navbar-expand-lg .navbar-nav li .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

/*Header End*/
/*welcome Start*/
.banner {
    background-color:#d3b158;
    position: relative;
}
.welcome {
    background: url(../Images/vidhansava.jpg) no-repeat;
    min-height: 625px;
    background-size: cover;
    background-position: 50% 20%;
    text-align: center;
    position: relative;
    width: calc(100% - 170px);
    margin: 0 auto;
    text-transform: uppercase;
}

.welcome::after {
    content: " ";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.welcome h3,.welcome h2,.welcome p {
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 2;
    bottom: 0;
}
.welcome h3 {
    bottom: 120px;
    font-size: 2.2rem;
}

.welcome h2 {
    bottom: 55px;
    font-size: 3.0rem;
}
.welcome p {
    bottom: 10px;
    font-size: 1.2rem;
    margin: 0;
}
.member_row1 {
    left: 2%;
}
.member_row2 {
    right: 2%;
}
.member_row1,.member_row2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 1rem;
}
.speakers_wrapper {
    margin-bottom: 0.5rem;
    background-color: #fff;
    padding: 0.5rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    max-width: 130px;
    text-align: center;
}
.speakers_wrapper img {
    max-width: 100%;
}
.speakers_wrapper legend {
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0;
    border: none;
    padding: 0.25rem 0rem;
}
.speakers_wrapper p {
    margin-bottom: 0px;
    font-size: 0.75rem;
    color: #000;
}
.shape {
    background-image: url(../Images/shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50% 50%;
  }
  .shape i {
    font-size: 2.5rem;
    padding: 1.3rem;
    color: #333;
    transition: all 0.3s ease;
  }
  .shape ~ legend {
      font-size: 0.85rem;
      color: #000;
      text-align: center;
  }
  .action_link:hover i {
      color: #fff;
  }
  
/*welcome end*/
/*notices Start*/
.notices {
    margin: 2rem 0rem 0rem;
    position: relative;
}
.notices::before {
    content: "";
    position: absolute;
    background-color: #f0f4f7;
    width: 100%;
    min-height: 200px;
    bottom: 0px;
    z-index: -2;
}
.notices .container {
    box-shadow: 0px 4px 10px -2px rgb(0 0 0 / 50%);
    border-radius: 4px;
    background: #fff;
}
.notice_wrapper {
    background-color: #ececec;
    border-radius: 4px;
    min-height: 370px;
}
.notice_wrapper > h3,.Administration h3 ,.about_wrapper h3 {
    position: relative;
    padding-left: 0.5rem;
    font-size: 1.5rem;
    padding-bottom: 1.3rem;
    text-transform: uppercase;
}

.notice_wrapper > h3::before,.Administration  h3::before,.about_wrapper h3::before {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 1.45rem;
    background-color: #fa7200;
    top: 4px;
    left: -2px;
}
.notice_wrapper ul {
    margin: 0;
}
.notice_wrapper > ul > li,.items {
    padding: 0.5rem 0rem;
    border-bottom: 1.2px dashed #22c2f1;
}
.notice_wrapper > ul > li > ul,.items > ul {
    display: flex;
    flex-direction: row;
}
.notice_wrapper > ul > li > ul > li:first-child,li.items > ul > li:first-child{
    /*flex-grow: 1;*/
    border: 1px solid #9f9f9f;
    align-self: center;
    text-align: center;
    margin-right: 10px;
    padding: 5px;
}

.notice_wrapper > ul > li > ul > li:first-child b,li.items > ul > li:first-child b {
font-size: 1.4rem;
}
.notice_wrapper > ul > li > ul > li:first-child b,li.items > ul > li:first-child b sup 
{font-size:0.9rem;
    }
.notice_wrapper > ul > li > ul > li:first-child small,li.items > ul > li:first-child small {
    font-size: 0.6rem;
    font-weight: 600;
}
.notice_wrapper > ul > li > ul > li:last-child,li.notice_link,li.items > ul > li:last-child {
    flex-grow: 2;
    font-size: 0.8rem;
}
.notice_wrapper > ul > li > ul > li:last-child a,li.notice_link a,li.items > ul > li:last-child a {
    display: block;
    color: #33c200;
}
.notice_wrapper > ul > li > ul > li:first-child legend,li.notice_link legend {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.notice_wrapper li.notice_link,li.items > ul > li.notice_link  {
    border: none;
    padding: 0;
}
.news_wrapper{
    background:#133a59;
    border-radius: 4px;
    min-height: 370px;
}
.news_wrapper h3 {
    font-size: 1.5rem;
    padding-bottom: .35rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.news_wrapper p{
    font-size: 0.8rem;
    color: #eee;
    text-align: center;
}
/*notices end*/
/*multitab_wrapper start*/
.multitab_wrapper {
    position: relative;
    background-color: #f0f4f7;
}
.multitab {
    border-bottom: 1px solid #8d8d8d;
    flex-direction: row;
    margin-bottom: 0.5rem;
}

.multitab a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 18px 15px;
    position: relative;
    background: #b0bec5;
    color: #fff;
    letter-spacing: 2px;
}
.multitab a:after {
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    content: " ";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.multitab a:first-child{
    border-radius: 4px 0px 0px 0px;
}
.multitab a:last-child{
    border-radius: 0px 4px 0px 0px;
}
.multitab a:last-child::after {
    display: none;
}
.multitab a > i {
    color: #ff8d00;
}
.multitab a.active {
    color: #fff;
    background: #607d8b;
}
.multitab a.active::after,.multitab a:hover::after {
    display: none;
}
.multitab a.active:hover {
    background-color: #607d8b;
}
.multitab a.active::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 10px solid #607d8b;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.multitab a:hover {
    color: #fff;
    background: #90a4ae;
}
.mutibody {
    padding:0.65rem 0px;
    width: 75%;
    margin: 0 auto;
}
.mutibody li img {
    max-width: 100%;
    max-height: 300px;
    display: block;
    margin: 0px auto 10px auto;
}
.mutibody li p {
    color: #333;
}
.bx-controls-direction {
    position: absolute;
    top: 40px;
    right: 40px;
}
.slick-prev:before, .slick-next:before,.bx-controls-direction .bx-prev::before,.bx-controls-direction .bx-next:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #6e6c6c !important;
}
.bx-prev::before {
    content: "\f106" !important;
    font-size: 1.6rem !important;
    position: absolute;
    top: -14px;
    left: -17px;
}
.bx-next:before {
    content: "\f107" !important;
    font-size: 1.6rem !important;
    top: -14px;
    position: absolute;
    left: 4px;
}
.slick-prev:before {
    content: "\f104" !important;
    font-size: 2rem !important;
}
.slick-next:before {
    content: "\f105" !important;
    font-size: 2rem !important;
}
.mutibody .slick-next {
    right: -10px;
}
.mutibody .slick-prev {
    left: -10px;
}
#news1 .slick-prev, #news1 .slick-next {
    top: 35%;
}
/*multitab_wrapper end*/
/*Members Start*/
.custom_btn_group .btn {
    font-size: 0.9rem;
    border: 2px solid #ddd;
    color: #777;
    padding: 0.5rem;
    min-width: 120px;
    white-space: normal;
    line-height: 0.9rem;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    position: relative;
}
.custom_btn_group .btn:hover,.custom_btn_group .btn.active {
    background-color: #777;
    color: #fff;
}
.custom_btn_group .btn:hover i ,.custom_btn_group .btn.active i{
    color: #fd8c4b;
}
.btn_item {
    padding: 0 10px;
}
.custom_btn_group .btn i {
    display: block;
    font-size: 1rem;
    color: #05a9fd;
    padding-bottom: 0.25rem;
}
.selected-party-name {
    width: 100%;
    font-weight: 600;
    font-size: 0.7rem;
    white-space: nowrap;
    padding: 0 0.25rem;
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
}
.custom_btn_group .dropdown .dropdown-menu {
    padding: 0.25rem 0rem;
}
.custom_btn_group .dropdown .dropdown-menu li a {
    font-size: 0.8rem;
    padding: 0 0.25rem;
    display: block;
    transition: all 0.3s ease;
    color: #777;
}
.custom_btn_group .dropdown .dropdown-menu li a:hover {
    background: #e9a10a;
    color: #fff;
}
.Administration {
    padding: 3.5rem 0rem;
    background-color: #fff;
}

.ministers {
    padding: 15px;
}
.flip-card {
    background-color: transparent;
    width: 300px;
    perspective: 1000px;
}
.services .ser_wrap,
.Administration .ser_wrap {
    margin-top: 50px;
    width: 100%;
    min-height: 235px;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
}
.Administration .ser_wrap .flip-card-front label {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);

}

.flip-card1 {
    width: 49%;
    margin: 0px 3px 5px 0px;
    padding: 0px;
    height: 200px;
    perspective: 1000px;
    color: #fff;
}

.flip-card-inner,
.flip-card-inner1 {
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 235px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.flip-card1:hover .flip-card-inner1 {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.btn_position {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.flip-card-front {
    color: #333;
    padding: 15px;
}

.flip-card-inner1 .flip-card-back {
    background-color: #000bff;
    color: white;
    transform: rotateX(180deg);
    padding: 15px;
    border-radius: 5px;
}

/*.flip-card-back {
    background-color: #076aaa;
    color: white;
    transform: rotateY(180deg);
    padding: 15px;
    border-radius: 5px;
}*/
.flip-card-back {
    background-color: #d3b158;
    color: white;
    transform: rotateY(180deg);
    padding: 15px;
    border-radius: 5px;
}
.services .ser_wrap .descriptions,
.Administration .ser_wrap .descriptions {
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    background-color: #0c99ebe7;
    width: 100%;
    height: 100%;
    transition: all .7s ease-in-out;
    padding: 10px;
    box-sizing: border-box;
    clip-path: circle(0% at 100% 100%);
    -webkit-clip-path: circle(0% at 100% 100%);
}

.services .ser_wrap i,
.Administration .ser_wrap i {
    display: block;
    width: 100px;
    margin: 0px auto 0px auto;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.5);
    background: #25b6b7;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.services .ser_wrap i img,
.Administration .ser_wrap i img {
    max-width: 100%;
    border-radius: 50%;
}

.services .ser_wrap img,
.Administration .ser_wrap img {
    max-width: 100%;
}

.services .ser_wrap label,
.Administration .ser_wrap label {
    text-align: center;
    display: block;
    font-size: 1.0rem;
    padding-top: 15px;
    margin-bottom: 0px;
    font-weight: 600;
}

.flip-card-inner1 .flip-card-back {
    border-radius: 5px;
}

.flip-card-inner1 .flip-card-back ul {
    overflow: auto;
}

.flip-card-inner1 .flip-card-back ul li {
    text-align: left;
    padding: 5px;
    font-size: 1.3rem;
}

.flip-card-inner1 .flip-card-back ul li i {
    font-size: 1.5rem;
    padding-right: 5px;
    display: inline;

}
.services .ser_wrap .descriptions legend,
.Administration .ser_wrap .descriptions legend,
.flip-card-back legend {
    color: #fff;
    font-size: 1.1rem;
    padding: 45px 0px 5px 0px;
    text-align: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.flip-card-back p {
    text-align: left;
    margin-bottom: 5px;
}

.flip-card-inner1 .flip-card-back legend {
    font-size: 1.5rem;
    padding: 0px 0px 5px 0px;
    margin-bottom: 2px;
    margin-top: 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.flip-card-inner1 .flip-card-back legend:after {
    background: transparent;
}

.mt-75 {
    margin-top: 75px;
}
.flip-card-inner1 .flip-card-back .service_btn {
    border: 2px solid #d9d6d4;
    min-width: 120px;
    display: block;
    margin: 0px auto;
    padding: 3px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    background: #2b5670dd;
    border-radius: 3px;
}

.service_btn {
    /*border: 2px solid #ddd;
    background: transparent;
    color: #fff;
    text-align: center;
    min-width: 150px;
    display: block;
    margin: 15px auto;
    padding: 10px 15px;
    */
    border: 2px solid #d9d6d4;
    min-width: 120px;
    display: block;
    margin: 0px auto;
    padding: 3px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    background: #2b5670dd;
    border-radius: 3px;
    color:#fff;
    transition: all 0.3s ease;
}

.service_btn:hover,
.Box .descriptions .service_btn:hover {
    border: 2px solid #fff;
    color: #fff;
    background: #fa7200;
    cursor: pointer;
}
/*Members End*/
/*Footer Start*/
footer {
    background-color: #133a59;
    padding-top: 2rem;
}
.footer_nav legend {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.05rem;
    color: #ddd;
    position: relative;
    padding-left: 10px;
}
.footer_nav legend::before {
    content: "";
    position: absolute;
    height: 17px;
    width: 3px;
    background: #ff9d14;
    left: 0;
    top: 4px;
}

.footer_nav ul li {
    border-bottom: 1px solid #898989;
}
.footer_nav ul li a{
    color: #f2f0f0;
    font-size: 0.8rem;
    padding: 0.35rem 0;
    display: block;
    transition: all 0.3s ease;
}
.footer_nav ul li a:hover {
    color: #ff9d14;
}
.footer_nav .sec1 {
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.footer_nav .sec1 li {
    border: none;
}
.footer_nav .social_group li {
    border: none;
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
}
.footer_nav .social_group li a{
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
}
.footer_nav .social_group li a:hover {
    box-shadow: 0px 4px 5px 0px rgb(255 255 255 / 50%);
}
.copyright {
    background-color: #0f334d;
    color: #939393;
    text-align: center;
    line-height: 50px;
}
.copyright p {
    margin-bottom: 0;
}
/*Footer End*/


/*Calender Start*/
.page_wrapper {
    margin-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 5px 10px -6px rgb(0 0 0 / 50%);
    min-height: 100px;
    border-radius: 4px;
    color: #000;
    background-color: #fff;

}
.page_wrapper > legend {
    background-color: transparent;
    color: #333;
    padding: 9px 15px;
    margin-bottom: 5px;
    font-size: 2.2rem;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    font-weight: 600;
}
.page_wrapper legend span {
    font-size: 1.3rem;
padding-bottom: 5px;
display: inline-block;
text-align: center;
}
.tabs-left {
border-bottom: none;
border-right: 1px solid #ddd;
flex-direction: column;
background: rgba(255,255,255,0.75);
}

.tabs-left>li {
float: none;
margin:0px;
border-bottom: 1px solid #ddd;
padding: 0.35rem;
transition: all 0.3s ease;
}
.tabs-left>li:hover {
    padding: 0.35rem !important;   
}
.tabs-left>li.active {
    background:#005fae;  
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
border-bottom-color: #ddd;
border-right-color: transparent;
background:#005fae;
border:none;
color: #fff;

}

.tabs-left >li>a i,.tabs-left >li>a span.dt {
display: table-cell;
vertical-align: middle;
font-size: 0.7rem;
}
.tabs-left >li>a span.dt {
text-align: center;
}
.tabs-left >li>a span.dt > b{
padding-top: 5px;
display: block;
font-size: 0.8rem;
}
.tabs-left >li>a span.dt > b:first-child {
font-size: 1rem;
padding-bottom: 5px;
display: block;
border-bottom: 1px solid #ddd;
}
.tabs-left >li>a {
    position: relative;
    display: block;
    transition: all 0.5s ease;
    border: none !important;
    padding: 0.3rem 0rem;
    min-height: 90px;
}

.tabs-left >li.active>a i {
color: #ff9d0c;
}
.tabs-left >li>a i {
font-size: 1.8rem;
padding-right: 9px;
}
.tabs-left >li>a:hover {
/* margin-right: 2px; */
line-height: 1.42857143;
border: 1px solid transparent;
/* border-radius: 4px 4px 0 0; */
}
.tab-content {
    box-shadow: 0px 2px 10px -5px rgb(0 0 0 / 50%);
    margin: 5px 0px 0px 0px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.75);
}
.tab-content legend 
{font-size:1rem;
    }
    .tab-content legend  span
{font-size:0.85rem;
    }
.tabs-left>li.active>a::after{content: "";
content: "";
position: absolute;
top: 50%;
right: -15px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #005fae;
display: block;
width: 0;
transform: translateY(-50%);
}
/*.agenda > li {
list-style: decimal inside;
}*/
.agenda > li {
    box-shadow: 0px 5px 10px -7px rgb(0 0 0 / 35%);
    padding: 5px;
    border-radius: 4px;
    font-weight: 400;
}
.agenda li {
padding-bottom: 5px;
}
.agenda >  li{
box-shadow: 0px 5px 10px -7px rgb(0 0 0 / 35%);
padding: 5px;
border-radius: 4px;
}
.agenda li span:first-child {
width: calc(100% - 110px);
display: inline-flex;
padding-left: 10px;
}
.agenda > li ul {
padding-left: 25px;

}
.agenda > li > span {
padding-bottom: 5px;
}
.agenda > li ul li {
font-size: 0.8rem;
list-style: lower-roman;
border-bottom: 1px solid #ddd;
padding-top: 5px;
}
.agenda li:last-child {
border-bottom: none;
}
.agenda li span.time {
float: right;
padding: 2px 5px;
border-radius: 4px;
color: #333;
min-width: 60px;
text-align: center;
font-weight: 600;
font-size: 12px;

}
.signature {
    font-size: 0.75rem;
    width: 100%;
    padding: 0 1.5rem;
}
.signature span{
font-size: 0.75rem;
}
.top_section {
display: flex;
flex-direction: row;
justify-content: center;
padding-top: 15px;
align-items: start;
border-bottom: 1px solid #ddd;
/*margin-bottom: 10px;*/
}
.top_section .top_logo {
flex-basis: 200px;
text-align: center;
}
.top_section legend {
flex-grow: 2;
text-align: center;
color: #000;
font-size: 0.8rem;
font-weight: 600;
border: none;
margin: 0px;
}
/*Calender End*/
  .win_up
        {
            width: 45px;
            height: 45px;
            background: #fe9c11;
            text-align: center;
            line-height: 45px;
            position: fixed;
            right: 50px;
            border: 2px solid transparent;
            bottom: 7px;
            transition: all ease 0.3s;
            display: none;
            border-radius: 50%;
            z-index: 99;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
        }
        
        .win_up:hover
        {
            border: 2px solid #fe9c11;
            background: #fff;
            cursor: pointer;
        }
        
        .win_up:hover i
        {
            color: #fe9c11;
        }
        
        .win_up i
        {
            color: #fff;
            font-size: 2rem;
            padding: 4px 7px;
        }
        
        /*About Start*/
.newitem {
    background: #fff;
    box-shadow: 1px 1px 10px 5px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
}
.newitem > legend{
    margin-top: 0px;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    padding-right: 150px;
    margin-bottom: 10px;
    padding-left: 8px;
    color: #514f4f;
    font-weight: 700;
    position: relative;
}
.newitem > legend::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 22px;
    background: #d3b158;
    left: 0;
   top: 2px;
}
.newitem .dt{
    font-size: 0.65rem;
    color: rgb(71, 71, 71);
    text-align: right;
    position: absolute;
    right: 15px;
    top: 8px;
    font-weight: 600;
}
.dt label span {
    color: #1cbff5;
}
/*.newitem .newscontent {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
    text-align: justify;
}*/
.newitem .newscontent {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
    text-align: justify;
    font-weight: 400;
}
.newitem a {
    font-size: 0.8rem;
    color: #33c200;
    font-weight: 600;
}
.newitem a i {
    padding-right: 0.25rem;
}
.newitem a:hover {
    color: #fa7200;
}
/*About End*/

  .treeview > ul > li > .treeview__level:before {
    font-size: 1.6rem;
}
/*Member List Start*/
.tab_wrapper {
    border-radius: 5px;
    position: relative;
    padding: 0.25rem 0rem 0rem;
    background: #fff;
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 25%);
    border: 1px solid #eee;
}
.first_row {
    display: flex;
    align-items: center;
    padding: 0px 15px;
}
.first_row img {
    padding: 5px;
    background: #f0f0f0;
    border-radius: 50%;
    margin-right: 15px;
}
.name_add legend {
    font-size: 13pt;
    border: none;
    margin-bottom: 0px;
    color:#000;
}
.name_add p {
    color: #525252;
    font-size: 1.4rem;
}

.Second_row{
    background: #f8f8f8;
    min-height: 40px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: inset 0px 0px 10px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 10px -6px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px -6px rgba(0,0,0,0.75);
    padding-left: 15px;
    padding-right: 5px;
}
.Second_row li {
    color: #000;
    font-size: 0.8rem;
    list-style: none;

}
.Second_row li label {
    color: #000;
    padding-right: 5px;
    font-weight: 400;
    margin: 0;
}
.Second_row li i {
    color:#05a9fd;
    margin-right: 5px;
}
.name_add ul {
    margin:0px;
    padding: 0px;
}
.name_add ul li {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    font-size: 0.8rem;
    color:#000;
}
.name_add ul li label {
    margin-bottom: 0px;
    font-weight: 400;
     color:#000;
}
.name_add ul li i{
    color: #05a9fd;
    padding-right: 5px;
}
.name_add span {
    color: #989797;
    font-size: 0.75rem;
    position: relative;
    font-weight: 400;
}
.name_add span i {
    color:#fd9605;
    padding-right: 5px;
}

.page_title {
    background: #2281ff;
    color: #fff;
    font-size: 1.35rem;
    padding: 5px 10px;
    border-radius: 4px;
}
.no_record{
    float: right;
    font-size: 0.75rem;
    line-height: 17px;
    padding: 5px 15px;
    border-radius: 5px;
    background: linear-gradient(90deg, #e9a10a, #ec5701);
    color: #fff;
}
.multitab_wrap table {
border-collapse: collapse;
}
.multitab_wrap table tr td {
    border: none;
    padding: 0.4rem 0.15rem;
}
/*Member List End*/


.tender_menu a.list-group-item.active:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007bff;
    display: block;
    width: 0;
    transform: translateY(-50%);
}
.tender_menu a.list-group-item {
    text-align: center;
    font-weight: 600;
    font-size: 0.85rem;
}
.tender_menu a.list-group-item i {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    padding-bottom: 5px;
}
/*Contact Us Start*/
.contact_us > ul {
    border-bottom: 1px solid #fa7200;
}
.contact_us > ul > li > a {
    background-color: #05586c;
    border-radius: 0 !important;
    color: #fff;
    position: relative;
    min-width: 200px;
}
.contact_us > ul > li > a.nav-link.active {
    background-color: #03333f;
    border: none;
    color: #fff;
}

.contact_us > ul > li > a.nav-link.active::before{
    position: absolute;
    content: "";
    background-color: #fa7200;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -1px;
}
.contact_us .inner_tabcontent {
    box-shadow: none;
}
.contact_us .inner_menu {
    border-right: 1px solid #ddd;
}
.contact_us .inner_menu .nav-link {
    transition: all 0.3s ease;
    font-weight: 400;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
}
.contact_us .inner_menu .nav-link.active,.contact_us .inner_menu .nav-link:hover{
    background: #005fae;
    color: #fff;
}
.contact_us .inner_menu .nav-link:first-child 
{
   border-top: 1px solid #eee; 
}
.contact_us .inner_menu .nav-link 
{
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    transition: all 0.3s ease;
    font-weight: 400;
    position:relative;
}

/*.contact_us .inner_menu .nav-link{
transition: all 0.3s ease;
}*/
.contact_us .inner_menu .nav-link.active::after {
    right: -10px;
}
.tabs-left>li.active>a::after, .contact_us .inner_menu .nav-link.active::after {
    content: "";
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #005fae;
    display: block;
    width: 0;
    transform: translateY(-50%);
}
/*Contact Us End*/

.flip-card-back .data li {
text-align: left;
position: relative;
}
.flip-card-back .data li > span {
width: 20px;
text-align: center;
margin-right: 5px;
}
.flip-card-back .data li img{
padding: 5px;
background: #f0f0f0;
border-radius: 50%;
width: 20px;
height: 20px;
display: inline-block;
}
.flip-card-back .data li label {
text-align: left;
font-size: 0.7rem;
margin-bottom: 0.2rem;
display: inline-block;
padding: 5px 0px 0px 0px;
}


h5.heading{
font-size: 0.9rem;
font-weight: 400;
display: inline-block;
border-bottom: 2px solid #ffc20a;
font-family: 'Poppins_regular';
}
/*Gatepass start*/
.gatepass_wrapper {
    background-color: #fafafa;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.email_verify2::before {
    position: absolute;
    content: "";
    background: url(../Images/carpass2.png) no-repeat;
    width: 60%;
    height: 60%;
    opacity: 0.1;
    z-index: -1;
    background-size: contain;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-18%);
}
.email_verify,.email_verify2 {
    border-radius: 4px;
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.15);
    padding-bottom: 1.0rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.email_verify legend {
    background-color: #607d8b;
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px 4px 0 0;
}
.email_verify > i{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 3px solid #ff9800;
    border-radius: 50%;
    font-size: 1.5rem;
    padding: .6rem;
    color: #fb8c00;
}
.email_verify > p{
    font-size: 0.75rem;
    margin: 0 0.75rem;
    color: #ef5350;
}
.email_verify .input-group {
    padding: 0.5rem;
}
.email_verify > button,.email_verify2 > button {
    width: 90%;
    margin: 0 auto 0.5rem;
    display: block;
}
 .email_verify2 {
    padding: 0.75rem;
}
.email_verify2 .bg_blue {
    background-color: #29b6f6;
    min-height: 150px;
    position: relative;
    border-radius: 4px;
}
.email_verify2 .bg_blue h5{
    text-align: center;
    font-size: 1.4rem;
    padding-top: 1.5rem;
    color: #fff;
}
.email_verify2 .bg_blue i {
    width: 80px;
    height: 80px;
    border: 5px solid #e0f7fa;
    border-radius: 50%;
    font-size: 2.5rem;
    padding: .9rem 1rem;
    position: absolute;
    background-color: #80deea;
    color: #fff;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.email_verify2 .input-group input{
    border: none;
    border-bottom: 2px solid #8f8d8d;
    border-radius: 0;
    transition: all 0.3s ease;
    background-color: transparent;
}
.email_verify2 .input-group input:focus {
    border-bottom: 2px solid #00ff55;
    box-shadow: none;
}
.email_verify2 > p{
    margin: 3.5rem 1rem 1.5rem;
    font-size: 0.8rem;
    text-align: center;
} 

.gatepass {
    background: #007bff;
    align-items: flex-start;
    text-align: left;
    border-radius: 4px;
    padding: 0.5rem 0rem;
}
.about_wrapper  {
    position: relative;
}
.about_wrapper .navbar.gatepass .navbar-brand {
    display: none;
}
.gatepass .collapse ul {
    flex-direction: column;
    width: 100%;
}
div#gatepass {
    width: 100%;
}
.gatepass .collapse > ul > li,.gatepass .collapse  ul.sub > li {
    border-bottom: 1px solid #fff;
}
.gatepass .collapse  ul.sub {
    display: none;
    transition: all .5s ease-in;
}
.gatepass .collapse ul li.open ul.sub_open {
    display: block;
}
.gatepass .collapse  ul.sub > li:first-child {
    border-top: 1px solid #fff;
}
.gatepass .collapse > ul > li:last-child,.gatepass .collapse  ul.sub > li:last-child {
    border: none;
}
.gatepass .collapse ul li a {
 color: #fff;
    padding: 0.5rem !important;
    display: block;
    position: relative;
}
.gatepass .collapse ul li a:hover,.gatepass .collapse ul li a.active,.gatepass .collapse ul li a:focus
{
    color:#fafafa;
    }
.gatepass .collapse ul li a i {
    padding-right: 0.25rem;
}
.gatepass .collapse > ul > li > a > span{
    float: right;
    margin-top: 4px;
    transition: all 0.3s ease;
}
.gatepass .collapse > ul > li.open > a > span {
    transform: rotate(90deg);
}
.gatepass .collapse ul li.open {
    background: #05a9fd;
}
.gatepass .collapse ul.sub li a  {
    padding: 0.3rem 0.3rem 0.3rem 1.2rem !important;
}

.gatepass .collapse > ul > li > a.active:after,.gatepass .collapse  ul.sub > li > a.active:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007bff;
    display: block;
    width: 0;
    transform: translateY(-50%);
}
.gatepass .collapse  ul.sub > li > a.active:after {
    border-left: 10px solid #05a9fd;
}
.custom_group {
    background: #f6f6f6;
    padding: 0 0.5rem;
    border-radius: 3px;
    margin: 0.5rem 0;
}
.pass_details .heading {
    border-radius: 5px;
    padding: 0.5rem;
    position: relative;
}
.pass_details .heading h4 {
    color: #78909c;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    font-size: 1.1rem;
    position: relative;
}
.pass_details .heading h4::before {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 1.2rem;
    background-color: #fa7200;
    top: 4px;
    left: -2px;
}
.pass_details {
    padding: 0.5rem;
}
.toggle-group label {
    font-size: 0.85rem;
}
.custom_group  legend{
    background: #eceff1;
    color: #546e7a;
    font-size: 1.05rem;
    padding: 0 0.5rem;
    border-radius: 3px 3px 0 0;
}
.custom_group label {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: #546e7a;
    font-weight: 600;
}
.custom_label {
    padding: calc(.25rem + 1px) 0.5rem;
    height: auto;
}
.custom_label:after {
    height: auto;
    background: #6c757d;
    color: #fff;
    top: -1px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #21f344;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #21f344;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/*Gatepass End*/


/*DataTable Start*/
 .table_wrapper .table
    {
        font-size: 0.85rem;
    }
    .table_wrapper .table thead tr th
    {
        background: #4a5863;
        color: #fff;
        vertical-align: top;
    }
    .table_wrapper .table tbody tr td p
    {
        margin-bottom: 0.25rem;
    }
    .table_wrapper .table tbody tr td a i.fa-file-pdf
    {
        color: #fa6060;
        font-size: 1.1rem;
    }
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control
    {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
    }
    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before
    {
        content: "-";
        background-color: #d33333;
    }
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before
    {
        top: 10%;
        left: 5px;
        height: 1em;
        width: 1em;
        margin-top: -5px;
        display: block;
        position: absolute;
        color: white;
        border: .15em solid white;
        border-radius: 1em;
        box-shadow: 0 0 0.2em #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: "Courier New" ,Courier,monospace;
        line-height: 1em;
        content: "+";
        background-color: #31b131;
    }
/*DataTable End*/
/* Gate Pass OTP page */
.email_verify,.email_verify2 {
    border-radius: 4px;
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.15);
    padding-bottom: 1.0rem;
}
.email_verify legend {
    background-color: #607d8b;
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px 4px 0 0;
}
.email_verify > i{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 3px solid #ff9800;
    border-radius: 50%;
    font-size: 1.5rem;
    padding: .6rem;
    color: #fb8c00;
}
.email_verify > p{
    font-size: 0.75rem;
    margin: 0 0.75rem;
    color: #ef5350;
}
.email_verify .input-group {
    padding: 0.5rem;
}
.email_verify > button,.email_verify2 > button {
    width: 90%;
    margin: 0 auto 0.5rem;
    display: block;
}
 .email_verify2 {
    padding: 0.75rem;
}
.email_verify2 .bg_blue {
    background-color: #29b6f6;
    min-height: 150px;
    position: relative;
    border-radius: 4px;
}
.email_verify2 .bg_blue h5{
    text-align: center;
    font-size: 1.4rem;
    padding-top: 1.5rem;
    color: #fff;
}
.email_verify2 .bg_blue i {
    width: 80px;
    height: 80px;
    border: 5px solid #e0f7fa;
    border-radius: 50%;
    font-size: 2.5rem;
    padding: .9rem 1rem;
    position: absolute;
    background-color: #80deea;
    color: #fff;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.email_verify2 .input-group input{
    border: none;
    border-bottom: 2px solid #8f8d8d;
    border-radius: 0;
}
.email_verify2 > p{
    margin: 3.5rem 1rem 1.5rem;
    font-size: 0.8rem;
    text-align: center;
}


/*Gatepass OTP page End */

/*GatePass Start  Page start*/
.gatepass_start legend {
            font-size: 1.2rem;
            font-weight: 600;
            color: #000;
        }
        .gatepass_start p {
            text-align: justify;
        }
        .gatepass_start ul {
            align-items: center;
        }
        .gatepass_start ul li:first-child {
            flex: 0 0 20%;
        }
        .gatepass_start ul li:first-child img {
            max-width: 100%;
        }
        .gatepass_start ul li:last-child{
            padding-left: 15px;
        }
        .gatepass_start ul li:last-child a {
            font-size: 0.9rem;
            color: #333;
            transition: all 0.3s ease;
            font-weight: 400;
        }
        .gatepass_start ul li:last-child a:hover {
            color: #ffa000;
        }
        .border-lt {
            border-left: 1px solid #ddd;
        }
/*GatePass Start  Page end*/
/*Gate Pass Status*/ 
     .gatepass_status legend {
            font-size: 1.1rem;
            font-weight: 600;
            color: #000;
        }
        .pass_status {
            border: 1px solid #ddd;
            margin: 1px;
            border-radius: 10px;
            color: #333;
            position: relative;
        }
        .pass_status legend {
            font-size: 1.2rem;
        }
        .pass_status legend p {
            display: inline-block;
            font-size: 0.85rem;
            border-left: 1px solid #000;
            margin-left: 5px;
        }
        .pass_status legend p i {
            padding-left: 5px;
        }
        .pass_status legend p label {
            margin: 0;
            color: #f3f2f2;
        }
        .pass_status img {
            display: block;
            margin: 0 auto;
        }
        .pass_status p label,.pass_status ul li label {
            font-weight: 400;
            color: #000;
            margin-top: 0.5rem;
            padding-right: 0.25rem;
            font-size: 0.8rem;
        }
        .pass_status p {
            font-weight: 600;
        }
        .pass_status ul li label {
            margin-top: 0;
        }
        .pass_status p label i,.pass_status ul li label i {
            color: #ffa000;
            padding-right: 5px;
        }
        .pass_status ul {
            display: flex;
            flex-wrap: wrap;
            margin: 0;
        }
        .pass_status ul li {
            /*flex: 0 0 33.33%;*/
            font-weight: 600;
            font-size: 0.8rem;
            padding: 0.25rem 0;
        }
        .pass_status .status {
            background: #ff7043;
            padding: 4px 25px;
            display: inline-block;
            text-align: center;
            color: #fff;
            font-size: 0.89rem;
            border-radius: 20px;
            position: absolute;
            z-index: 1;
            top: -16px;
            left: 15px;
            min-width: 150px;
        }
        .pass_status .status_success {
            background: #4caf50;
        }
        .pass_status .inprocess {
            background: #ffb000;
        }
        .pass_status h6 {
            color: #06b444;
            margin-bottom: 0.5rem;
        }
        .pass_status > .col-md-3{
            border-radius: 4px 0px 0px 4px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .pass_status .download_pass {
            border: 1px solid #d9d1d1;
            border-radius: 20px;
            padding: 5px 15px;
            display: inline-block;
            width: 170px;
            text-align: center;
            margin-bottom: 0.5rem;
            color: #607d8b;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .pass_status .download_pass:hover {
            color: #fff;
            background-color: #607d8b;
        }
        .close_pass {
display: inline-block;
position: absolute;
top: 15px;
right: 20px;
opacity: 0.5;
transition: all 0.3s ease;
}
.close_pass i {
color: #d90202;
font-size: 1.8rem;
}
.close_pass:hover {
opacity: 1;
}
        /*Gatepass Status*/
           .members_tab thead tr th
    {
        border: none;
        padding: 0;
        background: transparent !important;
    }
    .members_tab thead tr th legend
    {
        border: none;
        font-size: 1rem;
        margin-bottom: 0;
        background: #1b6470;
        color: #fff;
        padding: 5px 15px;
        border-radius: 4px;
    }
    .table-responsive
    {
        display:block;
        width:100%;
        overflow-x:hidden;
    }
    /*Media Query Start*/

@media only screen and (max-width:991px) {
    .navbar-nav {
        border-top: 1px solid #f2f2f2;
    }
    .navbar {
        background: #d3b158 !important;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,0);
        border: none;
    }
    header .navbar-expand-lg .navbar-nav li a:before,header .navbar-expand-lg .navbar-nav li.active a:before {
        visibility: hidden;
    }
    .welcome {
        min-height: 400px;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .welcome h3 {
        bottom: 120px;
        font-size: 1.5rem;
    }
    .welcome h2 {
        bottom: 55px;
        font-size: 1.9rem;
    }
    .welcome p {
        bottom: 28px;
        font-size: 1rem;
        margin: 0;
    }
    .member_row1, .member_row2 {
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        left: 0;
        right: 0;
    }
    .mutibody {
        width: 100%;
    }
    header .navbar-expand-lg .social_icons {
        flex-direction: row;
        padding: 0.5rem;
        margin-left: 0 !important;
        justify-content: center;
    }
    .location {
        background-color: #67a602;
        padding: 0.5rem 0.5rem;
        color: #fff;
        font-size: 0.9rem;
        min-width: 100px;
        display: flex;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        justify-content:center;
        align-items:center;
    }
    .multitab a {
        text-align: center;
        padding: 7px 10px;
    }
    .newitem .dt {
    font-size: 0.75rem;
    text-align: left;
    position: relative;
    left: 0;
    top: 0;
}
.newitem > legend {
    padding-right: 0;
    font-size: 1rem;
}
header .navbar-expand-lg .navbar-nav li a{
    text-align:center;
}
header .navbar-expand-lg .navbar-nav li.active {
    background-color:orange;
}
  .tab_wrapper .Second_row {
                flex-wrap: wrap;
            }
            .tab_wrapper .Second_row li {
                flex: 0 0 50%;
            }
            .first_row .name_add {
    display: flex;
    flex-direction: column;
    width: 100%;
}
  .first_row .name_add legend {
    text-align: center;
}
  /*Gate pass*/
    .about_wrapper .navbar.gatepass {
        background-color: #000bff;
        display: flex;
        justify-content:space-between;
        padding: 0.1rem;
    }
    .about_wrapper .navbar.gatepass .navbar-toggler {
        color: #ffff;
        border: #fff;
    }
    .about_wrapper .navbar.gatepass .navbar-toggler i {
        padding-top: 0.2rem;
        font-size: 1.5rem;
    }
    .about_wrapper .navbar.gatepass .navbar-brand {
        font-size: 0.95rem;
        color: #fff;
        padding: 0.5rem 0.75rem;
        display: block;
    }
    .gatepass .collapse > ul > li > a.active,.gatepass .collapse ul.sub > li > a.active {
        background-color: #fafafa;
        color: #007bff;
    }
    .gatepass .collapse > ul > li > a.active:after, .gatepass .collapse ul.sub > li > a.active:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        border-top: 10px solid #fafafa;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        display: block;
        width: 0;
        transform: translateX(-50%);
    }
    .gatepass .collapse > ul > li:last-child > a.active:after{
        border-top: 10px solid #d3b158;
    }
    
    .gatepass .collapse > ul > li, .gatepass .collapse ul.sub > li {
        border-bottom: 0.5px solid #fff;
    }
    /*Gate Pass*/
}


@media only screen and (max-width:668px) {
    .welcome h3 {
        bottom: 120px;
        font-size: 1.1rem;
    }
    .welcome h2 {
        bottom: 55px;
        font-size: 1.5rem;
    }
    .welcome p {
        bottom: 28px;
        font-size: 0.8rem;
        margin: 0;
    }
    .multitab a {
        font-size: 0.65rem;
         letter-spacing: 0;
    }
    .social_group {
        text-align: center;
    }
}
@media only screen and (max-width:480px) {
    .copyright {
        line-height: 30px;
        font-size: 0.5rem;
    }
    .top_section .top_logo img {
        max-width:80%;
    }
    .top_section .top_logo:last-child img {
max-width:40%;
    }
    .win_up
    {
        right:15px;
    }
          .custom_btn_group {
                width: 100%;
                margin: 0;
            }
            .btn_item {
            flex-basis: 50%;
            }
            .no_record {
                font-size: 0.55rem;
                line-height: 17px;
                padding: 5px 8px;
            }
            .tab_wrapper .first_row {
                flex-direction: column;
            }
            .tab_wrapper .Second_row {
                flex-direction: column;
                align-items: flex-start;
                padding: 5px 15px;
            }
            .first_row img{
margin-right:0px;
}
}
@media screen and (max-width: 1367px) and (min-width: 1024px) {
    header .navbar-expand-lg .navbar-nav li a {
        font-size: 0.75rem;
    }   
    .welcome h3 {
        bottom: 120px;
        font-size: 1.5rem;
    }
    .welcome h2 {
        bottom: 55px;
        font-size: 1.9rem;
    }
    .welcome p {
        bottom: 10px;
        font-size: 1rem;
        margin: 0;
    }
}
@media screen and (max-width:768px) {
    .tender_menu {
        margin-bottom: 15px;
    }
    .tender_menu a.list-group-item.active:after,  .tabs-left > li.active > a::after, .contact_us .inner_menu .nav-link.active::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        border-top: 10px solid #007bff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        display: block;
        width: 0;
        transform: translateX(-50%);
    }
    .tabs-left > li.active > a::after, .contact_us .inner_menu .nav-link.active::after {
            border-top: 10px solid #005fae;
    }
   
}

@media screen and (max-width: 800px) {
  .border-lt {
    border: transparent;
  }
}
@media (min-width: 992px){
    header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: none;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 20%);
    border-radius: 0;
}
}
/*Media Query End*/
.bulletinwrap {
    display: flex;
    margin: 1rem;
    flex-direction:column;
}
.bulletinwrap ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width:100%;
}
.bulletinwrap ul li {
    box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    margin: 0.5rem;
    flex:0 1 calc((100% - 4rem)/3);
}
.bulletinwrap ul li img {
padding-right: 0.5rem;
}
.bulletinwrap ul li p {
    color: #333;
    margin-bottom: 0;
    font-size: 0.8rem;
}
.table_wrapper .table thead tr th {
    background: #4a5863;
    color: #fff;
    vertical-align: top;
    padding:0.4rem 0.6rem;
}
.bulletin_table tbody tr td {

padding:0.4rem 0.6rem;
}
.bulletin_heading{
    border: none;
    font-size: 1rem;
    margin-bottom: 0;
    background: #17a2ba;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0.5rem;
}
.font_Dynamic{
    font-size:1.6rem!important;
}
@media screen and (max-width:576px) {
    .bulletinwrap ul li {
        flex:0 1 100%;
    }
    .bulletinwrap {
        margin:0px;
    }
    .font_Dynamic{
    font-size:1rem!important;
}
}
@media screen and (max-width:820px) {
    .bulletinwrap ul li {
        flex:0 1 calc((100% - 2rem)/1);
    }
}
