@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:hover {
    text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    background: #ECEFF1;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
}
body, html {
    font-family: 'Poppins', sans-serif;
}
.heading_common {
    font-size: 32px;
    line-height: 50px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    text-align: center;
}
.heading_common:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    display: block;
    background-color: #257FD4;
}

/* NAVBAR CSS STARTS HERE */
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}
.navbar-light .navbar-brand {
    width: 80px;
    height: 64px;
    margin: 5px 15px 5px 5px;
}
.navbar-light .navbar-brand img {
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.2rem 1rem;
    position: relative;
    height: 75px;
    display: flex;
    align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #257FD4;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #257FD4;
}
.navbar-expand-lg .navbar-nav .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #257FD4;
    content: '';
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link:after {
    display: block;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after {
    display: block;
}
/* NAVBAR CSS ENDS HERE */

/* BANNER CSS STARTS HERE */
.banner_wrapper {
    position: relative;
}
.banner_wrapper:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.banner_wrapper img{
    width: 100%;
}
.homeAbout_wrapper {
    padding: 40px 15px;
}
.homeAbout_wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align: center;
}
/* BANNER CSS ENDS HERE */

/* CONTACT US CSS STARTS HERE  */
.contact_us__wrapper {
    padding: 80px 15px;
    background-color: rgba(37, 127, 212, 0.1);
}
.contact_us__info {}
.contact_us__cardData {
    display: flex;
    justify-content: center;
}
.contact_us__cardData {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.contact_us__cardData .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 15px;
    border-radius: 100%;
    background-color: #257FD4;
}
.contact_us__cardData .icon img {
    width: 100%;
    height: 100%;
}
.contact_us__cardData p {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}
a.contact_us__cardData p {
    color: #257FD4;
}
/* CONTACT US CSS ENDS HERE */

.overview_wrapper {
    padding: 60px 15px;
    /* background-color: #fff; */
}
.overview_wrapper__lightB {
    background-color: #fff;
}
.overview_wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align: center;
}
.mv_card, .mfl_card {
    background-color: #fff;
    padding: 2rem;
    border-radius: 4px;
}
.mv_card span {
    display: block;
    margin: 0 auto 2rem;
    width: 100%;
    height: 200px;
}
.mv_card span img {
    width: 100%;
    height: 100%;
}
.mv_card p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.mfl_card {
    text-align: left;
    margin-bottom: 30px;
}
.mfl_card h6 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}
.mfl_card p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align: left;
}
.mv_card__img img {
    width: 100%;
}
.our_efforts__card {
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 4px;
    padding: 2rem;
    text-align: left;
}
.our_efforts__card h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.our_efforts__card h5:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #257FD4;
}
.our_efforts__card p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.model_of_changeWrapper img {
    width: 100%;
}
.model_of_changeWrapper {
    border-bottom: 10px solid #ECEFF1;
}
.partners_card__wrapper {
    justify-content: center;
}
.partners_card {
    padding: 2rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    flex: 1;
}
.partners_card img {
    max-width: 100%;
    height: auto;
    display: block;
}
.flex_col {
    display: flex;
    flex: 1;
    min-width: 33.3333%;
}
.abm_card {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
    text-align: center;
}
.abm_card img {
    width: 180px;
    height: 180px;
}
.abm_card h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #666;
    margin: 10px auto;
}
.abm_card p {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}
.partners_cardadv {
    flex: 1;
    display: flex;
    min-width: 33.3333%;
    margin-bottom: 30px;
}
.team_card__wrapper .flex_col {
    min-width: 50%;
    padding: 30px;
}
.team_card {
    text-align: center;
}
.team_card__img {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto 15px;
    background-color: #257FD4;
}
.team_card__img img {
    width: 100%;
    height: 100%;
}
.team_card .name a{
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
    display: block;
}
.team_card .name a:hover {
    color: #257FD4;
}
.team_card .post {
    display: block;
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}
.team_card .post span {
    font-weight: 500;
    display: block;
    color: #333;
    font-size: 20px;
}
.team_card .about {
    font-size: 16px;
    line-height: 24px;
}
/* FOOTER CSS STARTS HERE */
.footer_wrapper {
    padding: 30px 15px;
    background-color: #fff;
}
.footer_wrapper ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_wrapper ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.footer_wrapper ul li:after {
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-color: #257FD4;
}
.footer_wrapper ul li:last-child:after {
    display: none;
}
.footer_wrapper li a {
    padding: 5px 5px;
    font-size: 16px;
    line-height: 20px;
    color: rgb(185, 172, 172);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: block;
}
.copyright {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
/* FOOTER CSS ENDS HERE */

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .footer_wrapper ul {
        flex-direction: column;
    }
    .heading_common {
        font-size: 24px;
        line-height: 30px;
    }
    .navbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-light .navbar-toggler {
        border-color: #257FD4;
    }
    .footer_wrapper li a {
        margin-bottom: 5px;
    }
    .navbar-collapse {
        margin: 15px -15px 0;
        background: #fff;
    }
    .contact_us__cardData {
        flex-direction: column;
        margin-bottom: 20px;
        align-items: center;
    }
    .contact_us__cardData p {
        text-align: center;
    }
    .mv_card span {
        height: auto;
    }
    .mv_card {
        margin-bottom: 30px;
    }
    .mv_card p {
        font-size: 16px;
        line-height: 22px;
    }
    .our_efforts__card {
        padding: 15px;
    }
    .footer_wrapper ul li:after {
        display: none;
    }
    .team_card__wrapper .flex_col {
        min-width: 100%;
        padding: 20px;
        margin-bottom: 15px;
        border-radius: 4px;
        background-color: #fff;
    }
    .partners_card__wrapper {
        flex-direction: column;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        height: auto;
        padding: 0.5rem 1rem;
    }
}