@media (max-width:992px){
    .projects  .floating_element  {
        display:none!important;
    }
    .about_text_inner {
        padding-left:0px;
        margin-top:1em;
    }
    .blog .details_link {
        display:none;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color:#1b415b;
    }
    .footer.box_padding{
        padding:0px!important;
    }
    .ma5menu__panel.has-scrollbar {
        overflow: initial;
        overflow-y: initial;
    }
    section {
        padding:65px 0px;
    }
    .blog.pt-lg {
        padding-top:calc(1.3125rem + 0.92857vw);
    }
    .captcha {
        align-items:center;
    }
    section.projects.packery.bg-transparent h2 {
        margin-top:25px!important;
    }
    .table-resp{
         display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-resp h6{
        font-size:14px;
    }
     .table-resp  td, table th {
         padding:3px 6px;
     }
     .table-resp input[type="number"] {
         height:55px;
     }
     .table-resp .numberButton{
         height:25px;
         width:25px;
         line-height:25px;
     }
     td {
         overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
     }
    
   
.theme_slider .swiper-slide { padding-right: 0; }
.divider_bg.bg-dark-100 {
    display:none;
}

body.bg-dark.bg-white .ma5menu__panel>ul li a, body.bg-dark.bg-white .ma5menu__panel>ul li .ma5menu__category, body.bg-white .ma5menu__panel>ul li a, body.bg-white .ma5menu__panel>ul li .ma5menu__category {
    color:#000000!important;
}
.page_header .page_header_inner .page_header_content .heading {
    margin-bottom: 0;
}

body.bg-dark.bg-white .ma5menu__panel>ul li a, body.bg-dark.bg-white .ma5menu__panel>ul li .ma5menu__category, body.bg-white .ma5menu__panel>ul li a, body.bg-white .ma5menu__panel>ul li .ma5menu__category {
    color:black!important;
}

.btn-default {
    margin-left:0px!important;
}




}

@media(max-width:380px){
     .theme_slider .swiper-slide .slider {

  background-size: cover;

}

}


@media(max-width:450px){
    .theme_slider .swiper-slide .slider .slide_content {
        max-width:400px;
}
     .theme_slider .swiper-slide .slider {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: end;
  justify-content: initial;
  padding: 4px;
  height: 200px;
  width:100%;
}
    .theme_slider .swiper-slide .slider .slide_content {
    display:flex;
    margin:0 0 0 0 ;
       position:absolute;
    top:100%;
}
}

@media(max-width:767px){
    .theme_slider .swiper-slide .slider .slide_content {
    display:flex;
    margin:0 0 0 0 ;
}

.theme_slider .swiper {
    padding-bottom: calc(16.5rem + 2.57143vw);
}

}
.header .mainnav ul.main_menu li a {
   padding:1.075rem 4px;
}