@import url('https://fonts.googleapis.com/css?Roboto:200,300,400,500,700,900i');
body {
    font-family: 'Roboto', sans-serif,'Battambang', cursive;
    position: relative;
    background: #fff;
    font-size: 15px;
    color: #676767;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1f1f1f;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.pd-0 {
    padding: 0px
}



/*===============================================
=================================================
                waraper-information
=================================================
================================================= */
.information{
    width: 100%;
    padding: 10px 0px;
    background: #bf3654 !important;
    color: #fff;
}
.list-email li{
    display: inline-block;
    margin: 0px 5px;
}
.list-social{
    float: right;
}
.list-social li{
    display: inline-block;
    border: solid 1px #ccc; 
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px;
    margin: 0px 5px 0px 0px; 
}
.list-social a{
    padding: 5px;   
}
.list-social li a:hover{
    color: #fff !important;   
}
.fullscreen-header {
    /*background-image: url("../../images/bg.jpg");*/
    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-cover-fullscreen {
    background: rgba(96, 93, 93, 0.2);
    height: 100vh;
    width: 100vw;
}

.menu-mobile {
    display: none;
}

.waraper-logo-menu {
    width: 100%;
    float: left;
}

.layout-logo {
    float: left;
    margin: 15px 0px;
}

.layout-menu {
    float: right;
}

.menu li {
    display: inline-block;
    font-size: 16px;
}

.menu a {
    color: #fff;
    margin: 40px 10px;
    float: left;
    text-transform: uppercase;
}

.menu a:hover {
    color: #BF3654;
    transition: .2s
}

.layout-desc-cover {
    width: 100%;
    margin-top: 15%;
}
.desc-cover {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
}
.desc-text {
    color: #fff;
}
.desc-contact-info li {
    display: inline-block;
}
.info-contact {
    background: #BF3654;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
    border: solid 2px #ddd;
}

.info-who {
    border: solid 2px #BF3654;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
}

.info-contact a:hover {
    color: #ddd;
    transition: .2s
}

.info-who a:hover {
    color: #ddd;
    transition: .2s
}


/* ------- Scroll Menu  ------ */

nav {
    /*background: rgba(0, 0, 0, 0.80);*/
    background-color: #9B3856;
    overflow: auto;
    padding: 0px;
    position: relative;
    z-index: 2;
}

nav a:hover,
nav#small a:hover {
    color: #BF3654;
}

nav#small {
    background: #fff;
    padding: 0px 0px;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 1;
    /*box-shadow: #ddd 0px -1px 4px;*/
    border-bottom: 1px solid #ccc;
    transform: translateZ(0);
    transition:all 0.5s;
}

nav#small h1,
nav#small a {
    color: #333;
}

nav#small h1 {
    font-size: 38px;
}

nav#small h1>a {
    color: #C18055;
}

nav#small h1>a:hover {
    color: #3ab4a6;
}
nav#small .list-social a{
    color: #fff;
}
nav#small .list-social li a: hover{
    color: #fff !important;
}

@media (max-width: 700px) {
    nav#small {
        padding: 20px;
    }
    nav#small ul {
        padding: 5px;
    }
    nav#small h1 {
        padding: 10px;
        font-size: 28px;
        margin-bottom: 5px;
    }
    nav#small a {
        font-weight: normal;
    }
}


/*----------------end scoll menu--------------*/

/*===============================================
=================================================
                  waraper-here-you-can
=================================================
================================================= */
.waraper-here-you-can{
    width: 100%;
    float: left;
    padding:50px 0px 0px 0px;
}
.waraper-here-you-can h2{
    text-align:center;
}
.title-here-you-can{
    font-size: 20px;
    color: #1F1F1F
}

/*===============================================
=================================================
                  waraper-donate
=================================================
================================================= */

.waraper-donate {
    width: 100%;
}

.list-donate-one {
    text-align: center;
    background: #BF3654;
    width: 100%;
    color: #fff;
    padding: 20px 0px;
}

.list-donate-one p {
    line-height: 15px;
}

.list-donate-two {
    text-align: center;
    background: #9B3856;
    width: 100%;
    color: #fff;
    padding: 20px 0px;
}

.list-donate-two p {
    line-height: 15px;
}

.title-donate {
    text-transform: uppercase;
}

.desc-donate {
    font-weight: bold;
    font-size: 20px
}

.desc-donate a:hover {
    color: #ddd;
}


/*===============================================
=================================================
                  waraper-mission
=================================================
================================================= */

.waraper-mission {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

.title-mission {
    color: #BF3654;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px
}

.desc-mission {
    font-size: 30px;
    font-weight: bold;
}
.swtich-text li{
    display: inline-block;
}


/** fadeInDown **/

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
}


