.hide-svg svg {
    width: 100px;
}
.rn-col {
    box-sizing: border-box; 
}
#map {
    position: relative;
}
#map .loader {
    height: 70px;
    left: calc(50% - 35px);
    position: absolute;
    top: calc(50% - 35px);
    vertical-align: middle;
    width: 70px;
}
.load-map-error {
    border: dashed #ccc 1px;
    padding: 20px;
    text-align: center;
    color: red;
    font-size: 14px;    
}
.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;*/
    display: block;
}
.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;*/
    display: inline-block;
    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;*/
    display: inline-block;
    vertical-align: top;    
}
.rn-row.four > .rn-col {
    width: 25%;
/*    display: table-cell;*/
    display: inline-block;
    vertical-align: top;    
}
.rn-row.five > .rn-col {
    width: 20%;
/*    display: table-cell;*/
    display: inline-block;
    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: 96%;
    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;    
}
#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{
    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 .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;
    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 #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 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5127BD;
}
#location-projects .recent-posts .rn-header {
    color: #191919;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4em;
}
#location-projects .lw-sidebar .lw-section ul {
    list-style-type: none;
    padding: 0;    
}

#location-projects .lw-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;

    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #5127BD;
    border-radius: 100px 100px 100px 100px;
}
#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;
    border-style: dashed;
}
#project-contact .std-form-line input[type="text"]::placeholder,
#project-contact .std-form-line input[type="email"]::placeholder,
#project-contact .std-form-line textarea::placeholder {
    color: #444;
    opacity: .5; /* Firefox */
}
#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: 5px auto 0;
    display: block;
    width: 100%;
    background: #D64141;
    color: #fff;
    line-height: normal;
    border: 0;
    text-transform: capitalize;
    font-size: 16px;    
}
#location-projects .fa-map-marker-alt {
    color: #e60c2f;
    margin-right: 5px;
}
#location-projects .recent-feat-image img {
    max-width: 100%;
    height: auto;
}

.single #location-projects {
    max-width: 100%;
    width: 100%!important;
    border: 0;
    margin-top: 0;
}

/* The Modal (background) */
.lw-gallery {    
    overflow: hidden;    
}
#location-projects.single-project .rn-row.top .rn-col {
    vertical-align: bottom;
    width: 70%;
}
#location-projects.single-project .rn-row.top .rn-col.right {
    width: 30%;
}
#location-projects.single-project .rn-row.top .details {
    color: #588a81;
    font-size: 15px;
    font-weight: 400;
    border-style: solid;    
    border-width: 1px 0;
    border-color: #588a81;
    padding: 10px 0;
    margin: 30px 0 0;
}
#location-projects.single-project #top-i-container {
    position: relative;
}
#location-projects.single-project #top-i-content {
    padding: 150px 0 40px;
    position: relative;
    z-index: 10;   
    color: #fff; 
    background: rgba(0,0,0,.6);
}

#location-projects.single-project .rn-row.top .details i.fas, 
#location-projects.single-project .rn-row.top .details i.far {
    margin-right: 5px;
}
#location-projects.single-project .top-i {
    width: 1700px;
    margin: 0 auto;
    max-width: 90%;
}
#location-projects.single-project .top-i a{
    color: #fff;
}
#location-projects.single-project .top-i .sep {
    color: #fff;
    font-size: 25px;
    padding: 0 7px;    
}
#location-projects.single-project #top-i-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    opacity: .3;   
    background-size: cover;
    background-repeat: no-repeat; 
}
#location-projects.single-project .top-ii {
    width: 1700px;
    margin: 0 auto;
    max-width: 90%;    
}
#location-projects.single-project .top-ii .excerpt {
    padding: 50px 0 10px;
    color: #333;
}
#location-projects.single-project .rn-row.top .published-date {
    margin: 0 0 0 20px;
}
#location-projects.single-project .breadcrumbs {
    font-size: 17px;
    font-weight: 500;    
}
#location-projects.single-project .featured-image {
    position: relative;
    margin: 0;
}
#location-projects.single-project .featured-image .feat-wrap {
    height: 555px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 595px;
    z-index: 10;
    border-bottom: solid #7bbdb1 10px;
}
#location-projects.single-project .featured-image .feat-wrap.has-border-top {
    border-top: solid #7bbdb1 10px;
}
#location-projects.single-project .featured-image img {
    position: absolute;
    border: solid #7bbdb1 10px;
    width: 100%;
    height: auto;
    bottom: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
