	
		:root {
  --white-100: hsl(206, 5%, 100%);
  --white-200: hsl(206, 5%, 90%);
  --white-300: hsl(206, 5%, 80%);
  --white-400: hsl(206, 5%, 65%);
  --white-500: hsl(206, 5%, 45%);
  --black-100: hsl(210, 21%, 12%);
  --black-200: hsl(210, 21%, 9%);
  --black-300: hsl(210, 21%, 6%);
  --black-400: hsl(210, 21%, 3%);
  --black-500: hsl(210, 21%, 1%);
  --night-100: hsl(217, 27%, 20%);
  --night-200: hsl(217, 27%, 16%);
  --night-300: hsl(217, 27%, 12%);
  --night-400: hsl(215, 27%, 8%);
  --night-500: hsl(215, 27%, 4%);
  --pink-100: hsl(326, 85%, 90%);
  --pink-200: hsl(327, 87%, 80%);
  --pink-300: hsl(329, 86%, 70%);
  --pink-400: hsl(330, 81%, 60%);
  --pink-500: hsl(333, 71%, 50%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.redtcab {
    width: 100%;
}
.redtcab h3.text-center {
    background: #00346f;
    color: #fff;
    padding: 6px 0px 17px;
    font-size: 33px;
    margin-bottom: 0px;
}
.generalmessaging2 h2{font-size: 45px;
    line-height: 55px;
    margin-bottom: 29px;}
			.header a,
.header button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}
.generalmessaging2 .slick-prev,
.generalmessaging2 .slick-next {
  position: absolute;
 /* top: 50%;*/ top: 27%;
  transform: translateY(-50%);
  z-index: 10;
  background:rgba(111, 2, 2, 0.9);
  /*background: #6f0202 !important rgba(0, 0, 0, 0.5);  semi-transparent bg */
  color: #fff;
  border: none; overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden; margin-bottom:30px;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
	

	

/* Position left arrow */
.generalmessaging2 .slick-prev {
  left: -30px;
}
.galimg img{border-radius:6px;}
/* Position right arrow */
.generalmessaging2 .slick-next {
  right: -30px;
}

/* Hover effect */
.generalmessaging2 .slick-prev:hover,
.generalmessaging2 .slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.galsec{padding:50px 0px 20px}
.galimg{margin-bottom:30px;}
/* Optional: Icon fix if you're using font-awesome */
.generalmessaging2 .slick-prev::before,
.generalmessaging2 .slick-next::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  color: #fff;
}

.generalmessaging2 .slick-prev::before {
  content: "\f104"; /* fa-chevron-left */
}

.generalmessaging2 .slick-next::before {
  content: "\f105"; /* fa-chevron-right */
}

.committee .comm-block.v img{    width: 220px;}

.header img,
.header video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
a.btn.btn-primary.btn-lg {
    background: #06235b;
    font-weight: 600;
}
.sidelisticons a.btn.btn-primary.btn-lg{animation: blink3 1s infinite; border:none;}
@keyframes blink3 {
  0%, 100% {
    background-color: #06235b;
  }
  50% {
    background-color: #8b0401;
  }
}
.header .submenu ul{padding-left:0px;}
.header img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges; max-width:176px;
}
.header a.mebtn{border: #fff 1px solid;
  color: #fff;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 3px 18px;
  border-radius: 4px;}
.mnh{/*background: #00346f;*/ background:#010238;}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.header .section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}

.header .container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.header .centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.header .btn {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  border-radius: 0.25rem;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.header .btn-primary {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--pink-500);
  box-shadow: var(--shadow-medium);
}
.header .btn-darken {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--night-300);
  box-shadow: var(--shadow-medium);
}

.header .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background-color: var(--white-100);
  box-shadow: var(--shadow-medium);
}
.header .darkmode .header {
  background-color: var(--night-300);
}

.header .brand {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pink-500);
  text-transform: uppercase;
  order: 1;
}
.header .darkmode .brand {
  color: var(--pink-300);
}

.header .navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  margin: 0 auto;
}
.header .navbar-left {
  display: flex;
  align-items: center;
  flex: 0 0 17%;
}
.header .navbar-center {
  display: flex;
}
.header .navbar-right {
  display: flex;
 /* flex: 0 0 17%;*/  flex: 0 0 8%;
  align-items: center;
  justify-content: flex-end;
  /*column-gap: 1.5rem;*/column-gap: 0.2rem;
}
@media only screen and (max-width: 992px) {
  .header .navbar-left, .navbar-right {
    flex: 0 0 auto;
  }
  .header .navbar-right {
    align-items: center;
  }
  .header .navbar-center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}