/*===============================================
=================================================
                  waraper-project
=================================================
================================================= */

.waraper-project {
    width: 100%;
    background: #eee;
    float: left;
    padding: 30px 0px 50px;
}

.our-project {
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 20px
}

.list-project img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-top: 15px;
}

.title-project {
    text-align: center;
    font-weight: bold;
    margin-top: 10px
}

.title-project a:hover {
    color: #BF3654
}

.desc-project {
    text-align: center;
}

.bg-layout-project {
    background: #fff;
    float: left;
    padding: 0px 20px
}

.post-porject {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    border-top: 1px #eee solid;
    padding: 5px 0px 0px;
}

figure {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


/* Zoom In #1 */

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*===============================================
=================================================
                  waraper-mission
=================================================
================================================= */
.waraper-mission{
    width: 100%;
    float: left;
    padding:40px 0px;
}
.list-misson{
    margin-top: 20px;
}
.list-misson img{
    border-radius: 5px;
    width: 100%;
}
/*===============================================
=================================================
                  waraper-project
=================================================
================================================= */

.waraper-how-we-can-help {
    background-image: url("../images/what-we-do-bg.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    width: 100%;
    float: left;
}

.desc-we-can-help {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

.call {
    color: #BF3654
}


/*===============================================
=================================================
                  waraper-event
=================================================
================================================= */

.waraper-event {
    width: 100%;
    float: left;
    padding: 30px 0px
}

.event {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.list-event {
    width: 100%;
    float: left;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding: 3px 0px 20px;
}

.date-event {
    float: left;
    width: 18%;
    background: #BF3654;
    padding: 10px
}

.date-event p {
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.desc-event {
    float: right;
    width: 80%;
}

.desc-event a:hover {
    color: #BF3654;
}


/*===============================================
=================================================
                waraper-event-detail
=================================================
================================================= */

.waraper-event-detail {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.img-event-detail {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.title-event-detail {
    font-size: 28px;
    color: #1F1F1F;
    padding: 10px 0px 0px;
    line-height: 35px;
}

.date-event-detail {
    line-height: 5px;
}

.laoyut-recent-post {
    background: #fff;
    float: left;
    box-shadow: #eee 0px 1px 9px 5px;
    padding: 5px 20px;
}

.laoyut-recent-post h4 {
    text-transform: uppercase;
}

.list-recent-post {
    padding: 5px 0px;
    float: left;
    width: 100%;
    border-bottom: 1px #eee solid
}

.layout-event-des img {
    width: 100%;
}

.list-recent-post img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

.recent-img {
    float: left;
}

.title-rencent {
    color: #4E4E4E;
}

.title-rencent:hover {
    color: #BF3654
}

.recent-date {
    font-style: italic;
    font-size: 12px;
    color: #ccc;
}

.laoyut-popular-product {
    background: #fff;
    float: left;
    margin-top: 30px;
    box-shadow: #eee 0px 1px 9px 5px;
    padding: 5px 20px;
}

.laoyut-popular-product h4 {
    text-transform: uppercase;
}

.list-popular-product {
    float: left;
    width: 100%;
}

.layout-event-des img {
    width: 100%
}

.laoyut-popular-product img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.popular-product-img {
    float: left;
}

.title-popular-product {
    color: #4E4E4E;
    font-weight: bold;
}

.title-popular-product:hover {
    color: #FB8C00
}

.popular-product {
    float: right;
    padding: 10px 0px 0px 0px;
}

.desc-rencent {
    font-size: 12px;
    color: #ccc;
}


/*===============================================
=================================================
              waraper-project-detail
=================================================
================================================= */

.waraper-project-detail {
    width: 100%;
    float: left;
    padding: 60px 0px 50px;
}

.img-project-detail {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.title-project-detail {
    font-size: 28px;
    color: #1F1F1F;
    padding: 10px 0px 0px;
    line-height: 35px;
}

.date-project-detail {
    line-height: 5px;
}

.mg-bootom-2 {
    margin-top: -2px;
}

.mg-bootom-20 {
    margin-top: 20px;
}

.custom-slider {
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 40px;
}

.custom-box {
    width: 200px;
    height: 100px;
    text-align: center;
    margin: 15px;
}


/*===============================================
=================================================
                  waraper-photo
=================================================
================================================= */

.waraper-photo {
    width: 100%;
    float: left;
    padding: 40px 0px 0px 0px;
}

.gallery {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 20px;
}

.magnific-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.magnific-img {
    display: inline-block;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.image {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-top: -5px;
}

.img-hover {
    transition: all .3s ease-in-out;
}

.image:hover .img-hover {
    -webkit-transform: scale(1.07);
    /* Safari and Chrome */
    -moz-transform: scale(1.07);
    /* Firefox */
    -ms-transform: scale(1.07);
    /* IE 9 */
    -o-transform: scale(1.07);
    /* Opera */
    transform: scale(1.07);
    opacity: 0.5;
    background: rgba(96, 93, 93, 0.6);
}


/*===============================================
=================================================
                waraper-our-partner
=================================================
================================================= */

.waraper-our-partner {
    float: left;
    width: 100%;
    padding: 60px 0px;
}

.desc-our-partner {
    text-transform: uppercase;
    font-weight: bold;
    color: #1F1F1F;
    font-size: 25px;
}

.items {
    margin: 0px auto;
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff
}

.slick-prev,
.slick-next {
    width: 25px !important;
    height: 25px !important;
    background: #ddd !important;
    display: none !important;
}


/*===============================================
=================================================
                waraper-let-start
=================================================
================================================= */

.waraper-let-start {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #9B3856;
}

.text-let-start {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
}

.let-start-contact {
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #fff;
    padding: 15px 50px;
    border-radius: 30px;
    float: right;
}

.let-start-contact:hover {
    color: #ddd;
}

.waraper-let-start-mobile {
    display: none;
}


/*===============================================
=================================================
                waraper-footer
=================================================
================================================= */

.waraper-footer {
    width: 100%;
    float: left;
    /*background: #2F2F2F;*/
    background: #bf3654;
}

.layout-footer {
    padding: 30px 0px;
    float: left;
    width: 100%;
    color: #fff;
}

.layout-footer h4 {
    color: #fff
}

.social-media li {
    display: inline-block;
    background: rgba(96, 125, 139, 0.3);
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px;
    margin: 0px 5px 0px 0px;
}

.social-media a:hover {
    color: #ddd;
}

.quick-link-footer a:hover {
    color: #ddd;
}

.our-project-footer a:hover {
    color: #ddd;
}

.quick-link-footer li,
.our-project-footer li,
.contact-footer li {
    line-height: 35px;
}

.text-footer {
    line-height: 25px;
}

.social-media {
    margin-top: 15px;
}

.layout-copy-right {
    /*background: #222222*/
    background-color: #9B3856;
    color: white;
}

.copy-right-left,
.copy-right-right {
    padding: 15px 0px 5px;
}

.copy-right-right {
    float: right;
}

.nso-link {
    color: #0FA356;
    font-weight: bold;
}

.nso-link:hover {
    color: #009688;
}

.layout-copy-right-mobile {
    display: none;
}


/*===============================================
=================================================
                waraper-detail
=================================================
================================================= */

.waraper-detail {
    width: 100%;
    float: left;
    background-image: url("../images/bg-page-title.png");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bg-cover-detail {
    background: rgba(96, 93, 93, 0.2);
    padding: 50px 0px;
}

.menu-detail li {
    display: inline-block;
}

.menu-detail li,
.menu-detail a {
    color: #333333;
}

.menu-detail a:hover {
    color: #BF3654;
}

.menu-detail .active {
    color: #BF3654;
}

.bg-cover-detail h3 {
    color: #fff;
    text-transform: uppercase;
    color: #BF3654;
}


/*===============================================
=================================================
                waraper-contact-us
=================================================
================================================= */

.waraper-contact-us {
    width: 100%;
    padding: 60px 0px;
    float: left;
}

.waraper-contact-us h3 {
    text-align: center;
}

.waraper-send-message {
    padding: 50px 0px;
}

.layout-send-message h3 {
    text-align: center;
}

#contact-us h3 {
    text-align: center;
    text-transform: uppercase;
}

#contact-us input[type="text"],
#contact-us input[type="email"],
#contact-us input[type="tel"],
#contact-us input[type="url"],
#contact-us textarea,
#contact-us button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact-us input[type="text"],
#contact-us input[type="email"],
#contact-us input[type="tel"],
#contact-us input[type="url"],
#contact-us input[type="password"],
#contact-us textarea,
#contact-us select {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 25px;
    padding: 10px;
}

#contact-us input[type="text"]:hover,
#contact-us input[type="email"]:hover,
#contact-us input[type="tel"]:hover,
#contact-us input[type="url"]:hover,
#contact-us input[type="password"]:hover,
#contact-us textarea:hover,
#contact-us select:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact-us textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact-us button[type="button"] {
    cursor: pointer;
    border: none;
    background: #BF3654;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    float: right;
}

#contact-us button[type="submit"]:hover {
    background: #2F8CDA;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact-us button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact-us input:focus,
#contact-us textarea:focus,
#contact-us select:focus {
    outline: 0;
    border: 1px solid #aaa;
}

#contact-us button:hover {
    color: #ddd;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.list-get-in-touch {
    text-align: center;
}

.list-get-in-touch i {
    border: solid 1px #bf3654;
    padding: 10px;
    border-radius: 30px;
    color: #bf3654;
}
.map-contact{
    width: 100%;
}

/*===============================================
=================================================
                waraper-who-am-i
=================================================
================================================= */

.waraper-who-am-i {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.waraper-who-am-i h3 {
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 30px 0px;
}

.list-who-am-i {
    text-align: center;
}

.list-who-am-i i {
    background: #fff;
    box-shadow: #eee 0px 0px 10px 6px;
    padding: 30px 0px;
    color: #bf3654;
    font-size: 40px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
}

.demo-body {
    margin-top: 20px;
}

.wwdemo a.button {
    background-color: #ffffff;
    border-radius: 0.22em;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-align: center;
}

.wwdemo a.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
    background-color: #f6f6f6;
}

.wwdemo a.button:active {
    position: relative;
    top: 1px;
}

.demo-container {
    text-align: center;
}

.demo-container i {
    font-size: 50px;
    padding: 20px 0px;
}


/*===============================================
=================================================
                waraper-our-team
=================================================
================================================= */

.waraper-our-team {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.waraper-our-team h3 {
    text-align: center;
    text-transform: uppercase;
}

.list-our-team {
    width: 100%;
    float: left;
    padding: 15px 0px;
}

.list-our-team img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    border: solid 1px #ddd;
    padding: 10px;
}

.list-our-team-desc {
    margin-top: 20px;
}

.team-name {
    font-weight: bold;
    text-align: center;
    line-height: 5px;
}

.team-position-detail {
    color: #BF3654;
}

.team-position {
    text-align: center;
}

.team-social li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.team-social a {
    background: #ddd;
    color: #bf3654;
    padding: 11px 17px;
    float: left;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.img-team-cover{
    width: 100%;
}

/*===============================================
=================================================
                waraper-donate
=================================================
================================================= */

.waraper-donate-page {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.contact-donate {
    border: solid 2px #BF3654;
    color: #BF3654;
    padding: 10px 50px;
    float: left;
    border-radius: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.contact-donate:hover {
    color: #BF3654;
}


/*===============================================
=================================================
                waraper-help
=================================================
================================================= */

.waraper-help {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.waraper-help h3 {
    text-align: center;
    text-transform: uppercase;
}

.faqs-container {
    overflow: hidden;
}

.faq-singular {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 0 20px;
}

.faq-singular:hover,
.faq-singular.active {
    background: #f2f2f2;
    background-image: linear-gradient(90deg, #bf3654 0%, #bf3654 8px, transparent 8px, transparent 100%);
    border-radius: 15px;
}

.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 25px 25px 25px 0px;
    font-weight: 700;
    font-size: 20px;
}

.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    color: #bf3654;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 700;
    transition: all .5s;
}

.faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}

.faq-answer {
    display: none;
    padding-bottom: 20px;
}

/*===============================================
=================================================
                waraper-who-we-are
=================================================
================================================= */
.waraper-who-we-are{
    width: 100%;
    padding:50px 0px 0px 0px;
    float: left;
}
.img-who-we-are{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.layout-who-we-are{
    margin-top: 20px;
}
.titel-cover-img-header{
    position: absolute;
    text-align: center;
    top: 0px;
    width: 93%;
}
.titel-cover-img-footer{
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 93%;
}

/*===============================================
=================================================
                waraper-who-we-help
=================================================
================================================= */
.waraper-who-we-help{
    width: 100%;
    padding:50px 0px;
    float: left;
}
.layout-we-help-gallary{
    padding:30px 0px;
    float: left;
    width: 100%;
}

/*===============================================
=================================================
        waraper-together-it-is-possible
=================================================
================================================= */
.waraper-together-it-is-possible{
    width: 100%;
    padding:50px 0px;
    float: left;
}
.layout-together-it-is-possible{
    text-align: center;
}
.list-partner-logo{
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    float: left;
}
.partner-logo img{
    width: 100%;
    box-shadow: #ddd 2px 3px 5px 0px;
    height: 150px;
    object-fit: contain;
    padding: 10px 0px;
}

/*===============================================
=================================================
            waraper-document
=================================================
================================================= */
.waraper-document{
    width: 100%;
    padding:30px 0px;
    float: left;
}
