/*
Theme Name: GreenLand-Theme
  

--------------------------------------------------------------*/
.project-one {
  padding-top: 40px !important;
}
.testimonial-one {
  display: none !important;
}
.project-page {
  padding: 70px 0 !important;
}
.wpcf7-form input {
  width: 49%;
  float: left;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #555;
  color: #fff;
  margin: 0 1% 10px 0;
  border-radius: 5px;
}
.wpcf7-form select {
  width: 49%;
  float: left;
  padding: 10px 10px;
  background: transparent;
  border: 1px solid #555;
  color: #fff;
  border-radius: 5px;
}
.wpcf7-form textarea {
  width: 99%;
  float: left;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #555;
  color: #fff;
  border-radius: 5px;
  margin: 0 0% 10px 0;
  height: 90px;
}
.wpcf7-form-control.wpcf7-select option {
  background: #000;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: var(--gardon-base);
}
.project-page h2.wp-block-heading {
  padding-bottom: 30px;
  text-align: center;
}

@media(max-width: 767px){
    
.main-slider .owl-theme .owl-nav {
  display: none !important;
}
.main-slider .owl-theme .owl-dots {
  display: flex !important;
}
.main-slider .item{
  padding-top: 200px;  
}
.main-slider__title {
  font-size: 32px !important;
  line-height: 40px !important;
  }
.main-slider__sub-title{
  font-size: 14px !important;
  }
  
  
  
}