@media only screen and (max-width: 992px) {
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    transform: translate(-100%);
    background-color: var(--white-100);
    transition: all 0.4s ease-in-out;
  }
  .header .menu.is-active {
    transform: translate(0%);
  }
  .header .darkmode .menu {
    background-color: var(--night-300);
  }
}

.header .menu-header {
  display: none;
  box-shadow: var(--shadow-medium);
}
.header .menu-item {
  display: inline-block;
  line-height: 1.5;
  padding-right: 12px;
}
.header .menu-link {
font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.25s ease;
  font-size: 17.5px;
  font-family: "Darker Grotesque", sans-serif;
}
.menu-inner{align-content: center;}
.header .menu-link > i.bx {
  font-size: 1.35rem;
  margin-left: 0.25rem;
  transform: rotate(90deg);
}
.header .darkmode .menu-link {
  color: var(--white-100);
}
.header .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  font-size: 1.45rem;
  color: var(--black-300);
  transition: all 0.25s ease;
}
.header .darkmode .menu-icon {
  color: var(--white-100);
}
@media only screen and (min-width: 993px) {
  .header .menu-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .header .menu-header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .header .menu-header.is-active {
    visibility: visible;
    background-color: var(--white-100);
  }
  .header .menu-header.is-active > .menu-arrow {
    display: block;
  }
  .header .darkmode .menu-header.is-active {
    background-color: var(--night-100);
  }
  .header .menu-arrow {
    display: none;
    cursor: pointer;
    width: 3rem;
    height: 4rem;
    text-align: center;
  }
  .header .menu-arrow > i.bx {
    font-size: 1.5rem;
    line-height: 4rem;
    color: var(--black-300);
    transition: all 0.25s ease;
  }
  .header .darkmode .menu-arrow > i.bx {
    color: var(--white-100);
  }
  .header .menu-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: capitalize;
    color: var(--black-300);
  }
  .header .darkmode .menu-title {
    color: var(--white-100);
  }
  .header .menu-inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
    align-content: baseline;
    padding-left: 0px;
  }
  .header .menu-item {
    display: block;
    line-height: 1;
    padding-inline: 0;
  }
  .header .menu-link {
    justify-content: space-between;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-inline: 1.25rem;
  }
  .header .menu-link > i.bx {
    margin-left: 0.5rem;
    transform: rotate(0deg);
  }
}

.header .submenu {
  position: absolute;

  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 2px solid var(--pink-400);
  background-color: var(--white-100);
  box-shadow: var(--shadow-medium);

  transition: all 0.25s ease-in-out;
}
.header .darkmode .submenu {
  border-top: 2px solid var(--pink-300);
  background-color: var(--night-300);
}
.header .submenu-inner {
  flex: 0 0 25%;
  padding: 0 1rem;
}
.header .submenu-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: var(--pink-500);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.header .darkmode .submenu-title {
  color: var(--pink-300);
}
.header .submenu-item {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.header .submenu-link {
display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  padding: 8px 0;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--black-300);
  transition: all 0.25s ease-in-out;
  font-family: "Darker Grotesque", sans-serif;
}
.header .darkmode .submenu-link {
  color: var(--white-100);
}
.header .submenu-image {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0.5rem;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .header .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    box-shadow: none;
    transform: translateX(0%);
  }
  .header .submenu.is-active {
    display: block;
  }
  .header .submenu-inner {
    flex: 0 0 100%;
    padding: 0rem;
  }
  .header .submenu-list {
    margin-bottom: 1rem;
  }
  .header .submenu-link {
    display: block;
  }
  .header .submenu-image {
    margin-top: 0;
  }
}

.header .megamenu {
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: translateX(-50%);
}
.header .megamenu-column-1 {
  left: 65%;
  max-width: 15rem;
  width: 100%;
  height: auto;
}
.header .megamenu-column-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 62rem;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .header .megamenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
}

