/* line 5, ../sass/style.scss */
.contactus {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
/* line 12, ../sass/style.scss */
.contactus a {
  font-size: 43px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #050001;
  -webkit-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
}

/* line 28, ../sass/style.scss */
.filter-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 33, ../sass/style.scss */
.filter-menu .filter-right {
  display: flex;
  align-items: center;
}
/* line 37, ../sass/style.scss */
.filter-menu .filter-right .sort {
  margin-right: 27px;
  position: relative;
  color: #000;
}
/* line 42, ../sass/style.scss */
.filter-menu .filter-right .sort .sort-container {
  position: absolute;
  display: none;
  z-index: 9;
  padding-top: 30px;
  top: 100%;
}
/* line 49, ../sass/style.scss */
.filter-menu .filter-right .sort .sort-container ul {
  padding: 25px;
  -webkit-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 257px;
  background: white;
}
/* line 56, ../sass/style.scss */
.filter-menu .filter-right .sort .sort-container ul li {
  border-bottom: 1px solid #707070;
}
/* line 59, ../sass/style.scss */
.filter-menu .filter-right .sort .sort-container ul li:last-child {
  border-bottom: 0;
}
/* line 63, ../sass/style.scss */
.filter-menu .filter-right .sort .sort-container ul li a {
  font-size: 16px;
  color: #707070;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  font-weight: 600;
}
/* line 75, ../sass/style.scss */
.filter-menu .filter-right .sort:hover .sort-container {
  display: block;
}
/* line 79, ../sass/style.scss */
.filter-menu .filter-right .sort .reset {
  font-size: 14px;
  color: #b2b2b2;
  margin-right: 10px;
}
/* line 87, ../sass/style.scss */
.filter-menu .add-new {
  display: flex;
  align-items: center;
  color: #E5203B;
  font-size: 18px;
  font-weight: 700;
  height: 47px;
  cursor: pointer;
}
/* line 97, ../sass/style.scss */
.filter-menu .add-new > div:first-child {
  margin-left: 20px;
}

/* line 104, ../sass/style.scss */
.filter {
  margin-top: 50px;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
}
/* line 109, ../sass/style.scss */
.filter .filter-list-section {
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/* line 114, ../sass/style.scss */
.filter .filter-list-section:after {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 0;
  border-bottom: 1px solid #DEDEDE;
}
/* line 126, ../sass/style.scss */
.filter .filter-list-section.no-border {
  border: 0;
}
/* line 131, ../sass/style.scss */
.filter .main-title {
  font-size: 16px;
  font-weight: 700;
  color: #050001;
  margin-bottom: 15px;
  text-align: right;
}
/* line 139, ../sass/style.scss */
.filter .category {
  margin-top: 15px;
}
/* line 142, ../sass/style.scss */
.filter .category li {
  position: relative;
  margin-bottom: 8px;
}
/* line 146, ../sass/style.scss */
.filter .category li:last-child {
  margin-bottom: 0;
}
/* line 150, ../sass/style.scss */
.filter .category li input[type=checkbox] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
/* line 163, ../sass/style.scss */
.filter .category li .content {
  color: #050001;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 14px;
  text-align: right;
  background-color: #FCFCFC;
  display: flex;
  align-items: center;
}
/* line 173, ../sass/style.scss */
.filter .category li .content > div:nth-child(3) {
  margin-right: auto;
  padding-right: 10px;
}
/* line 179, ../sass/style.scss */
.filter .category li .content .icon {
  position: relative;
  margin-left: 5px;
  border: 2px solid #D1D0D0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 24px;
  height: 24px;
}
/* line 187, ../sass/style.scss */
.filter .category li .content .icon i {
  color: #FFF;
  position: absolute;
  left: 50%;
  font-size: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 200, ../sass/style.scss */
.filter .category li input[type=checkbox]:checked + div .icon {
  border-color: #E5203B;
  background-color: #E5203B;
}
/* line 211, ../sass/style.scss */
.filter .type-section.hidden_ {
  display: none;
}
/* line 215, ../sass/style.scss */
.filter .type-section .input {
  margin-top: 20px;
}
/* line 217, ../sass/style.scss */
.filter .type-section .input input {
  height: 37px;
  font-size: 14px;
  font-weight: 400;
}
/* line 225, ../sass/style.scss */
.filter .type-section ul {
  margin-top: 18px;
  text-align: right;
}
/* line 230, ../sass/style.scss */
.filter .type-section ul.default li:nth-child(n+7) {
  display: none;
}
/* line 235, ../sass/style.scss */
.filter .type-section ul li {
  position: relative;
  margin: 3px;
  margin-bottom: 8px;
  display: inline-block;
}
/* line 241, ../sass/style.scss */
.filter .type-section ul li input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
/* line 252, ../sass/style.scss */
.filter .type-section ul li div {
  font-size: 16px;
  font-weight: 400;
  color: #050001;
  border: 1px solid #E6E4E4;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 6px 13px;
}
/* line 261, ../sass/style.scss */
.filter .type-section ul li input:checked + div {
  color: #E5203B;
  background-color: #FCF0F0;
  border-color: #FCF0F0;
}
/* line 269, ../sass/style.scss */
.filter .type-section .show-more {
  color: #4286F4;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
}
/* line 280, ../sass/style.scss */
.filter .location-section .input {
  margin-bottom: 12px;
  background-color: #f8f8f8;
  padding: 0;
  border-color: #F0F0F0;
}
/* line 286, ../sass/style.scss */
.filter .location-section .input:last-child {
  margin-bottom: 0;
}
/* line 290, ../sass/style.scss */
.filter .location-section .input i {
  background-color: transparent;
}
/* line 294, ../sass/style.scss */
.filter .location-section .input select {
  cursor: pointer;
  padding: 0 16px 0 30px;
  height: 50px;
  color: #050001;
}
/* line 304, ../sass/style.scss */
.filter .input select {
  height: 40px;
}
/* line 309, ../sass/style.scss */
.filter .filter-buttons {
  margin-top: 10px;
}
/* line 312, ../sass/style.scss */
.filter .filter-buttons .button {
  font-size: 16px;
}
/* line 315, ../sass/style.scss */
.filter .filter-buttons a {
  color: #050001;
  text-align: center;
  display: block;
  padding: 5px;
}

/* line 324, ../sass/style.scss */
.total-projects {
  color: #707070;
  position: absolute;
  right: 15px;
  top: 100%;
  margin-top: 20px;
}

/* line 333, ../sass/style.scss */
.list-container .list {
  -webkit-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* line 339, ../sass/style.scss */
.list-container .list a {
  color: #050001;
}
/* line 343, ../sass/style.scss */
.list-container .list .img {
  height: 137px;
  width: 100%;
  position: relative;
}
/* line 348, ../sass/style.scss */
.list-container .list .img .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 354, ../sass/style.scss */
.list-container .list .img .star {
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 1;
  width: 30px;
}
/* line 363, ../sass/style.scss */
.list-container .list .paragraph {
  background: #F4F4F4;
  padding: 13px;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 371, ../sass/style.scss */
.list-container .list .paragraph .title {
  font-size: 15px;
  font-weight: 800;
  padding: 5px 5px 0px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* line 381, ../sass/style.scss */
.list-container .list .paragraph .title.lines_3 {
  -webkit-line-clamp: 3;
}
/* line 386, ../sass/style.scss */
.list-container .list .paragraph .bottom {
  padding: 0px 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
/* line 394, ../sass/style.scss */
.list-container .list .paragraph .bottom .rate {
  direction: ltr;
  font-size: 16px;
  color: #999999;
}
/* line 399, ../sass/style.scss */
.list-container .list .paragraph .bottom .rate i {
  margin-right: 3px;
}
/* line 403, ../sass/style.scss */
.list-container .list .paragraph .bottom .rate img {
  width: 20px;
}
/* line 411, ../sass/style.scss */
.list-container .list.featured a {
  color: #F4F4F4;
}
/* line 415, ../sass/style.scss */
.list-container .list.featured .paragraph {
  background-color: #050001;
}
/* line 418, ../sass/style.scss */
.list-container .list.featured .paragraph .rate {
  color: #F4F4F4;
}

/* line 426, ../sass/style.scss */
.tags {
  color: #e2e8f0;
  background: #718096;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
/* line 435, ../sass/style.scss */
.tags.tags-header {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #718096;
  background: #e2e8f0;
}

/* line 444, ../sass/style.scss */
.close-tab {
  position: absolute;
  top: 18px;
  right: 8px;
  padding: 0 10px;
  cursor: pointer;
  z-index: 1;
  color: #b2b2b2;
  font-size: 30px;
}
/* line 454, ../sass/style.scss */
.close-tab.white {
  color: #fff;
}
/* line 456, ../sass/style.scss */
.close-tab.white:hover {
  color: #050001;
}
/* line 461, ../sass/style.scss */
.close-tab:hover {
  color: #E5203B;
}
/* line 465, ../sass/style.scss */
.close-tab.close-light {
  top: 25px;
  right: 25px;
}
/* line 470, ../sass/style.scss */
.close-tab img {
  width: 20px;
}

@media (max-width: 767px) {
  /* line 477, ../sass/style.scss */
  .home_container > div {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 485, ../sass/style.scss */
  .filter-menu .filter-right {
    justify-content: space-between;
  }
  /* line 488, ../sass/style.scss */
  .filter-menu .filter-right .sort {
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  /* line 497, ../sass/style.scss */
  .filter-menu .space-right {
    float: right;
  }
  /* line 500, ../sass/style.scss */
  .filter-menu .space-right-m {
    margin-right: 10px;
    margin-left: 0;
  }

  /* line 511, ../sass/style.scss */
  .list-container .list .img {
    height: auto;
  }
  /* line 513, ../sass/style.scss */
  .list-container .list .img .star {
    width: auto;
    height: 28px;
    left: 18px;
  }
  /* line 520, ../sass/style.scss */
  .list-container .list .paragraph {
    height: 95px;
    padding: 16px;
  }
  /* line 524, ../sass/style.scss */
  .list-container .list .paragraph .title {
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  /* line 532, ../sass/style.scss */
  .list-container .list .paragraph .bottom .rate {
    font-size: 12px;
  }
  /* line 535, ../sass/style.scss */
  .list-container .list .paragraph .bottom .rate img {
    height: 20px;
    width: auto;
  }
}
@media (max-width: 991px) {
  /* line 546, ../sass/style.scss */
  .filter-menu-homepage {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
  }
  /* line 553, ../sass/style.scss */
  .filter-menu-homepage > div {
    margin-top: 15px;
  }
  /* line 557, ../sass/style.scss */
  .filter-menu-homepage .icon-font {
    width: 52px;
    height: 52px;
  }

  /* line 563, ../sass/style.scss */
  .filter {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* line 570, ../sass/style.scss */
.icon {
  display: flex;
  width: 43px;
  min-width: 43px;
  height: 43px;
  color: #000;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
/* line 584, ../sass/style.scss */
.icon.icon-small {
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
/* line 592, ../sass/style.scss */
.icon.disable {
  opacity: 0.2;
}

/* line 597, ../sass/style.scss */
ul[dir="rtl"],
h1[dir="rtl"],
h2[dir="rtl"],
h3[dir="rtl"],
h4[dir="rtl"],
h5[dir="rtl"],
h6[dir="rtl"],
p[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

/* line 610, ../sass/style.scss */
.text ul {
  list-style-type: disc;
}

/* line 615, ../sass/style.scss */
#loader {
  display: none;
  width: 60px;
  margin: auto;
}

/* line 622, ../sass/style.scss */
.home-body > div {
  float: right;
}
/* line 626, ../sass/style.scss */
.home-body .list-container > div {
  float: right;
}

/* line 632, ../sass/style.scss */
.ads-container {
  margin-top: 100px;
}
/* line 634, ../sass/style.scss */
.ads-container a {
  display: block;
  margin-bottom: 30px;
}
/* line 638, ../sass/style.scss */
.ads-container a:last-child {
  margin-bottom: 0;
}
/* line 642, ../sass/style.scss */
.ads-container a img {
  max-width: 100%;
}

/* line 650, ../sass/style.scss */
.translation-container .translate-button {
  color: #E5203B;
  text-transform: capitalize;
  cursor: pointer;
}
/* line 655, ../sass/style.scss */
.translation-container .translate-button .original {
  display: none;
}
/* line 659, ../sass/style.scss */
.translation-container .translate-text {
  display: none;
}
