@font-face {
    font-family: 'buenos_airesbold';
    src: url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-bold-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'buenos_airesbold_italic';
    src: url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-bolditalic-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'buenos_aireslight';
    src: url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-light-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'buenos_aireslight_italic';
    src: url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-lightitalic-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'buenos_airesregular';
    src: url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-regular-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'buenos_airesregular_italic';
    src: url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-regularitalic-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/5235252/environment-day/fonts/buenosaires-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4,h5,h6{ font-family: 'buenos_airesbold' !important; }
body{
    font-family: buenos_airesregular, Helvetica, sans-serif;
}
.no-margin{
    margin: 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.no-paddin-r{
    padding-right: 0 !important;
}
.margin-b-24{
    margin-bottom: 24px !important;
}
.margin-l-24{
    margin-left: 24px !important;
}
.margin-l-12{
    margin-left: 12px !important;
}
.padding-t-100{
    padding-top: 100px !important;
}
.padding-t-50{
    padding-top: 50px !important;
}
.padding-t-16{
    padding-top: 16px !important;
}
.padding-24{
    padding: 24px !important;
}
.padding-lr-16{
    padding: 0 16px !important;
}
.padding-16{
    padding: 16px !important;
}
.padding-b-16{
    padding-bottom: 16px !important;
}
.padding-tb-24{
    padding: 24px 0 !important;
}
.width-100{
    width: 100%;
}
.position-rel{
    position: relative;
}
h3{
    font-size: 2.3rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
h4{
    font-size: 2rem;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #444a6c;
}
h5{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
.h6, h6 {
    font-size: 1.2rem;
}
.margin-0-auto{
    margin: 0 auto;
}
.align-center{
    align-items: center;
}
img{
    max-width: 100%;
}
.color-white{
    color: #fff;
}
.mobile-elm{
    display: none;
}
.desk-elem{
    display: block;
}
/* main-nav */
.main-nav{
    padding: 15px 0;
}
body.sticy-head .main-nav {
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
    height: 80px;
    z-index: 9999;
}
.sticy-head .navbar {
    position: fixed;
    z-index: 99;
    background-color: #FFF;
    width: 100%;
    height: 80px;
    top: 0;
}
.sticy-head body {
    padding-top: 80px;
}
body.sticy-head{ padding-top: 80px; }
.main-nav .nav-items-link{
    margin-left: auto;
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.main-nav .nav-items-link .nav-link{
    padding: 6px 18px;
    background-color: #eb632d;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.navbar.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 9;
}
.navbar-brand.sticky-logo {    display: none; }
.navbar.sticky-header .navbar-brand {    display: none; }
.navbar.sticky-header .navbar-brand.sticky-logo {    display: inline-block; }
.navbar.sticky-header .navbar-brand.sticky-logo img {  width: 50px; }
/* banner */
.banner{
    padding: 60px 0 85px;
    background-image: url(https://cdn2.hubspot.net/hubfs/5235252/environment-day.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
/* form-sec */
.form-sec{
    padding: 60px 0;
    background-color: #f5f1e0;
}
.custom-bullets{
    padding: 20px 18px;
}
.custom-bullets li{
    list-style-image: url('https://cdn2.hubspot.net/hubfs/5235252/BFSI/bullet-style.png');
    font-size: 16px;
    padding-left: 8px;
}
form input{
    width: 100%;
    background-color: #e9e5d5;
    border: none;
    padding: 8px 15px;
    margin: 10px 0 5px;
}
.form-wrap{
    background-color: #fcfbef;
    padding: 25px;
    border-radius: 4px;
    position: relative;
    top: 0;
    box-shadow: 0 0 10px -7px #000;
    -webkit-box-shadow: 0 0 10px -7px #000;
    -ms-box-shadow: 0 0 10px -7px #000;
    -o-box-shadow: 0 0 10px -7px #000;
}
.terms{
    padding: 16px 0;
    position: relative;
}
.terms > input{
    width: auto;
    cursor: pointer;
}
.terms > img{
    width: 15px;
    position: absolute;
    top: 26px;
    background-color: #fff;
}
.terms > label{
    cursor: pointer;
    font-size: 14px;
    margin-left: 7px;
}
.form-wrap form input[type=submit]{
    padding: 6px 30px;
    background-color: #eb632d;
    color: #fff;
    border-radius: 20px;
    width: auto;
}
.form-wrap > h5 {
    color: #21284d;
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: inherit;
}
input[type=submit]{
    cursor: pointer;
}
#reportForm .form-error{
    font-size: 12px;
    color: red;
    display: block;
}
/* footer */
footer{
    padding: 50px 0 35px;
    background-color: #0a1527;
}
.footerlist *{
    color: #fff;
    list-style: none;
    font-size: 14px;
    padding-bottom: 8px;
    word-break: break-all;
}
.footerlist{
    padding: 0;
}
footer h6{
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 !important;
}
.socialmedia ul{
    display: flex;
    list-style: none;
    width: fit-content;
    padding: 0;
}
.socialmedia ul li{
    margin: 5px;
}
.socialmedia ul li a{
    text-decoration: none;
}
.socialmedia .fa{
    background: #fff;
    color: #000;
    border-radius: 53%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    align-items: center;
    display: grid;
    text-align: center;
}
.allrights > p{
    color: #fff;
    margin: 0;
    border-top: 1px solid #fff;
    padding: 32px 0 0;
    font-size: 14px;
}

.banner-caption {
    background-color: #f4efdd;
    padding: 28px 22px;
    border-radius: 7px;
}
.banner-caption h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #444a6c;
    margin-bottom: 11px;
}
.banner-caption p {
    margin-bottom: 0;
    font-size: 20px;
    color: #eb6538;
    font-weight: bold;
    font-family: buenos_airesregular;
    line-height: normal;
}
.font-regular{ font-family:buenos_airesregular !important  }
.font-light{ font-family:buenos_aireslight !important  }
.bg-orange{ background-color: #ff7a49; }
.p-0{ padding: 0 !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-25{ margin-bottom: 25px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }


.mt-10{ margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important; }
.mt-20{ margin-top: 20px !important; }
.mt-25{ margin-top: 25px !important; }
.mt-30{ margin-top: 30px !important; }
.mt-35{ margin-top: 35px !important; }
.mt-40{ margin-top: 40px !important; }
.mt-45{ margin-top: 45px !important; }

.font-14{ font-size: 14px !important; }
.font-16{ font-size: 16px !important; }
.font-18{ font-size: 18px !important; }
.font-20{ font-size: 20px !important; }
.font-22{ font-size: 22px !important; }
.font-24{ font-size: 24px !important; }
.font-26{ font-size: 26px !important; }
.font-28{ font-size: 28px !important; }
.font-30{ font-size: 30px !important; }
.font-32{ font-size: 32px !important; }
.font-35{ font-size: 35px !important; }
.font-37{ font-size: 37px !important; }
.font-40{ font-size: 40px !important; }
.font-42{ font-size: 42px !important; }
.font-45{ font-size: 45px !important; }

.light-bg {    background-color: #f4efdd; }
.feature {
    padding: 50px 40px 30px;
    text-align: center;
    width: 90%;
    display: inline-block;
    box-shadow: 0 0 17px 3px #cb6a47;
    margin-bottom: 20px;
}
.feature img {
    width: 100px;
    display: inline-block;
    margin-bottom: 30px;
}  
.feature h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #f1794c;
}
.feature p {color:#44496b; font-family: buenos_airesregular !important; } 
.features_section {
    padding: 50px 0;
}
.ngo-logos ul{ padding-left: 0; }
@media(max-width:767px){
    .socialmedia ul{ display: inline-block; text-align: center; width: 100%; }
    .socialmedia ul li{ display: inline-block; }
    html .ngo-logos li {
        display: inline-block;
        width: 30%;
        margin: 0;
        margin: 1%;
        margin-bottom: 35px;
    }
    html .steps li {
		width: 100%;
	}

}

.banner { position: relative; }
.opportunities {
    background-color: #fff;
    padding: 40px 0 40px 0;
    /*background-image: url("https://volunteer.goodera.com/hubfs/daan-utsav/assets/images/map-bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #454b6a;
}
.opportunities .section-title {
    float: left;
    width: 100%;
    padding: 10px 0 30px 0;
}
.opportunities .cities {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 100%;
}
.opportunities .cities li {
    text-align: center;
    display: inline-block;
    padding: 20px 20px 0 20px;
    width: 145px;
}
.opportunities .cities li img {
    width: 70px !important;
}
.opportunities h2, .ngo-logos h2, h2 {
    font-size: 22px;
    color: #444a6c;
    font-family: Roboto, Helvetica, sans-serif;
}
.opportunities h2{ color: #FFF !important; }
.ngo-logos h2 {
    padding: 40px 20px 20px 20px;
}
.opportunities .cities li p {
    display: block;
    margin-top: 12px;
    color: #44486b;
    font-weight: 500;
    font-size: 14px;
}
.grey-bg{ background-color: #f8f8f8 !important; }

.ngo-logos {
  background-color: #F4F4F4;
}
.ngo-logos li {
  display: inline-block;
  width: 110px;
  margin: 20px 20px;
}
.ngo-logos ul {
  margin-bottom: 0;
}
.why-goodera h3 {
	color: #eb632d !important;
	font-size: 23px !important;
	display: block;
	margin-top: 38px;
}
.list-style-1 {
	padding-left: 0;
	color: #44486b;
	list-style: none;
}
.list-style-1 li {
	position: relative;
	padding-left: 18px;
}
.list-style-1 li::before {
	content: "\f111";
	position: absolute;
	left: 0;
	font: normal normal normal 8px FontAwesome;
	line-height: 24px;
	color: #eb632d;
}
.how-it-works {
	background-color: #eb632d;
	padding: 50px 30px;
}
.how-it-works h2 {
	color: #FFF;
	font-size: 25px;
	display: block;
	padding: 10px 20px 20px 20px;
}
.steps {
	padding-left: 0;
	float: left;
	width: 100%;
}
.steps li {
	float: left;
	width: 24%;
	padding: 20px 20px;
	background-color: ;
	margin: 0.5%;
	list-style: none;
	border: 1px solid #ff996e;
	color: #FFF;
	border-radius: 5px;
	min-height: 150px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: auto;
	background-color: #ef875c;
}
.steps li span {
	position: absolute;
	font-size: 95px;
	color: #c4572c;
	left: 10px;
	z-index: 0;
	bottom: -20px;
	opacity: 0.54;
}
.steps li strong {
	z-index: 1;
	position: relative;
	font-weight: normal;
}
.federation {
	width: 100%;
	padding: 30px 10px;
}
.federation img {
	padding: 15px;
	border: 1px solid #dfdfdf;
	width: 72%;
	display: inline-block;
}



.text-with-icon img {
  width: 45px;
}
.text-with-icon {
  text-align: center;
  margin-bottom: 15px;
}
.text-with-icon h4 {
  font-size: 16px;
  margin-top: 19px;
}
.text-with-icon p {
  line-height: normal;
  font-family: buenos_aireslight !important;
}
.clients-logo {
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	float: left;
}
.clients-logo li {
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	height: 35px;
	max-width: 100%;
}
.clients-logo li img {
	display: block;
	max-width: 100%;
	text-align: center;
	height: 35px;
}
.federation p{ font-family: buenos_aireslight !important; }
.ngo-use-box h3 {
	font-size: 18px;
	color: #444a6c;
	margin-top: 50px;
	font-weight: normal;
	min-height: 46px;
}
.ngo-use {
	padding: 50px 0;
}
.ngo-use-box p {
	font-family: buenos_aireslight !important;
	line-height: normal;
}