@import url("https://fonts.googleapis.com/css?family=Roboto");

body {
  background-color: rgb(255, 243, 228);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  background: rgba(255, 255, 255, 0.671) url("../image/h2.jpg") repeat fixed
    center;
}
.close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
  font-size:25px;
}
.bglight {
  background-color: #ffffffbb !important;
  padding: 20px;
  border: none;
  border-radius: 10px;

  text-align: center;
}

.blue-600 {
  color: blue;
}
.strong {
  font-weight: bolder;
}
.bak-color1 {
  background-color: #ff9f0d;
}

.nav-pills .nav-link.active {
  color: #fff;
}
.pills-tab .nav-item button {
  border-radius: 25rem;
}

.nav-link {
  color: #212529;
}
.nav-pills .nav-link {
  margin: 5px;
}

#pills-tab {
  width: auto;
  padding: 20px;
  border: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.596);
  color: #000000;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-back {
  padding: 1rem 1rem;
  border: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.596);
  color: #000000;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-shop {
  border-radius: 10px;
  background-color: #eeeeffc7;
}
.card-shop i {
  color: blue;
  font-size: 20px;
  padding: 3px;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: hsla(36, 100%, 53%, 0.534);
  color: white;
  text-align: center;
  height: 50px;
}
#footer ul li {
  display: inline-block;
  background-color: transparent;
}
#footer ul li a {
  background-color: transparent;
  color: white;
}
#footer .nav .nav-item {
  height: 66px;
}
#footer .nav .nav-item .center-item .nav-link > span .nav-icon {
  font-size: 24px;
  margin-top: -3px;
  color: #ffffff;
}
#footer .nav .nav-item .nav-link span .nav-icon {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  display: inline-block;
  margin: 0 auto;
  color: #999999;
}
#footer .nav .nav-item.center-item .nav-link > span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0;
  display: inline-block;
  margin: -30px auto 0 auto;
  text-align: center;
  color: #ffffff;
  background: #1ccaff;
  background: -moz-linear-gradient(top, #7db5ff 0%, #1a44ff 50%, #0041aa 100%);
  background: -webkit-linear-gradient(
    top,
    #7db5ff 0%,
    #1a44ff 50%,
    #0041aa 100%
  );
  background: linear-gradient(to bottom, #7db5ff 0%, #1a44ff 50%, #0041aa 100%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  -webkt-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  position: relative;
}
#footer .nav .nav-item .nav-link > span .nav-icon {
  font-size: 24px;
  margin-top: -3px;
  color: #ffffff;
}
.btnback {
  background: #1ccaff;
  background: -moz-linear-gradient(top, #7db5ff 0%, #1a44ff 50%, #0041aa 100%);
  background: -webkit-linear-gradient(
    top,
    #7db5ff 0%,
    #1a44ff 50%,
    #0041aa 100%
  );
  background: linear-gradient(to bottom, #7db5ff 0%, #1a44ff 50%, #0041aa 100%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  -webkt-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
}
.home-blog {
  padding-top: 80px;
  padding-bottom: 80px;
}

.media.blog-media {
  margin-top: 30px;
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  .media.blog-media {
    display: table;
  }
}

.media.blog-media .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  position: absolute;
  padding: 0;
  top: 20px;
  left: 20px;
  text-align: center;
  box-shadow: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #fff;
  transition: background-color 0.3s ease;
}

.media.blog-media .circle .day {
  color: #fff;
  transition: color 0.25s ease;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-top: 12px;
}

.media.blog-media .circle .month {
  text-transform: uppercase;
  font-size: 14px;
}

.media.blog-media > a {
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  .media.blog-media > a {
    display: table-cell;
    vertical-align: top;
    min-width: 200px;
  }
}

@media (min-width: 1200px) {
  .media.blog-media > a {
    min-width: 230px;
  }
}

.media.blog-media > a:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s;
  transition: transform 0.3s ease, opacity 0.3s, -webkit-transform 0.3s ease;
  background: rgb(234 154 11 / 56%);
}

.media.blog-media > a img {
  width: 100%;
}

.media.blog-media:hover > a:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.media.blog-media:hover .circle {
  background-color: rgba(255, 255, 255, 0.9);
}

.media.blog-media:hover .circle .day,
.media.blog-media:hover .circle .month {
  color: #222;
}

.media.blog-media:hover .media-body h5 {
  color: #c6820c;
}

