/* page css */

.library-page .btn.btn-solid.btn-primary {
    background-color: #f3b223;
}

.library-page .btn.text-base {
  background: #ffd041;
}

.library-page .header-search-close {
    background-color: #f3b223;
}

.library-page .bg-base-500 {
    background-color: #585157;
}

.library-page .text-primary {
    color: #f3b223;
}

.library-page .scroll-top {
    border: 1px solid #f3b223;
}

.library-page input[type=submit] {
    background: #f3b223 !important;
}

.library-page .bg-primary-500 {
    background-color: #f3b223;
}

.library-page .hs-button, .library-page .btn, .library-page .scroll-top {
  border-radius: 0;
}

.hero-sec.sec-space {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  position: relative;
  z-index: 1;
}


.hero-sec.sec-space:before {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-inner {
    max-width: 780px !important;
    margin: 0 auto;
   font-family: "IBM Plex Sans", sans-serif;
}

.pro-sub {
    font-family: "IBM Plex Sans", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
  margin-bottom: 70px;
}

.pro-feat {
    font-family: "IBM Plex Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 10px;
}

.hero-inner h1, .project-inner-hero h1 {
    font-family: IBM Plex Sans;
    font-size: 5.111111111111111rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
  color: #fff;
}

.manufec-img {
    margin: 30px 0 25px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.manu-img-1 {
  margin-right: 15px;
}

span.highlight-half.highlight-primary.yell {
  background: linear-gradient(transparent calc(100% - .6em), #f3b223 .4em);
   background: -webkit-linear-gradient(transparent calc(100% - .6em), #f3b223 .4em);
}

.hero-txt {
    color: #fff;
  font-family: IBM Plex Sans;
}

.read_more_btn a, .read_more_btn button {
    color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    background-color: #F2B221;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  font-family: IBM Plex Sans;
  cursor: pointer;
}

.read_more_btn {
    margin-top: 30px;
}

.read_more_btn a:hover, .read_more_btn button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    opacity: .85;
    transform: translateY(-2px);
}

.divider {
    color: #fff;
    transform: rotate(180deg);
    height: 8rem;
  margin-bottom: -1px;
}

.divider svg {
    transform: rotateY(180deg);
}

.divider svg {
    height: 100% !important;
    width: 100% !important;
}



.filter-tag span.filter-type, .housing-tag span.housing-type,  .construction-tag span.construction-type, .foundation-tag span.foundation-type  {
    position: relative;
   padding: 5px 20px 5px 5px;
    background-color: #fff;
    outline: none;
    font-size: 15px;
    color: #585157;
    display: inline-block;
    margin-left: 1.5%;
    cursor: pointer;
    margin-left: 0;
}

span.filters-name {
  color: #585157;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

ul.filter, ul.housing, ul.construction, ul.foundation {
    display: none;
    background-color: #fff;
    position: absolute;
    text-align: left;
    padding: 0px 0px;
    outline: none;
    font-size: 15px;
    color: #000;
    margin-left: 17px;
    border-top: 0;
    z-index: 999;
    margin: 0;
  width: 100%;
/*   border: 1px solid #494453; */
    margin-top: 1px;
  background: #585157;
  
}

ul.foundation {
  min-width: 130px;
  position: absolute;
  left: auto;
  right: 0;
}


ul.filter li, ul.housing li, ul.construction li, ul.foundation li {
    font-size: 14px;
    color: #fff;
    padding: 6px 8px;
    display: block;
    transition: 0.3s;
    cursor: pointer;
  z-index: 999;
/*   border-bottom: 1px solid #f3b223; */
/*   border-bottom: 1px solid #fff; */
}

ul.filter li:last-child, ul.housing li:last-child, ul.construction li:last-child, ul.foundation li:last-child {
  border-bottom: none;
}

.filter-button {
    display: flex;
    display: -webkit-flex;
}


/* .dynamic-data-inner {
    display: flex;
    flex-wrap: wrap;
} */

.dynamic-data-box {
    float: left;
    width: 33.33%;
    margin-bottom: 16px;
  position: relative;
  padding: 0 8px;
  transition: none !important;
}

/* .dynamic-data-box:nth-child(2n) {
    margin-right: 0;
} */

.feature-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 56.25%;
    background: #494453;
  position: relative;
    z-index: 1;
}

.feature-image:before {
    content: "";
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.feature-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  padding: 20px;
  z-index: 2;
}

.feature-details .hero-txt {
    display: none;
}

.noResult {
   text-align: center;
    font-size: 20px;
    color: red;
    padding: 10px;
  display: none;
}

.dynamic-data-inner {
    margin: 0 -8px;
}


.projectlogo {
    text-align: end;
}

.feature-details {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  -webkit-justify-content: space-between;
    align-items: flex-end;
  -webkit-align-items: flex-end;
  position: absolute;
    bottom: 20px;
   left: 0;
  width: 100%;
    
}

.feature-details .headline {
  margin-left: 20px;
  margin-right: 20px;
}

.dynamic-data-box .headline h2 {
    margin-bottom: 0;
    color: #fff;
    font-family: IBM Plex Sans;
    font-size: 20px;
    line-height: 1;
}

.feature-imageline {
    position: relative;
}


.country-name {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
  margin-right: 20px;
}

.dynamic-data-box a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}



.manufec-img img {
    vertical-align: middle;
  max-width: 200px;
  max-height: 34px;
}

.projectlogo img {
    vertical-align: middle;
  max-width: 150px;
  max-height: 30px;
    object-fit: contain;
}


/* filter */

.pro-filter-menu {
    display: flex;
    align-items: center;
}


.filter-tag span.filter-type:before, .housing-tag span.housing-type:before, .construction-tag span.construction-type:before, .foundation-tag span.foundation-type:before  {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #5e575d;
    border-right: 2px solid #5e575d;
    transform: rotate(45deg) translateY(-50%);
    right: 8px;
    top: 42%;
}


.filter-one {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit- align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.all-project {
    width: 18%;
}

.filter-one {
    width: 82%;
}

.load {
/*     min-width: 200px; */
    text-align: center;
  position: relative;
 margin-left: 25px;
 
} 

ul.filter {
    min-width: 200px;
}

ul.housing {
    min-width: 175px;
}

ul.construction {
    min-width: 100px;
    width: 100%;
}



.project-filter {
    padding: 60px 0 40px;
}

.all-project h2 {
    font-family: IBM Plex Sans;
    color: #585157;
    margin-bottom: 0;
}

.loadmore a {
    text-align: center;
  
}

div#loadMore {
    text-align: center;
   margin-top: 40px;
  z-index: 9;
    position: relative;
}

.dynamic-data-outer {
    padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

/* inner-page */


.project-inner-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background: #494453;
  position: relative;
  z-index: 1;
}

.project-inner-page:before {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.project-inner-hero {
    max-width: 780px !important;
    margin: 0 auto;
    font-family: "IBM Plex Sans", sans-serif;
}

.isotope-hidden {
    display: none;
}


/* house-info */

.house-info-sec {
    padding: 60px 0 40px;
}

.house-info-inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  align-items: self-start;
  -webkit-align-items: self-start;
}

.house-col {
    width: 25%;
   margin-bottom: 40px;
}

.house-info-title h2 {
    color: #D0D1CF;
    font-weight: 400;
    font-size: 64px;
    font-family: IBM Plex Sans;
    margin-bottom: 0;
  line-height: 1.2;
}


.house-col h6 {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-family: IBM Plex Sans;
  margin-bottom: 6px;
}

.house-col {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: IBM Plex Sans;
    padding-right: 10px;
}



/* slider-css */

.pro-slider-sec {
    padding-bottom: 80px;
}


.slide.slide-img-1 img {
    width: 100%;
}

.pro-slider-inner .slider.slider-nav .slick-list.draggable {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.slide-single {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 50%;
  background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background: #494453;
  position: relative;
  z-index: 1;
}

.slide-single:before {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slick-current .slide.nav-slide{
	position: relative;
  z-index: 1;
}

.slick-current .slide.nav-slide:after {
  content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}



.nav-slide {
   background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 50%;
  
}

.slider-nav {
  margin-top: 5px;
}

.slider-nav .slick-slide {
    margin-right: 15px;
    width: 25% !important;
  position: relative;
}

.slider-nav .slick-slide:last-child {
    margin-right: 0;
}

.slide.nav-slide {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background: #494453;
}

.slide.nav-slide:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.slick-current .slide.nav-slide:before {
  display: none;
}

/* reset-button */

.reset button {
    color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    background-color: #F2B221;
    display: inline-block;
    padding: 8px 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: IBM Plex Sans;
    cursor: pointer;
    font-size: 16px;
}

.reset button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    opacity: .85;
    transform: translateY(-2px);
}


.pro-slider-inner .slick-slider .slick-arrow.slick-prev:before, .pro-slider-inner .slick-slider .slick-arrow.slick-next:before {
  display: none;
}


.pro-slider-inner button.slick-prev.slick-arrow {
    width: 50px !important;
    height: 50px !important;
    background: #f3b223 !important;
    top: 50%;
    left: 20px !important;
    position: absolute;
    transform: translateY(-50%);
    z-index: 9;
  display: block !important;
}

.pro-slider-inner button.slick-next.slick-arrow {
  width: 50px !important;
    height: 50px !important;
    background: #f3b223 !important;
    top: 50%;
     right: 20px !important;
    position: absolute;
    transform: translateY(-50%);
    z-index: 9;
  display: block !important;
 
}

.pro-slider-inner .slick-slider .slick-arrow.slick-prev:after {
    content: "";
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(315deg);
    z-index: 999;
    margin-left: 4px;
}

.pro-slider-inner .slick-slider .slick-arrow.slick-next:after {
   content: "";
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    z-index: 999;
    margin-left: -2px;
}

.slider-single {
    position: relative;
}

.slider.slider-nav .slick-track {
    margin-top: 5px;
    display: flex !important;
    display: -webkit-flex !important;
    transform: none !important;    width: 100% !important;
}

.pro-slider-inner {
    margin-bottom: 65px;
}


/* related-sec */

.pro-related-main {
    background: #eff0f0;
  padding: 60px 0 80px;
}

.divider.related-sec {
  color: #eff0f0;
}

.relatedpost-title h2 {
    font-family: IBM Plex Sans;
    color: #000;
    margin-bottom: 0;
}

.relateitem-image {
    padding-bottom: 60%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background: #494453;
  position: relative;
  z-index: 1;
}

.relateitem-image:before{
  content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.relateListing {
    display: flex;
  display: -webkit-flex;
    flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}


.relateItems {
    width: 24%;
    margin-right: 1.3%;
  position: relative;
}

.relateItems:last-child {
    margin-right: 0;
}

.relatedpost-title {
    margin-bottom: 45px;
}

.related-post-title {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    left: 0;
  z-index: 2;
}

.related-post-title h5 {
    color: #fff;
    margin: 0;
  font-family: IBM Plex Sans;
  font-size: 16px;
    line-height: 1.1;
  text-transform: uppercase;
}

.relateItems a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
}

.related-inner {
    display: flex;
  display: -webkit-flex;
    flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}


/* lets work */

.letwork {
  background: #eff0f0;
  padding: 60px 0 80px;
}


.letwork-title span {
    background: #575157;
    color: #fff;
    padding: 4px 10px;
    font-weight: 600;
}

.letwork-title {
    font-family: IBM Plex Sans;
    color: #494453;
  margin-bottom: 70px;
}

.letwork-inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.letwrok-col {
    width: 31%;
    text-align: center;
    margin-right: 3.5%;
}

.letwrok-col:last-child {
    margin-right: 0;
}

.letwork-heading h3 {
    color: #494453;
    margin-bottom: 0;
    font-size: 29px;
    line-height: 1.2;
  font-family: IBM Plex Sans;
}

.letwork-heading {
    margin-top: 28px;
}


.submit-pro-btn a {
   color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    background: #F2B221;
    display: inline-block;
    padding: 12px 30px;
    font-weight: 600;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
}

.submit-pro-btn a:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    opacity: .85;
    transform: translateY(-2px);
}

.submit-pro-btn {
    text-align: center;
    margin-top: 45px;
}


ul.filter li.is-checked, ul.housing li.is-checked, ul.construction li.is-checked, ul.foundation li.is-checked {
/*   color: #f3b223; */
  color: #fff;
}

/* span.housing-type.active.selected.show {
    color: #f3b223;
} */

span.filter-type.show ,  span.housing-type.show,  span.construction-type.show,  span.foundation-type.show {
   color: #f3b223;
}

.reset {
    margin-left: 10px;
}


/* print-page-section */

.print-page-sec {
    font-family: IBM Plex Sans;
}

.print-page-sec-inner {
    padding: 18px 18px 10px 18px;
    background: #fff;
}

.wrapper-two {
  box-sizing: border-box;
  display: block !important;
  float: none !important;
  margin: 0 auto !important;
  max-width: 612px;
  width: 100%;
}

.print-page-hero-inner {
    max-width: 400px;
    margin: 0 auto;
  overflow: hidden;
} 

.print-header-logo img {
    max-width: 131px !important;
}

.print-page-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 40px;
    position: relative;
    z-index: 1;
}

.print-page-hero:before {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.print-page-hero-inner h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  font-family: IBM Plex Sans;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
}

.headline {
    position: relative;
}

.print-page-hero-inner .manufec-img img {
  max-width: 100px;
  max-height: 20px;
}

.print-page-hero-inner .manufec-img {
    margin: 0 0 15px;
}

.print-page-hero-inner .hero-txt {
    color: #fff;
    font-family: IBM Plex Sans;
    font-size: 8px;
    font-weight: 400;
    line-height: 10.4px;
}
 .pro-related-sec.hidden {
    display: none;
  }
.divider.print-page {
    margin-top: -46px;
    z-index: 3;
    position: relative;
    height: 3rem;
  width: 101%;
}

.print-page-info .house-info-title h2 {
  font-size: 44px;
 line-height: 1.3;
  margin-top: -10px;
}

.print-page-info .print-col {
  font-size: 11px;
  line-height: 1.3;
  color: #000;
}

.print-page-info .print-col h6 {
    font-size: 8px;
    line-height: 1.3;
     color: #000;
  margin-bottom: 3px;
}

.print-page-info {
   padding: 15px 0 20px;
}

/* .print-page-info .house-info-inner {
  align-items: center;
  -webkit-align-items: center;
} */

.print-page-info .print-col {
  width: 25%;
  margin-bottom: 5px;
}

.print-header-logo {
    margin-bottom: 10px;
}

.print-page-image-inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  margin: 0 -4px;
}

