body {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
  }
  @media screen and (min-width: 1200px) {
    .blog_latest_success_story .container {
      max-width: 1290px;
    }
  }
  .slider_about_text {
    position: relative;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 1;
  }
  .slider_about .container {
    position: relative;
  }
  .slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-right: 60px;
    position: relative;
    text-align: right;
  }
  .slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    right: -60px;
    top: 10px;
    bottom: 0;
  }
  .slider_about_text p {
    color: #fff;
    width: 54%;
    line-height: 1.5;
    font-size: 28px;
    float: right;
    text-align: right;
  }
  .slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
  }
  .slider_about_text p b {
    color: #e5b73b;
  }
  .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;
  }
  .rayzon-solar-pc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0.1;
    background: #000;
    z-index: 1;
  }
  .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: 50%;
    }
    .slider_about_text p {
      width: 75%;
    }
  }
  @media screen and (max-width: 767px) {
    .slider_about_text p {
      width: 100%;
      font-size: 24px;
    }
  }
  @media screen and (max-width: 575px) {
    .slider_about_text p {
      width: 100%;
      font-size: 24px;
      text-align: center;
    }
    .slider_about_text {
      top: 50%;
      right: 0;
      margin: 0 15px;
    }
    .slider_about_text h4 {
      text-align: center;
      margin: 0 0 15px;
      font-size: 32px;
    }
    .slider_about_text h4:before {
      display: none;
    }
  }
/* ------ weekly-news-updates ------ */
.weekly-news-updates {
    margin: 80px 0;
}
.weekly-updates-title {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
.weekly-updates-title h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #095763;
}
.left-weekly-news-updates {
  display: grid;
  grid-template-columns: repeat(2, 15fr);
}
.news-blog {
    border: 1px solid #e5e5e5;
    margin: 0 15px 0 0;
}
.news-blog-content {
    margin: 20px;
}
.news-blog-content h3 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #cfc9c9;
  padding-bottom: 10px;
}
.news-blog .news-blog-content p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal;
}
.news-latest-title h6 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.news-blog-content a {
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
.news-blog-content a {
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  transition: all 0.3s;
}
.news-blog-content a:hover {
  color: #095763;
}
.right-weekly-news-updates {
  position: sticky !important;
  top: 20px !important;
}
.right-weekly-news-updates .news-latest {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.news-latest-title-right .news-latest-blog {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news-latest-title-right .news-latest-blog:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.news-latest-blog a {
    display: flex;
    align-items: center;
}
.news-latest-blog a img {
    max-width: 120px;
}
.news-latest-content {
  margin-left: 10px;
}
.news-latest-blog a h5 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal;
}
.news-latest-content p {
  color: #000;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal;
  margin: 0;
}


.news-updates {
  margin-bottom: 80px;
}
.news-updates_story_card {
  display: flex;
}
.news-updates-text h1 {
  font-weight: 600;
  font-size: 26px;
  margin: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.news-updates-text p {
  font-size: 16px;
}
.news-updates-text h2 {
  font-size: 20px;
  font-weight: 600;
}
.right-weekly-news-updates .news-latest.newsletter-latest.mb-4 {
  background: #095763;
}
.newsletter-latest h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.newsletter-latest form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.newsletter-latest form input.submit {
  background: rgb(0 0 0 / 40%);
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
}
.right-weekly-news-updates .news-latest.social-media {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.social-media h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.social-media ul {
  float: none;
  padding: 0;
  justify-content: center;
}
.songs-table .news-blog {
  display: none;
}
.songs-table .news-blog.active {
  display: table-row;
}
.weekly_updates_load_more {
  text-align: center;
  margin-bottom: 30px;
}
.weekly_updates_load_more #songs-load {
  margin: auto;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  background: #095763;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news-updates_story_card {
    display: block;
  }
  .news-updates-text h1 {
    font-size: 20px;
  }
  .left-weekly-news-updates {
    grid-template-columns: repeat(1, 1fr);
  }
}