#location-projects.single-project .lw-gallery-nav {
    top: 50%;
    width: 100%;
    left: 0;        
}
#location-projects.single-project .lw-gallery .slick-prev {
    left: 20px!important;
    width: 40px;
    height: 40px;
    background: none;
    overflow: hidden;
    z-index: 99;
}
#location-projects.single-project h1 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3em;
}
#location-projects.single-project .loc-address {
    margin-bottom: 30px;
}
#location-projects.single-project .lw-gallery .slick-prev::before {
    color: #70b524;
    font-size: 35px;
}
#location-projects.single-project .lw-gallery .slick-next {
    right: 20px!important;
    width: 40px;
    height: 40px;
    background: none;
    overflow: hidden;
}
#location-projects.single-project .lw-gallery .slick-next::before {
    color: #70b524;
    font-size: 40px;
}
#location-projects.single-project .lw-gallery img {
    height: 550px;
    width: auto;
}
#location-projects.single-project .lw-gallery .h-img {
    max-height: 550px;
}
#location-projects.single-project .lw-gallery .h-img img {
    width: calc(100% - 5px);
    height: auto;
}
#location-projects.single-project .lw-gallery-nav .slick-slide img {
    max-width: 100%;
    border-color: #fff;
    border-style: solid;
    border-width: 0 5px 0;
    cursor: pointer;
}
#location-projects.single-project .lw-gallery-nav {
    margin-top: 20px;
}
#location-projects.single-project .lw-gallery-nav img{
    
}
#location-projects.single-project .lw-gallery-nav .slick-prev {
    left: 20px;
    z-index: 99999;
    background: none;
    overflow: hidden;
    width: 25px;
    height: 25px;    
}
#location-projects.single-project .lw-gallery-nav .slick-prev::before {
    color: #fff;
    font-size: 25px;
}
#location-projects.single-project .lw-gallery-nav .slick-next {
    right: 20px!important;
    background: none;
    overflow: hidden;
    width: 25px;
    height: 25px;    
}
#location-projects.single-project .lw-gallery-nav .slick-next::before {
    color: #fff;
    font-size: 25px;
}


#location-projects.single-project .lw-gallery-nav #next-proj {
    position: absolute;
    right: 10px;

    display: inline-block;
    background: #5F5F5F;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    font-size: 50px;
    color: #fff;            
}
#location-projects.single-project .lw-gallery-nav #prev-proj {
    position: absolute;
    left: 10px;         

    display: inline-block;
    background: #5F5F5F;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    font-size: 50px;
    color: #fff;               
}        
.single-project .modal {
    display: none;  
}       
.single-project .modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* Modal Content/Box */
.single-project .modal-content {
    background-color: transparent;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 0;
    border: 0;
    width: 80%; /* Could be more or less, depending on screen size */
    position: relative;
    height: 100%;
    display: table;
}

/* The Close Button */

