/* Max width 767px */
@media only screen and (max-width: 767px) {
  .fixed-top {
    display: none;
  }
  .banner-content {
    padding: 20px;
    padding-top: 60px;
  }
  .banner-bg {
    padding-bottom: 60px;
  }
  .banner-content .banner-content-top {
    margin-bottom: 20px;
  }
  .about-content h2 {
    font-size: 30px;
  }
  .iso-img {
    margin-top: 30px;
    text-align: center;
  }
  .conference-content h2 {
    font-size: 29px;
  }
  .profile-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .web-cast-title h2 {
    font-size: 30px;
  }
  .web-cast-title p {
    line-height: normal;
    font-size: 16px;
  }
  .supporters-title h2 {
    font-size: 30px;
  }
  .participants-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .single-participants {
    margin-bottom: 30px;
  }
  .single-participants .participants-content h3 {
    font-size: 20px;
  }
  .single-participants .participants-img {
    margin-top: 20px;
  }
  .footer-title h2 {
    font-size: 30px;
  }
  .single-footer {
    margin-bottom: 20px;
  }
  .go-top.active {
    top: 92%;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top {
    display: none;
  }
  .banner-content {
    padding: 20px;
    padding-top: 60px;
  }
  .banner-bg {
    padding-bottom: 60px;
  }
  .banner-content .banner-content-top {
    margin-bottom: 20px;
  }
  .about-content h2 {
    font-size: 30px;
  }
  .iso-img {
    margin-top: 30px;
    text-align: center;
  }
  .conference-content h2 {
    font-size: 29px;
  }
  .profile-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .web-cast-title h2 {
    font-size: 30px;
  }
  .web-cast-title p {
    line-height: normal;
    font-size: 16px;
  }
  .supporters-title h2 {
    font-size: 30px;
  }
  .participants-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .single-participants {
    margin-bottom: 30px;
  }
  .single-participants .participants-content h3 {
    font-size: 20px;
  }
  .single-participants .participants-img {
    margin-top: 20px;
  }
  .footer-title h2 {
    font-size: 30px;
  }
  .single-footer {
    margin-bottom: 20px;
  }
  .go-top.active {
    top: 92%;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area ul li a {
    font-size: 18px;
  }
  .navbar-area::before {
    top: 47px;
  }
}
/*# sourceMappingURL=responsive.css.map */