@font-face {
    font-family: 'be_vietnamthin';
    src: url('../fonts/bevietnam-thin-webfont.woff2') format('woff2'),
        url('../fonts/bevietnam-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vogun';
    src: url('../fonts/Vogun-Medium.otf') format('woff2'),
        url('../fonts/Vogun-Medium.otf') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'be_vietnamregular';
    src: url('../fonts/bevietnam-regular-webfont.woff2') format('woff2'),
        url('../fonts/bevietnam-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'be_vietnammedium';
    src: url('../fonts/bevietnam-medium-webfont.woff2') format('woff2'),
        url('../fonts/bevietnam-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'be_vietnamsemibold';
    src: url('../fonts/bevietnam-semibold-webfont.woff2') format('woff2'),
        url('../fonts/bevietnam-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'be_vietnambold';
    src: url('../fonts/bevietnam-bold-webfont.woff2') format('woff2'),
        url('../fonts/bevietnam-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'erstoria';
    src: url('../fonts/Erstoria.ttf') format('woff2'),
        url('../fonts/Erstoria.ttf') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #000;
    font-family: 'Open Sans';
    font-size: var(--body-size);
    font-weight: 400 !important;
    background: #fbfbfb;
    letter-spacing: 2px;
    line-height: 36px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'erstoria';
}

p {
    line-height: 36px;
    font-size: 20px;
    letter-spacing: 2px;
}

.heading {
    color: #000;
    font-family: 'erstoria';
    font-size: var(--heading-size);
    font-weight: 400;
    line-height: 100px;
    text-transform: capitalize;
}

.space-pd {
    padding: 110px 0;
}

.space-mr {
    margin: 110px 0;
}

.space-mt {
    margin-top: 110px;
}

.space-mb {
    margin-bottom: 110px;
}

.space-pt {
    padding-top: 110px;
}

.space-pb {
    padding-bottom: 110px;
}

.bitter {
    font-family: Bitter;
}

/********************Header***********************/
.main-header-top,
.main-header-top * {
    background: #051F38;
    color: #fff;
}

.main-header-top {
    padding: 5px 0px;
}

.main-header-top .social-media ul li svg,
.main-header-top .social-media ul li img {
    width: 18px;
    height: 18px;
}

.main-header-top .social-media ul li a {
    line-height: 1;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.main-header-top .social-media ul li svg path {
    fill: #fff;
}

.main-header-top .row {
    display: flex;
    justify-content: space-between;
}

.main-header-top .social-media {
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-header-top .call-us-today {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
}

.main-header-top .social-media ul {
    margin: 0;
    padding: 0;
}

.header-search svg {
    position: relative;
    line-height: normal;
    top: -3px;
}

.main-header-top .social-media ul li {
    display: inline-block;
    margin-right: 15px;
}

.main-header-top .call-us-today .header_phone_text {
    font-weight: 300;
    margin-right: 5px;
    background-image: url(../img/call.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.main-header-wrap .header-logo {
    width: 100%;
    max-width: 15%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -1px;
}

.main-header-wrap .header-logo svg {
    width: 100%;
    max-width: 150px;
    /* padding-top: 5px; */
    height: 116px;
}

.main-header-wrap .header_menu_apply {
    width: 100%;
    max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header-wrap .header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 80px;
}

.main-header-wrap .header-menu-wrap>ul {
    position: relative;
}

/* .main-header-wrap .header-menu-wrap>ul:after {
    content: '';
    background: #5D5D5D;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    margin: auto;
} */

.main-header-wrap .header-menu-wrap>ul {
    margin-right: 10px;
}

/***********Banner**********/
.home-page-banner {
    width: 100%;
    height: 100vh;
}

.home-page-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    /* max-height: 800px; */
    background-color: #faf5e8;
    z-index: 0;
}

.home-page-banner .image {
    position: absolute;
    bottom: 0;
    right: 100px;
    display: flex;
    height: auto;
    width: calc(50% + 10px);
}

.home-page-banner .image img {
    width: 100%;
    height: auto;
}

.home-page-banner .row {
    align-items: center;
    height: 100%;
}

.home-page-banner .container {
    height: 100%;
}

.home-page-banner .banner_heading {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    font-family: 'vogun';
}

.home-page-banner .banner_content {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0px;
}

.home-page-banner .banner-content-wrap {
    /* padding-top: 100px; */
    /* padding-right: 54px; */
}


/*************Footer****************/
footer {
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #111110;
}
.banner_img_wrap {
    padding-left: 100px;
    padding-top: 65px;
}
ul#menu-quick-links li a {
    color: white;
    font-size: 20px;
    font-weight: 400;
}

ul#menu-quick-links {
    padding-left: 0;
    line-height: 35px;
}

ul#menu-quick-links li {
    margin-bottom: 20px;
}

ul#menu-quick-links li:last-child {
    margin-bottom: 0;
}

.footer_cotent_heading {
    font-family: 'erstoria';
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.address span {
    color: white;
    font-size: 20px;
}

a.direction-link {
    color: white;
    font-size: 20px;
    text-decoration: underline;
}

.phone a {
    color: white;
    font-size: 20px;
}

.phone {
    margin-top: 30px;
}

ul#menu-quick-links {
    padding-left: 0;
    /* line-height: 55px; */
}

footer .column-2 ul {
    display: inline-block;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

footer .column-2 ul li {
    display: inline-block;
    padding: 0px 20px;
}

footer .column-2 ul li a {
    color: var(--dark-Blue, #051F38);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.footer-social ul li svg path {
    /* fill: var(--blue, #048); */
}

.footer-social ul {
    display: inline-block;
    padding-left: 0;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li svg {
    width: 32px;
    height: 32px;
}

.footer-social ul li {
    /* border: 1px solid var(--blue);
    padding: 10px;
    border-radius: 20px; */
    margin-right: 35px;
    /* transition: 0.5s; */
}

.footer-social ul li:hover {
    /* background: #048; */
}

.footer-social ul li:hover a svg path {
    /* fill:#fff; */
}

.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

footer .column-3 {
    padding: 30px 0px;
}

footer .footer-copyright {
    background: #f2f2f2;
    padding: 5px 0px;
    line-height: 1.5;
    font-size: 15px;
}

footer .column-2 ul .current-menu-item>a {
    position: relative;
}

footer .column-2 ul .current-menu-item>a:after {
    content: '';
    position: absolute;
    background: var(--blue);
    left: 0;
    right: 0;
    bottom: -2px;
    width: calc(100% - 10px);
    height: 1px;
    margin: auto;
}

/*******************************/
.home_donation {
    text-align: center;
}

.home_donation .section_loop_data-wrap {
    display: flex;
    flex-wrap: wrap;
}

.home_donation .section_loop_data-wrap .loop_data {
    width: 100%;
    max-width: 33%;
    position: relative;
}

.home_donation .btn-wrap {
    justify-content: center;
    margin-top: 40px;
}

.home_donation .section_loop_data-wrap .loop_data .icon {
    margin: auto;
    width: auto;
    display: inline-block;
    border: 1px solid var(--blue);
    padding: 60px;
    border-radius: 50%;
    position: relative;
}

.home_donation .section_loop_data-wrap .loop_data .icon:after {
    content: '';
    background-color: var(--blue);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.1;
    width: 85%;
    height: 85%;
    margin: auto;
}

.home_donation .section_loop_data-wrap .loop_data .icon svg {
    width: 100px;
    height: 100px;
}

.home_donation .section_loop_data-wrap .loop_data .icon-line:before {
    content: '';
    background-image: url(../img/line.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    right: -270px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    top: 2px;
    transform: rotate(2deg);
}

.home_donation .section_loop_data-wrap .loop_data .icon-line {
    position: relative;
    margin-bottom: 30px;
}

.home_donation .section_loop_data-wrap .loop_data:last-child .icon-line:before {
    display: none;
}

.home_donation {
    background-image: url(../img/danate.webp);
    background-color: #f2f2f2;
}

.loopheading {
    color: #000;
    text-align: center;
    font-family: Bitter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.home_donation .section_loop_data-wrap .loop_data .content {
    margin-top: 10px;
}

.home-blogs .description {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

/*******************/
.home_about .image-border img {
    width: 100%;
    max-width: 620px;
}

/******************************/
.home-blogs .blog-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.home-blogs .post-image-box {
    width: 100%;
    max-width: 40%;
    padding-right: 45px;
}

.home-blogs .post-content-box {
    width: 100%;
    max-width: 60%;
}

.home-blogs .post-image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 0 0;
    box-shadow: 0px 0px 15px 5px #f2f2f2;
}

.home-blogs .post-title a,
.home-blogs .post-title {
    color: var(--dark-Blue, #051F38);
    font-family: Bitter;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
}

.home-blogs .blog_desc {
    padding: 10px 0px;
}

.home-blogs .button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*******************/
.home_contact_us .header_phone_text {
    color: var(--grey, #5D5D5D);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.38px;
    text-transform: uppercase;
}

.home_contact_us .header_phone_number {
    color: var(--Blue, #048);
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
}

.home_contact_us {
    background-image: url(../img/contact.webp);
    background-color: #f2f2f2;
}

/*********************Contact us page********************/
.contact_information * {
    color: #fff;
}

.contact_information img,
.contact_information svg {
    height: 17px;
    width: 17px;
}

.contact_information svg path {
    fill: #fff;
}

.contact_us_page .contact_information .heading {
    font-size: 35px;
    margin-bottom: 20px;
}

.contact_us_page .contact_information {
    background: #0C4A89;
    padding: 15px 25px;
    text-transform: uppercase;
    height: 100%;
    padding-top: 75px;
    width: 100%;
}

.contact_us_page .contact_information .address-wrapper {
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 25px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact_us_page .contact_information .phone_number {
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 22px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact_us_page .contact_information .timing {
    background-image: url(../img/time.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 22px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact_us_page .form-area {
    padding: 40px 40px;
}

.contact_us_page .contact_information_wrap {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 33.33333333%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_information ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.contact_information ul li {
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
}

.contact_information ul>li>a {
    line-height: 1;
}

.contact_information .get_direction a {
    text-transform: capitalize;
    text-decoration: underline;
}

.contact_us_page .form-area .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.contact_us_page .shadow {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.contact_us_page.common-pd {
    padding-bottom: 0;
    z-index: 1;
    position: relative;
}

.contact_us_map {
    position: relative;
    margin-top: -150px;
    z-index: -1;
}

.contact_us_map .map-wrap iframe {
    height: 500px;
    width: 100%;
}

/********************/
.what-we-do-page .heading {
    margin-bottom: 30px;
}

.what-we-do-page .default-content {
    padding-right: 25px;
}

/******************/



/******************/

.get-involve-page .default-content {
    text-align: center;
}

.get-involve-page .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.get-involve-page .image-wrap img {
    width: 100%;
    max-width: 550px;
    margin-left: 0;
    padding-left: 20px;
}

/**************/

.testimonials-page .testimonials-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonials-page .testimonials-wrap .testimonials-loop {
    width: 50%;
    padding: 0px 15px;
    position: relative;
    margin-bottom: 40px;
}

.testimonials-page .testimonials-wrap .testimonials-loop a {
    position: relative;
    display: flex;
    border: 1px solid #084575;
    align-items: center;
    justify-content: center;
}

/*.testimonials-page .testimonials-wrap .testimonials-loop a:hover {
    transform: scale(1.02);
}*/

.testimonials-page .testimonials-wrap .testimonials-loop img {
    padding: 20px;
    height: 400px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    transition: 0.5s;
}

.testimonials-page .testimonials-wrap .testimonials-loop:hover img {
    transform: scale(1.05, 1.075);
}

.testimonials-page .testimonials-wrap .testimonials-loop svg.quotes {
    position: absolute;
    top: -15px;
    left: 60px;
    width: 30px;
    height: 30px;
    background: #fff;
}

.testimonials-page .testimonials-wrap .testimonials-loop svg.play {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

.testimonials-page div#load-more-testimonial {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.button:hover {
    background: var(--blue);
    color: #fff;
}

.button {
    cursor: pointer;
}

/**************Memories***************/
.memories-page .first-child {
    width: 100%;
}

.memories-page .other-child {
    width: 33%;
}

.memories-page .memories-loop .video svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
}

.memories-page .memories-loop .video {
    position: relative;
    display: block;
}

.memories-loop a {
    overflow: hidden;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    display: block;
}

.memories-page .other-child img,
.memories-page .first-child img {
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
}

.memories-loop a img:hover {
    transform: scale(1.2);
}

.memories-page .container {
    width: 100%;
    max-width: 1200px;
}

.memories-page .other-child,
.memories-page .first-child {
    margin-bottom: 10px;
}

.memories-page h2 {
    text-align: center;
}

.memories-page .btn-wrap {
    justify-content: center;
}

/********************************/

/********************************/
.team-single-page {
    padding-top: 20px !important;
}

.team_page .team-data-wrap a {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    flex-flow: column;
    transition: 0.5s ease all;
}

.team_page .team-data-wrap a:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.team_page .team-data-wrap {
    padding: 35px 25px;
}

.team_page .team-data-wrap a:hover {}

.team_page .team-data-wrap img {
    height: auto;
    width: 100%;
}

.team_page .team-data-wrap a .teamcontent {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px 40px;
    z-index: 1;
}

.team_page .team-data-wrap a .teamcontent h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.team_page .team-data-wrap a:hover img {
    transform: scale(1.05);
}

.team_page .team-data-wrap a img {
    transition: 0.5s;
}

.team_page .team-data-wrap * {
    color: #fff;
}

.team_page {
    padding-top: 0px;
}

.team_page .team-data-wrap a .teamcontent .get_the_content {
    display: none;
}

.team_page .team-data-wrap a:hover .get_the_content {
    display: block;
}

.team_member_more_description {
    margin-top: 20px;
}

.history-page-about .content-area {
    color: #fff;
    padding-left: 50px;
}

.history-page-about {
    height: 100%;
    max-height: 600px;
    display: flex;
    align-items: flex-end;
}

/********************/

.inner-banner-sub-heading {
    color: var(--blue, #048);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.nav-menu ul li .sub-menu li.current-menu-item a {
    background: #ff0;
    border: none;
    color: #000;
}

.nav-menu ul li .sub-menu li a:hover {
    color: #000;
    background: #ff0;
    border: none;
}


/**************/

.copyright-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.copyright-privacy ul#menu-privacy-policy,
.copyright-privacy p {
    margin: 0;
}

.copyright-privacy ul#menu-privacy-policy li {
    margin-right: 10px;
}

.copyright-privacy ul#menu-privacy-policy li a {
    color: var(--grey, #5d5d5d);
}

.copyright-privacy ul#menu-privacy-policy {
    display: flex;
    padding-left: 10px;
}

/******************/
.nav-menu>ul>li>a {
    font-family: 'vogun';
}

.button {
    font-family: 'erstoria';
}

.get-involve-page .content-wrap {
    padding: 20px;
}

.main-header-wrap .header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

section.form_section img {
    display: block;
}

section.form_section {
    background-color: #faf5e8;
        z-index: -1;
    position: relative;
}

section.featured_programs_section {
    background-color: #214E2E;
    z-index: 0;
    position: relative;
}

.who_are_section {
    z-index: 0;
    position: relative;
}

section.featured_programs_section p {
    color: white;
}

.program_content_wrap p {
    font-size: 16px;
    line-height: 23px;
    color: #000 !important;
    letter-spacing: 1px;
}

.fp_heading {
    font-size: 20px;
    font-family: 'erstoria';
    margin-bottom: 3px;
    padding-top: 10px;
    line-height: 30px;

}

.program_image img {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    display: block;
   
}

.content_bg_color {
    background-color: #FAF5E8;
    padding: 0 20px 20px 20px;
    height: 130px;
}

/* .img-border img {
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
} */
.left_gap {
    padding-left: 45px;
}

section.who_are_section {
    background-color: #F5E9CB;
}
.percent-wrap {
    background-color: #F5E9CB;
    padding: 30px;
    text-align: center;
    display: inline-flex;
    border-radius: 50px;
    flex-direction: column;
    width: 278px;
    position: absolute;
    bottom: -40px;
    left: -90px;
}

.percent {
    font-size: 60px;
    font-family: 'erstoria';
    color: var(--red);
    line-height: 100%;
}

.percent-text {
    font-size: 20px;
    line-height: 36px;
}
.mobile_header_phone_icon {
    display: none;
}
section.who_are_section h2.heading {
    text-transform: none;
}
.must_be_now_section ul li {
    list-style-type: disc;
}
.must_be_now_section {
    background-color: #F5E9CB;
}
.target_section {
    background-color: #214E2E;
}

.target_section .heading, .target_section p, .target_section li {
    color: white;
}
.target_section ul {
    display: inline-block;
    padding-left: 20px;
    text-align: left;
}
.target_section ul li {
    list-style-type: disc;
}
.must_start_section .row{
	grid-row-gap: 30px;
}
.left_img_content ul li {
    list-style-type: disc;
}
.fs_img {
    padding-right: 30px;
}
.page-banner-title.text-white {
    padding-bottom: 70px;
}
.page-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 30%);
}
.contact-item {
    background-color: #F5E9CB;
    padding: 30px 50px;
    height: 100%;
}
.contact-item ul li {
    list-style-type: disc;
}
.icon_c a {
    color: var(--red) !important;
}
.email{
       color: var(--red) !important;
}
.icon_c a:hover, .icon_c:hover {
    color: var(--black) !important;
}
.icon_c svg {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.icon_c svg path {
    fill: var(--red);
}

.icon_c p {
    display: inline-flex;
    align-items: center;
}
.fullwidth-page {
    background-color: #faf5e8;
}
.about_content {
    background-color: #F5E9CB;
}
.row.contact-details-row {
    grid-row-gap: 40px;
}