/*banner & sidebar*/
/*banner*/
.met-banner .carousel-inner {
  background: #ddd;
}
.met-banner .carousel-inner.carousel-height {
  min-height: 300px;
}
@media (max-width: 997px) {
  .met-banner .carousel-inner.carousel-height {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .met-banner .carousel-inner.carousel-height {
    min-height: 150px;
  }
}
@media (max-width: 488px) {
  .met-banner .carousel-inner.carousel-height {
    min-height: 100px;
  }
}
.met-banner .carousel-caption.p-1 {
  left: 15%;
  top: 35%;
  text-align: left;
}
.met-banner .carousel-caption.p-2 {
  right: 15%;
  top: 35%;
  text-align: right;
}
.met-banner .carousel-caption.p-3 {
  top: 10%;
  padding-top: 30px;
}
.met-banner .carousel-caption.p-5 {
  width: 50%;
  height: 30%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.met-banner .carousel-caption .btn {
  margin-top: 5px;
  padding: 0px!important;
}
.met-banner .carousel-caption .btn a {
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 18px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.met-banner .carousel-caption .btn a:hover {
  background: #2574a9;
  color: #fff;
  text-decoration: none;
}
.met-banner .carousel-caption h3 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  margin: 0px;
  padding: 15px 20px;
}
.met-banner .carousel-caption p {
  font-size: 28px;
  font-weight: 300;
  padding: 10px 5px;
  margin: 0px;
  text-shadow: none;
}
@media (max-width: 768px) {
  .met-banner .carousel-caption h3 {
    font-size: 28px;
    font-weight: 500;
    padding: 10px;
  }
  .met-banner .carousel-caption p {
    font-size: 20px;
    padding: 3px;
  }
  .met-banner .carousel-caption .btn a {
    padding: 2px 15px;
    font-size: 16px;
  }
}
@media (max-width: 488px) {
  .met-banner .carousel-caption h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
  }
  .met-banner .carousel-caption p {
    font-size: 14px;
    padding: 0px;
  }
  .met-banner .carousel-caption .btn a {
    padding: 1px 15px;
    font-size: 14px;
  }
  .met-banner .carousel-caption.p-1 {
    top: 10%;
    left: 10%;
  }
  .met-banner .carousel-caption.p-2 {
    top: 10%;
    right: 10%;
  }
  .met-banner .carousel-caption.p-3 {
    top: 8%;
    padding-top: 0px;
  }
  .met-banner .carousel-caption.p-4 {
    bottom: 5px;
    padding-bottom: 20px;
  }
  .met-banner .carousel-caption.p-5 {
    height: 72%;
    padding-top: 5px;
  }
  .met-banner .carousel-caption .btn {
    margin-top: 0px;
    padding: 0px!important;
  }
}
.met-banner .item.active .btn {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.met-banner-ny {
  background-color: #2574a9;
  height: 120px;
}
@media (max-width: 768px) {
  .met-banner-ny {
    height: 90px;
  }
}
.met-banner-ny h1,
.met-banner-ny h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  padding: 10px 30px;
  margin: 0px;
  text-shadow: none;
}