.fooundit-overview-static{
	--primary-color				: #03352C;
	--secondary-color			: #FFFFFF;
	--bg-color					: #F9F9F9;
	--text-color				: #6A6765;
	--accent-color				: #FAD459;
	--white-color				: #FFFFFF;
	--divider-color				: #03352C1A;
	--dark-divider-color		: #FFFFFF1A;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Inter", sans-serif;
}

.fooundit-overview-static, .fooundit-overview-static{
	width: 100%;
	overflow-x: clip;
}

.fooundit-overview-static{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: var(--text-color);
	background: var(--bg-color);
}

.fooundit-overview-static ::-webkit-scrollbar-track{
	background-color: var(--primary-color);
	border-left: 1px solid var(--primary-color);
}

.fooundit-overview-static ::-webkit-scrollbar{
	width: 7px;
	background-color: var(--accent-color);
}

.fooundit-overview-static ::-webkit-scrollbar-thumb{
	background: var(--accent-color);
}

.fooundit-overview-static ::selection{
	color: var(--primary-color);
	background-color: var(--accent-color);
	filter: invert(1);
}

.fooundit-overview-static p{
	line-height: 1.7em;
	margin-bottom: 1.5em;
}

.fooundit-overview-static h1, .fooundit-overview-static h2, .fooundit-overview-static h3, .fooundit-overview-static h4, .fooundit-overview-static h5, .fooundit-overview-static h6{
	font-weight: 600;
	line-height: 1.2em;
	color: var(--primary-color);
	margin :0;
}

.fooundit-overview-static figure{
	margin: 0;
}

.fooundit-overview-static img{
	max-width: 100%;
}

.fooundit-overview-static a{
	text-decoration: none;
}

.fooundit-overview-static a:hover{
	text-decoration: none;
	outline: 0;
}

.fooundit-overview-static a:focus{
	text-decoration: none;
	outline: 0;
}

.fooundit-overview-static .container{
	max-width: 1300px;
}

.fooundit-overview-static .container, .fooundit-overview-static .container-fluid, .fooundit-overview-static .container-lg, .fooundit-overview-static .container-md, .fooundit-overview-static .container-sm, .fooundit-overview-static .container-xl, .fooundit-overview-static .container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.fooundit-overview-static .image-anime{
	position: relative;
	overflow: hidden;
}

.fooundit-overview-static .image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.fooundit-overview-static .image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.fooundit-overview-static .reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.fooundit-overview-static .reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.fooundit-overview-static .row{
    margin-right: -15px;
    margin-left: -15px;
}