.single-project #gallery-pop-up .content {
    text-align: center;
    float: none;
    width: 100%;    
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.single-project .img-holder {
    width: 150px;
    height: 150px;
    overflow: hidden;
    width: 23%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: 0;   
}
.single-project .img-holder3 {
    display: table-cell;
    vertical-align: middle;
}
.single-project .img-holder2 {
    display: table;
    vertical-align: middle;
    max-height: 550px;
    width: 100%;
}
.single-project .height-fixer {
/*    overflow: hidden;    
    height: 550px;
    width: 100%;*/
}
.single-project .img-holder3 img {
    display: block;
    margin: 0 auto;
}
.single-project .img-holder img {
    
}
.single-project #gallery-pop-up img {
    max-height: 900px;
}
.single-project .close:hover,
.single-project .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.single-project  span.close {
    float: right;
    position: absolute;
    z-index: 1;    
    line-height: 37px;
    background: #fff;
    right: -20px;
    top: 6px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: solid #444 1px;
    border-radius: 50px;
    padding: 0;
    background: #5F5F5F;
    color: #fff;
    font-weight: normal;
    font-size: 49px;      
}
#location-projects.single-project .prev-next {
    padding-bottom: 20px;
    height: 40px;
}
#location-projects.single-project .prev-next a {
    font-size: 20px;
}
#location-projects.single-project .prev-next .prev-btn {

}
#location-projects.single-project .prev-next .next-btn {
    float: right;
}
#location-projects.single-project .recent-projects {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 5px 0;
    margin: 0 0 50px;
}
#location-projects.single-project .recent-projects > li {
    list-style-type: none;
    border-radius: 7px;    
    margin: 0 0 20px;
    padding: 0 0 20px;
    clear: both;
    overflow: hidden;
    border-bottom: solid #d2f3ed 2px;
    border-radius: 0;
}
#location-projects.single-project .recent-projects .proj-categories ul {
    padding: 0;
}
#location-projects.single-project .recent-projects .proj-categories li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
#location-projects.single-project .recent-projects div.date {
    color: #adadad;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;        
}
#location-projects.single-project .recent-projects .proj-categories a {
    color: #fff;
    display: block;
    padding: 4px 10px;
    border-radius: 5px;
    background: #6caf24;
    font-size: 12px;
    margin-bottom: 10px;
}
#location-projects.single-project .recent-projects .excerpt {
    min-height: 75px;
    border-top: solid #DBDBDB 1px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#location-projects.single-project .recent-projects h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 5px;
    color: #333333;
}
#location-projects.single-project .recent-projects .wrapper {
    padding-bottom: 20px;
    display: block; 
    min-height: 0; 
} 
#location-projects .description a {
    font-weight: bold; 
}
#location-projects .description ul {
    list-style-type: disc;
    list-style-position: outside;
    padding: 10px 35px;
    margin: 0;
}
#location-projects .description ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 10px 35px;
    margin: 0;
}

#location-projects.single-project .recent-projects h3 {
    font-size: 14px;
}
#location-projects .lw-section {
    box-shadow: none;
    border-radius: 0;
    padding: 0px 10px;
    margin: 10px 0;
    background: transparent;  
    direction: ltr;  
}
#location-projects .rn-header {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5127BD;
}
#location-projects .rn-header::after {
    display: none;
}
#location-projects .recent-posts .rn-header {
    color: #191919;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4em;
}
#location-projects.single-project .lw-section .description ul {
/*    list-style-type: disc;
    list-style-position: inside;
    padding: 0;    */
}

