body {
  font-family: 'Inter Regular';
  color: #444;
}

a {
  color: #000;
  text-decoration: none
}


button {
  color: #fff
}

.btn-primary {
  color: #fff !important;
  background-color: #077367 !important;
  border-color: #077367 !important;
}

.background-white {
  padding: 7px 0;
}

marquee {
  font-family: 'Inter Medium';
  font-size: 15px;
  color: #fff;
}

.main_top1 {
  background: #A58255;
  padding: 3px 0px;
}

.event-mail {

  color: #fff;
}

.btn-anchor {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Forma DJR Display Medium';
  letter-spacing: 1.5px;

}

.sponsors-img2 {
  margin-left: 45px;
  width: 180px;
  height: auto;
}

.sponsors-img6 {
  width: 155px;
  height: auto;
  margin-left: 25px;
}

.sponsors-img3,
.sponsors-img4,
.sponsors-img5 {
  width: 100px;
  height: auto;
  margin-left: 45px;
}

.sp-img-wid {
  width: 250px;
  height: auto;
}

.anchor-text {
  color: #004740;
  text-decoration: underline;
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #007367;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all .4s
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0
}

.back-to-top:hover {
  background: #2f9d90;
  color: #fff
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #077367;
  border-top-color: #e2e5fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}

#header {
  background: #fff;
  transition: all .5s;
  z-index: 997;
  padding: 2px 0;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  ;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Forma DJR Display Regular'
}

#header .logo a {
  color: #2d405f
}

.gitamlogo img {
  width: 157px
}

.inrasslogo img {
  width: 100px
}

#header .logo img {
  max-height: 59px
}

.mobile-img {
  display: none
}

.navbar {
  padding: 0
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.navbar li {
  position: relative
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #2d405f;
  white-space: nowrap;
  transition: .3s;
  letter-spacing: 1.3;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a {
  color: #004740
}

.mobile-nav-toggle {
  color: #004740;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: .5s;
  background: #fff;
  border: none;
}

.mobile-nav-toggle.bi-x {
  color: #fff
}

.box-inner {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
}


@media (min-width: 1200px) and (max-width: 1399px) {
  .inrasslogo img {
    width: 85px;
  }

  .gitamlogo img {
    width: 135px;
  }

  .navbar a,
  .navbar a:focus {
    padding: 10px 0 10px 20px;
    font-size: 12px;
  }


}

@media (min-width: 992px) and (max-width: 1199px) {
  .inrasslogo img {
    width: 75px;
  }

  .gitamlogo img {
    width: 125px;
  }

  .navbar a,
  .navbar a:focus {
    padding: 10px 0 10px 12px;
    font-size: 12px;
  }

  header .container {
    max-width: 1050px;
  }
}

@media (max-width:991px) {
  .mobile-nav-toggle {
    display: block
  }

  .navbar ul {
    display: none
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 41, 60, .9);
  transition: .3s;
  z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: .3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2d405f
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  color: #94b33d
}

#hero {
  width: 100%;
  background: #fff;
  text-align: center
}

#hero .container {
  padding-top: 70px
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #141d2b;
  width: 60%;
  color: #2d405f
}

#hero h2 {
  color: #466393;
  margin: 15px 0 0 0;
  font-size: 24px;
  color: #2d405f
}

#hero .hero-img {
  max-width: 60%;
  margin-top: 40px
}

@media (max-width:992px) {
  #hero h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px
  }

  #hero .hero-img {
    max-width: 90%
  }
}

.read-more {
  color: #168383;
  font-size: 1.199rem;
}

.read-more i {
  font-size: 33px;
}

.read-more:hover {
  color: #A58255;
}

section {
  padding: 60px 0;
  overflow: hidden
}

.section-bg {
  background-color: #f6f8fb
}

.section-title {
  text-align: center
}

.section-title h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #004740
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #8bcbb7;
  bottom: 0;
  left: calc(50% - 25px)
}

