@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
}

.container,
.container-full {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 565px;
  }
}
@media (max-width: 769px) {
  .container-full {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 730px;
  }
  .container-full {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-bottom {
  height: 35px;
  background-color: #152b59;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 6px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.nav-bottom a {
  color: #fff!important;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    display: flex;
}
.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-slider {
  max-width: 800px;
  margin: 0 auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.slick-dots button {
  border: none;
  background: #c4c4c4;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  overflow: hidden;
  text-indent: -999px;
}

.slick-dots li {
  padding: 0 10px;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90% !important;
  max-height: 90% !important;
  width: 100%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

.slick-lightbox-close {
  width: 40px;
  height: 40px;
  font-size: 30px;
  top: 10px;
  right: 10px;
}

.slick-lightbox-close:before {
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-lightbox-slick .slick-arrow {
  font-size: 0;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 36px;
  height: 36px;
  z-index: 2;
  border: none;
}

.slick-lightbox-slick .slick-arrow:hover,
.slick-lightbox-slick .slick-arrow:focus {
  background: #999;
}

.slick-lightbox-slick .slick-arrow:before {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 20px;
  height: 20px;
  content: "";
  left: 7px;
}

.slick-lightbox-slick .slick-arrow.slick-next {
  left: auto;
  right: 10px;
}

.slick-lightbox-slick .slick-arrow.slick-next:before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-slider {
  max-width: 800px;
  margin: 0 auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.slick-dots button {
  border: none;
  background: #c4c4c4;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  overflow: hidden;
  text-indent: -999px;
}

.slick-dots li {
  padding: 0 10px;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 90%;
  width: 100%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

.slick-lightbox-close {
  width: 40px;
  height: 40px;
  font-size: 30px;
  top: 10px;
  right: 10px;
}

.slick-lightbox-close:before {
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-lightbox-slick .slick-arrow {
  font-size: 0;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 36px;
  height: 36px;
  z-index: 2;
  border: none;
}

.slick-lightbox-slick .slick-arrow:hover,
.slick-lightbox-slick .slick-arrow:focus {
  background: #999;
}

.slick-lightbox-slick .slick-arrow:before {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 20px;
  height: 20px;
  content: "";
  left: 7px;
}

.slick-lightbox-slick .slick-arrow.slick-next {
  left: auto;
  right: 10px;
}

.slick-lightbox-slick .slick-arrow.slick-next:before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
}

body {
  font-family: "Lexend Deca", sans-serif;
}

body.overflow_hidden {
  overflow: hidden;
}

input,
select,
textarea,
button {
  font: inherit;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  transition: 0.2s ease-in-out;
}

input:focus {
  border-color: #3898ec !important;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
}

.site_head {
  padding: 16px 0;
}
.site_head .container {
  max-width: 1650px;
}
.site_head .wrapper {
  flex-wrap: nowrap;
  align-items: center;
}
.site_head .site_logo {
  width: 190px;
}
.site_head .site_logo svg {
  width: 100%;
}
.site_head svg {
  width: 20px;
  height: auto;
}
.site_head .dropdown {
  top: calc(100% + 10px);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.25s ease-in-out;
  right: 0;
  transform: scale(0.96);
  padding: 5px 0;
  box-shadow: 0 0 50px 0 rgba(32, 32, 32, 0.15);
  z-index: 19;
  background-color: white;
}
.site_head .dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1.01);
}
.site_head .navbar {
  flex-grow: 1;
}
.site_head .navbar .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.site_head .navbar .nav_item {
  position: relative;
}
.site_head .navbar .nav_link {
  display: inline-block;
  padding: 10px;
  color: #333;
  white-space: nowrap;
}
.site_head .navbar .nav_link.item_link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site_head .navbar .nav_link .bottom_arrow {
  width: 10px;
  height: auto;
}
.site_head .navbar .dropdown {
  left: 0;
  min-width: 200px;
}
.site_head .navbar .dropdown::before {
  background-color: #fff;
  content: "";
  height: 20px;
  left: 25px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  width: 20px;
  transition: all 0.1s ease 0;
}
.site_head .navbar .dropdown a {
  display: block;
  text-align: left;
  padding: 10px 20px;
  color: #212121;
}
.site_head .navbar .dropdown a:hover {
  background-color: #f8f8f8;
}
.site_head .navbar .dropdown li:last-child a {
  border-bottom: unset;
}
.site_head .right_bar {
  margin-left: auto;
  display: flex;
}
.site_head .language_select {
  position: relative;
  margin-left: 36px;
}
.site_head .language_select .icon {
  min-width: 20px;
}
.site_head .search_form .navsearch_input {
  border-radius: 99px;
  width: 100%;
  border: 1px solid #cccccc;
  height: 38px;
  box-shadow: unset;
  padding: 0 12px;
  font-size: 14px;
}

.language_select {
  position: relative;
  margin-left: 36px;
}
.language_select .toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  height: 100%;
  cursor: pointer;
}
.language_select .toggle .arrow svg {
  width: 12px;
  height: 8px;
}
.language_select .dropdown {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.language_select .dropdown a {
  padding: 10px 30px 10px 20px;
  color: #333;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.language_select .dropdown a svg,
.language_select .dropdown a img {
  width: 23px;
  min-width: 23px;
  height: auto;
}

@media (min-width: 991px) {
  .site_head .desktop_hide {
    display: none !important;
  }
  .mobile_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .site_head .right_bar {
    display: none;
  }
  .site_head .navbar {
    display: none;
  }
  .site_head .toggler {
    margin-left: auto;
    cursor: pointer;
  }
  .site_head .toggler svg {
    width: 30px;
    color: #212121;
  }
  .site_head .toggler svg path {
    fill: currentColor;
  }
  .mobile_menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 15px;
    transition: 0.5s;
    overflow-y: auto;
    visibility: hidden;
    z-index: -1;
    background-color: #152b59;
  }
  .mobile_menu .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
  }
  .mobile_menu .menu {
    width: 100%;
    padding-top: 20px;
  }
  .mobile_menu .menu .bottom_arrow {
    width: 10px;
    height: auto;
  }
  .mobile_menu .menu a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mobile_menu .nav_link {
    display: inline-block;
    padding: 12px 0;
    color: white;
    font-size: 20px;
    color: white;
  }
  .mobile_menu .nav_link svg {
    fill: currentColor;
  }
  .mobile_menu li .dropdown {
    margin-left: 10px;
    display: none;
  }
  .mobile_menu li .dropdown a {
    display: flex;
    padding: 8px 0;
    font-size: 17px;
    color: currentColor;
  }
  .mobile_menu .close_btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .mobile_menu .search_form {
    width: 100%;
  }
  .mobile_menu .search_form .navsearch_input {
    width: 100%;
    border-radius: 99px;
    border: 1px solid #cccccc;
    height: 45px;
    box-shadow: unset;
    padding: 0 12px;
    font-size: 14px;
  }
  .mobile_menu .language_select {
    color: #212121;
    margin-left: 0;
    margin-top: 10px;
  }
  .mobile_menu .language_select .dropdown {
    display: none;
    margin-top: 10px;
  }
  .mobile_menu .language_select .dropdown a {
    padding-left: 0;
  }
  .mobile_menu .language_select .dropdown a span {
    color: white;
  }
  .mobile_menu .language_select .item_link {
    color: white;
  }
  .mobile_menu .language_select .item_link svg path {
    fill: currentColor;
  }
  .mobile_menu.open {
    visibility: visible;
    padding-left: 25%;
  }
}
@media (max-width: 576px) {
  .site_head {
    margin: 0 !important;
  }
}
#main_content {
  transition: 0.5s;
  z-index: 1;
  height: auto;
  max-width: 100%;
  height: 100vh;
  max-height: 100% !important;
  background-color: white;
}
#main_content.menu {
  transform: scale(0.8) translateX(-90%) translateY(0%);
  border-radius: 30px;
  border-right: 5px solid #3e4861;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  pointer-events: none;
}

body.menu {
  overflow: hidden;
}

.home_search {
  padding: 0;
}
.home_search .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  min-height: 476px;
  border-radius: 30px;
  max-width: 1650px;
  margin: 0 auto;
  background-image: url(../images/homeSearch.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  width: 100%;
  text-align: center;
}
.home_search h3,
.home_search h1 {
  background-color: white;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home_search h3 {
  font-size: 20px;
  color: #3e4861;
  margin-bottom: 3px;
  padding: 0 4%;
}
.home_search h1 {
  font-size: 50px;
  color: #449dd7;
  padding: 0 6%;
  margin-bottom: 44px;
}
.home_search h1 span {
  color: #3e4861;
}
.home_search .container {
  max-width: 940px;
}
.home_search .tabs {
  align-self: flex-start;
  width: 100%;
  margin-bottom: 16px;
}
.home_search .tabs .tabs-nav {
  display: flex;
}
.home_search .tabs .tabs-nav a {
  display: inline-block;
  padding: 15px 20px;
  color: white;
  background-color: #8a8f9b;
  font-size: 16px;
  font-weight: 700;
}
.home_search .tabs .tabs-nav li {
  border-right: 1px solid #cccccc;
}
.home_search .tabs .tabs-nav li.active a {
  background-color: #152b59;
}
.home_search .tabs .tabs-nav li:first-child a {
  border-top-left-radius: 10px;
}
.home_search .tabs .tabs-nav li:last-child {
  border-right: unset;
}
.home_search .tabs .tabs-nav li:last-child a {
  border-top-right-radius: 10px;
}
.home_search .tabs .tabs-content {
  background-color: rgba(21, 43, 89, 0.8);
  border-radius: 0px 0px 30px 30px;
}
.home_search .tabs .tabs-content .tab-content {
  display: none;
}
.home_search .searchArea {
  padding: 32px 20px 24px;
}
.home_search .searchArea .search_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 24px 16px 24px 45px;
}
.home_search .searchArea .select {
  margin-bottom: 0;
  width: 150px;
  box-shadow: unset;
  border-bottom: 1px solid #cccccc;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home_search .searchArea .select .selectBtn {
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
}
.home_search .searchArea .select .selectBtn::after {
  right: 0;
}
.home_search .searchArea .select .selectDropdown {
  max-height: 180px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.home_search .searchArea .select .selectDropdown .option {
  white-space: nowrap;
  padding: 6px 35px 6px 24px;
}
.home_search .searchArea .custom_select {
  display: flex;
  align-items: center;
}
.home_search .searchArea .select_option {
  display: flex;
  align-items: center;
}
.home_search .searchArea .select_option .image {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}
.home_search .searchArea .select_option .image img {
  height: 45px;
}
.home_search .searchArea .search_btn {
  background-color: #8a8f9b;
  color: white;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 6px;
  border: unset;
  cursor: pointer;
}
.home_search .searchArea .search_btn:hover {
  opacity: 0.95;
}
.home_search .searchArea.project_box .search_bar {
  justify-content: flex-start;
  gap: 40px;
}
.home_search .search_filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 17px;
}
.home_search .search_filters .select {
  width: 120px;
}
.home_search .search_filters .select .selectBtn {
  background: transparent;
  color: white;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .nav-bottom{
    display: none;
  }
}

@media (max-width: 1650px) {
  .home_search,
.site_head {
    margin: 0 35px;
  }
  
}
@media (max-width: 768px) {
  .home_search,
.site_head {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .home_search .searchArea .search_bar {
    padding: 16px;
    flex-wrap: wrap;
  }
  .home_search .select .selectDropdown .option {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .home_search .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .home_search {
    overflow: visible;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .home_search .content {
    background-image: unset;
    background-color: #152b59;
    padding-bottom: 20px;
    padding-top: 0;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .home_search .content .container {
    padding: 0;
  }
  .home_search h3,
.home_search h1 {
    display: none;
  }
  .home_search .searchArea {
    padding: 0;
  }
  .home_search .searchArea .search_bar {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
  }
  .home_search .searchArea .search_bar .select_option:first-child .custom_select:nth-child(2) {
    margin-left: 120px;
    flex-grow: 1;
    width: auto;
  }
  .home_search .searchArea .select_option {
    background-color: white;
    width: 100%;
    padding: 30px 20px;
    border-top: 4px solid #152b59;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .home_search .searchArea .select_option .image {
    width: 100%;
    max-width: 100px;
    height: auto;
    min-width: 80px;
    padding: 0 20px;
  }
  .home_search .searchArea .select_option .image img {
    height: 70px;
    width: auto;
    margin: 0 auto;
  }
  .home_search .searchArea .select_option .selects {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    margin-left: auto;
  }
  .home_search .searchArea .select_option .select {
    width: 100%;
    max-width: 350px;
    border-radius: 6px;
  }
  .home_search .searchArea .select_option .custom_select {
    margin-left: auto;
    width: 100%;
  }
  .home_search .searchArea .search_btn {
    position: absolute;
    bottom: -26px;
    padding: 15px 33px;
    font-size: 18px;
  }
  .home_search .tabs .tabs-content {
    background-color: transparent;
    padding: 0 12px;
  }
  .home_search .search_filters_wrap {
    display: none;
  }
  .home_search .search_filters {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .home_search .search_filters .custom_select {
    width: calc(50% - 5px);
  }
  .home_search .search_filters .custom_select .select {
    width: 100%;
    background-color: white;
    border-bottom: unset;
  }
  .home_search .search_filters .custom_select .select .selectBtn {
    color: #3e4861;
    padding: 15px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
  }
  .home_search .search_filters .custom_select .select .selectBtn::after {
    right: 15px;
  }
  .home_search .search_filters .custom_select .select .selectDropdown {
    width: 100%;
  }
  .home_search .detail_search_btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
    color: #fff;
    float: right;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .home_search .detail_search_btn svg {
    fill: currentColor;
  }
  .home_search .tabs .tabs-nav {
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .home_search .tabs .tabs-nav li {
    width: 100%;
  }
  .home_search .tabs .tabs-nav li a {
    font-size: 14px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
  }
}
@media (max-width: 576px) {
  .home_search .searchArea .select_option {
    padding: 20px;
  }
  .home_search .searchArea .search_bar .select_option:first-child .custom_select:nth-child(2) {
    margin-left: 65px;
  }
  .home_search .searchArea .search_bar .select_option.optionWithImage:first-child .image {
    transform: translateY(50%);
  }
  .home_search .searchArea .search_bar .select_option.optionWithImage:first-child .custom_select {
    height: 29px;
  }
  .home_search .searchArea .select_option .image {
    max-width: 45px;
    min-width: auto;
    padding: 0;
  }
  .home_search .searchArea .select_option .image img {
    max-height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.custom_select .select {
  position: relative;
  width: 250px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: black;
  text-align: left;
}
.custom_select .select .selectBtn {
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.custom_select .select .selectBtn:after {
  content: "";
  top: 45%;
  right: 15px;
  min-width: 6px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transition: 0.2s ease;
}
.custom_select .select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.custom_select .select .selectBtn.toggle:after {
  transform: translateY(-50%) rotate(-135deg);
}
.custom_select .select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow-y: auto;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  transform: scale(1, 0);
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 0 20px 0 rgba(32, 32, 32, 0.15);
  padding: 5px 0;
  z-index: 10;
  border-radius: 4px;
}
.custom_select .select .selectDropdown .option {
  padding: 6px 10px;
  cursor: pointer;
}
.custom_select .select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.custom_select .select .selectDropdown.toggle {
  visibility: visible;
  transform: scale(1, 1);
}

.sect_title {
  color: #3e4861;
}
.sect_title h1 {
  font-size: 36px;
}
.sect_title h2 {
  font-size: 29px;
  padding-bottom: 6px;
}
.sect_title p {
  font-size: 22px;
  font-weight: 300;
  opacity: 0.8;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .sect_title h2 {
    font-size: 24px;
  }
  .sect_title p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .sect_title h2 {
    font-size: 20px;
  }
  .sect_title p {
    font-size: 16px;
  }
}
.featured_listings .sect_title {
  text-align: center;
  margin-bottom: 20px;
}

.listings_slider {
  width: 100%;
}
.listings_slider .list_item {
  border-radius: 16px;
  overflow: hidden;
  background-color: white;
  margin: 20px 10px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.listings_slider .list_item .list_img_wrapper {
  position: relative;
}
.listings_slider .list_item .list_img_wrapper img {
  aspect-ratio: 5/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listings_slider .list_item .list_img_wrapper .slick-arrow {
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.2784313725);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.listings_slider .list_item .list_img_wrapper .slick-arrow svg {
  fill: white;
  width: 100%;
  height: auto;
}
.listings_slider .list_item .list_img_wrapper .slick-arrow::before {
  display: none;
}
.listings_slider .list_item .list_img_wrapper .slick-prev {
  left: 7px;
}
.listings_slider .list_item .list_img_wrapper .slick-prev svg {
  transform: rotateY(180deg);
}
.listings_slider .list_item .list_img_wrapper .slick-next {
  right: 7px;
}
.listings_slider .list_item .list_img_wrapper .list_image_slide {
  display: flex;
  align-items: center;
}
.listings_slider .list_item .list_img_wrapper .slider {
  width: 100%;
}
.listings_slider .list_item .list_img_wrapper .list_location {
  font-size: 18px;
  color: white;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.listings_slider .list_item .list_img_wrapper .list_type {
  position: absolute;
  right: 19px;
  bottom: 200px;
  box-shadow: 0 0 0 5px rgb(255 255 255 / 20%);
  border-radius: 99px;
  color: white;
  padding: 5px 15px;
  font-size: 12px;
  background: #152b59;
}
.listings_slider .list_item:hover .list_img_wrapper .slick-arrow {
  opacity: 1;
}
.listings_slider .list_item .list_detail .title {
  margin-bottom: 10px;
  padding: 16px 24px;
  padding-bottom: 0;
}
.listings_slider .list_item .list_detail .title a {
  color: #333;
}
.listings_slider .list_item .list_detail .title svg {
  width: 20px;
  height: 20px;
  background-color: #0ac186;
  fill: white;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  top: 4px;
}
.listings_slider .list_item .list_detail .price {
  padding: 16px 24px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #0ac186;
}
.listings_slider .slick-dots button {
  background: rgba(1, 41, 91, 0.1);
  border-radius: 50%;
  padding: 6px;
}
.listings_slider .slick-dots button::before {
  width: 100%;
  height: 100%;
  position: static;
  content: "";
  display: block;
  border-radius: 50%;
}
.listings_slider .slick-dots .slick-active button::before {
  background-color: rgb(38, 52, 95);
}
.listings_slider .slick-list {
  margin: 0 -10px;
}
.listings_slider.slider2 .list_item {
  border-radius: 8px;
}
.listings_slider.slider2 .list_item .list_detail .title {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 18px 0;
}
.listings_slider.slider2 .list_item .list_detail .title svg {
  width: 17px;
  height: 17px;
}
.listings_slider.slider2 .list_item .list_detail .price {
  padding: 7px 16px 18px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .listings_slider .slick-arrow {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
section {
  padding: 40px 0;
}

.our_consultants {
  background-color: #f7f9fc;
}
.our_consultants .sect_title {
  text-align: center;
  margin-bottom: 20px;
}
.our_consultants .consultants_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.our_consultants .consultants_grid .item {
  position: relative;
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  border-radius: 6px;
  margin-top: 30px;
  cursor: pointer;
}
.our_consultants .consultants_grid .item .agency_call {
  position: absolute;
  right: 20px;
  top: 25px;
}
.our_consultants .consultants_grid .item .agency_call svg {
  width: 30px;
  height: auto;
  fill: #0ac186;
}
.our_consultants .consultants_grid .item .image {
  padding: 30px;
}
.our_consultants .consultants_grid .item .image .thumb {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.our_consultants .consultants_grid .item .image .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(25, 25, 25, 0.05);
}
.our_consultants .consultants_grid .item .image .detail {
  text-align: center;
  margin-top: 10px;
}
.our_consultants .consultants_grid .item .image .detail .name {
  color: #333;
  transition: 0.2s ease-in-out;
  font-size: 18px;
  margin-bottom: 5px;
}
.our_consultants .consultants_grid .item .image .detail .name:hover {
  color: #449dd7;
}
.our_consultants .consultants_grid .item .image .detail .position {
  color: #8a8f9b;
  font-size: 15px;
}
.our_consultants .consultants_grid .item .image .detail .position svg {
  width: 15px;
  height: auto;
  fill: currentColor;
}
.our_consultants .consultants_grid .item .info {
  margin-bottom: 35px;
}
.our_consultants .consultants_grid .item .info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: #8a8f9b;
}
.our_consultants .consultants_grid .item .info li:nth-child(even) {
  background-color: #f5f6f9;
}
.our_consultants .consultants_grid .item .profile_detail_btn {
  padding: 12px 25px;
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 2px solid currentColor;
  color: #3e4861;
  margin: 0 24px;
  margin-bottom: 16px;
}
.our_consultants .consultants_grid .item .profile_detail_btn svg {
  width: 15px;
  fill: currentColor;
}
.our_consultants .consultants_grid .item .profile_detail_btn:hover {
  background-color: #3e4861;
  color: white;
}

@media (max-width: 1200px) {
  .our_consultants .info li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .our_consultants .consultants_grid {
    overflow-x: auto;
    margin: -15px;
    gap: 15px;
  }
  .our_consultants .consultants_grid .item {
    min-width: 260px;
    margin: 15px;
  }
  .our_consultants .consultants_grid::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 576px) {
  .our_consultants .consultants_grid {
    gap: 0;
  }
  .our_consultants .consultants_grid .item {
    width: calc(65vw - 32px);
  }
}
.featured_blog {
  background-color: #f7f9fc;
}
.featured_blog .sect_title {
  text-align: center;
}
.featured_blog .blogs_slider {
  width: 100%;
}
.featured_blog .blogs_slider .slick-list {
  margin: 0 -15px;
}

.blog_item {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  border-radius: 6px;
  margin: 0 15px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.blog_item .top_title {
  margin: 0 20px;
  margin-top: -10px;
  padding: 3px 10px;
  background-color: #8a8f9b;
  color: white;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blog_item .thumb {
  padding: 20px;
  padding-bottom: 15px;
  margin-top: -10px;
}
.blog_item .thumb img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 6px;
}
.blog_item .detail .title {
  padding: 0 20px 10px;
  display: block;
  color: #3e4861;
}
.blog_item .detail .date {
  border-top: 1px solid #cccccc;
  padding: 15px 20px;
  display: block;
  margin-top: 15px;
  text-align: right;
}

section.last_news .sect_title {
  text-align: center;
  margin-bottom: 40px;
}
section.last_news .boxes_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
section.last_news .box_item {
  padding: 20px;
  height: 400px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
}
section.last_news .box_item svg {
  height: 30px;
  width: auto;
  margin-bottom: 20px;
}
section.last_news .box_item h5 {
  font-size: 24px;
  color: #3e4861;
}
section.last_news .box_item p {
  color: #3e4861;
  margin: 20px 0;
  font-weight: 300;
  line-height: 1.5;
}
section.last_news .box_item .box_btn {
  display: inline-block;
  border: 1px solid currentColor;
  color: #3e4861;
  border-radius: 99px;
  padding: 15px 45px;
  font-weight: 500;
}
section.last_news .box_item .box_btn:hover {
  background-color: #3e4861;
  color: white;
}
section.last_news .box_item:first-child {
  background-color: #e5ebe9;
}
section.last_news .box_item:nth-child(2) {
  background-color: #e8e5ea;
}
section.last_news .box_item:last-child {
  background-color: #e5ebe9;
}

@media (max-width: 991px) {
  section.last_news .boxes_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  section.last_news .boxes_grid {
    grid-template-columns: 1fr;
  }
  section.last_news .boxes_grid .box_item {
    height: 350px;
  }
}
.site_foot {
  border-top: 2px solid #e4e8ec;
}
.site_foot .foot_links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0 30px;
  margin: 0 -15px;
}
.site_foot .foot_links .col {
  width: 25%;
  padding: 0 15px;
  color: #3e4861;
}
.site_foot .foot_links .col h5 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
}
.site_foot .foot_links .col .menu a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 300;
}
.site_foot .foot_links .col a.logo {
  margin-bottom: 15px;
  display: block;
}
.site_foot .foot_links .col .download_app {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}
.site_foot .foot_links .col .download_app img {
  max-width: 128px;
}
.site_foot p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 7px;
}
.site_foot .foot_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 2px solid #e4e8ec;
}
.site_foot .foot_bottom .copyright,
.site_foot .foot_bottom .foot_contact,
.site_foot .foot_bottom .social_media {
  width: 33.333%;
}
.site_foot .foot_bottom .social_media {
  text-align: right;
}
.site_foot .foot_bottom .social_media a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3e4861;
  border-radius: 50%;
  color: white;
  padding: 8px;
}
.site_foot .foot_bottom .social_media a svg {
  fill: currentColor;
}
.site_foot .foot_bottom .foot_contact {
  text-align: center;
}
.site_foot .foot_bottom .foot_contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3e4861;
  font-size: 14px;
  font-weight: 300;
}
.site_foot .foot_bottom .foot_contact a svg {
  fill: currentColor;
}
.site_foot .foot_bottom .foot_contact a:hover {
  color: #3e4861;
}
.site_foot .foot_bottom .foot_contact .tel {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .site_foot .foot_links {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .site_foot .foot_links .col {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .site_foot .foot_links .col {
    width: 100%;
  }
  .site_foot .foot_links .col img {
    max-width: 160px;
  }
  .site_foot .foot_bottom {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .site_foot .foot_bottom > div,
.site_foot .foot_bottom .copyright {
    width: 100% !important;
    text-align: center !important;
  }
}
.listings_filter_bar {
  background-color: #e3ecee;
  padding: 20px 0;
  top: -100%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  transition: 0.4s ease;
  z-index: 9;
}
.listings_filter_bar form {
  display: flex;
  align-items: center;
}
.listings_filter_bar .search_bar {
  width: 100%;
  max-width: 290px;
  display: flex;
  align-items: center;
  border-radius: 99px;
  height: 48px;
  background-color: white;
  padding: 0 10px;
  margin-right: 10px;
}
.listings_filter_bar .search_bar input {
  height: 100%;
  width: 100%;
  border: unset;
  background-color: transparent;
  font-size: 15px;
}
.listings_filter_bar .search_bar input::-moz-placeholder {
  color: #3e4861;
  opacity: 0.45;
  font-size: 12px;
}
.listings_filter_bar .search_bar input:-ms-input-placeholder {
  color: #3e4861;
  opacity: 0.45;
  font-size: 12px;
}
.listings_filter_bar .search_bar input::placeholder {
  color: #3e4861;
  opacity: 0.45;
  font-size: 12px;
}
.listings_filter_bar .search_bar svg {
  font-size: 20px;
  cursor: pointer;
  margin: 0 10px;
  color: #3e4861;
}
.listings_filter_bar .filter {
  flex-grow: 1;
}
.listings_filter_bar .filter .inner {
  display: flex;
  gap: 12px;
}
.listings_filter_bar .filter .custom_select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.listings_filter_bar .filter .custom_select .select {
  width: 100%;
  box-shadow: unset;
  margin: 0;
}
.listings_filter_bar .filter .custom_select .select .selectBtn {
  padding: 12px 10px;
  border-radius: 99px;
  font-size: 14px;
  height: 42px;
  background-color: transparent;
  border: 1px solid #3e4861;
  color: #3e4861;
}
.listings_filter_bar .filter .custom_select .select .selectDropdown {
  border-radius: 16px;
  top: calc(100% + 10px);
  min-width: 160px;
}
.listings_filter_bar .filter .custom_select.more_filter {
  min-width: 180px;
}
.listings_filter_bar .filter .custom_select.more_filter .select .selectBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-weight: 400;
}
.listings_filter_bar .filter .custom_select.more_filter .select .selectBtn::after {
  display: none;
}
.listings_filter_bar .filter .custom_select.more_filter .select .selectBtn .count {
  background-color: #152b59;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.listings_filter_bar .filter_btn {
  padding: 12px 10px;
  border-radius: 99px;
  font-size: 14px;
  height: 42px;
  background-color: transparent;
  border: 1px solid #3e4861;
  color: #3e4861;
  display: flex;
  align-items: center;
  gap: 10px;
}
.listings_filter_bar .filter_btn .count {
  background-color: #152b59;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.listings_filter_bar.sticky {
  top: 0;
  z-index: 11;
}

@media (max-width: 991px) {
  .listings_filter_bar .search_bar {
    max-width: calc(100% - 108px);
    flex-grow: 1;
  }
  .listings_filter_bar form {
    flex-wrap: wrap;
  }
  .listings_filter_bar .filter {
    margin-top: 15px;
    display: none;
  }
  .listings_filter_bar .filter .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .listings_filter_bar .filter .custom_select {
    width: calc(50% - 7.5px);
  }
  .listings_filter_bar .filter .custom_select .select .selectBtn {
    background-color: white;
    border: unset;
  }
  .listings_filter_bar .filter .custom_select .select .selectDropdown {
    top: 100%;
  }
}
@media (max-width: 576px) {
  .listings_filter_bar form {
    position: relative;
  }
  .listings_filter_bar .search_bar {
    margin-right: 0;
    max-width: 100%;
  }
  .listings_filter_bar .filter_btn {
    position: absolute;
    right: 0;
    border: unset;
    border-radius: 0;
    top: 10px;
    height: 28px;
    border-left: 1px solid #cccccc;
  }
}
.listings_title {
  color: #3e4861;
  padding-top: 30px;
  padding-bottom: 10px;
}
.listings_title h1 {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}
.listings_title span {
  font-size: 16px;
  font-weight: 300;
}

.listings_grid .listing_item {
  height: 330px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e8ec;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.06), -12px 0 8px -4px rgba(0, 0, 0, 0.06);
}
.listings_grid .listing_item .image_wrapper {
  width: 60%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.listings_grid .listing_item .image_wrapper .image_count_content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  background-color: white;
  top: 8px;
  left: 8px;
  width: 105px;
  padding: 8px 12px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.listings_grid .listing_item .image_wrapper .image_count_content .item {
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listings_grid .listing_item .image_wrapper .image_count_content .item span {
  font-weight: 300;
  margin-left: 5px;
  color: #3e4861;
}
.listings_grid .listing_item .image_wrapper .image_count_content .item:last-child {
  border-left: 1px solid #cccccc;
}
.listings_grid .listing_item .image_wrapper .img_main {
  position: absolute;
  left: 0;
  top: 0;
  width: 68%;
  height: 100%;
}
.listings_grid .listing_item .image_wrapper .video_box,
.listings_grid .listing_item .image_wrapper .virtual_box {
  width: 31.8%;
  height: 49.7%;
}
.listings_grid .listing_item .image_wrapper .video_box img,
.listings_grid .listing_item .image_wrapper .virtual_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listings_grid .listing_item .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 40%;
}
.listings_grid .listing_item .desc > a {
  width: 100%;
  display: block;
  padding: 20px 20px 10px 30px;
}
.listings_grid .listing_item .desc * {
  color: #3e4861;
}
.listings_grid .listing_item .desc .title {
  margin-bottom: 12px;
}
.listings_grid .listing_item .desc .title h2 {
  font-weight: 500;
  font-size: 20px;
}
.listings_grid .listing_item .desc .title h5 {
  font-weight: 500;
}
.listings_grid .listing_item .desc .price {
  font-weight: 300;
  font-size: 14px;
}
.listings_grid .listing_item .desc .about_tour {
  margin: 20px 0;
}
.listings_grid .listing_item .desc .about_tour > div {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #cccccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.listings_grid .listing_item .desc .about_tour > div:first-child {
  padding-left: 0;
}
.listings_grid .listing_item .desc .about_tour > div:last-child {
  border-right: 0;
}
.listings_grid .listing_item .desc .about_tour > div span {
  font-size: 14px;
  font-weight: 300;
  margin-left: 8px;
}
.listings_grid .listing_item .desc .list_details li {
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 3px;
}
.listings_grid .listing_item .desc .item_agent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #e8e5ea;
  border-bottom-right-radius: 8px;
  padding: 10px 20px;
}
.listings_grid .listing_item .desc .item_agent .agent_name {
  display: flex;
  align-items: center;
}
.listings_grid .listing_item .desc .item_agent .agent_name img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}
.listings_grid .listing_item .desc .item_agent .agent_contact a {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
}
.listings_grid .listing_item .desc .item_agent .agent_contact a:first-child {
  border-right: 1px solid #cccccc;
  margin-right: 10px;
  padding-right: 10px;
}

section.listings .sect_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
section.listings .sect_title .shortBy {
  display: flex;
  align-items: center;
}
section.listings .sect_title .shortBy .select {
  width: 140px;
  box-shadow: unset;
}
section.listings .sect_title .shortBy .select .selectDropdown {
  border: 1px solid #e4e8ec;
  top: calc(100% + 5px);
}

@media (max-width: 991px) {
  section.listings .listings_grid .listing_item {
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  section.listings .listings_grid .image_wrapper {
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  section.listings .listings_grid .desc {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.listings .listings_grid .image_wrapper .video_box {
    display: none;
  }
  section.listings .listings_grid .image_wrapper .virtual_box {
    display: none;
  }
  section.listings .listings_grid .image_wrapper .img_main {
    position: static;
    width: 100%;
    aspect-ratio: 5/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.listings .listings_grid .desc {
    width: 100%;
  }
  section.listings .listings_grid .desc > a {
    padding: 16px 16px 15px;
  }
  section.listings .listings_grid .desc .title h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  section.listings .listings_grid .desc .title h5 {
    opacity: 0.9;
    font-weight: 400;
  }
  section.listings .listings_grid .desc .list_details {
    display: none;
  }
  section.listings .listings_grid .desc .about_tour {
    margin-bottom: 10px;
  }
  section.listings .listings_grid .desc .item_agent {
    padding: 10px 16px;
  }
  section.listings .listings_grid .desc .item_agent .agent_contact {
    display: flex;
  }
  section.listings .listings_grid .desc .item_agent .agent_contact > a {
    flex-direction: column;
    gap: 4px;
  }
  section.listings .listings_grid .desc .item_agent .agent_contact svg {
    width: 20px;
    height: auto;
  }
  section.listings .listings_grid .desc .item_agent .agent_contact span {
    font-size: 10px;
  }
  section.listings .listings_grid .desc .item_agent .agent_name span {
    font-size: 12px;
  }
  section.listings .sect_title {
    flex-wrap: wrap;
  }
  section.listings .sect_title .shortBy {
    font-size: 14px;
  }
  section.listings .sect_title .shortBy .select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.listings .sect_title .shortBy .selectBtn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
}
section.property_detail {
  padding-top: 10px;
  overflow: hidden;
}

.property_detail_gallery .image_count_content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  background-color: white;
  top: 8px;
  left: 8px;
  width: 65px;
  padding: 8px 12px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.property_detail_gallery .image_count_content .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.property_detail_gallery .image_count_content .item span {
  font-weight: 300;
  margin-left: 5px;
  color: #3e4861;
}
.property_detail_gallery .slider {
  width: 100%;
  height: 400px;
  display: block;
  align-items: center;
  flex-wrap: wrap;
}
.property_detail_gallery .active {
  position: relative;
}
.property_detail_gallery .active img {
  width: 100%;
  height: 100%;
}
.property_detail_gallery img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.property_detail_content {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.property_detail_content .detail_content {
  width: calc(70% - 30px);
}
.property_detail_content .agent_sidebar {
  width: calc(30% - 30px);
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.property_detail_content .agent_sidebar .agent_details {
  top: 15px;
  margin-bottom: 30px;
  padding: 25px;
  background-color: #e3ecee;
  border-radius: 8px;
}
.property_detail_content .agent_sidebar .agent_name_wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.property_detail_content .agent_sidebar .agent_name_wrap h5 {
  color: #3e4861;
  font-size: 16px;
  font-weight: 500;
}
.property_detail_content .agent_sidebar .agent_name_wrap img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property_detail_content .agent_sidebar .desc {
  padding: 20px 0;
}
.property_detail_content .agent_sidebar .desc > div {
  color: #3e4861;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
}
.property_detail_content .agent_sidebar .buttons a {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #3e4861;
  display: block;
  text-align: center;
  padding: 15px 32px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 500;
}
.property_detail_content .agent_sidebar .buttons a.book_btn {
  background-color: #3e4861;
  color: white;
}
.property_detail_content .agent_sidebar .buttons a.book_btn:hover {
  background-color: transparent;
  color: #3e4861;
}
.property_detail_content .agent_sidebar .buttons a.value_btn {
  color: #3e4861;
}
.property_detail_content .agent_sidebar .social_media {
  text-align: center;
  padding: 10px 0;
}
.property_detail_content .agent_sidebar .social_media a {
  display: inline-block;
  color: #3e4861;
  font-size: 18px;
  width: 35px;
  height: 35px;
  border: 1px solid #3e4861;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  border-radius: 10px;
}
.property_detail_content .agent_sidebar .social_media a svg {
  fill: #3e4861;
}
.property_detail_content .price {
  font-size: 24px;
  font-weight: 700;
  color: #3e4861;
}
.property_detail_content .price span {
  font-size: 16px;
  font-weight: 300;
}
.property_detail_content .about_tour {
  margin: 20px 0;
}
.property_detail_content .about_tour > div {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #cccccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.property_detail_content .about_tour > div:first-child {
  padding-left: 0;
}
.property_detail_content .about_tour > div:last-child {
  border-right: 0;
}
.property_detail_content .about_tour > div span {
  font-size: 14px;
  font-weight: 300;
  margin-left: 8px;
}
.property_detail_content .title {
  color: #3e4861;
  font-weight: 300;
  font-size: 16px;
  margin-top: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.property_detail_content .description {
  padding: 25px 0;
}
.property_detail_content .description h4 {
  color: #3e4861;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
.property_detail_content .description p {
  color: #3e4861;
  font-weight: 300;
}
.property_detail_content .description p a {
  color: #0d6efd;
  font-weight: 500;
  text-decoration: underline;
}
.property_detail_content .description p a:hover {
  color: #3e4861;
}
.property_detail_content .agent_contact {
  margin: 20px 0;
}
.property_detail_content .agent_contact a {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #3e4861;
  gap: 8px;
}
.property_detail_content .agent_contact a:first-child {
  border-right: 1px solid #cccccc;
  margin-right: 10px;
  padding-right: 10px;
}
.property_detail_content .features {
  padding: 20px 15px;
  border-radius: 4px;
  border: 1px solid #e4e8ec;
}
.property_detail_content .features ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 20px;
  row-gap: 15px;
}
.property_detail_content .features li {
  display: flex;
  gap: 10px;
  padding: 4px 0;
  width: 33.3333%;
}
.property_detail_content .features li svg {
  fill: #00ba74;
  width: 20px;
  height: 20px;
  padding: 4px;
  background: rgba(0, 186, 116, 0.1);
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.property_detail_content .features li span {
  color: #3e4861;
}
.property_detail_content .features .block_title {
  font-size: 16px;
  font-weight: 500;
  color: #3e4861;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #e4e8ec;
}

@media (min-width: 991px) {
  .property_detail_gallery .active {
    width: calc(50% - 10px);
    height: 100%;
    overflow: hidden;
    display: inline-block;
    float: left;
  }
  .property_detail_gallery .Imgslide {
    width: calc(25% - 10px);
    height: calc(50% - 7px);
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .property_detail_gallery .slider {
    height: auto;
  }
  .property_detail_content {
    flex-direction: column;
  }
  .property_detail_content .detail_content {
    width: 100%;
  }
  .property_detail_content .agent_sidebar {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .property_detail_content .features li {
    width: 100%;
  }
}
.slick-lightbox .slick-arrow {
  background-color: white;
}

@media (max-width: 991px) {
  .desktopDown-hide {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .desktopUp-hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tabletUp-hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .tabletDown-hide {
    display: none !important;
  }
}
section.about_content .sect_title {
  margin-bottom: 30px;
}
section.about_content .wrapper .vision_mission {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
section.about_content .wrapper .vision_mission .item {
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: white;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.071);
  padding: 25px;
  border-radius: 15px;
}
section.about_content .wrapper .vision_mission .item .icon {
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 26px;
  color: #fff;
}
section.about_content .wrapper .vision_mission .item .icon svg {
  fill: white;
  width: 55px;
  fill: #3e4861;
}
section.about_content .wrapper .vision_mission .item .detail span {
  font-weight: 700;
  font-size: 20px;
  color: #3e4861;
}
section.about_content .wrapper .vision_mission .item .detail p {
  color: #808a99;
  font-weight: 500;
}
section.about_content .wrapper .content {
  margin: 60px 0 100px;
  display: flex;
  flex-direction: column-reverse;
}
section.about_content .wrapper .content .main p {
  color: #64707e;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}
section.about_content .wrapper .content .sidebar {
  min-width: 450px;
  margin-bottom: 50px;
}
section.about_content .wrapper .content .sidebar ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
section.about_content .wrapper .content .sidebar ul li.item {
  background-color: #3e4861;
  border-radius: 8px;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  color: white;
}
section.about_content .wrapper .content .sidebar ul li.item span {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: -5px;
  display: block;
}

@media (max-width: 991px) {
  section.about_content .wrapper .vision_mission {
    grid-template-columns: repeat(1, 1fr);
  }
  section.about_content .wrapper .content {
    flex-wrap: wrap;
  }
  section.about_content .wrapper .content .sidebar {
    min-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.about_content .wrapper .vision_mission {
    grid-template-columns: repeat(1, 1fr);
  }
  section.about_content .wrapper .vision_mission .item {
    position: relative;
    overflow: hidden;
  }
  section.about_content .wrapper .vision_mission .item .icon {
    position: absolute;
    right: -10px;
    top: -10px;
    margin: 0;
    transform: rotate(-15deg);
    opacity: 0.1;
  }
  section.about_content .wrapper .content .sidebar ul {
    grid-template-columns: 1fr;
  }
}
.about_content{
  background-color: #f1f1f1;
}
section.contact {
  padding-bottom: 100px;
  background-color: #f1f1f1;
}
section.contact .wrapper {
  flex-wrap: nowrap;
  margin-top: 60px;
}
section.contact .wrapper .left-col {
  width: 40%;
  display: flex;
  flex-direction: column;
}
section.contact .wrapper .left-col .contactContent {
  margin-right: 20px;
  padding: 30px;
  background: #e3ecee;
  color: #3e4861;
  border-radius: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section.contact .wrapper .left-col .contactContent span {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
section.contact .wrapper .left-col .contactContent ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.contact .wrapper .left-col .contactContent ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #d4dfe2;
  padding: 12px 16px;
  border-radius: 5px;
}
section.contact .wrapper .left-col .contactContent ul li svg {
  height: 18px;
  width: auto;
  fill: #3e4861;
}
section.contact .wrapper .left-col .contactContent ul li span {
  margin: 0;
  font-size: 17px;
  text-transform: inherit;
}
section.contact .wrapper .left-col .stages {
  position: relative;
  padding-left: 30px;
  margin-top: 50px;
}
section.contact .wrapper .left-col .stages::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 3px;
  height: 100%;
  background: rgba(51, 51, 51, 0.1);
  border-radius: 5px;
}
section.contact .wrapper .left-col .stages .head {
  padding-right: 40px;
}
section.contact .wrapper .left-col .stages .head span {
  font-size: 18px;
  font-weight: 700;
  color: #3e4861;
}
section.contact .wrapper .left-col .stages .head p {
  color: rgb(117, 128, 143);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}
section.contact .wrapper .left-col .stages .steps .step {
  margin-bottom: 15px;
  margin-right: 20px;
  position: relative;
  background: rgba(109, 129, 161, 0.06);
  border: 2px solid rgba(67, 80, 99, 0.08);
  padding: 20px 25px;
  border-radius: 15px;
}
section.contact .wrapper .left-col .stages .steps .step::after {
  content: "";
  color: rgb(236, 242, 251);
  font-weight: 600;
  position: absolute;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -44px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: rgb(64, 77, 96);
  border: 3px solid rgb(173, 180, 191);
  -o-border-image: initial;
     border-image: initial;
}
section.contact .wrapper .left-col .stages .steps .step::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -6px;
  margin-left: -3px;
  border-right: 8px solid rgb(225, 229, 236);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.2s ease 0s;
}
section.contact .wrapper .left-col .stages .steps .step:nth-child(1)::after {
  content: "1";
}
section.contact .wrapper .left-col .stages .steps .step:nth-child(2)::after {
  content: "2";
}
section.contact .wrapper .left-col .stages .steps .step:nth-child(3)::after {
  content: "3";
}
section.contact .wrapper .left-col .stages .steps .step span {
  color: #3e4861;
  font-size: 18px;
  font-weight: 700;
}
section.contact .wrapper .left-col .stages .steps .step p {
  color: rgb(106, 117, 133);
  font-size: 17px;
  font-weight: 500;
}
section.contact .wrapper .right-col {
  width: 60%;
  z-index: 1;
  padding-left: 24px;
}
section.contact .wrapper .right-col form {
  padding: 40px 35px;
  border-radius: 6px;
  background-color: white;
}
section.contact .wrapper .right-col form .contactForm {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
section.contact .wrapper .right-col form .contactForm .form-element:not(:nth-child(1)):not(:nth-child(2)) {
  width: 100%;
}
section.contact .wrapper .right-col form .contactForm .form-element:nth-child(1),
section.contact .wrapper .right-col form .contactForm .form-element:nth-child(2) {
  width: calc(50% - 12px);
}
section.contact .wrapper .right-col form .contactForm .form-element {
  display: flex;
  flex-direction: column;
}
section.contact .wrapper .right-col form .contactForm .form-element label {
  font-weight: 500;
  font-size: 16px;
  padding-left: 2px;
  margin-bottom: 5px;
  color: rgb(65, 78, 96);
}
section.contact .wrapper .right-col form .contactForm .form-element input,
section.contact .wrapper .right-col form .contactForm .form-element textarea,
section.contact .wrapper .right-col form .contactForm .form-element select {
  color: rgb(109, 122, 137);
  box-shadow: none !important;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.063);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 10px;
  font-weight: 500;
  color: black;
}
section.contact .wrapper .right-col form .contactForm .form-element input::-moz-placeholder, section.contact .wrapper .right-col form .contactForm .form-element textarea::-moz-placeholder, section.contact .wrapper .right-col form .contactForm .form-element select::-moz-placeholder {
  font-weight: 500;
  opacity: 0.4;
}
section.contact .wrapper .right-col form .contactForm .form-element input:-ms-input-placeholder, section.contact .wrapper .right-col form .contactForm .form-element textarea:-ms-input-placeholder, section.contact .wrapper .right-col form .contactForm .form-element select:-ms-input-placeholder {
  font-weight: 500;
  opacity: 0.4;
}
section.contact .wrapper .right-col form .contactForm .form-element input::placeholder,
section.contact .wrapper .right-col form .contactForm .form-element textarea::placeholder,
section.contact .wrapper .right-col form .contactForm .form-element select::placeholder {
  font-weight: 500;
  opacity: 0.4;
}
section.contact .wrapper .right-col form .contactForm .form-element input:focus,
section.contact .wrapper .right-col form .contactForm .form-element textarea:focus,
section.contact .wrapper .right-col form .contactForm .form-element select:focus {
  border: 1px solid #333;
}
section.contact .wrapper .right-col form .contactForm .form-element select {
  opacity: 0.6;
}
section.contact .wrapper .right-col form .contactForm .form-element textarea {
  width: 100% !important;
  min-height: 80px;
}
section.contact .wrapper .right-col form .contactForm button {
  display: inline-flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 25px;
  box-shadow: 0 3px 20px rgba(51, 51, 51, 0.3);
  background-color: #3e4861;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  border: none;
  cursor: pointer;
}
section.contact .wrapper .right-col form .contactForm button span {
  color: white;
  font-weight: 500;
}
section.contact .wrapper .right-col form .contactForm button svg {
  width: 16px;
  height: auto;
  fill: currentColor;
  color: white;
}
section.contact .wrapper .right-col form .contactForm button:hover {
  gap: 40px;
}
section.contact .wrapper .right-col form .contactForm .choose_service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
section.contact .wrapper .right-col form .contactForm .choose_service label {
  cursor: pointer;
}
section.contact .wrapper .right-col form .contactForm .choose_service label input {
  opacity: 0;
  position: absolute;
}
section.contact .wrapper .right-col form .contactForm .choose_service label input[type=radio]:checked + .content {
  background: rgba(101, 153, 239, 0.13);
  border-color: rgba(101, 153, 239, 0.54);
}
section.contact .wrapper .right-col form .contactForm .choose_service label .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(241, 243, 246);
  padding: 13px 20px;
  border-radius: 10px;
  border: 2px solid transparent;
}
section.contact .wrapper .right-col form .contactForm .choose_service label .content svg {
  width: 22px;
  height: auto;
}
section.contact .wrapper .right-col form .contactForm .choose_service label .content span {
  color: #3e4861;
  font-weight: 600;
}
section.contact .wrapper .right-col form .contactOffer .form-element:nth-child(2) {
  width: 100%;
}
section.contact .wrapper .right-col form .contactOffer .form-element:nth-child(3), section.contact .wrapper .right-col form .contactOffer .form-element:nth-child(4) {
  width: calc(50% - 12px) !important;
}

@media (max-width: 991px) {
  section.contact .wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  section.contact .wrapper .left-col,
section.contact .wrapper .right-col {
    width: 100%;
  }
  section.contact .wrapper .right-col {
    padding-left: 0;
  }
  section.contact .wrapper .right-col form {
    margin: 0;
  }
  section.contact .wrapper .left-col .stages {
    padding-left: 38px;
  }
  section.contact .wrapper .left-col .stages::before {
    left: 8px;
  }
  section.contact .wrapper .left-col .stages .steps .step {
    margin-right: 0;
  }
  section.contact .wrapper .left-col .contactContent {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  section.contact .wrapper .right-col form {
    padding: 30px 20px;
  }
  section.contact .wrapper .right-col form .contactForm .choose_service {
    grid-template-columns: repeat(1, 1fr);
  }
  section.contact .wrapper .right-col form .form-element {
    width: 100% !important;
  }
}
section.blog_slider {
  margin-bottom: 20px;
  position: relative;
}
section.blog_slider .blogslider .wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
section.blog_slider .blogslider .slider {
  width: 100%;
}
section.blog_slider .blogslider .slider .slick-list {
  margin: 0 -8px;
}
section.blog_slider .blogslider .slider .slide .inner {
  margin: 0 8px;
  position: relative;
  transition: 0.3s;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
section.blog_slider .blogslider .slider .slide .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: linear-gradient(to bottom, transparent 30%, rgba(41, 49, 61, 0.8705882353) 75%);
}
section.blog_slider .blogslider .slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
section.blog_slider .blogslider .slider .slide .content {
  text-align: center;
  position: absolute;
  transition: 0.3s;
  width: 100%;
  bottom: 0;
  padding: 0px 18px;
  padding-bottom: 25px;
}
section.blog_slider .blogslider .slider .slide .content h3 {
  color: white;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 15px;
}
section.blog_slider .blogslider .slider .slide .content span.category {
  background-color: #333;
  color: white;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 24px;
  font-size: 18px;
}
section.blog_slider .blogslider .prev-arrow {
  left: 16px;
}
section.blog_slider .blogslider .prev-arrow svg {
  transform: rotate(180deg);
}
section.blog_slider .blogslider .next-arrow {
  right: 16px;
}
section.blog_slider .blogslider .prev-arrow,
section.blog_slider .blogslider .next-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  background-color: #ccc;
}
section.blog_slider .blogslider .prev-arrow svg,
section.blog_slider .blogslider .next-arrow svg {
  width: 18px;
  height: auto;
}

section.blog_list {
  padding-top: 30px;
}
section.blog_list .wrapper {
  margin: 0 -12px;
}
section.blog_list .wrapper .main {
  padding: 0 12px;
}
section.blog_list .wrapper .main .blog-head .grid-style .lines {
  width: 25px;
}
section.blog_list .wrapper .main .blog-head .grid-style .lines.line-style svg {
  opacity: 1;
}
section.blog_list .wrapper .main .blog-head .grid-style .grid {
  width: 20px;
}
section.blog_list .wrapper .main .blog-head .grid-style .grid.grid-style svg {
  opacity: 1;
}
section.blog_list .wrapper .main .item-list {
  display: flex;
  flex-direction: column;
}
section.blog_list .wrapper .main .item-list.grid-style {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
section.blog_list .wrapper .main .item-list.grid-style .blog-item {
  margin-bottom: 20px;
  flex-direction: column;
}
section.blog_list .wrapper .main .item-list.grid-style .blog-item .thumb {
  width: 100%;
  padding: 15px;
  margin: 0;
  height: auto;
}
section.blog_list .wrapper .main .item-list.grid-style .blog-item .thumb a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}
section.blog_list .wrapper .main .item-list.grid-style .blog-item .thumb a img {
  aspect-ratio: 4/2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.blog_list .wrapper .main .item-list.grid-style .blog-item .detail {
  padding: 15px;
  padding-top: 0;
  text-align: center;
}
section.blog_list .wrapper .main .item-list.grid-style .blog-item .detail .bottom {
  justify-content: center;
}
section.blog_list .wrapper .main .item-list.grid-style .blog-item .detail .bottom .view,
section.blog_list .wrapper .main .item-list.grid-style .blog-item .detail .bottom .comment {
  display: none;
}
section.blog_list .wrapper .main .item-list .blog-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 7px 38px rgba(0, 0, 0, 0.1);
}
section.blog_list .wrapper .main .item-list .blog-item .thumb {
  width: 285px;
  height: 185px;
  margin: 15px;
  display: flex;
}
section.blog_list .wrapper .main .item-list .blog-item .thumb a {
  display: block;
  width: 285px;
}
section.blog_list .wrapper .main .item-list .blog-item .thumb a img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.blog_list .wrapper .main .item-list .blog-item .detail {
  padding: 20px;
  padding-left: 5px;
}
section.blog_list .wrapper .main .item-list .blog-item .detail h2 {
  font-size: 22px;
  font-weight: 700;
  color: #3e4861;
  margin-bottom: 10px;
}
section.blog_list .wrapper .main .item-list .blog-item .detail p {
  color: #757e8d;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.blog_list .wrapper .main .item-list .blog-item .detail .bottom {
  display: flex;
  align-items: center;
  gap: 5px;
}
section.blog_list .wrapper .main .item-list .blog-item .detail .bottom div {
  display: flex;
  align-items: center;
}
section.blog_list .wrapper .main .item-list .blog-item .detail .bottom div svg {
  width: 14px;
  height: auto;
}
section.blog_list .wrapper .main .item-list .blog-item .detail .bottom div {
  background: rgba(62, 72, 97, 0.08);
  border-radius: 24px;
  padding: 2px 15px;
  gap: 3px;
}
section.blog_list .wrapper .main .item-list .blog-item .detail .bottom div span {
  font-size: 14px;
  font-weight: 500;
  color: #3e4861;
}
section.blog_list .wrapper .main .item-list .blog-item .detail .bottom a.category {
  color: #fff;
  background: #3e4861;
  font-weight: 700;
  font-size: 15px;
  padding: 2px 20px;
  border-radius: 24px;
}
section.blog_list .wrapper .main #pagination-container {
  margin: 40px 0;
}
section.blog_list .blog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
section.blog_list .blog-head .text h5 {
  display: block;
  color: rgba(62, 72, 97, 0.7);
  margin-bottom: -5px;
  font-size: 17px;
}
section.blog_list .blog-head .text span {
  font-size: 24px;
  font-weight: 700;
  color: #3e4861;
}
section.blog_list .blog-head .grid-style {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.blog_list .blog-head .grid-style .lines,
section.blog_list .blog-head .grid-style .grid {
  display: flex;
  cursor: pointer;
}
section.blog_list .blog-head .grid-style .lines {
  width: 25px;
}
section.blog_list .blog-head .grid-style .lines.line-style svg {
  opacity: 1;
}
section.blog_list .blog-head .grid-style .grid {
  width: 20px;
}
section.blog_list .blog-head .grid-style .grid.grid-style svg {
  opacity: 1;
}
section.blog_list .blog-head .grid-style svg {
  height: auto;
  fill: currentColor;
  color: #3e4861;
  opacity: 0.4;
}
section.blog_list .blog-head .icon svg {
  width: 45px;
  fill: currentColor;
  color: #3e4861;
}

@media (max-width: 991px) {
  section.blog_list .wrapper .main .blog-head .grid-style {
    display: none;
  }
  section.blog_list .wrapper .main .item-list .blog-item {
    flex-direction: column;
  }
  section.blog_list .wrapper .main .item-list .blog-item .thumb {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px;
    margin: 0;
  }
  section.blog_list .wrapper .main .item-list .blog-item .thumb a {
    height: 100%;
    width: 100%;
  }
  section.blog_list .wrapper .main .item-list .blog-item .thumb a img {
    width: 100%;
  }
  section.blog_list .wrapper .main .item-list .blog-item .detail {
    text-align: center;
    padding-top: 0 !important;
    padding: 20px;
  }
  section.blog_list .wrapper .main .item-list .blog-item .detail p {
    font-size: 16px;
  }
  section.blog_list .wrapper .main .item-list .blog-item .detail .bottom {
    justify-content: center;
  }
  section.blog_list .wrapper .main .item-list .blog-item .detail .bottom div:not(:first-child):not(:nth-child(2)) {
    display: none;
  }
  section.blog_list .wrapper .sidebar0a {
    width: 50%;
  }
}
@media (max-width: 768px) {
  section.blog_list .wrapper .main {
    width: 100%;
  }
  section.blog_list .wrapper .sidebar0a {
    width: 100%;
  }
  section.blog_list .wrapper .item-list {
    grid-template-columns: 1fr !important;
  }
}
section.services_content {
  padding-bottom: 100px;
  background-color: #f1f1f1;
}
section.services_content .wrapper .services_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
section.services_content .wrapper .services_list .item {
  padding: 15px;
  border-radius: 18px;
  width: 100%;
  background-color: white;
}
section.services_content .wrapper .services_list .item .thumb {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
}
section.services_content .wrapper .services_list .item .thumb a {
  width: 100%;
}
section.services_content .wrapper .services_list .item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 3/2;
  transition: 0.2s ease-in;
}
section.services_content .wrapper .services_list .item .content {
  padding: 20px 0;
}
section.services_content .wrapper .services_list .item .content span {
  background-image: linear-gradient(to right, #7794bf, #7963af);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
section.services_content .wrapper .services_list .item .content a h2 {
  font-size: 1.55rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #3e4861;
}
section.services_content .wrapper .services_list .item .content p {
  color: #7a8495;
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.services_content .wrapper .services_list .item:hover .thumb img {
  transform: scale(1.02);
}
section.services_content .sect_title {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  section.services_content .wrapper .services_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  section.services_content .wrapper .services_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.blog_article {
  background: #f1f1f1;
}
section.blog_article .wrapper {
  margin: 0 -12px;
}
section.blog_article .main .blog_content .blog_view {
  background-color: white;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 0 30px;
}
section.blog_article .main .blog_content .blog_view .content_head {
  padding: 20px 0;
}
section.blog_article .main .blog_content .blog_view .content_head a .category {
  color: #fff;
  background: #333;
  font-size: 16px;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 5px;
  margin-bottom: 9px;
  margin-top: 20px;
}
section.blog_article .main .blog_content .blog_view .content_head h1 {
  font-size: 34px;
  line-height: 2.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
section.blog_article .main .blog_content .blog_view .content_head p {
  color: #7c8395;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.015rem;
  margin-bottom: 15px;
}
section.blog_article .main .blog_content .blog_view .content_head .content_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.blog_article .main .blog_content .blog_view .content_head .content_detail .author a {
  display: flex;
  align-items: center;
  gap: 7px;
}
section.blog_article .main .blog_content .blog_view .content_head .content_detail .author a img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
section.blog_article .main .blog_content .blog_view .content_head .content_detail .author a span.name {
  font-weight: 700;
  font-size: 17px;
  color: #666;
}
section.blog_article .main .blog_content .blog_view .content_head .content_detail .view_comment_count {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7b8491;
  background: rgba(91, 115, 151, 0.0784313725);
  padding: 2px 20px;
  border-radius: 28px;
}
section.blog_article .main .blog_content .blog_view .content_head .content_detail .view_comment_count .view,
section.blog_article .main .blog_content .blog_view .content_head .content_detail .view_comment_count .comment {
  display: flex;
  align-items: center;
  gap: 3px;
}
section.blog_article .main .blog_content .blog_view .content_head .content_detail .view_comment_count .view svg,
section.blog_article .main .blog_content .blog_view .content_head .content_detail .view_comment_count .comment svg {
  width: 14px;
  height: auto;
  fill: #333;
}
section.blog_article .main .blog_content .blog_view .content_head .content_detail .view_comment_count .view span,
section.blog_article .main .blog_content .blog_view .content_head .content_detail .view_comment_count .comment span {
  color: #333;
  font-weight: 500;
}
section.blog_article .main .blog_content .blog_view .content_image img {
  width: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
section.blog_article .main .blog_content .blog_view .content_text {
  color: #656e85;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.015rem;
  padding: 40px 0;
}
section.blog_article .main .blog_content .blog_view .content_text h2 {
  font-weight: 700;
  color: #373a4a;
  margin-top: 25px;
  margin-bottom: 7px;
}
section.blog_article .main .blog_content .blog_view .content_text p {
  margin-bottom: 10px;
  font-weight: 500;
}
section.blog_article .main .blog_content .blog_view .content_text strong {
  color: #373a4a;
}

@media (max-width: 1024px) {
  section.blog_article .wrapper .main {
    width: 50%;
  }
  section.blog_article .wrapper .sidebar0a {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  section.blog_article .wrapper .main {
    width: 100%;
  }
  section.blog_article .wrapper .sidebar0a {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */