/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .carousel-text h2 {
    /* font-size: 60px; */
    font-size: 40px;
  }
  .carousel-text h1 {
    font-size: 120px;
    line-height: 80px;
  }
  .mainmenu ul.nav.navbar-nav li {
    margin: 0 0 0 13px;
  }
  .btn.pricing-btn {
    font-size: 14px;
    padding: 15px 20px;
  }
  .blog-info {
    padding: 15px 15px;
  }
  .blog-title a {
    font-size: 16px;
  }
  .get-more a {
    margin: 0;
  }
  .about-over {
    padding: 5px 20px;
    top: 22px;
  }
  .about-over h2 {
    margin: 0 0 5px;
  }
  .bottom-service h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bottom-service p {
    padding: 0 5px;
  }
  .team-area .team-member-detail .team-member .hover {
    left: 5px;
  }
  .member-socail {
    left: 42px;
  }
  .contact-us .top-form {
    width: 45%;
  }
  .socail-links i {
    margin-left: 3px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-text h2 {
    /* font-size: 55px; */
    font-size: 30px;
  }
  .carousel-text h1 {
    font-size: 95px;
    line-height: 50px;
  }
  .carousel-text p {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .welcome-info {
    border-radius: 3px;
    padding: 10px 0;
  }
  .top-welcome h4 {
    font-size: 16px;
  }
  .about-content img {
    max-height: 100%;
    max-width: 100%;
  }
  .about-content img {
    margin-bottom: 20px;
  }
  .service-info {
    margin-bottom: 20px;
  }
  .portfolio-list {
    margin: 0;
  }
  .team-area .team-member-detail .team-member .hover {
    left: 72px;
  }
  .member-socail {
    left: 100px;
  }
  .team-member-detail {
    text-align: center;
    margin-bottom: 20px;
  }
  .pricing-table {
    margin-bottom: 20px;
  }

  .contact-us .top-form:first-child {
    margin-right: 0;
  }
  .contact-us .top-form {
    margin-bottom: 20px;
    width: 100%;
  }
  .contact-info {
    float: left;
    margin-top: 20px;
    width: 50%;
  }
  .socail-links {
    display: none;
  }
  .designer {
    float: right;
  }
  .mainmenu ul.nav.navbar-nav li {
    margin: 0 0 0 9px;
  }
  .mainmenu ul.nav.navbar-nav li a {
    font-size: 12px;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .container {
    width: 300px;
  }

  .carousel-text h2 {
    font-size: 28px;
    font-weight: 500;
  }
  .carousel-text h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .carousel-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .navbar-toggle {
    background: #ff7200 none repeat scroll 0 0;
    bottom: -13px;
    left: 30px;
  }
  .mainmenu .navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
  }
  .mobile-menu-activated ul.nav.navbar-nav {
    background: #e1e1e1 none repeat scroll 0 0;
    position: relative;
    text-align: center;
    z-index: 99;
  }
  .mobile-menu-activated ul.nav.navbar-nav li {
    display: block;
    margin-left: 0;
  }
  .mobile-menu-activated ul.nav.navbar-nav li a {
    border-bottom: 1px solid #fff;
    padding: 15px;
  }
  .navbar-nav {
    margin: 0;
  }
  .section-content p {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
  }
  .about-content {
    margin-bottom: 25px;
  }
  .about-content img {
    height: 420px;
    max-height: 100%;
  }
  .section-title h2 span {
    display: inline-block;
    margin-right: 0;
  }
  .service-info {
    margin-bottom: 20px;
  }
  .portfolio-list .single-portfolio {
    width: 100%;
  }
  .team-area .team-member-detail .team-member .hover {
    left: 35px;
  }
  .team-member-detail {
    margin-bottom: 25px;
  }
  .carousel-author p {
    margin-top: 10px;
  }
  .carousel-author > img {
    max-height: 70px;
    max-width: 70px;
  }
  .carousel-author {
    border-right: 0 solid rgba(255, 255, 255, 0.3);
    text-align: center;
    width: 100%;
  }
  .ccarousel-text {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .testimonial-area h2 {
    font-size: 23px;
    margin-bottom: 45px;
  }
  .contact-us .top-form:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .contact-us .top-form input {
    width: 100%;
  }
  .contact-info {
    margin-top: 20px;
  }
  .socail-links {
    display: none;
  }
  .designer,
  .copyright {
    text-align: center;
  }
  #scrollUp {
    right: 0;
  }
}

/* Large Mobile :480px. */

@media (min-width: 420px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
