*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

img {
  max-width: 100%;
}

a, a[href] {
  text-decoration: none;
}

input, select, button, textarea {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antiga", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 96px;
  line-height: 80px;
}

h2 {
  font-size: 64px;
  line-height: 60px;
  text-transform: lowercase;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 58px;
    line-height: 0.9375;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 675px) {
  h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 55px;
  line-height: 65px;
}

h4 {
  font-size: 45px;
  line-height: 50px;
}

h5 {
  font-size: 36px;
  line-height: 36px;
}

h6 {
  font-size: 30px;
  line-height: 38px;
}

.relative {
  position: relative;
}

.ProjectListing .flex, .socialLinks ul {
  display: flex;
  flex-wrap: wrap;
}

.banner .bg {
  display: block;
  line-height: 0;
}
.banner .bg img, .banner .bg video {
  width: 100%;
  height: calc(100vh - 89px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1007px) {
  .banner .bg img, .banner .bg video {
    height: 500px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg img, .banner .bg video {
    height: 300px;
  }
}

.ancher-link a {
  display: inline-block;
  color: #fff;
  padding: 9px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: 0.5s ease;
  background: #37adf6;
}
.ancher-link a span, .ancher-link a img {
  display: inline-block;
  vertical-align: middle;
}
.ancher-link a img {
  margin-left: 12px;
}
.ancher-link a:hover {
  background: #37adf6;
  border-color: #37adf6;
}

.silverSouth {
  font-family: "silver-south-script";
}

.heading.text-center {
  text-align: center;
}
.heading p {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .heading p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .heading p {
    font-size: 16px;
  }
}
.heading h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
}

.img_hover .img {
  overflow: hidden;
  position: relative;
}
.img_hover .img img {
  transform: scale(1);
  transition: 2s ease;
}
.img_hover:hover .img img {
  transform: scale(1.1);
}

.link_btn.center {
  text-align: center;
}
.link_btn .btn {
  display: inline-block;
  padding: 7px 40px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.link_btn .btn.btn-white {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-white.text-black {
  color: #fff;
}
.link_btn .btn.btn-white:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red {
  border-color: #fff;
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red.text-black {
  color: #000;
}
.link_btn .btn.btn-red:hover {
  background: #fff;
  color: #37adf6;
  border-color: #37adf6;
}
.link_btn .btn.btn-outline-red {
  background: transparent;
  border-color: #37adf6;
  color: #37adf6;
}
.link_btn .btn.btn-outline-red:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.rounded-full {
  border-radius: 50px;
}
.link_btn .btn.rounded {
  border-radius: 5px;
}

.ShapR .shade {
  line-height: 0;
}
.ShapR .shade video {
  width: 474px;
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../video/R.svg);
  mask-image: url(../video/R.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ShapR .shade video {
    width: 215px;
    aspect-ratio: 0.9397260274;
    height: auto;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ShapR .shade video {
    width: 160px;
  }
}

.videoIcon {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon {
    width: 47px;
    height: 47px;
  }
}
.videoIcon:before {
  width: 55px;
  height: 55px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon:before {
    width: 47px;
    height: 47px;
  }
}
.videoIcon img, .videoIcon svg {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon img, .videoIcon svg {
    width: 10px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes menuBgAnimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
.socialLinks ul li a {
  width: 45px;
  height: 45px;
}

.close {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.close svg {
  color: #fff;
}
.close svg path {
  fill: #fff;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1111;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video.is-open .modelBody iframe {
  display: block;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
  display: none;
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.overlay.open {
  opacity: 0.3;
  pointer-events: all;
}

.form .form-group {
  position: relative;
}
.form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.4s ease;
}
.form .form-group .form-control:focus {
  border-color: #37adf6;
}
.form .form-group .form-control:focus ~ label {
  top: 0;
}
.form .form-group input.form-control, .form .form-group select.form-control {
  height: 45px;
}
.form .form-group label {
  position: absolute;
  top: 9px;
  left: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.form.border .form-group {
  margin-bottom: 15px;
}
.form.border .form-group .form-control {
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 5px;
}
.form.border .form-group .form-control:focus ~ label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group.valid label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group label {
  left: 8px;
  top: 11px;
  color: #666;
}

.owl-carousel.arrow-circule {
  padding: 0 30px;
}
.owl-carousel.arrow-circule .owl-nav button {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 60px;
  box-shadow: -1px 0px 7.2px 3px rgba(0, 0, 0, 0.0901960784);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.owl-carousel.arrow-circule .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.arrow-circule .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.arrow-circule .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.ModelEnquiry {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  max-width: 440px;
  background: #fff;
  z-index: 1111;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.ModelEnquiry.is-open {
  transform: translateX(0);
}
.ModelEnquiry .close_model svg {
  color: #000;
  width: 23px;
}
.ModelEnquiry .close_model svg path {
  fill: #000;
}
.ModelEnquiry .modelBody {
  padding: 35px 55px;
  height: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody {
    padding: 35px 15px;
    padding-right: 0;
  }
}
.ModelEnquiry .modelBody .modelForm {
  overflow-y: scroll;
  padding-right: 55px;
  height: 100%;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm {
    padding-right: 15px;
  }
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar {
  width: 5px;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-thumb {
  background-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .title {
  text-align: center;
  margin-bottom: 20px;
}
.ModelEnquiry .modelBody .modelForm .title h3 {
  color: #000;
  font-size: 32px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm .title h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.ModelEnquiry .modelBody .modelForm .title p {
  color: #666;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group {
  margin-bottom: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.ModelEnquiry .modelBody .modelForm .form .form-group .form-control {
  border-color: #b5b5b5;
  font-weight: 500;
  color: #666;
}
.ModelEnquiry .modelBody .modelForm .form .form-group textarea.form-control {
  height: 80px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group label {
  color: #666;
  font-weight: 500;
}
.ModelEnquiry .modelBody .modelForm .form .form-group.valid .form-control {
  color: #000;
  border-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg {
  width: 15px;
  height: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg path {
  stroke: #666;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn {
  display: block;
  width: 100%;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn::before {
  display: none;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn span {
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #37adf6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #37adf6;
}

.premlink {
  padding: 15px 0;
}
.premlink ul li {
  display: inline-block;
}
.premlink ul li a, .premlink ul li span {
  font-size: 12px;
  display: inline-block;
}
.premlink ul li a {
  color: #000;
}
.premlink ul li span {
  color: #666;
}
.premlink ul li .arr {
  margin: 0 10px;
}

.listFilterPr {
  display: flex;
  gap: 12px;
  margin: 25px 0 35px;
}
@media only screen and (max-width: 1180px) {
  .listFilterPr {
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .listFilterPr {
    overflow-x: auto;
  }
}
.listFilterPr.stiky {
  position: fixed;
  top: 89.3px;
  background: #fff;
  z-index: 1;
  padding: 13px 0;
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.listFilterPr .tab {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding: 10px 17px 10px 17px;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
@media only screen and (max-width: 1180px) {
  .listFilterPr .tab {
    font-size: 12px;
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .listFilterPr .tab {
    white-space: nowrap;
  }
}
.listFilterPr .tab.current {
  border-color: #37adf6;
}

.shortList .short_by .selected {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  position: relative;
}
.shortList .short_by .selected::after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  top: 0;
  bottom: 0;
  background: url("../icons/serv.png");
  background-repeat: no-repeat;
  background-position: center;
}

.ProjectListing {
  padding-bottom: 60px;
}
.ProjectListing .flex .colA {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
  padding-right: 10px;
}
@media only screen and (max-width: 1180px) {
  .ProjectListing .flex .colA {
    flex: 0 1 69%;
    max-width: 69%;
    width: 100%;
  }
}
@media only screen and (max-width: 1007px) {
  .ProjectListing .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.ProjectListing .flex .colB {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  padding-left: 35px;
}
@media only screen and (max-width: 1180px) {
  .ProjectListing .flex .colB {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  .ProjectListing .flex .colB {
    flex: 0 1 31%;
    max-width: 31%;
    width: 100%;
  }
}
@media only screen and (max-width: 1007px) {
  .ProjectListing .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.ProjectListing .prjTitle {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.ProjectListing .shortList {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .ProjectListing .shortList {
    position: unset;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.ProjectListing .shortList .totalinvie {
  margin-bottom: 20px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .ProjectListing .shortList .totalinvie {
    margin-bottom: 0;
  }
}
.ProjectListing .shortList .short_by {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  width: 111px;
  height: 37px;
  padding: 5px 16px 5px 16px;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  position: relative;
}
@media only screen and (max-width: 520px) {
  .ProjectListing .shortList .short_by {
    width: auto;
    padding: 4px 8px;
  }
}
.ProjectListing .shortList .short_by .selected {
  display: block;
  cursor: pointer;
  padding-right: 12px;
}
@media only screen and (max-width: 520px) {
  .ProjectListing .shortList .short_by .selected {
    padding-right: 24px;
  }
}
.ProjectListing .shortList .short_by .sortDrop {
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  z-index: 1;
  padding-top: 5px;
  display: none;
}
.ProjectListing .shortList .short_by .sortDrop ul {
  background: #fff;
  padding: 6px 0;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
}
.ProjectListing .shortList .short_by .sortDrop ul li {
  display: block;
  cursor: pointer;
  padding: 3px 16px;
  font-size: 14px;
  color: #666;
  background: #fff;
  transition: 0.5s ease;
}
.ProjectListing .shortList .short_by .sortDrop ul li.current {
  color: #000;
  font-weight: 600;
}
.ProjectListing .shortList .short_by .sortDrop ul li:hover {
  background: #eee;
}

.listProCardIn .item {
  box-shadow: -1px 0px 5.3px 1px rgba(0, 0, 0, 0.0196078431);
  padding: 14px;
  border-radius: 5px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1180px) {
  .listProCardIn .item {
    padding: 0;
  }
}
.listProCardIn .item .card {
  display: flex;
  flex-wrap: wrap;
}
.listProCardIn .item .card .imgWrap {
  flex: 0 1 35%;
  max-width: 35%;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .listProCardIn .item .card .imgWrap {
    flex: 0 1 25%;
    max-width: 25%;
    width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .listProCardIn .item .card .imgWrap {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.listProCardIn .item .card .imgWrap .img a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  display: inline-flexbox;
}
.listProCardIn .item .card .imgWrap .img a img {
  width: 100%;
  display: block;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1180px) {
  .listProCardIn .item .card .imgWrap .img a img {
    min-height: 190px;
  }
}
.listProCardIn .item .card .imgWrap .img-thumb {
  display: flex;
  gap: 8px;
  padding-top: 5px;
}
@media only screen and (max-width: 1180px) {
  .listProCardIn .item .card .imgWrap .img-thumb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .listProCardIn .item .card .imgWrap .img-thumb {
    grid-template-columns: repeat(4, 1fr);
  }
}
.listProCardIn .item .card .imgWrap .img-thumb .tumb {
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
}
.listProCardIn .item .card .imgWrap .img-thumb .tumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listProCardIn .item .card .cardContent {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 1180px) {
  .listProCardIn .item .card .cardContent {
    flex: 1;
    max-width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .listProCardIn .item .card .cardContent {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.listProCardIn .item .card .cardContent .wrap {
  position: relative;
}
.listProCardIn .item .card .cardContent .wrap .projectName {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
}
.listProCardIn .item .card .cardContent .wrap .loc {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #666;
}
.listProCardIn .item .card .cardContent .wrap .line {
  border-top: 1px solid #D9D9D9;
  margin: 20px 0;
}
.listProCardIn .item .card .cardContent .wrap .pric {
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 26px;
}
.listProCardIn .item .card .cardContent .wrap .projFetu {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 520px) {
  .listProCardIn .item .card .cardContent .wrap .projFetu {
    flex-wrap: wrap;
  }
}
.listProCardIn .item .card .cardContent .wrap .projFetu .li {
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 520px) {
  .listProCardIn .item .card .cardContent .wrap .projFetu .li {
    flex: 0 1 100%;
  }
}
.listProCardIn .item .card .cardContent .wrap .projFetu .icon {
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #F3F2F2;
}
.listProCardIn .item .card .cardContent .wrap .projFetu .label {
  font-weight: 500;
  color: #666;
}
.listProCardIn .item .card .cardContent .wrap .projFetu ul.uni {
  display: flex;
}
.listProCardIn .item .card .cardContent .wrap .projFetu ul.uni li {
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  color: #666;
}
.listProCardIn .item .card .cardContent .wrap .projFetu ul.uni li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1180px) {
  .listProCardIn .item .card .cardContent .wrap .projFetu ul.uni li:not(:last-child) {
    margin-right: 10px;
  }
}
.listProCardIn .item .card .cardContent .wrap .projFetu ul.uni li:not(:last-child)::before {
  content: "";
  background: #c3c3c3;
  position: absolute;
  top: 10px;
  right: -12px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
@media only screen and (max-width: 1180px) {
  .listProCardIn .item .card .cardContent .wrap .projFetu ul.uni li:not(:last-child)::before {
    right: -7px;
  }
}
.listProCardIn .item .card .cardContent .wrap .sortdes {
  margin-bottom: 20px;
}
.listProCardIn .item .card .cardContent .wrap .sortdes p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.listProCardIn .item .card .cardContent .wrap .cardFooter {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  padding: 9px 0;
  margin-right: -15px;
  padding-right: 15px;
}
@media only screen and (max-width: 675px) {
  .listProCardIn .item .card .cardContent .wrap .cardFooter {
    justify-content: center;
  }
}
@media only screen and (max-width: 520px) {
  .listProCardIn .item .card .cardContent .wrap .cardFooter {
    gap: 12px;
  }
}
.listProCardIn .item .card .cardContent .wrap .whats a, .listProCardIn .item .card .cardContent .wrap .call a {
  display: block;
  padding: 8px 25px;
  color: #fff;
  border-radius: 100px;
}
@media only screen and (max-width: 520px) {
  .listProCardIn .item .card .cardContent .wrap .whats a, .listProCardIn .item .card .cardContent .wrap .call a {
    font-size: 13px;
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 345px) {
  .listProCardIn .item .card .cardContent .wrap .whats a, .listProCardIn .item .card .cardContent .wrap .call a {
    font-size: 12px;
  }
}
.listProCardIn .item .card .cardContent .wrap .whats a svg, .listProCardIn .item .card .cardContent .wrap .whats a span, .listProCardIn .item .card .cardContent .wrap .call a svg, .listProCardIn .item .card .cardContent .wrap .call a span {
  display: inline-block;
  vertical-align: middle;
}
.listProCardIn .item .card .cardContent .wrap .whats a svg, .listProCardIn .item .card .cardContent .wrap .call a svg {
  width: 20px;
  height: 20px;
}
.listProCardIn .item .card .cardContent .wrap .whats a svg path, .listProCardIn .item .card .cardContent .wrap .call a svg path {
  fill: #fff;
}
.listProCardIn .item .card .cardContent .wrap .whats a {
  background: #10CB80;
}
.listProCardIn .item .card .cardContent .wrap .call a {
  background: #37adf6;
}

.sharproduct {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 675px) {
  .sharproduct {
    top: 18px;
  }
}
.sharproduct .icon {
  cursor: pointer;
}
.sharproduct .postLink {
  background: #fff;
  padding: 8px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0901960784);
  width: 150px;
  border-radius: 5px;
  text-align: left;
  position: absolute;
  top: 100%;
  right: 0px;
  display: none;
}
.sharproduct .postLink ul li {
  display: block;
  margin: 0;
  vertical-align: middle;
}
.sharproduct .postLink ul li a {
  width: 100%;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  color: #000;
  transition: 0.5s ease;
}
.sharproduct .postLink ul li a svg, .sharproduct .postLink ul li a span {
  display: inline-block;
}
.sharproduct .postLink ul li a span {
  font-size: 14px;
  color: #666;
}
.sharproduct .postLink ul li a .svg {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
}
.sharproduct .postLink ul li a svg {
  width: 20px;
  height: 20px;
}
.sharproduct .postLink ul li a svg path {
  fill: #37adf6;
}

.listSideBar {
  position: sticky;
  top: 100px;
}
.listSideBar .quckEnqForm {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #C9C9C9;
  overflow: hidden;
}
.listSideBar .quckEnqForm .form .form-head {
  background: #E4E4E4;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.listSideBar .quckEnqForm .form .form-head .icon {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.listSideBar .quckEnqForm .form .form-head .icon svg {
  display: block;
  width: 21px;
  height: 21px;
}
.listSideBar .quckEnqForm .form .form-head .title {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.listSideBar .quckEnqForm .form .form-body {
  padding: 16px;
}
.listSideBar .quckEnqForm .link_btn .btn {
  width: 100%;
}

.sidQuicklink {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.sidQuicklink .lis {
  flex: 0 1 32%;
  max-width: 32%;
  width: 100%;
}
.sidQuicklink .lis a {
  display: block;
  padding: 14px;
  gap: 16px;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  text-align: center;
  background: #fff;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1180px) {
  .sidQuicklink .lis a {
    padding: 8px;
  }
}
.sidQuicklink .lis a .icon {
  margin-bottom: 12px;
}
.sidQuicklink .lis a .icon img {
  display: block;
  margin: 0 auto;
}
.sidQuicklink .lis a p {
  white-space: nowrap;
  font-size: 13px;
  line-height: 14px;
  color: #666;
  transition: 0.5s ease;
  margin-bottom: 0;
}
@media only screen and (max-width: 1180px) {
  .sidQuicklink .lis a p {
    font-size: 12px;
  }
}
.sidQuicklink .lis a:hover {
  background: #37adf6;
  border-color: #37adf6;
}
.sidQuicklink .lis a:hover p {
  color: #fff;
}
.sidQuicklink .lis a:hover .icon img {
  filter: grayscale(1) brightness(0) invert(1);
}

main {
  margin-top: 70px;
}

header {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header .headerlogo a .logo-white {
  display: none;
}
header .headerlogo a .logo-black {
  display: block;
}
header .header-DropPropert {
  border-left-color: #000;
  border-right-color: #000;
}
header .header-DropPropert .selected {
  color: #000;
}
header .header-DropPropert .selected::after {
  filter: brightness(0) invert(0);
}
header .headSearch {
  border-bottom-color: #000;
}
header .headSearch .Search-key {
  color: #000;
}
header .headSearch .HedSeIcon svg path {
  stroke: #000 !important;
}
header .hedWhatCall a .text {
  color: #000;
}
header .hedWhatCall a p {
  color: #000;
}
header .hedWhatCall svg path {
  fill: #000;
}
header .humburgerIcon .line {
  background: #000;
}
header .humburgerIcon .tex {
  color: #000;
}

@keyframes menuBgAnimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}/*# sourceMappingURL=listing.css.map */