
/* New Design - Homepage */


/* About Section */
.xd-about-ini {
  max-width: 1440px;
  margin: 0 auto;
}

.xd-home-heading {
  font-size: 30px;
}

.xd-about-img {
  width: 200px;
  background: #000;
  border-radius: 50px;
  margin: 10px;
  position: relative;
}

.xd-about-img p {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* Research Section */
/* .xd-research {
  max-width: 1440px;
  margin: 0 auto;
} */

/* Team Section */
/* .xd-team {
  max-width: 1440px;
  margin: 0 auto;
} */

.xd-team-left,
.xd-team-profile {
  border-radius: 10px;
}

.xd-team-left {
  height: 100%;
}

.xd-profile-img img {
  min-width: 120px;
}

/* News Section */
.xd-news {
  max-width: 1440px;
  margin: 0 auto;
}

.xd-news-desc .xd-home-para {
  color: #990000;
}

.xd-news-border-bottom {
  border-bottom: 1px solid #777777;
}

.xd-news-border-right {
  border-right: 1px solid #777777;
}

@media (min-width: 1200px) {
  .w-65 {
    width: 65% !important;
  }
}

@media (max-width: 1200px) {
  .homepage-header .ini-logo {
    max-width: 120px;
  }

  .homepage-header .ini-title p {
    font-size: 24px;
  }

  .xd-about-img {
    width: 170px;
  }
}

@media (max-width: 992px) {
  .xd-home-heading {
    font-size: 24px;
  }

  .xd-about-img {
    width: 140px;
    margin: 5px;
  }

  .xd-team-left,
  .xd-team-profile {
    border-radius: 8px;
  }

  .xd-profile-img img {
    min-width: 100px;
  }
}

@media (max-width: 768px) {
  .w-sm-90 {
    width: 90% !important;
  }

  .homepage-header .ini-logo {
    max-width: 80px;
  }

  .homepage-header .ini-title p {
    font-size: 18px;
  }

  .xd-home-heading {
    font-size: 20px;
  }

  .xd-about-img {
    width: 130px;
  }

  .xd-about-img p {
    bottom: 10px;
    right: 10px;
  }

  .xd-team-left,
  .xd-team-profile {
    border-radius: 6px;
  }
}

@media (max-width: 768px) {
  .homepage-header .ini-logo {
    display: none;
  }

  .ini-logo-mobile {
    display: block !important;
    width: 100%;
    text-align: center;
    max-width: 150px;
    margin: 20px auto;
  }

  .homepage-header .ini-title p {
    font-size: 30px;
    text-align: center;
  }

  .homepage-header .ini-title {
    margin: 0 !important;
    padding: 0 !important;
  }

  .homepage-header {
    padding-bottom: 20px;
  }

  .xd-img-wrapper {
    margin: 40px auto 0;
    justify-content: space-between !important;
  }

  .xd-home-heading {
    display: none;
  }

  .xd-home-heading-mobile {
    display: block !important;
    font-size: 30px;
  }

  .xd-about-img {
    width: 47%;
  }

  .xd-img-wrapper.row:after {
    display: none;
  }

  .xd-research img {
    width: 100% !important;
  }

  .xd-team-left {
    background: transparent !important;
    justify-content: flex-start !important;
  }

  .xd-team-left .xd-home-para,
  .xd-profile-desc h5 ,
  .xd-profile-desc p {
    color: #FFFFFF !important;
  }

  .xd-team-profile {
    background: transparent !important;
    flex-direction: column !important;
  }

  .xd-profile-desc {
    padding: 0 !important;
    margin-top: 15px !important;
  }

  .xd-profile-desc h5 ,
  .xd-profile-desc p {
    text-align: center !important;
  }

  .xd-profile-img img {
    max-width: 80px;
    min-width: 60px;
  }

  .xd-news-border-right {
    border-right: none;
    border-bottom: 1px solid #777777;
  }
}

@media (max-width: 400px) {
  .xd-about-img {
    width: 45%;
  }
}
