body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box;
}

/* ================ Header Start ================ */

#header-top {
    background-color: #EC008C;
}

#header-top-img {
    width: 30px;
    margin-top: 2px;
    margin-bottom: 3px;
}

#header-top ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

#header-top ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    padding: 0px 5px;
}

#header-top ul li a {
    text-decoration: none;
    display: inline-block;
    color: white;
    padding: 5px 15px;
}

#header-top ul li a:hover {
    color: black;
}

#div-2 {
    padding: 0;
    display: flex;
    justify-content: end;
}

/* ------------- NavBar Start --------------- */
.navbar {
    background-color: white;
}

@media screen and (min-width: 992px) {
    #header-top {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .navbar {
        position: sticky;
        top: 35px;
        z-index: 1;
    }
}

.navbar-brand {
    padding: 15px 0px;
    margin: 0;
}

.navbar-brand img {
    height: 58px;
    width: 175px;
}

.navbar-toggler {
    border: none;
}

.nav-item a:hover {
    color: rgb(170, 168, 168);
}

#donate-button {
    background-color: #EC008C;
    color: white;
    font-size: 13px;
    font-weight: 600;
}

#donate-button:hover {
    background-color: #e261af;
}

.input-group {
    height: 34px;
    width: 170px;
}

.form-control {
    height: 34px;
    width: 131px;
    padding: 5px 12px 6px;
    border: 1px solid gray;
    border-radius: 3px 0 0 3px;
}

#button-addon2 {
    height: 34px;
    width: 39px;
    padding: 5px 12px;
    border: 1px solid gray;
    border-radius: 0px 3px 3px 0;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: none;
    border-radius: 3px;
}

/* ------------- NavBar End --------------- */
/* ================ Header End ================ */

/* ========== banner start ============ */
.grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-section {
    position: relative;
    overflow: hidden;
}

.grid-text{
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 30px 0 30px 20px;
    bottom: 10px;
    left: 15px;
    color: white;
    font-size: 1.5rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    
}
.grid-text{
    transition: slideUp 2s ease-out forwards;
    transition: 0.3s;
}
.grid-text:hover{
    transform: translateY(-50px) translateX(50px);
}

@media (max-width: 575px) {
    .grid-text {
        font-size: 1rem;
    }
}

.index-banner-container {
    overflow: hidden;
}

.index-banner-container img {
    transition: 0.5s ease;
}

.index-banner-container img:hover {
    transform: scale(1.1);
}

/* ========== banner end =========== */

/* ========= who we are start ========= */
#who-we-are {
    padding: 40px 15px 80px;
    border-bottom: 5px solid #EC008C;
}

#who-we-are h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

#who-we-are p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #81848F;
}

#who-we-are a {
    text-decoration: none;
    color: #81848F;
    font-weight: 600;
}

#who-we-are a:hover {
    color: #acafb9;
}

#who-we-are .btn {
    background-color: #EC008C;
    border: 2px solid #EC008C;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 600;
}

#who-we-are .btn:hover {
    background-color: #e261af;
}

/* ========= who we are end ========= */

/* =======what we do start ========= */
#wht-we-do {
    padding: 40px 15px 80px;
    border-bottom: 5px solid #EC008C;
}

#wht-we-do h2 {
    text-align: center;
    font-size: 35px;
    margin: 0 0 15px;
}

.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.input-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
    text-align: center;
}

.wht-we-do-img-container {
    overflow: hidden;
}

.wht-we-do-img-container img {
    transition: 0.3s ease;
}

.wht-we-do-img-container img:hover {
    transform: scale(1.1);
}


/* =======what we do end ========= */

/* ============== Latest start ========== */
#latest {
    margin-bottom: 40px;
}

#latest h2 {
    font-size: 35px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.card {
    border-radius: 0;
    height: 468px;
}

.card img {
    border-radius: 0;
}

.card-body {
    padding: 25px 25px 35px;
}

.card-title {
    color: #333333;
    font-size: 15px;
    margin: 0 0 15px;
}

.card-text {
    color: #666666;
    font-size: 22px;
}