#location-projects.single-project .recent-posts .lw-section.view-all {
    text-align: right;
}
#location-projects.single-project .lw-section.view-all a {
    color: #d64141;
    font-weight: 500;
    font-size: 15px;
}
#location-projects.single-project .recent-feat-image {
    text-align: center;
    background: #000;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    overflow: hidden;
    float: right;    
}
#location-projects.single-project .recent-feat-image img {
    display: block;
}
#location-projects.single-project .recent-details-wrap {

}
#location-projects.single-project .recent-details {
    padding: 0;
}
#location-projects.single-project .read-more {
    padding-top: 50px;
    background: #000;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;    
    margin-top: 20px;
    display: inline-block;
    font-size: 12px;
}
#location-projects.single-project .comments {
    border-top: 0;
    padding: 0;
}
#location-projects.single-project .comment-title {
    margin-bottom: 15px;
}
#location-projects.single-project .g-recaptcha {
    padding: 5px;
    border: solid #CCCCCC 1px;
    margin: 0 2px;
    border-radius: 2px;
}
#location-projects.single-project #buttons .msg-container {
    display: block;
    text-align: center;
    margin-top:15px;
    font-style: normal;
}
#location-projects.single-project .feat-image {
    text-align: center;
    margin-bottom: 20px;
}
#location-projects.single-project .feat-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
#location-projects.single-project .description {

}
#location-projects.single-project .categories, #location-projects .keywords {

}
#location-projects.single-project .keywords ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
#location-projects.single-project .categories h5 {
    border-style: solid;
    border-color: #00000033;
    border-width: 1px 0 0;
    padding-top: 15px;
}
#location-projects.single-project .categories ul {
    display: block;
    padding: 0;
    margin: 0 0 40px;
}
#location-projects.single-project .keywords ul li {
    margin: 5px 10px 5px 0;
    display: inline-block;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
    fill: #54595F;
    color: #54595F;
    background-color: #5127BD00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #54595F;
    border-radius: 100px 100px 100px 100px;
    padding: 7px 15px 7px 15px;

}
#location-projects.single-project .categories .label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#location-projects.single-project .categories ul li {
    margin: 5px 0;
    padding: 7px 0;
    border-bottom: solid #d2f3ed 2px;
    color: #282727;
    font-size: 13px;
    font-weight: 500;    
    position: relative;
}
#location-projects.single-project .categories ul li a { 
    color: #282727;
    display: block;
    line-height: 40px;
    font-weight: 900;
}
#location-projects.single-project .categories ul li span.count {
    background: #d2f3ed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    margin-right: 0;
    position: absolute;
    right: 0;
}
#location-projects.single-project .content-ii .content iframe {
    max-width: 100%;
}

#location-projects.single-project .content-ii .content h2,
#location-projects.single-project .content-ii .content h3,
#location-projects.single-project .content-ii .content h4,
#location-projects.single-project .content-ii .content h5,
#location-projects.single-project .content-ii .content h6 {
    color: #191919;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;    
    margin: 8px 0;
}
#location-projects.single-project .content-ii .content h3 {
    font-size: 19px;
}
#location-projects.single-project .content-ii .content h4 {
    font-size: 17px;
}
#location-projects.single-project .content-ii .content h5 {
    font-size: 15px;
}
#location-projects.single-project .content-ii .content h6 {
    font-size: 14px;
}

