@import url('root_custom.css');

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--tm-ff);
  color: var(--tm-sub-primary);
  /* overflow-x: hidden; */
  width: 100% !important;
}

a {
  transition: var(--custom-transition);
  -webkit-transition: var(--custom-transition);
  -o-transition: var(--custom-transition);
  -moz-transition: var(--custom-transition);
  -ms-transition: var(--custom-transition)
}

p {
  font-size: var(--para-fs);
  text-align: justify;
}

section {
  padding: 50px 0;
}
#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999999999999;
    background: url(../images/loading.gif) no-repeat center center rgb(255 255 255 / 62%);
    background-size: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

/*--*/
.navbar-brand>img {
  width: 130px;
}

.stickers-wrap {
  margin-top: -300px;
}

.social-links {
  padding-left: 0;
  margin-bottom: 0;
}

.social-links>li {
  list-style-type: none;
  display: inline-block;
}

.social-links>li>a {
  font-size: var(--md-font);
  color: var(--text-dark);
}

header .social-links>li {
  margin-left: 10px;
}

header {
  transition: var(--tm-transition);
  z-index: 99;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
}

header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.searchbar .form-control {
  padding-right: 50px;
  filter: grayscale(1);
  border-radius: 5px !important;
  background-color: #fff;
  border-color: #fff;
  height: 50px;
  font-size: var(--xs-font);
}

.searchbar .form-control:focus {
  box-shadow: none;
  border-color: var(--tm-primary);
}

.searchbar button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--tm-primary);
  border-color: var(--tm-primary);
  color: #fff;
  width: 60px;
}

.searchbar button:active,
.searchbar>button:focus {
  box-shadow: none;
}

i.las.la-search {
  transform: rotate(265deg);
}

.searchbar button:hover,
.searchbar>button:focus {
  background-color: var(--tm-sub-primary);
  border-color: var(--tm-sub-primary);
  color: #fff;
}

.nvd {
  width: 18px;
  filter: grayscale(1);
}

.social-links>li>a>img {
  transition: var(--tm-transition);
}

.social-links>li>a>img:hover {
  transform: scale(1.1);
}

header .navbar-dark .navbar-nav.navbar-nav-main .nav-link,
.navbar-nav.user-nav-dd .nav-link {
  color: var(--tm-sub-primary);
  padding: 20px 0;
  margin: 0 10px 0 0;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: var(--xxs-font);
  text-transform: uppercase;
}

.navbar-nav.user-nav-dd .na-item:last-child .nav-link {
  margin-right: 0;
}

header .navbar-dark .navbar-nav.navbar-nav-main .nav-link:hover,
.navbar-nav.user-nav-dd .nav-link:hover,
header .navbar-dark .navbar-nav.navbar-nav-main .nav-link.active,
.navbar-nav.user-nav-dd .nav-link.active {
  color: var(--tm-primary);
}

header .navbar-dark .navbar-nav.navbar-nav-main .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--tm-primary);
  left: -100%;
  bottom: 0;
  transition: var(--tm-transition);
}

header .navbar-dark .navbar-nav.navbar-nav-main .nav-link:hover::before,
header .navbar-dark .navbar-nav.navbar-nav-main .nav-link.active::before {
  left: 0;
}

.searchbar {
  box-shadow: 0 5px 15px 2px rgb(0 0 0 / 6%);
  width: 88%;
  background-color: transparent;
  border: 1px solid #c2313d;
  overflow: hidden;
}

.btn-tm-primary {
  background-color: var(--tm-sub-primary);
  border-color: var(--tm-sub-primary);
  color: #fff;
}

.btn-tm-primary-bordered {
  background-color: #fff;
  border-color: var(--tm-sub-primary);
  color: var(--tm-sub-primary);
}

.btn-tm-primary-bordered:hover {
  background-color: var(--tm-sub-primary);
  color: #fff;
}

.btn-tm-primary:hover,
.btn-tm-primary:focus,
.btn-tm-primary:active {
  color: #fff;
  background-color: rgba(var(--tm-rgb-blue), 0.97);
}

.searchbar>button:hover,
.searchbar>button:active,
.searchbar>button:focus {
  background-color: var(--tm-sub-primary);
  border-color: var(--tm-sub-primary);
  box-shadow: none;
}

.btn-tm-primary-bright {
  background-color: var(--tm-primary);
  border-color: var(--tm-primary);
  color: #fff;
}

.btn-tm-primary-bright-bordered {
  color: var(--tm-primary);
  border-color: var(--tm-primary);
  background-color: #fff;
}

.btn-tm-primary-bright-bordered:hover {
  background-color: var(--tm-primary);
  color: #fff;
}

.la-shopping-cart .badge {
  font-weight: normal;
  font-size: var(--xxs-font);
}

.custom-dropdown-menu .dropdown-link>img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 5px;
}

.custom-dropdown-menu .dropdown-link {
  text-decoration: none;
  color: var(--text-dark);
  font-size: var(--xxs-font);
}

.custom-dropdown-menu .dropdown-item:focus>a,
.custom-dropdown-menu .dropdown-item:active>a,
.custom-dropdown-menu .dropdown-item.active>a {
  background-color: var(--tm-primary);
  color: #fff;
}

.dropdown-menu .no-items {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f7f7f7;
  padding: 0;
  background-color: #fff !important;
  position: relative;
  z-index: 999999;
}

.custom-dropdown-menu .dropdown-item>a {}

.custom-dropdown-menu .dropdown-item .dropdown-link {
  padding: 7px 10px;
  display: block;
}

/*.custom-dropdown-menu .dropdown-item:last-child { border-bottom: 0; }*/
.dropdown-menu.custom-dropdown-menu {
  left: 0;
  display: block;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: var(--tm-transition);
}

.dropdown:hover .dropdown-menu.custom-dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(-3px);
}

.dropdown-link .cart-item-name {
  font-size: var(--xs-font);
}

.dropdown-link:hover .cart-item-name {
  color: var(--tm-primary);
}

.custom-dropdown-menu::before {
  position: absolute;
  content: "";
  display: none;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  left: 2px;
  top: -16px;
}

.text-sub-primary {
  color: var(--tm-primary);
}

