@media only screen and (max-width:992px){
	.site-header .navbar .btn-wrapper{
		display:none;
	}
	.section_podcast_hero .image_part img{
		pointer-events:none;
	}
	.container{
	max-width: calc(1209px + var(--bs-gutter-x, .75rem)* 2);
	}
	.section-testimonial-hero .right-part{
		margin-top: 0;
	}
	.section_podcast_hero .text p,
	.section_podcast_hero .section-title,
	.section_podcast_hero .latest_episode{
			z-index:99;
		position:relative;
	}
	.section-episode .bottom-part .content-wrapper{
		    grid-template-columns: repeat(1, 1fr);
	}
	.site-wrapper .site-header .navbar-light .col-md-2 {
        width: 26% !important;
    }
	.site-wrapper .site-header .navbar-light .col-md-8 {
        width: 74% !important;
        display: flex !important;
        justify-content: end !important;
    }
	.site-wrapper .site-header .navbar-light .navbar-nav{
		flex-direction: column;
		 width: 100%;
	}
    .site-wrapper .site-header .navbar-expand-md .navbar-toggler {
        display: block !important;
		background-color: #FFF;
    }
    .site-wrapper .site-header  .navbar-expand-md .navbar-collapse {
        margin-top: 48px;
        transition: all 0.3s linear;
    }
	.site-wrapper .site-header .navbar-light .collapse:not(.show) {
		display: none !important;
	}
	.site-header .navbar .navbar-nav .menu-item.current-menu-item .nav-link {
		text-underline-offset: 6px;
	}
	.site-wrapper .site-header .navbar-nav .menu-item:not(:last-child){
		padding-bottom: 15px;
	}
	.site-wrapper .site-header .navbar-nav .menu-item.menu-item-has-children .menu-item{
		padding-bottom: 0px;
	}
	.site-wrapper .site-header .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0px;
        background: black;
        padding: 20px 0;
    }
    .site-header .container.big{
    	padding: 0 20px;
    }
    .site-header .navbar .navbar-nav .menu-item .nav-link{
		font-size: 16px;
		padding: 0;
	}
	.site-header .navbar .navbar-nav {
		padding-left: 22px;
		padding-right: 22px;
	}
	.site-header .navbar .navbar-nav .menu-item .dropdown-menu {
		position: unset;
		width: fit-content;
		margin-top: 20px;
	}
	
	.site-header .navbar .navbar-nav .menu-item .dropdown-menu .dropdown-item {
		text-align: left;
	}
	.site-header .navbar .navbar-nav .menu-item .nav-link.dropdown-toggle::after{
		left: 11px;
    	transform: translateX(0%);
	}
	.site-header .navbar .navbar-toggler:focus{
		box-shadow: none;
	}
}
@media only screen and (max-width:768px){
	.section_contact_form .row .wbd_col{
		max-width:unset;
		margin-top:30px;
	}
	.section_contact_form form .row{
		flex-direction:column;
	}
	.section_contact_form .section-title{
		font-size:60px;
	}
	.site-footer .top-part .left-content .footer-title{
		font-size:60px;
		margin-top:30px;
		line-height:70px;
	}
	
	.navbar-collapse{
		 position: absolute;
		width: 100%;
		left: 0px;
		background:black;
		padding:20px 0;
	} 
	.site-header .navbar .navbar-nav .menu-item .dropdown-menu .dropdown-item{
		text-align:left;
	}
	.section_podcast_hero{
		padding-top:80px;
	}
	.section_event_hero .section-title{
		font-size:36px;
		
	}
	.section_event_hero .section-title span{
		font-size:60px;
		line-height:80px;
	}
	.section_event_hero .text p{
		    background-color: #ffffff2e;
	}
	.section-leadership .top-part .section-title{
		font-size:33px;
		line-height:46px;
	}
	.section-leadership .top-part .section-title span{
		font-size:53px;
		line-height:53px;
	}
	.section-leadership .bottom-part .btn-wrapper .btn-primary::before{
		left:-216px;
	}
	.section-leadership .bottom-part .btn-wrapper .btn-primary::after{
		right:-240px;
	}
	.section-resources .content-wrapper .section-title span{
		font-size:30px;
	}
	.section-resources .content-wrapper .section-title{
		font-size:34px;
		line-height:40px;
		
	}
	.section_podcast_hero .text p span, .section_podcast_hero .text p strong{
		font-size:25px;
		line-height:29px;
	}
	.section-articles .content-wrapper .articles-wrapper,
	.section-video .content-wrapper .video-wrapper,
	.section-episode .bottom-part .content-wrapper .ep-wrapper{
		display:unset;
	}
	.section_podcast_hero .content_part .ep-wrapper{
		flex-direction:column;
	}
	.section-episode .bottom-part .content-wrapper .ep-wrapper .right-part,
	.section-episode .bottom-part .content-wrapper .ep-wrapper .img-wrapper,
	.section_podcast_hero .content_part .ep-wrapper .right-part,
	.section_podcast_hero .content_part .ep-wrapper .left-part{
		margin:auto;
		text-align:center;
	}
	.section-media-hero .content-wrapper .section-title{
		font-size:55px;
	}
	.section-media-hero .content-wrapper .section-sub-title{
		font-size:20px;
	}
	.section-media-hero .content-wrapper .description{
		margin-left:25px;
	}
	/* .section-testimonial-hero{
		background-position:center;
	} */
	.section-wining .content-wrapper .section-title{
		font-size:60px;
		line-height:60px;
	}
	.section-wining .content-wrapper .section-sub-title{
		font-size:26px;
		line-height:30px;
	}

}