
/* Medium Desktop */
@media only screen and (min-width: 1100px) { 


}
@media only screen and (max-width: 1600px) {
   
    .banner_image img{max-width: 680px;}
    #about_us .border_bg_light{padding-top: 0; padding-bottom: 0;}
   
}

/* Small Laptop */


@media only screen and (min-width: 1010px) {
  .container_max.container{max-width: 94%;}  


}
@media only screen and (max-width: 2000px) and (min-width: 1500px){
    .container_max.container{} 
}
@media only screen and (min-width: 2000px) {
    .container_max.container{max-width: 1920px;} 
}

/* Tablet (Landscape) */
@media only screen and (max-width: 1024px) {
        .banner_image img{max-width: 100%;}
        .header-area{padding: 10px 0;}
        .header-area .logo img { max-height: 75px;}
        .hero-banner-area {padding-top: 100px;}
        h1{  font-size: 26px; margin-bottom: 15px;}
h2{  font-size: 26px; margin-bottom: 15px; }
h3{ font-size: 26px;  margin-bottom: 15px;}
h4{  font-size:20px; margin-bottom: 15px;}
html, body{font-size: 16px;}
p{margin-bottom: 15px;}
p:last-child, ul:last-child{margin-bottom: 0;}
.scroll_down{position: relative;}
.border_bg_light{padding: 20px 0 0;}
video{margin-bottom: 15px;}
.section {
    margin-top: 30px;
}

.owl-carousel.gallery_list .owl-nav button.owl-prev, .owl-carousel.gallery_list .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width: 40px;   height: 40px; left: 10px; margin-top: -20px;background-size: 15px auto;}

.owl-carousel.gallery_list .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next{    left: auto; right: 10px;}

.team_list.owl-carousel .owl-nav button.owl-next, .owl-carousel.team_list .owl-nav button.owl-prev{top: -55px;}
.team_list.owl-carousel .owl-nav button.owl-next{right: 0;}


.latest_blog_outrer h4{padding: 20px;}
section#ha_give {
    padding: 30px 0;
}
section#ha_give .border_bg_light {
    padding: 20px 0;
    }
}
@media only screen and (min-width: 800px) {
    .mobile_hide{display: none!important;}
}
/* Tablet (Portrait) */
@media only screen and (max-width: 800px) {
    .desktop_hide{display: none!important;}
    .banner_image{margin-bottom: 15px;}
    .page_top_banner{text-align: center;min-height: auto;}
    .owl-carousel {margin-top: 0px;}
    section#ha_give .border_bg_light {
    padding: 20px 0 0; border-bottom: 0; text-align: center;
    }
    section#ha_give .col-md-6 {
    margin-top: 20px;
}
.border_bg_light_team {
    padding: 20px;       
}
.border_bg_light_team a {
    position: relative;
    bottom: auto;
}
.border_bg_light_team h4{margin-bottom: 0;}
.border_bg_light_team svg{height: 20px;}

.survive_main .border_bg_light{padding: 20px; padding-bottom: 200px;}
.survive_main{background-size: auto 290px;}
.survive_main a{margin-top: 20px;}
#leading h2 {
    margin-bottom: 15px;
}
.founder_area, .col-md-ventures_list{padding: 20px;}
#recognition ul li, ul.founder_list li {
    margin-bottom: 10px;
    padding-bottom: 12px;
}
ul.founderlogo_list {
    margin-top: 20px;
}
.ventures_list .col-md-4, .ventures_list .col-md-6 {
    margin-top: 15px;
}
.ventures_list h4 {
    min-height: auto;
}
#conversations{padding: 25px 0;}
.conversations_list .owl-nav{display: none;}
.border_bg_light_r {
    padding: 10px 0px;
}
#recognition h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.logo_article{margin-right: 2px; width: auto; padding: 15px;}
footer {
    margin-top: 30px;
    padding: 30px 0;
    text-align: center;
}
footer .text-right{text-align: center!important; padding-top: 15px;}
.founder_area > a {
    position: inherit;
    bottom: auto;
}
.arrow_up_a{background-position: 94% 16px;}
.col-md-ventures_list p {
    padding-bottom: 10px;
}

.btn-menu {
        display: block;
        float: right;
    }
    .header-area ul.header-center-menu {
        position: fixed;
        background: var(--lightblack);
        width: 100%;
        border-radius: 0px;
        left: 0%;
        top: -100%;
        flex-wrap: wrap;
        padding: 10px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        
    }
    .header-area ul.header-center-menu li{width: 100%; text-align: center;}
    .header-area ul.header-center-menu li a{margin: 0; display: block; padding: 10px 0; font-size: 18px;}
    .header-area ul.header-center-menu.open {
        top: 95px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
    }
    header.fixed .header-area ul.header-center-menu.open {
        top:69px;
    }
.header-area-inner-n .col-md-3, .header-area-inner-n .col-md-8, .header-area-inner-n .col-md-9{width: 50%;}
.logo_founder {
  min-height: auto;
    margin-bottom: 15px;
}
.social_links {
    border-bottom: 1px solid #727272;
    padding: 15px 0 20px;
    margin-bottom: 5px;
}

}
/* Large Mobile (Portrait) */
@media only screen and (max-width: 600px) {
    

}

/* Small Mobile (Portrait) */
@media only screen and (max-width: 320px) {

}











