.rn-col {
    box-sizing: border-box; 
}
.load-map-error {
    border: dashed #ccc 1px;
    padding: 20px;
    text-align: center;
    color: red;
    font-size: 14px;    
}


.interactive-map .gm-style .gm-style-iw-d::-webkit-scrollbar-track, 
.interactive-map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.interactive-map .gm-style .gm-style-iw-c,
.interactive-map .gm-style .gm-style-iw-t::after { 
  background: rgba(0,0,0,.75);
}
.interactive-map .gm-style .gm-style-iw-tc::after {
    background: rgba(0,0,0,.75);
}
.interactive-map .gm-style-iw-d {
    scrollbar-color: #000 transparent !important;
}
.interactive-map .gm-style .gm-ui-hover-effect > span {
    background-color: #fff!important;
}

.interactive-map .map-popup {
    text-align: center;
}
.interactive-map .map-popup .proj-gallery span{
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: center;    
    cursor: pointer;    
}
.interactive-map .map-popup h3{
    font-size: 15px;
    margin: 0;
    color: #fff;
}
.interactive-map .map-popup h5{
    font-size: 13px;
    margin: 5px 0;
    color: #fff;
}
.interactive-map .map-popup .desc{
    font-size: 13px;
    margin: 0 0 15px;
    color: #fff;
    line-height: 17px;
    text-align: left;
}
.interactive-map .map-popup .desc h2 {
    font-size: 14px;
    margin: 10px 0 5px;    
}
.interactive-map .map-popup .desc h3 {
    font-size: 13px;
    margin: 10px 0 5px;    
}
.interactive-map .map-popup .desc h4 {
    font-size: 12px;
    margin: 10px 0 5px;    
}
.interactive-map .map-popup .desc h5 {
    font-size: 11px;
    margin: 10px 0 5px;    
}
.interactive-map .map-popup .desc h6 {
    font-size: 10px;
    margin: 10px 0 5px;    
}
.interactive-map .map-popup .desc a {
    color: #fff !important;
    text-decoration: underline !important;
}
.interactive-map .map-popup .proj-gallery img {
    max-height: 500px;
    width: auto;    
}
.interactive-map .map-popup .show-lightboxx {
    border: 0!important;
}
.interactive-map .prev, .interactive-map .next {
    background: #000;
}
.interactive-map .read-more, .interactive-map .show-less {
    cursor: pointer;
}
#lw-map-containter .map-popup-feat {
    max-width: 100%;
}
#lw-map-containter .map-popup {
    text-align: center;
}
#lw-map-containter .map-popup .proj-gallery span{
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: center;    
    cursor: pointer;    
}
#lw-map-containter .map-popup h3{
    font-size: 15px;
    margin: 0;
    color: #000;
}
#lw-map-containter .map-popup h5{
    font-size: 13px;
    margin: 5px 0;
    color: #000;
}
#lw-map-containter .map-popup .desc{
    font-size: 13px;
    margin: 0 0 10px;
    color: #000;
}
#lw-map-containter .map-popup img {
    width: 300px;
}
#lw-map-containter .map-popup .proj-gallery img {
    max-height: 500px;
    width: auto;    
}




