@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
html, body{
font-family: 'ubuntu', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #5D5D5C;

}
p{
	font-size:18px;
}

 #header-container {
    position: absolute;
    z-index: 8080;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    /* border-bottom: 1px solid #eceff1; */
}

nav{
min-width:83%;
max-width:88%;
float:left;
}

@media (max-width: 767px) {

	#header-container {
		position: relative;
	}

}

/***********************************************************************************
*	+ HEADER
***********************************************************************************/

#header {
	position: relative;
	padding: 0 30px;
}

#header [class^="col-"] {
	position: static;
}

@media (min-width: 1200px) {

	#header-container [class^="col-"] {
		position: relative;
	}

}

@media (max-width: 991px) {

	#header {
		padding: 0;
	}

}

/***********************************************************************************
*	- LOGO
***********************************************************************************/

#logo {

min-width:180px;
	max-width: 12%;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
			float:left;
			padding: 6px 0px;
}

#logo a {
	display: inline-block;
	max-width: 100%;
	text-align: center;
}

@media (max-width: 767px) {

	#logo {
		margin-right: 60px;
	}

}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 1000px) {
	#logo {
min-width:20%;
	max-width: 20%;
	padding: 20px 0;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
			float:none;
}
/* Styles */
}


@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){

	#logo {
		margin-right: 60px;
		float:none;
		display:none;
	}
/* Styles */
}




/***********************************************************************************
*	- MENU
***********************************************************************************/

 .menu,
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu {
	float: right;
}

.menu > li {
	float: left;
}

.menu li a {
	display: block;
	padding: 5px 25px;
	margin: 5px 0;
	/* color: rgb(83, 14, 14); */
	color:#8CAF48;;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}

.menu > li > a {
	position: relative;
	padding: 32px 20px;
	margin: 0;
	/* margin-right:1	0px; */
	font-size: 16px;
	line-height: 24px;
}

/* .menu > li > a:first-child {
	padding-left: 0;
} */

.menu > li:last-child > a {
	margin-right: 0;
}

.menu li{ position:relative;}
.menu li.dropdown ul {
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0;
	display: none;
	width: 300px;
	background-color: #fff;
}

.menu li.dropdown ul li a {
	position: relative;
}

.menu li.dropdown ul li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 5px solid #58595b;
	opacity: 0;
	content: "";
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}

.menu li.dropdown ul li a:hover:before,
.menu li.dropdown ul li.sfHover > a:before {
	opacity: 1;
}

.menu li.dropdown ul ul {
	top: -6px;
	left: 100%;
}

.menu li.dropdown:hover > ul {
	display: block;
}

.menu li.megamenu .megamenu-container {
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0;
	display: none;
	padding: 20px 0;
	width: 100%;
	border: 1px solid #333;
	background-color: #1c0533;
}

.megamenu-container .section {
	float: left;
	width: 25%;
	border-right: 1px solid #333;
}

.megamenu-container .section:last-child {
	border-right: none;
}

.megamenu-container.col-2 .section {
	width: 50%;
}

.megamenu-container.col-3 .section {
	width: 33.33333333%;
}

.megamenu-container.col-4 .section {
	width: 25%;
}

.megamenu-container.col-5 .section {
	width: 20%;
}

.menu li.megamenu ul li a {
	position: relative;
}

.menu li.megamenu ul li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 5px solid #58595b;
	opacity: 0;
	content: "";
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}

.menu li.megamenu ul li a:hover:before {
	opacity: 1;
}

.menu li.megamenu:hover > .megamenu-container {
	display: block;
}

.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	right: 6px;
	font-family: "FontAwesome";
	content: "\f107";
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.sf-arrows > li:hover > .sf-with-ul:after {}

.sf-arrows ul .sf-with-ul:after {
	right: 15px;
	content: "\f105";
}

.sf-arrows ul li:hover > .sf-with-ul:after {}

.menu li a:hover,
.menu li.active > a,
.menu li.sfHover > a {
	color: #fff;
	text-decoration: none;
	background-color: #8CAF48;

}


@media (min-width: 768px) and (max-width: 991px) {

	.menu {
		display: none;
	}

}

@media (max-width: 767px) {

	.menu {
		display: none;
	}

}

