@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,400;1,500&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,700;0,800;1,100;1,200;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,400;1,100;1,300;1,400&display=swap');
:root {
    --brand-color-bisque: #f7bb23;
    --brand-color-bisque1: #f9d424;
    --brand-color-sky: #1a97b8;
    --brand-color-blue: #1368b4;
}

h3 {
    color: #2e9669;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: #2e9568;
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var( --brand-color-blue);
    border-image: initial;
    padding: 10px 5px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
}

#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color: var( --brand-color-blue);
}

body {
    padding-top: 0 !important;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 15px;
}

span {
    font-family: 'Montserrat', sans-serif;
}

a {
    font-family: 'Montserrat', sans-serif;
}

img {
    width: 100%;
}

ul.fGalleryImages {
    padding: 0px;
    margin: 0px;
}

ul.fGalleryImages.fGalleryList {
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

a.fButton,
input.fButton {
    padding: 14px 40px;
    margin: -15px 0px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: #2e9568;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-top: 20px;
}

a.fButton:hover,
input.fButton:hover {
    background: #000;
    color: var( --brand-color-bisque);
}


/***********--------------**************/

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header ul,
header ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.fHeader1 .menu-horizontal {
    padding-right: 0%;
}

header.fHeader1.active {
    box-shadow: 0px 0px 10px #00000040;
}

header.fHeader1 {
    position: sticky;
    top: 0;
    width: 100%;
    display: block;
    z-index: 9999;
    background: white;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}

.fHeader1 .menu-horizontal {
    background: transparent !important;
    justify-content: right;
}

.menu-hover-1 .fMenu>li>a {
    margin-left: 13px;
    position: relative !important;
    padding: 0!important;
    text-transform: none;
    color: var(--brand-color-green);
    font-family: 'Karla', sans-serif;
    font-family: 'Poppins', sans-serif;
    /* text-transform: uppercase; */
    line-height: 1.2em;
    letter-spacing: 1.4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.header-middle-container-row ul li a::before {
    content: '';
    height: 1px;
    width: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--brand-color-green);
}

.menu-horizontal nav ul.fMenu {
    justify-content: right;
}

.logo img {
    max-height: 4rem;
    width: fit-content
}

header .fModule {
    padding-top: 0;
    padding-bottom: 0;
}

.map_point {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}

.map_point ul {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.map_point ul li {
    list-style: none;
    text-align: left;
    margin: 0;
    position: absolute;
}

.map_point ul li .locton h2 {
    margin: 0;
    font-size: 1rem;
    color: #3d9273;
    text-transform: inherit;
    font-weight: 500;
}

.map_point ul li .locton strong {
    margin: 5px 0;
    color: #000;
}

.map_point ul li .locton p {
    margin: 0;
    color: #333;
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 5px;
}

.map_point ul li .locton {
    display: inline-block;
    padding: 13px 15px;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.5s ease;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: auto;
}

i.fa.fa-map-marker {
    display: none;
}

.map_point ul li:nth-child(1) {
    top: 28%;
    left: 25%;
    text-align: right;
}

.map_point ul li:nth-child(2) {
    text-align: right;
    top: 41%;
    right: 66%;
}

.map_point ul li:nth-child(3) {
    top: 40%;
    left: 42%;
    text-align: center;
}

a:hover {
    color: #000;
}

.map_point ul li:nth-child(4) {
    top: 53%;
    right: 57%;
    text-align: right;
}

.map_point ul li:nth-child(5) {
    top: 61%;
    right: 44%;
    text-align: left;
}

.map_point ul li:nth-child(6) {
    top: 49%;
    right: 40%;
    text-align: left;
}

.map_point ul li:nth-child(7) {
    bottom: 35%;
    right: 28%;
    text-align: left;
}

i.fa.fa-map-marker {
    display: none;
}

h3.participating {
    position: absolute;
    z-index: 9999;
    text-align: center;
    width: 100%;
    top: 3%;
    margin-top: 30px;
    font-weight: bolder;
}

.partners ul {
    display: flex;
    justify-content: center;
}

.partners ul li {
    list-style-type: none;
    margin-right: 25px;
    margin-left: 25px;
    padding: 10px;
    width: 17%;
    text-align: center;
}

.partners img {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
}

.partners h3 {
    text-align: center;
}

.partners ul li:hover {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 1px 30px 3px #e3e3e3;
}

#fFooter {
    background: #2e9568;
    border-bottom: 50px solid #31805d;
}

#fFooter h3 {
    font-size: 1.4rem;
    color: #fff;
}

