@font-face {
  font-family: "gilroyextrabold";
  src: url("/Content/fonts/Gilroy/gilroy-extrabold-webfont.woff2") format("woff2"),
    url("/Content/fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroylight";
  src: url("/Content/fonts/gilroy-light-webfont.woff2") format("woff2"),
    url("/Content/fonts/gilroy-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

/* SWIPER SLIDER*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
  padding: 20px;
  margin: 0 10px;
  border-radius: 15px;
}

/* .swiper-blog .swiper-slide {transition: all 0.5s ease-in-out;} */

.swiper-blog img {
  width: 100%;
  border-radius: 15px;
  position: unset;
  top: 0;
  left: 0;
  z-index: 0;
}

.swiper-blog .swiper-slide:hover,
.swiper-blog .swiper-slide.active {
  background: #fff;
  box-shadow: 0px 0px 51px 0px rgba(93, 98, 102, 0.42);
}

.slide-overlay {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 15px;
}

.cnt {
  padding: 20px;
  position: absolute;
  bottom: 0;
  letter-spacing: 1px;
}

.slide-overlay h2 {
  font-family: "gilroyextrabold";
  color: #fff;
  text-align: left;
  font-size: 2rem;
  text-transform: uppercase;
}

.slide-overlay p {
  font-family: "gilroylight";
  color: #fff;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
}

.swiper-button-next,
.swiper-button-prev {
  /* background: rgba(0, 0, 0, 0.5); */
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

.bg-red {
  background-color: #f16b5e;
}

.toggal-view {
  padding: 10px 0;
}

.glyphicon {
  margin-right: 5px;
}

.grid-group-item,
.list-group-item {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.grid-group-item {
  padding: 15px;
}

.thumbnail {
  margin-bottom: 20px;
  padding: 0px;

  box-shadow: 0px 0px 15px 0px rgba(108, 120, 130, 0.1);
}

.grid-group-item .thumbnail {
  border-radius: 10px !important;
  background: #fff;
  overflow: hidden;
}

.grid-group-item .thumbnail img {
  width: 100%;
}

.item.list-group-item {
  float: none;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(108, 120, 130, 0.1);
  border: 0;
}

.item.list-group-item .list-group-image {
  margin-right: 20px;
  float: left;
}

.item.list-group-item .thumbnail {
  margin-bottom: 0px;
  display: flex;
}

.caption {
  padding: 15px 15px 0px;
  float: left;
  width: 100%;
}

.list-group-item .caption {
  width: 62%;
}

.item.list-group-item:before,
.item.list-group-item:after {
  display: table;
  content: " ";
}

.item.list-group-item img {
  float: left;
  width: 100%;
  height: 100%;
}

.item.list-group-item:after {
  clear: both;
}

.list-group-item-text {
  margin: 0 0 11px;
  line-height: 1.6;
  font-size: 0.8rem;
}

#list {
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
}

#grid {
  border: 1px solid #fff;
  border-radius: 0px 5px 5px 0px;
}

.list-group-item-heading {
  font-size: 1.08rem;
  margin-top: 10px;
}

.posted {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  margin: 20px 0 20px;
}

.list-group-item .posted {
  font-size: 0.8rem;
}

.grid-group-item .list-group-item-text {
  display: none;
}

.posted strong {
  font-weight: 600;
  color: #000;
}

.footer-bar {
  padding: 0px 15px 0;
  border-top: 1px solid #e1e1e1;
  color: #898c96;
  width: 100%;
  float: left;

  margin: 0;
}

.list-group-item .footer-bar {
  width: 100%;
}

.footer-bar div {
  padding: 5px 0px;
  text-align: center;
}

.footer-bar div p {
  margin: 0;
}

.readmore {
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  color: #f16b5e !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  float: left;
  position: relative;
  clear: both;
  margin-bottom: 10px;
}

.readmore:hover {
  color: #f16b5e;
}

.readmore:hover::after {
  right: -20px;
}

.readmore::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f16b5e;
  right: -15px;
  top: 3px;
  transition: all 0.25s linear;
}

.grid-group-item .readmore {
  display: none;
}

.toggal-view .btn-group a.btn {
  color: rgba(255, 255, 255, 0.3);
  font-size: 25px;
  padding: 8px 13px 2px;
  margin: 0;
}

.toggal-view .btn-group a.btn.active {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  padding: 8px 13px 2px;
  margin: 0;
}

.thumb-link {
  width: 37%;
  float: left;
  overflow: hidden;
}

.grid-group-item .thumb-link {
  width: 100%;
}

.ppt-type {
  font-family: "Heebo", sans-serif;
  position: relative;
  border-radius: 20px 0 0 20px;
  min-width: 80px;
  font-size: 0.8rem;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  float: right;
}

.list-group-item .ppt-type {
  right: -25px;
}

.grid-group-item .ppt-type {
  right: -15px;
}

.buy {
  background: #04d174;
}

.rent {
  background: #5483ef;
}

.sell {
  background: #e74e49;
}

.update {
  background: #32ccbc;
}

.search-art {
  position: relative;
  width: 250px;
  margin-right: 15px;
}

.search-art input {
  background: #fff;
  border: 0;
  border-radius: 20px;
  width: 100%;
  color: #e06e55;
  padding: 10px 40px 10px 15px;
  margin: 15px 0px;
  font-weight: 500;
}


.search-art input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e06e55;
  opacity: 1;
  /* Firefox */
}

.search-art input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e06e55;
}

