/* Scroll animation */
/* Vertical scrolling animation */
@keyframes scroll-vertical {
  0% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

.scroll-text,
.scroll-text01,
.scroll-text-1 {
  position: relative;
  overflow: hidden;
  height: 200px; /* Adjust height as needed */
}

.scroll-text .list,
.scroll-text01 .list,
.scroll-text-1 .list {
  position: absolute;
  animation: scroll-vertical 25s linear infinite;
  width: 100%;
}

.scroll-paused {
  animation-play-state: paused !important;
}
.text-slide,
.text-slide01,
.text-slide1 {
  width: 20px;
  height: 20px;
  /* background: url('play-icon.svg') no-repeat center; */
  cursor: pointer;
}

.text-slide.play,
.text-slide01.play,
.text-slide1.play {
  /* background: url('pause-icon.svg') no-repeat center; */
}


/* Optional tweaks */
.view-footer-tender {
    text-align: right;
    padding-top: 10px;
}
/* Container flexbox layout */
.banner-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
/* Page tabs and tender section styled similarly */
.left-col-2 {
  background-color: #1e1e1e;
  padding: 15px;
  border-radius: 8px;
}
/* Right content block */
.banner-right-wrapper {
    width: 32%;
    display: inline-block;
    text-align: center;
}
.banner-box.banner-box-1 {
    background: #DF3322;
}
/* Individual right-side boxes */
/* .banner-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
} */
 .banner-box h2 {
    padding-bottom: 5px;
    font-size: 150%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 700;
    clear: both;
    text-transform: uppercase;
}
.banner-box p {
    font-size: 140%;
    float: left;
    padding-right: 5px;
    color: #fff;
    cursor: pointer;
}
.banner-box .fa.fa-external-link {
    color: #fff;
    font-size: 12px;
}
.fa-external-link:before {
    content: "\f08e";
}
.banner-box {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    /* margin: 10px 0;
    padding: 15px 20px; */
    border-radius: 8px;
    margin: 25px 0px 35px 10px;
    padding: 30px 30px;
}
.banner-box.banner-box-2 {
    background: #AB4509;
}
.banner-box.banner-box-3 {
    background: #A6690C;
}
.banner-box-content a:hover, .banner-box p, .banner-box p .banner-box .fa.fa-external-link {
    opacity: 0.8;
}
.banner-box a {
  color: #00bfff;
  text-decoration: none;
}
.view-footer-tender a {
  text-decoration: none;
  font-weight: bold;
}
ul.list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list-content a {
  color: #000;
  text-decoration: none;
}
.list-content a:hover {
  text-decoration: underline;
}
/* Responsive tweaks */
@media (max-width: 768px) {
  /* .left-block {
    width: 100%;
  } */
}
.wrapper.home-banner {
    background: #000;
    background-repeat: no-repeat;
    padding: 20px 0px;
}
.left-block {
    float: left;
    width: 68%;
    display: flex;
    padding: 25px 0px;
}
.left-block .left-col-2:nth-child(1) {
    float: left;
    margin-right: 20px;
    padding: 0px;
}
.left-block .left-col-2 {
    width: 48%;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ece7e7;
    background: #fff;
    padding-bottom: 10px;
}
.page-tab {
    float: left;
    margin-top: 0;
    width: 100%;
}
ul.resp-tabs-list {
    margin: -1px;
    padding: 0px;
    width: 100%;
}
.page-tab ul.resp-tabs-list li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: 600;
    text-transform: uppercase;
}
.resp-tabs-list li:first-child {
    margin: 0px;
}
.resp-tabs-list li:last-child {
    margin-left: 0px;
}
.resp-tabs-list li {
    background: none !important;
    color: #000000;
}
.resp-tabs-list li.resp-tab-active {
    border-color: #fff;
}
.resp-tabs-list li.resp-tab-active, .resp-tabs-list li:hover {
    background: #d2412d !important;
    color: #fff !important;
    position: relative;
}
.resp-tabs-list li {
    float: left;
    list-style: outside none none;
    padding: 10px 10px;
    text-align: center;
}
.resp-tabs-list li.resp-tab-active a {
    color: #fff;
    text-decoration: none;
}
.resp-tabs-list li a {
    outline: none;
    color: #000;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}
.content-wrapper {
    position: relative;
    padding: 10px 0px;
}
.resp-tab-content {
    font-size: 100%;
    display: none;
}
.resp-tab-content-active {
  display: block;
}
.text-slide, .text-slide01, .text-slide1 {
    float: right;
    background: transparent;
    border: 0px;
    color: #ec4933;
    font-weight: 800;
    font-size: 110%;
}
.body-container p {
    line-height: 170%;
}
.top-body-container p {
    padding-bottom: 3px;
    cursor: pointer;
}
.page-tab .text-slide, .page-tab .text-slide01 {
    position: absolute;
    right: 10px;
    top: -35px;
}
.text-slide.pause:after, .text-slide01.pause:after, .text-slide1.pause::after {
    content: " || ";
    font-size: 16px;
}
.text-slide.play:after, .text-slide01.play:after, .text-slide1.play:After {
    content: " > ";
    font-size: 22px;
}
.page-tab .scroll-left, .page-tab .scroll-text, .page-tab .scroll-text01, .page-tab .scroll-test01 {
    height: 305px;
    padding: 0px;
}
.scroll-text-1 {
    height: 305px !important;
    padding: 0px;
}
.scroll-left, .scroll-text-1,.scroll-text01, .scroll-text {
    overflow: hidden;
    position: relative;
    /* height: 315px; */
    height: 200px;
    padding-top: 10px;
}
.body-container .content-wrapper ul.list {
    margin: 0;
    width: 100%;
    left: 0px;
    padding: 0px 15px;
}
.scroll-left ul {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: scroll-left 18s linear infinite;
}
.body-container ul.list li {
    background-size: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.body-container ul.list {
    padding-bottom: 5px;
    margin-left: 2px;
}
.resp-tabs-container ul.list li {
    list-style: circle;
}
.resp-tab-content ul.list li {
    display: block;
    color: #000;
}
.body-container ul.list li {
    display: block;
    padding: 0px 0px 7px 15px;
    background: url(../uploads/blt.png) no-repeat 0px 6px;
}
.resp-tabs-container li {
    width: 100%;
    text-align: left;
    float: left;
}
.resp-tabs-container ul.list li:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    margin-top: 0.3rem;
    background-color: #ec4933;
    float: left;
}
.resp-tabs-container ul.list li a {
    display: inline;
}
.resp-tab-content ul.list li a {
    color: #000;
}
.page-tab .view-footer-tender a {
    margin-right: 15px;
    margin-bottom: 10px;
}
.view-footer-tender a {
    padding: 10px 10px;
    font-size: 100%;
    text-align: right;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #a6690c;
    color: #a6690c !important;
}
.view-footer-tender a:hover {
  background: #a6690c;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.resp-tabs-container a {
    background: url(../uploads/arow-white.png) no-repeat left bottom 25px;
    background-position: 13px 114px;
    color: #fff;
}
.resp-tab-content a {
    color: #333333;
    font-size: 100%;
    line-height: 120%;
}
.view-footer-tender span {
    text-transform: uppercase;
}
.left-col-2 h2 {
    display: inline;
    position: relative;
    left: 40px;
    font-size: 150%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 700;
    clear: both;
    text-transform: uppercase;
}
.left-block .left-col-2:nth-child(2) h2:before {
    content: " ";
    position: absolute;
    background: url(../uploads/tenders.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -40px;
}

/* Gallery and Video Section */
.home-btm-slider {
    background: url(../uploads/minister/minister-bg.jpg);
}
.gallery-container {
    padding: 40px 15px !important;
}
.gallery-area {
    width: 68%;
    float: left;
    position: relative;
}
.gallery-area .gallery-heading {
    opacity: 1;
}
.gallery-heading{
    float: left;
    left: 1px;
    position: absolute;
    top: 1px;
    z-index: 99999;
    opacity: .6;
}
.gallery-area h3 {
    background: #fe9b00;
    color: #000;
    float: left;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 100%;
}
.bttn-view {
    top: 0;
    right: 5px;
}
.gallery-area a:hover, .video-heading a:hover {
    background: #d2412d;
    color: #fff;
}
.gallery-holder ul.slides {
    float: left;
    width: 74.5%;
    padding: 1px;
}
.gallery-holder ol.flex-control-nav.flex-control-thumbs {
    float: left;
    margin: 0 0 0 0.8%;
    padding: 0;
    width: 23.2%;
}
.gallery-holder .flex-control-thumbs li {
    margin: 0 0 6.8%;
    padding: 0;
    width: 100%;
}
.gallery-holder .flex-direction-nav {
    display: none;
}
.gallery-area a {
    background: #323232;
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
.gallery-right {
    width: 32%;
    /* float: right; */
    height: auto;
    margin: 0px 0;
    position: relative;
    display: inline-block;
}
.video-heading {
    float: left;
    position: absolute;
    top: 0px;
    z-index: 99999;
    left: 1px;
}
.video-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: #0a0909;
}
.video-wrapper>video {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(60% - 55px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    background-image: -webkit-linear-gradient(transparent, #000);
    background-image: -o-linear-gradient(transparent, #000);
    background-image: linear-gradient(transparent, #000);
    /* transition: opacity 150ms; */
    transition: transform 0.3s ease;
    -webkit-transition: opacity 150ms;
}
.video-overlay-play-button:hover {
  transform: scale(1.05);
}
.video-heading h3 {
    background: #fe9b00;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    float: left;
    font-weight: 700;
    font-size: 100%;
}
.video-heading a {
    background: #323232;
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
@media (max-width: 991px) {

  /* Stack left and right columns vertically */
  .banner-container {
    flex-direction: column;
  }

  .left-block,
  .gallery-area,
  .gallery-right,
  .banner-right-wrapper {
    width: 100% !important;
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  .left-block {
    padding: 0;
    flex-direction: column;
  }

  .left-col-2 {
    width: 100% !important;
    margin-bottom: 20px;
    padding: 15px !important;
  }

  .banner-box {
    margin: 15px auto;
    width: 100%;
    padding: 20px;
  }

  .banner-box h2 {
    font-size: 18px;
  }

  .banner-box p {
    font-size: 16px;
  }

  /* Tabs full-width */
  .resp-tabs-list li {
    width: 100%;
    display: block;
    text-align: left;
  }

  .resp-tabs-container ul.list li {
    padding-left: 0 !important;
    background: none !important;
  }

  /* Gallery and video section adjustments */
  .gallery-heading,
  .video-heading {
    position: static;
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }

  .gallery-area h3,
  .video-heading h3 {
    font-size: 18px;
    padding: 10px;
  }

  .gallery-holder,
  .video-wrapper {
    height: auto !important;
  }

  .video-wrapper video {
    height: auto;
  }

  .video-overlay-play-button {
    display: none;
  }

  /* Tender icon adjust */
  .left-col-2 h2 {
    left: 0 !important;
    font-size: 18px;
    padding-left: 0;
  }

  .left-block .left-col-2:nth-child(2) h2:before {
    display: none;
  }
}
@media (max-width: 600px) {
  .scroll-text,
  .scroll-text01,
  .scroll-text-1 {
    height: 120px;
  }
}