#location-projects.single-project .content-ii .content h2.company-name {
    font-size: 20px;
    margin: 8px 0;
}
#location-projects.single-project .content-ii .content h2.branch-name {
    font-size: 20px;
    margin: 8px 0;
}
#location-projects.single-project .content-ii .content {
    margin-top: 15px;
}
#location-projects.single-project .content-ii .content h3.address,
#location-projects.single-project .content-ii .content h3.website,
#location-projects.single-project .content-ii .content h3.phone {
    font-size: 16px;
    word-break: break-all;
    margin: 8px 0;
}
#location-projects.single-project .content-ii .map {
    margin-top: 20px;
}
#location-projects.single-project .content-ii a {
    color: inherit;
}
#location-projects.single-project #Website {
    word-break: break-all;
}
.project-template-default .footer-share-buttons,
.article-template-default .footer-share-buttons {
    text-align: center;
    margin: 20px 0 40px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.project-template-default .footer-share-buttons h4,
.article-template-default .footer-share-buttons h4 {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    margin-bottom: 20px;    
}
.project-template-default .footer-share-buttons a,
.article-template-default .footer-share-buttons a {
    margin: 0 4px;  
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
}
.project-template-default .footer-share-buttons a.facebook-share-button {

}
.project-template-default .footer-share-buttons a.twitter-share-button {

}
.project-template-default .footer-share-buttons a.linkedin-share-button {

}
.project-template-default .footer-share-buttons a i,
.article-template-default .footer-share-buttons a i {
    display: inline-block;
    width: 30px;
    line-height: 30px;  
    background: rgba(255,255,255,.2);
    margin-right: 3px;
}
.project-template-default .review .by,
.article-template-default .review .by {
    margin: 0;
}
.project-template-default .review .review-body,
.article-template-default .review .review-body {
    margin: 0 0 10px;   
}
.project-template-default .review .rating,
.article-template-default .review .rating {
    background: #F5F5F5;
    border-radius: 7px;
    padding: 0; 
    overflow: hidden;
    margin-bottom: 25px;    
}
.project-template-default .review .rating p,
.article-template-default .review .rating p {
    margin: 0;
    padding: 4px 10px;
}
.project-template-default .review .rating p.overall,
.article-template-default .review .rating p.overall {
    background: #ececec;
    padding: 4px 10px;
}
.project-template-default .review .ave-ratings .empty-stars:before,
.article-template-default .review .ave-ratings .empty-stars:before {
    -webkit-text-stroke: 1px #ccc;
}
.project-template-default .review .rating i,
.article-template-default .review .rating i {
    color: #F1E112;
    font-size: 14px;
}
.project-template-default .review .rating i.inactive,
.article-template-default .review .rating i.inactive {
    color: #ccc;
}           
.project-template-default .review .rating .label,
.article-template-default .review .rating .label {
    margin-left: 20px;
    color: #444;
}
.project-template-default .ave-ratings .empty-stars::before, 
.project-template-default .ave-ratings .full-stars::before,
.article-template-default .ave-ratings .empty-stars::before, 
.article-template-default .ave-ratings .full-stars::before {
    font-size: 14pt!important;
}
.project-template-default .ave-ratings,
.article-template-default .ave-ratings {
    color: #ccc!important;
}
.project-template-default .ave-ratings .full-stars,
.article-template-default .ave-ratings .full-stars {
    color: #F1E112!important;
}   
.project-template-default .ave-ratings,
.article-template-default .ave-ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #eee;
    overflow: hidden;
}
.project-template-default .ave-ratings .full-stars,
.article-template-default .ave-ratings .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #F7D51B;
}
.project-template-default .ave-ratings .empty-stars:before, 
.project-template-default .ave-ratings .full-stars:before,
.article-template-default .ave-ratings .empty-stars:before, 
.article-template-default .ave-ratings .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 40pt;
}
.project-template-default .ave-ratings .empty-stars:before,
.article-template-default .ave-ratings .empty-stars:before {
    -webkit-text-stroke: 1px #eee;
}
.project-template-default .ave-ratings .full-stars:before,
.article-template-default .ave-ratings .full-stars:before {
    -webkit-text-stroke: 1px #F7D51B;
}
.project-template-default .rn-row.two > .rn-col:nth-child(1),
.article-template-default .rn-row.two > .rn-col:nth-child(1) {    
    width: 70%;
}
.project-template-default .rn-row.two > .rn-col:nth-child(2),
.article-template-default .rn-row.two > .rn-col:nth-child(2) {
    width: 25%;
}
.project-template-default .rn-row.three > .rn-col:nth-child(1),
.article-template-default .rn-row.three > .rn-col:nth-child(1) {
    width: 25%;
}
.project-template-default .rn-row.three > .rn-col:nth-child(2),
.article-template-default .rn-row.three > .rn-col:nth-child(2) {
    width: 50%;
}
.project-template-default .rn-row.three > .rn-col:nth-child(3),
.article-template-default .rn-row.three > .rn-col:nth-child(3) {
    width: 25%;   
}
.lw-gallery, .lw-gallery-nav {
    visibility: hidden;
}
.loading {
    color: #ccc;
    position: relative;
    width: 100%;
    text-align: center;
    background: beige; 
}
.loading .fa-6x {
    height: 550px;
    position: absolute;
    left: calc(50% - 50px);
}
.loading .fa-6x i {
    position: absolute;
    top: 40%;    
}
.lw-section.recent-posts .rn-row {

}
#location-projects .lw-section.lw-gallery-wrap .rn-header {
    padding-top: 25px;    
    margin-top: 20px;
    color: #33645c;
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: 1px;
    border-bottom: solid #7bbdb1 1px;
    padding-bottom: 20px;
    margin-bottom: 40px;     
}
#location-projects .lw-section.lw-fb-comments  {
    margin-top: 80px;
}
#location-projects .lw-section.lw-fb-comments .lw-wrap .rn-header {
    border-bottom: solid #7bbdb1 1px;
    color: #33645c;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;   
    padding-bottom: 20px; 
}
#location-projects .lw-section.lw-fb-comments .rn-header {
    color: #000;
}
#location-projects .sb-share-buttons {
    margin: 50px 0 20px;
}
#location-projects .sb-share-buttons a {
    margin-bottom: 7px;
    display: inline-block;
}
#location-projects .sb-share-buttons i {
    font-size: 26px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    color: #fff;
}
#location-projects .sb-share-buttons .fa-facebook {
    background: #3b5998;
}
#location-projects .sb-share-buttons .fa-twitter {
    background: #1da1f2;
}
#location-projects .sb-share-buttons .fa-linkedin {
    background: #cd201f;
}
#location-projects .lw-about-us .company-photo {
/*    width: 200px;
    max-height: 200px;
    border-radius: 200px;
*/    margin: 10px auto 30px;
    overflow: hidden;
