/* 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;
  }
.navigation3 ul li a{ font-size:14px; margin: 0 0 0 23px;  padding: 10px 3px;}
.navigation3 ul li ul li a{ font-size:13px;}
.calback-heading2 span{ line-height:14px;}
.phonearea2 .textboxS3{ width:52%;}
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* 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;
  }
.navigation3 ul li{ background:none!important; margin:0px;}
.navigation3 ul li a{margin: 0 0 0 13px; font-size:12px; font-weight:normal;  padding: 10px 0 10px 10px;}
.navigation3 ul li ul li a{  font-size: 11px;  margin: 2px; padding: 5px;}
#content,#sidebar{ width:100%;}
#sidebar.sticky{ width:100%!important; position: relative; float:left;}
.gridcontainerinfoarea .top-grid{ margin:5px 0 25px 0;}
}

/* xs */
@media (max-width: 767px) {
  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 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-navigation{ height:auto; }


#main-navigation-inner{ height:auto;}
.related_post_articles ul li{ width:100%;}
.topcontact{ margin-top:7px;}
.navbar{ padding-bottom:11px;}
.topcontact a{ display:block; margin-bottom:8px;}
.mailer-main-top{ background:none;}
.mailer-heading{ display:block; background:#2796d1; padding:15px 0px; text-align:center; font-size:25px; font-weight:bold; color:#fff; margin-top:10px;}
.mailer-product {  float: left;  margin: 7px 0 0 0px;   width: 100%; padding:6px 5px; text-align:center;}
.mailer-anylist{ background-position:100%;}
.mid-header-bg{ text-indent:inherit; background:#95000b; margin-left:0px; height:auto; padding:10px 0px; font-size:17px; text-transform:uppercase; font-weight:bol;}
.mailer-rate-bg{ background-position:100%; width:100%;}
.mailer-consult{ width:100%;}
.plans_track_2 .plan_3,.plans_track_2 .plan_2,.plans_track_2 .plan_1,.plans_name_bottom .plan_1, .plans_name_bottom .plan_3,.plans_name_bottom .plan_2,.plans_head_bottom .plan_1,.plans_head_bottom .plan_2,.plans_head_bottom .plan_3{ width:100%;}
#content{ width:100%;}
#sidebar{ width:100%; margin:0px!important;}
#sidebar.sticky{ width:100%!important; position: relative; float:left;}
.gridcontainerinfoarea .top-grid{ margin:5px 0 25px 0;}
.web_pic_wrap img{ height:auto;}
}
@media (max-width: 640px) {
	.first-tab{ display:block!important;}
	}
@media (max-width: 550px) {
.navbar-header {
    float: left;
    text-align: center;
    width: 100%;
}
.topcontact{ max-width:320px; margin:0 auto; float:none;}
.topcontact a{ display:inline-block; margin-left:8px;}
.navbar-header{ margin-bottom:10px;}

}
/* XS Portrait */
@media (max-width: 480px) {
.navbar-header{ margin-right:0px;}
.navbar-header img{ max-width:100%;}
.anylist-text{ background-position:100%; width:290px;}
.bot-img img{ width:90%;}
}