.location {
    display: flex;
}

.location p {
    color: #fff;
}

.call {
    margin-top: 22%;
    color: #fff;
}

.call p {
    color: #fff;
}

div#fModule-39379 p {
    margin-top: 19px;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
}

.call a {
    color: #fff;
}

div#fModule-39378 ul li {
    line-height: 20px;
}

div#fModule-39378 ul li a {
    color: #fff;
}

.about img {
    width: 80%;
    float: right;
    padding: 0 0px 0 0;
}

.about-text h3 {
    font-weight: bold;
    margin-bottom: 0;
}

.about-text h1 {
    margin: 0;
}

.fPageTitle {
    padding: 3rem 0;
    background: #1eb172;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.location.contact {
    display: block;
}

.location.contact p {
    color: #666;
    font-size: 18px;
}

.location.contact .call {
    margin: 0;
}

.location.contact .call a {
    color: #666;
}

.location.contact .call ::before {
    color: #2e9669;
}

.map {
    box-shadow: 3px 0px 10px 2px #e3e3e3;
    background: #fff;
    padding: 20px;
    border: 1px solid #ecebeb;
    height: 400px;
}

.location.contact {
    box-shadow: 3px 0px 10px 2px #e3e3e3;
    background: #fff;
    padding: 20px;
    border: 1px solid #ecebeb;
    height: 400px;
}

.about {
    position: relative;
    top: 1%;
    width: 100%;
}

.banner-text {
    margin-top: 20px;
}

div#fModule-39584 {
    padding-bottom: 0 !important;
}

.banner-text img {
    float: left;
}

.banner-text.left img {
    float: right;
}

.links .row>div[class*="col"] {
    margin: 0.5rem 0;
}

.combodia {
    background: #fff;
    padding: 30px 30px 30px 30px;
    box-shadow: 3px 3px 10px 2px #e3e3e3;
    text-align: left;
    height: 100%;
}

.combodia a {
    font-size: 1rem;
    font-weight: 600;
    display: flex;
}

.combodia i.fa-solid.fa-arrow-right {
    margin: 3px 10px 0 0;
}

.links .row {
    justify-content: center
}

.f-participating-country .fGalleryItem {
    padding: 1rem;
}

.f-participating-country .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    background-color: white;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 2rem 12px;
    border-radius: 1.2rem;
    position: relative;
}

.f-participating-country .fGalleryItem .ItemfinnerGallery img {
    min-width: 200px;
    width: 200px;
    max-width: 100%;
}

.f-participating-country .fGalleryItem .ItemfinnerGallery a {
    font-size: 1.4rem;
    font-weight: 600;
}

.f-participating-country .fGalleryItem .ItemfinnerGallery a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imgcurve {
    margin-top: -5rem;
}
  .about .banner-text span{
    font-size: 1rem;
    color: #2e9669;

  }

  .nav-menu-for-philippines ul{
    border-bottom: 1px solid #dedede;
  }
  .nav-menu-for-philippines ul li{
  
    list-style: none;
  }
  .nav-menu-for-philippines ul li>a.inactive
  {
  color: #2e9669;
  background-color:transparent;
  }
  .nav-menu-for-philippines ul li>a
{
  background-color:#2e9669;
  color:white;
  } 

@media(max-width:1199.9px) {
    .about .banner-text div>a:nth-child(1) img {
        width: 250px!important;
    }
    .about .banner-text div>a:nth-child(2) img {
        width: 120px!important;
    }
    .imgcurve {
        margin-top: 2rem;
    }
}

@media(max-width:991.9px) {
    .about#fModule-39584 .row>.col-lg-6:nth-child(2) {
        order: -1;
    }
     
    .banner-text.left img {
       display: none;
    }
    .about .banner-text span{
     font-size: .85rem;
    }
}

@media(max-width:575px) {
    .banner-text h3 {
        font-size: 1.2rem!important;
    }
}