#card-row-1 {
    margin-bottom: 30px;
}

#card-row-2 .btn {
    padding: 6px 12px;
    border: 2px solid #EC008C;
    background-color: #EC008C;
    color: white;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

#card-row-2 .btn:hover {
    background-color: #a20463;
}

.latest-img-container {
    overflow: hidden;
}

.latest-img-container img {
    transition: 0.3s ease;
}

.latest-img-container img:hover {
    transform: scale(1.1);
}

/* ============== Latest End ========== */

/* =============== get involved start ========== */
#get-involved {
    padding: 40px 15px 60px;
    border-top: 5px solid #EC008C;
}

#get-involved h2 {
    font-size: 35px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.inv-icn {
    height: 85px;
    width: 85px;
    transition: slideUp 2s ease-out forwards;
    transition: 0.3s;
}
.inv-icn:hover{
    transform: translateY(-20px);
}

@media (min-width: 576px) and (max-width: 767px) {
    .inv-icn {
        height: 45px;
        width: 45px;
    }
}

#get-involved a {
    text-decoration: none;
    color: #81848F;
    font-size: 17px;
    font-weight: 400;
}

#get-involved a:hover {
    color: rgb(188, 186, 186);
}

/* =============== get involved end ========== */

/* ======= Subscribe Start ========== */
#subsCribe {
    height: 308px;
}

#subsCribe img {
    height: 308px;
}

#subsCribe h2 {
    color: white;
    font-size: 35px;
    margin: 0 0 15px;
}

#subsCribe h4 {
    color: white;
    font-size: 16px;
    margin: 0 0 15px;
}

#subsCribe input {
    height: 34px;
    width: 224px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#subsCribe .btn {
    background-color: #EC008C;
    border: 2px solid #EC008C;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

#subsCribe .btn:hover {
    background-color: #a20463;
}

/* ======= Subscribe End ========== */

/* ========= Footer Start ======== */
#footer {
    background-color: #05252F;
}

#footer .container {
    padding: 40px 15px;
}

#footer-row-1 {
    color: white;
}

#footer-row-1-col-1 {
    padding: 0 15px;
}

#footer-row-1-col-2 {
    padding: 0 15px;
}

#footer-row-1-col-2 ul {
    list-style: none;
    padding: 0;
    gap: 10px;
}

#footer-row-1-col-2 ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

#footer-row-1-col-2 ul li a:hover {
    color: grey;
}

#footer-row-1-col-3 {
    padding: 0;
}

#footer-row-1-col-3 ul {
    list-style: none;
    text-align: center;
}

#footer-row-1-col-3-li-1 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

#footer-row-1-col-3-li-2 {
    margin: 0 0 15px 0;
}

#footer-row-1-col-3-li-2 img {
    height: 50px;
    width: 50px;
}

#footer-row-1-col-3-li-2 img:hover {
    background-color: #a20463;
    border-radius: 50px;
}

#footer-row-1-col-3-li-3 a {
    height: 35px;
    width: 90px;
}

#footer-row-1-col-3-li-3 .btn {
    background-color: #EC008C;
    border: 2px solid #EC008C;
    border-radius: 3px;
    height: 35px;
    width: 90px;
    padding: 6px 12px;
    color: white;
    font-size: 13px;
}

#footer-row-1-col-3-li-3 .btn:hover {
    background-color: #a20463;
}

#footer-row-1 h3 {
    font-size: 27px;
    margin-bottom: 15px;
}

#footer-row-1 p {
    font-size: 18px;
    margin-bottom: 15px;
}

#footer-row-1 a {
    text-decoration: none;
    color: gray;
}

#footer hr {
    /* color: white; */
    border: 1px solid white;
    margin: 20px 0 20px 0;
}

#footer-row-2 h3 {
    font-size: 27px;
    margin: 0 0 15px;
}

#footer-row-3 ul {
    padding: 0;
}

#footer-row-3 li {
    list-style: none;
}

#footer-row-3 a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

#footer-row-3 a:hover {
    color: gray;
}

