@media screen and (max-width: 1800px) {
  .our-story-description-block {
    width: 60%;
  }

  .latest-news-description-text {
    height: 80px;
    overflow: hidden;
  }

  .latest-news-img-box-R img {
    border-radius: 20px 0px 0px 20px;
    width: 100%;
    height: auto;
  }

  .latest-news-right-image-box {
    width: 250%;
  }

  .latest-news-text-boxR {
    padding: 25px 20px 35px 28px;
  }

  .more-news-button-wrap-r {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1696px) {
  .banner-heading-text {
    font-size: 50px;
  }

  .banner-sub-heading {
    font-size: 22px;
    color: #000;
    line-height: 32px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1460px) {
  .service-box {
    height: 400px;
  }
}

@media screen and (max-width: 1350px) {}
/* 1250px */
@media screen and (max-width: 1350px) { 
  .our-story-description-block {
    width: 70%;
  }

  .bird-img-box {
    position: relative;
    border-radius: 20px;
    transition: all ease-in-out 0.3s;
  }

  .latest-news-left-block {
    width: 40%;
  }

  .latest-news-right-block {
    width: 58%;
  }

  .latest-news-description-text {
    height: 80px;
    overflow: hidden;
  }

  .latest-news-img-box-R img {
    border-radius: 20px 0px 0px 20px;
    width: 100%;
    height: auto;
  }

  .latest-news-text-boxR {
    padding: 25px 20px 35px 28px;
  }

  .more-news-button-wrap-r {
    margin-top: 10px;
  }

  .mr-top-50 {
    margin-bottom: 20px;
  }

  .latest-news-container {
    gap: 20px;
  }

  .bird-img-box-wrap {
    gap: 20px;
  }

  .bird-img-box {
    width: 45%;
  }
}



@media screen and (max-width: 1250px) {
  .service-box {
    height: 430px;
  }

  .banner-text {
    top: 45px;
    left: 50px;
  }

  .line-break {
    display: block;
  }

  .banner-heading-text {
    line-height: 58px;
  }

  .banner-sub-heading {
    margin-top: 14px;
  }

  .header-nav {
    width: 60%;
    /* width: 55%; */
    float: right;
    clear: both;
  }

  .header-nav .nav-link {
    white-space: nowrap;
  }

  .our-story-img-block {
    width: 45%;
}
.our-story-img{
  width: 100%;
}

.our-story-heading {
    font-family: "Big Shoulders", sans-serif;
    font-size: 45px;
    color: #161616;
    font-weight: 700;
    line-height: 62px;
    margin-top: 8px;
}
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1030px) {
  .our-story-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .our-story-description-block {
    width: 90%;
  }

  .our-clients-container {
    gap: 15px;
  }

  .client-message-heading {
    line-height: 35px;
  }

  .client-message-box {
    padding: 30px;
  }

  .bird-img-box-wrap {
    gap: 20px;
  }

  .bird-img-box {
    width: 48%;
  }

}

@media screen and (max-width: 991px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #212529;
    width: 215px;
    height: 100%;
    z-index: 9999;
    padding: 25px;
    transform: translateX(-215px);
    transition: 0.5s ease-in-out;
    display: block;
  }

  .navbar-collapse.show {
    transform: translateX(0px);
  }

  .nav-overlay {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
    position: fixed;
  }

  .nav-overlay.active {
    transform: translateX(0);
  }

  .header-nav .nav-link {
    padding: 25px 0px 0px 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
  }

  .header-nav {
    width: 15%;
    float: right;
    clear: both;
  }

  .latest-news-container {
    display: flex;
    gap: 50px;
    margin-top: 75px;
    flex-direction: column;
  }

  .latest-news-left-block {
    width: 100%;
  }

  .latest-news-right-block {
    width: 100%;
  }

  .our-story-block {
    display: flex;
    gap: 50px;
    margin-top: 50px;
  }

  .our-clients-container {
    flex-direction: column;
  }

  .client-message-box {
    width: 100%;
  }

  .latest-news-img-box-R {
    height: 345px;
    overflow: hidden;
  }

  .latest-news-img-box-R img {
    border-radius: 0px 0px 0px 0px;
  }

  .latest-news-container {
    gap: 10px;
  }

  .top-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

}

@media screen and (max-width: 850px) {}

@media screen and (max-width: 750px) {}

@media screen and (max-width: 730px) {}

@media screen and (max-width: 650px) {
  .latest-news-right-top {
    flex-direction: column;
  }

  .latest-news-right-image-box {
    width: auto;
  }

  .client-message-bottom-block-R {
    display: none;
  }

  .bird-img-box {
    width: 100%;
  }

}

@media screen and (max-width: 500px) {

  .top-header {
    justify-content: left;
  }

  .banner-text {
    position: absolute;
    z-index: 100;
    top: 35px;
    left: 0;
    text-align: center;
  }

  .banner-heading-text {
    font-size: 35px;
    line-height: 40px;
  }

  .banner-sub-heading {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .desktop-banner {
    display: none;
  }

  .our-story-img {
    width: 100%;
  }

  .our-story-heading {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

  .our-story-description-text {
    text-align: center;
  }

  .button {
    font-size: 15px;
    padding: 10px 30px;
  }

  .our-story-description-block {
    width: 100%;
  }

  .button-center {
    justify-content: center;
  }

  .page-heading {
    font-size: 40px;
  }

  .service-box {
    height: auto;
    width: 100%;
  }

  .nav-link.sign-up {
    background-color: #212529;
    padding: 10px 0px 0px 10px !important;
    text-align: left;
    margin-left: 30px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #212529;
  }

  .nav-link.sign-up:hover {
    background-color: #212529;
    border: 1px solid #212529;
    color: #fff;
  }

  .footer-nav li {
    padding: 0px 15px;
  }

  .pricing-box {
    width: 100%;
    position: relative;
  }

  .service-top-p {
    padding-top: 10px;
    text-align: center;
  }

}

@media screen and (max-width: 1696px) {
    .banner-heading-text {
        font-size: 50px;
        width: 50%;
        line-height: 60px;
    }
}