:root {--accessibility-widget-primary-color: #7c9231 !important;
    --accessibility-widget-primary-color-darken: #7c9231 !important;
    --accessibility-widget-primary-color-rgb: 124,146,49 !important;
}


#accessibility_settings_toggle {
    bottom: 20px;
    left: 15px;
}

div#error_f7ec6109c4f7454bfd3922dcb50e60e095624c25 {
    display: none;
}


.uc-blogGrid .buttonReadMore {
    width: 160px;
    height: 60px;
    border: 1px solid #7C9231;
    background: transparent;
    font-family: TildaSans;
    font-size: 16px!important;
    line-height: 19px;
    margin-top: 30px;
    cursor: pointer;
}

.uc-blogGrid .t404__textwrapper{
    border-radius: 0 0 15px 15px;
}
.uc-blogGrid .t404__img {
    border-radius: 15px 15px 0px 0px;
}

.uc-blogGrid .t404__showmore {
    width: 390px;
    height: 60px;
}

.uc-blogGrid .t404__col {
    max-width: 380px;
    margin-left: 10px;
    margin-right: 10px;
}
.uc-SingleBlog{
    display:flex;
    justify-content:center;
}
.uc-SingleBlog .container{
    font-size: 16px;
    width: 52vw;
    max-width: 965px !important;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4vw;
    font-family: TildaSans;
    border-radius: 15px;
}

.uc-SingleBlog .container img{
    width: 100%;
    height:auto;
}

.uc-SingleBlog .container .title{
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-top:25px;
    margin-bottom:10px;
}
.uc-SingleBlog .container .date{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-top:10px;
    margin-bottom:25px;
}

.uc-SingleBlog .container .descriptionFirst{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-top:25px;
    margin-bottom:78px;
    opacity: 0.6;
}

.uc-SingleBlog .container .subTitle{
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:25px;
}

.uc-SingleBlog .container .secondDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:70px;
    opacity: 0.6;
    font-family: TildaSans;
}

.uc-SingleBlog .container .requesButton{
    width: 20vw;
    height: 3.1vw;
    background: #7C9231;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #F8F8F8;
    margin-bottom:70px;
    cursor:pointer;
}
.uc-SingleBlog .container .Getconsultation{
    width: 20vw;
    height: 3.1vw;
    background: #7C9231;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #F8F8F8;
    margin-bottom:70px;
    cursor:pointer;
    font-family: TildaSans;
}
.uc-SingleBlog .container .secondImg{
    width: 100%;
    height:auto;
    margin-bottom:70px;
}
.uc-SingleBlog .container .firstIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
}
.uc-SingleBlog .container .firstIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .firstIconAndTitle h6{
    width: fit-content;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}

.uc-SingleBlog .container .SecondIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
}
.uc-SingleBlog .container .SecondIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .SecondIconAndTitle h6{
    width: 296px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .thirdIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
}
.uc-SingleBlog .container .thirdIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .thirdIconAndTitle h6{
    width: 296px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .thirdDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}
.uc-SingleBlog .container .texturedSurFaces{
    width: 100%;
    height: auto;
    margin-bottom:70px;
}

.uc-SingleBlog .container .fourIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
}
.uc-SingleBlog .container .fourIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .fourIconAndTitle h6{
    width: 296px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .fourDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}

/*5*/
.uc-SingleBlog .container .fiveIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   margin-top:70px;
}
.uc-SingleBlog .container .fiveIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .fiveIconAndTitle h6{
    width: 396px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .fiveDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}

/*6*/

.uc-SingleBlog .container .sixIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   margin-top:70px;
}
.uc-SingleBlog .container .sixIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .sixIconAndTitle h6{
    width: 396px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .sixDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}

/*7*/

.uc-SingleBlog .container .sevenIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   margin-top:70px;
}
.uc-SingleBlog .container .sevenIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .sevenIconAndTitle h6{
    width: 396px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .sevenDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}


/*8*/

.uc-SingleBlog .container .eightIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   margin-top:70px;
}
.uc-SingleBlog .container .eightIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .eightIconAndTitle h6{
    width: 396px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .eightDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}

.uc-SingleBlog .container .lighting{
    width:100%;
    height:auto;
}


/*9*/

.uc-SingleBlog .container .nineIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   margin-top:70px;
}
.uc-SingleBlog .container .nineIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .nineIconAndTitle h6{
    width: 396px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .nineDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}

/*10*/

.uc-SingleBlog .container .tanIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   margin-top:70px;
}
.uc-SingleBlog .container .tanIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .tanIconAndTitle h6{
    width: 396px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .tanDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}

/*11*/

.uc-SingleBlog .container .elevenIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   margin-top:70px;
}
.uc-SingleBlog .container .elevenIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .elevenIconAndTitle h6{
    width: 396px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .elevenDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}

/*12*/

