/*===================================== 

YOU CAN WRIGHT CUSTOME RESPONSIVE CSS 


======================================*/
 /* SFS-bascon-services styling Start */

 @media (min-width: 320px) and (max-width: 575.98px) {

      /* Contact-us */
    .section-content .contact-message-feedback-form input.button{
        margin-top: 30px;
    }
    .section-content .contact-form input[type=text]{
        margin-top: 5px;
    }
    .section-content .contact-message-feedback-form input.button{
        margin-top: 30px;
    }
    .section-full .sticky_column .theiaStickySidebar .side-bar{
        margin-top: 30px;
    }


    /* Porfolio */
    .views-element-container .section-content .drp-view .views-view-grid .views-row .views-col{
        width: 100%!important;
        margin-top: 15px;
    }
    .views-element-container .section-content .drp-view .views-view-grid .views-row{
        display: block;
    }
    .views-element-container .section-content .drp-view .views-view-grid .views-row{
        padding-top: 0;
    }


     /* About us */
    .section-content .drp-view .number-block-three-outer{
        margin: 0;
    }


    /* Home */
    .section-content .about-home-right .owl-carousel .owl-stage-outer .owl-stage{
        width: 100%!important;
    }
    body.layout-no-sidebars .section-full .section-content .about-home-right .owl-carousel{
        display: none;
    }
    body.layout-no-sidebars .section-full .section-content .about-home-right .about-home-before{
        display: block;
        position: unset;
        max-width: 100%;
        margin-top: 15px;
    }
    .about-home-left{
        padding: 15px!important;
    }

 }
 @media (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
      /* Contact-us */
    .section-content .contact-message-feedback-form input.button{
        margin-top: 30px;
    }
    .section-full .sticky_column .theiaStickySidebar .side-bar{
        margin-top: 30px;
    }



      /* Porfolio */
      .views-element-container .section-content .drp-view .views-view-grid .views-row{
          flex-wrap: wrap; 
      }
      .views-element-container .section-content .drp-view .views-view-grid .views-row .views-col{
        width: 50%!important;
    }
    .views-element-container .section-content .drp-view .views-view-grid .views-row .views-col{
        margin-top: 15px;
    }
    .views-element-container .section-content .drp-view .views-view-grid .views-row .project-mas .project-info{
        height: 101px;
    }
    .views-element-container .section-content .drp-view .views-view-grid .views-row{
        padding-top: 0;
    }


         /* About us */


         /* Home */
         body.layout-no-sidebars .section-full .section-content .about-home-right .owl-carousel{
            display: none;
        }
        body.layout-no-sidebars .section-full .section-content .about-home-right .about-home-before{
            display: block;
            position: unset;
            max-width: 100%;
            margin-top: 15px;
        }

 }
 @media (min-width: 768px) and (max-width: 1023.98px) {
      /* Contact-us */
    .section-content .contact-message-feedback-form input.button{
        margin-top: 30px;
    }
    .section-full .sticky_column .theiaStickySidebar .side-bar{
        margin-top: 30px;
    }



      /* Porfolio */
      .views-element-container .section-content .drp-view .views-view-grid .views-row .views-col .project-info{
        padding: 12px;
      }
      .views-element-container .section-content .drp-view .views-view-grid .views-row .project-mas .project-info{
        height: 101px;
    }


           /* About us */


           /* HOme */
           body.layout-no-sidebars .section-full .section-content .about-home-right .owl-carousel{
            display: none;
        }
        body.layout-no-sidebars .section-full .section-content .about-home-right .about-home-before{
            display: block;
            position: unset;
            max-width: 100%;
        }
 }
 /*Medium devices (tablets, less than 992px)*/

 /* @media (min-width: 768px) and (max-width: 1024px)  and (orientation: landscape){
     
 .tp-bgimg.defaultimg {
    width: 100% !important;
    background-position: 29px 375px !important;
    background-size: contain !important;
}
 } */
@media (min-width: 1024px) and (max-width: 1200px){
  /* porfolio */
  .views-element-container .section-content .drp-view .views-view-grid .views-row .project-mas .project-info{
    height: 101px;
}
/* home */
.section-full .section-content .about-home-right .about-home{
    max-width: 275px;
}
}
 /* SFS-bascon-services styling End */