.social-links>li>a {
  color: var(--tm-primary);
}

/* Numbers Section Starts */

.excel-box .counter-value,
.excel-box .counter-value+span {
  font-weight: 700;
  font-size: var(--xl-font);
  color: #fff;
}

.excel-box .counter-value+span {
  margin-left: 10px;
}

.excel-box p {
  text-align: center;
  color: #fff;
}

.excel-box h4 {
  color: #fff;
}

.number-block {
  background-color: var(--tm-primary);
  margin-top: -7px;
}

.excel-box {
  position: relative;
}

.excel-box::after {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.col-md-2:last-child .excel-box::after {
  display: none;
}

/* Numbers Section Ends */

/* Members Section Starts */

.member-profile>img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid var(--tm-primary);
  border-radius: 50%;
}

.member-info>h5 {
  padding: 2px 5px 2px 15px;
  font-size: var(--xxs-font);
  margin-bottom: 3px;
  background-color: var(--tm-primary);
  color: #fff;
  margin-left: -10px;
  z-index: -1;
}

.member-info>span {
  padding: 2px 5px 2px 15px;
  font-size: var(--xxs-font);
  background-color: var(--tm-primary);
  color: #fff;
  margin-left: -10px;
  z-index: -1;
}

/* Members Section Ends */
.sponsor-list>li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
}

.sponsor-list>li a {
  box-shadow: 2px 2px 7px 1px rgb(var(--tm-primary-rgb) / 10%);
  display: grid;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  min-height: 105px;
  align-items: center;
}

.event-wrap>a {
  border: 1px solid #ddd;
  display: block;
}

.sponsor-section {
  margin-top: 90px;
}

.ql-box h6 {
  min-height: 39px;
  font-weight: 800;
  display: grid;
  align-items: center;
  color: #fff;
  font-family: var(--tm-ff);
  font-weight: 600;
}

.learn-more-link {
  font-family: var(--tm-font);
  text-decoration: none;
  color: var(--text-light);
  transition: var(--tm-transition);
  font-size: var(--xs-font);
  font-weight: 600;
  color: #fff;
}

.learn-more-link i {
  transition: var(--tm-transition);
  color: #fff;
}

.learn-more-link:hover,
.learn-more-link:focus {
  color: var(--tm-primary);
}

.learn-more-link:hover i,
.learn-more-link:focus i {
  margin-left: 10px;
}

.section-heading>h2 {}

.ql-box img {
  width: 64px;
}

.ql-box {
  transition: var(--tm-transition);
  position: relative;
  min-height: 191px;
  overflow: hidden;
  background-color: #999999;
}

.ql-box .ql-thumb {
  transition: var(--tm-fast-transition);
  height: unset;
}

.ql-box .hvr-box {
  transition: var(--tm-transition);
  height: unset;
}

.ql-box:hover .ql-thumb {
  opacity: 0;
}

.ql-box:hover .hvr-box {
  align-items: center;
  flex-wrap: wrap;
  transform: translateY(-55%);
}

/*.bg-pink { background-color: #e2ffec; }
.bg-light-green { background-color: #e5eaff; }
.bg-light-purple { background-color: #fddaea; }
.bg-light-coffee { background-color: #f9e8d8; }
.bg-light-blue { background-color: #cfe7f9; }
.bg-light-yellow { background-color: #fbf3d4; }
.ql-box.bg-pink h6 { color: #28ab94; }
.ql-box.bg-light-green h6 { color: #46568d; }
.ql-box.bg-light-purple h6 { color: #d54583; }
.ql-box.bg-light-coffee h6 { color: #964f09; }
.ql-box.bg-light-blue h6 { color: #348ed1; }
.ql-box.bg-light-yellow h6 { color: #f25a3c; }*/

.presence-heading>h4,
.section-heading>h4 {
  color: var(--text-light);
  font-weight: 700;
}

.section-heading>h2,
.presence-heading>h2 {
  font-size: var(--xxl-font);
  font-family: var(--tm-sub-font);
  color: var(--text-light);
  font-size: 55px;
  font-weight: 700;
}

.bg-building {
  z-index: 0;
  position: relative;
}

.bg-building::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/bg1.png);
  background-repeat-x: repeat;
  background-position: top;
  background-size: contain;
  opacity: 0.07;
  z-index: -1;
}

.bg-light {
  background-color: #f7f7f7 !important;
}

.sub-title {
  background-color: var(--tm-primary);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: var(--heading-sm-fs);
  text-align: center;
  margin-bottom: 10px;
}

/* Custom Tabs Starts */
.custom-nav-tabs .nav-item {
  flex: 0 0 auto;
  width: 14.28%;
}

.custom-nav-tabs .nav-item .nav-link {
  border: 0;
  margin: 0;
  background-color: var(--tm-primary);
  border-radius: 0;
  padding: 20px 0px;
  position: relative;
  display: block;
}

.custom-nav-tabs {
  border-bottom: 0;
}

.custom-nav-tabs .nav-item .nav-link>h3 {
  font-weight: 700;
  font-size: var(--xl-font);
  color: #fff;
}

.custom-nav-tabs .nav-item .nav-link>span {
  font-weight: 600;
  font-size: var(--md-font);
  color: #fff;
}

.custom-nav-tabs .nav-item .nav-link.active>h3 {
  color: var(--tm-primary);
}

.custom-nav-tabs .nav-item .nav-link.active>span {
  color: var(--tm-primary);
}

.custom-nav-tabs .nav-item .nav-link.active {
  background-color: #dbdbdb;
}

.tabs-section {
  margin-top: -7px;
}

.custom-nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.custom-nav-tabs .nav-item:last-child .nav-link::after {
  display: none;
}

.tab-content.custom-tab-content {
  background-color: #f7f7f7;
}

/* Custom Tabs Ends */
.president-msg {
  padding-left: 50px;
  padding-top: 30px;
}

.president-msg::before {
  position: absolute;
  content: url(../images/quote.png);
  left: -10px;
  top: -10px;
  opacity: 0.1;
}

.pp-wrap h6 span {
  color: var(--tm-primary);
  font-size: var(--xxs-font);
}