#location-projects #map {
    height: 600px;
    width: 100%;
}
#map-gallery-lb {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.8);
}
#map-gallery-lb #inner {
    width: 800px;
    margin: 0 auto;
    position: relative;   
    max-width: 80%; 
}
#map-gallery-lb .close {
    position: absolute;
    right: 0;    
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 39px;
    background: #fff;
    color: #000!important;
}
#map-gallery-lb #image {
    padding: 10px;
    text-align: center;    
}
#map-gallery-lb #image img {
    border: solid #fff 4px;
}
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.rn-row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.rn-row .col {
    box-sizing: border-box;
}
.rn-row.gap-medium > .rn-col {
    padding: 20px;
}
.rn-row.two > .rn-col {
    width: 49%;
    display: table-cell;
    vertical-align: top;
}
.rn-row.two > .rn-col:nth-child(1) {
    padding-right: 1%;
}
.rn-row.two > .rn-col:nth-child(2) {
    padding-left: 1%;
}
.rn-row.three > .rn-col {
    width: 33.3%;
    display: table-cell;
    vertical-align: top;    
}
.rn-row.four > .rn-col {
    width: 25%;
    display: table-cell;
    vertical-align: top;    
}
.rn-row.five > .rn-col {
    width: 20%;
    display: table-cell;
    vertical-align: top;    
}
#custom-header .logo img {
    max-height: 100px;
}
#custom-header #logo-container {
    display: inline-block;
    width: 28%; 
    vertical-align: middle;
}
#custom-header #custom-menu {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    text-align: right;
}
#custom-header .ch-wrapper {
    width: 96%;
    margin: 0 auto;
    font-family: roboto;    
}
#custom-header ul.menu {
    list-style-type: none;
    list-style-position: inside;
}
#custom-header ul.menu > li {
    display: inline;
    position: relative;
    margin-left: 15px;
}
#custom-header ul.menu a {
    text-decoration: none;
}
#custom-menu ul.menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #ddd;
    text-align: left;
    padding: 10px;
    list-style-position: inside;
    list-style-type: none;
    width: 160px;
}
#custom-header ul.menu > li:last-child .sub-menu {
    right: 0;
    left: auto;
}
#custom-menu ul.menu .sub-menu li {
    padding: 5px 0 0;
}
#custom-header ul.menu > li:hover .sub-menu {
    display: block;
}
#custom-header ul.menu > li:hover .sub-menu li {

}
#location-projects a, 
#custom-header a{
    color: #444;
    text-decoration: none;
}
#location-projects .first-item h2 a {
    color: #444!important;
}
#location-projects {
    max-width: 100%;
    margin: 75px auto;  
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
#location-projects h1, #location-projects h2, #location-projects h3, #location-projects h4, #location-projects h5, #location-projects h6 {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;    
}
#location-projects .powered-by {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
    color: #444;    
}
#location-projects .powered-by a,
#lw-map-containter .powered-by a {
    color: #444;   
}
#location-projects #company_information {
    word-break: break-all;
}
#location-projects .img-holder  {
    cursor: pointer;
}
#location-projects h1 {
    margin-bottom: 20px;
    font-size: 35px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 600;
}
#location-projects .project-results {
    overflow: hidden;
    margin: 15px 10px 10px;
}
#location-projects .project-results .paging {
    margin-left: 20px;
    font-size: 15px;
    padding-top: 50px;
    padding-bottom: 20px;
}
#location-projects .project-results .paging a{
    color: #d1d1d1;
}
#location-projects .project-results .paging a.active {
    color: #2c2c2c;
}

#location-projects .project-results .view-type {
    float: right;
    font-size: 19px;
}
#location-projects .project-results .view-type .fa-list {
    color: #d1d1d1;
    cursor: pointer;
}
#location-projects .project-results .view-type .fa-th-large {
    margin-left: 7px;
    color: #d1d1d1;
    cursor: pointer;
}
#location-projects .project-results .view-type .fa-th-large.active,
#location-projects .project-results .view-type .fa-list.active {
    color: #2c2c2c;
}



#location-projects .boxes {
/*    overflow-y: auto;
    max-height: 500px;  */
}
#location-projects .box {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: solid #eee 2px;
    border-radius: 2px;    
    overflow: hidden;
}
#location-projects .list-view .box {
    clear: both;
    overflow: hidden;
}
#location-projects .list-view .feat-image2 {
    width: 30%;
    float: left;
    margin-right: 20px;
}

#location-projects .list-view .feat-image2 img {
    width: 100%;
    height: auto;
}
#location-projects .list-view .project-details {
    width: 62%;
    float: left;
}





#location-projects .grid-view .box {
    width: 48.5%;
    float: left;
    background: #EFEFEF;
    margin-right: 1%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#location-projects .grid-view .box:nth-child(even) {
    margin-right: 1%;
    margin-left: 1%;
}
#location-projects .grid-view .box:nth-child(odd) {
    clear: both;
}
#location-projects .grid-view .feat-image2 {
    width: 100%;
}
#location-projects .grid-view .feat-image2 img {
    width: 100%;
    height: auto;
}

