@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*font-family: "Poppins", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*font-family: "Playfair Display", serif;*/
@font-face {
  font-family: "GillSansInfantStdRegular";
  src: url("../fonts/GillSansInfantStdRegular.eot");
  src: url("../fonts/GillSansInfantStdRegular.eot") format("embedded-opentype"),
    url("../fonts/GillSansInfantStdRegular.woff2") format("woff2"),
    url("../fonts/GillSansInfantStdRegular.woff") format("woff"),
    url("../fonts/GillSansInfantStdRegular.ttf") format("truetype"),
    url("../fonts/GillSansInfantStdRegular.svg#GillSansInfantStdRegular")
      format("svg");
}
:root {
  --font-poppins: "Poppins", sans-serif;
  --font-playfair: "Playfair Display", serif;
  --font-gill: "GillSansInfantStdRegular", sans-serif;
  --bg-green: #57ad33;
  --bg-orange: #ef621a;
  --text-green: #6ebe44;
  --text-orange: #f7902b;
  --text-red: #ed541b;
  --blue-bg: #005296;
  --bg-grey: #efefef;
  --bg-light-grey: #f4f4f4;
  --bg-orange: #ee561b;
  --text-blue: #0033cc;
}
body {
  font-family: var(--font-poppins);
  color: var(--bs-body-color);
}
section{
	overflow-x: clip;
}
ol, ul {
	padding-left: 1rem;
}
.exhibitors-list-mnu ol{
	padding-left: 1.8rem;
}
.topbar-outr {
  background: var(--bg-green);
}
.topbar-inr {
  padding-block: 0.3rem;
}
.topbar-logo a img {
  height: 50px;
}
.topbar-logo a {
  display: inline-block;
}
.topbar-inr h4 {
  font-family: var(--font-poppins);
  font-weight: 400;
  color: var(--bs-body-bg);
}
.logo {
  font-family: var(--font-playfair);
  font-size: 1.5rem;
}
.logo img {
  max-height: 100px;
}
.logo h2 {
  font-weight: 400;
}
.menu li a.nav-link {
  font-family: var(--font-gill);
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--bs-body-color);
  position: relative;
  overflow: hidden;
  padding-inline: 0px !important;
  
}
.menu li a.nav-link:hover,
.menu li.active a.nav-link {
  color: var(--text-red);
}
.menu > li.nav-item > .nav-link::before {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--bg-green);
  left: -100%;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.menu > li:hover > a.nav-link::before,
.menu > li.active > a.nav-link::before {
  left: 0;
}


.query-content i {
  background: var(--bs-body-bg);
  height: 33px;
  width: 33px;
  display: inline-block;
  vertical-align: middle;
  line-height: 33px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bg-green);
}
.query-content {
  color: var(--bs-body-bg);
  font-size: 1.1rem;
}
.header-outr.fixed .topbar-inr ul {
  position: absolute;
  right: 220px;
  z-index: 9;
  top: 12px;
}
.header-outr.fixed .topbar-inr ul li a {
  color: var(--bg-orange);
}
.query-content:hover {
  color: var(--bs-body-color) !important;
}
.query-content:hover i {
  color: var(--bs-body-color) !important;
}
.topbar-inr ul li:not(:first-child) {
  margin-inline-start: 0.5rem;
}
.header-outr.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 5px 5px #f2f2f2;
}
.menu-bar .container::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 52%;
  height: 100%;
  background-image: url("../images/menu-bg.jpg");
  top: -8px;
  z-index: -1;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 20px;
}
.swiper-button-prev,
.swiper-button-next {
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--bs-body-bg);
}
.swiper-slide-caption h2 {
  font-family: var(--font-playfair);
  color: var(--bs-body-bg);
}
.swiper-slide-caption h2 .green-txt {
  color: var(--text-green);
}
.swiper-slide-caption h2 .orange-txt {
  color: var(--text-orange);
}
.swiper-slide-caption h4 {
  font-family: var(--font-gill);
  font-size: 1.5rem;
  color: var(--bs-body-bg);
  margin-top: 1rem;
}
.section-heading h2 {
  font-family: var(--font-playfair);
  font-size: 2.5rem;
  color: var(--bs-body-color);
  font-weight: 400;
}
.heading-dash {
  width: 40px;
  height: 2px;
  background: var(--bs-emphasis-color);
  display: inline-block;
}
.heading-circle {
  width: 12px;
  height: 12px;
  background: var(--bs-emphasis-color);
  border-radius: 50%;
  display: inline-block;
}
.lattest-event-txt-col h3 {
  font-family: var(--font-poppins);
  font-size: 1.5rem;
  color: var(--text-red);
  font-weight: 400;
}
.lattest-event-txt-col p {
  line-height: 2;
}
.lattest-mnu li span {
  color: var(--text-red);
}
.btn-green {
  border-color: var(--bs-body-color);
  color: var(--text-green);
  background: var(--bs-body-bg);
  min-width: 5rem;
  font-size: 1rem;
  font-weight: 500;
}
.btn-green:hover {
  background: var(--bg-green);
  color: var(--bs-body-bg);
}
.lattest-event-txt-col p {
  font-size: 1.1rem;
}
.event-img-col-inr {
  border: 1px solid var(--blue-bg);
}
.lattest-row {
  margin-block-start: min(2rem, 5vw);
}
.lattest-event-outr .container {
  padding-block: 2rem;
}
.past-event-outr {
  background: var(--bg-grey);
}
.past-event-outr .container {
  padding-block: 1.5rem;
}
.past-event-card-txt {
  background: var(--bs-body-bg);
  padding-bottom: 2.5rem !important;
  padding-top: 2rem !important;
}

