/* TypoGraphy */
* {
	box-sizing: border-box
}
:focus {
	outline: none !important;
	box-shadow: none;
}
figure {
	margin: 0 0 0;
}
textarea.form-control {
	resize: none;
	overflow: hidden
}
html {
    overflow-x: hidden;
}
html,
body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
body {
	overflow-x: hidden;
}
dd {
	margin: 0 0 16px 0;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    color: #e12454;
    font-size: 18px;
    display: block;
	line-height: 20px;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #fff;
}
a:hover {
	color: #fff;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 15px;
	padding: 0px;
	color: #000;
	font-family: 'DM Serif Display';
	font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
}
p {
    margin-bottom: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
    font-style: normal;
	font-size: 22px;
    line-height: 40px;
    color: #000;
}
p a {
    color: #000;
    text-decoration: underline;
}
p a:hover{
    color: #000;
	text-decoration: none;
}
b, strong {
	font-family: "Poppins", sans-serif;
    font-weight: bold;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 0;
	margin: 0px;
}
ol {
	padding-left: 0;
    margin: 0;
	padding-bottom: 20px;
	counter-reset: listitem;
}
ol li::before {
	counter-increment: listitem;
	content: counters(listitem, '.') '.';
	color: #e12454;
	display: inline-block;
	position: absolute;
	margin-left: -17px;
}
li {
    margin: 0px;
    padding: 0 0 8px 18px;
	font-weight: normal;
    list-style: none;
    color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
    font-size: 22px;
    line-height: normal;
    list-style: none;
    position: relative;
}
li a {
    color: #000;
	text-decoration: none;
}
li a:hover {
    color: #e12454;
}
li:last-child {
    margin-bottom: 0;
}
ul li::before {
    content: "";
	width: 3px;
    height: 3px;
    background: #000;
    top: 15px;
    margin-left: -10px;
    border-radius: 10px;
    position: absolute;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
.button {
    min-width: 211px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: #F77D5C;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: 0.7s;
    font-weight: 300;
    border: none;
}
.button:hover {
	background: #000;
	color: #fff;
}
.about-section.page-not-found {
    text-align: center;
}
.not-found-des {
    margin-bottom: 20px;
}
/** ================== // HEADER CSS START // ================== **/
.header {
    position: relative;
    margin: 0;
    padding: 20px 0px;
    z-index: 9;
    background: #fff;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
	align-items: center;
}
.logo {
    width: 270px;
}
.main-nav {
    position: relative;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	align-items: center;
}
.main-nav .menu-bar {
    display: none;
}
.navigation {
    margin: 0px 50px 0px 0px;
    padding: 0 0px 0 0;
}
.navigation .moblelogo {
    display: none;
}
.nav-manu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    list-style-type: none;
}
.nav-manu ul li {
    position: relative;
    margin: 0 43px 0 0;
    padding: 0;
    font-size: 18px;
	line-height: 18px;
    color: #000;
    font-weight: normal;
}
.nav-manu ul li:last-child {
	margin-right: 0;
}
.nav-manu ul li::before {
	display: none;
}
.nav-manu ul li a {
    color: #000;
    text-decoration: none;
    display: block;
}
.nav-manu ul li a::after {
    content: "";
    background: #F77D5C;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0%;
    height: 2px;
	opacity: 0;
	visibility: hidden;
	transition: 0.7s;
}
.nav-manu ul li:hover a {
	color:#F77D5C;
}
.nav-manu ul li:hover a::after, .nav-manu ul li.current-menu-item a::after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.nav-manu ul li.current-menu-item a {
	color:#F77D5C;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    top: 100%;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 275px;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 0;
    width: auto;
    padding-top: 0;
    padding: 0px;
    background: transparent;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0px 0 0px;
    transition: .4s;
    position: relative;
    border-bottom: 1px solid rgba(221, 221, 221, 0.23);
    background: #fff;
}
.navigation ul li ul.sub-menu li a {
    padding: 16px 16px;
    color: #000;
	font-size: 15px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navigation ul li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0px;
    padding-left: 10px;
}
.navigation .menu-item-has-children > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -12px;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
	transition: 0.4s;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #ffffff;
	margin-top: 2px;
}
.header-right {
    position: relative;
}
.header-right .button {
    font-weight: 600;
    font-style: italic;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // HERO SECTION CSS START // ================== **/
.hero-section {
    margin: 0;
    padding: 0;
    height: calc(100vh - 105px );
    min-height: 500px;
}
.hero-section div {
    height: 100%;
}
.hero-item {
	position: relative;
	margin: 0;
	padding: 0;
}
.hero-item::before {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: .36;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.hero-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-slide > div {
    display: flex;
	flex-wrap: wrap;
}
.hero-absolute-section {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	right: 0;
}
.hero-absolute-section .container {
    max-width: 1248px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-absolute-section .container div {
    height: auto;
}
.hero-text-info {
    margin: 0;
    padding: 0;
    max-width: 810px;
}
.hero-text-info i {
	margin: 0 0 34px;
	padding: 0;
	font-size: 36px;
	line-height: 42px;
	display: block;
	color: #fff;
	font-weight: 300;
}
.hero-text-info h1, .hero-text-info h2, .hero-text-info h3, .hero-text-info h4, .hero-text-info h5 {
    color: #fff;
    font-size: 96px;
    line-height: 120px;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    margin: 0 0 54px;
}
/** ================== // HERO SECTION CSS END // ================== **/

/** ================== // MEDICAL SERVICES FIRST SECTION CSS START // ================== **/
.medical-services-section {
	background: #F9F9F9;
	padding: 74px 0;
	border-bottom: 2px #E1601F solid;
}
.ngo-services-row {
	display: flex;
	flex-wrap: wrap;
}
.ngo-services-item {
	width: 25%;
}
.ngo-services-md-info {
	margin: 0;
	padding: 0;
	text-align: center;
}
.ngo-services-md-info img {
    margin: 0 0 20px;
    padding: 0;
    height: 80px;
}
.ngo-services-md-info h4 {
	margin: 0 0 6px;
	padding: 0;
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}
.ngo-services-md-info p {
	font-size: 18px;
}
/** ================== // MEDICAL SERVICES FIRST SECTION CSS END // ================== **/

/** ================== // ABOUT US SECTION CSS START // ================== **/
.about-section {
	margin: 0;
	padding: 87px 0;
}
.heading {
	margin: 0;
	padding: 0 0 76px;
	text-align: center;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
	margin: 0;
	padding: 0 0 15px;
	font-size: 90px;
	line-height: 90px;
	display: inline-block;
	position: relative;
}
.heading h1 span, .heading h2 span, .heading h3 span, .heading h4 span, .heading h5 span {
	color: #F77D5C;
}
.heading h1::before, .heading h2::before, .heading h3::before, .heading h4::before, .heading h5::before {
    content: "";
    background: #F77D5C;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    border-radius: 100px;
    margin: 0 auto;
    border: 10px #fff solid;
    z-index: 1;
}
.heading h1::after, .heading h2::after, .heading h3::after, .heading h4::after, .heading h5::after {
	content: "";
	background: #F77D5C;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.about-flex-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 108px;
}
.aboutleft-col-6 {
	width: 50%;
}
.aboutleft-col-img-info img {
    border-radius: 20px;
}
.aboutright-col-6 {
	margin: 0;
	padding: 0;
	width: 50%;
}
.about-col--info {
    margin: 0;
    padding: 0 0 0 58px;
}
.about-col--info h3 {
    font-size: 50px;
    line-height: 57px;
    margin: 0 0 33px;
}
.about-col--info p {
	margin: 0 0 37px;
}
.vision-mission-warp {
	margin: 0 -35px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.vision-mission-col-6 {
    width: 50%;
    padding: 0 35px;
}
.vision-mission-col-info {
    background: #F3F3F3;
    border-bottom: 8px #FCD7A2 solid;
    padding: 51px;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.vision-mission-col-info h4 {
	font-size: 50px;
    line-height: 57px;
    margin: 0 0 33px;
}
.vision-mission-col-info p {
    margin: 0 0 25px;
}
.vision-mission-col-6:nth-child(even) .vision-mission-col-info {
    border-bottom-color: #F77D5C;
}
.vision-mission-col-info a.button {
    margin-top: auto;
    width: fit-content;
}
/** ================== // ABOUT US SECTION CSS END // ================== **/

/** ================== // OUR ACTIVITIES SECTION CSS START // ================== **/
.activities-section {
	margin: 0;
	padding: 80px 0 98px;
	background: #EEEEEE;
}
.activities-section .heading h1::before, .activities-section .heading h2::before, .activities-section .heading h3::before, .activities-section .heading h4::before, .activities-section .heading h5::before {
    border-color: #EEEEEE;
}
.activties-post-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -24px;
	gap:48px 0;
}
.activties-post-col-4 {
	margin: 0;
	padding: 0 24px;
	width: 33.333%;
}
.activties-post-col-info {
	background: #F5AB87;
	padding: 14px 15px;
	height: 100%;
}
.activties-post-col-info.research-clr {
	background: #D6EED7;
}
.activties-post-col-info.environment-clr {
	background: #FCD7A2;
}
.activties-post-col-info figure {
	margin: 0;
	padding: 0;
}
.activties-post-col-info figcaption {
	margin: 0;
	padding: 15px 15px 20px;
}
.activties-post-col-info h5 {
	font-size: 50px;
	line-height: 57px;
	margin: 0 0 5px;
	padding: 0;
}
.activties-post-col-info p {
	margin: 0 0 5px;
	padding: 0;
}
.activties-post-col-info ul {
	margin: 0;
	padding: 0;
}
.activties-post-col-info ul li {
	margin: 0;
	padding: 0 0 0 10px;
}
/** ================== // OUR ACTIVITIES SECTION CSS END // ================== **/

/** ================== // CONTACT US HOME SECTION START // ================== **/
.contact-hm-section {
	margin: 0;
	padding: 84px 0 103px;
}
.contact-flex-row {
	display: flex;
	flex-wrap: wrap;
}
.contact-form-left {
	width: 51.53%;
}
.contact-form-txt-info {
	margin: 0;
	padding: 0;
}
.contact-form-txt-info form {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -22px;
	gap:44px 0;
}
.form-group {
    width: 50%;
	padding: 0 22px;
	margin: 0;
}
.form-group.full-form-group {
    width: 100%;
}
.contact-form-txt-info h5 {
	margin: 0 0 55px;
	padding: 0;
	font-size: 50px;
	line-height: 57px;
}
.medium {
	margin: 0;
	padding: 20px 30px;
	height: 80px;
	background: #F9F9F9;
	border: 1px solid #C4C4C4;
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	width: 100%;
	display: block;
	appearance: none;
}
.medium::-webkit-input-placeholder {
	color: #000;
}
textarea.medium {
	height: 360px;
	resize: none;
}
.contact-form-right {
    width: 48.47%;
	text-align: right;
}
/** ================== // CONTACT US HOME SECTION END // ================== **/

/** ================== // FOOTER SECTION START // ================== **/
.footer-section {
	margin: auto 0 0;
	padding: 122px 0 0;
	background: #F77D5C;
}
.footer-row {
	display: flex;
	flex-wrap: wrap;
}
.footer-left {
    width: 27%;
	margin-right: 160px;
}
.footer-logo {
    margin: -10px 0 36px;
    max-width: 300px;
}
.footer-address-item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 42px;
	padding-left: 24px;
}
.footer-address-item:last-child {
	margin-bottom: 0;
}
.ftr-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftr-text {
	width: calc(100% - 40px);
	padding: 0 0 0 18px;
	margin: 0;
}
.ftr-text p {
	color: #fff;
	padding: 0;
	margin: 0;
}
.ftr-text p a {
	text-decoration: none;
	color: #fff;
}
.ftr-text p a:hover {
	text-decoration: underline;
}
.footer-menu {
	width: 10%;
	margin-right: 155px;
}
.tittle-text {
	margin: 0 0 16px;
	padding: 0;
	font-size: 35px;
	color: #000;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}
.footer-menu ul li a {
	color: #fff;
}
.footer-menu ul li a:hover {
	color: #000;
}
.footer-menu ul li::before {
	display: none;
}
.footer-social {
    width: 8%;
	margin-right: 157px;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	gap:16px;
}
.footer-social ul li {
	margin: 0;
	padding: 0;
}
.footer-social ul li::before {
	display: none;
}
.footer-social ul li a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    border-radius: 100px;
}
.footer-social ul li a:hover {
    background: #000;
    color: #fff;
}
.footer-newsletter {
	margin: 0;
	padding: 0;
	width: 26%;
}
.footer-newsletter p {
	color: #fff;
	font-size: 18px;
	line-height: normal;
}
.form-news {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 46px;
}
.input-text {
	width: 100%;
	height: 50px;
	padding: 11px 140px 11px 19px;
	font-size: 18px;
	line-height: normal;
	border: none;
}
.input-text::-webkit-input-placeholder {
	color: #000;
}
.subscribe-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 0 18px;
	cursor: pointer;
	transition: 0.7s;
}
.subscribe-btn:hover {
    background: #fb997f;
    color: #fff;
}
.copyright {
	margin: 130px 0 0;
	padding: 15px 0;
	background: #000;
	text-align: center;
}
.copyright p {
	color: #fff;
	font-size: 18px;
	line-height: normal;
}
/** ================== // FOOTER SECTION END // ================== **/

/** ================== // DONATE PAGE SECTION START // ================== **/
.hero-section.inner-hero-section {
	height: 320px;
	position: relative;
	overflow: hidden;
}
.inner-hero-section .hero-item {
    height: 100%;
}
.inner-hero-section .hero-text-info * {
    margin: 0;
}
.donate-page-section {
	margin: 0;
	padding: 50px 0;
}
.donate-details-info {
    margin: 0 auto;
    max-width: 1100px;
}
.donate-tab-menu {
	margin: 0;
	padding: 0;
}
.donate-tab-menu ul {
	margin: 0;
	padding: 0;
}
.donate-tab-menu ul li {
	padding: 0 8px 0 0;
	margin: 0;
}
.donate-tab-menu ul li:last-child{
	padding-right: 0;
}
.donate-tab-menu ul li a {
    background: #f77d5c;
    color: #fff;
    padding: 10px 43px;
    display: block;
	position: relative;
}
.donate-tab-menu ul li a::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-top: 10px #000 solid;
	opacity: 0;
	visibility: hidden;
	transition: 0.7s;
}
.donate-tab-menu ul li::before{
	display: none;
}
.donate-tab-menu ul li a.active {
    background: #000;
}
.donate-tab-menu ul li a.active::after{
	display: block;
	opacity: 1;
	visibility: visible;
}
.donate-tab-main {
    padding: 40px 0 0;
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.bank-details-info {
	margin: 0;
	padding: 0;
	width: 100%;
}
.bank-details-info p {
    margin: 4px 0;
    padding: 7px 18px;
    border: 1px #cfcfcf solid;
}
.qrcode-left {
    width: 30%;
}
.found-app {
    width: 34%;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.found-app a {
    display: block;
    width: 30%;
}
.payment-form {
    width: 36%;
	padding-left: 20px;
}
.payment-form p {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
}
.field-input {
	position: relative;
	margin-bottom: 15px;
}
.amount-field {
	position: relative;
}
.input-group-addon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f77d5c;
    color: #fff;
    font-size: 30px;
}
.amount-field .medium {
    padding-left: 100px;
}
.field-input label {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}
.field-input label span {
    color: #f77d5c;
}
.online-payment-info {
    width: 100%;
}
.notices-pad {
    margin: 0 0 30px;
    padding: 10px 30px;
    background: #f77d5c;
    width: 100%;
}
.select-currency {
	margin-bottom: 30px;
}
.select-currency label {
    font-size: 22px;
    font-weight: bold;
}
select.medium {
    background-image: url('../images/select-icon.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
}
/** ================== // DONATE PAGE SECTION END // ================== **/

/** ================== // ABOUT PAGE SECTION START // ================== **/
.inner-hero-section .hero-text-info h1, .inner-hero-section .hero-text-info h2, .inner-hero-section .hero-text-info h3, .inner-hero-section .hero-text-info h4, .inner-hero-section .hero-text-info h5 {
    font-size: 75px;
    line-height: 80px;
    font-weight: 700;
}
.commingsoon-wrap {
    text-align: center;
}
/** ================== // ABOUT PAGE SECTION END // ================== **/
.footer-newsletter p {
    position: relative;
	display: flex;
    flex-wrap: wrap;
}
.footer-newsletter p .wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.footer-newsletter p .wpcf7-not-valid-tip {
    position: absolute;
    background: #ffc8c8;
    width: 100%;
    padding: 5px 15px;
}
.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 50px 0px 0px !important;
    padding: 5px 10px !important;
    border: 0px solid #00a0d2 !important;
    font-size: 13px !important;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffc8c8 !important;
	color: #dc3232 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #f2ffea !important;
    color: #46b450 !important;
    margin-top: 20px !important;
}

.contact-hm-section .wpcf7 form .wpcf7-response-output {
    display: block !important;
    width: 95%;
    margin: 0 auto !important;
}
.contact-hm-section .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 20px !important;
}

/** NEW CSS START **/
.home-md-service .ngo-services-row {
    justify-content: center;
}
.home-md-service .ngo-services-item {
    transition: 0.7s;
    position: relative;
    padding: 20px 0px;
}
.home-md-service .ngo-services-item:hover .services-hover-content {
	opacity: 1;
	visibility: visible;
}
.services-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 79%);
    border: 1px solid #d5d5d5;
    padding: 10px;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
	display: flex;
	align-items: center;
}
.services-hover-content ul {
    padding: 0;
}
.services-hover-content ul li {
    font-size: 18px;
}
.services-hover-content ul li:last-child {
    padding-bottom: 0;
}
.services-hover-inner.services-hover-btn {
    width: 100%;
    text-align: center;
}
.services-hover-btn a.button {
    min-width: 151px;
    height: 55px;
    font-size: 16px;
}
.medical-services-section.home-md-service {
    padding: 0;
}
.services-hover-content {
    padding: 10px 0;
}
.home-md-service .ngo-services-item {
    transition: 0.7s;
    position: relative;
    padding: 60px 0px;
}
.services-hover-inner {
    width: 100%;
}
.services-hover-content ul li {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    color: #fff;
}
.services-hover-content ul li:last-child {
    padding-bottom: 10px;
    border-bottom: 0px;
}
.services-hover-content ul li i {
    margin-right: 10px;
}
.services-hover-content ul li::before {
	display: none;
}
.home-md-service .ngo-services-item:hover .ngo-services-md-info {
    filter: blur(5px);
    opacity: 0.8;
}
/** NEW CSS START **/
.about-flex-row.founders-section {
    margin-left: -25px;
    margin-right: -25px;
    align-items: flex-start;
}
.founders-section .aboutleft-col-6 {
    width: 33.33%;
    padding: 25px;
}
.founders-section .founders-card-info {
    padding: 0;
}
.founders-detail-card {
    margin-top: 25px;
}
.founders-detail-card p {
    font-size: 20px;
    line-height: 30px;
}
.founders-section .heading {
    width: 100%;
}
.founders-section .heading h2 {
    font-size: 55px;
    line-height: 57px;
}
.founders-img-card {
    height: 470px;
    overflow: hidden;
    text-align: center;
    background: #000;
}
.founders-img-card img {
    width: auto;
    height: 100%;
    object-fit: contain;
}
.activties-post-col-info ul, .vision-mission-col-info ul {
    margin-bottom: 5px;
}
.vision-mission-col-info ul {
	display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.activties-post-col-info ul li, .vision-mission-col-info ul li {
    margin: 0;
    padding: 0 0 0 20px;
}
.activties-post-col-info ul li::before, .vision-mission-col-info ul li::before {
    content: "\f0da";
    font: normal normal normal 14px / 1 FontAwesome;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    top: 8px;
    margin-left: -15px;
}
