@media (max-width: 575.98px) {
  .container {
    width: 90%;
  }
  .hero-bg img {
    height: 100%;
    width: auto;
  }
  .address-menu {
    display: none;
  }
  a.menu-link {
    font-size: 30px;
  }
  .service-item {
    width: 100% !important;
  }
  .about-text-bg {
    display: none;
  }
  .left-bg {
    display: none;
  }
  .right-bg {
    display: none;
  }
  .toggle-btn::before {
    display: none;
  }
  .hero-title h1 {
    font-size: 50px;
  }
  .square {
    display: none;
  }
  .links::before {
    display: none;
  }
  .news-text p {
    display: none;
  }
  .hero-title {
    padding: 0px 35px;
  }
  .title h2 {
    font-size: 30px;
  }
  .line-between {
    height: 50px;
    margin-top: -25px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .title {
    text-align: center !important;
  }
  .about-text {
    padding: 20px 0;
    z-index: 1;
  }
  .about-img {
    margin-top: 30px !important;
  }
  .title:before,
  .mid-title .title:before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    z-index: 1;
    background: url(../img/text-bg-light.svg) repeat;
    background-size: 10px;
  }
  .service {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  section {
    padding: 50px 0;
  }
  .about {
    padding: 0 0 100px 0;
  }
  .about-img {
    margin-top: 20px;
  }
  .project-content {
    margin: 0 0 40px 0;
  }
  .detail-project {
    bottom: 10px;
    left: 35px;
  }
  .detail-project .reveal-subtitle {
    display: none;
  }
  .detail-project p {
    font-size: 11px;
  }
  span.number {
    padding-right: 30px;
  }
  span.strip {
    width: 20px;
    left: 22px;
  }
  .getstarted-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .getstarted-item {
    padding: 10px 10px;
    text-align: center;
  }
  .project-line {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .content-all {
    margin-bottom: 40px !important;
  }
  .content-all-xs {
    margin-bottom: 45px !important;
  }
  .detailes {
    margin: 20px 0;
  }
  .project-single-detail .container {
    padding: 30px 30px;
  }
  .solo-img {
    display: flex;
    justify-content: center;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
  .address-menu {
    display: none;
  }
  .links::before {
    display: none;
  }
  .left-bg {
    display: none;
  }
  .right-bg {
    display: none;
  }
  .toggle-btn::before {
    display: none;
  }
  /*.hero-title h1 {
    font-size: 40px;
  }*/
  .square {
    display: none;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .news-text p {
    display: none;
  }
  section {
    padding: 70px 0;
  }
  .about {
    padding: 0 0 100px 0;
  }
  .about-img {
    margin-top: 20px;
  }
  .project-content {
    margin: 0 0 60px 0;
  }
  .getstarted-grid {
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }
  .getstarted-item {
    padding: 10px 45px;
    text-align: center;
  }
  .detailes {
    margin: 20px 0;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .address-menu {
    display: none;
  }
  .links::before {
    display: none;
  }
  .left-bg {
    display: none;
  }
  .right-bg {
    display: none;
  }
  section {
    padding: 70px 0;
  }
  .square {
    background: url("../img/header-main.png") no-repeat 50px center;
    background-size: cover;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about {
    padding: 0 0 100px 0;
  }
  .about-img {
    margin-top: 20px;
  }
  .project-content {
    margin: 0 0 60px 0;
  }
  .getstarted-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
  .getstarted-item {
    padding: 10px 30px;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .left-bg {
    display: none;
  }
  .right-bg {
    display: none;
  }
  a.menu-link {
    font-size: 40px;
  }
  section {
    padding: 100px 0;
  }
  .about {
    padding: 0 0 100px 0;
  }
  .project-content {
    margin: 0 0 40px 0;
  }
  .mt-60-lg {
    margin-top: 60px !important;
  }
  .detail-project .reveal-subtitle {
    width: 370px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 11px;
  }
  .getstarted-item {
    padding: 30px 20px;
  }
}

/* // Large devices (desktops, less than 1200px) RETINA */
@media (min-width: 1200px) and (max-width: 4000px) {
  .work-item {
    height: 350px;
  }
  .mt-60-lg {
    margin-top: 60px !important;
  }
  section {
    padding: 100px 0;
  }
  a.menu-link {
    font-size: 40px;
  }
  .detail-title {
    margin-top: -300px;
  }
}

/* Custom header responsive style */
@media (min-width: 1200px) and (max-width: 1275px) {
  .hero-title {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1045px) {
  .hero-title {
    padding-left: 40px;
  }
}
@media (min-width: 767.98px) and (max-width: 790px) {
  .hero-title {
    padding-left: 20px;
  }
}

@media (min-width: 575.98px) and (max-width: 635px) {
  .hero-title {
    padding-left: 25px;
  }
}
