/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-nav > li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .recent-work-wrap .overlay{
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview{
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li{
    margin-right: 0;
  }

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    #content .tab-pane{
        padding-left: 0;
        padding-top: 40px;
    }
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
    margin-left: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .sinlge-skill{
    width: 150px;
    height: 150px;
  } 

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta > span a{
    font-size: 10px;
  }
}

/* xs */
@media (max-width: 767px) {
    .navbar-nav>li{
        display: block;
        margin: 0;
    }
    .navbar-inverse .navbar-nav>li>a{
        display: block;
        text-align: center;
    }
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
        background: #00d4ff;
        margin-right: 20px;
        margin-left: 10px;
        text-align: center;
    }
    #error h1{
        font-size: 60px;
        line-height: 60px;
    }
    #error p{
        font-size: 30px;
        line-height: 40px;
    }
    .single-pricing.featured{
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .inner-meta .tags li,
    .inner-meta .social-btns a{
        margin: 5px;
    }
    .widget.social_icon a{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .comments .single-comment .comment-img{
        position: static;
        margin: 30px 0;
    }
    .comments .single-comment .comment-content{
        margin: 0;
    }
    .comments .single-comment.reply{
        padding-left: 25px;
    }
    .portfolio-filter>li{
        margin-bottom: 5px;
    }
    .partners ul li{
        width: 50%;
        margin-bottom: 35px;
    }
    .navbar-inverse .navbar-brand{
        margin-bottom: 10px;
    }
    .social,
    .top-number{
        text-align: center;
    }
    
    #header .search{
        display: block;
        margin-top: 5px;
    }
    
    input.search-form,
    input.search-form:hover {
        width: 180px;
        border: 1px solid #fff;
    }

  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }
    .about-img{
        padding-right: 0;
    }

  .top-number{
    font-size: 14px;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }


  .media.accordion-inner .pull-left, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  #footer .col-sm-6{
      text-align:center;
  }
  
   #footer .pull-right{
      float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top, 
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item, 
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }

  ul.social_icons li{
    margin-right: 0;
  }

  .blog .blog-item .entry-meta{
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }
    
    #main-slider .carousel .item{
        height: 600px;
    }
    
    #content .tab-pane{
        padding-left: 0;
        padding-top: 40px;
    }
    
    .footer-logo{
        margin-bottom: 30px;
    }

}

/* XS Portrait */
@media (max-width: 480px) {


}

/* XS Portrait */
@media (max-width: 767px) {
  .navbar-brand{
    width: 70%;
  }

}
@media (min-width: 480px) and (max-width: 767px) {
  .navbar-brand img{
    max-width: 40%;
  }
}
@media (max-width: 480px) {
  .navbar-brand img{
    max-width: 50%;
  }
}
@media (max-width: 988px) {
  .skill-area .mac_stat {
    position: relative;
    display: inline-block;
    background-size: contain;
    height: 300px;
    width: 90%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 687px) {
  #middle .skill h2 {
      font-size: 40px;
  }
}
@media (max-width: 767px) {
  .services-wrap h3 {
    font-size: 15px;
    font-weight: 800;
  }
  .services-wrap p {
    font-size: 12px;
  }
  .services-wrap{
    line-height: 18px;
    padding: 0px 15px;
  }
  .top-number p{
    padding-top: 2px;
  }
  .pricing .large-title h2{
    display: none;
  }
  .pricing .large-title{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .page-title h1 {
    font-size: 45px;
  }
  .large-title h2 {
    font-size: 30px;
  }
  .large-title p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 687px) and (max-width: 1200px) {
  .popup-content{
    width: 50%;
    transform: translateY(0%);
  }
}
@media (min-width: 488px) and (max-width: 687px) {
  .popup-content{
    width: 80%;
    transform: translateY(0%);
  }
}
@media (max-width: 488px){
  .popup-content{
    width: 100%;
    transform: translateY(0%);
    padding: 70px 20px;
  }
}
@media (max-width: 568px){
  .top-email{
    display: none;
  }
}