* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: 'AvenirLTStd';
  /* font-family: "Publico"; */
}

body {
  margin: 0%;
  padding: 0;
  width: 100%;
  overflow-x: hidden !important;
}

body .container {
  max-width: 1200px;
}

section{
    overflow-x: hidden;
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url('./font/AvenirLTStd-Black.otf');
  src: url('./font/AvenirLTStd-Book.otf');
  src: url('./font/AvenirLTStd-Roman.otf');
}

@font-face {
  font-family: "Publico";
  /* url(./font/Publico-Black.otf), */
  /* url(./font/Publico-Extrabold.otf), */
  src: url(./font/Publico-Light.otf),
    url(./font/Publico-Medium.otf),
    url(./font/Publico-Bold.otf);
}

h1,
h2 {
  font-family: "Publico";
}

p,
h5,
h4,
h3 {
  font-family: 'AvenirLTStd';
}

.navigation {
  background-color: #081423eb;
  position: fixed;
}


.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.nav-font-size {
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.nav-active {
  background-color: #081423eb;
  color: white !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #00C3B7 !important;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100vh;
  background: url(./images/background-img.jpg) no-repeat center/cover;
}

.landing-page .theme {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  position: absolute;
  left: 100px;
  right: 0;
  top: 0;
  z-index: 10;
}

.landing-page .theme img {
  width: 100%;
  max-width: 900px;
  padding: 10px 0px;
}

.landing-page .theme p {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 6px;
  line-height: 40px;
  font-family: 'Mate SC', serif !important;
}

.landing-page .register-btns {
  display: flex;
  align-items: self-start;
  width: 100%;
  gap: 30px;
  z-index: 10;
}

.register {
  width: 100%;
  max-width: 170px;
  padding: 10px;
  border: 2px solid #00C3B7;
  background-color: #6d41d470;
  color: white;
  margin: 0px 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
}

.register:hover {
  text-decoration: none;
  color: white;
}

.landing-page .mumbai {
  position: absolute;
  bottom: 0;
  right: 0;
}

.landing-page .mumbai img {
  width: 100%;
  max-width: 1000px;
}


/* landing page ends */

/* about section starts */
.heading h1 {
  font-size: 38px;
  font-weight: 600 !important;
  font-family: "Publico";
  letter-spacing: 2px;
  padding: 10px 0px;
}

.small-heading h3 {
  font-size: 28px;
  font-weight: 600 !important;
  font-family: "Publico";
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #00C3B7;
}

/* first div ends */

.about-section {
  padding: 50px 0px;
  background-color: #010F1D;
  position: relative;
}

.about-section h1 {
  color: #ffffff;
}

.about-section h4 {
  color: #00C3B7;
  font-weight: 900;
  font-family: sans-serif;
  font-size: 50px;
  vertical-align: middle;
  /* position: absolute;
  top: 100px;
  left: 0;
  bottom: auto; */
}

.about-section img {
  position: absolute;
  bottom: 0px;
  left: 0;
  max-width: 300px;
}

.about-section p {
  font-size: 16px;
  line-height: 22px;
  padding: 20px;
  font-family: 'AvenirLTStd';
  color: rgb(255, 255, 255);
}

/* numbers */

.numbers {
  text-align: center;
  background-color: white;
  padding: 50px 0px;
}

.numbers h3 {
  font-weight: 900;
  font-size: 54px;
  font-family: sans-serif;
  color: #00C3B7;
  background: -webkit-linear-gradient(#6D41D4 40%, #16db930e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.numbers h5 {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  text-transform: lowercase;
}

/* about section ends */

/* Topics section starts */

.topics-section {
  padding: 60px 0px;
  background-color: #010F1D;
}

.heading-content {
  color: #00C3B7;
  font-size: 20px;
}

.topics-section .container .col-12 {
  margin: 15px auto;
}

.topics-section .container .topic {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #23afa861, #6d41d42b, #6d41d400);
  color: white;
  padding: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}

.topics-section .container .topics p {
  margin-bottom: 0px;
  font-size: 14px;
}

/* Topics section ends */

/* industry-section */
.industry-section {
  padding: 60px 0px;
  opacity: 1;
  background-color: #010F1D;
}

.industry-section .div1 .row .industry {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0px;
}

.industry-section .div1 .row .industry .border {
  border: none !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.industry-section .div1 .industry img {
  width: 100%;
  max-width: 150px;
}

/* industry-section ends */

/* Profiles section */

.profiles {
  padding: 20px 0px;
  width: 100%;
}

.profiles .col-lg-12 {
  /* background-color: #010F1D; */
  /* box-shadow: 5px 5px 0 0 #9FD1BE; */
  max-width: 390px;
  border-radius: 4px;
  margin: 0px auto;
}

.profiles p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-align: start;
  margin: auto;
  padding: 5px;
  letter-spacing: 1px;
}

.profiles h4 {
  font-size: 25px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: relative;
}

/* Pofiles-section ends */

/* why-attend-section starts */

.why-attend-section {
  padding: 0px 0px 50px;
  background-color: #010F1D;
  width: 100%;
}

.why-attend-section .container {
  padding: 20px 30px;
  /* background-color: white; */
  border-radius: 20px;
  margin: auto;
}

.why-attend-section .row h4 {
  font-size: 60px;
  font-weight: 900;
  background: -webkit-linear-gradient(#6D41D4, #00C3B7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: sans-serif;
  padding: 0px 5px;
}

.why-attend-section .row h4 span {
  color: #00C3B7;
}

.why-attend-section .row h5 {
  font-size: 20px;
  font-weight: 600;
  color: #00C3B7;
  padding: 0px 5px;
}

.why-attend-section .row p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding: 0px 5px;
}

/* why-attend-section ends */

/* speakers section starts */
.speaker-section {
  padding: 50px 0px 20px;
  background-color: #ffffff;
}

.speaker-section .container {
  padding: 30px 5px;
  background-color: #010F1D;
  border-radius: 20px;
}

.speaker-section .modal-dialog {
  width: 100%;
  max-width: 700px;
}

.speaker-section .modal-dialog .modal-body {
  gap: 20px;
}

.speaker-section .col-lg-3 {
  margin: 15px 0px;
  padding: 0px 20px;
}

.speaker-section .name-card {
  text-align: center;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: white;
  min-height: 115px;
}

.speaker-section .name-card h5 {
  font-size: 15px;
  font-weight: bold;
}

.speaker-section .name-card p {
  font-size: 13px;
  margin-bottom: 5px;
}

.speaker-section .img-card {
  box-shadow: 0 -5px 0 0 #00C3B7;
  border: 1px solid #00C3B7;
}

.speaker-section .col-lg-3 .pluse {
  position: absolute;
  bottom: 0;
  padding: 8px;
  background-color: #16db9361;
}

/* speakers section ends */

/* section 5 starts */
/* partners section */
.section5 {
  padding: 60px 0px;
  background-color: #010F1D;
  color: white;
}

.section5 .partner-section p {
  font-size: 18px;
}

.section5 .why-partner-section {
  padding: 30px 0px;
}

.section5 .why-partner-section .div {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 3px 70px #00000047;
}

.section5 .why-partner-section .div h5 {
  font-size: 25px;
  font-weight: 900;
  color: #1B2A61;
  padding-top: 10px;
}

.section5 .why-partner-section .div p {
  font-size: 17px;
  margin-bottom: 0px;
  color: rgb(110, 110, 110);
  line-height: 20px;
}

/* section5 ends */

/* Agenda section */

.agenda-section {
  padding: 40px 0px;
  background-color: #010F1D;
}

.agenda-section .agenda-table {
  background-color: #ffffff;
  width: 100%;
  border-radius: 5px;
}

.agenda-section .agenda-table table {
  width: 100%;
}

.agenda-section .agenda-table a {
  color: #010F1D;
  font-weight: bold;
}

.agenda-section .agenda-table a.active {
  border: none;
  color: #010F1D;
  border-bottom: 2px solid #00C3B7;
  background-color: #ffffff !important;
}

.agenda-section .agenda-table table tr th {
  color: #010F1D;
  text-align: left;
  padding: 10px 16px;
  border-bottom: 2px solid #00C3B7;
}

.agenda-section .agenda-table table tr td {
  color: #010F1D;
  text-align: left;
  padding: 10px 16px;
}

/* Agenda section ends */


/* partners 2024 starts */

.partners-2024 {
  padding: 50px 0px 30px;
  /* background-color: #F8F8F8; */
}

.partners-2024 h4 {
  font-size: 25px;
  font-weight: 700;
}

.partners-2024 .gold-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 60px;
  padding: 0px;
}

.partners-2024 .partner-logo {
  width: 260px;
  height: 140px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2024 .keynote-partners .partner-logo {
  position: relative;
  width: 240px;
  height: 140px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2024 .networking-partners .partner-logo {
  position: relative;
  width: 250px;
  height: 130px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2024 .media-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.partners-2024 .media-partners .partner-logo {
  position: relative;
  width: 200px;
  height: 110px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners .partner-logo {
  width: 200px;
  height: 130px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* partners 2024 ends */

/* gallery section starts */
.gallery {
  padding: 60px 0px;
}

.gallery .slider {
  position: relative;
  width: 95vw;
  overflow: hidden;
  margin: auto;
}

.gallery .slider .action-button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  cursor: pointer;
}

.gallery .slider .action-button.left-chevron {
  left: 0;
  transform: translate(5%, -50%);
}

.gallery .slider .action-button.left-chevron:hover {
  transform: translate(15%, -50%);
}

.gallery .slider .action-button.right-chevron {
  right: 0;
  transform: translate(-5%, -50%);
}

.gallery .slider .action-button.right-chevron:hover {
  transform: translate(-15%, -50%);
}

.gallery .slider .slider-list {
  display: grid;
  grid-auto-columns: 30% !important;
  grid-auto-flow: column;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  transition: transform 5s linear;
  gap: 1rem;
}

@media (max-width: 768px) {
  .gallery .slider .slider-list {
    grid-auto-columns: 75% !important;
  }
}

@media (max-width: 992px) {
  .gallery .slider .slider-list {
    grid-auto-columns: 50% !important;
  }
}

@media (max-width: 1200px) {
  .gallery .slider .slider-list {
    grid-auto-columns: 30%;
  }
}

@media (min-width: 1200px) {
  .gallery .slider .slider-list {
    grid-auto-columns: 20%;
  }
}

.gallery .slider .slider-list .slider-item {
  display: inline-block;
  /* height: 10rem; */
  color: white;
  text-align: center;
}

.gallery .slider .slider-list .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s linear;
}

.gallery .slider .slider-list .slider-item img:hover {
  transform: scale(1.1);
}

/* venue */

.venue-section {
  padding: 40px 0px;
  background-color: #f9f9f9;
}

.venue-section .twoColumnBox {
  width: 100%;
  padding: 10px;
}

.venue-section .fontBentonSansRegular h4 {
  font-size: 18px;
  font-weight: bold;
}

.venue-section .fontBentonSansRegular p {
  margin-bottom: 0px;
}

.venue-section iframe {
  width: 100%;
  max-width: 700px;
  height: 515px;
  margin: auto;
}


/* clients section */

.section8 {
  padding: 50px 0px;
  background-color: #010F1D;
}

.client-section {
  padding: 50px 0px;
  scroll-behavior: smooth !important;
}

.client-section h1 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 800;
}

.clients-section .container {
  width: 100%;
}

.clients-section .container .row div {
  /* height: 150px; */
  padding: 10px;
  /* margin: 10px 0px; */
  display: flex;
  align-items: center;
}

.clients-section img {
  margin: auto;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

#more {
  display: none;
  transition: all 1s;
}

#myButton {
  background-color: #00C3B7;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
}

#myButton2 {
  background-color: #00C3B7;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
  display: none;
}

/* contact section starts */

.contact-section {
  padding: 20px 0px;
  background-color: #F8F8F8;
}

.contact-section .container1 {
  box-shadow: 0px 3px 98px #00000029;
  border-radius: 20px;
  padding: 20px;

}

.contact-section .container2 {
  box-shadow: 0px 0px 0px #ffffff29;
}

.contact-section .container .div1 {
  text-align: center;
}

.contact-section .container .div1 .seets span {
  font-size: 30px;
  font-weight: 900;
  color: #00C3B7;
  background-color: #EAEAEA;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}

/* div2 */

.contact-section .form {
  position: relative;
  background-color: #EFEFEF !important;
  color: white;
  margin-bottom: 30px;
  padding: 15px;
  padding-top: 20px;
  width: 100%;
  max-width: 900px;
  min-width: 290px;
  margin: auto;
}

.contact-section .div1 h1 {
  font-size: 35px !important;
}

.contact-section .form-buttons {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  margin: auto;
}

.contact-section .form-row {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-section form label {
  color: black;
  margin-bottom: 0px !important;
}

.contact-section #contact .active {
  background-color: #00C3B7 !important;
  color: black !important;
}

.contact-section .nav-pills .nav-link {
  color: black !important;
}

.contact-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #00C3B7;
}

.contact-section .form-control {
  border: 1px solid #EFEFEF;
  border-bottom: 1px solid black !important;
  margin: auto;
}

.contact-section .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EFEFEF;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-section .submit-btn {
  background-color: #00C3B7;
  color: white;
  padding: 10px 30px 10px 30px;
  border: none;
  margin-top: 10px;
  border-radius: 5px;
  transition: .8s all;
}

.contact-section .container2 hr {
  width: 100%;
  height: 0.1px;
  background-color: #606060;
  margin: 0px;
}

/* contact section starts */

/* footer */
.footer-section {
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .container {
  padding: 50px 0px 30px;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  line-height: 22px;
}

/* top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.519);
}

/* media Query section */

@media(max-width:350px) {

  .landing-page .register-btns {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 100px
  }

  .countdown {
    display: none;
  }

}

@media (min-width:320px) and (max-width:700px) {

  section {
    overflow-x: hidden;
  }

  .navigation {
    background-color: #081423eb;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .navbar-toggler {
    font-size: small;
  }

  header {
    width: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .heading h1 {
    font-size: 28px;
    font-weight: 600;
  }

  .small-heading h3 {
    font-size: 20px;
  }

  /* landing page */

  .landing-page .theme {
    height: 100vh;
    padding: 20px 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    right: 0;
    padding: 20px;
    margin: auto;
  }


  .landing-page .theme img {
    position: static;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    padding: 10px 0px;
  }

  .landing-page .register-btns {
    margin: 10px 0px;
    gap: 10px;
  }

  .landing-page .date-time {
    width: 100%;
    max-width: 200px;
    padding: px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.427);
    color: white;
    margin: 0px 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
  }

  .landing-page .register {
    padding: 5px;
    margin: 5px;
  }

  .landing-page .theme p {
    font-size: 15px;
    padding: 0px 5px;
  }

  .landing-page .date {
    display: none;
  }

  .landing-page .cfo img {
    max-width: 110px;
  }

  /* landing page ends */

  /* about section starts */

  .about-section h4 {
    font-size: 40px;
    z-index: 10;
    position: relative;
  }

  .about-section p {
    padding: 15px;
  }

  .numbers h3 {
    font-weight: 900;
    font-size: 45px;
    font-family: sans-serif;
  }

  .numbers h5 {
    font-weight: 700;
    font-size: 20px;
  }

  .about-section img {
    position: absolute;
    top: 90px;
    left: 0;
    max-width: 300px;
  }

  /* agenda section */

  .agenda-section .agenda-table {
    width: 100% !important;
  }

  .agenda-section .agenda-table table tr .timings {
    width: 35%;
  }

  .agenda-section .agenda-table table tr .topics {
    width: 65%;
  }

  .agenda-section .agenda-table table tr td {
    font-size: 14px;
  }

  /* speakers section starts */

  .speaker-section .name-card {
    margin-top: 30px;
  }

  .speaker-section .modal-dialog .modal-body .speaker-logo {
    position: absolute;
    left: 20px;
    top: 16px;
  }

  .speaker-section .modal-dialog .modal-body {
    gap: 10px;
  }

  /* speakers section ends */

  /* why attend */


  /* industry section */

  /* industry section */

  .industry-section {
    padding: 50px 0px;
    opacity: 1;
  }

  .industry-section ul {
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  }

  /* section 5 starts */
  .profiles p {
    margin: auto;
  }

  /* section5 ends */
  /* partner section */
  .section5 .partner-section p {
    padding: 10px;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media(min-width:700px) and (max-width:1025px) {

  /* navbar */

  .navigation {
    background-color: #010F1D;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-container .nav-item {
    padding: 0px 5px !important;
  }

  /* landing page */

  .landing-page .theme {
    height: 100vh;
    padding: 20px 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0%;
    padding: 20px;
    margin-top: -40px;
  }

  .landing-page .theme img {
    position: static;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    padding: 10px 0px;
  }

  .landing-page .date-time {
    width: 100%;
    max-width: 200px;
    padding: 5px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.427);
    color: white;
    margin: 0px 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
  }

  .landing-page .theme p {
    font-size: 25px;
    padding: 0px 5px;
  }

  .landing-page .date {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
  }

  .landing-page .register-btns {
    position: absolute;
    bottom: 180px;
    left: 0px;
    right: 0px;
  }

  .landing-page .cfo img {
    max-width: 200px;
  }

  /* landing page ends */

  /* speakers 2 starts */

  /* section3 ends */

  /* section4 attendees section starts */

  .attendees-section .attendees {
    width: 100%;
    margin-left: auto;
    padding: 20px;
  }

  /* industries */

  /* agenda */
  .agenda-section .agenda-table {
    width: 100%;
  }

  /* contact section */
  .contact-section .container .div1 .seets span {
    font-size: 20px;
    font-weight: 900;
    color: #00C3B7;
    background-color: #EAEAEA;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
  }

  .contact-section .div1 h1 {
    font-size: 35px !important;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}