.nothing-found {
  display: none;
  width: 100%;
}
.no-rec-alert {
  border: 2px solid #ff4600;
  color: #ff4600;
  padding: 15px 20px;
  font-weight: bold;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.map-area {
  background: #F0F0F0;
  padding: 0 0px 50px;
}

.map-heading-holder h2 {
  max-width: 600px;
  text-align: center;
  font-style: italic;
  margin: 0px auto 50px;
}

.map-heading-holder h2 span {
  color: #ee5124;
}

.map-heading-holder h3 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 50px;
}

.map-box {
  width: 100%;
  height: 600px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.top-section {
    max-width: 780px;
    padding: 40px 0px 30px 0px;
}
#map {
  width: 100%;
  height: 100%;
}

.listing-content-area {
  width: 100%;
  position: relative;
  background: url(https://5005023.fs1.hubspotusercontent-na1.net/hubfs/5005023/Ngen_2021/dotted-box-shape.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 16%;
}
.listing-content-area h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3556;
    color: #000;
}
h5.partners-name {
    font-size: 20px;
    margin: 10px 0;
    color: #000;
    font-weight: 500;
}
.content-top h4.sector {
    color: #ee5124;
    font-weight: 500;
    margin: 0;
}
.scroll-div{
  overflow-y: scroll;
  height: 667px;
}
.filter-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.filter-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.filter-box-inner>ul {
  max-width: 250px;
  min-width: 150px;
  width: auto;
  margin: 0;
}

.filter-box strong {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.cat-list {
  position: relative;
  display: inline-block;
  padding: 0;
  z-index: 10;
  list-style: none;
  max-width: 230px;
  width: 100%;
  margin: 0px 0 12px 20px;
}

.cat-list > li > span {
  display: inline-block;
  cursor: pointer;
  border-radius: 60px;
  position: relative;
  background: rgb(238, 81, 36);
  color: #fff;
  /* border: 1px solid #979797; */
  width: 100%;
  padding: 7px 30px 7px 18px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
  font-size: 16px;
  font-weight: 500;
}

.cat-list li ul {
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  cursor: pointer;
  list-style: none;
  background: #fff;
  border: 1px solid #979797;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  max-height: 215px;
  overflow: auto;
  padding: 0;
}

ul.cat-list.open > li > span {
  border-radius: 20px 20px 0 0;
}

.cat-list li ul li {
  font-size: 16px;
  border-top: 1px solid #ccc;
  padding: 5px 10px;
}

.cat-list li ul li:first-child {
  border-top: 0px;
}

.cat-list li ul li:hover,
.cat-list li ul li.active {
  color: #ee5124;
}

.cat-list.open {
  z-index: 11;
}

.cat-list.open li ul {
  display: block;
}

.cat-list span:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "\2193";
}

.cat-list.open span:before {
  content: "\2191";
}


.map-listing-box-area {
  height: 700px;
  overflow: auto;
}

.listing-box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -8px;
}