#location-projects .grid-view .box.hide-on-mobile {
    padding: 25px 0 0;
}



#location-projects .boxes .box h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0;
    color: #095d1f;
    font-weight: bold;
}

#location-projects .boxes .box h2 a {
    color: #095d1f;    
}

#location-projects .boxes .box h4{
    font-size: 15px;
    line-height: normal;
    margin-bottom: 15px;
    color: #095d1f; 
}

#location-projects .box .proj-categories ul {
    padding: 0;
}
#location-projects .box .proj-categories li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
#location-projects .box .proj-categories a {
    color: #fff;
    display: block;
    padding: 4px 10px;
    border-radius: 5px;
    background: #6caf24;
    font-size: 12px;
    margin-bottom: 5px;
}
#location-projects .box h2 {
    margin: 5px 0;
}
#location-projects .box .proj-desc {
    font-size: 12px;
}
#location-projects .box .view-project {
    font-size: 13px;
    margin: 15px 0;
}
#location-projects .lw-section {
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 5px;
    padding: 30px;
    margin: 20px 0;
    background: #fdfdfd;
}

#location-projects #seach-project {
    text-align: center;
    border: solid #c1d29b 2px;    
    width: 570px;
    margin: 20px auto;
    background: #fff;
    max-width: 100%;
    position: relative;
}
#location-projects #seach-project .grp {
    width: 100%;
    text-align: left;
}
#location-projects #seach-project > .std-form-line {
    display: inline;
}
#location-projects #seach-project #buttons {
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
}
#location-projects #seach-project > .std-form-line > label {
    display: none;
}
#location-projects #seach-project > .std-form-line input {
    width: 500px;
    max-width: 90%;
    font-style: italic;
    color: #aaa;
    border: 0;
}
#location-projects #seach-project #buttons button {
    border: 0;
}
#location-projects #seach-project #buttons button:hover, 
#location-projects #seach-project #buttons button:focus {
    background: #fff;
    color: #aaa;
}

#location-projects .rn-header {
    margin: 0 0 10px;
    font-size: 27px;
    padding-bottom: 10px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 600;   
}
#location-projects .rn-header::after {
    content: "";
    border-bottom: solid #6fb900 3px;
    display: block;
    width: 80px;
    margin-top: 15px;
}
#location-projects .lw-section ul {
    list-style-type: none;
    padding: 0;    
}



#project-contact .std-form-line > label {
    display: none!important;
}
#project-contact .std-form-line input[type="text"],
#project-contact .std-form-line input[type="email"],
#project-contact .std-form-line textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-family: roboto;
    border-radius: 3px;
    border-width: 1px;
    border-color: #ccc;
}
#project-contact .std-form-line textarea {
    min-height: 100px;
}
#project-contact .std-form-line .important-note {
    font-size: 12px;
    line-height: normal;
    display: block;
    margin-top: 7px;    
}
#project-contact .grp {
    width: 100%;
}
#project-contact #buttons input[type="submit"] {
    padding: 15px 30px;
    font-weight: bold;
    margin: 30px auto 0;
    display: block; 
}
#location-projects .fa-map-marker-alt {
    color: #e60c2f;
    margin-right: 5px;
}

#location-projects .recent-feat-image img {
    max-width: 100%;
    height: auto;
}

.lw-highlight {
    color: #c1d29b;
}
#location-projects {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 75px;
    padding: 20px 70px;
    box-sizing: border-box;    
    overflow: hidden;
}

#location-projects > h2 {
	font-size: 17px;
	line-height: 17px;
}
#location-projects ul {
	padding-left: 0;
	list-style-type: none;
}
#location-projects .inner-container {
    background: #fff;
}

#location-projects ul li {

}
#location-projects .left {
	width: 70%!important;
}
#location-projects .right {
	width: 29%!important;
}
#location-projects .address {
	font-size: 13px;
	cursor: pointer;
	margin-bottom: 5px;
}
#location-projects .address .fa-map-marker-alt,
#location-projects .address2 .fa-map-marker-alt {
	margin-right: 5px;
}
#location-projects .address2 {
	font-size: 13px;
	margin-bottom: 0;	
}

.rn-row.two > .rn-col:nth-child(1) {
	width: 50%;
}