.pp-wrap {
  margin-bottom: 15px;
}

.pp-wrap h6 {
  position: relative;
  padding-left: 20px;
}

.pp-wrap h6::before {
  background: var(--tm-primary);
  height: 8px;
  width: 8px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 0px 0px #58595b;
}

.custom-btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: var(--tm-primary);
  color: #fff;
  font-size: var(--xxs-font);
}

.custom-btn-xs {
  font-size: var(--xs-font);
}

.custom-btn:hover,
.custom-btn:focus {
  box-shadow: none;
  outline: 0;
  color: #fff;
}

.cities-select .select2-container--default .select2-selection--single {
  height: 45px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  background-color: #dbdbdb;
}

.cities-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  border: 0;
  font-size: var(--xs-font);
}

.cities-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}

.cities-select .select2-results__option {
  font-size: var(--xs-font);
}

.cities-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--tm-primary);
}

.cities-select .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

.custom-form a {
  color: var(--text-light);
  text-decoration: none;
  font-size: var(--xs-font);
}


.custom-carousel .carousel-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: var(--tm-primary);
  opacity: 0.7;
}

.custom-form .form-control {
  height: 50px;
  font-size: var(--xs-font);
}

.carousel-caption {
  width: 40%;
  height: 100%;
  padding: 20px 50px;
  left: 5%;
  top: 0;
  display: flex;
  align-items: center;
  text-align: left;
}

.carousel-caption h2 {
  font-size: var(--xxl-font);
  font-family: var(--tm-font);
  font-weight: 700;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.custom-carousel .carousel-item:nth-child(1)::before{display:none;}
/* 
.custom-carousel .carousel-item:nth-child(3)::before,
.custom-carousel .carousel-item:nth-child(2)::before{display:none;} */
.carousel-caption a {
  color: #fff;
  text-decoration: none;
  font-size: var(--xxs-font);
  text-transform: uppercase;
  padding: 15px 30px;
  border: 1px solid #fff;
  display: inline-block;
  transition: var(--tm-transition);
  font-weight: 600;
}

.carousel-caption a:hover {
  background-color: #fff;
  color: var(--tm-primary);
  border-color: var(--tm-primary);
}

.custom-form .form-check-label {
  font-size: var(--xs-font);
}

.form-check-input:checked {
  background-color: var(--tm-primary);
  border-color: var(--tm-primary);
}

/* Footer CSS Starts */

footer {
  position: relative;
  background-color: var(--text-light);
  z-index: 0;
}

.main-footer {
  padding: 50px 0 20px;
}

footer::before {
  position: absolute;
  content: "";
  height: 40%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/footer-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  opacity: 0.2;
  filter: invert(1);
  z-index: -1;
}

footer p {
  font-size: var(--xs-font);
}

.footer-list>li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-list>li:last-child {
  margin-bottom: 0;
}

.footer-list>li>strong,
.footer-list>li>span {
  color: #fff;
  font-size: var(--xs-font);
}

.footer-list>li>p {
  color: #fff;
  text-align: left;
  font-size: var(--xs-font);
  margin-bottom: 0;
}

.footer-list>li>a {
  color: #fff;
  text-decoration: none;
  font-size: var(--xs-font);
}

.nivida>img {
  filter: grayscale(1) brightness(9);
  width: 18px;
}

.footer-social>li>span {
  color: #fff;
  font-size: var(--xs-font);
  font-family: var(--tm-font);
}

.footer-social>li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
}

.footer-social>li>a {
  font-size: var(--md-font);
  color: var(--tm-primary);
  display: inline-block;
  height: 35px;
  width: 35px;
  display: grid;
  align-items: center;
  text-align: center;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fff;
  transition: var(--tm-transition);
}

.footer-social>li>a:hover {
  background-color: var(--tm-primary);
  color: #fff;
  border-color: var(--tm-primary);
}

.sub-footer {
  position: relative;
}

.sub-footer::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 75%;
  background-color: #fff;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  opacity: 0.5;
}

.adv-block {
  background-color: var(--tm-primary);
}

.adv-block a {
  text-decoration: none;
  white-space: nowrap;
}

.adv-block h5 {
  font-weight: 400;
}

/* Footer CSS Ends */

.news-list {
  width: 100%;
  margin: 20px auto;
  height: 300px;
  background-color: #fff;
  overflow: hidden;
}

.news-list ul {
  transition: var(--tm-transition);
  top: 0;
  margin-top: 0;
}

.news-list li {
  height: 100px;
  transition: var(--tm-transition);
  margin-top: 0;
}

.news-alerts {
  width: 100%;
  height: 362px;
  padding: 5px 15px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: "Archivo", sans-serif;
  border-radius: 5px;
}

.news-alerts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.news-alerts ul li {
  padding: 10px 0px;
}

.news-alerts ul li a {
  color: #000;
  text-decoration: none;
}

.news-alerts ul li a:hover {
  color: #333;
  text-decoration: underline;
}

.owl-dots .owl-dot span {
  height: 4px;
  width: 15px;
  background-color: var(--text-light);
  display: inline-block;
  margin: 0 2px;
}

.owl-dots .owl-dot.active span {
  background-color: var(--tm-primary);
}

.owl-dots {
  text-align: center;
}

.news-alert-list>li {
  border-bottom: 1px solid #ddd;
}

.news-alert-list>li:last-child {
  border-bottom: 0;
}

.news-alert-list>li>a {
  font-size: var(--sm-font);
  color: var(--text-light);
  font-weight: 500;
  font-size: var(--xs-font);
}

.news-alert-list>li>p {
  margin-bottom: 5px;
}

.minister-msg>a {
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: var(--xxs-font);
  padding: 30px 10px;
  z-index: 0;
  margin-bottom: 50px;
  min-height: 285px;
  display: grid;
  align-items: center;
}

.minister-msg>a::before {
  position: absolute;
  content: "";
  height: 100%;
  ;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--tm-primary);
  opacity: 0.7;
  z-index: -1;
}

.modal iframe {
  width: 100%;
  height: 380px;
  margin-bottom: 30px;
}

.modal .modal-body {
  max-height: 500px;
  overflow-y: auto;
}