.listing-box {
  position: relative;
  background: #fff;
  width: calc(100% / 3 - 16px);
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 20px;
  margin: 0px 8px 16px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.listing-box .img-box {
  background-color: #ccc;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85%;
  margin-bottom: 25px;
}

.listing-box .fancybox {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.logo-box {
  height: 170px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.listing-box img {
  max-width: 170px;
  margin: 0 auto;
}

.listing-box h4 {
  font-size: 24px;
  line-height: 1.1;
  color: #000;
  font-weight: 700;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  margin-top: auto;
  margin: 5px 0 15px;
}

.listing-box h4.sector {
  color: #ff4600;
  font-size: 18px;
  margin: 0;
}

.listing-box p {
  font-size: 18px;
  line-height: 1.35;
  color: #000;
  margin: 0;
}

.location-name {
  font-size: 16px;
  color: #36454F;
}

.gm-style .gm-style-iw-c {
  width: 950px;
  /*   background-color: #393a3a; */
  font-family: 'AvenirNextLTPro', Roboto, Arial, Sans-Serif !important;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #c74216;
  /*   padding: 15px 15px 25px !important; */
  padding: 0px !important;
}

.gm-style-iw.gm-style-iw-c.w-case_study {
  background: #f1f0ee;
  border-color: #5700e8;
  color: #383838;
}

.gm-style-iw-d {
  overflow: auto !important;
}

.map-info {
  background-color: #fff;
  color: #383838;
  padding: 25px 25px 25px !important;
}

.gm-style-iw.gm-style-iw-c.w-case_study .map-info {
  background: #f1f0ee;
}

.map-info .p-left-col {
  font-size: 15px;
  padding: 35px 22px 22px 22px;
}

.map-info .p-left-col h4 {
  font-size: 26px;
}

.map-info .p-left-col ul li {
  margin-bottom: 7px;
}

.map-info .p-social-box a {
  margin-right: 4px;
}

.map-info .p-right-col p {
  font-size: 15px;
  line-height: 1.5;
}

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, rgb(255 255 255) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  border-left: 1px solid #c74216;
  border-bottom: 1px solid #c74216;
}

.gm-style-iw-t.w_cs::after {
  background: linear-gradient(45deg, rgb(241 240 238) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  border-left: 1px solid #5700e8;
  border-bottom: 1px solid #5700e8;
}

.property-detail-section .see-cs-btn {
  margin-bottom: 0px;
}


/* Popup Style  */

.fancybox-slide--html .fancybox-close-small {
  left: 0;
  right: inherit;
}

.fancybox-content {
  background: #efefef;
  padding: 35px;
}

.p-col-row {
  display: flex;
}

.p-left-col,
.p-right-col {
  flex: 1;
}

.p-left-col {
  border-right: 1px solid #767676;
  padding: 35px 35px 22px 50px;
}

.p-left-col h4 {
  font-size: 30px;
  color: #ee5124;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-left-col ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px;
}

.p-left-col ul li {
  font-weight: 500;
  margin-bottom: 5px;
}

.p-left-col ul li a {
  color: #383838;
}

.p-left-col ul li a:hover {
  color: #ee5124;
}

.p-social-box a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  margin-right: 2px;
}

.p-social-box a:hover {
  background: #ee5124;
  color: #fff;
}

.p-right-col {
  flex: 1;
  padding: 35px 0px 22px 22px;
}

.p-right-col img {
  max-width: 200px;
  max-height: 100px;
  margin-bottom: 20px;
}

.p-right-col p {
  font-weight: 500;
  font-size: 16px;
}

.p-right-col .hs-button.primary {
  background: #ee5124;
  color: #fff;
  min-width: 134px;
  font-size: 15px;
  padding: 4px 20px;
}

.p-right-col .hs-button.primary:hover {
  background: #fff;
  color: #ee5124;
}
.refresh:hover {
  background: #ff4600;
  color: #fff;
}
.load-more-refresh {
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
  overflow: hidden;
  position:relative;
  z-index:999;
}
.refresh {
  background: #fff;
  border: none;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 10px 17px;
  display: none;
}
button.refresh:after {
  content: "\00D7";
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .map-area {
    flex-wrap: wrap;
  }

  .map-box {
    width: 100%;
    height: 500px;
  }

  .listing-content-area {
    width: 100%;
  }
}

@media (max-width: 479px) {

  .p-left-info,
  .p-right-info {
    width: 100%;
    padding-right: 0px;
  }
}

.load-more-contain {
  text-align: center;
  display: none;
  width: 100%;
  padding-top: 30px;
}

.load-more-contain .load-more {
  background: #fff;
  border: none;
  color: #000;
  outline: none;
  padding: 10px 17px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
}
.load-more-contain .load-more:hover {
  background: #ff4600;
  color: #fff;
}
.search-field {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 40%;
  width: 100%;
  gap: 20px;
  margin-bottom: 30px;
}
.search-field .search-contain {
  position: relative;
  width: 100%;
}

.search-field label {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.search-field input.cstm-search {
  border: 1px solid #ccc;
  font-size: 18px;
  height: auto;
  outline: none;
  padding: 7px 38px 7px 10px;
  /* width: calc(100% - 100px)!important; */
  width: 100%;
}
.search-field .search-icon {
  background: no-repeat;
  border: none;
  cursor: pointer;
  height: 20px;
  right: 10px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 9px;
  width: 20px;
}
.search-field .search-icon svg {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.search-field .search-icon svg:hover {
  opacity: 1;
}
.search-field .btn_submit {
  background-color: #ee5124;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  border-radius: 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.details-modal {
  display: none;
  position: fixed;
  z-index: 104;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*overflow: auto;*/
  background-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}
.details-modal.in {
  display: block;
}
.details-modal-content {
  /*position: fixed;
  transform: translate(-50%, -50%);
  top: 50%; left: 50%; width: auto;
  max-width: 100%; padding: 0 30px;*/
  align-items: center;
  bottom: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1150px;
  opacity: 0;
  padding: 50px 15px;
  position: relative;
  transition: all .5s ease;
  visibility: hidden;
  /*   animation-name: slideIn;
  animation-duration: 0.8s; */
}

.details-modal.in .details-modal-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.details-modal.out {
  animation-name: fadeOut;
  animation-duration: 0.8s;
}

.details-modal.out .details-modal-content {
  /*   animation-name: slideOut;
  animation-duration: 0.8s; */
}
.details-modal-body {
  position: relative;
  width: 100%;
}
.details-modal-body .region_dropdown {
  position: static;
  display: block;
  padding: 30px 30px;
}
.details-modal .close {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  opacity: 1;
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;    
  background: #fff;
  height: 28px;
  width: 28px;
}
.details-modal .close:hover,
.details-modal .close:focus {
  cursor: pointer;
  opacity: 1;
}
@-webkit-keyframes slideIn {
  from {top: 0; opacity: 0} 
  to {top: 50%; opacity: 1}
}
@keyframes slideIn {
  from {top: 0; opacity: 0} 
  to {top: 50%; opacity: 1}
}
@-webkit-keyframes slideOut {
  from {top: 50%; opacity: 1}
  to {top: 0; opacity: 0}
}
@keyframes slideOut {
  from {top: 50%; opacity: 1}
  to {top: 0; opacity: 0}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
@-webkit-keyframes fadeOut {
  from {opacity: 1} 
  to {opacity: 0}
}
@keyframes fadeOut {
  from {opacity: 1} 
  to {opacity: 0}
}

.details-box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 40px #0000000d;
  max-height: 810px;
}
.details-box .project-row {
  display: flex;
}
.details-box .project-row .image-col {
  flex: 0 0 auto;
  max-width: 460px;
}
.details-box .project-row .image-col img {
  object-fit: cover;
  min-height: 810px;
}
.details-box .project-row .content-col {
  padding: 30px 40px 0;
  width: 100%;
}
.details-box .project-row .content-col .content-top {
  padding: 0 15px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.details-box .project-row .content-col .content-top .title .funcding-stream {
  font-weight: 500;
  color: #ff4600;
  font-size: 14px;
}
.details-box .project-row .content-col .content-top .title h4 {
  font-size: 28px;
}
.details-box .project-row .content-col .content-top .status {
  color: #03e941;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding-left: 30px;
}
.details-box .project-row .content-col .content-top .status .pro-Completed {
  color: #0027ff;
}
.details-box .project-row .content-col p,
.details-box .project-row .content-col td {
  font-weight: 500;
}
.details-box .project-row .content-col .content-boxes {
  max-height: 667px;
  overflow-y: auto;
}
.details-box .project-row .content-col .content-boxes::-webkit-scrollbar {
  display: none;
}
.details-box .project-row .content-col .content-box {
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.details-box .project-row .content-col .content-box:last-child {
  margin: 0;
}
.details-box .project-row .content-col .content-box .data-info {
  border-top: 1px solid #d6d4d4;
  margin-top: 10px;
  padding-top: 10px;
}
.details-box .project-row .content-col .content-box h4 {
    text-transform: uppercase;
  margin: 0;
}




@media (max-width: 1023px) {
  .map-heading-holder h3 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .listing-content-area h2 {
    font-size: 28px;
    text-align:center;
}
  .filter-box {
    justify-content: center;
    padding: 0 auto 35px;
    flex-direction: column;
  }
  /*   .search-field {
  width: 100%;
  margin-bottom: 20px;
} */
  .filter-box strong {
    text-align: left;
  }
  .filter-box-inner > ul {
    min-width: unset;
    width: calc(100% / 3 - 15px);
    margin: 0 15px 0 0;
  }
  /*   .filter-box-inner {
  justify-content: flex-start;
  width: 100%;
  max-width: 550px;
} */
  .listing-box {
    width: calc(100% / 2 - 16px);
  }
  .cat-list:last-child {
    margin-right: 0;
  }
  .details-box .project-row .image-col {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .map-heading-holder h3 {
    font-size: 30px;
  }
  .p-col-row {
    flex-direction: column;
  }
  .p-left-col {
    border-right: 0px;
    padding: 0px 0px 22px 0px;
  }
  .p-right-col {
    padding: 0px 0px 0px 0px;
  }
  .map-info .p-left-col {
    padding: 0px 0px 22px 0px;
  }
  .details-box .project-row {
    flex-direction: column;
    align-items: center;
    overflow: scroll;
    height: 320px;
}
  }
  .details-box .project-row .image-col {
    max-width: 100%;
  }
  .details-box .project-row .content-col .content-boxes {
    max-height: 100%;
  }
  .search-field {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .listing-box-row {
    margin: 0 auto;
    flex-direction: column;
  }
  .listing-box {
    width: 100%;
    max-width:420px;
    margin:0 auto 15px;
  }
  .search-field,
  .filter-box-inner {
    flex-direction: column;
    width: 100%;
    max-width: 380px;
  }

  .filter-box-inner > ul {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 0 !important;
  }
  .filter-box strong {
    text-align: center;
  }
  .details-box .project-row .content-col {
    padding: 20px;
  }
}
