/** media query **/
@media (min-width: 1300px) and (max-width: 1400px) {}


@media (min-width: 1200px) and (max-width: 1300px) {}


@media (min-width: 993px) and (max-width: 1200px) {
.navbar-nav .nav-link {
    font-size: 10px !important;
    padding: 10px !important;
}

.banner-content {
    height: auto;
}

}

@media (min-width: 768px) and (max-width: 992px) {

    .banner-text {
    margin-bottom: 20px;
}

.about-info {
    padding: 20px 0;
}

.highlight-image {
    margin-bottom: 25px;
}


}

@media(max-width: 767px) {
  .hero-wrap {
    padding-top: 80px;
    padding-bottom: 20px;
}

.banner-text .typo {
    font-size: 11px;
}

.banner-text {
    margin-bottom: 20px;
}

.hero-section {
    height: auto !important;
    min-height: 100% !important;
}

.about-info {
    padding: 20px 0;
}

.highlight-image img {
    height: auto;
}

.highlight-image {
    margin-bottom: 20px;
}

.highlight-grid {
    grid-template-columns: auto;
}
.banner-text h1 {
    font-size: 30px;
    line-height: 35px;
}
.banner-content {
    height: auto;
}
.gallery-box img {
    height: 150px !important;
}
.about-content p {
    text-align: justify;
}

footer p {
    text-align: justify;
}

}


@media(max-width: 360px) {

}