/*    border: solid #ccc 1px;   
    max-width: 100%;
*/
}
#location-projects .lw-about-us .company-photo img {
    height: auto;
    max-width: 100%;
    width: auto;
    border: solid #ccc 1px;   
    border-radius: 200px;
    max-height: 200px;
}
#location-projects .lw-about-us .know-more {
    margin:10px 0 0;
}
#location-projects .lw-about-us .know-more a {
    font-weight: 500;
    background-color: #d64141;
    border-radius: 0;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
}
#location-projects .lw-about-us .content-ii {
    padding: 20px;
    border: double #B7EBE1 5px;
    text-align: center;
    word-wrap: break-word;
}
#location-projects .lw-sidebar .lw-section {
    margin-bottom: 30px;
}
#location-projects .lw-sidebar .rn-header {
    background: #33645c;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 15px 10px 15px 10px;
    text-align: center;  
}
#location-projects .lw-sidebar .contact-form .rn-header {
    background: transparent!important;
}
#location-projects.single-project .description h2 {
    color: #191919;
    font-weight: 700;
    line-height: 1.4em;    
    margin-top: 0;
    font-size: 2rem;
}
#location-projects.single-project .description h3 {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;    
}
#location-projects.single-project .description h4 {
    color: #191919;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4em;
}
#location-projects.single-project .description h5 {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
}
#location-projects.single-project .description p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;    
}
#location-projects.single-project .description blockquote {
    border-left: 7px #e6e9ec;
    border-style: solid;
    padding-left: 26px;
    border-color: #5127BD;
    border-width: 0 0 0 2px;

    color: #191919;
    font-family: "Unna", Sans-serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.5em;    
    margin: 30px 0;
}
#location-projects.single-project .description blockquote p {
    font-size: 24px;
    line-height: 1.5em;        
}

.project-template-default .rn-row.two.main-content,
.article-template-default .rn-row.two.main-content  {
    width: 1700px;
    max-width: 90%;
    margin: 50px auto 0;
    direction: rtl;
    display: block;
}
.project-template-default .rn-row.two.main-content > .rn-col,
.article-template-default .rn-row.two.main-content > .rn-col {    
    width: 70%;
    display: inline-block;
}
.project-template-default .rn-row.two.main-content > .rn-col.lw-sidebar,
.article-template-default .rn-row.two.main-content > .rn-col.lw-sidebar {
    width: calc( 30% - 40px );
    padding: 0 40px 0 0;
    display: inline-block;
}

/*.main-content {
    width: 1700px;
    max-width: 90%;    
}
.main-content .lw-content {
    width: 70%;
}
.main-content .lw-sidebar {
    width: 30%;
    float: left;
}*/

