.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); }
}
.show-lightbox {
    cursor: pointer;
}

.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 {
    max-width: 100%;
    margin: 75px auto;  
    padding: 30px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    width: 100%;
    margin-bottom: 75px;
    font-family: roboto;
    background: #F6F6F6;
}
#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 {
    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;
}
#location-projects .project-results .paging a {
    padding: 0px 7px;
    border-radius: 4px;
    display: inline-block;
}
#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 .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;
    margin-left: 0;
    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: 100%;
    margin: 0 auto;
    background: #fff;
    max-width: 100%;
    position: relative;
}
#location-projects #seach-project .grp {
    width: 100%;
    text-align: left;
    padding: 2px 10px;
}
#location-projects #seach-project > .std-form-line {
    display: inline;
}
#location-projects #seach-project #buttons {
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
#location-projects #seach-project .btn-success {
    background-color: #0d37ba;
    color: #fff;
    border-radius: 3px;
    height: 100%;
    width: 40px;
    font-size: 22px;
    padding: 0;    
}
#location-projects #seach-project > .std-form-line > label {
    display: none;
}
#location-projects #seach-project > .std-form-line input {
    width: 800px;
    max-width: 90%;
    height: 36px;
    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 {
}

#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;
}

.map-popup-feat {
    max-width: 100%;
}
.lw-highlight {
    color: #c1d29b;
}


#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 .boxes .box h4.address {
    color: #444;
    padding-top: 12px;
}
#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 .map-popup-feat {
    width: 100%;
}
#location-projects .map-popup .proj-gallery span{
    cursor: pointer;       
}
#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 .boxes {
    overflow-y: auto;
    max-height: 500px;    
}
#map {
    position: relative;
}
#map .loader {
    height: 70px;
    vertical-align: middle;
    width: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    position: absolute;   
}
.no-projects-found {
    text-align: center;
}