/* ========  Footer End ========== */
/* --------- Copyright start --------------- */
#copyRight {
    padding: 20px 15px;
}

#copyRight ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#copyRight li {
    padding: 0;
    margin-right: 15px;
}

#copyRight a {
    text-decoration: none;
    color: #81848F;
    font-size: 16px;
}

#copyRight a:hover {
    color: rgb(212, 210, 210);
}

#copyRight p {
    text-decoration: none;
    color: black;
    font-size: 18px;
    margin: 0;
}

#go-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 40px;
    width: 40px;
    padding: 7px 5px;
    background-color: #333333;
    opacity: .4;
    border-radius: 4px;
}

#go-top a {
    color: white;
    font-size: 12px;
    padding: 7px 3px;
    text-decoration: none;
    font-weight: 400;
}

#go-top:hover {
    background-color: black;
}

/* --------- Copyright end --------------- */
/* ========= Footer End ======== */

/* ---------page 2 (who we are) start ------------------ */
#heading-who-we-are h2 {
    font-size: 35px;
    margin: 0 0 15px;
}

.color-overlay {
    padding: 25px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.75) none repeat 0 0;
}

#hero {
    padding: 0;
    background: url(../images/bg-vision.jpg) no-repeat center top fixed;
    background-size: cover;
}

#hero p {
    font-size: 16px;
    color: white;
    line-height: 22px;
    margin: 0 0 10px;
}

#slider-1 {
    opacity: 0;
    transform: translateY(-50px);
    animation: slideDown 1s ease-out forwards;
}

.image-container-1 {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(50px);
    animation: slideUp 1s ease-out forwards;
    animation-delay: 0.3s;
}

@keyframes slideDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.image-container-1 img {
    width: 100%;
}

/* ---------page 2 (who we are) end ------------------ */

/* ---------page 3 (what we do) start ---------------- */
#what-we-do h2 {
    font-size: 35px;
    margin: 15px 0 15px;
}

#social-dev {
    padding: 15px 0 20px 0;
}

#social-dev h3 {
    width: 100%;
    font-size: 15px;
    background-color: #EC008C;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 0 0 8px;
}

.boX {
    padding: 0 15px 25px;
}

.box-bg {
    border: 1px solid #ec008c;
    border-radius: 4px;
    background-color: #F1F1F1;
    min-height: 210px;
}

.invsble {
    visibility: hidden;
}

#social-dev ul {
    margin: 0;
    padding: 15px 10px 15px 30px;
    height: 100%;
}

#social-dev a {
    text-decoration: none;
    color: #333333;
    font-size: 17px;
}

#social-dev a:hover {
    text-decoration: underline;
    text-decoration-color: black;
}

#learn-more {
    margin-bottom: 30px;
}

#learn-more a {
    text-decoration: none;
    color: #EC008C;
}

/* ---------page 3 (what we do) end ---------------- */
/* ---------page 4 (where we work) start ----------- */
#whr-we-work {
    font-size: 40px;
    padding: 15px 0 10px;
    background: #05252f;
    color: white;
}

#hero-2 {
    padding: 0;
    background: url(../images/bg-affiliate.jpg) no-repeat center top fixed;
    background-size: cover;
}

#hero-2 ul {
    list-style: none;
    margin: 48px 0 0;
}

#hero-2 .btn {
    background-color: white;
    font-size: 14px;
    color: #CF1975;
    border: 1px solid #CF1975;
    padding: 7px 30px;
    transition: all .4s ease-in-out;
}

#hero-2 .btn:hover {
    background-color: #CF1975;
    color: white;
    border: 1px solid white;
}

/* ---------page 4 (where we work) end ----------- */
/* ---------page 5 (contact us) start ------------ */
#cont-us {
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#cont-us a {
    text-decoration: none;
    color: #428BCA;
}

.itemHeader {
    margin-top: 20px;
}

.itemHeader span {
    font-size: 11px;
    color: #999999;
}

.itemFooter span {
    font-size: 14px;
    color: #999999;
}

.itemHeader h2 {
    font-size: 34px;
    color: #777777;
    padding: 0 0 4px;
    margin: 0;
}