/***********************************************************************************
*	- MOBILE MENU
***********************************************************************************/

#mobile-menu-button {
	position: absolute;
	top: 42px;
	right: 15px;
	display: none;
	font-size: 24px;
	line-height: 24px;
	color:#80B435;
}

#mobile-menu-button:hover,
#mobile-menu-button:focus {
	color: #007CB9;
}

#mobile-menu,
#mobile-menu ul {
	list-style: none;
	display: none;
	margin: 0;
	background-color: #80B435;;
	padding:0px;
	margin:0px;
}

#mobile-menu {
	border-bottom: 1px solid #fff;
}

#mobile-menu li a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#mobile-menu > li > a {
	font-size: 14px;
	font-weight: 500;
}

#mobile-menu ul a {
	padding-left: 40px;
}

#mobile-menu ul ul a {
	padding-left: 60px;
}

#mobile-menu .megamenu-container {
	display: none;
	margin-left: 0;
}

#mobile-menu .megamenu-container .section {
	float: none;
	width: 100%;
	margin-bottom: -1px;
	padding: 0 20px 20px 20px;
}

#mobile-menu .megamenu-container .section ul {
	display: block;
	margin: 0 -25px -20px;
}

#mobile-menu .megamenu-container .section ul a {
	padding-left: 40px;
}

#mobile-menu .megamenu-container .section > ul li a:before {
	display: none;
}

#mobile-menu .megamenu-container .section ul li:last-child a {
	border-bottom: 1px solid #fff;
}

#mobile-menu li.dropdown > a,
#mobile-menu li.megamenu > a {
	position: relative;
}

#mobile-menu li.dropdown > a:after,
#mobile-menu li.megamenu > a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: "FontAwesome";
	font-size: 15px;
	content: "\f107";
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

#mobile-menu li.dropdown > a.open:after,
#mobile-menu li.megamenu > a.open:after {
	content: "\f106";
}

#mobile-menu li.search a {
	display: none;
}

@media (min-width: 768px) and (max-width: 991px) {

	#mobile-menu-button {
		display: block;
	}

}

@media (max-width: 767px) {

	#mobile-menu-button {
		display: block;
	}

}

/***********************************************************************************
*	- STICKY
***********************************************************************************/

#header-sticky [class^="col-"] {
	position: static;
}

#header-sticky.header-sticky-small #logo {
min-width: 150px;
}

#header-sticky {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	left: 0;
	/* display: none!important; */
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

#header-sticky.header-sticky-small .menu > li> a {
	/* padding-top: 17px;
	padding-bottom: 17px; */
      padding: 26px 20px;
}

#header-sticky.header-sticky-small #search-form {
	top: 4px;
}

@media (min-width: 1200px) {

	#header-sticky:after {
		width: 35%;
	}

	#header-sticky [class^="col-"] {
		position: relative;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	#header-sticky {
		visibility: hidden;
	}

}

