@media (max-width: 767px) {
  .header .navbar-brand{
    justify-content: start;
  }
  .circle {
    height: 100px;
    width: 100px;
  }
  .circle .logo {
    height: 60px;
    width: 60px;
  }
  .circle .logo img {
    height: 40px;
    width: 40px;
  }
  .circle .text span{
    -webkit-transform-origin: 0 50px;
    transform-origin: 0 50px;
    font-size: 10px;
  }
  .img-comp-img img {
    width: 93vw;
    margin-top: 30px;
  }
  .message-info,
  .contact-us-form {
    padding: 40px 20px !important;
  }
  .accordion-content {
    margin-left: 0;
  }
  .experiense-counter {
    top: auto;
    left: 125px;
  }
  .about .section-title {
    margin-right: 0;
  }
  .accordion > .card .card-header .btn {
    padding-right: 40px;
  }
  .gallery {
    margin-bottom: 15px;
  }
  .breadcrumb {
    font-size: 14px;
  }
  .breadcrumb .breadcrumb-item.active span {
    padding: 2px 10px;
  }
  .counter .counter-content .timer,
  .timer2 {
    font-size: 60px;
  }
  .counter .counter-content label {
    font-size: 18px;
  }
  .section-title .section-description {
    font-weight: 300;
  }
  .nav-tabs .nav-item .nav-link {
    padding: 10px;
    font-size: 10px;
  }
  .feature-box.feature-box-style-04 .feature-icon {
    margin-right: 10px;
    margin-bottom: 10px;
        height: 36px;
    min-width: 36px;
    border-radius: 50%;
  }
  .feature-box.feature-box-style-04 .feature-icon i{
    font-size: 16px;
  }
  .testimonialContainer{
    background-position: right;
  }
  .slide1 {
    background-image: url("../images/slider/mobile1.png");
    background-size: cover;
    height: 550px;
    background-repeat: no-repeat;
  }
  .slide2 {
    background-image: url("../images/slider/slide1-mobile.png");
    background-size: cover;
    height: 550px;
    background-repeat: no-repeat;
  }
  .smt-center{
    text-align: center;
  }
  .section-title.smt-center .sub-title{
        padding-right: 30px;
  }
  .section-title.smt-center .sub-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background-color: #956933;
    z-index: 1;
}
}