.nav-login a {
  color: var(--tm-sub-primary);
  display: flex;
  align-items: center;
}

.nav-login-btn:hover {
  color: var(--tm-primary);
}

.nav-login,
.navbar-nav.user-nav-dd {
  margin-left: 1.5rem;
}

.navbar-nav.user-nav-dd .dropdown-menu {
  position: absolute;
}

.navbar-nav.user-nav-dd .dropdown-menu .nav-link {
  margin-left: 0;
}

/*.logo-wrap { width: 25%; }*/
.menu-wrap {
  width: 90%;
}

.section-heading>h3 {
  font-size: var(--xl-font);
  color: var(--text-light);
  font-weight: 700;
}

.president-img>img {
  border-radius: 0;
  height: auto;
  width: 100%;
  object-position: top;
}

.president-info>h5,
.president-info>span {
  color: var(--text-light);
  font-size: 16px;
}

.ql-box:hover {
  background-color: rgba(var(--tm-primary-rgb) / 1);
}

.dropdown-menu.mega-menu {
  position: fixed !important;
  width: 60%;
  left: 0;
  right: 0;
  top: 145px;
  margin: auto;
}

/*.dropdown-item { display: flex; }*/
.zone-item>a {
  padding: 5px 10px;
  margin: 0;
  width: 25%;
  font-size: 14px;
  position: relative;
}

.center-dropdown {
  width: 75%;
  position: absolute;
  left: 25%;
  top: 0;
  display: none;
  padding: 0;
  background-color: #fff;
  height: 100%;
}

.dropdown-item.active .center-dropdown,
.dropdown-item:hover .center-dropdown,
.mega-menucategory:hover .center-dropdown {
  display: block;
}

.zone-item>a {
  padding: 7px 10px;
  display: block;
  color: var(--tm-sub-primary);
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: var(--xxs-font);
  text-transform: uppercase;
}

.state-center-wrap>h6 {
  color: var(--text-light);
  font-size: var(--xs-font);
  text-transform: uppercase;
  font-family: var(--tm-primary);
}

.state-center-wrap {
  display: block;
  padding: 10px;
  background-color: #f7f7f7;
  margin-top: 8px;
  border-bottom: 1px solid #ddd;
}

/* ---- */

.dropdown-item:hover .dropdown-link {
  background-color: var(--tm-primary);
  color: #fff;
}

.sub-dd-menu {
  position: fixed !important;
  display: none;
  left: 0;
  top: 145px;
  right: 0;
  margin: auto;
  width: 900px;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  min-height: 190px;
}

.dropdown:hover .sub-dd-menu {
  display: block;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;

}

.sub-dd-menu>ul {
  display: block;
  flex-wrap: wrap;
}

.sub-dd-menu>ul>li {
  /*-ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 33.333333%;*/
  padding: 8px 0 20px 0;
  /*border-right: 1px solid #eee;*/
  /*display: inline-block;*/
  /*float: left;*/
  position: relative;
}

.sub-dd-menu>ul>li:first-child,
.sub-dd-menu>ul>li:nth-child(2),
.sub-dd-menu>ul>li:nth-child(3) {
  padding-top: 5px;
}

.sub-dd-menu>ul>li:first-child::after,
.sub-dd-menu>ul>li:nth-child(2)::after,
.sub-dd-menu>ul>li:nth-child(3)::after {
  display: none;
}

.sub-dd-menu>ul>li::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 90%;
  top: -10px;
  left: 0;
  right: 0;
  background-color: #eee;

}

.sub-dd-menu>ul>li:nth-child(1) {
  padding-left: 0;
}

.sub-dd-menu>ul>li:nth-child(3n) {
  border-right: 0;
}

.sub-dd-menu h6>a {
  font-size: var(--xxs-font);
  color: var(--tm-sub-primary);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.center-list-dd>li>a {
  font-family: var(--tm-primary);
  font-size: var(--xxs-font);
  color: var(--text-light);
  display: inline-block;
  padding: 3px 0;
}

.custom-dropdown-menu .dropdown-item:hover .sub-dd-menu {
  display: block;
}

.center-list-dd>li>a:hover {
  color: var(--tm-primary);
}

/* ---- */

.inner-banner-bg {
  z-index: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://lara.nivida.in/BAI/public/frontend/images/21.jpg);
}

.inner-banner-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--tm-primary);
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}

.team-info>h6 {
  color: #fff;
  font-size: var(--xxs-font);
  text-align: center;
}

.section-heading h5 {
  font-size: var(--sm-font);
  font-weight: 600;
  text-transform: uppercase;
}

.section-heading h5.text-white {
  color: #d9d9d9 !important;
}

.team-thumb .team-info {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 42px;
  min-height: 42px;
  background: rgba(var(--tm-primary-rgb) / 0.8);
  transition: var(--tm-transition);
  border-radius: 0 0 10px 10px;
}

.team-info .more-info {
  display: none;
}

.team-thumb:hover .team-info {
  height: 100%;
  transition: var(--tm-transition);
  border-radius: 10px !important;
}

.team-thumb:hover .more-info {
  display: block;
}

.team-wrap {
  padding: 5px;
  box-shadow: 2px 2px 30px 10px rgb(0 0 0 / 4%);
}

.more-info>p,
.more-info>p>span,
.more-info>p>a {
  color: #fff;
  font-size: var(--xxs-font) !important;
  word-break: break-all;
}

.more-info>p,
.more-info>p>span i {
  font-size: var(--sm-font);
}

.team-thumb>img {
  height: 255px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
}

.team-wrap {
  margin: 0 0 30px;
  border-radius: 15px;
}

.more-info>p {
  display: flex;
  text-align: left;
}

.more-info>p i {
  margin-right: 7px;
}

#minister-msg button.btn-close {
  border: 0;
  padding: 5px;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
}

.ql-box .learn-more-link:hover {
  color: #fff;
}

.custom-dropdown-menu.sub-dd-menu::before {
  display: none;
}

.sub-dd-menu h6.zone-dd-title>a {
  color: var(--tm-primary);
  padding-bottom: 3px;
  display: inline-block;
}

.sub-dd-menu h6.zone-dd-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.zone-dd-wrap {
  margin-bottom: 10px;
}

