

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

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






}



/* Portrait tablets and small desktops */
@media (max-width: 991px) {

    .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-50{
        margin-top:50px;
    }



}



/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    h2{
        font-size:2rem;
    }
    p{
        font-size:90%;
        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-bottom-10{
        margin-bottom:10px;
    }
    .xs-m-bottom-20{
        margin-bottom:20px;
    }
    .main_testimonial .testimonial_slid .slick-arrow.nextprevright {
        top: -150px;
    }
    .logo{
      width: 100px;
      margin-top: -15px;
    }
    #hello{
      height: 100vh;
    }
    #hello h1{
      font-size: 22px;
      padding: 5px 0;
      line-height: 5px;
    }
    #hello p{
      font-size: 12px;
    }
    .main_home{
      margin-bottom: 0;
      margin-top: 200px;
    }
    .about_accordion{
      margin-top: 40px;
    }
    .main_impress h2{
      font-size: 20px;
    }
    .service_item{
      margin: 40px 0;
    }
    .head_title{
      padding-bottom: 40px;
    }
    .main_testimonial .fa-angle-left, .main_testimonial .fa-angle-right{
      display: none !important;
    }
    .philosophy-img{
      display: none;
    }
    .rage_widget{
      margin-top: 40px;
    }
    .skill_content h2{
      text-align: center;
    }
    .skill_content .separator_left{
      margin-left: 31%;
    }
    ul.cart-list > li{
      padding: 10px 10px !important;
    }
}




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

}





@media (max-width: 400px) {


}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }
    .btn.btnxs{
        padding:2.01rem 1.5rem;
    }

}