.section-title p {
  margin-bottom: 0
}

.left_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  text-align: justify
}

.about .content {
  padding: 30px
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px
}

.about .content p {
  margin-bottom: 30px;
  text-align: justify
}

.h-profile {
  height: auto;
}

.section-header {
  margin-bottom: 20px;
}

@media (max-width:768px) {
  .about {
    text-align: center
  }
}

@media (min-width: 992px) {
  .c-patrons-w {
    width: 61%;
  }

  .patrons-w {
    width: 39%;
  }

  .patrons-col1 {
    width: 33%;
  }

  .patrons-col2 {
    width: 34%;
  }

  .patrons-col3 {
    width: 33%;
  }

  .patrons-col4 {
    width: 50%;
  }

  .patrons-col5 {
    width: 50%;
  }

}

.registration-btn {
  color: #004740;
}

.sub-header {
  font-size: 18px;
}

.profile img {
  border-radius: 15px;
  width: 145px;
}

.speakers .profile img {
  width: 250px;


}

.speakers .profile_content {

  margin-top: 20px;

}

.profile_content p {
  font-size: 14px;
  margin-bottom: 0px;
  /* font-weight: 600 */
}

.profile-name {
  font-size: 16px !important;
  margin-bottom: 0px;
  color: #000;
  font-weight: 600;
}

/* .profile_content {
  margin-left: 20px
} */

.card {
  padding: 15px;
  border: none;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.card h2 {
  color: #94b33d;
  font-size: 20px
}

.contact ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #94b33d
}

.contact p {
  margin-bottom: 0
}

.contact ul li {
  list-style-type: none
}

.table_section {
  margin-top: 30px
}

.table td {
  color: #464646;
  font-size: 13px;
  padding: 6px 10px
}

.list_icons {
  list-style: none;
  padding-left: 0
}

.list_icons li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-bottom: 10px
}

.list_icons li:before {
  content: "\F26E";
  font-family: bootstrap-icons;
  position: absolute;
  left: -11px;
  top: -6px;
  font-size: 23px;
  font-weight: 600;
  color: #004740
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.contact .list_icons img {
  width: 100px
}

.contact .mr-3 {
  margin-left: 30px
}

#footer {
  color: #fff;
  font-size: 14px;
  background: #004740;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #2d405f
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Forma DJR Display Regular';
  color: #4e6fa4
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #2d405f;
  position: relative;
  padding-bottom: 12px
}

.text-flex {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.sa-timeline {
  width: 100%;
  padding: 60px 0;
  position: relative
}

.green_bg {
  background-color: #007367
}

.timeline {
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 0;
  column-gap: 22px;
  margin: 0
}

.timeline li {
  margin-top: 20px
}

.register_button {
  position: fixed;
  right: 55px;
  top: 35%;
  z-index: 9999;
  text-align: center;
  line-height: initial;
  width: auto;
  color: #fff;
  background-color: #004740;
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  height: 56px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  transform: rotate(-90deg);
  transform-origin: right top
}

.register_button:hover {
  color: #fff
}

.img_height {
  margin-top: 58px
}

@media only screen and (max-width:992px) {
  .gitamlogo img {
    width: 100px
  }

  .about .content {
    padding: 30px 15px
  }

  .p-5 {
    padding: 1rem !important
  }

  .mobile-img {
    display: block
  }

  #header .logo img {
    max-height: 36px
  }
}

.reg-wid {
  width: 80%;
}

.qr-scan-wid {
  width: 20%;
}

@media only screen and (min-width:767px) and (max-width:991px) {
  .timeline {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 0;
    column-gap: 22px;
    margin: 0
  }
}

