

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .carousel.responsive_height .carousel-inner .slider_content{
        padding-top: 64px;
    }
}
@media  (max-width: 1000px) {
  .carousel-inner .item:not(.small_title) h2 {    
    font-size: 1.5em !important;
  }
}
@media only screen and (max-width: 600px){
    .single.single-portfolio_page .title:not(.breadcrumbs_title) .title_holder {
        padding: 0px !important;
    }
    .single.single-portfolio_page .title h1 {
        line-height: 26px;
    }
}
body.home .full_section_inner {
    background-color: #fff !important;
    z-index: 99999999;
}