@media only screen and (min-width: 1300px) {
  .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1,
  .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 40px;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    font-family: var(--title-font);
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 10px;
  }

  .banner-section
    .banner-slider-rtl
    .banner-slide
    .outer-box
    .content-box
    .text,
  .banner-section .banner-slider .banner-slide .outer-box .content-box .text {
    color: var(--theme-color-light);
    line-height: 30px;
    opacity: 0.8;
    /* max-width: 500px; */
    margin-bottom: 40px;
    font-size: 20px;
  }

  .sticky-header .main-menu .navigation > li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px){
        .choose-us-section .image-column .inner-column .exp-box-layout {
                position: absolute;
        top: 20%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: flex;
        gap: 40px;
        /* flex-direction: row; */
        padding: 14px;
        width: 100%;
    }
    
    .choose-us-section .image-column .inner-column .exp-box{
        width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    height:100px;
    }
    
}

@media only screen and (max-width: 600px) {
  .main-header .logo img {
    width: 100%;
  }
  .main-header .header-lower .logo-box {
    width: 35% !important;
  }
  /*.service-sidebar {*/
  /*  display: none;*/
  /*}*/
  .sticky-header .logo img {
    width: 50% !important;
  }
  .page-title .title {
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 17px;
  }
}

@media (max-width: 440px) {
  .project-section .slider-btn {
    
    margin-top:33px; 
  }
  .choose-us-section .image-column .inner-column .exp-box .title{
      font-size:30px;
      margin-bottom:0px;
  }
}