.separator {
    padding: 2px 0;
    margin-top: 16px;
    width: 100%;
    border-top: 0px solid #de0084 !important;
    border-bottom: 0px solid #de0084 !important;
    background: #de0084 !important;
}

#item-bdy {
    margin: 0 100px 0 100px;
}

@media (max-width: 767px) {
    #item-bdy {
        margin: 0;
    }

    .cont-us {
        margin: 0;
    }
}

#item-bdy h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

#three-icons {
    padding: 8px 0;
}

#three-icons a {
    background: transparent;
}

#three-icons img {
    height: 35px;
    width: 35px;
    padding: 5px;
}

#published {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 24px;
    font-size: 14px;
}

#published a {
    text-decoration: none;
    color: #81848F;
}

#published a:hover {
    color: #2a4397;
}

#nav-left-right {
    padding: 4px 8px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    background: #fffff0;
    font-size: 14px;
    color: #81848F;
}

#nav-left-right a {
    text-decoration: none;
    color: #81848F;
}

#nav-left-right a:hover {
    color: #2a4397;
}

#back_to_top {
    padding: 20px 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

#back_to_top a {
    font-size: 14px;
    color: #81848F;
}

#back_to_top a:hover {
    color: #2a4397;
}

/* ---------page 5 (contact us) end ------------ */
/* ---------page 6 (blog) start */
#blog-sep-container {
    padding: 40px 0 40px 0;
}

#blog-separator {
    height: 10px;
    padding: 0;
    background: #f99b1c;
}

#main-sec-banner h4 {
    font-size: 37px;
    font-weight: 100;
    text-align: center;
    margin: 20px 0 20px;
}

@media(max-width:768px) {
    #main-sec-banner h4 {
        font-size: 21px;
    }
}

#main-sec-img-cont {
    border-bottom: 10px solid #f99b1c;
}

#main-sec-banner img {
    transition: 0.5s ease;
}

#main-sec-banner img:hover {
    transform: scale(1.1);
}

.blog-card-container .card {
    height: 500px;
}

.blog-card-container span {
    font-size: 50px;
    color: #EC008C;
}

#a-div {
    text-align: center;
}

#a-div a {
    text-decoration: none;
    font-weight: 800;
    color: #EC008C;
    font-size: 50px;
}

#a-div a:hover {
    color: #f99b1c;
}

.blog-card-img-container {
    border-bottom: 10px solid #f99b1c;
    overflow: hidden;
}

.blog-card-img-container img {
    transition: 0.3s ease;
}

.blog-card-img-container img:hover {
    transform: scale(1.1);
}

#editors-pick {
    position: relative;
    background-color: #f99b1c;
    padding: 0;
    cursor: auto;
}


#carousel-container {
    position: absolute;
    /* top: 150px; */
}

#carousel-container h2 {
    color: #caab8d;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.carousel-item {
    height: 600px;
}


@media(max-width:576px) {
    .carousel-item {
        height: auto;
    }
}

@media(max-width:1440px) {
    .carousel-item {
        height: 500px;
    }
}

@media(max-width:1200px) {
    .carousel-item {
        height: 350px;
    }
}

@media(max-width:1024px) {
    .carousel-item {
        height: 350px;
        width: 900px;
    }
}

@media(max-width:930px) {
    #carouselExampleCaptions {
        display: none;
    }

    #carousel-container h2 {
        display: none;
    }

    #editors-pick img {
        display: none;
    }
}

.carousel-caption h5 {
    font-size: 37px;
    font-weight: 900;
}

#blog-footer {
    background-color: #f99b1c;
    cursor: auto;
}


#blog-footer-span {
    color: black;
    font-size: 20px;
}

/* text under anchor tag hover effect */
.fun-hover {
    text-decoration: none;
    color: black;
    background-image: linear-gradient(to right, transparent 50%, #f99b1c 50%);
    background-size: 200%;
    transition: 0.4s;
}

.fun-hover:hover {
    background-position: -100%;
}


/* ---------page 6 (blog) end */