.sidebar-committee-listing {
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar-committee-listing .card,
.sidebar-committee-listing .card-header {
  background-color: transparent;
  border: 0;
  font-size: var(--xs-font);
  color: var(--tm-sub-primary);
}

.card .card .card-body,
.card .card .card-header {
  padding: 0;
  color: var(--tm-sub-primary);
}

#accordion>.card .card-body {
  padding-top: 5px;
  padding-bottom: 5px;
  padding: 0;
}

.center-list-ac>li>a {
  color: var(--text-light);
  display: block;
  padding: 5px 10px;
}

.center-list-ac>li>a.active {
  background-color: #c2313d;
  color: #fff;
}

.card .card .card-header .card-link {
  background: #e9e9e9;
  color: var(--text-light);
  font-weight: 700;
  display: block;
  padding: 8px 15px;
  font-size: var(--xxs-font);
  position: relative;
}

#accordion>.card>.card-header .card-link:hover {
  background-color: var(--tm-primary);
}

#accordion>.card>.card-header .card-link {
  font-weight: 600;
  padding: 15px;
  display: block;
  background: gray;
  color: #fff;
}

#accordion>.card>.card-header {
  background-color: #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 0;
}

ul.center-list-ac {
  margin-bottom: 0;
  padding-left: 20px;
}

.center-list-ac>li>a:hover {
  color: #fff;
  background-color: var(--tm-primary);
}

.card .card .card-header {
  border-bottom: 1px solid #ddd;
}

.section-heading>h5.text-white>a {
  color: #fff;
}

.section-heading>h5.text-white>a:hover {
  text-decoration: underline;
}

.center-cat-title>h3 {
  font-size: var(--xs-font);
  color: var(--text-light);
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

/* .contact-form-sec .form-group label {
  color: var(--text-light);
  font-weight: 500;
  font-size: var(--xs-font);
} */

.state-cat-title {
  color: var(--tm-primary);
  font-size: var(--md-font);
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--text-light);
}

.custom-btn {
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.card .card .card-header .card-link.collapsed i {
  transform: rotate(0deg);
}

/*.card .card .card-header .card-link i, .card .card .card-header .card-link[aria-expanded="true"] i  {transform: rotate(90deg);}*/
.feedback-form {
  background-color: #fff;
  padding: 25px;
  box-shadow: 1px 1px 30px -10px rgb(0 0 0 / 20%);
  border-radius: 10px;
}

.blog-item .learn-more-link,
.blog-item .learn-more-link i {
  color: var(--tm-primary);
}

.feedback-form input {
  background-color: #cc37400f;
  padding: 10px;
}

/* width */
.news-alerts::-webkit-scrollbar,
.home-sponsor-list::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.news-alerts::-webkit-scrollbar-track,
.home-sponsor-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.news-alerts::-webkit-scrollbar-thumb,
.home-sponsor-list::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.news-alerts::-webkit-scrollbar-thumb:hover,
.home-sponsor-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.register-left-bar img {
  width: auto !important;
  max-width: 100%;
  margin: 20px auto 0;
  display: block;
}

.mcard-wrap>img {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desc>ul>li {
  font-size: var(--para-fs);
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  text-align: justify;
}

.desc>ul>li::before {
  background: var(--tm-primary);
  height: 8px;
  width: 8px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 0px 0px #58595b;
}

.home-sponsor-list {
  height: 370px;
  overflow-y: auto;
}

.carousel-control-next,
.carousel-control-prev {
  display: grid;
  width: 40px;
  height: 40px;
  align-items: center;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background-image: url(../images/prev1.png);
}

.carousel-control-next-icon {
  background-image: url(../images/next1.png);
}

.table tr td,
.table tr th {
  font-size: var(--xs-font);
}

.custom-btn-bordered {
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
  color: var(--tm-primary);
  font-size: var(--xxs-font);
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--tm-primary);
}

.CompanyContactInquiry img.img-gallery {
  width: 50%;
  min-width: 200px;
}

.ty-content-wrap p {
  text-align: center;
}

.video-stream>a>img {
  border: 1px solid #ddd;
  border-radius: 10px;
}

ul.sponsor-list>li>a>img {
  max-height: 90px;
  object-fit: contain;
}

.navbar-toggler-icon span {
  width: 30px;
  height: 3px;
  display: block;
  border-radius: 3px;
  background-color: #c2313d;
  margin: 0 0 5px;
}

.pre_data-head {
  display: flex;
  align-items: center;
  background-color: #c2313d;
  border-bottom: 1px solid #c2313d52;
}

.pre_data-head p {
  margin: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.year {
  width: 25%;
  border-right: 1px solid #fff;
}

.pre_name {
  width: 75%
}

.pre_data-inner {
  display: flex;
  transition: 0.2s;
}

.pre_data-inner:hover {
  background-color: #c2313d52;

}

.pre_data-inner:hover p {
  font-weight: 900;
}

.pre_data-inner .year {
  border-left: 1px solid #c2313d52;
  border-bottom: 1px solid #c2313d52;
  border-right: 1px solid #c2313d52;
}

.pre_data-inner .pre_name {
  border-right: 1px solid #c2313d52;
  border-bottom: 1px solid #c2313d52;
}

.pre_data-inner p {

  padding: 10px;
  margin: 0;

}

.pre_data-inner .year p {
  text-align: center;
}

.member_area .card-header button {
  width: 100%;
  background-color: #c2313d;
  font-size: 20px;
  color: #fff;
  text-align: left;
}

.pdf_btn {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid #c2313d;
  width: fit-content;
  color: #c2313d;
  border-radius: 8px;
  transition: 0.2s;
  margin: 20px 0 0;
}

.pdf_btn:hover {
  color: #fff;
  background-color: #c2313d;
}

.pdf_btn img {
  max-width: 35px;
  margin-right: 10px;
}

.more_link .link_bar a {
  padding: 10px;
  display: block;
  width: fit-content;

  color: #000;
  position: relative;
  border-left: 2px solid #c2313d;
}

.more_link .link_bar {
  font-size: 16px !important;
}

.more_link .link_bar a:hover {
  background-color: #c2313d;
  color: #fff;
}

.more_link .link_bar a:hover::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  transition: 0.2s;
  height: 0;
  border-left: 20px solid #c2313d;
  border-right: 0px solid #fdfdfd;
  border-bottom: 44px solid white;
}

.member_area .card-header button:hover {
  text-decoration: none !important;
}

.member_area .card-header button:focus {
  box-shadow: none !important;
  text-decoration: none !important;
}

.member_area .card {
  margin: 0 0 15px 0;
}

.member_area .card .card-body {
  padding: 20px !important;
  font-size: 16px;
}

.wd_display h4 {
  color: #c2313d;
  font-weight: 600;
}

.wd_display-details {
  border: 1px solid #c2313d;

}

.under_con {
  border: 1px solid #c2313d;
  width: 100%;
  height: 400px;
  background-color: transparent;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  background-image: url(https://lara.nivida.in/BAI/public/frontend/images/under.jpg);
  background-size: cover;
  background-position: right bottom;
}

.under_con::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2313d52;
}

.under_con h5 {
  font-size: 20px;
  color: #Fff;
  width: 100%;
  background: #c2313d;
  font-weight: 600;
  position: relative;
  padding: 15px;
  margin: auto 0 30px 0;
  text-align: left;
  z-index: 9;
}

.under_con h5::before {
  content: "This Page is";
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #ffffff;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 10px;
  font-weight: 800;

}

.service_list {
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
}

.service_list p {
  margin: 0;
}

.service_list .number {
  position: absolute;
  left: 0;
  font-weight: 700;
  text-shadow: 0px 1px 1px #c2313d;
  font-size: 34px;
  top: 0;
  line-height: 34px;
  display: block;
  color: #ebbdc1;
}

.service_list .number::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 10px;
  z-index: -1;
  height: 10px;
  border-radius: 50%;
  background-color: #c2313d;
}

