@media only screen and (min-width:767px) and (max-width:991px) {

  .header-text h3 {
    line-height: 60px !important;
}

  .mainmenu .navbar-nav li a,
  .menu-bg .mainmenu .navbar-nav li a {
    padding: 30px 11px;
    font-size: 12px;
  }

  .logo {
    text-align: center;
  }

  .single-logo {
    width: 160px;
    margin: 0 auto;
  }

  .navbar-right {
    float: left !important;
    left: 10%;
    position: relative;
  }

  .contact-form {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width:767px) {

  .header-text h3,
  .quote-text p {
    font-family: 'Antic Didone', serif;
    text-align: center;
  }

  .mainmenu .navbar-nav li.active a {
    background: 0 0;
    color: #fff !important;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }

  .logo {
    padding-top: 6px !important;
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .footer-logo {
    width: 90px;
  }

  .header-text {
    margin-top: 0 !important;
  }

  .header-text h3 {
    color: #fff;
    line-height: 35px;
    margin: 0;
  }

  .quote-text p {
    color: #000;
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 0;
    padding-top: 30px;
    position: relative;
  }

  .single-testimonial p {
    padding: 5px;
  }

  .text-content {
    margin: 0;
    color: #6c6c6c;
    line-height: 23px;
    font-family: 'Crimson Text', serif;
    font-size: 19px;
    text-align: center;
    font-weight: 400;
  }

  .team-container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-toggle .icon-bar {
    background: #f8f8f8;
  }

  .menu-bg .navbar-toggle .icon-bar {
    background: #fff;
  }

  .navbar-toggle {
    margin-right: 0;
    margin-top: -40px;
  }

  .navbar {
    min-height: 0;
  }

  .mainmenu .navbar-nav li a,
  .menu-bg .mainmenu .navbar-nav li a {
    padding: 11px 15px;
  }

  .mainmenu .navbar-nav li a:hover,
  .menu-bg .mainmenu .navbar-nav li a:hover {
    color: #fff;
  }

  .navbar-fixed-top .navbar-collapse {
    max-height: 420px;
  }

  .menu-bg .navbar-collapse,
  .navbar-collapse {
    background: rgba(0, 0, 0, .9);
  }

  .welcome-image-area {
    padding-top: 120px;
  }

  .section-title h2 span,
  .welcome-image-area h2 {
    font-size: 30px;
  }

  .section-title h2 {
    font-size: 22px;
  }

  .footer-social-link {
    margin-top: 20px;
    text-align: center;
  }

  .single-testimonial {
    padding: 0;
  }

  .footer-area img {
    margin-bottom: 0;
  }

  .footer-area {
    padding: 50px 0;
  }

  .section-padding {
    padding: 40px 0;
  }

  .header-text h3 {
    font-size: 32px;
  }

  .footer-text h6,
  .header-text p {
    line-height: 24px;
  }

  .footer-social-link ul li {
    margin: 0 5px;
  }

  .contact-form {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .single-logo {
    margin-bottom: 20px;
  }

  .logo {
    padding-top: 9px;
  }
}

@media only screen and (max-width:767px) {
  .team-container {
    padding-left: 0;
    padding-right: 0
  }
}