.search-art input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e06e55;
}

.search-art button i {
  vertical-align: middle;
}

.search-art button {
  color: #e06e55;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-64%, -50%);
  font-size: 20px;
}

.posted .icon-eye {
  vertical-align: middle;
  margin-right: 5px;
  float: left;
  margin-top: 6px;
}

.sideBar-box {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(108, 120, 130, 0.2);
  margin-bottom: 25px;
  font-family: "Heebo", sans-serif;
  float: left;
}

.sideBar-box .social-img {
  width: 100%;
  max-width: 220px;
}

.sideBar-box h3,
.sideBar-box h2 {
  font-size: 1.15rem;
  font-weight: 600;
}

.sideBar-box p {
  margin: 15px 0;
  line-height: 1.6;
  font-size: 0.8rem;
}

.email-box {
  border: 1px solid #b2bfc7;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
  margin-bottom: 15px;
}

.sideBar-box .btn-1 {
  margin: 0 auto;
}

.sideBar-box .trf-btn {
  border: 1px solid #e64e49;
  padding: 5px 25px;
  font-size: 12px;
  border-radius: 50px;
  color: #e64e49;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px;
  transition: all 0.2s ease-in-out;
}

.sideBar-box .trf-btn:hover {
  background: #e84e49;
  color: #fff;
}

.free {
  position: absolute;
  background: #e74e49;
  border-radius: 5px 0 0 5px;
  right: 0;
  padding: 5px 20px;
  color: #fff;
}

.free:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0px 15px;
  border-color: transparent transparent transparent #d72b0f;
  z-index: 0;
  top: -7px;
  right: 0;
}

.free-cell h3 {
  margin-top: 40px;
}

.post-img {
  width: 75px;
  height: 70px;
  overflow: hidden;
  border-radius: 10px;
  float: left;
  vertical-align: middle;
}

.post-list {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}

.post-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}

.post-list p {
  float: left;
  width: calc(100% - 90px);
  margin-left: 15px;
  color: #000;
  transition: all 0.3s linear;
}

.blog-detail {
  display: inline-block;
  width: 100%;
}

.blog-detail h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.blog-detail p {
  font-size: 1rem;
  margin-top: 20px;

  color: #000;
}

.blog-detail h2 {
  margin-top: 60px;
}

.next-prev-post {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.next-prev-post .previousi-post,
.next-prev-post .next-post {
  width: 38%;
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
  position: relative;

  top: 0;
  left: auto;
}

.next-prev-post .next-post {
  text-align: right;
}

.next-prev-post .home {
  width: 18%;
  background: #fafafa;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

.next-prev-post span {
  width: 16px;
  height: 12px;
  display: block;

  margin: 5px 10px;
}

.next-prev-post h6 {
  margin: 5px 10px;
}

.next-prev-post .home span {
  margin: 0 auto 16px;
  font-size: 25px;
  padding: 0;
  width: auto;
  display: inherit;
}

.next-prev-post .previousi-post span {
  float: left;
}

.next-prev-post .next-post span {
  float: right;
}

.tags {
  float: left;
  width: 100%;
}

.tags h2 {
  color: #7f818d;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.tags a {
  border: 1px solid #7f818d;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 14px;
  color: #000;
  margin: 10px 20px 0px 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  margin-top: 10px;
  float: left;
  font-weight: bold;
}

.tags a:hover {
  border: 1px solid #000;
  color: #fff !important;
  background: #000;
}

.blog-inner-banner {
  width: 100%;
  max-height: 540px;
  overflow: hidden;
  position: relative;
  padding-top: 70px;
}

.blog-inner-banner img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.blog-inner-banner .container {
  position: relative;
}

.blog-inner-banner .slide-overlay {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  top: 0px;
  left: 0px;
  border-radius: 0px;
}

.blog-head.container {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -9%);
}

.bolg-title {
  color: #fff;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 36px;
  line-height: 1.2;
}

.bolg-title span {
  font-family: "Heebo", sans-serif;

  border-radius: 20px;
  min-width: 60px;
  font-size: 0.8rem;
  color: #fff;
  padding: 5px 22px;
  text-align: center;
  vertical-align: middle;
}

.blog-head .footer-bar {
  padding: 0px 0px 0;
  border-top: 0px solid #e1e1e1;

  width: 100%;
  float: left;
  margin: 10px 0;
}

.blog-head .posted strong {
  color: #fff;
}

.blog-head .footer-bar div {
  display: inline-block;
  padding: 0px 15px;
  text-align: center;
}

.blog-simi-slid .hom-arow-next {
  /* background: url(../img/slide-right.png) no-repeat center; */
  background-image: none;
  background-size: 100%;
}

.blog-simi-slid .hom-arow-prev {
  /* background: url(../img/slide-left.png) no-repeat center; */
  background-image: none;
  background-size: 100%;
}

.blog-simi-slid .proj-slider-arr {
  margin-bottom: 0px;
}

.related-post img {
  width: 100%;
  border-radius: 10px;
}

.related-post h3 {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.6;
  font-weight: 600;
}

.related-post article {
  margin-bottom: 25px;
}

.social-links {
  position: fixed;
  left: 0;
  background: #fff;
  top: 50%;
  transform: translate(0, -27%);
  padding: 5px;
  font-size: 1.2rem;
  box-shadow: 5px 20px 46px 0px rgba(66, 97, 126, 0.09);
  border-radius: 0 10px 10px 0;
  z-index: 99;
}

.social-links li {
  margin: 20px 5px;
}

.social-links li a {
  display: block;
  cursor: pointer;
}

.social-links i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  line-height: 40px;
}