@media (max-width:768px) {
  #about_gitam p {
    min-height: 197px
  }

  #Committees .col-lg-3,
  #Committees .col-lg-4,
  #speakers .col-md-6 {
    display: block !important
  }



  .about .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px
  }

  .section-title h2 {
    font-size: 20px
  }

  .timeline {
    display: block;
    column-gap: 0
  }

  .register_button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 93%;
    z-index: 9999;
    text-align: center;
    line-height: initial;
    width: 100%;
    color: #fff;
    background-color: #004740;
    font-size: 1.125rem;
    padding: 0 1.5625rem;
    height: 56px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transform: rotate(0);
    transform-origin: right top;
    text-transform: uppercase
  }

  .back-to-top {
    bottom: 52px
  }

  #footer .py-4 {
    padding-top: 0 !important
  }

  .text-flex {
    padding-left: 0
  }


}

.committees ul {
  list-style: none
}

.box-container {
  border-radius: 5px;
  transition: all .3s ease-in-out;
  padding: 25px 30px
}

p {
  font-size: 14px;
  line-height: 25px
}

#about p,
.yell_bg p {
  text-align: justify
}

.w-150 {
  width: 150px !important
}

.w-200 {
  width: 200px !important
}

.count-box {
  padding: 24px 30px 30px 23px;
  width: 100%;
  position: relative;
  text-align: left;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 20px;
  border-left: 3px solid #007367
}

.count-box h6 {
  font-size: 17px;
  color: #007367
}

.count-box p {
  margin-bottom: 0
}

.yell_bg {
  background-image: url("../../assets/img/about-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.aboout-conf-title {
  color: #F4E4C9;
}

.hr {
  border: 1px solid #F4E4C9;
  width: 620px;
  margin-bottom: 25px;
}

.mobile-banner {
  display: none
}

@media (min-width:768px) {
  .desktop-banner {
    display: block
  }

  .mobile-banner {
    display: none
  }
}

.grey_bg {
  background-color: #eaedf1
}

.light-grey_bg {
  background-color: #f6f8fb;
}

#Committees .col-lg-3,
#Committees .col-lg-4 {
  display: flex
}

#register table tr th {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}

#extra-content {
  display: none;
}

.btn-read-more {
  color: #F4E4C9;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
}

.btn-read-more:hover {
  color: #e1cdab;
}

li {
  font-size: 15px;
  line-height: 2.3
}

p {
  font-size: 16px
}

.left-border {
  border-left: 1px solid #cbcbcb;
  height: 295px;
  padding-left: 2px;
}

.strip p {
  margin-bottom: 0
}

.strip p a {
  color: #007367
}

#about_gitam p {
  text-align: justify
}

.profile img.w-150 {
  width: 150px !important;
}

.contact-icon {
  text-align: center;
  font-size: 22px;
}

.contact-info {
  width: 500px !important;
  text-align: center;
}

.mail-contact-icon {
  text-align: center;
  font-size: 27px;
}

@media screen and (max-width:450px) {
  .profile img.w-150 {
    width: 240px !important;
  }

  .margin-top-sm {
    margin-top: 10px;
  }

}

@media (min-width:450px) {


  .box-inner {
    margin-top: 10px !important;
  }

  .small-textalign {
    text-align: center !important;
  }
}

@media (max-width:450px) {

  .small-textalign {
    text-align: center !important;
  }
}

/* General Section */
.committes {
  background-color: #f4e1c4;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.section-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #6b4e2e;
}

/* Important Dates */
/* .dates-grid {
 display: flex;
  justify-content: space-around; 
  gap: 30px 60px;
 max-width: 700px; 
  margin: 0 auto;
} */

iframe {
  min-height: 300px;
}

.contact-details i,
.contact-details img {
  background: #077367;
  padding: 10px;
  border-radius: 23px;
  color: #fff;
  margin-right: 10px;
}

.map-icon {
  width: 35px;
  height: auto;
}

.date-item {
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #6b4e2e;
  width: 220px;
}

.date-item h4 {
  font-size: 16px;
  /* font-weight: bold; */
  color: #006b5c;
  margin-bottom: 5px;
}

.date-item p {
  margin: 0;
  font-size: 14px;
  color: #000;
}