.qr-box {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  /* min-height: 80px; */
}

.qr-box:hover {
  background-color: rgba(var(--tm-primary-rgb) / 1);
}

.qr-box:hover p,
.qr-box:hover h6 {
  color: #fff !important;
}

.lr_data-wrap .quick-links-block {
  padding: 0px;
}

.lr_data-wrap .qr-box p {
  font-size: 12px !important;
}

.central_data {
  margin-bottom: 10px;
}

.central_data h3 {
  font-size: 22px;
  width: fit-content;
  padding: 10px 15px;
  color: #fff !important;
  background-color: #c2313d !important;
  position: relative;
  border-radius: 10px 0 0 0;
}

.central_data h3::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  transition: 0.2s;
  height: 0;
  border-left: 0px solid #c2313d;
  border-right: 20px solid #ff000000;
  border-bottom: 47px solid #c2313d;
}

.central_data-inner {
  padding: 0 15px 15px;
  background-color: #fff;
  border: 1px solid #c2313d;
  border-radius: 0 8px 8px 8px !important;
}

.central_data h4 {
  color: #c2313d;
  font-size: 18px !important;
  margin: 15px 0;
}

.central_city {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  grid-gap: 1rem;
}

.central_city a {
  padding: 10px;
  background-color: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  text-align: center;
  color: #fff !important;
  letter-spacing: 1px;



}

.custom-carousel .carousel-item>img {
  width: 100% !important;
}

.central_d-data-wrap {
  /* margin-top: 90px; */
}

.ch_name {
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  color: #c2313d;
  align-items: center;
}

.ch_name img {
  max-width: 20px;
  height: fit-content;
  margin: 0 10px 0 0;
}

.ch_name span {
  background-color: #c2313d42;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 9;
  position: relative;
  color: #c2313d;
  margin: 0 0 0 10px;
}

.ch_add {
  font-size: 14px;
  background-color: #f1f1f1;
  z-index: 9;
  padding: 10px 20px;
  margin: 15px 0 10px 0;
  border-radius: 6px;
  position: relative;
}

.ch_add span {
  position: absolute;
  top: -12px;
  left: 10px;
  font-size: 12px;

  font-weight: 600;
  color: #c2313d;
  border-radius: 8px;
  padding: 3px 10px;
  /* background-color: #efcacd; */
}

.ch_call {
  z-index: 9;
  position: relative;
  align-items: center;
  display: inline-block;
  overflow: hidden;
  /* padding-left: 8px; */
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ch_call a {
  padding: 3px 8px;
  float: left;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #c2313d;
  margin: 0 5px 5px 0 !important;
  background: #fff;
  transition: 0.2s;
  color: #c2313d;
}

.ch_call a:hover {
  background-color: #efcacd;
}

.co_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
  grid-gap: 1rem;
}

.co_wrap .ch_wrap {
  position: relative;
  padding: 15px 15px 10px 15px;
  background-color: #c2313d00;
  overflow: hidden;
  BORDER: 1PX SOLID #efcacdd1;

  border-radius: 5px;
}

.co_wrap .ch_wrap::after {
  content: "";
  position: absolute;
  top: -45%;
  left: 100%;
  width: 200px;
  height: 200px;
  transition: 0.2s;
  opacity: 0.5;
  z-index: 0;
  border-radius: 50%;
  background-color: #c2313d42;
}

.co_wrap .ch_wrap::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -23%;
  width: 100px;
  height: 100px;
  opacity: 0.5;
  border-radius: 50%;
  transition: 0.2s;
  background-color: #c2313d42;
}

.co_wrap .ch_wrap:hover::after {
  left: 70%;
}

.co_wrap .ch_wrap:hover::before {
  right: 80%;
}

.co_wrap .ch_name span {

  font-size: 12px;
  height: fit-content;
  white-space: nowrap;
}

.co_wrap .ch_name {
  font-size: 14px;
}

.co_wrap .ch_name img {
  max-width: 15px;
}

.co_wrap .ch_add {
  font-size: 13px;
}

.co_wrap .ch_call a {
  font-size: 12px;
}

.commitee_card .btn-link {
  padding: 15px 20px;
  position: relative;
}

.commitee_card .btn-link span {
  position: absolute;
  top: -15px;
  background-color: #c2313d;
  border: 1px solid #fff;
  left: 10px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
}

