/***====================================================================
    Banner Section CSS
====================================================================***/
.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.exp__banner-section {
  position: relative;
  overflow: hidden;
  padding: 240px 0 220px;
}
@media (max-width: 1199.98px) {
  .exp__banner-section {
    padding: 200px 0 120px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section {
    padding: 180px 0 100px;
  }
}
.exp__banner-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%, transparent 100%);
  z-index: 1;
}
.rtl .exp__banner-section:before {
  background: linear-gradient(to left, #000000 0%, transparent 100%);
}
.rtl .exp__banner-section .bg {
  transform: scaleX(-1);
}

.rtl .exp__banner-section .banner-swiper {
  direction: ltr;
}

.exp__banner-section.style-two {
  padding: 0;
}
.exp__banner-section.style-two .banner-slide {
  min-height: 100vh;
  padding: 240px 0 220px;
}
@media (max-width: 1199.98px) {
  .exp__banner-section.style-two .banner-slide {
    padding: 200px 0 120px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section.style-two .banner-slide {
    padding: 180px 0 100px;
  }
}
.exp__banner-section.style-two:before {
  display: none;
}
.exp__banner-section.style-two .banner-slide:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background: linear-gradient(to right, #000000 0%, transparent 100%);
  z-index: 1;
}
.rtl .exp__banner-section.style-two .banner-slide:before {
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(transparent));
  background: linear-gradient(to left, #000000 0%, transparent 100%);
}
.exp__banner-section.style-two .swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.exp__banner-section.style-two .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.exp__banner-section.style-two .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40%;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.exp__banner-section.style-two .swiper-pagination .swiper-pagination-bullet-active, .banner-section.style-two .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
.exp__banner-section.style-two .swiper-pagination .swiper-pagination-bullet-active:before, .banner-section.style-two .swiper-pagination .swiper-pagination-bullet:hover:before {
  height: 100%;
}


.exp__banner-section-two.style-two {
  padding: 0;
}
.exp__banner-section-two {
  position: relative;
  overflow: hidden;
  padding: 310px 0 220px;
  min-height: 100vh;
}



.exp__banner-section .banner-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .exp__banner-section .banner-layer {
    display: none;
  }
}
.rtl .exp__banner-section .banner-layer {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.exp__banner-section .content-box {
  position: relative;
  display: inline-block;
  padding-left: 150px;
  z-index: 3;
}
@media only screen and (max-width: 1699px) {
  .exp__banner-section .content-box {
    padding-left: 240px;
  }
}
@media (max-width: 1199.98px) {
  .exp__banner-section .content-box {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
.rtl .exp__banner-section .content-box {
  padding-right: 150px;
  padding-left: 0;
}
@media only screen and (max-width: 1699px) {
  .rtl .exp__banner-section .content-box {
    padding-right: 240px;
  }
}
@media (max-width: 1199.98px) {
  .rtl .exp__banner-section .content-box {
    padding-right: 0;
  }
}
.exp__banner-section .content-box .exp__author-box {
  position: relative;
  margin-bottom: 80px;
  padding-left: 265px;
}
@media only screen and (max-width: 1699px) {
  .exp__banner-section .content-box .exp__author-box {
    padding-left: 160px;
  }
}
@media (max-width: 1199.98px) {
  .exp__banner-section .content-box .exp__author-box {
    padding-left: 0;
    margin-left: -100px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section .content-box .exp__author-box {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.rtl .exp__banner-section .content-box .exp__author-box {
  padding-left: 0;
  padding-right: 265px;
}
@media only screen and (max-width: 1699px) {
  .rtl .exp__banner-section .content-box .exp__author-box {
    padding-right: 160px;
  }
}
@media (max-width: 1199.98px) {
  .rtl .exp__banner-section .content-box .exp__author-box {
    padding-right: 0;
    margin-right: -100px;
  }
}
@media (max-width: 575.98px) {
  .rtl .exp__banner-section .content-box .exp__author-box {
    margin-right: 0;
  }
}
.exp__banner-section .content-box .exp__author-box .inner-box {
  position: relative;
  display: inline-block;
  text-align: right;
}
@media (max-width: 575.98px) {
  .exp__banner-section .content-box .exp__author-box .inner-box {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .exp__banner-section .content-box .exp__author-box .inner-box .sign {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section .content-box .exp__author-box .inner-box .sign {
    width: 150px;
  }
}
.exp__banner-section .content-box .exp__author-box .inner-box .designation {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color1);
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .exp__banner-section .content-box .exp__author-box .inner-box .designation {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section .content-box .exp__author-box .inner-box .designation {
    font-size: 14px;
  }
}
.exp__banner-section .content-box .exp__author-box .inner-box .line {
  position: absolute;
  top: 50px;
  right: -100%;
  margin-right: -40px;
}
@media (max-width: 991.98px) {
  .exp__banner-section .content-box .exp__author-box .inner-box .line {
    top: 40px;
    margin-right: -60px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section .content-box .exp__author-box .inner-box .line {
    display: none;
  }
}
.rtl .exp__banner-section .content-box .exp__author-box .inner-box .line {
  right: auto;
  left: -100%;
  margin-right: 0;
  margin-left: -40px;
  transform: scaleX(-1) !important;
}
@media (max-width: 991.98px) {
  .rtl .exp__banner-section .content-box .exp__author-box .inner-box .line {
    margin-left: -60px;
  }
}
.exp__banner-section .content-box .title {
  position: relative;
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 102px;
  line-height: 1.3em;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .exp__banner-section .content-box .title {
    margin-bottom: 30px;
    font-size: 110px;
  }
}
@media (max-width: 991.98px) {
  .exp__banner-section .content-box .title {
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section .content-box .title {
    font-size: 50px;
  }
}
.exp__banner-section .content-box .title span {
  font-weight: 400;
  text-decoration: none;
}
.exp__banner-section .content-box .title .banner-small-images {
  position: relative;
  top: -4px;
  display: inline-flex;
}
@media (max-width: 991.98px) {
  .exp__banner-section .content-box .title .banner-small-images {
    top: 0;
  }
}
.exp__banner-section .content-box .title .banner-small-images img {
  position: relative;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  margin-right: -33px;
  border: 2px solid #fff;
}
.exp__banner-section .content-box .title .banner-small-images img:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .exp__banner-section .content-box .title .banner-small-images img {
    display: inline-block;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section .content-box .title .banner-small-images img {
    width: 40px;
    height: 40px;
    margin-right: -20px;
  }
}
.rtl .exp__banner-section .content-box .title .banner-small-images img {
  margin-right: 0;
  margin-left: -33px;
}
.rtl .exp__banner-section .content-box .title .banner-small-images img:last-child {
  margin-left: 0;
}
.exp__banner-section .content-box .location-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 55px;
  padding-left: 10px;
}
@media (max-width: 1199.98px) {
  .exp__banner-section .content-box .location-box {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
  }
}
.rtl .exp__banner-section .content-box .location-box {
  padding-left: 0;
  padding-right: 10px;
}
.exp__banner-section .content-box .text {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991.98px) {
  .exp__banner-section .content-box .text {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section .content-box .text {
    font-size: 16px;
    line-height: 28px;
  }
}
.rtl .exp__banner-section .content-box .text .icon {
  transform: scaleX(-1);
}
.exp__banner-section .time-counter {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  z-index: 5;
}
@media only screen and (max-width: 1699px) {
  .exp__banner-section .time-counter {
    right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .exp__banner-section .time-counter {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0%);
  }
}
.rtl .exp__banner-section .time-counter {
  right: auto;
  left: 100px;
}
@media only screen and (max-width: 1699px) {
  .rtl .exp__banner-section .time-counter {
    left: 50px;
    right: auto;
  }
}
@media (max-width: 1199.98px) {
  .rtl .exp__banner-section .time-counter {
    left: 0;
  }
}
.exp__banner-section .time-counter .time-countdown {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .exp__banner-section .time-counter .time-countdown {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section .time-counter .time-countdown {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.exp__banner-section .time-counter .time-countdown .separator {
  display: none;
}
.exp__banner-section .time-counter .time-countdown .counter-column {
  position: relative;
  width: 130px;
  height: 110px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .exp__banner-section .time-counter .time-countdown .counter-column {
    width: 100px;
    height: 100px;
  }
}
.exp__banner-section .time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1em;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .exp__banner-section .time-counter .time-countdown .counter-column .count {
    font-size: 34px;
  }
}
.exp__banner-section .time-counter .time-countdown .counter-column sub,
.exp__banner-section .time-counter .time-countdown .counter-column span{
  position: relative;
  color: #fff !important;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .exp__banner-section .time-counter .time-countdown .counter-column sub,
  .exp__banner-section .time-counter .time-countdown .counter-column span{
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .exp__banner-section .time-counter .time-countdown .counter-column sub,
  .exp__banner-section .time-counter .time-countdown .counter-column span{
    font-weight: 500;
    font-size: 12px;
  }
  
  
}


.banner-layer {
  width: 964px;
  height: 100%;
  background-image: url(../images/icons/banner-layer.png);
}

.exp__banner-section .slider-one-arrow,
.banner-section-two .slider-one-arrow{
    opacity:1 !important;
}
.exp__banner-section.exp-post-carousel .exp-swiper-arrow{
}
.exp__banner-section.exp-post-carousel .exp-swiper-arrow.exp-swiper-arrow-prev{
    left:20px !important;
}
.exp__banner-section.exp-post-carousel .exp-swiper-arrow.exp-swiper-arrow-next{
    right:20px !important;
}

.exp__banner-section .exp-swiper-dots-wrap,
.banner-section-two .exp-swiper-dots-wrap{
    position: absolute;
    bottom: 20px;
    z-index: 9;
    left: 46%;
}
.banner-section .exp-swiper-dots-wrap{
    position: absolute;
    bottom: 140px;
    z-index: 9;
    left: 46%;
}

.exp__banner-section .exp-swiper-dots .exp-swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner-section .exp-swiper-dots .exp-swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner-section-two .exp-swiper-dots .exp-swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff !important; 
}

@media (max-width: 767.98px) {
  .exp__banner-section .time-counter {
    position: absolute;
    right: 0;
    bottom: 140px;
    transform: translateY(0%);
    top: inherit;
    left: 0;
  }
  .exp__banner-section .exp-swiper-dots-wrap{
    bottom: 30px;
    z-index: 9;
    left: 40%;
  }
}

@media (max-width: 479.98px) {
  .exp__banner-section .exp-swiper-dots-wrap{
    bottom: 290px;
    z-index: 9;
    left: 31%;
  }
}