@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: 'be_vietnamlight';
    src: url('../fonts/bevietnam-light-webfont.woff2') format('woff2'),
        url('../fonts/bevietnam-light-webfont.woff') 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: 'be_vietnamextrabold';
    src: url('../fonts/bevietnam-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/bevietnam-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    color: var(--grey, #5D5D5D);
    font-family: "Montserrat";
    font-size: var(--body-size);
    font-weight: 400;
    line-height: 2;
    /* padding-top: 138px; */
    background: #fbfbfb;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat";
}

.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;
}

.left_gap_wrapper {
    padding-left: 30px;
}

.right_gap_wrapper {
    padding-right: 30px;
}
.heading {
    color: var(--dark-Blue, #051F38);
    font-family: "Montserrat";
    font-size: var(--heading-size);
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.bitter {
    font-family: "Montserrat";
}

/********************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: 220px;
    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;
}

.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: 35px;
}

.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: 650px; */
}

.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: end;
    height: 100%;
}

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

.home-page-banner .banner_heading {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-page-banner .banner_content {
    color: #FFF;
    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-bottom: 50px;
    z-index: 9;
    position: relative;
}
.contact_form_wrap {
    background-color: var(--gold);
    padding: 30px;
    position: relative;
    z-index: 9;
}
.white_btn {
    background-color: white;
    color: var(--gold);
    border: 1px solid white;
}

.white_btn:hover {
    background-color: transparent !important;
    color: white;
}

/*************Footer****************/
footer {
    text-align: center;
    padding-top: 70px;
    /* border-top: 1px solid #f2f2f2; */
    background-color: #141a23;
}

footer .column-2 ul {
    display: inline-block;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.header {
    background-color: #051F38;
}
footer .column-2 ul li {
    display: inline-block;
    padding: 0px 20px;
}
.header-logo a {
    display: flex
;
}
.header-logo a {display: flex;}

.header_phone_text {
    color: white;
    line-height: 100%;
    margin-bottom: 10px;
}

.call-us-today a {
    color: white;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 2px;
}

.call-us-today {
    background-color: var(--gold);
    padding: 25px 20px;
}
footer .column-2 ul li a {
    color: white;
    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;
}

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

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

.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: var(--gold);
    padding: 5px 0px;
    line-height: 1.5;
    font-size: 15px;
}
.footer-logo {
    width: 300px;
    margin: 0 auto;
    height: auto;
}

.copyright-text {
    display: contents;
    color: white;
}
.copyright-text a{
    color: white;
}
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: "Montserrat";
    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: "Montserrat";
    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,
.button {
    font-family: "Montserrat";
} */


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

.main-header-wrap .header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* .expect-image {
    float: left;
    width: 50% !important;
    margin: 0 55px 10px 0;
} */
.home-page-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000038;
    left: 0;
    top: 0;
}
/* .............................................Play Button........................................... */
.expect-image a.html5lightbox {
    position: relative;
    display: inline-block;
}

.expect-image a.html5lightbox .video-play-icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: flex;
}

.expect-image a.html5lightbox img {
    display: inline-block;
}

.expect-image a.html5lightbox .video-play-icon img {
    height: 100px;
    width: 100px;
    transition: all .5s ease;
}

.expect-image a.html5lightbox:hover .video-play-icon img {
    transform: scale(1.05);
}
.expertise_image img {
    width: 65px !important;
    height: auto;
}
.ex_title {
    font-size: 27px;
    font-weight: 600;
    color: var(--gold);
    line-height: 36px;
    margin-top: 10px;
}
.ex_heading_row p {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.light_bg_section, .why_choose_section {
    background-color: #cea4341a;
}
.expertise_image {
    text-align: start;
    display: flex;
    justify-content: flex-start;
}

.expertise_image svg {
    width: 77px !important;
    height: 77px;

}

.expertise_image svg path {
    fill: var(--gold);
}

.expertise_slider.row {
    grid-row-gap: 24px;
    margin-top: 35px;
}
.expertise_image {
    text-align: start;
    display: flex;
    justify-content: flex-start;
}

.expertise_image svg {
    width: 77px !important;
    height: auto;
}

.expertise_image svg path {
    fill: var(--gold);
}

.expertise_slider.row {
    grid-row-gap: 24px;
    margin-top: 35px;
}


.address-wrap {
    color: white;
}

.address-wrap a {
    color: white;
}

.phone a {
    color: white;
}

a.direction-link {
    color: white;
    text-decoration: underline;
}

.left_gap_wrapper li {
    list-style: initial;
}
.video_section {
    background-color: #cea4341a;
}
.home-page-banner::after {
    background: linear-gradient(360deg, #071320 0%, rgba(28, 78, 134, 0) 71.94%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.home-page-banner{
    position: relative;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
    z-index: 1;
}
.form-group {
    margin-bottom: 18px;
}