.rn-row.two > .rn-col:nth-child(2) {
	width: 50%;
}
.hide-popups {
	display: none;
}
.popup-container {
	position: absolute;
    width: 100px;
    margin-left: -50px;
    margin-top: -100px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 7px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;	
}
#location-projects .map-popup {
    text-align: center;
}
#location-projects .map-popup .map-popup-feat {
    width: 100%;
}

#location-projects .map-popup .show-lightbox, #location-projects .map-popup .show-lightboxx {
    border: 4px solid #ccc;
    margin: 2px;
    box-sizing: border-box;
    width: 96%;
}
#location-projects .map-popup .title {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 4px 0;
}
#location-projects .map-popup .address {
    color: #000;
    font-size: 12px;
    text-align: center;
}

#location-projects .project-results .first-item {
    border-width: 3px 0 0;
    border-color: #7bbdb1;
    border-style: solid;
    margin-top: 30px;
    padding-top: 70px;    
}
#location-projects .project-results .first-item h2 {
    color: #191919;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4em;    
}
#location-projects .project-results .first-item .proj-desc {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 20px;
}
#location-projects .project-results .first-item .feat-image2 {
    float: left;
    max-width: 100%;
    width: 595px;
    max-height: 555px;
    overflow: hidden;
}
#location-projects .first-item .feat-image2 a {
    width: 595px;
    height: auto; /*555px*/
    display: inline-block;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
}
#location-projects .project-results .first-item .project-details {
    padding: 0 50px 30px;
    float: right;
    width: calc( 100% - 595px );    
    box-sizing: border-box;
}
#location-projects .project-results .first-item .project-details h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
#location-projects .project-results .first-item .feat-image2 img {
    width: 100%;
    height: auto;
}
#location-projects .project-results #items .project-details {

}
#location-projects .project-results .boxes .box .feat-image2 {
    float: right;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
    margin-left: 20px;
}
.archive #location-projects h1 {
    color: #33645c;
    font-size: 60px;
    font-weight: 600;
    display: inline;    
}
.archive #location-projects > h2 {
    display: inline;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;    
    color: #33645c;
    margin-left: 20px;   
}
#location-projects .boxes {
    background: #fff;    
}
#location-projects .project-results {
    overflow: visible;
}
#location-projects #items {
    margin-top: -120px;
    width: 60%;
    float: right;
}
#location-projects .box {
    border: 0;
}
#location-projects .grid-view .box {
    border: 0;
    background: #fff;
    
}
#location-projects .grid-view .box::before {
    content: '';
    border-top: solid #d2f3ed 2px;
    left: 30px;
    right: 30px;
    top: 0;
    position: absolute;    
}
#location-projects .grid-view .box:nth-child(1)::before,
#location-projects .grid-view .box:nth-child(2)::before {
    display: none;
}
#location-projects .boxes .box h2 {
    margin-bottom: 10px;
}
#location-projects .boxes .box h2 a {
    color: #54595f;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: normal;
}
#location-projects .boxes .box .date {
    color: #adadad;    
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;    
}
#location-projects .grid-view .box {
    padding: 20px 30px;
    position: relative;    
}
ul.projects-by-cat {
/*    display: table;
    table-layout: fixed;
    width: 100%;    */
    overflow: hidden;
    margin-top: 40px;
}
ul.projects-by-cat li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    float: left;
}
ul.projects-by-cat li h4, ul.projects-by-cat-2 li h4 {
    font-size: 16px;
}
ul.projects-by-cat .wrapper {
    border: solid #d2f3ed 1px;
}
ul.projects-by-cat li:nth-child(1) .wrapper {
    margin-right: 15px;
}
ul.projects-by-cat li:nth-child(2) .wrapper {
    margin-left: 5px;
    margin-right: 8px;
}
ul.projects-by-cat li:nth-child(3) .wrapper {
    margin-left: 8px;
    margin-right: 5px;
}
ul.projects-by-cat li:nth-child(4) .wrapper {
    margin-left: 15px;
}
ul.projects-by-cat .wrapper h4 {
    padding: 20px 25px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;    
    color: #54595f;
    height: 100px;
}
ul.projects-by-cat .wrapper .date {
    padding: 10px 25px;
    border-top: solid #EAEAEA 1px;
    font-size: 13px;
    font-weight: 400;    
}