.uc-SingleBlog .container .twelvIconAndTitle{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   margin-top:70px;
}
.uc-SingleBlog .container .twelvIconAndTitle img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .twelvIconAndTitle h6{
    width: 396px;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .twelvDescription{
    margin-top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width:100%;
    display:flex;
    margin-bottom:20px;
    opacity: 0.6;
    font-family: TildaSans;
}

.uc-SingleBlog .container .PlayUpYourHome{
    width:100%;
    height:auto;
}

/*13-16 same*/ 
.uc-SingleBlog .container .engineringTitle{
    width: 100%;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
    margin-top:65px;
    margin-bottom:25px;
}

.uc-SingleBlog .container .engineringDescription{
    width: 100%;
    height: auto;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    opacity: 0.6;
}

.uc-SingleBlog .container .enginering{
    width:100%;
    height:auto;
    margin-top:25px;
    margin-bottom:25px;
    
}
.uc-SingleBlog .container .lastDescrip{
     width: 100%;
    height: auto;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    opacity: 0.6;
    margin-bottom:50px;
}

.uc-SingleBlog .container .lastDescrip a{
     width: 100%;
    height: auto;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #7C9231!important;
    text-decoration:none;
    list-style:none;
    
}

.uc-SingleBlog .container .contuctUsButton{
    width: 20vw;
    height: 3.1vw;
    background: #7C9231;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    margin-bottom:70px;
    cursor:pointer;
}

.uc-SingleBlog .container .contuctUsButton a{
     color: #F8F8F8!important;
}
/*single end*/

.uc-goToBlogPage {
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 45px;
}

.uc-goToBlogPage a .requesButton{
    width: 20vw;
    height: 3.1vw;
    background: #7C9231;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #F8F8F8;
    margin-bottom:70px;
    cursor:pointer;
    font-family: TildaSans;
    margin-top:130px;
}


@media screen and (max-width: 600px) {

.uc-SingleBlog .container {
    width: 68vw;
}    
    
 .uc-SingleBlog .container .Getconsultation {
    width: fit-content;
    height: 7.1vw;
}

.uc-SingleBlog .container h6 {
    width: fit-content !important;
    height: auto !important;
}

.uc-SingleBlog .container .contuctUsButton {
    width: fit-content;
    height: 7.1vw;
}

.uc-goToBlogPage a .requesButton {
    width: fit-content;
    height: 7.1vw;
}

.uc-SingleBlog .container .engineringTitle {
    width: 100%;
    height: auto;
}

}

@media screen and (max-width: 479px) {
 #rec552337119, #rec555089932, #rec554910814, #rec552394933 {
    height: 100px !important;
    z-index: -2;
    position: relative;
}
}


/*Thursday, February 23, 2023. */
.uc-SingleBlog .container .SecondIconAndTitleHomeFacade{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
}
.uc-SingleBlog .container .SecondIconAndTitleHomeFacade img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .SecondIconAndTitleHomeFacade h6{
    width: 90%;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.uc-SingleBlog .container .keep_the_neighborhood_img{
    
    width:100%;
    height:auto;
    margin-bottom: 20px;
}


.uc-SingleBlog .container .contuctUsButtonHomeFacadeBlog{
    width: 25.4vw;
    height: 3.9vw;
    background: #7C9231;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    margin-bottom:70px;
    cursor:pointer;
    color: #F8F8F8;
}

.uc-SingleBlog .container .contuctUsButtonHomeFacadeBlog a{
    color: #F8F8F8!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 19px;
    letter-spacing: 0.02em;
}


.uc-SingleBlog .container .sixIconAndTitleHomeFacade{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   margin-top:70px;
}
.uc-SingleBlog .container .sixIconAndTitleHomeFacade img{
    width: 39px;
    height: 39px;
    margin-right:16px;   
}
.uc-SingleBlog .container .sixIconAndTitleHomeFacade h6{
    width: 100%;
    height: 28px;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}

.uc-SingleBlog .container .engineringDescriptionHomeFacade{
    width: 100%;
    height: auto;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    opacity: 0.6;
}

.uc-SingleBlog .container .engineringDescriptionHomeFacade a{
    width: 100%;
    height: auto;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #7C9231!important;
    text-decoration:none;
    list-style:none;
}






.uc-SingleBlog .container .descriptionFirstHomeFacade{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    opacity: 0.6;
    color: #030303;
    width:100%;
    height:auto;

    margin-top:25px;
    margin-bottom:78px;
    font-family: TildaSans;
}

.uc-SingleBlog .container .descriptionFirstHomeFacade a{
    width: 100%;
    height: auto;
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #7C9231!important;
    text-decoration:none;
    list-style:none;
    
}

ul.UnorderedList {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #030303;
    width: 100%;
    opacity: 0.6;
    font-family: TildaSans;
}


ul.UnorderedList {
  list-style: none;
}

ul.UnorderedList li {
  position: relative;
}

ul.UnorderedList li::before {
  content: "\00b7";
    color: #3c4811;
    font-weight: bold;
    font-size: 80px;
    display: inline-block;
    position: absolute;
    top: -9px;
    left: -25px;
}



