
#section-testimonial {
    background-image: url('../images/testimonials/testimonial.webp')!important; /* Replace 'path/to/your/image.jpg' with the path to your image */
    background-attachment: fixed;
    background-size: cover; /* Adjust as needed */
    /* Other styles for the section */
  }

  .section-pd{
    padding: 40px 0px!important;
  }
  @media only screen and (max-width: 767px){
    .top-logo{
      max-width: 210px!important;
    }
    .section-pd{
      padding: 30px 0px!important;
    }
  }
  .top-logo{
    max-width: 320px;
  }

  .about-section a.btn-line {
    width: fit-content!important;
}
/* .d_custom-box{
  height: 340px!important;
} */
.subfooter .logo-small{
  max-width: 200px;
  margin: 0;
}
section {
  padding: 30px 0;
}
@media only screen and (max-width: 992px){
  .container .subfooter-item {
    text-align: center!important;
}
#filters li {
  margin-bottom: 20px;
  width: 100%;
}

}
@media only screen and (min-width: 992px){
.flex-box{
  display: flex;
}
.flex-box ul:first-child{
  margin-right: 50px!important;
}
}
.de_light a:hover {
  color: #fff;
}
.img-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.1); */
  /* Adjust the opacity by changing the last value (0.5 in this case) */
  z-index: -1;
  /* Ensure the overlay is behind the image */
}

#section-hero{
  /* height: 700px; */
}
#section-hero .banner-content{
  height: 500px;
}
footer address span {
  padding: 2px 0;
  color: #cccccc;
}
.widget-address span strong{
  color: #fff;
}
#mainmenu a{
  color: #606060;
}
#mainmenu li li a:hover{
  background: none;
}
#mainmenu li li a:hover {
  color: #fece00;
}
.de_count h4{
  font-size: 60px;
}
#filters a {
  background: none;
  border: 1px solid rgba(0, 0, 0, .08)!important;
  font-weight: 500;
  color: #111;
}
#filters{
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  margin: 0;
  padding-bottom: 20px;
}
#filters a{
  font-size: 14px;
  font-weight: 600;
}

#filters a:hover {
  background-color: var(--primary-color-1);
}
.de_light-yellow {
  background: #fffaeb;
}
.mr-3{
  margin-right: 20px;
}
.point-para i {
  margin-right: 10px;
  font-size: 14px;
  margin-top: 10px;
  color: #222;
}
.point-para .points {
display: flex;
}
.b-absolute{
  position: absolute;
  height: 700px;
}



.sidebar-page-container {
  position: relative;
}
.sidebar-widget .widget-content {
  position: relative;
  border: 30px solid var(--color-five);
  background-color: var(--white-color);
}
.department-list {
  position: relative;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.department-list li {
  position: relative;
  border-bottom: 1px solid var(--color-five);
}
.department-list li.active a, .department-list li a:hover {
  position: relative;
  color: var(--white-color);
  border-color: #111;
  background-color: #fece00;
}



.department-list li a {
  position: relative;
  font-weight: 600;
  display: block;
  padding: 20px 30px;
  color: var(--color-two);
  font-size: var(--font-16);
  background-color: var(--white-color);
  border-left: 5px solid transparent;
}
.department-list li a:before {
  position: absolute;
  content: '\f105';
  right: 30px;
  font-family: 'FontAwesome';
}
.about-inner-box{
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ddd;
}
.about-inner-box:last-child{
  border-bottom: none;
}
.bg-light{
  background-color: #f7f7f7;
}
.sidebar-widget .menu-items{
  margin-bottom: 2px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
}
.sidebar-widget{
  padding: 20px;
  border: solid 2px rgba(0, 0, 0, .1);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

/* .testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
} */

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

/* .testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
} */

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #18191b;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #18191b!important;
}
@media only screen and (max-width: 992px){
  header.header-mobile #mainmenu > li > span {
    width: 36px;
    height: 36px;
    background: url(../images/ui/arrow-down-black.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: pointer;
}
}
@media only screen and (min-width: 992px){
.height235{
  height: 150px;
}
}
.slides_fg p{
  /* color: #fff; */
  margin-bottom: 15px;
  font-size: 16px;
}

.slides_fg .box-icon .icon {
  /* color: #fff!important; */
}
.padding25 {
  padding: 25px;
}
.dvd_fixed_slider .slide_text{
  padding: 30px;
  /* background: rgba(0, 0, 0, 0.9); */
  border:2px solid #ffcf34;
  /* backdrop-filter: blur(20px); */
    border-radius: 5px;
}
.slide-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.3);  */
}

@media (min-width: 768px){
  .slide_dots_wheel a:nth-child(3) .slide_dot, .slide_dots_wheel a:nth-child(2) .slide_dot {
   display: none!important;
}
}
.dvd_fixed_slider .slides_fg .slide_imag {
  position: relative;
  /* width: 90%; */
}
h3.style-1{
  font-family: "Instrument Sans"!important;
  font-size: 16px;
}
.pt-40{
  padding-top: 40px;
}
.bredcrumb-content{
  position: relative;
  text-align: center;
}
.career-form{
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 3px;
}
.form-control:focus{
 border-color:#dddddd!important;
}
.contact-content{
  display: flex;
  align-items: center;
  padding: 5px 0px;
  
}
.contact-content i{
padding-right: 10px;
color: var(--primary-color-1);
}

@media (min-width: 991px){
  #mainmenu li:hover > ul{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    /* width: 230px; */
  }
  
}
#menu-btn:hover{
  background: none!important;
}
@media (min-width: 1499px) {
  .slide_dots_wheel a:nth-child(1) .slide_dot {
      top: 25px!important;
      left: 2px!important;
  }
}
.error_field {
  color: #a61010;
  text-align: right;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
}
.forn-input{
  margin-bottom: 20px;
}

@media (max-width: 991px){
    .desktop-show{
      display: none!important;
    }
    .de_count h4 {
      font-size: 40px;
  }
  .widget {
    padding-bottom: 10px;
}
body{
  overflow-x: hidden;
}
}
@media (min-width: 991px){
  .mobile-show{
    display: none!important;
  }
  footer .col-md-3 {
    margin-bottom: 0px!important;
}

}
.col-sm-6{flex:0 0 auto;width:50%}
.images-new{
  margin-bottom: 15px;
}
.brdr-btm{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(157, 157, 157, 0.5);
}
p:last-child{
  margin-bottom: 0;
}
#section-hero {
  background-image: url("path/to/your/image.jpg");
  background-position: center;
  background-size: cover;
  height: 700px;
}

.hero-content {
  /* padding-bottom: 20px; */
  border-bottom: 5px solid #fff;
}

.sequential-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.sequential-item.active {
  opacity: 1;
  padding: 20px 30px 30px 80px;
  background-color: rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px) brightness(0.9);
}

.sequential-item {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sequential-item {
      position: absolute;
      overflow: hidden;
      border-bottom: 5px solid #fff;
  }

  .hero-content {
      position: relative;
      border: none;
  }
}

.sequential-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 20px;
  background-color: #fff;
  /* Change this to the color you desire */
  opacity: 0;
  /* Initially hide the line */
  transition: opacity 0.3s ease;
  /* Add a transition for smooth visibility */
}

.sequential-item.active::after {
  opacity: 1;
  /* Show the line for the active item */
}
.testimonial-item p{
  font-size: 16px!important;
}