.fooundit-overview-static .row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.fooundit-overview-static .row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.fooundit-overview-static .row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.fooundit-overview-static .btn-default{
	position: relative;
	display: inline-block;  
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	color: var(--primary-color);
	background: var(--accent-color);
	border-radius: 5px;
	padding: 17px 54px 17px 24px;
	border: none;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.fooundit-overview-static .btn-default:hover{
	color: var(--white-color);
}

.fooundit-overview-static .btn-default::before{
	content: '';
	position: absolute;
    top: 50%;
    right: 24px;
    width: 20px;
    height: 20px;
    background-image: url('../images/arrow-primary.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .btn-default:hover::before{
	transform: translateY(-50%) rotate(45deg);
	filter: brightness(0) invert(1);
}

.fooundit-overview-static .btn-default::after{ 
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.fooundit-overview-static .btn-default:hover::after{
	right: auto;
	left: 0;
    width: 100%;
}

.fooundit-overview-static .btn-default.btn-highlighted:hover{
	color: var(--primary-color);
}

.fooundit-overview-static .btn-default.btn-highlighted:hover:before{
	filter: none;
}

.fooundit-overview-static .btn-default.btn-highlighted::after{
	background: var(--secondary-color);
}

.fooundit-overview-static .readmore-btn{
	position: relative;
	display: inline-block;
	color: var(--primary-color);
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-right: 30px;
}

.fooundit-overview-static .readmore-btn::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background-image: url('../images/arrow-primary.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .readmore-btn:hover::before{
	transform: translateY(-50%) rotate(45deg);
}

.fooundit-overview-static .cb-cursor:before{
	background: var(--accent-color);
}

.fooundit-overview-static .preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.fooundit-overview-static .loading-container, .fooundit-overview-static .loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.fooundit-overview-static .loading-container{
	margin: 40px auto;
}

.fooundit-overview-static .loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.fooundit-overview-static .loading-container:hover .loading, .fooundit-overview-static .loading-container .loading{
	transition: all 0.5s ease-in-out;
}

.fooundit-overview-static #loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}
@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.fooundit-overview-static .dark-section{
	background-color: var(--primary-color);
	background-image: url('../images/dark-section-bg-image.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.fooundit-overview-static .section-row{
	margin-bottom: 80px;
}

.fooundit-overview-static .section-row .section-title{
	margin-bottom: 0; 
}

.fooundit-overview-static .section-row .section-title.section-title-center{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.fooundit-overview-static .section-row .section-title.section-title-center p{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.fooundit-overview-static .section-btn{
	text-align: right;
}

.fooundit-overview-static .section-content-btn .section-btn{
	margin-top: 30px;
	text-align: left;
}

.fooundit-overview-static .section-title-content p{
	margin-bottom: 20px;
}

.fooundit-overview-static .section-title-content p:last-child{
	margin-bottom: 0;	
}

.fooundit-overview-static .section-title{
	margin-bottom: 40px;
}

.fooundit-overview-static .section-title .section-sub-title{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1em;
	color: var(--primary-color);
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	padding: 8px 16px 8px 32px;
    margin-bottom: 15px;
}

.fooundit-overview-static .section-title .section-sub-title::before{
	content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-color);
	border-radius: 50%;
    width: 6px;
    height: 6px;
}

.fooundit-overview-static .section-title h1{
	font-size: 80px;
	font-weight: 600;
	margin-bottom: 0;
	cursor: none;
}

.fooundit-overview-static .section-title h2{
	font-size: 52px;
	font-weight: 600;
	margin-bottom: 0;
	cursor: none;
}

.fooundit-overview-static .section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.fooundit-overview-static .dark-section .section-title .section-sub-title{
	border-color: var(--dark-divider-color);
}

.fooundit-overview-static .dark-section .section-title .section-sub-title, .fooundit-overview-static .dark-section .section-title h1, .fooundit-overview-static .dark-section .section-title h2, .fooundit-overview-static .dark-section .section-title p, .fooundit-overview-static .dark-section .section-title-content p{
	color: var(--white-color);
}

.fooundit-overview-static .help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.fooundit-overview-static .help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

.fooundit-overview-static header.main-header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.fooundit-overview-static header.main-header .header-sticky{
	position: relative;
	top: 0;
	border-bottom: 1px solid var(--dark-divider-color);
	z-index: 100;
}

.fooundit-overview-static header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
}

.fooundit-overview-static header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    transform: translateY(0);
	background: var(--primary-color);
	border-bottom: 1px solid var(--dark-divider-color);
}

.fooundit-overview-static .navbar{
	padding: 30px 0;
	align-items: center;
}

.fooundit-overview-static .navbar-brand{
	padding: 0;
	margin: 0;
}

.fooundit-overview-static .main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: center;
	margin: 0 1.042vw;
}

.fooundit-overview-static .main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.fooundit-overview-static .main-menu ul li{
	margin: 0 10px;
	position: relative;
}

.fooundit-overview-static .main-menu ul li a{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 12px 10px !important;
	color: var(--white-color);
	background: transparent;
	border-radius: 0px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.fooundit-overview-static .main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.fooundit-overview-static .main-menu ul li a:hover, .fooundit-overview-static .main-menu ul li a:focus{
	color: var(--accent-color);
}

.fooundit-overview-static .main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scale(1,0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 235px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 100%;
	background: var(--accent-color);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.fooundit-overview-static .main-menu ul li.submenu:first-child ul{
    width: 235px;
}

.fooundit-overview-static .main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}

.fooundit-overview-static .main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
    padding: 5px 0;
}

.fooundit-overview-static .main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.fooundit-overview-static .main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.fooundit-overview-static .main-menu ul ul li a{
	color: var(--primary-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

.fooundit-overview-static .main-menu ul ul li a:hover, .fooundit-overview-static .main-menu ul ul li a:focus{
	color: var(--white-color);
	background-color: transparent;
	padding: 8px 20px 8px 23px !important;
}

.fooundit-overview-static .main-menu ul li.highlighted-menu{
    display: none;
}

.fooundit-overview-static .responsive-menu, .fooundit-overview-static .navbar-toggle{
	display: none;
}

.fooundit-overview-static .responsive-menu{
	position: relative;
	top: 0;
}

.fooundit-overview-static .slicknav_btn{
	background: var(--accent-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 6px;
}

.fooundit-overview-static .slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--primary-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.fooundit-overview-static .slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.fooundit-overview-static .slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.fooundit-overview-static .navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.fooundit-overview-static .navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.fooundit-overview-static .navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.fooundit-overview-static .slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: var(--accent-color);
}

.fooundit-overview-static .slicknav_menu ul{
	margin: 5px 0;
}

.fooundit-overview-static .slicknav_menu ul ul{
	margin: 0;
}

.fooundit-overview-static .slicknav_nav .slicknav_row, .fooundit-overview-static .slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 7px 20px;
	color: var(--primary-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.fooundit-overview-static .slicknav_nav a:hover, .fooundit-overview-static .slicknav_nav a:focus, .fooundit-overview-static .slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--white-color);
}

.fooundit-overview-static .slicknav_menu ul ul li a{
    padding: 7px 20px 7px 30px;
}

.fooundit-overview-static .slicknav_arrow{
	font-size: 0 !important;
}

.fooundit-overview-static .slicknav_arrow:after{
	content: '\f107';
	position: absolute;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--primary-color);
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.fooundit-overview-static .slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
	color: var(--white-color);
}

.fooundit-overview-static .hero{
    position: relative;
	background-image: url('../images/hero-bg-image.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    padding: 180px 0 100px;
    overflow: hidden;
}

.fooundit-overview-static .hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, transparent 27.97%, rgba(3, 53, 44, 0.90) 68.07%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fooundit-overview-static .hero .container{
    position: relative;
    z-index: 2;
}

.fooundit-overview-static .hero-sub-heading{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: var(--dark-divider-color);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border-radius: 100px;
	padding: 5px 20px 5px 5px;
	margin-bottom: 15px;
}

.fooundit-overview-static .satisfy-client-images{
	display: flex;
	align-items: center;
}

.fooundit-overview-static .satisfy-client-image{
	position: relative;
    display: inline-block;
    margin-left: -15px;
	border: 1px solid var(--white-color);
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.fooundit-overview-static .satisfy-client-image:first-child{
	margin: 0;
}

.fooundit-overview-static .satisfy-client-image figure{
	display: block;
	border-radius: 50%;
}

.fooundit-overview-static .satisfy-client-image figure img{
	width: 100%;
	max-width: 40px;
	border-radius: 50%;
}

.fooundit-overview-static .satisfy-client-image.add-more{
	width: 42px;
	height: 42px;
	background-color: var(--accent-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.fooundit-overview-static .satisfy-client-image.add-more i{
	font-size: 18px;
	color: var(--white-color);
}

.fooundit-overview-static .satisfy-client-image.add-more h3{
	color: var(--white-color);
	font-size: 16px;
	line-height: 1em;
}

.fooundit-overview-static .satisfy-client-content p{
    margin: 0;
}

.fooundit-overview-static .hero-sub-heading .satisfy-client-image{
	margin-left: -10px;
}

.fooundit-overview-static .hero-sub-heading .satisfy-client-image:first-child{
	margin-left: 0;
}

.fooundit-overview-static .hero-sub-heading .satisfy-client-image figure img{
    max-width: 28px;
}

.fooundit-overview-static .hero-sub-heading .satisfy-client-content p{
	font-size: 14px;
	color: var(--white-color);
}

.fooundit-overview-static .hero .section-title{
	margin-bottom: 0;
}

.fooundit-overview-static .hero-body{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin-top: 180px;
}

.fooundit-overview-static .hero-body-content{
	max-width: 560px;
}

.fooundit-overview-static .hero-content p{
	font-size: 18px;
	color: var(--white-color);
	margin: 0;
}

.fooundit-overview-static .hero-body-btn{
	margin-top: 30px;
}

.fooundit-overview-static .hero-counter-box{
	max-width: 335px;
	border: 1px solid var(--dark-divider-color);
	background: var(--divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 10px;
	padding: 40px;
}

.fooundit-overview-static .hero-counter-box h2{
	font-size: 40px;
	font-weight: 600;
	line-height: 1em;
	color: var(--white-color);
}

.fooundit-overview-static .hero-counter-box h2 sup{
	color: var(--accent-color);
}

.fooundit-overview-static .hero-counter-box h3{
	font-size: 20px;
	color: var(--white-color);
	margin: 15px 0 0;
}

.fooundit-overview-static .hero-counter-box p{
	color: var(--white-color);
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 20px;
	margin: 40px 0 0;
}

.fooundit-overview-static .our-scrolling-ticker{
    position: relative;
	background: var(--accent-color);
	padding: 20px 0;
    z-index: 1;
}

.fooundit-overview-static .scrolling-ticker-box{
	--gap: 40px;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}

.fooundit-overview-static .scrolling-content{
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 80s linear infinite;
}

.fooundit-overview-static .scrolling-content span{
	display: inline-flex;
	align-items: center;
	gap: var(--gap);
	font-size: 28px;
	font-weight: 600;
	line-height: 1.43em;
	color: var(--primary-color);
	text-transform: capitalize;
}

.fooundit-overview-static .scrolling-content span img{
	width: 100%;
	max-width: 26px;
}
@keyframes scroll{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}

.fooundit-overview-static .about-us{
	padding: 120px 0;
}

.fooundit-overview-static .about-us-image-box{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	margin-right: 15px;
}

.fooundit-overview-static .about-us-image-box-1{
	position: relative;
	width: 60%;
	
}

.fooundit-overview-static .about-us-image-box-2{
	position: relative;
	width: 40%;
	z-index: 1;
}

.fooundit-overview-static .about-us-image-box-2::before{
	content: '';
	position: absolute;
	top: -20%;
	right: 30px;
	width: 138px;
	height: 150px;
	background: url('../images/about-us-image-box-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: rotate(30deg);
}

.fooundit-overview-static .about-us-image figure{
	display: block;
	border-radius: 1000px;
}

.fooundit-overview-static .about-us-image figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 1000px;
}

.fooundit-overview-static .about-us-image-box-1 .about-us-image figure img{
	aspect-ratio: 1 / 1.5;
}

.fooundit-overview-static .about-us-image-box-2 .about-us-image figure{
	border: 6px solid var(--bg-color);
	margin-left: -85px;
}

.fooundit-overview-static .about-us-image-box-2 .about-us-image figure img{
	aspect-ratio: 1 / 1.5154;
}

.fooundit-overview-static .about-us-counter-box{
	position: relative;
	bottom: 65px;
	max-width: 140px;
	background: var(--accent-color);
	border: 6px solid var(--bg-color);
	border-radius: 10px;
	padding: 20px;
	margin-left: auto;
	text-align: center;
	z-index: 2;
}

.fooundit-overview-static .about-us-counter-box h2{
	font-size: 34px;
}

.fooundit-overview-static .about-us-counter-box p{
	color: var(--primary-color);
	line-height: normal;
	margin: 5px 0 0;
}

.fooundit-overview-static .about-us-body{
	display: flex;
	flex-wrap: wrap;
	background: var(--secondary-color);
	border-radius: 10px;
	overflow: hidden;
}

.fooundit-overview-static .about-body-item{
	width: calc(100% - 270px);
	align-content: center;
	padding: 30px;
}

.fooundit-overview-static .about-body-item .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	overflow: hidden;
}

.fooundit-overview-static .about-body-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.fooundit-overview-static .about-body-item:hover .icon-box::before{
    transform: scale(1);
}

.fooundit-overview-static .about-body-item .icon-box img{
	position: relative;
    width: 100%;
    max-width: 24px;
	transition: all 0.4s ease-in-out;
    z-index: 1;
}

.fooundit-overview-static .about-body-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.fooundit-overview-static .about-body-item-content h3{
	font-size: 20px;
}

.fooundit-overview-static .about-body-item-content ul{
	list-style: none;
	border-top: 1px solid var(--divider-color);
	margin: 20px 0 0;
	padding: 20px 0 0;
}

.fooundit-overview-static .about-body-item-content ul li{
	position: relative;
	line-height: 1.5em;
	padding-left: 25px;
	margin-bottom: 15px;
}

.fooundit-overview-static .about-body-item-content ul li:last-child{
	margin-bottom: 0;
}

.fooundit-overview-static .about-body-item-content ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.fooundit-overview-static .about-body-image{
	max-width: 270px;
}

.fooundit-overview-static .about-body-image figure{
	display: block;
	height: 100%;
	border-radius: 10px;
}

.fooundit-overview-static .about-body-image figure img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.926;
	object-fit: cover;
	border-radius: 10px;
}

.fooundit-overview-static .about-us-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
	border-top: 1px solid var(--divider-color);
	padding-top: 40px;
	margin-top: 40px;
}

.fooundit-overview-static .video-play-button{
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	z-index: 1;
}

.fooundit-overview-static .video-play-button a{
	position: relative;
	height: 50px;
	width: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: none;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .video-play-button:hover a{
	background: var(--primary-color);
}

.fooundit-overview-static .video-play-button a i{
	position: relative;
	font-size: 16px;
	color: var(--primary-color);
	margin-left: 2px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.fooundit-overview-static .video-play-button:hover a i{
	color: var(--white-color);
}

.fooundit-overview-static .video-play-button p{
	font-weight: 600;
	color: var(--primary-color);
	margin: 0;
}

.fooundit-overview-static .our-service{
	background-color: var(--secondary-color);
	padding: 120px 0;
}

.fooundit-overview-static .service-item{
	position: relative;
	border-radius: 10px;
	min-height: 450px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
	overflow: hidden;
}

.fooundit-overview-static .service-item::before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--bg-color);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.fooundit-overview-static .service-item.active::before, .fooundit-overview-static .service-item:hover::before{
	transform: translate(100%, -100%);
}

.fooundit-overview-static .service-item-image{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .service-item.active .service-item-image, .fooundit-overview-static .service-item:hover .service-item-image{
	opacity: 1;
}

.fooundit-overview-static .service-item-image::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
	opacity: 50%;
}

.fooundit-overview-static .service-item-image figure{
	display: block;
	height: 100%;
}

.fooundit-overview-static .service-item-image figure img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.fooundit-overview-static .service-item-body{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
    z-index: 2;
}

.fooundit-overview-static .service-item-body-content .icon-box{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--accent-color);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.fooundit-overview-static .service-item-body-content .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

.fooundit-overview-static .service-item-content h2{
	font-size: 20px;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .service-item.active .service-item-content h2, .fooundit-overview-static .service-item:hover .service-item-content h2{
	color: var(--white-color);
}

.fooundit-overview-static .service-item-content h2 a{
	color: inherit;
}

.fooundit-overview-static .service-item-content p{
	border-top: 1px solid var(--divider-color);
	padding-top: 15px;
	margin: 15px 0 0;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .service-item.active .service-item-content p, .fooundit-overview-static .service-item:hover .service-item-content p{
	border-color: var(--dark-divider-color);
	color: var(--white-color);
}

.fooundit-overview-static .service-item-btn{
	padding-top: 20px;
	border-top: 1px solid var(--divider-color);
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .service-item.active .service-item-btn, .fooundit-overview-static .service-item:hover .service-item-btn{
	border-color: var(--dark-divider-color);
}

.fooundit-overview-static .service-item.active .service-item-btn .readmore-btn::before, .fooundit-overview-static .service-item:hover .service-item-btn .readmore-btn::before{
	filter: brightness(0) invert(1);
}

.fooundit-overview-static .service-item-btn a{
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .service-item.active .service-item-btn a, .fooundit-overview-static .service-item:hover .service-item-btn a{
	color: var(--white-color);
}

.fooundit-overview-static .section-footer-text{
	margin-top: 30px;
	text-align: center;
}

.fooundit-overview-static .section-footer-text p{
	color: var(--primary-color);
	margin-bottom: 0;
}

.fooundit-overview-static .section-footer-text p span{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	background: var(--accent-color);
	color: var(--primary-color);
	border-radius: 20px;
	padding: 5px 10px;
	margin-right: 10px;
}

.fooundit-overview-static .section-footer-text p a{
	font-weight: 600;
	color: var(--accent-color);
	text-transform: capitalize;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all 0.3s ease-in-out;
}

.fooundit-overview-static .section-footer-text p a:hover{
	color: var(--primary-color);
}

.fooundit-overview-static .section-footer-text ul{
	width: 100%;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.fooundit-overview-static .section-footer-text ul li{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: var(--primary-color);
	margin-right: 10px;
}

.fooundit-overview-static .section-footer-text ul li:last-child{
	margin: 0;
}

.fooundit-overview-static .section-footer-text ul li i{
	color: var(--accent-color);
}

.fooundit-overview-static .dark-section .section-footer-text p, .fooundit-overview-static .dark-section .section-footer-text ul li{
	color: var(--white-color);
}

.fooundit-overview-static .dark-section .section-footer-text p a{
	color: var(--accent-color);
}

.fooundit-overview-static .dark-section .section-footer-text p a:hover{
	color: var(--white-color);
}

.fooundit-overview-static .section-footer-text.section-footer-contact{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
}

.fooundit-overview-static .section-footer-text.section-footer-contact span{
	width: 30px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
	align-items: center;
    margin-right: 10px;
}

.fooundit-overview-static .section-footer-text.section-footer-contact span img{
	width: 100%;
	max-width: 16px;
}

.fooundit-overview-static .section-footer-text.section-satisfy-img{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.fooundit-overview-static .section-footer-text.section-satisfy-img .satisfy-client-image{
	border-color: var(--bg-color);
}

.fooundit-overview-static .section-footer-text.section-satisfy-img .satisfy-client-image figure img{
	max-width: 30px;
}

.fooundit-overview-static .section-footer-text.section-satisfy-img .satisfy-client-image.add-more{
	width: 32px;
	height: 32px;
    margin-left: -10px;
}

.fooundit-overview-static .section-footer-text.section-satisfy-img .satisfy-client-image.add-more img{
	max-width: 16px;
}

.fooundit-overview-static .section-footer-text.section-satisfy-img ul{
	margin: 5px 0 0;
}

.fooundit-overview-static .dark-section .section-footer-text.section-satisfy-img .satisfy-client-image{
    border-color: var(--primary-color);
}

.fooundit-overview-static .why-choose-us{
	padding: 120px 0;
}

.fooundit-overview-static .why-choose-item-list{
	background: var(--secondary-color);
	border-radius: 10px;
	padding: 30px;
}

.fooundit-overview-static .why-choose-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.fooundit-overview-static .why-choose-item:last-child{
	margin-bottom: 0;
}

.fooundit-overview-static .why-choose-item .icon-box{
	position: relative;
	width: 40px;
	height: 40px;
	background: var(--accent-color);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.fooundit-overview-static .why-choose-item .icon-box::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--primary-color);
	border-radius: 5px;
	width: 100%;
	height: 100%;
	transform: scale(0) rotate(180deg);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.fooundit-overview-static .why-choose-item:hover .icon-box::before{
	transform: scale(1) rotate(0deg);
}

.fooundit-overview-static .why-choose-item .icon-box img{
	width: 100%;
	max-width: 20px;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.fooundit-overview-static .why-choose-item-content{
	width: calc(100% - 55px);
}

.fooundit-overview-static .why-choose-item-content p{
	margin: 0;
}

.fooundit-overview-static .why-choose-btn{
	border-top: 1px solid var(--divider-color);
	padding-top: 40px;
	margin-top: 40px;
}

.fooundit-overview-static .why-choose-us-image-box{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	margin-left: 15px;
}

.fooundit-overview-static .why-choose-image-box-1{
	position: relative;
	width: 51%;
	z-index: 2;
}

.fooundit-overview-static .why-choose-image-box-2{
	position: relative;
	width: 49%;
	padding-right: 70px;
	margin-bottom: 60px;
}

.fooundit-overview-static .why-choose-image figure{
	display: block;
	border-radius: 10px;
}

.fooundit-overview-static .why-choose-image figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.fooundit-overview-static .why-choose-image-box-1 .why-choose-image figure{
	border: 10px solid var(--bg-color);
	border-radius: 20px;
}

.fooundit-overview-static .why-choose-image-box-1 .why-choose-image figure img{
	aspect-ratio: 1 / 0.99;
}

.fooundit-overview-static .why-choose-image-box-2 .why-choose-image figure{
	margin-left: -220px;
}

.fooundit-overview-static .why-choose-image-box-2 .why-choose-image figure img{
	aspect-ratio: 1 / 1.332;
}

.fooundit-overview-static .why-choose-contact-box{
	position: absolute;
	min-width: 245px;
	top: 60px;
	right: 0;
	background: var(--secondary-color);
	box-shadow: 0 0 20px 0 rgba(41, 37, 36, 0.06);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding: 20px;
	animation: contactboxmove 3s infinite linear alternate;
	z-index: 1;
}
@keyframes contactboxmove{
	50%{
		transform: translateX(-30px);
	}
}

.fooundit-overview-static .why-choose-contact-box .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.fooundit-overview-static .why-choose-contact-box .icon-box::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--primary-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.fooundit-overview-static .why-choose-contact-box:hover .icon-box::before{
	transform: scale(1);
}

.fooundit-overview-static .why-choose-contact-box .icon-box img{
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .why-choose-contact-box:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.fooundit-overview-static .why-choose-contact-content{
	width: calc(100% - 65px);
}

.fooundit-overview-static .why-choose-contact-content h3{
	font-size: 20px;
}

.fooundit-overview-static .why-choose-contact-content p{
	margin: 5px 0 0;
}

.fooundit-overview-static .why-choose-contact-content p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.fooundit-overview-static .why-choose-contact-content p a:hover{
	color: var(--accent-color);
}

.fooundit-overview-static .our-benefits{
	padding: 120px 0;
}

.fooundit-overview-static .our-benefit-box{
	background: var(--dark-divider-color);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
}

.fooundit-overview-static .our-benefit-counter-content h2{
	font-size: 48px;
	color: var(--white-color);
}

.fooundit-overview-static .our-benefit-counter-content h2 sup{
	color: var(--accent-color);
}

.fooundit-overview-static .our-benefit-item .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	overflow: hidden;
}

.fooundit-overview-static .our-benefit-item .icon-box::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--white-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .our-benefit-box:hover .our-benefit-item .icon-box::before{
	transform: scale(1);
}

.fooundit-overview-static .our-benefit-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

.fooundit-overview-static .our-benefit-item-content h3{
	font-size: 20px;
	color: var(--white-color);
}

.fooundit-overview-static .our-benefit-item-content p{
	color: var(--white-color);
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 20px;
	margin: 20px 0 0;
}

.fooundit-overview-static .our-benefit-item-content ul{
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.fooundit-overview-static .our-benefit-item-content ul li{
	position: relative;
	line-height: 1.5em;
	color: var(--white-color);
	padding-left: 25px;
	margin-bottom: 15px;
}

.fooundit-overview-static .our-benefit-item-content ul li:last-child{
	margin-bottom: 0;
}

.fooundit-overview-static .our-benefit-item-content ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.fooundit-overview-static .benefit-image-box{
	border-radius: 10px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.fooundit-overview-static .benefit-image-box figure{
	display: block;
	height: 100%;
}

.fooundit-overview-static .benefit-image-box figure img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.0562;
	object-fit: cover;
}

.fooundit-overview-static .our-benefit-image figure{
	display: block;
	width: 200px;
	height: 100px;
	mask-image: url('../images/our-benefits-item-image-shape.svg');
	background-image: url('../images/our-benefits-item-image-shape.svg');
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
}

.fooundit-overview-static .our-benefit-image figure img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.fooundit-overview-static .our-program{
	padding: 120px 0;
}

.fooundit-overview-static .program-item{
	position: relative;
	align-content: end;
	min-height: 480px;
	border-radius: 10px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 10px;
	overflow: hidden;
}

.fooundit-overview-static .program-item-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fooundit-overview-static .program-item-image a, .fooundit-overview-static .program-item-image figure{
	display: block;
	height: 100%;
	cursor: none;
}

.fooundit-overview-static .program-item-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease-in-out;
}

.fooundit-overview-static .program-item:hover .program-item-image figure img{
	transform: scale(1.06);
}

.fooundit-overview-static .program-item-content{
	background: var(--divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.fooundit-overview-static .program-item:hover .program-item-content{
	transform: translateY(-5px);
}

.fooundit-overview-static .program-item-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.fooundit-overview-static .program-item-content ul li{
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	background: var(--accent-color);
    color: var(--primary-color);
	border: 1px solid var(--dark-divider-color);
	border-radius: 100px;
	padding: 7px 15px;
}

.fooundit-overview-static .program-item-content h2{
	font-size: 20px;
	color: var(--white-color);
	margin-top: 20px;
}

.fooundit-overview-static .program-item-content h2 a{
	color: inherit;
}

.fooundit-overview-static .our-causes{
	background: var(--white-color);
}

.fooundit-overview-static .our-causes .container-fluid{
	padding: 0;
}

.fooundit-overview-static .our-causes-image{
	height: 100%;
}

.fooundit-overview-static .our-causes-image figure{
	display: block;
	height: 100%;
}

.fooundit-overview-static .our-causes-image figure img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.04;
	object-fit: cover;
}

.fooundit-overview-static .our-causes-content{
	height: 100%;
	align-content: center;
	padding: 5.208vw 4.167vw;
}

.fooundit-overview-static .causes-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.fooundit-overview-static .causes-item{
	width: calc(50% - 15px);
	background: var(--bg-color);
	border-radius: 10px;
	padding: 30px;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .causes-item:hover{
	transform: translateY(-5px);
}

.fooundit-overview-static .causes-item .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	overflow: hidden;
}

.fooundit-overview-static .causes-item .icon-box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .causes-item:hover .icon-box::before{
	transform: scale(1);
}

.fooundit-overview-static .causes-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.fooundit-overview-static .causes-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.fooundit-overview-static .causes-item-content h3{
	font-size: 20px;
}

.fooundit-overview-static .causes-item-content p{
	border-top: 1px solid var(--divider-color);
	padding-top: 20px;
	margin: 20px 0 0;
}

.fooundit-overview-static .how-we-work{
	padding: 120px 0;
}

.fooundit-overview-static .how-work-item{
	position: relative;
	background-color: var(--secondary-color);
	border-radius: 10px;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	text-align: center;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
	overflow: hidden;
}

.fooundit-overview-static .how-work-item::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background: var(--accent-color);
	border-radius: 999px 999px 0 0;
    transition: all 0.4s ease-in-out;
    height: 100%;
    z-index: 0;
}

.fooundit-overview-static .how-work-item.active::before, .fooundit-overview-static .how-work-item:hover::before{
	top: 0;
	border-radius: 0;
}

.fooundit-overview-static .how-work-item-header{
	position: relative;
	z-index: 1;
}

.fooundit-overview-static .how-work-item-header .icon-box{
	position: relative;
	width: 80px;
	height: 80px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0 auto 30px;
}

.fooundit-overview-static .how-work-item-header .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--white-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.fooundit-overview-static .how-work-item.active .icon-box::before, .fooundit-overview-static .how-work-item:hover .icon-box::before{
	transform: scale(1);
}

.fooundit-overview-static .how-work-item-header .icon-box img{
	position: relative;
	width: 100%;
	max-width: 40px;
	z-index: 1;
}

.fooundit-overview-static .how-work-item-content h3{
	font-size: 20px;
}

.fooundit-overview-static .how-work-item-content p{
	border-top: 1px solid var(--divider-color);
	padding-top: 15px;
	margin: 15px 0 0;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .how-work-item.active .how-work-item-content p, .fooundit-overview-static .how-work-item:hover .how-work-item-content p{
	color: var(--primary-color);
}

.fooundit-overview-static .how-work-item-number{
	position: relative;
	margin-bottom: -100px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .how-work-item.active .how-work-item-number, .fooundit-overview-static .how-work-item:hover .how-work-item-number{
	transform: translateY(-40px);
}

.fooundit-overview-static .how-work-item-number h2{
	font-size: 160px;
	line-height: 1em;
	background: linear-gradient(180deg, rgba(3, 53, 44, 0.10) 50.25%, transparent 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fooundit-overview-static .what-we-do{
	padding: 120px 0;
}

.fooundit-overview-static .what-we-do-image-box{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

.fooundit-overview-static .what-we-image-box-1{
	position: relative;
	width: 46%;
	margin-bottom: 45px;
}

.fooundit-overview-static .what-we-image-box-2{
	position: relative;
	width: 54%;
	z-index: 1;
}

.fooundit-overview-static .what-we-image figure{
	display: block;
	border-radius: 10px;
}

.fooundit-overview-static .what-we-image figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.fooundit-overview-static .what-we-image-box-1 .what-we-image figure{
	margin-right: -155px;
}

.fooundit-overview-static .what-we-image-box-1 .what-we-image figure img{
	aspect-ratio: 1 / 1.2;
}

.fooundit-overview-static .what-we-image-box-2 .what-we-image figure{
	border: 10px solid var(--primary-color);
	border-radius: 20px;
}

.fooundit-overview-static .what-we-image-box-2 .what-we-image figure img{
	aspect-ratio: 1 / 1.3815;
}

.fooundit-overview-static .what-we-counter-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	background: var(--secondary-color);
	box-shadow: 0 0 20px 0 rgba(41, 37, 36, 0.06);
	border-radius: 10px;
	margin: 20px 10px 0 0;
	padding: 20px;
}

.fooundit-overview-static .what-we-counter-box .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.fooundit-overview-static .what-we-counter-box .icon-box::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--primary-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .what-we-counter-box:hover .icon-box::before{
	transform: scale(1);
}

.fooundit-overview-static .what-we-counter-box .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.fooundit-overview-static .what-we-counter-box:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.fooundit-overview-static .what-we-counter-content{
	width: calc(100% - 65px);
}

.fooundit-overview-static .what-we-counter-content h3{
	font-size: 20px;
}

.fooundit-overview-static .what-we-counter-content p{
	margin: 5px 0 0;
}

.fooundit-overview-static .what-we-client-box{
	position: absolute;
	top: 0;
	left: 0;
	background: var(--primary-color);
	border: 20px solid var(--primary-color);
	border-radius: 0 0 20px 0;
	border-top: none;
	border-left: none;
	z-index: 1;
}

.fooundit-overview-static .what-we-client-box::before, .fooundit-overview-static .what-we-client-box::after{
	content: '';
	position: absolute;
	width: 10px;
    height: 10px;
	mask: url('../images/image-corner-shape.svg');
	-webkit-mask: url('../images/image-corner-shape.svg');
	background-color: var(--primary-color);
	mask-repeat: no-repeat;
	mask-size: cover;
}

.fooundit-overview-static .what-we-client-box::before{
	top: 0;
	right: -30px;
}

.fooundit-overview-static .what-we-client-box::after{
	bottom: -30px;
	left: 0;
}

.fooundit-overview-static .what-we-client-box-body{
	max-width: 170px;
	background: var(--secondary-color);
	border-radius: 10px;
	padding: 20px;
}

.fooundit-overview-static .what-we-client-content h3{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 40px;
}

.fooundit-overview-static .what-we-client-content h3 span{
	font-weight: 600;
}

.fooundit-overview-static .what-we-do-content{
	margin-left: 15px;
}

.fooundit-overview-static .what-we-nav{
	border-bottom: 1px solid var(--dark-divider-color);
	padding-bottom: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.fooundit-overview-static .what-we-nav .nav-tabs{
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 15px 30px;
	border: none;
	list-style: none;
	margin: 0;
}

.fooundit-overview-static .what-we-nav ul li{
	width: calc(33.33% - 20px);
}

.fooundit-overview-static .what-we-nav ul li .nav-link{
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	color: var(--white-color);
	background-color: var(--dark-divider-color);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-radius: 100px;
	border: none;
	padding: 18px 20px;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .what-we-nav ul li .nav-link.active, .fooundit-overview-static .what-we-nav ul li .nav-link:hover{
	background-color: var(--accent-color);
	color: var(--primary-color);
}

.fooundit-overview-static .what-we-item{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

.fooundit-overview-static .what-we-item:last-child{
	margin-bottom: 0;
}

.fooundit-overview-static .what-we-item .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.fooundit-overview-static .what-we-item .icon-box::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--white-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .what-we-item:hover .icon-box::before{
	transform: scale(1);
}

.fooundit-overview-static .what-we-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

.fooundit-overview-static .what-we-item-content{
	width: calc(100% - 65px);
}

.fooundit-overview-static .what-we-item-content h3{
	font-size: 20px;
	color: var(--white-color);
}

.fooundit-overview-static .what-we-item-content p{
	color: var(--white-color);
	margin: 10px 0 0;
}

.fooundit-overview-static .what-we-content-btn{
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 40px;
	margin-top: 40px;
}

.fooundit-overview-static .what-we-do .section-footer-text{
	margin-top: 60px;
}

.fooundit-overview-static .our-testimonials{
	background-image: url('../images/section-bg-image.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 120px 0;
}

.fooundit-overview-static .testimonial-slider .swiper-wrapper{
	cursor: none;
}

.fooundit-overview-static .testimonial-item{
	position: relative;
	background-color: var(--secondary-color);
	border-radius: 10px;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	padding: 40px;
	overflow: hidden;
}

.fooundit-overview-static .testimonial-slider .swiper-wrapper .testimonial-item{
	transform: scale(0.95);
	transition: all 0.6s ease-in-out;
}

.fooundit-overview-static .testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item{
	transform: scale(1);
}

.fooundit-overview-static .testimonial-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background: var(--accent-color);
	border-radius: 999px 999px 0 0;
    transition: all 0.4s ease-in-out;
    height: 100%;
    z-index: 0;
}

.fooundit-overview-static .testimonial-slider .swiper-slide.swiper-slide-next .testimonial-item::before{
    top: 0;
	border-radius: 0;
}

.fooundit-overview-static .testimonial-item-header{
	position: relative;
	z-index: 1;
}

.fooundit-overview-static .testimonial-item-rating i{
	color: var(--accent-color);
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-rating i{
	color: var(--primary-color);
}

.fooundit-overview-static .testimonial-item-content{
	margin-top: 30px;
}

.fooundit-overview-static .testimonial-item-content p{
	font-size: 20px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 0;
}

.fooundit-overview-static .testimonial-item-body{
	position: relative;
	border-top: 1px solid var(--divider-color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 30px;
	z-index: 1;
}

.fooundit-overview-static .testimonial-author-content h2{
	font-size: 20px;
}

.fooundit-overview-static .testimonial-author-content p{
	margin: 5px 0 0;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-author-content p{
	color: var(--primary-color);
}

.fooundit-overview-static .testimonial-item-image-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.fooundit-overview-static .testimonial-author-image{
	position: relative;
	z-index: 1;
}

.fooundit-overview-static .testimonial-author-image figure{
	display: block;
	border-radius: 50%;
}

.fooundit-overview-static .testimonial-author-image figure img{
	width: 100%;
	max-width: 50px;
	border-radius: 50%;
}

.fooundit-overview-static .testimonial-item-quote{
	width: 50px;
	height: 50px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -12px;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-quote{
	background-color: var(--primary-color);
}

.fooundit-overview-static .testimonial-item-quote img{
	width: 100%;
	max-width: 24px;
	transition: all 0.3s ease-in-out;
}

.fooundit-overview-static .testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-quote img{
	filter: brightness(0) invert(1);
}

.fooundit-overview-static .our-testimonials .section-footer-text{
	margin-top: 60px;
}

.fooundit-overview-static .our-volunteer{
	background-color: var(--secondary-color);
}

.fooundit-overview-static .our-volunteer .container-fluid{
	padding: 0;
}

.fooundit-overview-static .our-volunteer-image-box{
	position: relative;
	height: 100%;
	align-content: center;
	background-image: url('https://earthlingstrust.org/wp-content/uploads/2025/04/fruits-for-dogs.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 5.208vw;
}

.fooundit-overview-static .our-volunteer-image-box::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--primary-color);
	opacity: 40%;
	z-index: 1;
}

.fooundit-overview-static .volunteer-donate-box{
	position: relative;
	border: 1px solid var(--dark-divider-color);
	background-color: var(--divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 10px;
	padding: 2.604vw;
	z-index: 1;
}

.fooundit-overview-static .volunteer-donate-box .section-title h2, .fooundit-overview-static .volunteer-donate-box .section-title p{
	color: var(--white-color);
}

.fooundit-overview-static .donate-form .form-group{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fooundit-overview-static .donate-form .form-group .form-control{
	width: auto;
	flex-grow: 1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	color: var(--white-color);
	background-color: var(--dark-divider-color);
	border-radius: 10px;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 14px 15px;
}

.fooundit-overview-static .donate-form .form-group .form-control::placeholder{
	color: var(--white-color);
	opacity: 70%;
}

.fooundit-overview-static .volunteer-donate-value-body{
	margin-top: 30px;
}

.fooundit-overview-static .skills-progress-bar{
	margin-bottom: 30px;
}

.fooundit-overview-static .skills-progress-bar:last-child{
	margin-bottom: 0;
}

.fooundit-overview-static .skillbar .skill-data{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.fooundit-overview-static .skill-data .skill-title, .fooundit-overview-static .skill-data .skill-no{
	font-size: 16px;
	color: var(--white-color);
}

.fooundit-overview-static .skill-progress{
	position: relative;
	background: var(--dark-divider-color);
	border-radius: 10px;
	width: 100%;
	height: 10px;
}

.fooundit-overview-static .skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: var(--accent-color);
	border-radius: 10px;
}

.fooundit-overview-static .volunteer-donate-value-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.fooundit-overview-static .volunteer-donate-value-item p{
	color: var(--white-color);
	margin-bottom: 5px;
}

.fooundit-overview-static .volunteer-donate-value-item h3{
	font-size: 20px;
	color: var(--white-color);
}

.fooundit-overview-static .volunteer-donate-box-notice{
	border-top: 1px solid var(--dark-divider-color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding-top: 25px;
	margin-top: 25px;
}

.fooundit-overview-static .volunteer-donate-box-notice .icon-box img{
	width: 100%;
	max-width: 20px;
}

.fooundit-overview-static .volunteer-donate-box-notice-content{
	width: calc(100% - 30px);
}

.fooundit-overview-static .volunteer-donate-box-notice-content p{
	color: var(--white-color);
	margin-bottom: 0;
}

.fooundit-overview-static .our-volunteer-content{
	height: 100%;
	align-content: center;
	padding: 5.208vw;
}

.fooundit-overview-static .our-volunteer-list{
	border-top: 1px solid var(--divider-color);
	padding-top: 40px;
}

.fooundit-overview-static .our-volunteer-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.fooundit-overview-static .our-volunteer-list ul li{
	position: relative;
	line-height: 1.5em;
	padding-left: 25px;
	margin-bottom: 15px;
}

.fooundit-overview-static .our-volunteer-list ul li:last-child{
	margin-bottom: 0;
}

.fooundit-overview-static .our-volunteer-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.fooundit-overview-static .our-volunteer-content-btn{
	margin-top: 40px;
}

.fooundit-overview-static .our-blog{
	padding: 120px 0 90px;
}

.fooundit-overview-static .post-item{
	position: relative;
	border-radius: 10px;
	height: calc(100% - 30px);
	min-height: 500px;
	margin-bottom: 30px;
	padding: 40px;
	overflow: hidden;
}

.fooundit-overview-static .post-item-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fooundit-overview-static .post-item-image a{
	display: block;
	height: 100%;
	cursor: none;
}

.fooundit-overview-static .post-item-image a figure{
	position: relative;
	display: block;
    height: 100%;
}

.fooundit-overview-static .post-item-image a figure::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent 30%, rgba(3, 53, 44, 0.99) 100%);
	z-index: 1;
}

.fooundit-overview-static .post-item-image a figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease-in-out;
}

.fooundit-overview-static .post-item:hover .post-item-image a figure img{
	transform: scale(1.06);
}

.fooundit-overview-static .post-item-body{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.fooundit-overview-static .post-item-tag{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	z-index: 1;
}

.fooundit-overview-static .post-item-tag a{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	color: var(--white-color);
	border: 1px solid var(--dark-divider-color);
	background-color: var(--divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 100px;
	padding: 7px 16px;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .post-item-tag a:hover{
	background-color: var(--accent-color);
	color: var(--primary-color);
}

.fooundit-overview-static .post-item-body-content{
	position: relative;
	z-index: 1;
}

.fooundit-overview-static .post-item-content h2{
	font-size: 20px;
	line-height: 1.4em;
	color: var(--white-color);
}

.fooundit-overview-static .post-item-content h2 a{
	color: inherit;
}

.fooundit-overview-static .post-item-btn{
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 20px;
	margin-top: 20px;
}

.fooundit-overview-static .post-item-btn .readmore-btn{
	color: var(--white-color);
}

.fooundit-overview-static .post-item-btn .readmore-btn::before{
	filter: brightness(0) invert(1);
}

.fooundit-overview-static .main-footer{
	padding: 120px 0 0;
}

.fooundit-overview-static .about-footer{
	max-width: 380px;
}

.fooundit-overview-static .footer-logo img{
	width: 100%;
	max-width: 137px;
}

.fooundit-overview-static .about-footer-content{
	margin-top: 20px;
}

.fooundit-overview-static .about-footer-content p{
	color: var(--white-color);
	margin-bottom: 0;
}

.fooundit-overview-static .footer-links-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-left: 2.604vw;
}

.fooundit-overview-static .footer-links{
	max-width: 31%;
}

.fooundit-overview-static .footer-links h2{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 25px;
}

.fooundit-overview-static .footer-links ul{
	list-style: disc;
	margin: 0;
	padding: 0 0 0 20px;
}

.fooundit-overview-static .footer-links ul li{
	line-height: 1.5em;
	color: var(--white-color);
	margin-bottom: 15px;
}

.fooundit-overview-static .footer-links ul li:last-child{
	margin-bottom: 0;
}

.fooundit-overview-static .footer-links ul li a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .footer-links ul li a:hover{
	color: var(--accent-color);
}

.fooundit-overview-static .footer-links ul li::marker{
	color: var(--accent-color);
}

.fooundit-overview-static .footer-location-info{
	max-width: 34%;
}

.fooundit-overview-static .footer-location-info ul{
	list-style: none;
	padding: 0;
}

.fooundit-overview-static .footer-location-info ul li{
	display: flex;
	align-items: center;
	gap: 10px;
}

.fooundit-overview-static .footer-location-info ul li img{
	width: 100%;
	max-width: 24px;
}

.fooundit-overview-static .footer-social-links{
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 30px;
	margin-top: 30px;
}

.fooundit-overview-static .footer-social-links h3{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 20px;
}

.fooundit-overview-static .footer-social-links ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 15px;
}

.fooundit-overview-static .footer-social-links ul li{
	line-height: 0;
	margin-bottom: 0;
}

.fooundit-overview-static .footer-social-links ul li a{
	width: 36px;
	height: 36px;
	border: 1px solid var(--dark-divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .footer-social-links ul li a:hover{
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}

.fooundit-overview-static .footer-social-links ul li a i{
	font-size: 18px;
	color: var(--white-color);
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .footer-social-links ul li a:hover i{
	color: var(--primary-color);
}

.fooundit-overview-static .footer-body{
	border-top: 1px solid var(--dark-divider-color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 40px;
	margin-top: 60px;
}

.fooundit-overview-static .footer-newsletter-form .form-group{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
	background: var(--dark-divider-color);
	border-radius: 10px;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	min-width: 410px;
	padding: 5px;
}

.fooundit-overview-static .footer-newsletter-form .form-group .form-control{
	width: auto;
	flex-grow: 1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	color: var(--white-color);
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	padding: 10px 15px;
}

.fooundit-overview-static .footer-newsletter-form .form-group .form-control::placeholder{
	color: var(--white-color);
	opacity: 70%;
}

.fooundit-overview-static .footer-contact-items-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 4.167vw;
	max-width: 580px;
}

.fooundit-overview-static .footer-contact-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.fooundit-overview-static .footer-contact-item::before{
	content: '';
	position: absolute;
	top: 0;
	right: -2.083vw;
	width: 1px;
	height: 100%;
	background: var(--dark-divider-color);
}

.fooundit-overview-static .footer-contact-item:last-child:before{
	display: none;
}

.fooundit-overview-static .footer-contact-item .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fooundit-overview-static .footer-contact-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--white-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.fooundit-overview-static .footer-contact-item:hover .icon-box::before{
	transform: scale(1);
}

.fooundit-overview-static .footer-contact-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

.fooundit-overview-static .footer-contact-item-content{
	width: calc(100% - 65px);
}

.fooundit-overview-static .footer-contact-item-content h3{
	font-size: 20px;
	color: var(--white-color);
}

.fooundit-overview-static .footer-contact-item-content p{
	color: var(--white-color);
	margin: 5px 0 0;
}

.fooundit-overview-static .footer-contact-item-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.fooundit-overview-static .footer-contact-item-content p a:hover{
	color: var(--accent-color);
}

.fooundit-overview-static .footer-copyright-text{
	border-top: 1px solid var(--dark-divider-color);
	text-align: center;
	padding: 60px 0;
	margin-top: 40px;
}

.fooundit-overview-static .footer-copyright-text p{
	color: var(--white-color);
	margin-bottom: 0;
}

@media only screen and (max-width: 1440px){

	.fooundit-overview-static .hero-body{
		margin-top: 100px;
	}

	.fooundit-overview-static .our-causes-content{
		padding: 60px;
	}

	.fooundit-overview-static .causes-item{
		padding: 30px 20px;
	}

	.fooundit-overview-static .our-volunteer-image-box, .fooundit-overview-static .our-volunteer-content{
		padding: 60px;
	}
}
@media only screen and (max-width: 1024px){

	.fooundit-overview-static .main-menu ul li{
		margin: 0;
	}

	.fooundit-overview-static .section-content-btn .section-btn{
		margin-top: 20px;
	}
	
	.fooundit-overview-static .section-title-content{
        margin-top: 10px;
    }

	.fooundit-overview-static .section-btn{
        text-align: left;
        margin-top: 15px;
	}

	.fooundit-overview-static .section-title h1{
		font-size: 54px;
	}

	.fooundit-overview-static .hero-body{
		margin-top: 100px;
	}

	.fooundit-overview-static .about-us-image-box{
		max-width: 650px;
		margin: 0 auto 30px;
	}

	.fooundit-overview-static .why-choose-us-content{
		margin-bottom: 30px;
	}

	.fooundit-overview-static .why-choose-us-image-box{
		max-width: 740px;
		margin: 0 auto;
	}

	.fooundit-overview-static .benefit-image-box figure{
		height: auto;
	}

	.fooundit-overview-static .benefit-image-box figure img{
		height: auto;
		aspect-ratio: 1 / 0.6;
	}

	.fooundit-overview-static .our-causes-image, .fooundit-overview-static .our-causes-image figure{
		height: auto;
	}

	.fooundit-overview-static .our-causes-image figure img{
		height: auto;
		aspect-ratio: 1 / 0.7;
	}

	.fooundit-overview-static .our-causes-content{
		height: auto;
		padding: 60px 15px;
	}

	.fooundit-overview-static .what-we-do-image-box{
		max-width: 740px;
		margin: 0 auto 30px;
	}

	.fooundit-overview-static .what-we-do-content{
		margin: 0;
	}

	.fooundit-overview-static .testimonial-slider .swiper-wrapper .testimonial-item{
		transform: scale(1);
	}

	.fooundit-overview-static .testimonial-item::before{
		display: none;
	}

	.fooundit-overview-static .testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-rating i{
		color: var(--accent-color);
	}

	.fooundit-overview-static .testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-author-content p{
		color: var(--text-color);
	}

	.fooundit-overview-static .testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-quote{
		background-color: var(--accent-color);
	}

	.fooundit-overview-static .testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-quote img{
		filter: brightness(0) invert(0);
	}

	.fooundit-overview-static .our-volunteer-image-box, .fooundit-overview-static .our-volunteer-content{
		height: auto;
	}

	.fooundit-overview-static .our-volunteer-content{
		padding: 60px 15px;
	}

	.fooundit-overview-static .about-footer{
		max-width: 100%;
		margin-bottom: 30px;
	}

	.fooundit-overview-static .about-footer-content{
		margin-top: 15px;
	}

	.fooundit-overview-static .footer-links-box{
		margin-left: 0;
	}
	
	.fooundit-overview-static .footer-location-info{
		max-width: 38%;
	}

	.fooundit-overview-static .contact-us-image{
		width: 100%;
	}

	.fooundit-overview-static .contact-us-image figure{
		height: auto;
	}

	.fooundit-overview-static .contact-us-image figure img{
		height: auto;
		aspect-ratio: 1 / 0.85;
	}
}
@media only screen and (max-width: 991px){

	.fooundit-overview-static .btn-default{
        padding: 15px 46px 15px 18px;
    }

	.fooundit-overview-static .btn-default::before{
		right: 18px;
		width: 18px;
		height: 18px;
	}

	.fooundit-overview-static header.main-header .header-sticky, .fooundit-overview-static header.main-header .header-sticky.active{
		width: 100%;
	}

	.fooundit-overview-static .navbar{
		padding: 20px 0;
	}

	.fooundit-overview-static .responsive-menu, .fooundit-overview-static .navbar-toggle{
        display: block;
    }

	.fooundit-overview-static .slicknav_nav li, .fooundit-overview-static .slicknav_nav ul{
        display: block;
    }

	.fooundit-overview-static .header-btn{
		display: none;
	}

	.fooundit-overview-static .section-row{
		margin-bottom: 40px;
	}

	.fooundit-overview-static .section-row .section-title.section-title-center p{
		margin-top: 10px;
	}
	
	.fooundit-overview-static .section-title{
		margin-bottom: 30px;
	}

	.fooundit-overview-static .section-title .section-sub-title{
		padding: 6px 12px 6px 25px;
		margin-bottom: 10px;
	}

	.fooundit-overview-static .section-title .section-sub-title::before{
		left: 12px;
	}

	.fooundit-overview-static .section-title h2{
		font-size: 42px;
	}

	.fooundit-overview-static .section-title p{
		margin-top: 10px;
	}

	.fooundit-overview-static .hero{
		padding: 150px 0 60px;
	}

	.fooundit-overview-static .hero-sub-heading{
		margin-bottom: 10px;
	}

	.fooundit-overview-static .hero-sub-heading .satisfy-client-image figure img{
		max-width: 24px;
	}

	.fooundit-overview-static .hero-body{
		margin-top: 10px;
	}

	.fooundit-overview-static .hero-body-content{
		max-width: 100%;
	}

	.fooundit-overview-static .hero-content p{
		font-size: 16px;
	}

	.fooundit-overview-static .hero-counter-box{
		max-width: 100%;
		padding: 30px;
	}

	.fooundit-overview-static .hero-counter-box h2{
		font-size: 34px;
	}

	.fooundit-overview-static .hero-counter-box p{
		margin: 20px 0 0;
	}

	.fooundit-overview-static .our-scrolling-ticker{
		padding: 15px 0;
	}

	.fooundit-overview-static .scrolling-ticker-box{
		--gap: 20px;
	}

	.fooundit-overview-static .scrolling-content span{
		font-size: 24px;
	}

	.fooundit-overview-static .scrolling-content span img{
		max-width: 22px;
	}

	.fooundit-overview-static .about-us{
		padding: 60px 0;
	}

	.fooundit-overview-static .about-us-counter-box h2{
		font-size: 30px;
	}

	.fooundit-overview-static .about-body-item-content ul li{
		margin-bottom: 10px;
	}

	.fooundit-overview-static .about-body-item-content ul li::before{
		font-size: 16px;
	}

	.fooundit-overview-static .about-us-footer{
		padding-top: 30px;
		margin-top: 30px;
	}

	.fooundit-overview-static .video-play-button a{
		width: 46px;
		height: 46px;
	}

	.fooundit-overview-static .our-service{
		padding: 60px 0;
	}

	.fooundit-overview-static .service-item{
		min-height: 400px;
		padding: 30px;
	}

	.fooundit-overview-static .service-item-body-content .icon-box{
		margin-bottom: 30px;
	}

	.fooundit-overview-static .section-footer-text{
		margin-top: 10px;
	}

	.fooundit-overview-static .section-footer-text ul{
        margin: 10px 0 0;
    }

	.fooundit-overview-static .section-footer-text ul li{
		margin-right: 5px;
	}

	.fooundit-overview-static .why-choose-us{
		padding: 60px 0;
	}

	.fooundit-overview-static .why-choose-btn{
		padding-top: 30px;
		margin-top: 30px;
	}

	.fooundit-overview-static .our-benefits{
		padding: 60px 0;
	}

	.fooundit-overview-static .our-benefit-box{
		padding: 30px 25px;
	}

	.fooundit-overview-static .our-benefit-counter-content h2{
		font-size: 38px;
	}

	.fooundit-overview-static .our-benefit-item .icon-box{
		margin-bottom: 30px;
	}

	.fooundit-overview-static .our-benefit-item-content ul li{
		margin-bottom: 10px;
	}

	.fooundit-overview-static .our-benefit-item-content ul li::before{
		font-size: 16px;
	}

	.fooundit-overview-static .our-program{
		padding: 60px 0;
	}

	.fooundit-overview-static .program-item{
		min-height: 400px;
	}

	.fooundit-overview-static .program-item-content{
		padding: 20px;
	}

	.fooundit-overview-static .program-item-content h2{
		margin-top: 15px;
	}

	.fooundit-overview-static .causes-item .icon-box{
		margin-bottom: 30px;
	}

	.fooundit-overview-static .causes-item-content p{
		padding-top: 15px;
		margin-top: 15px;
	}

	.fooundit-overview-static .how-we-work{
		padding: 60px 0;
	}

	.fooundit-overview-static .how-work-item{
		min-height: 350px;
		padding: 30px;
	}

	.fooundit-overview-static .how-work-item-header .icon-box{
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.fooundit-overview-static .how-work-item-header .icon-box img{
		max-width: 24px;
	}

	.fooundit-overview-static .how-work-item-number{
		margin-bottom: -75px;
	}

	.fooundit-overview-static .how-work-item.active .how-work-item-number, .fooundit-overview-static .how-work-item:hover .how-work-item-number{
		transform: translateY(-30px);
	}

	.fooundit-overview-static .how-work-item-number h2{
		font-size: 120px;
	}

	.fooundit-overview-static .what-we-do{
		padding: 60px 0;
	}

	.fooundit-overview-static .what-we-nav{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.fooundit-overview-static .what-we-nav ul li .nav-link{
		padding: 15px;
	}

	.fooundit-overview-static .what-we-content-btn{
		padding-top: 30px;
		margin-top: 30px;
	}

	.fooundit-overview-static .what-we-do .section-footer-text{
		margin-top: 40px;
	}

	.fooundit-overview-static .our-testimonials{
		padding: 60px 0;
	}

	.fooundit-overview-static .testimonial-item{
		min-height: auto;
		padding: 30px;
	}

	.fooundit-overview-static .testimonial-item-content{
		margin-top: 20px;
	}

	.fooundit-overview-static .testimonial-item-content p{
		font-size: 18px;
	}

	.fooundit-overview-static .testimonial-item-body{
		padding-top: 20px;
	}

	.fooundit-overview-static .testimonial-author-image figure img{
		max-width: 44px;
	}

	.fooundit-overview-static .testimonial-item-quote{
		width: 44px;
		height: 44px;
		margin-left: -12px;
	}

	.fooundit-overview-static .testimonial-item-quote img{
		max-width: 20px;
	}

	.fooundit-overview-static .our-testimonials .section-footer-text{
		margin-top: 40px;
	}

	.fooundit-overview-static .our-volunteer-image-box{
		padding: 30px;
	}

	.fooundit-overview-static .skills-progress-bar{
		margin-bottom: 20px;
	}

	.fooundit-overview-static .our-volunteer-list{
		padding-top: 30px;
	}

	.fooundit-overview-static .our-volunteer-list ul li{
		margin-bottom: 10px;
	}

	.fooundit-overview-static .our-volunteer-list ul li::before{
		font-size: 16px;
	}

	.fooundit-overview-static .our-volunteer-content-btn{
		margin-top: 30px;
	}

	.fooundit-overview-static .our-blog{
		padding: 60px 0 30px;
	}

	.fooundit-overview-static .post-item{
		min-height: 400px;
		padding: 20px;
	}

	.fooundit-overview-static .main-footer{
		padding: 60px 0 0;
	}

	.fooundit-overview-static .footer-links h2{
		margin-bottom: 20px;
	}

	.fooundit-overview-static .footer-social-links h3{
		margin-bottom: 15px;
	}

	.fooundit-overview-static .footer-newsletter-form{
		width: 100%;
	}

	.fooundit-overview-static .footer-body{
		padding-top: 30px;
		margin-top: 30px;
	}

	.fooundit-overview-static .footer-newsletter-form .form-group{
		min-width: 100%;
	}

	.fooundit-overview-static .footer-copyright-text{
		padding: 30px 0;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px){

	.fooundit-overview-static .section-row{
		margin-bottom: 30px;
	}

	.fooundit-overview-static .section-title h1{
		font-size: 28px;
	}

	.fooundit-overview-static .section-title h2{
		font-size: 26px;
	}

	.fooundit-overview-static .hero-body{
		margin-top: 10px;
	}

	.fooundit-overview-static .hero-counter-box{
		width: 100%;
		padding: 20px;
	}

	.fooundit-overview-static .hero-counter-box h2{
		font-size: 28px;
	}

	.fooundit-overview-static .hero-counter-box h3{
		font-size: 18px;
	}

	.fooundit-overview-static .hero-counter-box p{
		margin-top: 15px;
		padding-top: 15px;
	}

	.fooundit-overview-static .our-scrolling-ticker{
        padding: 10px 0;
    }

	.fooundit-overview-static .scrolling-ticker-box{
		--gap: 15px;
	}

	.fooundit-overview-static .scrolling-content span{
		font-size: 20px;
	}

	.fooundit-overview-static .scrolling-content span img{
		max-width: 18px;
	}

	.fooundit-overview-static .about-us-image-box-2::before{
		top: -24%;
		right: 15px;
		width: 100px;
		height: 100px;
	}

	.fooundit-overview-static .about-us-image-box-2 .about-us-image figure{
		margin-left: -45px;
	}

	.fooundit-overview-static .about-us-counter-box{
		bottom: 45px;
		max-width: 120px;
		padding: 10px;
	}

	.fooundit-overview-static .about-us-counter-box h2{
		font-size: 26px;
	}

	.fooundit-overview-static .about-us-counter-box p{
		font-size: 14px;
	}

	.fooundit-overview-static .about-body-item{
		width: 100%;
		padding: 20px;
	}

	.fooundit-overview-static .about-body-item .icon-box{
		margin-bottom: 20px;
	}

	.fooundit-overview-static .about-body-item-content h3{
		font-size: 18px;
	}

	.fooundit-overview-static .about-body-item-content ul{
		margin: 15px 0 0;
		padding: 15px 0 0;
	}

	.fooundit-overview-static .about-body-image{
		width: 100%;
		max-width: 100%;
	}

	.fooundit-overview-static .about-body-image figure, .fooundit-overview-static .about-body-image figure img{
		height: auto;
	}

	.fooundit-overview-static .about-us-footer{
		gap: 20px;
	}

	.fooundit-overview-static .video-play-button p{
		font-size: 14px;
	}

	.fooundit-overview-static .service-item{
		min-height: 350px;
		padding: 20px;
	}

	.fooundit-overview-static .service-item-body-content .icon-box{
		margin-bottom: 20px;
	}

	.fooundit-overview-static .service-item-content h2{
		font-size: 18px;
	}

	.fooundit-overview-static .why-choose-item-list{
		padding: 15px;
	}

	.fooundit-overview-static .why-choose-image-box-2{
		padding-right: 40px;
		margin-bottom: 40px;
	}

	.fooundit-overview-static .why-choose-image-box-1 .why-choose-image figure{
		border-width: 5px;
	}

	.fooundit-overview-static .why-choose-image-box-2 .why-choose-image figure{
		margin-left: -130px;
	}

	.fooundit-overview-static .why-choose-contact-box{
		top: 30px;
		gap: 10px;
		min-width: 210px;
		padding: 10px;
	}

	.fooundit-overview-static .why-choose-contact-content{
		width: calc(100% - 60px);
	}

	.fooundit-overview-static .why-choose-contact-content h3{
		font-size: 18px;
	}

	.fooundit-overview-static .our-benefit-box{
		gap: 20px;
		padding: 20px;
	}

	.fooundit-overview-static .our-benefit-counter-content h2{
		font-size: 26px;
	}

	.fooundit-overview-static .our-benefit-item .icon-box{
		margin-bottom: 20px;
	}

	.fooundit-overview-static .our-benefit-item-content h3{
		font-size: 18px;
	}

	.fooundit-overview-static .our-benefit-item-content p{
		padding-top: 15px;
		margin-top: 15px;
	}

	.fooundit-overview-static .benefit-image-box figure img{
		aspect-ratio: 1 / 1.0562;
	}

	.fooundit-overview-static .our-benefit-image figure{
		width: 160px;
		height: 80px;
	}

	.fooundit-overview-static .program-item-content h2{
		font-size: 18px;
	}

	.fooundit-overview-static .our-causes-image figure img{
		aspect-ratio: 1 / 1.04;
	}

	.fooundit-overview-static .causes-item{
		width: 100%;
		padding: 20px;
	}

	.fooundit-overview-static .causes-item .icon-box{
		margin-bottom: 20px;
	}

	.fooundit-overview-static .causes-item-content h3{
		font-size: 18px;
	}

	.fooundit-overview-static .how-work-item{
		min-height: 300px;
		padding: 20px;
	}

	.fooundit-overview-static .how-work-item-content h3{
		font-size: 18px;
	}

	.fooundit-overview-static .how-work-item-number{
		margin-bottom: -55px;
	}

	.fooundit-overview-static .how-work-item.active .how-work-item-number, .fooundit-overview-static .how-work-item:hover .how-work-item-number{
        transform: translateY(-20px);
    }

	.fooundit-overview-static .how-work-item-number h2{
		font-size: 100px;
	}

	.fooundit-overview-static .what-we-image-box-1{
		margin-bottom: 0;
	}

	.fooundit-overview-static .what-we-image-box-1 .what-we-image figure{
		margin-right: -100px;
	}

	.fooundit-overview-static .what-we-image-box-2 .what-we-image figure{
		border-width: 5px;
	}

	.fooundit-overview-static .what-we-counter-box{
		padding: 10px;
		margin: 10px 5px 0 0;
	}

	.fooundit-overview-static .what-we-counter-box .icon-box{
		display: none;
	}

	.fooundit-overview-static .what-we-counter-content{
		width: 100%;
	}

	.fooundit-overview-static .what-we-counter-content h3{
		font-size: 18px;
	}

	.fooundit-overview-static .what-we-counter-content p{
		font-size: 14px;
	}

	.fooundit-overview-static .what-we-client-box{
		border-width: 10px;
		border-radius: 0 0 16px 0;
	}

	.fooundit-overview-static .what-we-client-box::before{
		right: -20px;
	}

	.fooundit-overview-static .what-we-client-box::after{
		bottom: -20px;
	}

	.fooundit-overview-static .what-we-client-box-body{
		max-width: 120px;
		padding: 10px;
	}

	.fooundit-overview-static .what-we-client-content h3{
		font-size: 14px;
		margin-bottom: 15px;
	}

	.fooundit-overview-static .what-we-client-box-body .satisfy-client-image{
		margin-left: -10px;
	}

	.fooundit-overview-static .what-we-client-box-body .satisfy-client-image:first-child{
		margin-left: 0;
	}

	.fooundit-overview-static .what-we-client-box-body .satisfy-client-image img{
		max-width: 30px;
	}

	.fooundit-overview-static .what-we-nav{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.fooundit-overview-static .what-we-nav .nav-tabs{
		gap: 15px;
	}

	.fooundit-overview-static .what-we-nav ul li{
		width: calc(50% - 7.5px);
	}

	.fooundit-overview-static .what-we-nav ul li .nav-link{
		padding: 12px;
	}

	.fooundit-overview-static .what-we-item-content h3{
		font-size: 18px;
	}

	.fooundit-overview-static .testimonial-item{
		padding: 20px;
	}

	.fooundit-overview-static .testimonial-item-content p{
		font-size: 16px;
	}

	.fooundit-overview-static .testimonial-author-content h2{
		font-size: 18px;
	}

	.fooundit-overview-static .our-volunteer-image-box{
		padding: 20px;
	}

	.fooundit-overview-static .volunteer-donate-box{
		padding: 20px;
	}

	.fooundit-overview-static .donate-form .form-group .form-control{
        width: 100%;
    }

    .fooundit-overview-static .donate-form .form-group .btn-default{
		width: 100%;
		padding: 15px;
    }

	.fooundit-overview-static .donate-form .form-group .btn-default::before{
		display: none;
	}

	.fooundit-overview-static .volunteer-donate-value-item h3{
		font-size: 18px;
	}

	.fooundit-overview-static .volunteer-donate-box-notice{
		gap: 5px;
		padding-top: 20px;
		margin-top: 20px;
	}

	.fooundit-overview-static .volunteer-donate-box-notice-content{
		width: calc(100% - 25px);
	}

	.fooundit-overview-static .volunteer-donate-box-notice-content p{
		font-size: 14px;
	}

	.fooundit-overview-static .post-item-content h2{
		font-size: 18px;
	}

	.fooundit-overview-static .post-item-btn{
		padding-top: 15px;
		margin-top: 15px;
	}

	.fooundit-overview-static .footer-links{
		max-width: 100%;
	}

	.fooundit-overview-static .footer-links h2{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.fooundit-overview-static .footer-social-links h3{
		font-size: 18px;
	}

	.fooundit-overview-static .footer-links ul li{
		margin-bottom: 10px;
	}

	.fooundit-overview-static .footer-location-info ul li{
		margin-bottom: 15px;
	}

	.fooundit-overview-static .footer-social-links ul li{
		margin-bottom: 0;
	}

	.fooundit-overview-static .footer-newsletter-form .form-group .btn-default{
		font-size: 14px;
	}

	.fooundit-overview-static .footer-contact-item-content h3{
		font-size: 18px;
	}

	.fooundit-overview-static .footer-contact-item::before{
		display: none;
	}

	.fooundit-overview-static .footer-copyright-text{
		padding: 15px 0;
	}
}