.print-page-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 55.5%;
    position: relative;
    z-index: 1;
}

.print-page-image:before {
    content: "";
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.print-data-box {
    width: 50%;
    padding: 0 4px;
    margin-bottom: 8px;
}

.print-page-hero-inner span.highlight-half.highlight-primary.yell {
  background: linear-gradient(transparent calc(100% - .6em), #f3b223 .4em);
  background: -webkit-linear-gradient(transparent calc(100% - .6em), #f3b223 .4em);
} 

.print-page-sec {
display: none;
  
}

.print-col span {
    font-weight: 400;
}

.read_more_btn.p_btn {
    margin-top: 0;
}

.print-page-sec {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}

@media print {
  .footer-global-row-0-padding, .footer-global-row-1-background-color {display:none;}
  .noPrint{
    display:none;
  }
  .print-page-sec {
    display: block;
  }
  header, footer {
    display: none;
  }
  
  .read_more_btn button {
    text-align: left;
    background-color: unset !important;
    box-shadow: unset !important;
    padding: 0;
    font-weight: 400;
    text-transform: unset;
    color: transparent;
}
  
  .scroll-top {
    display: none;
  }
  
  .print-page-hero-inner h2 {
    background: unset;
  }
  
  .print-page-hero-inner .headline {
    background: unset;
}
  
  .hs-tools-menu.hs-collapsed {
     display: none;
  }
}



@media(min-width: 992px){
  .library-page .header-menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper {
        background-color: #585157;
  }
}

@media(max-width: 1250px){
  .load {
    margin-left: 12px;
  }
}


@media(max-width: 1200px){
 
  .filter-one {
   
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
  
  .pro-filter-menu {
   flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  
  .load {
    margin-left: 10px;
  }
  
  .reset button {
    padding: 8px 10px;
    font-size: 14px;
  }
  
  .filter-tag span.filter-type, .housing-tag span.housing-type, .construction-tag span.construction-type, .foundation-tag span.foundation-type {
    font-size: 14px;
    padding: 5px 20px 5px 3px;
  }
  
  
  .letwork-heading h3 {
    font-size: 22px;
  }
  
  .all-project h2 {
    font-size: 30px;
  }
  
  .house-col {
    font-size: 16px;
  }
  
}




@media(max-width: 1100px){
  
  .filter-tag span.filter-type, .housing-tag span.housing-type, .construction-tag span.construction-type, .foundation-tag span.foundation-type {
   font-size: 13px;
  }
  
  .load {
        margin-left: 10px;
    }
  
  span.filters-name {
    font-size: 13px;
  }
  
}

@media(max-width: 1050px){
  .all-project {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .filter-one {
     width: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  
  .load {
        margin-left: 36px;
    }
  
}

@media(max-width: 992px){
  .wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block !important;
  }
  
  .divider {
    height: 6rem;
  }
  
  
  .pro-filter-menu {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  
  .all-project {
        width: 100%;
    }
  
      .filter-one {
        width: 100%;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
  
  .house-col {
    width: 33.33%;
    margin-bottom: 30px;
  }
  
  
  .relateitem-image {
    padding-bottom: 70%;
  }
  
  .related-post-title h5 {
    font-size: 16px;
  }
  
  .letwork-heading h3 {
    font-size: 19px;
  }
  
  .dynamic-data-box .headline h2 {
    font-size: 17px;
  }
  
  .all-project {
    margin-bottom: 15px;
  }
  
  .projectlogo img {
    max-width: 130px;
    max-height: 25px;
  }
  
  
  .load {
        margin-left: 7px;
    }
  
  .filter-tag span.filter-type, .housing-tag span.housing-type, .construction-tag span.construction-type, .foundation-tag span.foundation-type {
    padding: 5px 17px 5px 3px;
  }
  
      .reset button {
        padding: 6px 8px;
        font-size: 13px;
    }
  
  .letwork-title {
    font-size: 15px;
  }
  
  .related-post-title h5 {
        font-size: 14px;
    }
  
  .letwork-heading h3 {
        font-size: 18px;
    }
  
  .feature-image {
    padding-bottom: 65.25%;
  }
  
  
}

@media (max-width: 991px) {
   .library-page .header-menu .hs-menu-wrapper {
        background-color: #585157;
        width: 100%;
    }
}


@media(max-width: 767px) {
  .dynamic-data-box {
    width: 100%;
    margin-right: 0;
   margin-bottom: 30px;
    padding: 0 0;
  }
  
  .feature-image {
    padding-bottom: 100%;
  }
  
  .dynamic-data-inner {
    margin: 0 0;
  }
  
   span.filters-name {
    width: 100%;
     margin-bottom: 10px;
}
  
      .load {
        min-width: 100%;
        text-align: start;
        margin-left: 0;
        margin-bottom: 10px;
    }
  
  .reset button {
        padding: 8px 15px;
        font-size: 13px;
    }
  
/*   .filter-tag span.filter-type, .housing-tag span.housing-type, .construction-tag span.construction-type, .foundation-tag span.foundation-type {
   padding-left: 0;
  } */
  
 .filter-tag span.filter-type, .housing-tag span.housing-type, .construction-tag span.construction-type, .foundation-tag span.foundation-type {
     width: 100%; 
  }
  
  .filter-tag span.filter-type:before, .housing-tag span.housing-type:before, .construction-tag span.construction-type:before, .foundation-tag span.foundation-type:before {
    right: 10px;
  }
  
  .filter-one { 
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    z-index: 9;
    margin-top: 15px;
  }
  
  ul.filter, ul.housing, ul.construction, ul.foundation {
   position: static;
   border: 1px solid #494453;
  }
  
      .house-col {
        width: 100%;
        margin-bottom: 25px;
    }
  
  .hero-inner h1, .project-inner-hero h1 {
    font-size: 4rem;
    line-height: 1.1;
  }
  
  .pro-slider-sec {
    position: relative;
    z-index: 9;
}
  
  .relateItems {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
  
  .relateItems:last-child {
    margin-bottom: 0;
  }
  
  .relateitem-image {
        padding-bottom: 50%;
    }
  
      .related-post-title h5 {
        font-size: 15px;
    }
  
  .letwrok-col {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
}
  
  .letwrok-col:last-child {
    margin-bottom: 0;
  }
  
  .pro-slider-inner button.slick-prev.slick-arrow {
    width: 30px !important;
    height: 30px !important;
  }
  
  .pro-slider-inner .slick-slider .slick-arrow.slick-prev:after {
    width: 10px;
    height: 10px;
    margin-left: 2px;
  }
  
  .pro-slider-inner button.slick-next.slick-arrow {
    width: 30px !important;
    height: 30px !important;
  }
  
 .pro-slider-inner .slick-slider .slick-arrow.slick-next:after {
    width: 10px;
    height: 10px;
    margin-left: -1px;
  }
  
  .dynamic-data-box .headline h2 {
    font-size: 18px;
  }
  
  .filter-button {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
  }
  
  
  ul.construction {
    min-width: 100%;
    width: 100%;
}
  
  .nav-slide {
    padding-bottom: 60%;
  }
  
  .slider-nav .slick-slide {
    margin-right: 10px;
  }
  
  span.filters-name {
        font-size: 16px;
    }
  
  .filter-tag span.filter-type, .housing-tag span.housing-type, .construction-tag span.construction-type, .foundation-tag span.foundation-type {
        font-size: 16px;
        padding-left: 0;
    }
  
  .pro-sub {
    margin-bottom: 40px;
  }
  
  .house-info-sec {
    padding: 30px 0 30px;
}
  
  .pro-slider-inner {
    margin-bottom: 30px;
}
  
  .pro-related-main {
    padding: 50px 0 60px;
  }
  
  .pro-slider-sec {
    padding-bottom: 60px;
}
  
  .letwork {
    padding: 40px 0 60px;
  }
  
  .letwork-title {
    margin-bottom: 45px;
  }
  
  .project-filter {
    padding: 40px 0 30px;
}
  
  div#loadMore {
    margin-top: 20px;
  }
  
  .dynamic-data-outer {
    padding-bottom: 60px;
}
  
  .reset {
    margin-left: 0;
}
  
}

@media(max-width: 425px){
  .feature-details {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  
  .country-name {
    margin-left: 20px;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  
  .feature-details .headline {
    width: 100%;
  }
  
  .manu-img-1 {
    margin-right: 15px;
    width: 100%;
    margin-bottom: 15px;
}
  
 
  
}


@media(max-width: 350px){
  
  .hero-inner h1, .project-inner-hero h1 {
        font-size: 3rem;
    }
}





















