p, h1, h2, h3, h4, h5, h6, a {
    font-family: Raleway,"Raleway Fallback",sans-serif !important;
}

.tenHeight {
    height: 15px;
}

#readMore-btn, #readLess-btn, #waterManagementEcologicalMobile-readMore-btn {
    color: #81bc3d;
    cursor:pointer;
}

#showMoreTexts, #readLess-btn, #waterManagementEcologicalMobile-showMoreTexts {
    display: none;
}

#powerTip p {
    color: #81BC3D !important;
}


div#foogallery-gallery-17070 {
    overflow-y: scroll;
    height: 400px !important;
}

div#foogallery-gallery-17070::-webkit-scrollbar {
    display: none;
}

.classForCenter {
    text-align: center;
}

.tempHide {
    display: none !important;
}

.pointHoverEffect:hover {
    /*color:red;*/
    transform: scale(1.5);
}

.weServedInternationally .pointHoverEffect:hover {
    /*color:red;*/
    transform: scale(1.2);
}

.pointHoverEffect {
        transition:transform 0.5s ease !important;
}

#powerTip.n:before {
    margin: 0px !important;
}

strong {
    font-weight: 600 !important;
}

.separator.small{
    width:30px !important;
    margin-top:25px !important;
    margin-bottom:25px !important;
}

@media (min-width: 770px) {
    .line-white {
        position: absolute;
        background-color:white;
        width: 100px;
        height:1px;
        width:400px;
    }

    div#lineLeft {
        position:absolute;
        right:100px;
    }

    div#lineRight{
        position:absolute;
        left:100px;
    }
}



.banner-button:after {
  height:5px;
  display:block;
  content: '';
  border-bottom: solid 1px #fff;  
  transform: scaleX(0);  
  transition: transform 400ms ease-in-out !important;
  transform-origin:  0% 50%;
}

.banner-button:hover:after{
    transform: scaleX(1);
}

h3{
    letter-spacing:0px;
}

.urban-greenery .vc_col-sm-4 .vc_column-inner{
    padding:3px;
}

.urban-greenery img{
    max-width:none;
    width:100%;
    /*height:auto;*/
    height: 200px;
}

