.greenz-bg{
	background-image:url("../images/greenz-bg1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding:50px 0px;
	
}
.greenz-icon{
    margin-bottom:10px;
    padding:10px 10px;
    background-color:#003f09;
border-radius:10px
}
#clr .greenz-highlight-list.aos-init.aos-animate {
  background: #0066b3;
  color: #fff;
  border-radius:12px;
}
#lst li {
  color: #fff !important;
}
#lst1 li {
  color: #fff !important;
}
#clr1 .greenz-highlight-list.aos-init.aos-animate {
  background: #f27821;
  border-radius:12px;
}
#fs {
  background: #f27821;
  padding: 5px;
  border-radius: 12px;
  color: #fff !important;
  text-shadow: 1px 0px #111;
}
#hidden{
    visibility:hidden;
}
.greenz-highlight{
    margin:50px 0px;
}

.greenz-highlight-list{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding:20px;
  
}

.greenz-highlight-list h1{
    color:#0066b3;
}
ul li{
    color:#433636; 
}
.greenz-highlight-list ul li{
    padding-bottom:5px;
    color:#433636;
    list-style-type: disc;
    margin-left:20px;
}

.greenz-highlight-list  input{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.greenz-highlight-list   textarea{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.greenz-highlight-list1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 20px;
}
.greenz-highlight-list1 img{
    margin-left:10%; 

}
.greenz-highlight-list1 h3{
    text-align:center;
    margin-top:10px;
}
.greenz-highlight-list1 h2{
    text-align:center;
    margin-top:10px;
}
.greenz-highlight-list1 h4{
    text-align:center;
}
.greenz-highlight-list1 p{
    margin:0px;
    color:#433636;
    text-align:center;
}

.greenz-highlight-list1 ul li{
    list-style-type: disc;
    font-size:15px;
    margin-bottom:10px;
    margin-left:20px;
}
.home-bg{
	background-image:url("../images/home-strip.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding:50px 0px;
	
}

.home-bg-icon{
    margin-bottom:10px;
    padding:20px 20px;
background-color:#f6f7f8;
border-radius:10px
}
.home-bg-icon img{
    width:40%;
    margin-left:28%;
    margin-bottom:0px;
    }
    
    .home-bg-icon h3{
        margin:10px 0px;
        text-align:center;
        font-size:20px;
        color:#433636;
        font-weight:500;

    }
    .home-bg-icon p{
        color:#433636;
        margin:0px;
        font-size:15px;
        text-align: center;
    }

    .home-amenities-icon{
        margin-bottom:10px;
        padding:10px 10px;
    background-color:#333;
    border-radius:10px
    }
	 .home-amenities-icon:hover{
        margin-bottom:10px;
        padding:10px 10px;
    background-color:#0066b3;
    border-radius:10px
    }

    .home-amenities-icon img{
        width:50%;
        margin-left:25%;
        }
        
        .home-amenities-icon h3{
            text-align:center;
            font-size:20px;
        }

        .home-amenities-icon h3{
            color:#fff;
        }
        .item-testimonial{
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            padding:20px;
            margin-top:10px;
        }
        .item-testimonial img{
            width:20%;

        }

        .item-testimonial p{
            color:#433636;
        }


        .home-bg-strip{
            background-image:url("../images/home-bg.jpg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            padding:50px 0px;
        }

        .service h3{
            line-height:1.5;
            color:#fff;
            font-size:25px;
        }

        /* blink */
        @-webkit-keyframes blinker {
            from {opacity: 1.0;}
            to {opacity: 0.0;}
          }
          .blink{
              text-decoration: blink;
              -webkit-animation-name: blinker;
              -webkit-animation-duration: 0.6s;
              -webkit-animation-iteration-count:infinite;
              -webkit-animation-timing-function:ease-in-out;
              -webkit-animation-direction: alternate;
          }

          .blink-image{
            background-color: #0066b3;
            padding: 10px;
            border-radius: 10px;
            margin:0px 0px 10px;
          }

          .blink-image img{
            margin-left:10%;
          }
          .blink-image h5{
            color:#fff;
            text-align: center;
          }
          .choose-bg{
            background-image:url('../images/about-strip.jpg');
            padding:20px 0px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .zoom-in-zoom-out {
            border-radius:10px;
            margin-left:10%;
            width:200px;
            height: auto;
            background:#0066b3;
            animation: zoom-in-zoom-out 2s ease-out infinite;
          }
          
          @keyframes zoom-in-zoom-out {
            0% {
              transform: scale(1, 1);
            }
            50% {
              transform: scale(1.5, 1.5);
            }
            100% {
              transform: scale(1, 1);
            }
          }
          /* onclick scroll top */
.scrollup {
	width:40px;
	height:40px;
	opacity:0.5;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	text-indent:-9999px;
	background: url(../images/up.png) no-repeat;
}
.scrollup:hover{
    opacity: 1;
}

.buttom i{
    color:#fff;
}
        