.header .switch {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  margin-right: 0.5rem;
}
.header .switch-light, .switch-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.header .switch-light {
  font-size: 1.3rem;
  visibility: visible;
  color: var(--black-300);
}
.header .darkmode .switch-light {
  font-size: 0rem;
  visibility: hidden;
}
.header .switch-dark {
  font-size: 0rem;
  visibility: hidden;
  color: var(--white-100);
}
.header .darkmode .switch-dark {
  font-size: 1.3rem;
  visibility: visible;
}

.header .overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .header .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.header .burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.6rem;
  height: 1rem;
  margin-right: 1rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
@media only screen and (max-width: 992px) {
	.header img{max-width:125px;}
  .header .burger {
    opacity: 1;
    visibility: visible;
  }
}

.header .burger-line {
  position: absolute;
  display: block; 
  left: 0;
  width: 100%;
  height: 2px; 
  opacity: 1;
  border-radius: 1rem;
  background: #fff;
}

.header .darkmode .burger-line {
  background: var(--white-100);
}
.header .burger-line:nth-child(1) {
  top: 0px;
}
.header .burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.header .burger-line:nth-child(3) {
  top: 1rem;
}

@media only screen and (max-width: 768px) {
	.header .menu-link{color:#000;}
	.headerprimary .banner-section-details1 {
  display: none;
}
	.partner-logo-grid .image-list-card .img-list {
  width: 100%;
}
	.t1teaserprimary .teaser-wrapper {
  height: 344px;
}
	.rm1imagegallery .masonry-imageonly.col3 .item img{width:100%; height:auto;}
	.item.w1:last-child {
  grid-column: initial;
}
	.sidelisticons .list-items-icons .welgbox p {
  
  line-height: 20px;
}
	.large-container, .small-container{}
	.header .submenu-list .menu-link {
  color: #000;
  justify-content: flex-start;
  display: block;
  line-height: 23px;
}
	.generalmessaging4 .value{margin-bottom:0px;}
	.generalmessaging2 .description {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
}
	.responsive-table table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
      display: block;
    }

    .responsive-table thead {
      display: none;
    }

    .responsive-table tr {
      margin-bottom: 1rem;
      border: none;
      padding: 10px;
    }

    .responsive-table td {
      text-align: left;
      padding-left: 10px;
      position: relative;
    }
	.redtab .table-bordered td{font-size: 16px; display: flex;}
    .responsive-table td::before {
     content: attr(data-label);
    left: 10px;
    top: 10px;
    font-weight: bold;
    white-space: wrap;
    width: 47%;
    display: inline-block;
    margin-right: 10px; vertical-align: middle; font-size: 16px;
    line-height: 19px;
    }
	.headerprimary .eyebrow-text-description {
  padding-bottom: 0px; font-size:27px !important;
  width: 100%;
}
.headerprimary .heading-text-description { font-size:40px !important;}
	.headerprimary .primary-header-main {
  padding: 90px 0;
  width: 100%;
}
	.generalmessaging2 h2 {
  font-size: 38px;
  line-height: 37px;
  margin-bottom: 29px;
}

/*KP CHange*/

.generalmessaging2 .image .frame img {
  width: 150px !important;
  height: 142px !important;}
  
  .generalmessaging2 .description {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  text-align: justify;
}
.generalmessaging2 .information b {
  font-size: 23px !important; color:#003470 !important;}
  
 .why-should-attend .cmp-teaser2-general{padding: 20px 5px !important;}
 .why-should-attend ul.highlight-whyshould {padding-left: 10px !important;}
.why-should-attend ul.highlight-whyshould li {font-size: 18px !important; margin-bottom: 15px !important;}
.slick-initialized .slick-slide{height:auto;}
	#close{opacity: 1;}
	.lightbox-container .left {
  left: 15px;
    top: 50%;
    margin-top: -50px;
}
	.lightbox-container .right {
  right: -31px;
  top: 50%;
  margin-top: -50px;
}
}

.btn.btn-primary {
    /* background: #faaC1D; */
    background: #00346f; color:#FFFFFF;
    border: 2px solid transparent;
	font-size: 21px;
    font-weight: 700;
    /* letter-spacing: 3px; */
    padding: 10px 18px;
    line-height: 1.33;
    border-radius: 3px;
    border: 0;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}
.btn-primary:hover {
    background: #d3004e;
    color: #fff;
}
.btn-border:hover {
    background: #ff0763;
    border: 2px solid transparent;
    color: #fff;
}