
{# #### Post Style #### #}
.cm-projects-post-bnr {
  position: relative;

}

.cm-projects-post-bnr .bg_img {
  background-blend-mode: overlay;
  background-color: initial;
  height: 396px;
  width: 100%;
  background-position: center;
  position: relative;
  background-size: cover;
}
.cm-projects-post-bnr .bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.15);
}
.cm-projects-post-main {
  padding: 54px 0;
}
.cm-projects-post-main .page-center {
  width: 90%;
}
.cm-projects-post .back_btn {
  margin-bottom: 15px ;
}
.cm-projects-post a.back_btn_link {
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em;
  position: relative;
  transition: all 300ms ease 0ms;
  display: inline-block;
  border-radius: 5px;
  letter-spacing: 1px;
  padding-left: 20px;
  font-size: 14px;
  padding-right: 0.7em;
}
.cm-projects-post a.back_btn_link:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  position: absolute;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  text-shadow: none;
  transition: all 300ms ease 0ms;
  line-height: inherit;
  font-size: inherit ;
  opacity: 1;
  margin-left: -1.3em;
  right: auto;
  display: inline-block;
  font-family: ETmodules ;
  font-weight: 400 ;
  content: attr(data-icon);
}

.cm-projects-post h1.heading {
  font-weight: 500;
  margin-bottom: 10px;
}
.cm-projects-post .subheading {
  color: #000000;
  font-size: 22px;
  line-height: 2em;
  padding-bottom: 10px;
}
.cm-projects-post .details {
  border-top: 2px solid #E22222;
  border-bottom: 1px solid #E22222;
  padding: 11px 0 10px;
  font-size: 18px;
  line-height: 1.3222;
  margin-bottom: 22px;
}
.cm-projects-post .details_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
} 
.cm-projects-post .details_item:last-child {
  margin-bottom: 0;
}
.cm-projects-post .details_text {
  font-weight: 800 ;
  color: #000000 ;
  margin-left: 7px;
}

.cm-projects-post .description h6 {
  font-weight: 800;
  font-size: 18px;
  color: #000000;
  line-height: 1.3222;
} 
.cm-projects-post .description {
  font-size: 14px;
  line-height: 1.7;
}
.cm-projects-post .description-head {
  padding: 10px 0;
}

.cm-projects-post .description-body {
  padding-bottom: 10px;
}
.cm-projects-post .description-body > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cm-projects-post .gallery {
  display: flex ;
  flex-wrap: wrap;
  margin-top: 60px;
}
.cm-projects-post .gallery > * {
  width: 33.33%;
  display: block;
  padding: 0 5px;
  margin-bottom: 30px;
}
.cm-projects-post .gallery>* img {
  width: 100%;
}

@media (min-width: 768px) {
  .cm-projects-post .details {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .cm-projects-post h1.heading {
    font-size: 90px;
  }
}

@media (max-width: 767px) {
  .cm-projects-post .subheading {
    font-size: 18px;
  }
  .cm-projects-post .gallery > * {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .cm-projects-post .gallery > * {
    width: 100%;
  }
}

{# #### End Post Style #### #}

{# #### Listing Style #### #}
.cm-projects-list {
  position: relative;
  padding: 27px 0 81px;
}
.cm-projects-list .page-center {
  max-width: 90%;
}
.cm-projects-list .project_item {
  padding: 0 5px 30px;
  width: 33.33%;
  text-align: center;
}
.cm-projects-list .project_item .featured_img img {
  width: 100%;
}

.cm-projects-list .project_item_name {
  color: #000;
  font-weight: 900;
  line-height: 1.625;
}

.cm-projects-list .project_item_area,
.cm-projects-list .project_item_location{
  font-weight: bold;
  font-size: 14px;
  color: #e22222;
  line-height: 1.715;
}
.cm-projects-list .project_item_location {
  font-weight: 200;
}

.cm-projects-list .pagination {
  margin: 0 0 20px;
  display: flex  ;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
.cm-projects-list .pagination a {
  line-height: 1;
  padding: 10px;
  background-color: #113158;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.cm-projects-list .pagination a:hover {
  background-color: #e22222;
  color: #ffffff;
}
.cm-projects-list .pagination a.active {
  color: #113158;
  background-color: #ccc;
  cursor: auto;
}


.cm-projects-list .list_row {
  margin-bottom: 20px;
}

.cm-projects-list .search-sec {
  width: 100%;
  max-width: 446px;
  margin: 40px auto;
}

.cm-projects-list .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cm-projects-list .search-form input.form-input {
  color: #4e4e4e;
  background-color: #fff;
  flex: 1;
  padding: 7px 10px 7px 10px;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: 7px;
  outline: none;
  margin-right: 12px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 35px;
}
.cm-projects-list .search-form input.form-input::placeholder {
  color: rgba(0, 0, 0, .5019607843);
  font-weight: 400;
}

.cm-projects-list .search-sec .submit-btn {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; 
  box-shadow: none;
  font-family: 'Lora', Georgia, "Times New Roman", serif;
  letter-spacing: normal;
  min-width: auto;
}
.cm-projects-list .project_item.no_item:not(:only-child) {
  display: none;
}

.cm-projects-list .project_item.no_item {
  width: 100%;
  padding: 0 0 20px;
}
.cm-projects-list .list_row .no_item_msg {
  font-size: 15px;
  line-height: 1;
}
.cm-projects-list .search-sec .reset {
  display: none;
}
.cm-projects-list .search-sec .reset a {
  line-height: 18px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}

@media (max-width:980px) {
  .cm-projects-list .project_item {
    width: 50%;
  }
}

@media (max-width:767px) {
  .cm-projects-list .project_item {
    width: 100%;
    padding-bottom: 10px;
  }
}