@media (max-width: 767px) {

	#header-sticky {
		visibility: hidden;
	}

}
.menu li.dropdown:last-child ul {
    position: absolute;
    z-index: 2000;
    top: 100%;
    left: -80px;
    display: none;
    width: 200px;
    background-color:#fff

}
.pad-40{
	padding: 40px 30px;
}
.pad-30{
	padding: 10px 30px;
}
.pad-mainbanner{
	padding: 0px 30px;
}
.bg-index {
	background-image: url(../images/slide6.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	/* padding: 100px; */
	height: 100vh;
	color: #fff;
}
.most h1{
	font-size: 50px;
    font-weight: 500;
	line-height: 50px;
	text-shadow: 6px 6px 6px  #000000;
	color: #fff;
}
.most{
	margin: 0 auto;
	padding: 0 auto;
margin-top: 40vh;
}

.mar-t-100{
	margin-top: 100px;
}

.pad-l-r-20{
	padding-left: 20px;
	padding-right: 20px;
}
.bg-services{
	background-image: url(../images/bg-main.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: bottom;
	/* padding: 100px;  */

	color: #626365;
}


.green{
color: #8CAF48;
}
.pad-100{
	padding-top:100px;
	padding-bottom:100px;
}
.panel-set{
	color: #80B435;
	padding: 20px;
	/* margin-top: 40vh; */
	/* border: 1px solid #80B435; */
}
.btn-green{
	background-color: #8CAF48;
	color: #fff;
	padding: 12px 35px;
	border: none;
}
.mar-t-10{
	margin-top:15px;
}
.mar-t-20{
	margin-top:20px;
}
.mar-t-30{
	margin-top:30px;
}
.img-text{
	position: absolute;
    bottom: 10px;
    /* left: 28px; */
	color: #626365;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px 15px;
}
.img-text h3{
font-size: 28px;
}
.mar-b-50{
	margin-bottom:50px;
}
.sec-image img{
	height: 380px;
	width: 100%;
}
.white{
	color: #fff;
}
.bg-four{
	width: 100%;
	background-image: url(../images/hotels.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: left;
	height: 102vh;

}

.bg-four-apart{
	width: 100%;
	background-image: url(../images/apart190.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: left;
}
.bg-four-resi{
	width: 100%;
	background-image: url(../images/residency5.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: left;
}
.bg-four-ter{
	width: 100%;
	background-image: url(../images/ter9.jpeg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: left;
}
.bg-four-lay{
	width: 100%;
	background-image: url(../images/lay6.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: left;
}
.img-fe{
	padding: 0px;
}
.bg-about{
	background-image: url(../images/bg-main.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;

}







.bg-pro ul.timeline {
    list-style-type: none;
    position: relative;
}
.bg-pro ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
.bg-pro ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
.bg-pro ul.timeline > li.one:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.bg-pro ul.timeline > li.two:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.bg-pro ul.timeline > li.three:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.bg-pro ul.timeline > li.four:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.bg-pro ul.timeline > li.one:before {
    content: ' ';
    background-image: url(../images/p1.png);
    background-repeat:no-repeat;
    background-position:center;
    display: inline-block;
	position: absolute;
	padding: 20px;
    /* border-radius: 50%; */
    border: 1px dotted #8CAF48;
	left: 10px;
    width: 30px;
    height: 30px;
    z-index: 400;
}
.bg-pro ul.timeline > li.two:before {
    content: ' ';
    background-image: url(../images/p2.png);
    background-repeat:no-repeat;
    background-position:center;
    display: inline-block;
	position: absolute;
	padding: 20px;
    /* border-radius: 50%; */
    border: 1px dotted #8CAF48;
	left: 10px;
    width: 30px;
    height: 30px;
    z-index: 400;
}
.bg-pro ul.timeline > li.three:before {
    content: ' ';
    background-image: url(../images/p3.png);
    background-repeat:no-repeat;
    background-position:center;
    display: inline-block;
	position: absolute;
	padding: 20px;
    /* border-radius: 50%; */
    border: 1px dotted #8CAF48;
	left: 10px;
    width: 30px;
    height: 30px;
    z-index: 400;
}
.bg-pro ul.timeline > li.four:before {
    content: ' ';
    background-image: url(../images/p4.png);
    background-repeat:no-repeat;
    background-position:center;
    display: inline-block;
	position: absolute;
	padding: 20px;
    /* border-radius: 50%; */
    border: 1px dotted #8CAF48;
    left: 10px;
    width: 30px;
    height: 30px;
    z-index: 400;
}

.size{
	font-size: 24px;
}


.pad-t-20{
	padding-top:20px;
}
.bg-proimage{
	background-image: url(../images/pro1.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: bottom;
}








.bg-processs1{
	background-image:-webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),url(../images/bg-2.png);
	/* background-size: cover; */
	background-repeat:no-repeat;
	background-position: right top;

}

.mar-t-50{
	margin-top: 60px;
}
.bg-processs{
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),url(../images/bg-1.png);
	/* background-size: cover; */
	background-repeat:no-repeat;
	background-position: left bottom;
}
.bg-footer{
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(../images/bg-footer.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
color: #fff;
}
.bg-team{
	background-image: url(../images/banner-bg.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	padding: 100px;
}
.bg-team-ct{
	background-image: url(../images/banner-bg.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	/* padding: 100px; */
}
.bg-leaf{
	background-image:  url(../images/leaf1.png);
	/* background-size: cover; */
	background-repeat:no-repeat;
	background-position: left bottom;
	padding: 50px 20px 150px 50px;
}
.bg-leaf2{
	background-image:  url(../images/bg-2.png);
	/* background-size: cover; */
	background-repeat:no-repeat;
	background-position: right top;
	padding: 120px;
	margin-top: -180px;
}
.bg-discover-water{
background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/water.jpg);
background-size: cover;
background-repeat:no-repeat;
background-position: top;
padding: 150px;
color: #fff;
}
.bg-discover-vertical{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/vertical.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}
.bg-discover-team{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/team-banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}
.bg-discover-residential{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/residential-banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}
.bg-discover-gifting{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/plant-gift-banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}
.bg-discover-process{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/process-banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}
.bg-discover-plant{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/corporate-banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}
.bg-discover-commericial{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/commercial-banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}
.bg-discover-annaul{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/annual-banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}
.bg-discover-ab1{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/about-banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}

.bg-discover{
	background-image:  -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top;
	padding: 150px;
	color: #fff;
}
.mar-100{
	margin-top: 100px;
	margin-bottom:100px;
}
.pad-50{
	padding-top: 50px;
	padding-bottom:50px;
}
.divset{
	padding: 30px;
}
.social-media li{
list-style-type: none;
float: left;
margin-right: 15px;

}
.social-media li i{
color: #8CAF48;

}
.button-ct{
	background-color:#fff;
	padding: 10px 25px;
	color:#8CAF48;
	font-size: 24px;
}
.button-ct:hover{
	background-color: #8CAF48;
	padding: 10px 25px;
	color:#fff;
	font-size: 24px;
}

.bg-aboutpage {
	background-image: url(../images/about-banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 90vh;
  }
	.bg-services1{
		background-image: url(../images/home-banner1.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		height: 90vh;
	}

.bg-ab{
	background-image:  url(../images/bg-ab.png);
	background-position: left;
	background-repeat: no-repeat;
	/* background-size: cover;
	background-attachment: fixed; */
	height: 40vh;
	/* color: #fff */
}
.bg-team-proces{
	background-image: url(../images/banner-bg.png);
	background-size: left;
	background-repeat:no-repeat;
	background-position: center;
}
.bg-team-proces1{
	background-image: url(../images/banner-bg.png);
	background-size: left;
	background-repeat:no-repeat;
	background-position: bottom;
	padding: 50px;
}
  .bg-contact {
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/contact-banner1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 90vh;
	color: #fff;
  }
  .tittle {
	margin-top: 20vh;
  }

  .brd i {
	font-size: 30px;
	transform: rotate(-45deg);
	color: #fff;
  }
  .brd {
	position: relative;
	padding: 30px 30px;
    width: 90px;
    height: 90px;
	  margin: 0 auto;
	  transform: rotate(45deg);
	  border: 3px solid #dddddd;
	  margin-bottom: 40px;
  }
  .cont a .brd:hover {
	border: 3px solid #80B435;
  }
  .cont a {
	color: #777;
  }

  .cont a:hover {
	color: #777;
  }
  .red {
	color: #80B435;
  }
  .submit a {
	background: #444;
	padding: 15px 25px;
	color: #fff;
	font-size: 20px;
  }
  .bg-form input, .bg-form textarea{
	padding: 18px;
  }
  .bg-form input:focus, .bg-form textarea:focus{
	box-shadow: none;
  }
  .bg-green12 p {
	background-color: #80B435;
	  padding: 80px 90px;
	  margin-top: -25vh;
	  color: #fff;
	  font-size: 50px!important;
	  font-weight: 300;
	  line-height: 64px;
  }
  .bg-green1 {
	background-color: #80B435;
	  padding: 50px 0px;
	  margin-top: -15vh;
	  color: #fff;
  }
.why-we li{
	list-style: none;
}
.why-we li i{
	color: #80B435;
	padding-right: 10px;
	padding-top: 5px;
}


.bg-discover h1{
	text-shadow: 2px 2px 2px #000;
}
.bg-discover1 h1{
	text-shadow: 2px 2px 2px #000;
}
.bg-water{
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/water.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-size: cover;
		background-attachment: fixed;
	height: 90vh;
	color: #fff;
}
.bg-vert{
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/vertical.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-size: cover;
		background-attachment: fixed;
	height: 90vh;
	color: #fff;
}
/******our team*******/
.bg-team1 {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/team-banner.jpg);
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
      background-attachment: fixed;
  height: 90vh;
  color: #fff;
}
.green {
  color: #80B435;
}
.team-list ul li {
  list-style-type: none;
  padding: 5px;
}
.team-list ul li i {
  color: #80B435;
  padding-right: 10px;
  padding-top: 6px;
}
.team-t {
  margin-top: -10vh;
}

.bg-ab1{
	background-image:  url(../images/bg-ab21.png);
	background-position: bottom;
	background-repeat: no-repeat;
	/* background-size: cover;
	background-attachment: fixed; */
	height: 40vh;
	/* color: #fff */
}


/******Annual maintanance********/

/* .bg-annual {
  background-image:url(../images/annual-banner.jpg);
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
      background-attachment: fixed;
  height: 90vh;
  color: #fff;
} */


/*******corporate-plant******/
/* .bg-corporate {
  background-image:  url(../images/corporate-banner.jpg);
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
      background-attachment: fixed;
  height: 90vh;
  color: #fff
} */

/*******process*******/
.bg-process {
  background-image:  url(../images/process-banner.jpg);
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;
      background-attachment: fixed;
  height: 90vh;
  color: #fff
}

/*******plant-gifting*******/
/* .bg-plant-gift {
  background-image:  url(../images/plant-gift-banner.jpg);
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;
      background-attachment: fixed;
  height: 90vh;
  color: #fff
} */

/*******commercial*********/
/* .bg-commercial{
  background-image:  url(../images/commercial-banner.jpg);
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;
      background-attachment: fixed;
  height: 90vh;
  color: #fff
} */
.horitab{
	min-width: 100%;
}
/* .aparting .sec-image img{
	height: 340px;
} */
.horitab  a{
	color: #80B435;
}

/********residential*********/
.bg-resi {

    background-image:  url(../images/residential-banner.jpg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
    color: #fff

}

.btn-green:hover {
  text-decoration: none;
  color: #fff;
}
.button-ct:hover {
  text-decoration: none;
  color: #fff;
}


.team-list ul li {
	display: flex;
}
.team-list ul li span {
	display: contents;
}
.bg-link{
	background-color: #8CAF48!important;
	color: #fff!important;
}
.bg-link a {
	color: #fff!important;
}
.img-show{
	display: none;
}







.trans {
margin:0 auto;
  margin-top: 20vh;
  list-style: none;
  padding-right: 5%;
  font-weight: bold;
}
.icon {
	background: rgba(0, 0, 0, 0.6);
  font-size: 40px;
  border-radius: 0.5em;
  padding:1.5em;
  margin-top: 20px;
}


.hgt-100{
  height: 100vh;
}
.carousel .carousel-item > *:first-child {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 80vh; */
}
.carousel-caption {
    position: absolute;
margin: 0 auto;
left: 25%;
right: 25%;
    z-index: 10;
    color: #fff;
    /* background: rgba(255, 255, 255, 0.6); */
    top: 20vh;
    padding: 50px;
    text-align: center  ;

}
.carousel-caption h1,.carousel-caption p {
  font-size: 2.5rem;
    font-weight: 600;
}



.sec-image1{
	background-image:  url(../images/resi.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	height:50vh;

	color: #fff;
}
.sec-image2{
	background-image:  url(../images/terrace1.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	height:50vh;

	color: #fff;
}

.sec-image3{
	background-image:  url(../images/house3.jpg);
	background-position:left;
	background-repeat: no-repeat;
	background-size: cover;
	height:50vh;

	color: #fff;
}

.sec-image4{
	background-image:  url(../images/off5.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	height:50vh;
	color: #fff;

}

.bg-s1{
	background-image:  url(../images/s1.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-s2{
	background-image:  url(../images/s2.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-s3{
	background-image:  url(../images/s3.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-s4{
	background-image:  url(../images/s4.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-s5{
	background-image:  url(../images/s5.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-s6{
	background-image:  url(../images/s6.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.font-28{
	font-size:32px;
}
