* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif;
     !important;
}
/*navbar*/
#navbarSupportedContent ul li a {
    font-size: 12px;
    color: #093bac;
    font-weight: bold;
}
#navbarSupportedContent ul li:hover a {
    color: black;
}
/*###################mobile screen##################*/
@media only screen and (max-width:900px) {
    #carouselExampleIndicators img {
        max-height: 50vh;
    }
    .form-group {
        width: 100% !important;
    }
    .form1 {
        align-content: center !imporitant;
        margin: 0 auto !important;
        width: 70% !important;
    }
    .container1 {
        display: grid;
        grid-template-columns: 50% 50% !important;
        grid-gap: 40px 20px;
        justify-content: center;
        margin: 0 20px;
    }
}
@media only screen and (max-width:600px) {
    .container1 {
        display: inline-block !important;
    }
    .what-we-do-card {
        display: grid !important;
        grid-template-columns: 45% 45% !important;
        margin-left: 5% !important;
    }
}
div.card {
    box-shadow: 1px 1px 1px gray;
}
/*slider*/
.img {
    height: 600px;
    width: 100%
}
/*end of slider*/
.slide1q {
    text-align: justify;
    font-family: serif;
    font-size: 40px;
    color: black;
    font-style: italic;
}
.whatwedo {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 50px
}
.line {
    position: relative;
    width: 250px;
    height: 2px;
    background-color: red;
    margin: 0 auto;
}
.hands {
    text-align: center;
}
.hands img {
    border-radius: 10px;
}
.ourjourney {
    position: relative;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
.ourjourney-line {
    max-width: 19vw;
    height: 2px;
    background-color: red;
    margin: 0 auto;
    margin-bottom: 20px;
}
.container1 {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 40px 20px;
    justify-content: center;
    margin: 0 20px;
}
/*humanitarian assistant*/
#humanitarian-assistant {
    padding: 30px;
    background-color: #7B9E89;
}
.humanitarian-assistant-container {
    max-width: 90vw;
    margin: 0 auto;
}
.humanitarian-item {
    text-align: center;
    margin: 20px 0;
}
.humanitarian-item .fa {
    text-align: center;
    font-size: 100px;
    color: #4c72f2
}
@media screen and (min-width:576px) {
    .humanitarian-assistant-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1em;
        text-align: center;
    }
    .where-we-work-container {
        margin: 5px 100px
    }
    .mission-container {
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
    .humanitarian-assistant-learn-more {
        text-align: center;
        margin: 0 auto;
        left: 50%;
        position: relative;
    }
    .Providing-humanitarian-assistant {
        text-align: center;
        margin: 0 auto;
    }
}
@media screen and (min-width:992px) {
    .humanitarian-assistant-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 5px;
        text-align: center;
    }
    .mission-container {
        margin-left: 300px !important;
        margin-right: 300px !important;
    }
    .our-core-value {
        height: 500px !important;
        width: 100%
    }
    .humanitarian-assistant-learn-more {
        text-align: center;
        margin: 0 auto;
        left: 210%;
        position: relative;
        width: 200%
    }
    .where-we-work-container {
        margin-right: 210px !important;
        margin-left: 210px !important
    }
}
.humanitarian-assistant-learn-more {
    text-align: center;
    margin: 0 auto;
    color: #0b0b0b;
}
.Providing-humanitarian-assistant {
    text-align: center;
    position: relative;
    top: 40px;
}
.logo {
    position: relative;
    text-align: right
}
.humanitarian-item a :hover {
    transform: scale(1.3);
    opacity: 0.6;
    transition: 1s;
    transition-timing-function: ease-in-out;
}
/*#########banner section################*/
#banner-section {
    min-height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(photo/partner-with-us.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}
.banner-btn {
    display: flex;
    justify-content: space-between;
}
.banner-btn button {
    font-size: 23px;
    padding: 10px;
    margin: 0 10px;
    background: transparent;
    color: #f4c80f;
    border: 2px solid #f4c80f;
    text-transform: uppercase;
}
.banner-btn button:hover {
    color: #fafafa;
    background: #f4c80f;
}
/*######### end of banner section################*/
/*comment section*/
.form-group {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}
.form {
    min-height: 60vh;
    margin-top: 0;
    padding-top: 30px;
    background-color: #7B9E89;
    padding-bottom: 20px;
}
.form1 {
    padding: 10px;
    background-color: #fff;
    width: 45%;
    margin-left: 10px;
    border-radius: 0px;
    box-shadow: 10px 10px 10px;
}
.button1 {
    display: block;
    margin: 0 auto;
    width: 100px;
    background-color: rgba(123, 158, 137, 0.1);
    border: 1px solid #7B9E89;
    border-radius: 5px
}
.button1:hover {
    background: #7B9E89;
    color: #fff;
}
/*footer*/
.footer-newsletter form {
    display: flex;
}
#footer li {
    list-style-type: none;
}
#footer .footer-top .footer-contact {
    margin-top: 34px
}
#footer .footer-top .footer-link ul a:hover {
    color: #f4c80f;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
}
#footer .footer-top .footer-newsletter {
    margin-top: 30px;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #f4511e;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}
