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: 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;
  }
}
/* ----- Pr ----- */
.blog_latest_success_story {
  overflow: hidden;
  position: relative;
  padding: 110px 0 80px;
}
.blog_latest_success_story::before, .blog_latest_success_story::after {
  content: '';
  position: absolute;
  background-image: url(../images/circle-top-right.018e3b.svg);
  height: 400px;
  width: 436px;
  right: -5%;
  top: -3%;
  background-position: 10% 0;
  background-repeat: no-repeat;
  animation: rotation 5s infinite linear;
  z-index: 1;
}
.blog_latest_success_story::after {
  left: -5%;
  bottom: -3%;
  top: auto;
  z-index: -1;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}
.blog_latest_success_story h2 {
  color: #095763;
  font-weight: 400;
  text-transform: uppercase;
}
.blog_slider .pr {
  margin-bottom: 30px;
  padding: 0 15px;
}
.card_box {
  background-color: #fff;
  border: 0;
  height: 100%;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  z-index: 1;
  position: relative;
  margin: 0 0 10px;
}
.card_img {
  position: relative;
}
.card_img .label-card {
  background-color: #fff !important;
  border-top-right-radius: 20px;
  position: absolute !important;
  left: 0;
  bottom: 0;
}
.card_img {
  position: relative;
  overflow: hidden;
}
.card_box .card_img img {
  filter: grayscale(0.8);
  transition: all 0.2s;
  width: 100%;
}
.card_box:hover .card_img img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.card_body_text {
  padding: 40px 40px 30px 45px;
  position: relative;
}
.card_body_text h1,
.card_body_text h2 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  color: #000;
  text-align: left;
  padding: 0;
}
.card_body_text .t-yel {
  color: #cecc07;
  font-weight: 700;
  font-size: 12px;
}
.card_body_text p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal;
  color: #000;
}
.card_body_text a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.card_body_text a:hover {
  color: #095763;
}
.card_body_text:before {
  background: #183a62;
  content: "";
  height: 1.2px;
  left: 0;
  position: absolute;
  top: 52px;
  width: 35px;
}
.sucess-info span:first-child {
  font-weight: 700;
}
.sucess-info span:last-child {
  font-size: 13px;
}
.blog_latest_success_story_card {
  position: relative;
}
.blog_slider .owl-dots {
  text-align: center;
}
.blog_slider .owl-dots .owl-dot {
  width: 95px;
  height: 12px;
  border: none;
  margin: 5px;
  background: #dfdfdf;
  border-radius: 50px;
}
.blog_slider .owl-dots .owl-dot.active {
  background: #222;
}
.blog_latest_success_story_card .owl-nav {
  display: none;
}
.blog_slider {
  display: grid;
  grid-template-columns: repeat(3, 15fr);
}
.load-more {
  text-align: center;
  margin-bottom: 30px;
}
.load-more #songs-load {
  background: #095763;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}
.load-more:hover #songs-load {
  background: #000;
  text-decoration: none;
}
.songs-table .pr {
  display: none;
}
.songs-table .pr.active {
  display: table-row;
}
.pr-title {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
.pr-title h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #095763;
}
@media screen and (max-width: 1199px) {
  .card_body_text {
    padding: 20px 20px 10px 45px;
  }
  .card_body_text:before {
    top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .blog_latest_success_story_card .owl-nav {
    display: block;
  }
  .blog_latest_success_story_card .owl-nav .owl-prev,
  .blog_latest_success_story_card .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    font-size: 19px;
    background: #095763;
    color: #fff;
    border: none;
  }
  .blog_slider .owl-dots {
    display: none;
  }
  .blog_slider {
    grid-template-columns: repeat(2, 15fr);
  }
}
@media screen and (max-width: 767px) {
  .blog_slider .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
  }
  .pr-title {
    width: 100%;
  }
  .pr-title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .card_box {
    margin: 0 15px;
  }
  .blog_slider .owl-dots .owl-dot {
    width: 10px;
  }
  .blog_slider .owl-dots .owl-dot.active {
    width: 25px;
  }
  .blog_latest_success_story {
    padding: 40px 0 60px;
  }
  .blog_slider {
    grid-template-columns: repeat(1, 15fr);
  }
}

/* ===== News Announcements ===== */
.news-announcements-slier .slider_about_text p {
  width: 45%;
}
.news-announcements {
  margin: 80px 0;
}
.news-announcements-slier .news-announcements-bg img,
.news-announcements-slier .news-announcements-mobile-view img{
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.news-announcements .news-title {
  margin: auto;
  text-align: center;
}
.news-announcements .news-title h1 {
  font-weight: 700;
  color: #095763;
  font-size: 32px;
  margin-bottom: 20px;
}
.news-announcements-men {
  width: 100%;
  margin-top: 30px;
}
.news-announcements-box {
  background: #f5f5f5;
  text-align: center;
  padding: 50px 20px;
  border-radius: 20px;
}
.news-announcements-box h5 {
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .news-announcements-slier .slider_about_text p {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .news-announcements-slier .slider_about_text p {
    width: 100%;
  }
  .news-announcements-slier .news-announcements-bg {
    display: none;
  }
  .news-announcements-slier .news-announcements-mobile-view {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .news-announcements-slier .news-announcements-bg {
    display: block;
  }
  .news-announcements-slier .news-announcements-mobile-view {
    display: none;
  }
}