.social-links a .fa-facebook-f {
  border-color: #3c5a99;
  color: #3c5a99;
}

.social-links a .fa-twitter {
  border-color: #1da1f2;
  color: #1da1f2;
}

.social-links a .fa-linkedin-in {
  border-color: #0077b5;
  color: #0077b5;
}

.social-links a .fa-whatsapp {
  border-color: #53cc61;
  color: #53cc61;
  font-size: 1.5rem;
  line-height: 35px;
}

.social-links a .fa-envelope {
  border-color: #d44638;
  color: #d44638;
}

#products.list-group {
  margin: 0
}

.diff-views {
  background: #fb7b5f;
}

.slide-heebo p {
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
}

.slide-heebo .posted strong {
  font-weight: 700;
}

.slide-heebo .posted .icon-eye {
  margin-top: 3px;
}

.post-list:hover img {
  transform: scale(1.1);
}

.post-list:hover p {
  color: #f16b5e;
}

.congrat {
  margin-top: -10px !important;
  color: #f16b5e;
  font-size: 16px;
}

.menu-blog {
  -webkit-filter: url("#shadowed-goo");
  filter: url("#shadowed-goo");
}

.menu-item,
.menu-open-button {
  background-image: linear-gradient(to right, #e74d49 0%, #eb544a, #ef5b4b 51%, #f2614c, #f6684d 100%);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 40px;
  color: white;
  text-align: center;
  line-height: 53px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  box-shadow: 1.392px 9.903px 15px 0px rgba(114, 118, 119, 0.32);
}

.menu-open {
  display: none;
}

.hamburger-blog {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  display: none;
}

.hamburger-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.menu-open:checked+.menu-open-button .hamburger-blog {
  display: block;
}

.menu-open:checked+.menu-open-button .fa-share-alt {
  display: none;
}

.menu-open:checked+.menu-open-button .hamburger-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked+.menu-open-button .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked+.menu-open-button .hamburger-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu-blog {
  position: fixed;
  width: 450px;
  height: 100px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left;
  z-index: 999;
  bottom: 0;
  left: 0px;
  display: none;
}

.menu-item:hover {
  background: white;
  color: #fff;
}

.menu-item:nth-child(3) {
  transition-duration: 180ms;
  background: #3c5a99;
}

.menu-item:nth-child(4) {
  transition-duration: 180ms;
  background: #1da1f2;
}

.menu-item:nth-child(5) {
  transition-duration: 180ms;
  background: #0077b5;
}

.menu-item:nth-child(6) {
  transition-duration: 180ms;
  background: #53cc61;
}

.menu-item:nth-child(7) {
  transition-duration: 180ms;
  background: #d44638;
}

.menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
  font-size: 18px;
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked+.menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked~.menu-item {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-open:checked~.menu-item:nth-child(3) {
  transition-duration: 190ms;
  -webkit-transform: translate3d(70px, 0, 0);
  transform: translate3d(70px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(4) {
  transition-duration: 290ms;
  -webkit-transform: translate3d(140px, 0, 0);
  transform: translate3d(140px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(5) {
  transition-duration: 390ms;
  -webkit-transform: translate3d(210px, 0, 0);
  transform: translate3d(210px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(6) {
  transition-duration: 490ms;
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(7) {
  transition-duration: 490ms;
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

.menu-blog .fa-whatsapp {
  font-size: 22px;
}

/*blog*/
.page-link i {
  font-size: 12px;
}

.prevDeg {
  transform: rotate(180deg);
}

/*blog end*/



@media (max-width: 1150px) {
  .posted {
    margin: 10px 0px;
  }

}

@media (max-width: 1200px) {
  .social-links {
    display: none;
  }

  .menu-blog {
    display: block;
  }
}

@media (max-width: 1024px) {
  .list-group-item-heading {
    font-size: 1rem;
  }

  .posted {
    margin: 10px 0px;
  }
}

@media (max-width: 770px) {
  .bolg-title {
    font-size: 23px;
  }

  .item.list-group-item {
    float: none;
    width: 96%;
    margin: 0 2% 25px;
  }

  .item.list-group-item img {
    width: auto;
  }

  .blog-detail h2 {
    font-size: 1.1rem;

  }

  .blog-detail p {
    font-size: 0.9rem;
    margin-top: 15px;

  }

  .blog-detail h2 {
    margin-top: 35px;
  }

  .social-links a .fa-whatsapp {
    font-size: 1.2rem;
    line-height: 28px;
  }

  .social-links li {
    margin: 10px 5px;
  }

  .social-links i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .social-links {
    font-size: 1rem;
  }

}

@media (max-width: 600px) {
  .blog-head .footer-bar div {
    padding: 0px 5px;
  }

  .item.list-group-item .thumbnail {
    margin-bottom: 0px;
    display: block;
  }

  .item.list-group-item img,
  .list-group-item .caption,
  .thumb-link {
    width: 100%;
  }

  #grid {
    display: none;
  }

  #list {
    border: 1px solid #fff;
    border-radius: 5px 5px;
    display: none;
  }

  .diff-views .justify-content-between {
    justify-content: center !important;
  }

  .search-art {
    margin-right: 0;
  }

}

@media (max-width: 510px) {
  .blog-inner-banner.margin-top {
    margin-top: 85px;
  }

  .bolg-title {
    font-size: 20px;
  }

  .blog-head .footer-bar div {
    padding: 0px;
  }

  .blog-head .footer-bar .divi {
    padding: 0px 5px;
  }

  .slide-overlay p {
    font-size: 0.8rem;
  }

  .next-prev-post {
    flex-wrap: wrap;
  }

  .next-prev-post .previousi-post,
  .next-prev-post .next-post {
    width: 100%;
  }

  .next-prev-post .previousi-post {
    margin-bottom: 25px;
  }

  .home {
    display: none;
  }

}

@media (max-width: 576px) {

  .menu-item,
  .menu-open-button {
    height: 40px;
    width: 40px;
    line-height: 43px;
  }

  .menu-blog {
    height: 80px;
    font-size: 16px;
  }

  .menu-blog .fa-whatsapp {
    font-size: 20px;
  }

  .menu-open-button {
    font-size: 16px;
  }

  .hamburger-blog {
    width: 20px;
    margin-left: -10px;
  }

  .menu-open:checked~.menu-item:nth-child(3) {
    transition-duration: 190ms;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }

  .menu-open:checked~.menu-item:nth-child(4) {
    transition-duration: 290ms;
    -webkit-transform: translate3d(120px, 0, 0);
    transform: translate3d(120px, 0, 0);
  }

  .menu-open:checked~.menu-item:nth-child(5) {
    transition-duration: 390ms;
    -webkit-transform: translate3d(180px, 0, 0);
    transform: translate3d(180px, 0, 0);
  }

  .menu-open:checked~.menu-item:nth-child(6) {
    transition-duration: 490ms;
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }

  .menu-open:checked~.menu-item:nth-child(7) {
    transition-duration: 490ms;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }

  .menu-item,
  .menu-open-button {
    left: 20px;
  }

}

@media (max-width: 450px) {
  .bolg-title {
    font-size: 15px;
  }

  .bolg-title span {
    position: absolute;
    right: 10px;
    bottom: 20px;
  }

  .blog-head .footer-bar {
    width: 75%;
  }
}

@media (max-width: 360px) {

  .menu-item,
  .menu-open-button {
    height: 35px;
    width: 35px;
    line-height: 38px;
  }

  .menu-open:checked~.menu-item:nth-child(3) {
    transition-duration: 190ms;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  .menu-open:checked~.menu-item:nth-child(4) {
    transition-duration: 290ms;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  .menu-open:checked~.menu-item:nth-child(5) {
    transition-duration: 390ms;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }

  .menu-open:checked~.menu-item:nth-child(6) {
    transition-duration: 490ms;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }

  .menu-open:checked~.menu-item:nth-child(7) {
    transition-duration: 490ms;
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
}