/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/

/* Portrait tablets and medium desktops */
.mono-icons {
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 1rem;
  }

}

@media (max-width: 1000px) {
  .navbar-brand {
    height: 80px;
    padding: 10px 15px;
  }

}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 30px;
  }

  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
  }

  .sm-text-center {
    text-align: center !important;
  }

  .sm-pull-none {
    float: none !important;
  }

  .sm-m-top-10 {
    margin-top: 10px;
  }

  .sm-m-top-20 {
    margin-top: 20px;
  }

  .sm-m-top-30 {
    margin-top: 30px;
  }

  .sm-m-top-40 {
    margin-top: 40px;
  }

  .sm-m-top-50 {
    margin-top: 50px;
  }

  .sm-m-top-60 {
    margin-top: 60px;
  }

  .sm-m-top-70 {
    margin-top: 70px;
  }

  .work_separator1:before,
  .work_separator2:before {
    margin-left: -90px;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: none;
  }

  .separator_left {
    margin: 20px auto;
  }

  .main-gallery .grid-item {
    position: relative;
    margin: 5px;
    width: 350px;
    overflow: hidden;
  }


}



/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  p {
    line-height: 2rem;
  }

  .xs-pull-none {
    float: none !important;
  }

  .xs-text-center {
    text-align: center !important;
  }

  .xs-m-top-10 {
    margin-top: 10px;
  }

  .xs-m-top-20 {
    margin-top: 20px;
  }

  .xs-m-top-30 {
    margin-top: 30px;
  }

  .xs-m-top-40 {
    margin-top: 40px;
  }

  .xs-m-top-50 {
    margin-top: 50px;
  }

  .xs-m-bottom-10 {
    margin-bottom: 10px;
  }

  .xs-m-bottom-20 {
    margin-bottom: 20px;
  }

  .main_testimonial .testimonial_slid .slick-arrow.nextprevright {
    top: -150px;
  }

  .sv_feature_item img,
  .ab_feature_item img {
    width: 100%;
    height: 140px;
  }

  .photo_border {
    display: none;
  }
  .padding-top-150 {
    padding-top: 0px !important;
  }
  
  .main-top-fixed {
    display: none;
  }
  
  .footer-content-venture {
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 10px;
    border-radius: 10px;
    height: 80px;
  }

  .dropdown-shortcut {
    display: none;
  }
  .main-top-fixed {
    display: none !important;
  }
  .venture {
    padding-right: 20px !important;
  }
  .mainTitle {
    font-size: 3.4em !important;
  }
  .mono-icons {
    text-align: center;
    margin-bottom: 10px;
  }
}




/* Landscape phones and smaller */
@media (max-width: 479px) {
  html {
    font-size: 85%;
  }

  .testimonial_slid .slick-arrow {
    display: none;
  }

  .main-top-fixed {
    display: none !important;
  }
  .venture {
    padding-right: 20px !important;
  }
}





@media (max-width: 400px) {}

@media (max-width: 320px) {
  html {
    font-size: 60.5%;
  }

  .btn.btnxs {
    padding: 2.01rem 1.5rem;
  }

}