.index-past-event:before {
  content: "";
  position: absolute;
  inset-block-start: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../images/past-bor.png") repeat-x;
}
.index-past-event:after {
  content: "";
  position: absolute;
  inset-block-end: -19px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../images/past-bor.png") repeat-x;
  transform: rotate(180deg);
}
.about-organiser-pg {
  padding-block: min(2rem, 5vw) min(2rem, 6vw);
  max-width: 1200px;
  margin: 0 auto;
}
.gallery-slidr-outr .owl-carouselgallery .item img {
  height: 284px;
  width: 100%;
  object-fit: cover;
}
.about-outr .container {
  padding-block: 2rem;
}
.past-event-card-txt a {
  color: var(--text-blue);
}
.past-event-card-txt a:hover {
  color: var(--text-red);
}
.footer-top {
  border-top: 1px solid var(--bs-body-color);
}
.footer-menu li a {
  color: var(--bs-body-color);
  font-size: 1.1rem;
}
.footer-menu li {
  position: relative;
}
.footer-inr li + li {
  margin-inline-start: 5px;
}
.footer-inr li + li::before {
  content: "|";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-menu li a:hover {
  color: var(--text-red);
}
.footer-menu li.active a {
  color: var(--text-red);
}
.footer-bottom {
  background: var(--bg-orange);
}
.footer-bottom-inr {
  padding-block: min(2rem, 2vw) min(1.5rem, 2vw);
}
.footer-bottom-inr p {
  color: var(--bs-body-bg);
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.page-banner-caption h2 {
  font-family: var(--font-playfair);
  color: var(--bs-body-bg);
  font-size: calc(1.5rem + 1.5vw);
}
.page-banner-caption {
  position: relative;
  padding-block-end: 1rem;
  margin-block-end: 4px;
}
.page-banner-caption::before {
  content: "";
  position: absolute;
  inset-block-end: -4px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background: var(--bs-body-bg);
  height: 4px;
  width: 100px;
}
.swiper-slide-caption h2 {
  font-size: calc(2.5rem + 1.5vw);
}
.swiper-slide-caption h4 {
  font-size: calc(1.1rem + 1vw);
}
.section-heading h2 {
  font-size: calc(1.5rem + 1vw);
}
.lattest-event-txt-col h3 {
  font-size: calc(1rem + 1vw);
}
.lattest-mnu li {
  font-size: calc(0.8rem + 0.5vw);
}
.gettouch-box i {
  background: var(--bg-orange);
  height: 100%;
  width: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  color: var(--bs-body-bg);
  position: absolute;
  top: 0;
  left: 0;
}
.gettouch-box {
  gap: 20px;
  background: var(--bs-body-bg);
  height: 100%;
  padding: 1rem 1em 1rem 3.1rem;
  position: relative;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.gettouch-map-col iframe {
  width: 100%;
  height: 100%;
}
.gettouch-outr .container {
  padding-block: min(2rem, 5vw);
}
.gettouch-box ul li a {
  color: var(--bs-body-color);
  font-size: 1.1rem;
}
.gettouch-box ul li a:hover {
  color: var(--bg-green);
}
.gettouch-box-txt p {
  font-size: 1.1rem;
}
.gettouch-map-outr {
  height: 100%;
  border: 1px solid var(--blue-bg);
}
.gettouch-outr {
  margin-top: 0px;
}
.feedback-form-outr .container {
  padding-block: min(2rem, 5vw) min(3rem, 6vw);
}
.feedback-form-outr textarea {
  resize: none;
}
.event-img-col-inr {
  position: relative;
  
}
.event-img-col-inr:before {
  content: "";
  background: url("../images/about-bg.jpg") no-repeat;
  width: 937px;
  height: 580px;
  position: absolute;
  right: -30px;
  z-index: -1;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
.past-event-card img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.past-event-card-txt p {
  font-size: 1.1rem;
}
.gettouch-box-txt h5 {
  font-weight: 600;
  color: var(--bg-orange);
}
.swiper-slide .slider-img{
  aspect-ratio: 2.85 / 1;
}
.swiper-slide .slider-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header-outr.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8);
  /* color: var(--white); */
  box-shadow: 0px 0px 10px #000;
  animation: smoothScroll 2s forwards; 
  -webkit-animation: smoothScroll 2s forwards; 
  -moz-animation: smoothScroll 2s forwards; 
}
.header-outr.fixed .navbar-brand img {
  height: 60px;
}
.header-outr .navbar-brand img {
  height: 102px;
  transition: all 0.5s ease-in-out 0s;
}

.header-outr.fixed .menu-bar .container::before {
  opacity: 0;
}
.header-outr.fixed .navbar-brand h2 {
  font-size: 1.5rem;
}
.topbar-inr {
  position: relative;
}

.header-outr.fixed .topbar-inr a img {
  height: 35px;
}
.header-outr.fixed .topbar-outr {
  height: 0px;
}
.header-outr.fixed .navbar {
  padding-block: 0.1rem;
}
.header-outr.fixed .nav-link {
  padding-block: 0.3rem;
}
.comitee-box-outr {
  background: var(--bs-body-bg);
  height: 100%;
}
.comitee-box-outr .comitee-box-icon i {
  border: 5px solid #666;
  background: var(--bs-body-bg);
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
}
.comitee-box-icon {
  margin-block-start: -60px;
}
.event-point-outr .accordion-button:focus {
  box-shadow: 0px 0px 0px !important;
}
.comitee-box-outr a {
  color: var(--bs-body-color);
}
.comitee-box-outr a:hover {
  color: var(--bg-orange);
}
.event-point-outr .accordion-button:not(.collapsed) {
  background: var(--bg-orange);
  color: var(--bs-body-bg);
}
.event-point-outr .accordion-button:not(.collapsed):after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.event-point-outr .accordion-item {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  border: 0 none;
}
.event-point-outr .accordion-button.collapsed {
  color: var(--bg-orange);
}
.event-point-outr .accordion-button.collapsed:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ee561b' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.upi-col div img {
  width: 150px;
}
.file {
  visibility: hidden;
  position: absolute;
}
.form-group {
  margin-bottom: 1rem;
}
.bank-content {
  background: #f5f5f5;
  height: 100%;
  padding: 10px;
}
.bank-content ul li:not(:first-child) {
  margin-top: 5px;
}
.input-group-prepend .input-group-text {
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-group-append .input-group-text {
  height: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-group-append .btn-green,
.event-box-text-outr .btn-green {
  min-width: auto;
  line-height: inherit;
  font-size: inherit;
  height: auto;
}
.contact-form textarea {
  resize: none;
}
.event-box-text-outr {
  background: var(--bs-body-bg);
}
.event-box-outr {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.event-box-outr h6 {
  color: var(--bg-orange);
  font-size: 0.9rem;
}
.event-box-outr h4,
.event-box-outr h5 {
  font-weight: 300;
  color: var(--bs-body-color);
}

.event-box-outr h4 {
  font-size: 1rem;
}
.event-box-outr h5{
	margin-inline-end:0.8rem;
}

.event-box-pic-outr {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-inline: -1rem;
  text-align:center;
}
.event-box-pic-outr img {
  height: 100%;
  width: auto;
}
.event-box-pic-outr{
   text-align: center
}
.event-box-outr .event-box-pic-outr img {
  transition: all 0.5s ease-in-out 0s;
}
.event-box-outr:hover .event-box-pic-outr img {
  transform: scale(1.2, 1.2);
}
.event-box-outr:hover .btn-green {
  background: var(--bg-green);
  color: var(--bs-body-bg);
}
.page-banner-outr {
  aspect-ratio: 4 / 1;
}
.page-banner-outr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-detail-outr h2 {
  color: var(--bg-orange);
  text-align: justify;
}
.event-detail-header {
  border-bottom: 2px solid var(--bg-orange);
  padding-block-end: 0.5rem;
}
.event-detail-header h4,
.event-detail-about-outr h4 {
  color: var(--bg-orange);
}
.event-detail-about-outr .gallery-slidr-outr .owl-nav button {
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
.event-detail-about-outr .gallery-slidr-outr .owl-nav {
  margin: 0px;
}
.event-detail-about-outr .gallery-slidr-outr .owl-nav .owl-prev {
  left: -40px;
}
.event-detail-about-outr .gallery-slidr-outr .owl-nav .owl-next {
  right: -40px;
}
.event-detail-about-outr .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: var(--bg-orange);
  text-decoration: none;
}
.gallery-slidr-outr .item a .gallery-pic {
  aspect-ratio: 1 / 0.8;
}
.gallery-slidr-outr .item a .gallery-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.event-detail-about-outr .gallery-slidr-outr .item a .gallery-pic img {
  aspect-ratio: 1 / 0.8;
}
.event-detail-about-outr .gallery-slidr-outr .item a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sponsorshipbody .table thead tr th {
  background: #6ebd42;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
}
.sponsorshipbody .table tbody tr:nth-child(2n + 1) td {
  background: #f88c2e;
  color: var(--bs-body-bg);
}
.event-box-col a {
  height: 100%;
  display: block;
}
.event-box-outr {
  height: 100%;
  background: var(--bs-body-bg);
}
.query-content a:hover {
  color: var(--bg-orange);
}

.about-page-outr .container {
  padding-block-end: min(2rem, 4vw);
}
.organiser-sec-outr .comitee-box-outr {
  background: var(--bg-light-grey);
}
.about-photo-outr .gallery-pic {
  height: 255px;
  overflow: hidden;
  border: 1px solid #999;
  position: relative;
}
.about-photo-outr .gallery-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.post-img-detail {
  position: absolute;
  left: -100%;
  right: auto;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  width: 100%;
  text-align: center;
}
.fancybox::before {
  background: var(--bg-orange) none repeat scroll 0 0 !important;
  color: #fff;
  content: "";
  font-family: FontAwesome;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 0.6rem;
  position: absolute;
  top: -100%;
  z-index: 999;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.fancybox .gallery-pic .post-img-detail {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.fancybox:hover .gallery-pic .post-img-detail {
  opacity: 1;
  left: 0;
}
.fancybox {
  position: relative;
  overflow: hidden;
  display: block;
}
.fancybox:hover::before {
  top: 50%;
  transform: translateY(-50%);
}
.event-detail-content {
  margin-block-start: -80px;
  background: var(--bg-grey);
  padding: 1rem;
}
.about-photo-outr .container {
  padding-block-end: min(1rem, 2vw);
}
.topbar-inr ul li a {
  color: var(--bs-body-bg);
}
.header-outr.fixed .topbar-logo a img {
  height: 40px;
}
.footer-menu{
	flex-wrap: wrap;
}
.owl-carouselpast{
	margin-block: 1rem 1.5rem;
}
.contact-form-body-header h6 a:hover{
	color: var(--text-red);
}
.event-detail-about-outr a:hover{
	color: var(--text-red);
}


@media (min-width: 992px) {
  .menu {
    margin-inline-end: -1rem;
  }
  .offcanvas-body {
    margin-block-start: 35px;
  }
  .header-outr.fixed .offcanvas-body {
    margin-block-start: 35px;
  }
  .topbar-logo {
    right: 0.7rem !important;
  }
  .menu > li + li::before {
  content: "|";
  position: absolute;
  left: -4px;
  top: 12px;
}
.header-outr.fixed .menu > li + li::before {
  top: 10px;
}
.menu > li {
  padding-inline: 1rem;
  position: relative;
}
.menu li a.nav-link{
	padding-block-end: 4px;
}
.event-img-col-inr {

  margin-inline-end: 30px;
}
.header-outr.fixed .navbar {
	padding-block-end: 0rem;
}
}
