@font-face {
    font-family: Lato;
    src: url(http://www.google.com/fonts/specimen/Lato);
}

@font-face {
    font-family: nunito-sans;
    src: url(https://font.download/font/nunito-sans);
}

body {
    padding-top: 3rem;
    font-family: Lato, Helvetica, sans-serif;

}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 54px;
    font-weight: 900;
    line-height: 64px;
    color: #2A2A2A;
}

h1 span {
    color: #EFB059;
}

h2 {

    font-size: 40px;
    font-weight: 900;
    color: #1C1C1C;
}

h3 {

    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}


ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.nav-space {
    margin-left: 24px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

.donate-bg {
    background-color: #cb4d20;
    line-height: 20px;
    color: #ffffff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    display: block;
    transition: 0.3s;
}

.donate-bg:hover {
    background-color: #7a2e13;
}

.top-image img {
    margin-bottom: -130px;
}


.donate-bg:hover {
    background-color: #a9452f !important;
}

.nav-link {
    font-size: 20px;
    line-height: 20px;
}

.top-bg-color {
    background-color: #F6F6F6 !important;
    padding-bottom: 20px;
}

.p-120 {
    padding-top: 160px;
}

.mt-100 {
    margin-top: 100px
}

.mt-60 {
    margin-top: 60px
}

.mt-24 {
    margin-top: 16px;
}

.mt-34 {
    margin-top: 34px;
}

.project-bg {
    background-color: #FCF2E4;
    padding-top: 60px;
    padding-bottom: 100px;
}

.pro-box-border {
    border: solid 1px #1C1C1C;
    border-radius: 32px;
}

.pro-box-logo {
    border-radius: 32px 0px 0px 0px;
    background: #FBECD7;
    width: 146px;
    height: 130px;
    text-align: center;
    line-height: 130px;
}

.top-arrow {
    position: fixed;
    bottom: 10px;
    right: 30px;
}

.top-arrow img {
    width: 40px;
    border: 5px solid #ffffff;
    border-radius: 3px;
}

.pro-box-logo-2 {
    border-radius: 0px 32px 0px 0px;
    background: #FBECD7;
    width: 146px;
    height: 130px;
    text-align: center;
    line-height: 130px;
}

.project-bg a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #1c1c1c !important;
}

.social a {
    margin-right: 10px;
}

.project-bg a {
    color: #2e2e2e !important;
}

.project-bg a:hover {
    color: #474747 !important;
}

footer {
    color: #333333;
    background-color: #efb059;
    padding-top: 60px;
    padding-bottom: 20px;
}

footer h1 {
    color: #333333;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
}

.aurko-res-2-sec1 h2 {
    margin-top: 30px;
}


.btnDonate {
    margin-left: auto;
}

.donate-btn-mobile {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    background: #cb4d20;
    cursor: pointer;
    width: 190px;
    border: none;
    letter-spacing: 2px;
    display: none;
    margin: 15px auto 40px;
}

.donate-btn-mobile:hover {
    background-color: #7a2e13;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.pt-100 {
    padding-top: 100px;
}

.copyright p {
    font-size: 14px;
}

.navbar-collapse a, .top-image a {
    text-decoration: none;
}

.navbar-collapse a.nav-link:visited {
    font-width: bold;
}

.navbar-expand-lg .navbar-nav {
    margin-left: 40px;
}

.footer-widget a {
    color: #333333;
    text-decoration: none;
}

.social img {
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.social img:hover {
    opacity: 0.8;
}

#projects h2 {
    padding-left: 0;
    margin-bottom: 40px !important;
}

.footer-widget h4 {
    margin-bottom: 15px;
}

.address {
    margin-top: 10px;
    display: block;
}

.container-fluid.story-bg {
    background: rgb(200, 225, 230);
    margin-top: 35px;
    padding: 50px 15px;
    text-align: center;
    margin-bottom: 40px;
}

.story-wrapper .container {
    max-width: 1140px;
}

.rebon-banner {
    background: #f7e3db;
    padding: 10px 10px;
    margin-top: 35px;
    text-align: center;
}

.rebon-banner a {
    color: #cb4d20;
    text-decoration: none;
    margin-left: 5px;
    display: inline-flex;
}

.rebon-banner a span {
    font-size: 16px;
}

.rebon-banner a span.arrow {
    margin-left: 5px;
    display: inline-block;
    font-size: 22px;
    height: 25px;
    margin-top: -2px;
}

.show-on-mobile{
    display: none;
}

@media (max-width: 768px) {

    .show-on-mobile{
        display: block;
    }

    .show-on-desktop{
        display: none;
    }

    .rebon-banner {
        margin-top: 20px;
        z-index: 3;
        position: relative;
    }
    
    .rebon-banner a span.arrow {
        margin-top: -5px;
    }
    
    .container-fluid.story-bg {
        margin-top: 20px;
        padding: 15px 15px;
        margin-bottom: 20px;
    }

    .container-fluid.story-bg h1{
        font-size: 24px;
    }
    
    .navbar-brand img {
        width: 45px !important;
    }

    #projects h2 {
        padding-left: 15px;
        margin-bottom: 30px !important;
    }

    .navbar-toggler {
        padding: 3px 5px !important;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }

    .social {
        margin-left: 6px;
    }

    .navbar-expand-lg .navbar-nav {
        margin-left: 0;
    }

    .top-image img {
        margin-bottom: 0;
    }

    .top-banner-m {
        margin-top: -160px;
    }

    .footer-widget > div {
        margin-bottom: 30px;
    }

    .top-arrow {
        bottom: 10px;
        right: 15px;
    }

    button.donate-bg.donate-center {
        display: none;
    }

    .nav-space {
        margin-left: 0;
    }

    .aurko-res-1 {
        text-align: center;
        margin-top: 90px;
    }

    .nav-item {
        text-align: center;
    }

    .donate-center {
        margin: auto;
    }

    .pro-box-logo {
        border-radius: 20px;
        margin-top: 20px;
    }

    .mobile.mt-60 {
        margin-top: 0;
    }

    .pro-box-border .p-5 {
        padding: 30px !important;
        text-align: justify;
    }

    .mobile h2, .our-work h2 {
        margin-top: 32px;
    }

    .pt-100 {
        padding-top: 80px;
    }

    .pro-box-logo-2 {
        border-radius: 20px;
        margin-top: 20px;
    }

    .donate-center {
        text-align: center;
    }

    .donate-btn-mobile {

        display: block;
    }

}


