.sibt-logo-img {
  float: left;
}
.sibt-link {
  display: inline-block;
  margin-top: 7px;
  margin-right: 20px;
  padding: 1px 10px;
  float: right;
  border: 1px none #fff;
  border-radius: 2px;
  background-color: #003e74;
  color: #fff;
  text-align: right;
  text-decoration: none;
}
.sibt-link:hover {
    border-color: #265b89;
    background-color: #265b89;
}
.sibt-banner-section {
  position: relative;
  height: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/sibt/sibt-header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/sibt/sibt-header.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: right;
}

.sibt-about1 {
  position: relative;
  height: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/sibt/sibt-campus1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/sibt/sibt-campus1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.sibt-about2 {
  position: relative;
  height: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/sibt/sibt-campus2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/sibt/sibt-campus2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sibt-about3 {
  position: relative;
  height: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sibt/sibt-campus3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sibt/sibt-campus3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.sibt-list3 {
  margin-bottom: 35px;
}
.sibt-heading-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60%;
  margin: 0px auto;
  padding: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 62, 116, 0.8)), torgba(0, 62, 116, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 62, 116, 0.8), rgba(0, 62, 116, 0.8));
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.sibt-bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sibt/sibt-header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sibt/sibt-header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: left;
}
  padding-bottom: 12px;
.sibt-accounting-list {
}
.anchor-btn-sibt {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #003e74;
  background-color: #003e74;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}
.anchor-btn-sibt:hover {
  border-color: #265b89;
  background-color: #265b89;
}

@media screen and (max-width: 767px) {
  .sibt-link {
    margin-top: 0px;
  }

}

@media screen and (max-width: 479px) {
  .sibt-link {
    margin-top: 10px;
    margin-right: 0px;
  }
  .sibt-banner-section {
    height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/sibt_mobile_banner.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bcuic_mobile_banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .sibt-about1 {
    margin-bottom: 10px;
  }
  .sibt-about2 {
    margin-bottom: 10px;
  }
  .sibt-logo-img {
    margin-left: 10px;
  }
  .sibt-heading-bg {
    bottom: 0%;
    width: 100%;
    font-size: 16px;
  }
}