/*body container*/
body, .ast-separate-container {
  background-image: url(https://www.greeneco-land.com/wp-content/uploads/2022/02/text.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
}


html :where(img) {
  height: auto;
  max-width: 100%;
  box-shadow: 2px 4px 8px 0px #d7d7d7;
  border: 1px solid #eee;
}

.secondary a:hover {
  color: #000;
}

/** top bar*/
.menu-text > img{
  width: 20px !important;
  height: auto !important;
}

/*font*/
h3.widget-title{
  color: #acb23e;
}

/*header*/
.ast-primary-header-bar {
  height: 170px;
}


/*logo*/
.site-logo-img img {
  transition: all 0.2s linear;
  margin-top: -10px;
		border: none !important;
box-shadow: none !important;
}

/*sidebar*/
.sidebar-main {
  border-radius: 15px;
}

.widget_nav_menu ul ul.sub-menu li {
  padding: 8px 8px 8px 20px;
  border-bottom: 1px solid #D2D2D4;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  color: #777779;
  font-size: 0.9em;
}

a.menu-link {
  color: #797979;
}

li.titlemenu > a{
	color:#fff;
	font-weight: 600;
  font-size: 18px;
}

li.services > a{
	color:#fff;
	font-weight: 600;
  font-size: 18px;
}

li.services.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-185{
	padding-top:25px;
}

li.services.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-159{
	padding-top:25px;
}

#secondary li {
  margin-bottom: 0.85em;
}

.widget_nav_menu ul ul.sub-menu {
  line-height: 1.5em;
padding-top: 20px;
padding-bottom: 20px;
background: none repeat scroll 0 0 #F7F7F9;
border-color: rgba(0, 0, 2, 0.15) rgba(0, 0, 2, 0.15) rgba(0, 0, 2, 0.3);
border-image: none;
border-radius: 7px;
border-style: solid;
border-width: 1px;
box-shadow: 0 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 2, 0.05);
}

/*content*/
.ast-separate-container .ast-article-single {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1.34em 2.67em;
  border-radius: 15px;
}


/*page contact*/
input[type="submit"]{
		background:#96c6f6;
		color:#fff
}


@media screen and (max-width: 640px) {
	.sidebar-main {
  display: none;
}
		
	.ast-separate-container .ast-article-single {
  border-bottom: none;
  margin: 0;
  padding: 1.34em 1.67em;
  border-radius: 15px;
}
		
	li.services.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-159{
	padding-top:0px;
}

		
}