#location-projects .contact-form {
    background: #33645C;
    padding: 15px 20px;
}
#location-projects .contact-form .rn-header {
    font-size: 22px;
}
#location-projects #areas-we-serve {
    overflow: hidden;
    margin-top: 40px;
}
#location-projects #areas-we-serve > h2 {
    border-bottom: solid #7BBDB1 1px;
    margin: 0 25px 20px;
    color: #33645C;
    padding-bottom: 15px;
    font-weight: bold;
}
#location-projects #areas-we-serve ul {
    padding: 0;
    overflow: hidden;
    background: #FAFAFA;
}
#location-projects #areas-we-serve li {
    width: 33.33%;
    float: left;
    list-style-type: none;
    padding: 10px 15px;
}
#location-projects #areas-we-serve li .wrapper {
    background: #33645C;
    color: #fff;
    padding: 20px 25px;
}
#location-projects #areas-we-serve li .wrapper  i {
    margin-right: 10px;
}
#location-projects #areas-we-serve li .wrapper  i,
#location-projects #areas-we-serve li .wrapper  a {
    color: #fff;
}
#location-projects #areas-we-serve li .wrapper h4 {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}
#location-projects #areas-we-serve li .wrapper h3 {
    font-size: 25px;
    margin-bottom: 18px;
    line-height: normal;
    color: #fff;
}
#location-projects #areas-we-serve li .wrapper iframe {
    width: 100%;
    height: 300px;
    margin-top: 15px;
}
#location-projects #areas-we-serve .columns-1 li {
    width: 100%;
}
#location-projects #areas-we-serve .columns-2 li {
    width: 50%;
    float: left;
}
#location-projects #areas-we-serve .columns-4 li {
    width: 25%;
    float: left;
}
#location-projects .lw-toc {
    border: solid #ccc 1px;
    margin-bottom: 25px;
}
#location-projects .lw-toc-link {
    cursor: pointer;
    font-size: 16px;
}
#location-projects .lw-toc-label {
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;    
    border-bottom: solid #ccc 1px;
}
#location-projects .lw-toc-label span {
    float: right;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -2px;
}
#location-projects .lw-toc-content {
    display: none;
    padding: 20px;    
}
#location-projects .lw-toc-content li {
    margin-bottom: 10px;
    font-weight: bold;
}
#location-projects .lw-toc ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;    
}
#location-projects .lw-toc ol:not(.level-1) {
    margin-left: 40px;
}

#location-projects.single-project #top-i-content .top-i .rn-col {
    width: 50%;
}
#location-projects.single-project .top-ii .rn-col:nth-child(1) {
    width: calc(100% - 610px);
}
#location-projects.single-project .top-ii .col-right {
    width: 595px!important;
    max-width: 100%;
}
#location-projects.single-project .featured-image .feat-wrap {
    right: 0!important;
}
#location-projects .lw-section.bottom-map {
    padding: 0;
    margin: 0;
}
@media (max-width: 1024px) {
    #location-projects #areas-we-serve .columns-4 li {
        width: 33.33%;
        float: left;
    }
} /* @media */

@media (max-width: 767px) {
    #location-projects.single-project .lw-gallery img {
        height: 170px;
    }
    #location-projects #areas-we-serve .columns-4 li,
    #location-projects #areas-we-serve .columns-3 li,
    #location-projects #areas-we-serve .columns-2 li {
        width: 100%;
        float: none;
    }
    #location-projects #areas-we-serve {
        margin-top: 0;
    }   
    .project-template-default .rn-row.two.main-content > .rn-col {
        width: 100%;
        display: block;
    }
    .project-template-default .rn-row.two.main-content > .rn-col.lw-sidebar {
        width: 100%;
        display: block;
    }
    #location-projects.single-project .rn-row.top .details .author {
        display: block;
    }
    #location-projects.single-project .rn-row.top .details .published-date {
        display: block;
        margin: 10px 0 0;
    }
} /* @media */