.commitee_card .btn-link span b {
  margin: auto;
  color: #Fff;
}

.central_data-modal .modal-header {
  background-color: #c2313d;

}

.central_data-modal .modal-header h5 {
  color: #fff;
}

.central_data-modal .close span {
  color: #fff !important;
  opacity: 1 !important;
}

.central_data-modal .modal-title {
  color: #c2313d;
  line-height: 24px;
  margin-bottom: 20px;
}

.all_reg-link a {
  font-size: 16px;
  padding: 5px 0;
}

.event_list-filter li {
  padding: 5px;
}

.tabs {
  display: block;
  padding: 00;

  width: 35%;
  border: 1px solid #c90c13;
}











.event_glr-img .wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  background: #fff;
}

.event_glr-img .main {
  width: 70%;
  flex: 1 0 0;
  background: #fff;
}

.event_glr-img .main p {
  padding: 0 10px;
  margin: 0.5rem 0 1rem;
}

.event_glr-img .main .item1 {
  margin: 0 0 0 -220px;
  /* magic number alert*/
}

.event_glr-img .nav {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-right: 1rem;
  z-index: 2;
  /* box-shadow: 0 0 10px 10px rgb(0 0 0 / 30%); */
  border: 1px solid rgb(194 49 61);
  background-color: #fff;
}

.event_glr-img .nav a {
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #ffffff21;
  display: block;
  /* height: 2rem; */
  color: rgb(194 49 61);
}

.event_glr-img .nav a:hover {
  background: rgb(194 49 61);
  color: #fff;
}

