@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

a {
    color: #555;
}

body {
    padding-top: 50px;
    overflow-y: scroll;
}

@media (min-width: 992px) {
    body {
        padding-top: 65px;
    }
}

body > table {
    height: 100%;
    width: 100%;
}

section {
    padding: 80px 0;
}

@media (max-width: 768px) {
    section {
        padding: 40px 0;
    }
}

footer {
    background: #f0f0f0;
}

.container {
    max-width: 1200px;
}

footer section {
    padding: 40px 0;
}

figure {
    margin: 0;
    display: inline-block;
}

.img-fluid {
    width: 100%;
}
/* figure img {
  height: auto;
  object-fit: cover;
  width: 100%;
} */

.fas.fa-quote-left, .fas.fa-quote-right {
    font-size: 1.5rem;
    color: #2fac66;
    margin: 0 0.75rem 0 0;
}

.fas.fa-quote-right {
    margin: 0 0 0 0.5rem;
}

.mwh-200px {
    max-width: 200px;
    max-height: 200px;
}

.wh-220px {
    max-width: 240px;
    max-height: 240px;
}

.wh-500px {
    max-width: 500px;
    max-height: 500px;
}

.h-0 {
    height: 0;
}

.pointer {
    cursor: pointer;
}

.primary-color {
    color: #2fac66;
}

.primary-bg {
    background: #2fac66;
}

.border-primary {
    border-color: #2fac66 !important;
}

.text-justify {
    text-align: justify;
}

.image {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .home .col-6,
    .home .col-md-6 {
        padding: 0 24px;
    }
}

/* Navbar */
.navbar {
    font-size: 13px;
}

.navbar-light {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.navbar-toggler {
    padding: 8px;
    color: white;
}

.nav-item,
.nav-link,
.nav-link:hover,
.nav-link:focus {
    color: white;
    cursor: pointer;
}

    .nav-link:hover,
    .nav-link.active {
        background: rgb(35, 129, 77);
    }
/* End Navbar */


/*ADDED BY STEFANTO 211126*/
.bg-white {
    background: #FFF;
}

.title span {display:block;}

.navbar-toggler, .navbar-collapse {
    background: #2fac66;
}

.navbar-collapse {
    border-radius: 5px;
}

.navbar-toggler {
    box-shadow: none !important;
    margin-bottom: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    background-color:#000;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        width: 100%;
        height: 100%;
    }

@media (max-width: 991px) {
    .primary-bg {
        background: none;
    }

    .navbar > .container {
        display: block;
    }

    .navbar-nav .nav-link {
        border-radius: 5px;
    }
}
