/* .slider_about {
    background-image: url(../img/tenka-solar-bg-company.jpg);
} */
.slider_about_text {
  position: relative;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
}
.slider_about.slider_a-green-vision:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 40%);
  z-index: 1;
}
.slider_about .container {
  position: relative;
}
.slider_about_text h4 {
  color: #e5b73b;
  margin-bottom: 10px;
  /* display: flex; */
  font-size: 22px;
  margin-left: 60px;
  position: relative;
  text-align: left;
}
.slider_about_text h4:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 7px;
  background: #e5b73b;
  left: -60px;
  top: 10px;
  bottom: 0;
}
.slider_about_text p {
  color: #fff;
  width: 50%;
  line-height: 1.5;
  font-size: 36px;
  float: left;
  text-align: left;
}
.slider_about_text p span {
  color: #e5b73b;
  font-size: 38px;
  margin: 0;
}
.slider_about_text p b {
  color: #e5b73b;
  font-weight: 500;
}
.slider_about.slider_a-green-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100vh;
}
.videoembed {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1199px) {
  .slider_about_text p {
      font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .slider_about_text {
      top: 60%;
  }
}
@media screen and (max-width: 575px) {
  .slider_about_text p {
      width: 100%;
      font-size: 24px;
  }
  .slider_about_text {
      top: 60%;
      left: 20px;
  }
}
/* ---- Events ---- */
.events {
  margin: 80px 0;
}
.events_title {
  text-align: center;
}
.events_title h1 {
  font-size: 32px;
  font-weight: 700;
  color: #095763;
  padding: 0 0 10px;
}
.events_title p {
  width: 65%;
  text-align: center;
  margin: 0 auto 20px;
}
.events_box {
  display: grid;
  grid-template-columns: repeat(3, 15fr);
}
.events_services {
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  height: 100%;
  margin: 15px;
  padding: 20px;
  border-radius: 10px;
}
.events_services .events_height {
  height: calc(100% - 80px);
}
.events_services .events_img {
  margin-bottom: 30px;
}
.events_services .events_text h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.events_services .events_text span {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.events_services .events_text span b {
  color: #095763;
  font-size: 16px;
}
.events_services .events_text .events_content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.events_services a {
  padding: 10px 25px;
  background: #095763;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  border-radius: 25px;
}
@media screen and (max-width: 991px) { 
  .events {
    margin: 80px 0 80px;
  }
  .events_title p {
    width: 100%;
  }
  .events_services .events_text .events_content {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) { 
  .events_box {
    grid-template-columns: repeat(1, 15fr);
  }
  .events_title {
    padding: 0 15px;
  }
  .events_title h1 {
    font-size: 28px;
    margin: 0 0 10px;
    padding: 0;
}
}
/* ----- Testimonials ----- */
.testimonials {
  padding: 0 20px 80px;
  position: relative;
  text-align: center;
  margin-top: 80px;
}
.testimonials_title h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 32px;
  color: #095763;
  position: relative;
}
.testimonials_services {
  display: grid;
  grid-template-columns: repeat(3, 15fr);
}
.testimonials_title p {
  width: 50%;
  text-align: center;
  margin: 0 auto 40px;
}
.testimonials_video {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px 0 rgba(99,99,99,.2);
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.testimonials_video button {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #095763;
  width: 50px;
  height: 50px;
  padding: 12px 11px;
  border-radius: 10px;
  border: none;
}
.testimonials_video button:hover,.testimonials_video button:focus,.testimonials_video button:active {
  background-color: #095763 !important;
}
.testimonials_video_image {
  overflow: hidden;
}
.testimonials_video_image img {
  height: 320px;
  filter: grayscale(0.7);
  transition: all 0.2s;
}
.testimonials_video:hover .testimonials_video_image img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.testimonials_video button svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.testimonials_text h4 {
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 18px;
  text-align: left;
}
.testimonials_text p {
  text-transform: capitalize;
  font-size: 16px;
}
.testimonials_video_image_events .owl-dots {
  display: none;
}
.testimonials .testimonials_services .owl-nav {
  text-align: center;
  margin-top: 0;
}
.testimonials .testimonials_services .owl-prev, .testimonials .testimonials_services .owl-next {
  background: #095763;
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 24px;
  position: absolute;
  border-radius: 0;
  padding: 0;
  outline: none;
}
.testimonials .testimonials_services .owl-next {
  right: 0;
  left: auto;
}
.testimonials .testimonials_services .owl-prev {
  left: 0;
  right: auto;
}
.testimonials .modal-dialog {
  max-width: 800px;
}
.testimonials .modal-content {
  background: transparent;
  border: none;
  width: 820px;
}
.testimonials .modal-content .embed-responsive {
  width: 800px;
}
.testimonials button.close {
  color: #000;
  opacity: 1;
  font-weight: 400;
  background: #fff;
  padding: 7px 13px;
  margin-bottom: -40px;
  margin-right: -12px;
  position: relative;
  z-index: 1;
}
.testimonials button {
  background: #095763;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #095763;
}
.testimonials button:hover {
  border: 2px solid #095763;
}
.testimonials button:active {
  background: #095763 !important;
  border-color: #095763 !important;
}
@media screen and (max-width: 1280px) { 
  .testimonials_video {
    padding: 0 15px;
  }
  .testimonials_video_image img {
    height: auto;
  }
}
@media screen and (max-width: 1199px) { 
  .testimonials_text h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) { 
  .testimonials {
    padding: 40px 0 80px;
  }
  .testimonials_services {
    grid-template-columns: repeat(2, 15fr);
  }
  .testimonials .modal-content .embed-responsive,.testimonials .modal-content {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .testimonials_title p {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .testimonials_title {
    padding: 0 15px;
  }
  .testimonials_video {
    margin-right: 0;
  }
  .testimonials_services {
    grid-template-columns: repeat(1, 15fr);
  }
}