section#breadcrumb_section{
	background-color: #0000005e !important;
}
.woobt-products {
	-webkit-overflow-scrolling: touch;
}
.woobt-products::-webkit-scrollbar {
	width: 5px;
}
.woobt-products::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.woobt-products::-webkit-scrollbar-thumb {
	background-color: #424242;
	border-radius: 10px;
}

/* @media(max-width : 1299px){
	section#breadcrumb_section{
		background-color: #0000005e !important;
	}
} */

@media (min-width:1025px) {
	.about-cta-sce img.vc_single_image-img {
		display: none !important;
	}
}

@media (max-width:1024px) {
	.about-cta-sce img.vc_single_image-img {
		max-width: 70%;
	}
	.about-cta-sce .vc_single_image-wrapper {
		background: #52bbe6;
		border-bottom-right-radius: 40px;
		border-bottom-left-radius: 40px;
	}
	body .cta-box {
		border: none !important;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		background-image: unset !important;
		margin-bottom: 0px !important;
		transition: none !important;
	}
	.cta-box .vc_cta3_content-container {
		width: 100% !important;
	}
	.cta-box .vc_cta3_content-container .vc_cta3-content h2,
	.cta-box .vc_cta3_content-container p{
		text-align: center !important;
	}
	.cta-box .cta-button {
		justify-content: center;
		display: flex;
	}
}

@media (max-width: 991px) {
	body .fundraise-community {
		width: 100%;
	}
	.fundrise-box {
		flex-direction: column;
	}
	.fundrise-box .service-box {
		width: 100%;
	}
	/* contact Page responsive */
	.contact-container {
		display: flex;
		flex-direction: column;
	}
	.contact-container .contact-box {
		width: 100%;
	}
	.contact-container .contact-info {
		width: 100%;
		margin-top: 35px;
	}
	body .contact-info .vc_column-inner ,
	body .about-container .vc_column-inner {
		padding: 0px 15px !important;
	}
	body .contact-page, body .sec-title {
		padding-bottom: 0px !important;
		padding-top: 19px !important;
		z-index: 9999;
		position: relative;
		justify-content: center;
		display: flex;

	}
	/* about page */
	body .about-container {
		display: flex;
		flex-direction: column;
	}
	body .about-container .vc_column_container {
		width: 100% !important;
	}
	body .about-text p {
		text-align: center !important;
	}
}

@media (max-width: 568px) {
	body .what-we-do {
		padding: 0px !important;
	}
	body .what-we-offer p a , body .info-box p a{
		display: block;
		word-break: break-word;
	}
	/* contact page */
	.map-container .vc_column-inner {
		padding: 0px !important;
	}
	.contact-container .contact-box{
		padding:10px !important;
	}
	.safety-sec .safety-text {
		margin: 20px 0 !important;
	}
	.safety-sec:before{
		height: 130px !important;
	}
	.privacy-page .sec-title {
		margin-bottom: 30px !important;
		font-size: 35px !important;
	}
	section#breadcrumb_section{
		height : 210px !important;
	}
}