.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 430px) {
    .work-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .mt-100 {
        margin-top: 200px;
    }

    .aurko-res-1 {
        text-align: center;
    }

    .aurko-res-1 h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .aurko-res-2 h2, footer h2, #projects h2 {
        font-size: 1.7rem;
        line-height: 2.5rem;
    }

    .pt-100 {
        padding-top: 70px;
    }

    #contacustDiv h2 {
        font-size: 1.7rem;
        line-height: 2.5rem;
    }

    .mt-60 {
        margin-top: 20px;
    }

    .mt-24 {
        margin-top: 16px;
    }

    p {

        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }

    ul li {

        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    footer h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    footer {
        padding-top: 5px;
    }


}

@media (max-width: 418px) {
    .pro-box-logo {
        border-radius: 32px;
        margin-top: 20px;
    }

    .pro-box-logo-2 {
        border-radius: 32px;
        margin-top: 20px;
    }

    .donate-center {
        text-align: center;
    }

    .nav-item {
        text-align: center;
    }

    .aurko-res-1 {
        text-align: center;
    }

    .top-banner-m {
        margin-top: -160px;
    }
}


@media (max-width: 375px) {
    .donate-center {
        text-align: center;
    }
}

@media (mqx-width: 62em) {
    .pro-box-logo {
        border-radius: 32px;
        margin-top: 20px;
    }

    .pro-box-logo-2 {
        border-radius: 32px;
        margin-top: 20px;
    }

    .donate-center {
        text-align: center;
    }

    .nav-item {
        text-align: center;
    }

    .featurette-heading {
        margin-top: 7rem;
    }
}