ul.projects-by-cat .recent-feat-image {
    height: 175px;
    overflow: hidden;    
}

ul.projects-by-cat-2 {
    overflow: hidden;
}
ul.projects-by-cat-2 li {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    float: left;
    
}
ul.projects-by-cat-2 .wrapper {
/*    border: solid #d2f3ed 1px;*/
    border-bottom: solid #d2f3ed 2px;
}
ul.projects-by-cat-2 .wrapper img {
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-left: 25px;
}
ul.projects-by-cat-2 li:nth-child(1) .wrapper,
ul.projects-by-cat-2 li:nth-child(4) .wrapper{
    margin-right: 30px;
}
ul.projects-by-cat-2 li:nth-child(2) .wrapper,
ul.projects-by-cat-2 li:nth-child(5) .wrapper{
    margin-left: 15px;
    margin-right: 15px;
}
ul.projects-by-cat-2 li:nth-child(3) .wrapper,
ul.projects-by-cat-2 li:nth-child(6) .wrapper{
    margin-left: 30px;
}

ul.projects-by-cat-2 .wrapper .recent-details {
    height: 140px;
}
ul.projects-by-cat-2 .wrapper h4 {
    padding: 20px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;    
    color: #54595f;
    margin: 20px 0 0;
}
ul.projects-by-cat-2 .wrapper .date {
    padding: 0 0 10px;
/*    border-top: solid #EAEAEA 1px;*/
    font-size: 13px;
    font-weight: 400;    
}


#location-projects .cat-name {
    font-size: 27px;
    font-weight: 700;
    padding: 70px 0 20px;
    clear: both;
/*    display: inline-block;
    background: #fff;
    line-height: normal;   */  
}
#location-projects .cat-name span.bg {
    background: #fff;
    padding: 0 20px 0 0;
    text-transform: capitalize;
}
#location-projects .cat-name::after {
    content: '';
    border-top: solid #7BBDB1 3px;
    width: 100%;
    display: block;
    margin-top: -12px;
}
#location-projects .paging {
    clear: both;
    text-align: center;
}
#location-projects .project-results .paging a {
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    line-height: 25px;
    border: solid #d1d1d1 1px;    
}
#location-projects .project-results .paging a.active {
    background: #dd3333;
    border: solid #dd3333 1px;
    color: #fff;    
}
#map {
    position: relative;
}
#map .loader {
    height: 70px;
    vertical-align: middle;
    width: 70px;
    left: calc(50% - 35px);
    top:  calc(50% - 35px);
    position: absolute;
}
#map-containter {

}
#map-containter #map {
    
}
.powered-by {
    font-size: 12px;
    text-align: right;
    margin-right: 10px;    
}
#location-projects #breadcrumbs {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;   
}
#download-form {
    background: #37655D;
    padding: 50px 0;
    color: #fff;
    margin: 60px 0 40px;
    text-align: center;
    width: 85%;
    float: right;    
}
#download-form img {
    width: 230px;
    display: inline;
    max-width: 80%;
}
#download-form h3 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: 1px;   
    margin: 0 0 10px; 
    color: #fff;
}
#download-form h4 {
    font-size: 33px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: 1px;    
    margin: 0 0 10px; 
    color: #fff;
}
#download-form h5 {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4em;
    letter-spacing: 1px;    
    margin: 0 0 10px; 
    color: #fff;
}
#download-form .std-form-line > label {
    display: none!important;
}
#download-form form input[type="email"] {
    width: 100%;
    border: solid #ccc 1px;
}
#download-form form .button-primary {
    width: 80%;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;    
}
#download-form form .button-primary:hover {
    text-decoration: none;
}
#download-pdf .grp {
  width: 80%;
  padding: 0;
}
#download-form #company-photo {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
#download-form #text {
    width: 65%;
    display: inline-block;     
    vertical-align: middle;
}
#download-form .msg-container {
    display: block;
    height: 22px;
}
#lw-map-containter {
    width: 100%;
}