@media (max-width: 1100px) {
  .template-wrapper {
    margin: 30px;
  }
}
@media (max-width: 991px) {
  .template-wrapper {
    margin: 20px;
  }

  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .logo {
    float: none;
  }
  .header-area .main-nav .nav {
    float: none;
    background: #fff;
    width: 100%;
    margin-top: 0px;
    display: none;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li .nav-link {
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border: none;
  }
  .header-area .menu-trigger {
    display: block !important;
  }

  .contact-area .contact-form {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form .name-email input {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .container {
    max-width: 855px;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-content h1 {
    font-size: 48px;
  }

  .resume .border-line-v::before {
    display: none;
  }

  .contact-area .contact-form {
    padding: 50px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .price_item {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 590px) {
  .template-wrapper {
    margin: 10px;
  }
}
@media (max-width: 515px) {
  .hero-area .hero-content h1 {
    font-size: 36px;
  }
  .hero-area .hero-content div {
    font-size: 22px;
  }
  .hero-area .hero-content div .animated-info em {
    top: -5px;
  }
}

/*# sourceMappingURL=responsive.css.map */
