body {
  font-family: 'Inter Regular';
  color: #444;
  font-size: 15px;

}

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

a,
button {
  color: #fff
}



.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 #94b33d;
  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
}

#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 30px;

  font-size: 14px;
  font-weight: 500;
  color: #2d405f;
  white-space: nowrap;
  transition: .3s
}

.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
}

.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 (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%
  }
}

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

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

.section-title {
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  /* color: #007367; */
  color: #a58255;
  font-family: 'Forma DJR Display Medium';
  letter-spacing: 1.5px;
}


.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
}

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

.profile img {
  width: 95px
}

.profile_content h3 {
  font-size: 16px;
  /* font-weight: 600 */
}

.profile_content {
  margin-left: 20px
}

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

.card-header {
  font-size: 18px;
  color: #a58255;
  font-family: 'Inter Medium';
  border-bottom: 1px solid #f4e4c9;
}

.card-title {
  line-height: 1.5;
  color: #a58255;

}

b {
  font-family: 'Inter Medium';
  font-weight: 500;
}

.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;
  vertical-align: middle;
  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
  }
}

@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
  }

  #Venue .d-flex {
    display: block !important;
    text-align: center
  }

  .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-color: #f4e4c9
}

.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: 400;
}

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

p {
  font-size: 15px
}

.strip p {
  margin-bottom: 0
}

.strip p a {
  color: #007367
}

#about_gitam p {
  text-align: justify
}

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

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

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;

  padding: 10px 10px 10px 20px;
  white-space: nowrap;
  border-right: none;
  background-color: #a58255 !important;
  color: #fff;
}

table tbody tr td:first-child {
  white-space: nowrap;
}