/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
.blog{
  margin-top: 180px;
  
}
.contact{
  margin-top: 150px;
  margin-bottom: 50px;
}
  .banner-widget .widegt-row .right-box-widget {
    height: auto;
    width: auto;
  }
  .banner-widget .widegt-row .right-box-widget .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about-content .content {
    margin-left: 0px;
  }
  .about .about-content .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    /* Number of lines displayed before it truncate */
    overflow: hidden;
  }
  .we-work .we-work-slider .work-box::before {
    top: 23%;
  }
  .clients .client-slider .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .clients .client-slider .img img {
    width: 50%;
    margin: auto;
  }
  .blue-box {
    margin-bottom: 0px !important;
    padding: 50px 40px;
  }
  .floating-bg {
    margin-bottom: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .floating-bg .img {
    width: 100%;
    height: 400px;
    position: inherit;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  .mission .blue-box {
    display: none;
  }
  .bottom-band .bottom-box h3 {
    font-size: 50px;
    color: var(--black);
  }
  .banner.light .second-section {
    margin-top: 30%;
  }
  .w-40 {
    width: 60%;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
  }
  .navbar-nav li {
    margin-left: 0px !important;
  }
  .navbar-nav li a {
    margin-top: 10px;
  }
  footer .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .v-text {
    position: relative;
  }
  .v-text label {
    display: none;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/*# sourceMappingURL=responsive.css.map */