.fa1 .fa {
    padding: 5px;
    font-size: 30px;
    background-color: gray;
    border-radius: 20px;
    color: #fff;
    margin-top: 5px;
}
.fa-twitter-square:hover {
    color: #38A1F3 !important;
}
.fa-wechat:hover {
    color: #00CC33 !important;
}
.fa-instagram:hover {
    color: #fb3958;
}
.fa-google-plus:hover {
    color: #CC3333;
}
.fa-telegram:hover {
    color: #0088cc;
}
#footer {
    color: white !important;
    background-color: black;
}
.footer-link li a {
    color: white;
    text-decoration-line: none;
}
.underline {
    width: 100%;
    height: 1px;
    background-color: gray;
}
.footer-link {
    margin-top: 30px;
}
.footer-info {
    margin-top: 25px;
}
.underline-grd {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, blue, gray, gray);
}
.horizontal {
    width: 3px;
    height: 150px;
    background-color: blue;
    position: absolute;
    left: 0;
    top: 0;
}
.poweredby {
    background-color: #fff;
    margin-top: 20px;
    text-align: center;  
}
.poweredby img {
    width: 100px;
    border-radius: 2px;
    margin: 5px;
    margin-left: 30px;
    margin-bottom: 20px
}
.poweredby h5 {
    margin-left: 20px;
}
img.un {
    border-radius: 50px 50px
}
/*###########WHO WE ARE#######*/
.who-we-are-container {
    margin: 50px 70px
}
.who-we-are-underline1 {
    background: rgba(0, 0, 0, 0.36);
    width: 100%;
    height: 1px;
}
.who-we-are-p1 {
    font-weight: bold;
    margin-top: 15px;
    font-size: 20px;
}
.who-we-are-underline2 {
    background: rgba(0, 0, 0, 0.36);
    width: 100%;
    height: 1px;
}
.who-we-are-p2 {
    font-size: 20px;
    font-weight: 500;
    color: darkblue;
    margin-top: 15px
}
.who-we-are-underline3 {
    background: rgba(0, 0, 0, 0.36);
    width: 100%;
    height: 1px;
}
/*#########end of first section who we are*/
.wecare-president-photo-container {
    height: 550px;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 600px;
}
.president-photo {
    height: 450px;
    width: 400px;
    border: 30px solid #d9d7d7;
}
.President-name {
    color: darkblue;
    font-style: italic;
    position: relative;
    bottom: 30px;
    left: 37px;
}
.who-we-are-underline4 {
    background: rgba(0, 0, 0, 0.36);
    height: 3px;
    width: 100%;
}
.who-we-areh1 {
    margin-top: 10px;
}
/*MISSION PAGE*/
.mission-container {
    margin: 40px 60px;
    flex-wrap: nowrap
}
.mission-underline1 {
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.36)
}
.mission-underline2 {
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.36)
}
.mission-underline3 {
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.36)
}
.mission-underline4 {
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.36)
}
.our-core-value {
    height: 350px;
    width: 100%
}
.where-we-work-container {
    margin-left: 70px;
    margin-right: 70px;
}
.where-we-work-underline1 {
    width: 100%;
    height: 1px;
    background: black;
    margin-top: 30px
}
.afghanistan-and-pakistan {
    border: 1px solid rgba(0, 0, 0, 0.29)
}
.africa {
    border: 1px solid rgba(0, 0, 0, 0.29)
}
.Asia {
    border: 1px solid rgba(0, 0, 0, 0.29)
}
.europe-and-eurasia {
    border: 1px solid rgba(0, 0, 0, 0.29);
}
.Latin-America-and-the-CaribbeanLatin {
    border: 1px solid rgba(0, 0, 0, 0.29);
}
.Middle-East {
    border: 1px solid rgba(0, 0, 0, 0.29);
}
/*what we do page*/
.what-we-do-container {
    text-align: center;
}
.what-we-do-card {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 20px;
    margin-left: 2%;
}
.what-we-do2 {
    margin: 0 25% !important;
}
.what-we-do-underline6 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 2px;
    margin-bottom: 10px;
}
.what-we-do-underline7 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 2px;
    margin-bottom: 10px;
}
.what-we-do-underline8 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 2px;
    margin-bottom: 10px;
}
.card :hover {
    text-decoration: none;
    color: black;
}
/*agriculture page*/
.agriculture {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.agroUnderline1 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 2px;
    margin-bottom: 10px;
}

