/* Responsive CSS  */

@media only screen and (max-width: 7000px){
	.page-wrapper{
		overflow: hidden;
	}
}

@media only screen and (max-width: 1650px){

}

@media only screen and (max-width: 1550px){

}

@media only screen and (max-width: 1400px){
	.cause-block-three .content-wrapper {
		left: 2px;
	}

}

@media only screen and (max-width: 1340px){
	.contact-info-three {
		display: none;
	}
	.gallery-section .portfolio-column,
	.gallery-section .content-column {
	    width: 100%;
	}
}

@media only screen and (max-width: 1200px){
	.sticky-header,
	.main-header .header-upper {
		display: none;
	}
}

@media only screen and (min-width: 1200px){
	.mobile-menu {
		display: none;
	}
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 1199px){
	.testimonial-block-two .inner-box {
	    justify-content: center;
	}
	.testimonial-block-two .content-box {
	    margin-left: 40px;
	    padding-top: 110px;
	}
	.testimonial-block-two .author-box .image {
	    margin-right: 0;
	    margin-bottom: -75px;
	    z-index: 9;
	}
	.payment-donate-section-two .sec-bg-one {
		display: none;
	}
}

@media only screen and (max-width: 1023px){

}

@media only screen and (max-width: 991px){
	.banner-section .content-box h1 {
		font-size: 55px;
		line-height: 65px;
	}
	.top-bar .wrapper-box {
		justify-content: center;
	}
	.causes-section-three .cause-carousel-wrapper:before,
	.causes-section-three .owl-dot-style-one .owl-dots,
	.counter-block-two:before,
	.banner-section .content-box .text br {
		display: none;
	}
	.volunteer-section .image-wrapper-one,
	.volunteer-section .image-wrapper-two {
		margin: 0;
		margin-bottom: 40px;
	}
	.caring-block {
		border: 0px !important;
		margin-bottom: 30px;
	}
	.counter-block-two .inner-box {
		justify-content: center;
	}
	.payment-donate-section-two .tab-content {
	    margin-right: 0;
	}
	.payment-donate-section-two .nav-tabs {
	    padding: 100px 0;
	}
	.payment-donate-section-two .sec-bg-two {
	    display: none;
	}
	.causes-section-three .cause-carousel-wrapper {
	    padding-right: 0;
	}
	.cause-block-three .inner-box {
		padding-left: 0px;
	}
	
}


@media only screen and (max-width: 767px){
	.top-bar .left-content {
    	display: none;
	}
	.top-bar .wrapper-box {
	    justify-content: center;
	}
	.top-bar .right-content {
	    justify-content: center;
	}
	.banner-section.style-thre .content-box h1,
	.banner-section.style-two .content-box h1,
	.banner-section .content-box h1 {
		font-size: 45px;
		line-height: 55px;
	}
	.cause-block-three .content-wrapper {
	    position: relative;
	    top: 0;
	    margin: 0 auto;
	    margin-top: -126px;
	}

}

@media only screen and (max-width: 599px){
	.banner-section h3,
	.banner-section h4 {
		padding: 0;
	}
	.banner-section.style-three .content-box h1 br,
	.banner-section.style-two .content-box h1 br,
	.banner-section .content-box h1 br,
	.event-block-one h4 br,
	.cause-block-one .lower-content .bottom-content .share-icon,
	.banner-section h4 .border-shape-right,
	.banner-section h4 .border-shape-left {
		display: none;
	}
}

@media only screen and (min-width: 500px) {

}

@media only screen and (max-width: 499px) {

}