.event_glr-img .wrap section h2 {
  margin: -2rem 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* .event_glr-img .wrap section:before {
  content: "\2190";
  display: block;
  margin: 0 1rem 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  left: 0;
  height: 2rem; 
  line-height: 2rem;
  text-align: right;
  background: linear-gradient(to left, red, red 10px, transparent 10px),
    linear-gradient(to left, #eee, #ccc);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 200px 2rem;
  width: 198px;
  margin-left: -215px;
  color: transparent;
} */

/* Safari 9+ hack as it wn't draw background all the time */
@supports (-webkit-hyphens: none) {
  .event_glr-img .wrap .main section:before {
    color: red;
    background: transparent;
  }
}

.event_glr-img .wrap .section2:before {
  top: 2rem;
  /* magic number alert*/
  background-position: 0 2rem;
}

/* magic number alerts below */
.event_glr-img .wrap .section3:before {
  top: 4rem;
  background-position: 0 4rem;
}

.event_glr-img .wrap .section4:before {
  top: 6rem;
  background-position: 0 6rem;
}

.event_glr-img .wrap .section5:before {
  top: 8rem;
  background-position: 0 8rem;
}

.event_glr-img .wrap .section6:before {
  top: 10rem;
  background-position: 0 10rem;
}

.event_glr-img .wrap .section7:before {
  top: 12rem;
  background-position: 0 12rem;
}

.event_glr-img .wrap .section8:before {
  top: 14rem;
  background-position: 0 14rem;
}



/* .top-f{
  position: fixed;
  top: 160px;
} */













.tabs>.nav {
  position: relative;
  padding: 10px 15px;
  margin: 0;

  background-color: rgb(255 255 255 / 30%);
  backdrop-filter: blur(13px);
  z-index: 20;
}

.tabs>.nav:hover {
  cursor: pointer;
  color: #fff;
  background-color: var(--tm-primary);
  /* transform: scale(1.1);
  margin-top: -0.3rem;
  padding-top: 0.75rem;
  z-index: 30; */
}

:has(#tab-1:checked) [for="tab-1"],
:has(#tab-2:checked) [for="tab-2"],
:has(#tab-3:checked) [for="tab-3"],
:has(#tab-4:checked) [for="tab-4"],
:has(#tab-5:checked) [for="tab-5"],
:has(#tab-6:checked) [for="tab-6"] {
  cursor: pointer;
  color: #fff;
  background-color: var(--tm-primary);
  /* transform: scale(1.1);
  margin-top: -0.3rem;
  padding-top: 0.75rem;
  z-index: 30; */
}


.content {
  position: relative;
  width: 100%;
  /* height: calc(100vh - 3rem); */
  /* padding: 0.5rem; */
  /* background-color: rgb(255 255 255 / 40%);
  backdrop-filter: blur(13px); */
  z-index: 10;
}

.content>section {
  /* display: none; */
  flex-direction: column;
}

.content>section>p {
  padding: 0 0.5rem;
}

.content>section>p+p {
  margin: 0.25rem 0;
}

.content:has([id="tab-1"]:checked)>section:nth-child(1),
.content:has([id="tab-2"]:checked)>section:nth-child(2),
.content:has([id="tab-3"]:checked)>section:nth-child(3),
.content:has([id="tab-4"]:checked)>section:nth-child(4),
.content:has([id="tab-5"]:checked)>section:nth-child(5),
.content:has([id="tab-6"]:checked)>section:nth-child(6) {
  display: flex;
}

.events_data-filter {
  display: flex;

}

.event_img-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  grid-gap: 1rem;
  margin-bottom: 15px;
}

.event_img-box .event_img {
  /* height: 200px; */
  cursor: pointer;
  position: relative;
}

.event_img-box .event_img .yt_thumb {
  max-width: 30%;
  position: absolute;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: 50% !important;
  height: fit-content;
}

.event_img-box .event_img img,
.event_img-box .event_img iframe {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.event_img-wrap h4 {
  padding: 0 0 20px 0;
}

a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  overflow: scroll;
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
  top: 0;
}

.commited_tabs .custom-nav-tabs .nav-item {
  flex: 1 !important;
}

.committe_tab-contact {
  padding: 10px;
}

.committe_tab-contact h5 {
  color: #c2313d;
  font-weight: 600;
  margin: 15px 0;
}

.committe_tab-contact img {
  max-width: 20px;
  margin: 0 10px 0 0;
}

.committe_tab-contact.com_add {
  margin-bottom: 10px;
}

.committe_tab-contact a {
  display: flex;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.feedback-form .ff_control a {
  color: var(--tm-primary);
  margin: 0 20px;
}

.home_gallery_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  grid-gap: 1rem;
}

.home_gallery_wrap .hg_box-img {
  height: 200px;
}

.home_gallery_wrap .hg_box-img img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.ps_event-located {
  margin-top: 70px;
}

.event_img .inner_events {
  color: #c2313d;
  font-weight: 600;
}

.hg_box {
  position: relative;
}

.home_gallery_wrap .hg_box h4 {
  background-color: #c2313d;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  height: 68px;
  align-items: center;
  display: flex;
}

.home_gallery_wrap .hg_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-caption {
  z-index: 9 !important;
}

table.dataTable {
  border-collapse: none !important;
}

.co_of-img .img-up {
  max-width: 400px;
  display: flex;
  align-items: center;
}

.co_of-img {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  background: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}

/* .co_of-img div:nth-child(1){
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
   } */
/* .co_of-img div:nth-child(1)> .progress{
      grid-column: span 2;
    } */
.box-body .form-group {
  z-index: 0;
  position: relative;
}

.box-body table.table-bordered.dataTable th,
.box-body table.table-bordered.dataTable td {
  vertical-align: middle;
}

.box-body table thead th {
  text-align: center !important;
}

.table-responsive {
  overflow-x: scroll;
}

.user-nav-dd .dropdown-menu.custom-dropdown-menu {
  left: unset;
  right: 0 !important;
}

.up-events .event-wrap {
  height: 200px;
  overflow: hidden;
}

.up-events .event-wrap img {
  height: 200px;
  object-fit: cover;
}

.t-you-page {
  height: 50vh;
  margin: 90px 0;
}

.custom-dropdown-menu i {
  float: right !important;
  transform: rotate(-90deg);
}

.reds_c {
  color: var(--tm-primary) !important;
}

.el_btn {
  color: #fff !important;
  background: var(--tm-primary);
  padding: 10px 20px;
  border-radius: 4px;
  margin: 20px auto;
  display: block;
  font-weight: 700;
  width: fit-content;
}

.deep_details {
  font-weight: 600;
  font-size: 20px !important;
  margin: 10px 0 0;
}

.no_center-box {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-style: italic;
  background: #f7f7f7;

}

.dee_inner-menu {
  font-size: 12px;
  display: block;
  color: #c2313d;
  margin: 0;
}

.center-cat-title .dl_link {
  font-size: var(--xs-font);
  color: var(--text-light);
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}



.wrapper1,
.wrapper2 {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.wrapper1 {
  height: 20px;
  margin-bottom: 10px
}

.wrapper2 {
  height: 100%;
}

.div1 {
  width: 1583px;
  height: 20px;
}

.div2 {
  width: 1583px;
  height: 100%;
  overflow: hidden;
}

.inog-modal .modal-body {
  min-height: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}

.add_more_fields_tr .form-group {
  margin: 0 !important;
}

.aft-otp {
  font-size: 16px;
  padding: 5px 0;
}

.aft-otp .resend-otp {
  justify-content: start !important;
}

/* .cus_table-stk .table{
  overflow-y: scroll;
 } */

#upcoming_marque {
  background-color: #f7f7f7 !important;
  border-top: 5px solid #c90c1352;
}

#upcoming_marque a {
  color: #000 !important;
  font-size: 20px;
  display: block;
  text-align: left;
  padding: 5px 0;
  transition: 0.2s;
}

#upcoming_marque a:hover {
  color: #c2313d !important;
}

#upcoming_marque ol {
  margin: 20px 0;
  padding: 0 !important;
}

#upcoming_marque ol li {
  list-style-type: decimal !important;
  font-size: 20px;
}

.archive_details-wrap a {
  font-size: 18px;
  color: #fff;
  background: #c90c13;
  transition: 0.1s;
  padding: 5px 12px;
  transition: 0.1s;
  display: block;
  margin-right: 5px;
  width: fit-content;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 1px solid #c90c13;

}

.archive_details-wrap a:hover {
  color: #c90c13;
  background-color: #fff !important;
}

.announcement_wrap {
  margin-bottom: 20px;
  padding: 20px;
}

.annou_box {
  padding: 15px;
  background-color: #999999;
  /* padding: 0 5px; */
  min-height: 180px;

}

.annou_box p {
  margin: 0;
  color: #fff !important;
  /* -webkit-line-clamp: 4; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
}

.annou_img {
  height: 150px;
}

.annou_img img {
  height: 150px;
  object-fit: cover;
}

.annou_box .rm_btn {
  color: #c90c13;

  display: block;
  text-align: right;
}

.annou_box .annou_details {
  /*display: flex;*/
  overflow: auto;
  flex-direction: column;
  height: 150px;
  justify-content: space-between;

}

.ic_for-btn {
  display: inline-block;
  overflow: hidden;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic_for-btn a {
  float: left;
}

/* .tst_wrap ol li{
  list-style-type: decimal !important;
} */

.publications_card {
  text-align: center;
  height: 320px;
  padding-bottom: 10px;
  border: 1px solid #c90c13;
  transition: 0.1s;
}

.publications_card:hover {
  background-color: #cc37400f;
}

.public_header {
  height: 60px;
  background: #c90c13;
  display: flex;
  margin: 0 0 10px;
}

.public_header h5 {
  margin: auto;
  color: #fff;
  padding: 0 10px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.publications_card img {
  max-width: 180px !important;
}

.verify_company_mobile_otp {}

.otp_main-wrap-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.otp_main-wrap-box a {
  flex: 1;
  padding: 6px;
  background-color: #c2313d;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.otp_main-wrap-box a:nth-child(1) {
  margin-right: 15px;
}

.otp_main-wrap-box a:nth-child(2) {
  background-color: #d3d3d3;
}

#msg_mobile_verify small,
#msg_email_verify small {
  display: block;
  line-height: 18px;
  font-size: 12.8px;
}

.defualt_modal .modal-footer a {
  background-color: #c2313d;
  display: block;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 10px 0 0;
}

.app-launch-img-wrap img {
  height: 100vh;
  width: 100%;
  object-fit: contain;
}

/* .app-launch-img-wrap {background: #e5eccf;} */
.error {
  color: red;
}