body {
  font-family: "Jost", serif;
}

.blog-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px;
  white-space: nowrap;
}

.blog-slider .slider-track {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  animation: scroll 20s linear infinite;
  width: max-content;
  /* Ensures content keeps flowing */
}

.blog-item {
  flex: 0 0 auto;
  width: 300px;
  scroll-snap-align: start;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Moves halfway, ensuring loop */
}

.blog-slider:hover .slider-track {
  animation-play-state: paused;
}

.card-text {
  color: #6c757d;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.slider-text {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

/* Breadcrumb Section */
.breadcrumb-section .breadcrumb-content {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  position: relative;
  /* height: 500px; */
  padding-top: 50px;
  z-index: 2;
}
.breadcrumb-content h1 {
  font-size: 30px;
}
@media screen and (max-width: 676px) {
  .breadcrumb-content h1 {
    font-size: 25px;
  }
}
.breadcrumb-item a {
  color: #007bff;
  text-decoration: none;
}
.breadcrumb-item a.theme-cl {
  color: #ff5722;
  font-weight: bold;
}
.breadcrumb-section .breadcrumb-content div h2 {
  color: #ffffff;
  font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  display: inline-block;
}
.breadcrumb-section .breadcrumb-content div .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-section .breadcrumb-content div .breadcrumb .breadcrumb-item {
  line-height: 1.4;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize;
  font-weight: 500;
  font-family: Rubik, sans-serif;
}

/* Breadcrumb Section End */

.footer-link {
  text-decoration: none;
  color: #6c757d;
  transition: 0.3s;
}

.footer-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .slider-text {
    padding-left: 7%;
    padding-right: 7%;
    max-width: 90%;
    font-size: 14px;
  }
}
.filter-panel {
  padding: 0 0 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.filter-panel .top-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.property-grid-3 .filter-panel .top-panel h2 {
  margin-top: -2px;
}
.filter-panel .show-result {
  color: #878787;
}
.filter-panel .grid-list-filter {
  margin-bottom: -10px;
}
.d-flex {
  /* display: -webkit-box !important; */
  /* display: -ms-flexbox !important; */
  display: flex !important
;
}
.filter-panel .grid-list-filter li {
  margin-bottom: 10px;
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.filter-panel .grid-list-filter li > a,
.filter-panel .grid-list-filter li .dropdown-toggle,
.filter-panel .grid-list-filter li .filter-bottom-title {
  padding: 8px 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #586167;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Rubik, sans-serif;
  position: relative;
}

.dropdown .dropdown-toggle {
  display: block;
  cursor: pointer;
}
.dropdown .dropdown-toggle i {
  float: right;
  margin-top: 4px;
  color: rgba(59, 66, 73, 0.8);
}
.dropdown .dropdown-menu {
  width: 100%;
  margin-top: 6px;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  border-color: #eee;
  z-index: 7;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.filter-panel .grid-list-filter li .dropdown-menu a {
  white-space: unset;
  color: #586167;
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-family: Rubik, sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 6px 20px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.filter-panel .grid-list-filter li + li {
  margin-left: 10px;
}
.filter-panel .grid-list-filter li {
  margin-bottom: 10px;
}
li {
  display: inline-block;
  font-size: 14px;
}
.property-section .property-2 .property-box {
  -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.property-section .property-box {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.04);
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}
.property-section .property-box .property-image {
  position: relative;
}
.property-section .property-box .property-image .property-slider {
  margin-bottom: 0;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-initialized .slick-slide {
  display: block;
}
.property-section .property-2 .property-box .property-image .labels-left,
.property-section .property-3 .property-box .property-image .labels-left {
  left: 20px;
}
.property-section .property-box .property-image .labels-left {
  position: absolute;
  left: 5px;
  top: 20px;
}
.property-section
  .property-label
  .property-box
  .property-image
  .labels-left
  .label {
  text-transform: capitalize;
  font-size: 12px;
}
.property-section .property-box .property-image .labels-left .label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}
.label.label-shadow {
  background-color: #f13439;
  -webkit-box-shadow: 0 0 9px 3px rgba(241, 52, 57, 0.2);
  box-shadow: 0 0 9px 3px rgba(241, 52, 57, 0.2);
}
.label {
  border-radius: 5px;
  padding: 4px 15px 3px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  text-transform: capitalize;
}
.property-section .property-box .property-image .seen-data {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 1px 8px 2px;
  border-radius: 5px;
  background-color: #1c2d3a;
}
.property-section .property-box .property-image .seen-data svg {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 8px;
  color: #ffffff;
}
.property-section
  .property-wrapper-grid
  .property-grid
  > .col-xl-4
  .property-box
  .property-details {
  padding: 20px;
}
.property-section .property-1 .property-details,
.property-section .property-2 .property-details {
  padding: 30px;
}
.property-wrapper-grid .col-xl-4 .property-details {
  padding: 15px;
}
.property-details {
  padding: 30px;
  position: relative;
}
.property-section .property-2 .property-box .property-details > span {
  display: block;
  margin-top: -3px;
  margin-bottom: 5px;
}
.property-section .property-1 .property-details > span,
.property-section .property-2 .property-details > span {
  display: block;
  margin-top: -3px;
}
.property-details > span {
  letter-spacing: 5px;
  color: #959595;
  text-transform: uppercase;
  font-weight: 500;
}
.property-section .property-2 .property-box .property-details > a {
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: transparent;
  background: linear-gradient(to right, #1c2d3a 0%, #1c2d3a 100%);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}
.property-details > a {
  display: block;
  color: #1c2d3a;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.property-section .property-box .property-details h6.color-6 {
  color: var(--theme-default8);
}
.property-section .property-box .property-details h6 {
  font-weight: 600;
  font-size: 17px;
  color: var(--theme-default3);
}
h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
p.font-roboto {
  letter-spacing: 0.5px;
  font-size: 13px;
}
.font-roboto {
  font-family: Roboto, sans-serif;
}
p {
  font-size: 15px;
  line-height: 1.2;
  color: #647589;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.property-details .property-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.property-section .property-box .property-details > ul > li > img {
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}
.btn.btn-pill {
  border-radius: 30px;
}
.btn.btn-dashed {
  border: 1px dashed #d2d2d2;
  color: #1c2d3a;
  background: transparent;
  -webkit-transition: all 0.5sease;
  transition: all 0.5sease;
  position: relative;
  padding: 9px 30px 8px;
}
.single-property-images.ratio_40 .bg-size:before {
  padding-top: 31%;
}
.ratio_40 .bg-size:before {
  padding-top: 40%;
  content: "";
  display: block;
}
@media (max-width: 575px) {
  .single-property-section .single-title {
    padding: 15px 5px !important;
  }
}
a {
  text-decoration: none !important;
}

@media (max-width: 676px) {
  .single-property-section .single-title {
    flex-direction: column !important;
  }
  h2 {
    font-size: 18px;
  }
  .label {
    padding: 0px 5px 0px;
  }
  /* .single-property-section .left-single ul {
    margin: -5px -38px -10px !important;
  } */
  .btn.btn-dashed {
    padding: 8px 8px 8px !important;
  }

  .carousel-inner {
    height: 250px !important;
  }
}
@media (max-width: 991px) {
  .single-property-section .single-title {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .single-property-images.ratio_40 .bg-size:before {
    padding-top: 50%;
  }
}
.single-property-section .single-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background-color: #ffffff;
}

@media only screen and (min-width: 922px) {
  .single-property-section .single-title {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  }
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3sease-out;
  transition: -webkit-transform 0.3sease-out;
  transition: transform 0.3sease-out;
  transition: transform 0.3sease-out, -webkit-transform 0.3sease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
}
.modal-dialog {
  position: relative;
  width: auto;
  /* margin: 0.5rem; */
  pointer-events: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.single-property-section .single-title .right-single {
  text-align: right;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-property-section .left-single ul li > div img {
  width: 16px;
  margin-right: 10px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
.single-property-section {
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 1461px) {
  .container {
    max-width: 1400px !important;
  }
}
.carousel-control-next,
.carousel-control-prev {
  width: 8% !important;
}
.single-property-section .feature-label {
  margin-top: 15px;
}
.single-property-section .feature-label {
  margin-top: 15px;
}
.single-property {
  margin-top: 80px;
}

.property-list-details li span {
  font-weight: 500;
  min-width: 140px;
  display: inline-block;
  color: #586167;
  font-size: 16px;
}

.property-list-details li {
  display: block !important;
  line-height: 2 !important;
  font-weight: 700 !important;
  color: rgb(0 0 0 / 85%) !important;
  font-size: 16px !important;
}

section {
  padding: 125px 0px;
}

.single-property .description-section .desc-box {
  -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.single-property .description-section .menu-top {
  background-color: #ffffff;
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 0;
}
.nav {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.single-property .description-section .menu-top li.active a {
  color: var(--theme-default4);
  border-bottom: 2px solid var(--theme-default4);
  -webkit-transition: all 0.5sease;
  transition: all 0.5sease;
}
.single-property .description-section .menu-top li a {
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1c2d3a;
}

.single-property .description-section .desc-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: -2px;
}

h4 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: capitalize;
}
.single-property .description-section .desc-box .single-gallery {
  margin-bottom: -2px;
}
.single-gallery {
  position: relative;
}

.single-property .description-section .gallery-for {
  position: relative;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.single-property-section .left-single ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.single-property-section .left-single ul li {
  margin: 5px 10px;
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
}
.list_property img {
  height: 265px;
  width: 100%;
}

.single-property .page-section {
  padding: 30px;
}
.single-property .description-section .desc-box p {
  line-height: 1.5;
  color: #878787;
  font-family: Roboto, sans-serif;
  margin-bottom: 5px;
  width: 100%;
}

p {
  font-size: 15px;
}
.single-property .description-section .desc-box + .desc-box {
  margin-top: 30px;
}
.single-property .description-section .desc-box {
  /* -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07); */
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.single-property-section .left-single .share-buttons > div {
  position: relative;
}
.d-inline-block {
  display: inline-block !important;
}
.btn.btn-gradient.color-1 {
  background: #00000000 !important;
  border: 0.5px solid #0000007a;
}
.single-property-section .btn {
  /* padding: 4px 10px; */
  font-size: 12px;
}
.btn.btn-pill {
  border-radius: 30px;
}
.btn {
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 30px 7px;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
}
.single-property-section .left-single .share-buttons > div .share-hover {
  position: absolute;
  bottom: -50px;
  left: 0;
  background: #ffffff;
  -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-property-section .left-single .share-buttons > div .share-hover ul {
  margin: 0;
}
.single-property-section .left-single ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px -10px 15px;
  padding-left: 0px;
}
.btn.btn-pill {
  border-radius: 30px;
}
.single-property-section .btn {
  /* padding: 4px 10px; */
  font-size: 12px;
}
.btn.btn-dashed {
  border: 1px dashed #d2d2d2;
  color: #1c2d3a;
  background: transparent;
  -webkit-transition: all 0.5sease;
  transition: all 0.5sease;
  position: relative;
  padding: 9px 30px 8px;
}
.btn.btn-pill {
  border-radius: 30px;
}
.btn {
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 30px 7px;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
}
.property-section
  .property-wrapper-grid
  .property-grid
  > .col-xl-4
  .property-box
  .property-details
  ul
  li:first-child {
  padding-left: 0;
}
.property-section
  .property-wrapper-grid
  .property-grid
  > .col-xl-4
  .property-box
  .property-details
  ul
  li {
  padding-right: 8px;
}
.single-property .page-section iframe {
  width: 100%;
  height: 420px;
  margin-bottom: -5px;
}
iframe {
  border: 0;
}
@media only screen and (max-width: 676px) {
  .amenities-img {
    width: 70px !important;
  }
  p {
    font-size: 13px;
    line-height: 1.5rem;
  }
  .mobile-form {
    display: none !important;
  }
  .property-list-details li {
    font-size: 12px !important;
  }
}

.amenities-img {
  border-radius: 20px;
  width: 120px;
  padding: 4px;
}
.left-sidebar,
.blog-sidebar {
  -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 8px !important;
}
.sticky-cls {
  position: sticky !important;
  z-index: 1;
  top: 75px;
}
.blog-sidebar .search-bar {
  position: relative;
}
.blog-sidebar .search-bar input {
  width: 100%;
  border: none;
  padding: 14px 14px 14px 50px;
  background-color: rgba(250, 250, 250, 0.8);
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.blog-sidebar .search-bar i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 14px;
  color: var(--theme-default3);
}
.btn.btn-pill {
  border-radius: 30px;
}
.btn.btn-dashed {
  border: 1px dashed #d2d2d2;
  color: #1c2d3a;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  padding: 9px 30px 8px;
}
.filter-cards .advance-card + .advance-card {
  margin-top: 34px;
}
.filter-cards .advance-card > h6 {
  color: #586167;
  margin-bottom: 30px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.filter-cards .advance-card .category-property ul li {
  display: block;
  color: #878787;
  font-family: Roboto, sans-serif;
}
.filter-cards .advance-card .category-property ul li a {
  color: #878787;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.04rem;
}
.filter-cards .advance-card .recent-property ul li {
  display: block;
}
.filter-cards .advance-card .recent-property ul li .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-cards .advance-card .recent-property ul li .media .media-body {
  margin-left: 15px;
}
.filter-cards .advance-card .recent-property ul li .media .media-body h5 {
  font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
  font-weight: 600;
  color: #586167;
}
.filter-cards .advance-card .recent-property ul li .media .media-body span {
  color: var(--theme-default3);
  font-size: 13px;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.filter-cards .advance-card .tags ul {
  margin-top: -8px;
}
.filter-cards .advance-card .tags ul li {
  padding: 4px 10px;
  background-color: #f2f2f2c7;
  margin: 8px 8px 0 0;
  border-radius: 4px;
  text-transform: capitalize;
}
.filter-cards .advance-card .tags ul li a {
  color: #1c2d3a;
}
.blog-grid, .blog-list {
  margin-bottom: -37px;
}
.blog-wrap .blog-image {
  position: relative;
  overflow: hidden;
}
.filter-cards .advance-card .recent-property ul li .media img {
  width: 95px;
  height: 63px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.blog-wrap .blog-image .blog-label {
  width: 80px;
  height: 59px;
  border-radius: 2px;
  /* background-color: #ffffff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.blog-wrap .blog-image .blog-label h3 {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600;
}
.blog-wrap .blog-image .blog-label h3, .blog-wrap .blog-image .blog-label span {
  color: #586167;
}
.blog-wrap .blog-image .blog-label span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.blog-wrap .blog-details {
  padding: 35px;
}
.blog-wrap .blog-details h3 a {
  color: #1c2d3a;
  font-weight: 700;
  line-height: 1.6;
}
.blog-wrap .blog-details a {
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.9;
  margin-bottom: -10px;
  font-weight: 500;
}
.blog-wrap .blog-details p {
  font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
  line-height: 1.65;
  margin: 5px 0 15px;
  color: rgba(88, 97, 103, 0.7);
}
.blog-wrap .blog-details a {
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.9;
  margin-bottom: -10px;
  font-weight: 500;
}
.blog-wrap .blog-details span, .blog-wrap .blog-details h5, .blog-wrap .blog-details a {
  color: #586167;
}
.blog-wrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  margin-bottom: 35px;
  overflow: hidden;
}
.theme-card {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    padding: 30px;
}