/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1399px) {

  .hero-area {
    padding: 110px 0px 150px;
  }

  .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 18px;
  }

  .hero-content p {
    margin-bottom: 30px;
  }


}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
  .header-logo img {
    max-width: 120px;
  }

  .header-menu nav>ul>li>a {
    font-size: 15px;
  }

  .fs-2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .textBlock-area {
    padding: 58px 0px 60px;
  }

  .textBlock-thumb--content {
    padding: 30px 30px 36px;
    bottom: 30px;
    width: 90%;
  }

  .fs-1 {
    font-size: 50px !important;
    line-height: 62px !important;
  }

  .service-area {
    overflow: hidden;
    padding: 50px 0px 80px;
  }

  .serviceItem-content {
    padding: 0px 26px 27px;
  }

  .work-area {
    padding: 50px 0px 80px;
  }

  .news-area {
    padding: 50px 0px 80px;
    position: relative;
  }

  .section-title h2 {
    margin-bottom: 10px;
  }

  .news-area .section-title {
    margin-bottom: 55px;
  }

  .news-content {
    padding: 20px 0px;
  }

  .news-thumbs {
    padding: 26px 23px;
    height: 504px;
  }

  .contact-area {
    padding: 60px 0px 60px;
  }

  .contact-content p {
    margin-bottom: 26px;
  }

  .footer-top {
    padding: 57px 0px 47px;
  }


}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {

  .textBlock-thumb {
    position: relative;
    right: inherit;
    top: 0px;
    width: 693px;
    height: 449px;
    margin: 0 auto;
    margin-top: 26px;
  }

  .textBlock-cotnent {
    max-width: 100%;
  }

  .section-title {
    margin-bottom: 42px;
  }

  .serviceItem {
    width: 100%;
    height: 318px;
    position: relative;
  }

  .textBlock-cotnent h2 {
    margin-bottom: 16px;
    color: #fff;
  }

  .news-thumbs {
    padding: 26px 23px;
    height: 504px;
    margin-bottom: 30px;
  }

  .newsItems {
    max-width: 100%;
  }



}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
  .header-logo img {
    max-width: 83px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: 39px;
  }

  .hero-content h1 br {
    display: none;
  }

  .hero-area {
    padding: 110px 0px 110px;
  }

  .textBox {
    padding: 30px 0px 30px;
    text-align: center;
  }

  .fs-2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .textBox-wrapper h2 {
    line-height: 42px !important;
  }

  .textBlock-area {
    padding: 35px 0px 60px;
  }

  .textBlock-thumb {
    width: 100%;
    height: 424px;
    margin-top: 26px;
    padding: 0px 12px;
  }

  .fs-1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  .section-title {
    margin-bottom: 22px;
  }

  .service-area {
    overflow: hidden;
    padding: 36px 0px 60px;
  }

  .work-area {
    padding: 35px 0px 55px;
  }

  .workItem-img {
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
  }

  .workItem {
    font-size: 14px;
    line-height: 24px;
  }

  .sw-navs {
    margin: 0 auto;
  }

  .work-slider-navs {
    justify-content: center;
    margin-top: 26px;
  }



  .news-thumbs {
    padding: 16px 20px;
    height: 370px;
    margin-bottom: 30px;
  }

  .news-thumbs .news-content {
    padding: 21px 17px;
  }

  .news-area .section-title {
    margin-bottom: 20px;
  }

  .news-area {
    padding: 33px 0px 54px;
    position: relative;
  }


  .footer-logo img {
    max-width: 127px;
  }



  .footer-bottom-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
  }

  .section-title {
    margin-bottom: 22px;
    text-align: center;
  }

  .brands a img {
    max-width: 90px;
  }

  .news-content {
    text-align: center;
  }


  .textBlock-thumb--content
  {
    left: 0px;
    transform: none;
  }
}

/* Small devices  */
@media (max-width: 576px) {}