.agrocontainer {
    text-align: center;
}
/* democracy page */
.democracy {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}
figure img {
    width: 100%;
    margin: 0 auto;
}
.underline9 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 2px;
    margin: 20px 0;
}
.globalp1 {
    color: darkred;
    font-size: 20px;
    margin-top: 50px;
}
.global-health {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-column-gap: 10px;
    margin: 0 auto;
    width: 70%;
    margin-top: 10px;
}
.underline10 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 2px;
    margin: 50px 0 0px
}
.underline11 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 2px;
    margin: 30px 0 30px;
}
/*education page*/
.education {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-column-gap: 20px;
    width: 70%;
    margin: 0 auto;
    
}
.figcapture-education {
    background: rgba(0, 0, 0, 0.24);
    padding: 30px;
    font-size: 20px;
}
section figure img {
    border: none;
    margin-top: 30px
}
.edu {
    width: 80%;
    margin: 0 auto;
}
.underline15 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 2px;
    margin: 30px 0 30px;
}
/*water and sanitation page*/
.sanitation-and-water {
    max-width: 80vw;
    margin: 0 auto;
}
.sanitation-and-water img {
    max-height: 60vh;
}
.water2bg {
    background: rgba(0, 0, 0, 0.21);
    padding: 5px;
}
/*gender equality and women's empowerment section*/
.women {
    position: relative;
    bottom: 50px;
    width: 100%;
    height: 40px;
    background: rgba(7, 6, 6, 0.70);
    color: #fff;
}
span.margin {
    margin-left: 10px;
    line-height: 35px;
}
.underlinegender {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 2px;
    width: 100%;
    margin: 20px 0;
}
.womenimg {
    height: 350px;
    width: 100%;
    display: block;
}
.container-fluid {
    width: 200px;
    margin-top: 10px;
}
.upending {
    background: rgba(128, 128, 128, 0.58);
    height: 10%;
    bottom: 40px;
    position: relative;
}
.upending h5 {
    padding: 10px;
}
@media only screen and (min-width:808px) {
    .womenimg {
        height: 500px;
        width: 100%;
        display: block;
    }
}
/*################end###########*/
.upending1 {
    background: rgba(128, 128, 128, 0.58);
    height: 90px;
    bottom: 40px;
    position: relative;
}
.upending1 h5 {
    padding: 15px
}
.workingincrises {
    width: 70%;
    margin: 0 auto;
}
.upending2 {
    background: rgba(128, 128, 128, 0.58);
    height: 60px;
    bottom: 40px;
}
.upending2 h5 {
    padding: 20px
}
img.economicimg {
    max-height: 60vh;
    width: 100%;
}
.economic-and-growth {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width: 1170px;
    margin: 0 auto;
    max-width: 70%;
    grid-column-gap: 10px;
    grid-gap: 10px;
}
.economicsection2 {
    max-width: 70vw;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.gender1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width: 1170px;
    margin: 0 auto;
    max-width: 70%;
    grid-column-gap: 10px;
    grid-gap: 10px;
}
.sectors {
    background: rgba(0, 0, 0, 0.29);
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}
div .carousel-item img {
    width: 100% !important;
    max-height: 73vh;
    margin: 0 auto;
    margin-top: 20px;
}
.global-health2 {
    width: 70%;
    margin: 0 auto;
}
.sectors-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    margin: 0 auto;
    width: 70%;
    margin-bottom: 30px;
}
.sectors img {
    display: block;
    width: 100%;
    height: 80%;
}
.container .sectors .imgbox{
    overflow: hidden;
}
.container .sectors .imgbox img{
    transition: transform 2s;
}
.container .sectors:hover .imgbox img{
    transform: scale(1.2);
}
section a{
    text-decoration: none !important; 
}
.carousel-indicators {
    display: none !important;
}
.carousel {
    width: 100%;
    margin: 0 auto !important;
}
.quote {
    font-size: 19px;
}
.read-more {
    background: #e5ab0d;
    padding: 8px;
    border: 1px solid black;
}
.read-more:hover{
    cursor: pointer;
}

.imgfigcap {
    background: rgba(144, 137, 137, 0.58);
}

.environment2 {
    width: 70%;
    margin: 0 auto;
}

.education-section {
  width: 70%;
margin: 0 auto;
}