.media.blog-media:hover .media-body a.post-link {
  color: hsla(36, 100%, 53%, 0.534);
  text-decoration: underline;
}

.media.blog-media .media-body {
  border: 1px solid #efeff3;
  padding: 30px 30px 10px;
  font-size: 14px;
  background: #fff;
  border-top: none;
}

@media (min-width: 992px) {
  .media.blog-media .media-body {
    padding: 15px 20px 10px;
    border-top: 1px solid #efeff3;
    border-left: none;
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 1200px) {
  .media.blog-media .media-body {
    padding: 30px 20px 10px;
  }
}

.media.blog-media .media-body h5 {
  transition: color 0.3s ease;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .media.blog-media .media-body h5 {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .media.blog-media .media-body h5 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.media.blog-media .media-body a.post-link {
  display: block;
  color: #222;
  font-size: 11px;
  padding: 23px 0;
  text-transform: uppercase;
  font-weight: 400;
}

@media (min-width: 992px) {
  .media.blog-media .media-body a.post-link {
    padding: 7px 0;
  }
}

@media (min-width: 1200px) {
  .media.blog-media .media-body a.post-link {
    padding: 23px 0;
  }
}

.media.blog-media .media-body ul {
  position: relative;
  padding: 10px 0 0;
}

.media.blog-media .media-body ul li {
  display: inline-block;
  width: 49%;
  position: relative;
}

.media.blog-media .media-body ul li:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 1px;
  height: 14px;
  background: #eeeef2;
}

.media.blog-media .media-body ul li:first-child:before {
  visibility: hidden;
}

.media.blog-media .media-body ul:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeef2;
}

@media (min-width: 992px) {
  .home-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.home-blog .section-title {
  padding-bottom: 15px;
}

.home-blog .media {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .home-blog .media {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .blog-left-sidebar .media.blog-media,
  .blog-right-sidebar .media.blog-media {
    display: table;
  }
}

@media (min-width: 768px) {
  .blog-left-sidebar .media.blog-media > a,
  .blog-right-sidebar .media.blog-media > a {
    display: table-cell;
    vertical-align: top;
    min-width: 250px;
  }
}

@media (min-width: 768px) {
  .blog-left-sidebar .media.blog-media .media-body,
  .blog-right-sidebar .media.blog-media .media-body {
    border-top: 1px solid #efeff3;
    border-left: none;
    display: table-cell;
    vertical-align: top;
  }
}

.blog-left-sidebar .media.blog-media .media-body a.post-link,
.blog-right-sidebar .media.blog-media .media-body a.post-link {
  padding: 22px 0;
}

@media (min-width: 1200px) {
  .blog-left-sidebar .media.blog-media > a,
  .blog-right-sidebar .media.blog-media > a {
    min-width: 250px;
  }
}

.blog-post .media.blog-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post .bredcrumb h2 {
  margin-bottom: 0;
}

.blog-post .media.blog-media .media-body ul li {
  font-size: 13px;
  width: auto;
  padding-right: 14px;
}

.blog-post .media.blog-media .media-body ul li i {
  display: none;
}

@media (min-width: 768px) {
  .blog-post .media.blog-media .media-body ul li i {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .blog-post .media.blog-media .media-body ul li {
    font-size: 14px;
    width: 49%;
    padding-right: unset;
  }
}

.blog-post .media.blog-media .media-body ul li:before {
  left: -8px;
}

@media (min-width: 768px) {
  .blog-post .media.blog-media .media-body ul li:before {
    left: 0;
  }
}

.blog-post-contents {
  padding: 80px 0;
}

@media (min-width: 992px) {
  .blog-post-contents {
    padding: 100px 0;
  }
}

.blog-post-contents .media.blog-media {
  margin-top: 0;
}

.blog-post-contents .media.blog-media .media-body {
  padding: 30px;
  border: 1px solid #eeeef2;
  border-top: none;
}

.blog-post-contents .media.blog-media .media-body p {
  padding-bottom: 15px;
}

.blog-post-contents .media.blog-media .media-body ul {
  padding-top: 15px;
}

.blog-post-contents .media.blog-media:hover .circle {
  background-color: rgba(255, 255, 255, 0.7);
}

.blog-post-contents .media.blog-media:hover .circle .day,
.blog-post-contents .media.blog-media:hover .circle .month {
  opacity: 1;
}