.urban-greenery .urban-img-container{
    position:relative;
    overflow:hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.urban-greenery .urban-img-container .green-bg{
    position:absolute;
    background-color: rgba(129, 188, 61, 0.8); 
    width: 100%; 
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    top:450px;
}

.urban-greenery .urban-img-container .text{
    text-align:center;
}

.urban-greenery .urban-img-container .text h5, .urban-greenery .urban-img-container .text p{
    color:white;
}

.uniqueness {
    overflow:hidden;
    transition: background 0.5s linear;
}

.uniqueness-content-section{
    position:relative;
}

.uniqueness .section_inner_margin.clearfix {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}



.uniqueness .attributes .content-button{
    display: block; 
    color: black; 
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.uniqueness .attributes .content-button h4{
    line-height: 50px;
    display:inline-block;
}

.uniqueness .content-button:hover::before {
    content: "";
    display:inline-block !important;
    /*background: url(https://www.ecooutdoor.com.my/wp-content/uploads/2021/07/uniqueness-1.svg) no-repeat !important;*/
    width: 35px;
    height: 15px;
    background-position: center;
    background-size: 50%;
    position: relative;
    animation: uniqueness-arrow-moving-forward 0.5s ease;
}

@keyframes uniqueness-arrow-moving-forward  {
  0%   {left: -8px; opacity: 0%;}
  100% {left: 0px; opacity: 100%;}
}

.uniqueness .content-button:after{
    border-bottom: solid 1px black !important;
    transform: scaleX(0);  
    transition: transform 800ms ease-in-out;
    transform-origin:  0% 50%;
    height:5px;
    display:block;
    content: '';
}

.uniqueness-bg{
    width:100%;
    position: absolute !important;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

/*.uniqueness .vc_column_container>.vc_column-inner {*/
/*    padding: 0 !important;*/
/*}*/

.uniqueness-content-bg {
    position: relative !important;
    display:none;
    /*width: auto;*/
    width: 50vw;
    margin-left: auto;
    height: 100vh;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    transform:scale(1.05);
}

.uniqueness-content-bg.active {
    animation: fadeIn 1s ease;
    display: block;
}

.content-button:after{
    border-bottom: solid 1px #81bc3d !important;
    transform: scaleX(0);  
    transition: transform 400ms ease-in-out;
    transform-origin:  0% 50%;
    height:5px;
    display:block;
    content: '';
}

.content-button:hover:after{
    transform: scaleX(1);
}

.point-hover-box{
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: 50% 50%;
    position: absolute;
    z-index:30;
}

.point-hover-box-1{
    top: -27px;
    right: 56px;
}

.point-hover-box-2{
    top: 118px;
    right: -55px;
}

.point-hover-box-3{
    top: 168px;
    right: 67px;
}

.point-hover-box-4{
    top: 229px;
    right: -85px;
}

.point{
    transition:transform 0.5s ease !important;
}

.design-column{
   background:white; 
   display:flex;
   flex-direction:column;
   justify-content: space-evenly;
   align-items: center;
   padding: 30px;
   height: 420px;
   box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
   transition: all 0.5s ease;
}

.design-column:hover{
    transform:translateY(-15px);
}

.environmental-sustainable .point:hover{
    transform:scale(1.5);
}

.white{
    color:white;
}

.recent-projects .vc_col-sm-3 .vc_column-inner{
    padding:0px;
}

.recent-projects .vc_col-sm-3{
    border-right: 1px solid white;
    overflow:hidden;
}

.recent-projects-content img.vc_single_image-img.attachment-full {
    width: 100vw !important;
}



.recent-hover-box{
    /*padding: 30px;*/
    background-color:white;
    position:absolute;
    top:-250px;
    /*width:-webkit-fill-available;*/
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.recent-projects-content.top-layer{
    z-index:99;
}

.recent-projects-content-section {
    position: relative;
}

.recent-projects-content-bg {
    position: absolute !important;
    top: 0;
    height: 650px;
    overflow: hidden;
    width: 100vw;
}

.recent-projects-bg {
    display:none;
    width: auto;
    height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform:scale(1.05);
}

.recent-projects-bg.active {
    animation: fadeIn 1s ease;
    display: block;
}

@keyframes fadeIn {
  from {transform: scale(1.1); opacity:80%;}
  to {transform: scale(1.05); opacity:100;}
}

.country-hover-box{
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: 50% 50%;
    position: absolute;
    z-index:30;
}

.country-hover-box h5{
    color:white;
}

.country-hover-box-1{
    top: 90px;
    right: 661px;
}

.country-hover-box-2{
    top: 167px;
    right: 263px;
}

.country-hover-box-3{
    top: 334px;
    right: -8px;
}

.country-hover-box-4{
    top: 429px;
    right: -105px;
}

.map .point:hover{
    transform:scale(1.2);
}

/*.ideas{*/
/*    margin-top: -140px;*/
/*}*/

.ideas-button{
    width: 100px;
    margin: 0 8px;
    background: #E4EBED;
    padding: 5px 30px;
    border-radius: 50px;
    transition:all 0.5s ease;
}

.ideas-button a{
    font-size:14px;
}

.ideas-button:hover a{
    color:white;
}

.ideas-button:hover{
    background: #81bc3d;
}

.get-update h3, .get-update p{
    color:white;
}

.weServedInternationally .images_wrap img {
    width: 1100px !important;
}

/*We Served Internationally*/
.map-weServedInternationally .imapper-pin-type-custom:hover {
    transform: scale(1.2);
}

.map-weServedInternationally .imapper-pin-type-custom {
    transition:transform 0.5s ease !important;
}


.map-weServedInternationally p.imapper-content-header {
    font-size: 21px !important;
    font-weight: 600!important;
    color: #fff;
    width: 210px !important;
    text-align: center;
}

.map-weServedInternationally .imapper-content-wrapper {
    width: 208px !important;
}

.map-weServedInternationally .imapper-content {
    background-color: #7bb661 !important;
    margin: auto 0px;
    width: 230px !important;
    top: 47px !important;
    left: -2px !important;
}

.map-weServedInternationally .imapper-arrow.arrow-right {
    border-color: transparent transparent transparent #7bb661 !important;
}

.map-weServedInternationally .arrow-left-border.imapper-arrow-border,
.map-weServedInternationally .imapper-arrow.arrow-right {
    top: 40.5px !important;
}

/*Inspiration*/
.inspiration-tab ul.qode-advanced-tabs-nav {
    display: flex !important;
    justify-content: space-between;
}

.inspiration-tab ul.qode-advanced-tabs-nav > li {
    margin: 0px 10px !important;
    border-radius: 50px;
}

.inspiration-tab ul.qode-advanced-tabs-nav a.ui-tabs-anchor {
    text-align: center;
    padding: 10px 10px !important;
    /*color: #2e2e2f !important;*/
}

.inspiration-tab .qode-advanced-tabs .qode-advanced-tabs-nav li {
    background-color: #E4EBED !important;
    transition:all 0.5s ease;
}

.inspiration-tab .qode-advanced-tabs .qode-advanced-tabs-nav li:hover,
.inspiration-tab .qode-advanced-tabs .qode-advanced-tabs-nav li:active {
    background-color: #81bc3d !important;
}

.inspiration-tab .qode-advanced-tabs .qode-advanced-tabs-nav li a {
    color : #000 !important;
    transition:all 0.5s ease;
}

.inspiration-tab .qode-advanced-tabs .qode-advanced-tabs-nav li a:hover,
.inspiration-tab .qode-advanced-tabs .qode-advanced-tabs-nav li a:active {
    color : #fff !important;
}

.inspiration-tab .qode-advanced-tabs.qode-advanced-horizontal-tab 
.qode-advanced-tabs-nav li.ui-state-active {
    background-color: #81bc3d !important;
}

.inspiration-tab .qode-advanced-tabs.qode-advanced-horizontal-tab 
.qode-advanced-tabs-nav li.ui-state-active a {
    color: #fff !important;
}

.inspiration-tab .qode-advanced-tabs .qode-advanced-tab-container {
    margin-top: 30px !important;
    padding: 0px !important;
}

/*Responsive*/
@media(min-width: 760px) {
    .recent-projects .recent-box{
        height: 650px;
    }
}

@media(min-width: 765px ) and (max-width: 770px) {
    .urban-greenery img{
        height: 120px;
    }
}

@media (min-width: 415px) {
    .uniqueness .attributes-box {
        padding: 0px 50px !important;
    }
    
    
}

@media (max-width: 770px) {
    .uniqueness-content-bg.uniqueness-content-bg-2 {
        background-position: right;
    }
    
    .uniqueness-content-bg.uniqueness-content-bg-3 {
        background-position: right -205px;
    }
    
    img.pins_image.ihotspot_hastooltop {
        transform: scale(0.8);
    }
    
    .attributes-info-box.back, .attributes-info-box.cover {
        margin: 0px !important;
        padding: 30px !important;
    }
    
    .inspiration-tab .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-7 
    .qode-advanced-tabs-nav li {
        /*width: 96% !important;*/
        margin: 5px 0px !important;
    }
    
    .inspiration-tab ul.qode-advanced-tabs-nav {
        flex-direction: column !important;
    }
}

@media (max-width: 415px) {
    .uniqueness-content-bg.uniqueness-content-bg-1, 
    .uniqueness-content-bg.uniqueness-content-bg-2, 
    .uniqueness-content-bg.uniqueness-content-bg-3 {
        background-image: none !important;
    }
    
    .recent-projects-content.top-layer.grid_section 
    .wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
        margin-top: 10px;
    }
    
    .ourRecentProjectsResponsive {
        margin: 100px 0px;
    }
    
    .ourRecentProjects-responsive .recent-hover-box {
        top: 0px !important;
        background-color: #f0f0f0;
    }
    
    .uniqueness .section_inner_margin.clearfix {
            flex-direction: column !important;
    }
}

@media (max-width: 415px) {
    /*.recent-projects .recent-box {*/
    /*    border: 1px solid #81bc3d !important;*/
    /*}*/
    
    .map-weServedInternationally .imapper-content {
        height: 100px !important;
        width: 200px !important;
        top: -392px !important;
        left: 108px !important;
    }
    
    .map-weServedInternationally p.imapper-content-header {
        width: auto !important;
        margin: 0px !important;
    }
    
    
    div#powerTip {
        position: absolute !important;
        top: initial !important;
        left: 62px !important;
        width: 61% !important;
        height: 7% !important;
        overflow-y: hidden !important;
        bottom: -2495px !important;
        padding: 20px;
        text-align: center;
    }
    
    /*    .uniqueness .section_inner_margin.clearfix {*/
    /*        flex-direction: column !important;*/
    /*}*/
    
    /*.uniqueness-content-bg.uniqueness-content-bg-1, */
    /*.uniqueness-content-bg.uniqueness-content-bg-2, */
    /*.uniqueness-content-bg.uniqueness-content-bg-3 {*/
    /*    background-image: none !important;*/
    /*}*/
    
    /*.attributes-info-box.back, .attributes-info-box.cover {*/
    /*    margin: 0px 50px !important;*/
    /*    padding: 30px !important;*/
    /*}*/
    
}

@media (min-width: 415px) {
    .spaceForHoverImage {
        height: 0px !important;
    }
    
    .spaceForWaterManagementEcological {
        height: 0px !important;
    }
}

@media (max-width: 376px) and (max-height:812px ) {
     div#powerTip {
        bottom: -2400px !important;
    }
}

@media (max-width: 376px) and (max-height:668px ) {
      div#powerTip {
        bottom: -2535px !important;
        height: 7% !important;
        left: 54px !important;
    }
}

@media (max-width: 321px){
     div#powerTip {
        left: 42px !important;
        bottom: -2610px !important;
        height: 10% !important;
    }
}