/*========================================================================*/
/*********---------------------------------------------------------------
Template - One page HTML Design 

Author: arivndaenvato_12
Date: December 2016
Version: 1.0
/***************************** media query ********************************/
/*========================================================================*/

@media (max-width:991px){
  header .header-btn-collapse-nav,.cloned-header .header-btn-collapse-nav{
    display: block;
  }
  header .header-nav-main,.cloned-header .header-nav-main{
    display: none;
  }
  header .header-nav-main li {
    width: 100%;
  }
  header .header-nav-main {
    background-color: #fff;
    box-shadow: 4px 3px 3px 3px rgba(0, 0, 0, 0.2);
    height: 100% !important;
    left: -100%;
    margin-top: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 275px;
    z-index: 9999999;
  }
  header .header-nav-main.in{
    left: 0;
  }
  .page-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition:0.3s all;
    -webkit-transion:0.3s all;
  }
  .page-overlay.active{
     z-index: 99999;
    opacity: 1;
    visibility: visible;
  }
  .home-slider-content {
    
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .home-slider-inner-content h4 {
    
    font-size: 20px;
  }
  .home-slider-inner-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-slider-inner-content p {
   
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 30px;
   
  }
  .counter-dark {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .features .mt-xl {
    margin-top: 40px;
  }
  .pricing-col.business {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .team-wrap {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width:767px){
  .home-slider-content {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .home-slider-inner-content {
    width: 100%;
  }
  .home-slider-inner-content h4 {
    font-family: robotobold;
    font-size: 15px;
  }
  .home-slider-inner-content h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .home-slider-inner-content p {
    height: 55px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
    width: 70%;
  }
  .home-slider-inner-content a {
    margin-top: 5px;
    padding: 5px 15px;
  }
  .home-slider-content {
    background-size: cover;
    
  }
  .header-logo img {
    margin-top: 10px;
    width: 215px;
  }
  #portfolio_list .portfolio_item,
  .pricing-col,
  .widget_wysija_cont .wysija-paragraph {
    margin: 0 auto;
    width: 400px;
  }
  .team-wrap {
    margin: 10px auto;
    width: 300px;
  }
}
@media (max-width: 530px){
  .common-heading {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 500px){
  #portfolio_list .portfolio_item,
  .pricing-col,
  .widget_wysija_cont .wysija-paragraph{
    width: 100%;
  }
  .widget_wysija_cont .wysija-paragraph{
    padding-left: 15px;
    padding-right: 15px;
  }
  .vgpc-wrapper .vgpc-text-block {
    padding-left: 5px;
  }
  .vgpc-wrapper .inner-text-block {
    background: #fff none repeat scroll 0 0;
    padding-left: 80px;
    position: relative;
    z-index: 10;
  }
  .vgpc-wrapper .timmer {
    min-width: 70px;
    padding: 5px;
  }
  .vgpc-wrapper .timmer .vgpc-large {
    font-size: 25px;
    line-height: 33px;
  }
  .vgpc-wrapper .meta-text-block {
    padding: 10px 5px 2px;
    text-align: left;
  }
  .vgpc-wrapper .vgpc-post-title {
    font-size: 16px;
    
    line-height: 16px;
    margin: 0;
    padding: 0 0 5px;
  }
  .common-heading img {
    width: 230px;
  }
  .top-footer .footer_social {
    margin-bottom: 50px;
    margin-top: 15px;
    text-align: center;
  }
  .footer-log,
  .footer_about p,
  .list-unstyled,
  .top-footer address,
  h5.footer_header{
    text-align: center;
  }
}
@media (max-width: 350px){
  .team-wrap {
    width: 100%;
  }
}