.table {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.table th {
  background: #fafafa;
  font-weight: bold;
  font-size: 14px;
}

.table td {
  font-size: 14px;
}

.Registration {

  background-color: #fbf4e9;
}

.timeline {
  align-items: center;
  gap: 15px;
}

.date-item {
  width: fit-content;
  padding: 20px;
  border: 1px solid #007269;
  border-radius: 12px;
  background: #fafafa;
  transition: transform 0.3s;
}

.reg-item {
  /* min-width: 200px; */
  padding: 18px;
  border: 1px solid #007269;
  border-radius: 12px;
  background: #fafafa;
  transition: transform 0.3s;
  text-align: center;
  align-content: center;
  width: 100%;
}

.reg-item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #006b5c;
  margin-bottom: 5px;
}

.reg-item p {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.register_link {
  color: #006b5c;
  text-decoration: underline;
  font-size: 20px;
}

.arrow {
  font-size: 28px;
  color: #007269;
  font-weight: bold;
}

.important-dates {

  background-color: #F4E4C9;
}

/* Responsive */
@media (max-width: 768px) {
  .dates-grid {
    grid-template-columns: 1fr;
  }
}




.tracks-section .intro-text {
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
}

/* Common box styles */
.track-box {
  border: 2px solid #008060;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: left;
  background: #fff;
  height: 100%;
}

.track-box h5 {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.track-subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.track-subtitle.brown {
  color: #A58255;
}

.mid-track {
  color: #fff !important;
}

.track-subtitle.light {
  color: #F4E4C9;

}

/* Filled card style (Track 2) */
.track-box.filled {
  background: #006b5c;
  color: #fff;
  border: none;
}

.track-box.filled ul li {
  color: #fff;
}

/* List styling */
.track-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.track-box ul li {
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
  color: #006b5c;
}

.track-box ul li::before {
  content: "•";
  color: #006b5c;
  position: absolute;
  left: 0;
}

.track-box.filled ul li::before {
  color: #fff;
}

.bg_grey {
  background: #f1f1f1;
}

/* Section Background */
/* #Committees {
  background: url("assets/img/about-bg.png") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
} */

/* Section Title */
#Committees .section-title h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  color: #444;
}

/* Tabs (Nav Pills) */
#Committees .nav-pills .nav-link {
  border-radius: 30px;
  padding: 4px 10px;
  margin: 4px;
  color: #444;
  background: #f6f6f6;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid #ddd;
  font-size: 13px;
}

#Committees .nav-pills .nav-link:hover {
  background: #377871;
  color: #fff;
}

#Committees .nav-pills .nav-link.active {
  background: #077367;
  color: #fff;
  border-color: #077367;
}

/* Count Box (Each Member Card) */
#Committees .count-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  /* text-align: center; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
  align-content: center;
}

#Committees .count-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

#Committees .count-box h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #222;
}

#Committees .count-box p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.bg-light-green {
  background: #edfff9 !important;
}

/* Scrollable Nav Tabs */
#Committees .nav-pills {
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd #f6f6f6;
}

#Committees .nav-pills::-webkit-scrollbar {
  height: 6px;
  /* Horizontal scrollbar size */
}

#Committees .nav-pills::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px;
}

#Committees .nav-pills::-webkit-scrollbar-thumb {
  background: #f1c40f;
  border-radius: 10px;
}

#Committees .nav-pills .nav-link {
  flex: 0 0 auto;
  /* Prevent shrinking */
  margin-right: 10px;
}

.slick-prev {
  left: 45% !important;
}

.slick-prev,
.slick-next {
  top: 130% !important;
  width: 40px !important;
  height: 40px !important;
}

.slick-slide {
  margin: 10px;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff !important;
  border-radius: 16px !important;
}

.slick-prev::before,
.slick-next::before {
  color: #077367 !important;
  font-size: 30px !important;
  opacity: 1 !important;
}

.slick-next {
  right: 48% !important;
}