
/* center the blockquote in the page GREEN */
.blockquote-green-wrapper {
   display: flex;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote-green {
    position: relative;
    font-family: inherit;
    max-width: 620px;
    margin: 30px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote-green h1 {
    font-family: inherit;
    position: relative; /* for pseudos */
    color: #54B847;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #54B847;
    border: solid 4px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote-green h1:after {
    content:"";
    position: absolute;
    border: 4px solid #54B847;
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote-green h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -4px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote-green h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote-green h4 {
    position: relative;
    color: #54B847;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}




















/* center the blockquote in the page ORANGE */
.blockquote-wrapper {
   display: flex;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: inherit;
    max-width: 620px;
    margin: 30px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    font-family: inherit;
    position: relative; /* for pseudos */
    color: #f6891f;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #f6891f;
    border: solid 4px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border: 4px solid #f6891f;
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -4px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #f6891f;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}









/* center the blockquote in the page ORANGE coloured background */
.blockquote-wrapper {
   display: flex;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote-organge-bkgrnd {
    position: relative;
    font-family: inherit;
    max-width: 620px;
    margin: 30px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote-organge-bkgrnd h1 {
    font-family: inherit;
    position: relative; /* for pseudos */
    color: #f6891f;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #f6891f;
    border: solid 4px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote-organge-bkgrnd h1:after {
    content:"";
    position: absolute;
    border: 4px solid #f6891f;
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote-organge-bkgrnd h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #F6F4F1;
    bottom: -4px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote-organge-bkgrnd h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote-organge-bkgrnd h4 {
    position: relative;
    color: #f6891f;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote-organge-bkgrnd h4:first-letter {
  margin-left:-12px;
}














/* center the blockquote in the page ORANGE coloured background 2 */
.blockquote-wrapper {
   display: flex;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote-organge-bkgrnd-2 {
    position: relative;
    font-family: inherit;
    max-width: 620px;
    margin: 30px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote-organge-bkgrnd-2 h1 {
    font-family: inherit;
    position: relative; /* for pseudos */
    color: #f6891f;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #f6891f;
    border: solid 4px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote-organge-bkgrnd-2 h1:after {
    content:"";
    position: absolute;
    border: 4px solid #f6891f;
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote-organge-bkgrnd-2 h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #FFEEDD;
    bottom: -4px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote-organge-bkgrnd h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote-organge-bkgrnd-2 h4 {
    position: relative;
    color: #f6891f;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote-organge-bkgrnd-2 h4:first-letter {
  margin-left:-12px;
}

















/* center the blockquote in the page PURPLE */
.blockquote-purple-wrapper {
   display: flex;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote-purple {
    position: relative;
    font-family: inherit;
    max-width: 620px;
    margin: 30px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote-purple h1 {
    font-family: inherit;
    position: relative; /* for pseudos */
    color: #663090;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #663090;
    border: solid 4px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote-purple h1:after {
    content:"";
    position: absolute;
    border: 4px solid #663090;
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote-purple h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -4px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote-purple h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote-purple h4 {
    position: relative;
    color: #663090;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}














/* center the blockquote in the page PURPLE coloured background */
.blockquote-purple-bckgrnd-wrapper {
   display: flex;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote-purple-bckgrnd {
    position: relative;
    font-family: inherit;
    max-width: 620px;
    margin: 30px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote-purple-bckgrnd h1 {
    font-family: inherit;
    position: relative; /* for pseudos */
    color: #663090;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #663090;
    border: solid 4px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote-purple-bckgrnd h1:after {
    content:"";
    position: absolute;
    border: 4px solid #663090;
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote-purple-bckgrnd h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fef8ff;
    bottom: -4px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote-purple h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote-purple-bckgrnd h4 {
    position: relative;
    color: #663090;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}

























.feedback .img {
	max-width: 80px !important;
}


@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsiAiQ_a33snTsJhwZvMEaI.woff2) format('woff2');
}

.ita {
	font-style: italic;
}


#adobe-dc-view .ViewSDK_hideOverflow ::backdrop {
	--tw-ring-color: rgb(255 255 255 / 0.5) !important;
}

body {
	color: #5F6060;
	font-size: 18px !important;
	font-family: Open Sans;
	letter-spacing: 0px !important;
}

	body #landingpage .side-nav-container .side-nav {
		width: auto;
		z-index: 9999;
	}

#landingpage p {
	font-size: 16px !important;
}

.allow-cookie {
	z-index: 999
}

#landingpage .side-nav.affix-top, #landingpage .side-nav-container {
	z-index: 100;
}



#bb-3 .img {
	margin-bottom: 3px;
	padding-bottom: 5px;
}

#bb-3 > img {
	margin-bottom: 3px !important;
	padding-bottom: 5px !important;
}

#bb-3 > img {
	margin-bottom: 3px !important;
	padding-bottom: 10px !important;
}

.text-black {
	color: #313131 !important;
}

.text-orange {
	color: #FF860A !important;
}

.text-green {
	color: #54B847 !important;
}

.text-blue {
	color: #0065F2 !important;
}

.text-purple {
	color: #6d2878 !important;
}

.text-underline {
	text-decoration: underline !important;
}

.ih3 {
	font-size: 24px !important;
	font-style: italic !important;
	margin: 15px;
}

h3 {
	color: #5F6369;
	font-size: 18px;
	font-weight: 600;
}

ul li {
	font-size: 18px;
}

.hide {
	display: none;
}

.leading-none {
	line-height: 1 !important;
}

.leading-tight {
	line-height: 1.25 !important;
}

.leading-normal {
	line-height: 1.5 !important;
}

.img-radius-style {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 4px;
}

.green-line-top {
	position: relative;
}

	.green-line-top:before {
		content: "";
		display: block;
		position: absolute;
		width: 114px;
		height: 0px;
		top: -25px;
		border-top: 4px solid #54B847;
	}

.bg-green {
	background-color: #54B847;
}

.green-border {
	border: 1px solid #54B847;
	border-radius: 4px;
	background: #fff;
}

.purple-border {
	border: 1px solid #6d2878;
	border-radius: 4px;
	background: #fff;
}

.case {
	padding-top: 2rem !important;
}

.orange-border {
	border: 1px solid #FF860A;
	border-radius: 4px;
}

.h-lightg {
	background-color: #ffecde;
	border-left: 4px solid #f6891f;
	padding: 5px 10px;
}

.h-light0 {
	background-color: #FFECDE;
	border-left: 4px solid #F6891F;
	padding: 5px 10px;
}

.h-light01 {
	background-color: #fbd6ba;
	border-left: 4px solid #F6891F;
	padding: 5px 10px;
}

.h-light {
	color: #fff;
	background-color: #54B847;
}

.h-light2 {
	background-color: #EAF6EB;
	border-left: 4px solid #54B847;
	padding: 5px 10px;
}

.h-light3:before, .h-light4:before {
	content: "";
	display: block;
	width: 114px;
	border-bottom: 4px solid #FF860A;
	margin: 20px auto;
}

.h-light4.hl:before {
	margin: 10px 0 20px 0;
}

.h-light-p {
	background-color: #e8a8f2;
	border-left: 4px solid #6d2878;
	padding: 5px 10px;
}

.h-light4:before {
	border-bottom: 4px solid #54B847;
}

.h-green {
	border-top: 1px solid #58b95e !important;
}

.hr-blue {
	border-top: 1px solid #0065F2 !important;
}

.hr-light-orange {
	border-top: 1px solid #FF860A !important;
}

.radius-sm {
	border-radius: 6px;
}

.border-orange {
	border-color: #FF860A;
}

.quote-hightlight {
	position: relative;
	background-color: #FFEEDD;
}

	.quote-hightlight:before {
		content: "";
		width: 72px;
		height: 52px;
		display: block;
		position: absolute;
		top: -32px;
		left: 50%;
		transform: translateX(-50%);
	}

.testitext {
	font-size: 16px !important;
	lineheight: normal !important;
}

.round {
	border-radius: 50%;
}

.custom-border:after {
	content: '';
	height: 79px;
	width: 1px;
	display: block;
	right: 0;
	top: 10px;
	background-color: #54B847;
	position: absolute;
}

/* font sizes */
.text-sm, #landingpage .text-sm {
	font-size: 14px !important;
}

.text-md, #landingpage .text-md {
	font-size: 16px !important;
}

.text-1\.1xl, #landingpage .text-1\.1xl {
	font-size: 22px !important;
}

.text-4\.2xl, #landingpage .text-4\.2xl {
	font-size: 32px !important;
}

.text-4\.3xl, #landingpage .text-4\.3xl {
	font-size: 34px !important;
	font-weight: bolder;
}

.text-5xl, #landingpage .text-5xl {
	font-size: 52px !important;
}

.list {
	padding-left: 2rem;
}

	.list li {
		margin-bottom: 2rem;
	}
/* borders */
.border-bottom-orange {
	border-bottom: 2px solid #FF860A;
}

.row-no-gutters > .row .column {
	padding: 0;
}

.main-banner .container {
	max-width: 970px;
}

	.main-banner .container h1 {
		font-weight: 900;
		font-size: 64px;
		line-height: 45px;
		font-family: Open Sans;
		color: #fff;

 
	}

.intro:before {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 315px;
	background-color: #FFF;
	z-index: -1;
}

.impact-banner-text {
	background-color: #fff;
	text-shadow: 1px 1px 2px black;
	border-left: 10px solid #54B847;
	line-height: 2.9rem;
}

/*testimonial slider */
.testimonial-slides {
}

.owl-carousel.testimonial-slides .owl-nav {
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	width: 100%;
}

	.owl-carousel.testimonial-slides .owl-nav .owl-prev, .owl-carousel.testimonial-slides .owl-nav .owl-next {
		position: absolute;
	}

	.owl-carousel.testimonial-slides .owl-nav .owl-prev {
		left: -40px;
	}

	.owl-carousel.testimonial-slides .owl-nav .owl-next {
		right: -40px;
	}

	.owl-carousel.testimonial-slides .owl-nav .fa {
		font-size: 40px;
		line-height: 40px;
		color: #54B847;
	}

.owl-carousel.testimonial-slides .owl-dots {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

	.owl-carousel.testimonial-slides .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		border: 1px solid #54B847;
		background-color: #fff;
		border-radius: 5px;
		margin: 0 3px;
	}

		.owl-carousel.testimonial-slides .owl-dots .owl-dot.active {
			background-color: #54B847;
		}

.owl-carousel.testimonial-slides .owl-item .bg-white {
	min-height: 320px;
	position: relative;
	padding-bottom: 30px !important;
}

.owl-carousel.testimonial-slides .owl-item img.quote-icon {
	width: 41px !important;
}

.owl-carousel.testimonial-slides .owl-item .bg-white .playbtn {
	content: "";
	background: url(/media/3784/play-btn-sm.png) no-repeat;
	width: 53px;
	height: 42px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-indent: -999em;
}

.sec-improve-lives, .sec-ala, .sec-dmdib, .sec-evidence, .sec-thanks, .sec-total {
	background: url(https://www.windermere.org.au/media/ivxnvdfy/banner-2.jpg) no-repeat;
	background-size: cover !important;
	min-height: 800px;
	background-position: center;
	position: relative;
}

.sec-ala {
	background: url(https://www.windermere.org.au/media/0lyh33gs/banner-3_.jpg) center top no-repeat;
}

.sec-dmdib {
	background: url(https://www.windermere.org.au/media/dw2hz0rc/banner-4.jpg) center top no-repeat;
}

.sec-evidence {
	background: url(https://www.windermere.org.au/media/t2ilay3p/banner-5_05.jpg) center top no-repeat;
}

.sec-thanks {
	background: url(https://www.windermere.org.au/media/3gnjj0vo/impact-report-banners_01.jpg) center top no-repeat;
}

.sec-total {
	background: url(https://www.windermere.org.au/media/3faas5zq/banner-7_08.jpg) center top no-repeat;
}
	/*.sec-improve-lives #C3-1, .sec-ala #C3-2, .sec-dmdib #C3-3, .sec-evidence #C3-4, .sec-thanks #C4, .sec-total #C5 {
	position: absolute;
	top: 0;
	left: 0;
}*/
	.sec-improve-lives .c3-banner-intro, .sec-ala .c3-banner-intro, .sec-evidence .c3-banner-intro, .sec-thanks .c3-banner-intro, .sec-total .c3-banner-intro {
		max-width: 422px;
		margin-top: 250px;
	}

.sec-dmdib .c3-banner-intro {
	max-width: 670px;
	margin-top: 250px;
}

.sec-total .c3-banner-intro {
	max-width: 775px;
}

	.sec-improve-lives .c3-banner-intro h1, .sec-ala .c3-banner-intro h1, .sec-dmdib .c3-banner-intro h1, .sec-evidence .c3-banner-intro h1, .sec-thanks .c3-banner-intro h1, .sec-total .c3-banner-intro h1 {
		font-size: 52px;
		font-weight: 900;
		position: relative;
	}

		.sec-improve-lives .c3-banner-intro h1 span, .sec-ala .c3-banner-intro h1 span, .sec-dmdib .c3-banner-intro h1 span, .sec-evidence .c3-banner-intro h1 span, .sec-thanks .c3-banner-intro h1 span, .sec-total .c3-banner-intro h1 span {
			position: relative;
		}

		.sec-improve-lives .c3-banner-intro h1:before, .sec-ala .c3-banner-intro h1:before, .sec-dmdib .c3-banner-intro h1:before, .sec-evidence .c3-banner-intro h1:before, .sec-thanks .c3-banner-intro h1:before, .sec-total .c3-banner-intro h1:before {
			content: "";
			width: 100%;
			height: 66px;
			background-color: #f6891f;
			position: absolute;
			bottom: -7px;
			left: 0;
		}

.support-victims {
	background: url(/media/3834/supporting-victims.jpg) right center no-repeat;
	background-size: 43%;
}

.layfound {
	background: url(/media/3839/laying-foundation.jpg) right center no-repeat;
	background-size: 43%;
}

.custom_relative {
}

/* audio player */
.audio-player {
	display: block;
	position: absolute;
	text-align: center;
	height: 80px;
	width: 80px;
	left: 50%;
	transform: translateX(-50%);
}

*, ::after, ::before {
	box-sizing: border-box;
}

}

.audio-player video {
	opacity: 0;
	transition: opacity 300ms;
	will-change: opacity;
}

.audio-player:focus .audio-player__cover,
.audio-player:hover .audio-player__cover,
.audio-player.is-playing .audio-player__cover {
	opacity: 0.35;
}

.audio-player:focus .audio-player__title,
.audio-player:hover .audio-player__title,
.audio-player.is-playing .audio-player__title {
	opacity: 1;
	transform: translateY(0);
}

.audio-player:focus .audio-player__control-icon,
.audio-player:hover .audio-player__control-icon,
.audio-player.is-playing .audio-player__control-icon {
	transform: scale(1.15);
}

.audio-player.is-playing .audio-player__cover {
	opacity: 0;
}

.audio-player.is-playing video {
	opacity: 1;
}

.audio-player.is-playing .audio-player__control-icon:before {
	transform: translateY(0);
}

.audio-player.is-playing .audio-player__control-icon:after {
	transform: translateY(50px);
}

.audio-player__cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 350ms;
	will-change: opacity;
}

.audio-player__control {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	border: none;
	background: none;
	cursor: pointer;
}

	.audio-player__control:focus {
		outline: none;
	}

.audio-player__control-icon {
	position: absolute;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #EAF6EB;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
	transition: all 250ms ease-out;
	transform: scale(1);
	will-change: transform;
}

	.audio-player__control-icon::after,
	.audio-player__control-icon::before {
		transition: all 200ms;
		will-change: transform;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.audio-player__control-icon::after {
		left: 5px;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 16px solid #54B847;
		transform: translateY(0);
	}

	.audio-player__control-icon::before {
		width: 8px;
		height: 16px;
		border-right: 6px solid #54B847;
		border-left: 6px solid #54B847;
		transform: translateY(-50px);
	}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 576px) {
	.custom_relative {
		position: relative !important
	}

	.logo img {
		width: 120px !important;
		height: auto;
	}

	.main-banner, .widget.digicap-banner-widget {
		height: 300px !important;
	}

		.widget.digicap-banner-widget .widget-content-wrapper {
			height: 100%;
		}

			.widget.digicap-banner-widget .widget-content-wrapper img {
				object-fit: cover;
				width: 100%;
				height: 100%;
			}
}

@media (max-width: 600px) {
	.digicap-banner-widget.mobileBanner {
		display: block;
	}
}

@media (max-width: 767px) {
	.main-banner .container h1 {
		font-size: 30px;
	}

	.owl-carousel.testimonial-slides .owl-item .bg-white {
		min-height: auto;
	}

	.sec-improve-lives, .sec-ala, .sec-dmdib, .sec-evidence, .sec-thanks, .sec-evidence, .sec-total {
		min-height: 400px;
	}

		.sec-improve-lives .c3-banner-intro, .sec-ala .c3-banner-intro, .sec-dmdib .c3-banner-intro, .sec-evidence .c3-banner-intro, .sec-thanks .c3-banner-intro, .sec-total .c3-banner-intro {
			margin-top: 100px;
		}

	.text-4\.3xl, #landingpage .text-4\.3xl {
		font-size: 26px !important;
	}
}

@media (max-width: 1200px) {
	.support-victims, .layfound {
		background-image: none;
	}
}

@media(min-width:768px) { /* Modify this based on column def */
	.wide-gutter > [class*='col-'] {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 992px) {
	.col-lg-3 {
		-ms-flex: 0 0 20% !important;
		flex: 1 0 20% !important;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.col-25 {
		-ms-flex: 0 0 25% !important;
		flex: 1 0 25% !important;
		max-width: 25%;
	}
}


.hide {
	display: none
}

.btn {
	width: 100%;
	color: white;
	padding: 14px 20px;
	border-radius: 8px;
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
	transition: .4s all;
	text-align: center;
	white-space: pre-wrap;
}


.btn-2 {
	background: #ff860a;
	border-bottom: 3px solid #bd5f00;
}

#contour_form_31b0f5a99457438181e941c0bc88da3f {
	padding: 10px 10px 30px 30px;
}

.p-3 {
	padding: 2.5rem !important;
}

.art-pad {
	margin-top: 30px;
	margin-bottom: 30px;
}

.infog {
	margin: 10px !important;
}

.img-400 {
	max-width: 400px !important;
}

.img-cs {
	border-radius: 20px !important;
	padding: 10px !important;
}

.img-support {
	max-width: 250px !important;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
