:root {
	--ENTblue: #283991;
  	--ENTgreen: #099444;	
}



#header .navbar-brand img {
    max-height: 90px;
    height: auto;
}
#header #naviphonelink {
    margin-left: 44px;
    font-size: 18px;
    color: #099444;
}

#SliderLOGO {
	opacity: 0.6;
	max-height: 40vh;
	/* position: relative; */
	/* top: -170px; */
}


main li {
    list-style: square;
}
#about {
    padding-bottom: 150px;
}
#about ul {
	margin-left: 16px;
}
#services_image {
    padding-bottom: 150px;
}
.services_image {
    padding: 210px 30px 30px 30px;
}
.image-overly-dark-opacity::before {
    opacity: 0.0;
    background: #000;
}
.services_bg1 {
    background-image: url('../images/ENT/Design_BOX.JPG');
}
.services_bg2 {
    background-image: url('../images/ENT/Install_ BOX.JPG');
}
.services_bg3 {
    background-image: url('../images/ENT/Maintenance_BOX.JPG');
}
#services22 li {
    list-style: none;
}
#services22 i {
	color: var(--ENTgreen);
}

.services_image h3 {
    text-shadow: 0 0 4px #0008;
}
#testimonials .center-column {
    margin: 0px auto 0px auto;
}
.testimonail-content {
    margin-top: 80px;
    padding: 45px 20px 85px 20px;
}
#landscaping {
	background-image: url('../images/ENT/Bottom BOX.JPG');
	background-position: center;
	background-size: cover;
	padding: 200px 0;
	background-color: #0994444f;
	background-blend-mode: soft-light;
}	
#landscapingbox {
    background: #FFFC;
    padding: 60px;
    box-sizing: border-box;
}
#landscaping p {
    font-size: 18px;
}
#landscapingbox2 {
  text-align: center;
}
#LandscapeLOGO {
  opacity: 0.8;
  max-height: 100%;
}	



#contact .section-title.with-p {
    margin-bottom: 30px;
}
.wrap-bg.wrap-bg-dark {
	background-color: #28399129;
}
.color-two.button {
	background-color: var(--ENTblue);
	border-color: var(--ENTblue);
}	
.cd-top {
	background: #283991 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}	

#footer {
	background-color: var(--ENTblue);
	padding: 0;
}	
.footer-social {
	display: none;
}	

.dark-shape .shape-fill.shape-fill-contrast {
	fill: #dcdfed;
}

.particles-js-canvas-el {
	display: none;
}










/* 1024 to 1199px */
@media (max-width: 1199px) {

}



/* 768 to 1023px */
@media (max-width: 1023px) {

}



/* 480 to 767px */
@media (max-width: 767px) {

	#header .navbar-brand, #header .navbar.affix .navbar-brand {
		background-color: transparent;
		padding: 10px 0px 13px 15px;
	}	
	#header .navbar-brand img {
	  height: 60px;
	}	
	
	  video {
		display: block;
	  }	

	#about img {
		margin-top: 40px;
	}	
	#landscaping {
		padding-top: 0;
	}
	#landscapingbox {
		margin-bottom: 40px;
	}	
	
	
}



/* upto 479px */
@media (max-width: 479px) {

}


















