:root {
    --heading-font: "Gutter";
    --paragraph-font: "Inter";
    --third-font: "Montserrat";
    --white-color: #ffffff;
    --black-color: #000000;
    --green-color: #258B6F;
}

@media only screen and (min-width: 1440px) {

    .home-banner-video-box {
        height: 100vh;
    }
}
@media (max-width: 600px) {
    .padding-all-4rem {
    padding: 2rem 0;
}
.our-services-wrapper {
    flex-direction: row;
}
.our-services-box {
    width: 48%;
}
.footer-link-ul {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 0.8rem;
    }

.footer-logo-box{
    margin-top: 2rem;
}
.contact-us-address-map-box {
  width: 100%;       /* full width of column */
  max-width: 100%;   /* avoid overflow */
  border-radius: 1rem;
  overflow: hidden;  /* crop overflow if any */
  margin-top: 1.5rem;
}
.contact-us-address-map-box iframe {
  width: 100%;       /* fill the div width */
  height: 150px;     /* you can adjust height */
  border: 0;
}
.contact-us-content-box{
    text-align: center;
}
.selected-work-img-txt-box {
    width: 90%;
    padding: 0.875rem 1rem;
    height:50px;
}
.selected-work-img-txt-box h5 {
    font-size: 0.8rem;
}
.heading-content h2 {
    font: 400 2rem var(--heading-font);
    line-height: 3rem;
}
.heading-content h2 {
    font: 400 2rem var(--heading-font);
    margin-bottom: 30px;
}
.our-services-box {
    padding: 0.5rem;
}
.agencies-logo-slide .agencies-logo-slide-img {
    width:95px;
}
.contact-us-detail-ul{
    text-align: left;
}
.contact-us-detail-box {
    padding: 0.8rem 0.5rem 0.5rem 0.5rem;
    margin-top: 2rem;
}
.contact-us-detail-ul>li {
    padding-bottom: 0.6rem;
        margin-bottom: 0;
}
.contact-us-detail-ul li:nth-child(2) {
    padding-top: 0.6rem;
}
.contact-us-detail-ul a img {
    width: 2rem;
}
.heading-content p {
    font: 400 .8rem var(--paragraph-font);
    letter-spacing: .5px;
    line-height: 1.3rem;
}
.desktop-navbar{
    display: none;
}
.home-banner-section {
    padding-top: 0;
}
/* .home-banner-section {
    display: none;
} */
.mobile-navbar .logo {
    position: absolute;
    top: 20%;
    width: 40%;
    left:190px;
}
.our-services-box img {
    width: 2rem;
}
.our-services-box h4 {
    font: 700 1rem var(--third-font);
    letter-spacing: .5px;
}
.our-services-box p {
    font: 400 .76rem var(--third-font);
    letter-spacing: .5px;
    line-height: 1rem;
    margin-bottom: 0.2rem;
}
.our-services-icon-box {
    padding-bottom: 0.8rem;
}
.our-services-box {
    margin-bottom: 0.8rem;
}
.selected-work-wrapper {
    row-gap: 1rem;
}
.view-more-button-box a{
    font-size: 0.8rem;
}
.selected-work-wrapper > div:last-child{
    margin-inline: auto;
    margin-top: 20px;
} 
.agencies-logo-slide {
    row-gap: 1.1rem;
}
p.our-promise-heading{
    font-weight: 700!important;
}
}

