/*=====================================
  Table of Content
=======================================
  01. Normalize CSS
  02. Theme Default CSS
=====================================*/
/**color Variable**/
span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.admin-bar .ic-header-area,
.admin-bar .ic-sticky {
  top: 32px; }
.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: -32px; }

@media screen and (max-width: 782px) {
  .admin-bar .ic-header-area,
  .admin-bar .ic-sticky {
    top: 46px; }
  .admin-bar span.select2-dropdown.select2-dropdown--below {
    margin-top: -46px; } }
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }
.loading-content {
  position: relative; }
  .loading-content:before {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease, visibility .2s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear; }
  .loading-content > * {
    opacity: .5 !important;
    pointer-events: none; }

.elementor-editor-active .ic-header-area {
  position: relative; }

.ic-copyright-warper .copyright-content p {
  width: auto !important; }

img {
  max-width: 100%;
  height: auto; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.ic-properties-map {
  height: 600px; }
  @media only screen and (max-width: 767.98px) {
    .ic-properties-map {
      height: auto; } }

.ic-residential-search-warper .ic-select-warper .custom-options {
  max-height: 250px;
  overflow-y: auto; }
  .ic-residential-search-warper .ic-select-warper .custom-options::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 3px 1px #ccc;
    box-shadow: inset 0 0 3px 1px #ccc; }
  .ic-residential-search-warper .ic-select-warper .custom-options::-webkit-scrollbar-thumb {
    background-color: #006D80;
    border-radius: 6px;
    outline: 0; }
  .ic-residential-search-warper .ic-select-warper .custom-options::-webkit-scrollbar-track {
    -webkit-box-shadow: none; }

.pagination-wrapper {
  margin: 30px 0; }
  .pagination-wrapper ul {
    display: flex;
    position: relative;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0; }
    .pagination-wrapper ul li {
      display: inline-block;
      position: relative;
      margin: 0 8px; }
      .pagination-wrapper ul li span,
      .pagination-wrapper ul li a {
        display: inline-block;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background-color: rgba(0, 18, 60, 0.5);
        font-weight: 400;
        font-size: 20px;
        line-height: 40px;
        -webkit-transition: all all 0.3s ease;
        -moz-transition: all all 0.3s ease;
        -o-transition: all all 0.3s ease;
        transition: all all 0.3s ease; }
        @media only screen and (max-width: 767.98px) {
          .pagination-wrapper ul li span,
          .pagination-wrapper ul li a {
            width: 20px;
            height: 20px;
            margin: 0 4px;
            font-size: 12px;
            line-height: 20px; } }
        .pagination-wrapper ul li span.current, .pagination-wrapper ul li span:hover,
        .pagination-wrapper ul li a.current,
        .pagination-wrapper ul li a:hover {
          color: #fff;
          background-color: #00123c; }
          .pagination-wrapper ul li span.current a, .pagination-wrapper ul li span:hover a,
          .pagination-wrapper ul li a.current a,
          .pagination-wrapper ul li a:hover a {
            color: #FFFFFF; }
      .pagination-wrapper ul li span {
        line-height: 38px; }
      .pagination-wrapper ul li i {
        font-size: 24px; }
        @media only screen and (max-width: 767.98px) {
          .pagination-wrapper ul li i {
            font-size: 17px;
            line-height: 22px; } }

.form-error {
  border: 1px solid #dc3545 !important; }

button.ajax-loading {
  padding-right: 40px;
  position: relative; }
  button.ajax-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -7px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease, visibility .2s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear; }

.ajax-bookmark.ajax-loading {
  position: relative;
  background-color: #FF154D; }
  .ajax-bookmark.ajax-loading:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -7.5px -7.5px 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease, visibility .2s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear; }
  .ajax-bookmark.ajax-loading i {
    opacity: 0; }

@-webkit-keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.ic-bookmarked {
  background-color: #FF154D !important; }
  .ic-bookmarked:hover {
    background-color: #ff154d40 !important; }
    .ic-bookmarked:hover i {
      color: #FF154D !important; }

.ic-property-filter ul a i {
  position: absolute;
  margin-top: 5px; }

.ic-property-filter ul a.asc i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.ic-sell-property-form-warper br {
  display: none; }

.ic-comment-item .comment-more-reply .user-img img {
  border-radius: 100%; }

.ic-btn {
  padding: 8px 25px;
  display: inline-block;
  background-color: #006D80;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .ic-btn a {
    color: #fff; }

/* scroll to top */
@keyframes ic_up_down {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  50% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
.ic-scroll-top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  font-size: 32px;
  text-align: center;
  position: fixed;
  right: 105px;
  text-decoration: none;
  z-index: 999;
  animation: ic_up_down 3s linear infinite;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ic-scroll-top:hover {
  color: #FFFFFF; }

.ic-scroll-top i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.ic-select-warper .select-wrapper:nth-child(3) {
  flex: 0 0 150px; }

@media (max-width: 1191.98px) {
  .ic-select-warper .select-wrapper:nth-child(3) {
    flex: 0 0 120px; } }
@media (max-width: 991.98px) {
  .ic-residential-search-warper .ic-select-warper {
    display: block; }

  .ic-residential-search-warper .ic-select-warper .select-wrapper {
    margin-bottom: 10px; } }
.ic-residential-search-warper .ic-select-warper .select-wrapper {
  margin-right: 15px; }

/* Fixed footer */
body {
  position: relative;
  min-height: 100vh; }

footer.ic-footer-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

/* Comment ajax load spin */
.ic-more-comment .image.loading-content img {
  display: none; }
.ic-more-comment .image.loading-content:before {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-left-color: #fff; }

.ic-comment-box .user-input .user {
  margin-right: 10px;
  float: left; }

.ic-comment-box .user-input #comment.form-control {
  width: calc(100% - 60px);
  float: left; }

.ic-comment-box-bottom .post-btn {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  display: inline-block;
  color: #FFFFFF;
  border: none; }

.ic-comment-box-bottom {
  align-items: flex-start; }

/* Select 2 */
.select2 {
  width: auto !important; }

.select2-container--default .select2-selection--single {
  background-color: #F5F5F5;
  border: none;
  border-radius: 0;
  width: 200px;
  height: 50px;
  line-height: 50px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px; }

.ic-comment-box-bottom .estate {
  width: 31%; }
  .ic-comment-box-bottom .estate .select2 {
    width: 100% !important; }
  .ic-comment-box-bottom .estate .select2-container--default .select2-selection--single {
    width: 100%; }

.ic-residential-search-warper .ic-select-warper .select__trigger span {
  font-size: 16px; }

.addtoany_content {
  margin: 16px 0 0 0; }

form.ic-forum-search-form {
  position: relative; }

.tag-suggest {
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 15px 30px;
  box-shadow: 4.06px 4.06px 8.93px rgba(0, 0, 0, 0.11);
  border-radius: 0 0 10px 10px;
  display: none;
  z-index: 9999; }

.tag-suggest li {
  padding: 3px 3px;
  cursor: pointer; }
  .tag-suggest li:hover {
    background: #F5F5F5; }

.ic-property-details-right .ic-details-title-warper .details-right {
  text-align: right;
  flex: 0 0 195px;
  margin-left: 20px; }

.ic-property-details-right .ic-project-details-badge {
  flex-wrap: wrap; }

/*-------------------------
  # 404 Page
-------------------------*/
body.error404 .ic-header {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); }

.ic-error-content {
  text-align: center; }
  .ic-error-content h2 {
    color: #000509;
    font-size: 200px;
    font-weight: 800; }
    @media only screen and (max-width: 1650px) {
      .ic-error-content h2 {
        font-size: 160px; } }
    @media only screen and (max-width: 991.98px) {
      .ic-error-content h2 {
        font-size: 130px; } }
    @media only screen and (max-width: 767.98px) {
      .ic-error-content h2 {
        font-size: 120px; } }
    @media only screen and (max-width: 480px) {
      .ic-error-content h2 {
        font-size: 100px; } }
  .ic-error-content p {
    margin-top: 10px;
    margin-bottom: 30px; }

.wpml-ls-legacy-dropdown-click {
  width: auto;
  max-width: 100%; }

.wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: transparent;
  padding: 5px 10px;
  line-height: 1; }

.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  color: #fff;
  background: transparent; }

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: 1px solid #fff;
  background: #fff;
  min-width: 170px;
  padding: 10px 5px; }
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
    color: #000; }

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: none;
  border-top: none;
  position: absolute;
  right: 5px;
  height: 16px;
  width: 16px;
  top: calc(50% - 7px);
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 50%;
  background-size: 12px;
  background-image: url(../images/down-arrow-white.png); }

.wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0; }

.search-btn .btn {
  min-width: 75px; }

/*# sourceMappingURL=ic-core.css.map */
