﻿:root {
    --main-site-color: #63C44E;
    --main-title-color: #1D3888;
    --main-bg-color: #63C44E;
    --blue-color: #1D3888;
    --green-color: #63C44E;
}

@import url("https://fonts.googleapis.com/css?family=Poppins:500,600");

body {
    line-height: 25px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #777777;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;    
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222222;
}

.text-support {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #3d3d3d;
}

.txt-amount
{
    font-size:25px;
    line-height:30px;
    font-weight:bold;
}

.top-header-bar {
    background: #1D3888;
    color: #fff;
}


.header-bar-email,
.header-bar-text {
    padding: 20px 0;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

    .header-bar-email a,
    .header-bar-text span {
        text-transform: lowercase;
        color: #fff;
        text-decoration: none;
    }

.header-bar-text {
    margin-left: 48px;
}

    .header-bar-text p {
        margin: 0;
    }



.donate-btn a {
    display: inline-block;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-decoration: navajowhite;
    background: #63C44E;
    border-radius: 15px;
}



.page-header {
    position:relative;    
    height: 400px;
    width:100%;   
    padding: 4em 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-header span {
    position: absolute;
    bottom: 40px;
    font-size: 45px;
    color: white;
    text-shadow: 3px 6px 2px #000;
    background-color: rgba(29, 56, 136, 0.3);
    padding: 20px;
}

.news-media-header {
    position: relative;
    height: 250px;
    width: 100%;
}

.header-newsmedia {
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    background-image: url(../Media/News_Banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ooops-text {
    font-size: 200px;
    font-weight: 900;
    font-family: sans-serif;
    background: url(../Media/thunder.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}

.notfound-animated-car {
    background: url("../Media/moving-car.gif") no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    /*bottom: 0;*/
    left: 0%;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 12s linear infinite;
}

@-moz-keyframes myfirst {
    0% {
        left: 0%;
    }

    100% {
        left: 50%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: 0%;
    }

    100% {
        left: 50%;
    }
}

@keyframes myfirst {
    0% {
        left: 0%;
    }

    100% {
        left: 50%;
    }
}





.service-media-header {
    position: relative;
    height: 400px;
    width: 100%;
}

.service-media {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #b9f1ad;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.News-title-section {
    position: absolute;
    bottom: 20%;
    font-size: 30px;
    color: #ffffff;
    background-color: rgba(99,196,78,0.5);
    padding: 20px;
}




.header-contact {
    background-image: url(../Media/contact-header.jpg);
    background-size: cover;
}

.header-donations {
    background-image: url(../Media/donation_header.jpg);
    background-size: cover;
}



.donation-image{
    max-height:170px;
    vertical-align:top;
    margin:0 auto;
}

.no-matter {    
    color: #fff;
    padding: 20px;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}

.sponsor {
    background: #b0bbd3;
}

.sponsor-btn {
    background: #485e87;
    color:#fff;
}

.sponsor-student {
    background-color: #7e93ba;
    color: #ffffff;
}

    .sponsor-student > .card-header {
        font-size:20px;
        font-weight:bold;
    }

    .sponsor-student img {
       margin-bottom:10px;
    }

.div-donation {
    border: 1px solid #63C44E;
    padding: 10px;
}

    .div-donation h4 {
        text-align: left;
        padding-left: 50px;
        margin-top: -25px;
        height: 30px;
        line-height: 25px;
        font-size: 20px;
        color: #63C44E;
    }

        .div-donation h4 span {
            background-color: #fff;
        }

.frameheight {
    min-height: 650px;
    z-index:100;
    position:absolute;
    top:0px;
   
}

.div-pesapal {
    position: relative;
    height: 100%;
    width:100%;
    min-height: 650px;
    z-index: 1;
}

.donate-loader {
    position:absolute;
    width:36px;
    height:36px;
    top:20%;
    left:50%;
    margin-top:0 auto;
}


    .ContactBox {
    padding: 25px;
    background: #eff1f8;
    color: #FFF;
    border-radius: 10px;
}

.about-us {
    position: relative;
    height: 400px;
    width: 100%;
    background-image: url(../Media/contact-header.jpg);
    padding: 4em 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-header
{
position:absolute;
top:70%;
}

.about-us .sub-header-title {
    font-size: 40px;
    line-height:50px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

    .about-us .main-header-title {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        font-weight: bold;
        width: 100%;
        text-align: left;
        text-shadow: 1px 2px 1px #3D509D;
        text-transform: uppercase;
    }



.site-sectiontitle {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #63C44E;
    font-size: 29px;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 20px 10px;
}


.div-triangle {
    position: relative;
    width: 250px;
    height: 50px;
}

.triangle-left {
    position: absolute;
    left: 0px;
    width: 50px;
    height: 50px;
    border-top: 25px solid transparent;
    border-right: 50px solid #63C44E;
    border-bottom: 25px solid transparent;
}

.triangle-middle {
    position: absolute;
    left: 50px;
    height: 50px;
    width: 150px;
    border: 0px;
    background: #63C44E;
    vertical-align: middle !important;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

.triangle-right {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    border-top: 25px solid transparent;
    border-left: 50px solid #63C44E;
    border-bottom: 25px solid transparent;
}


.div-video-triangle {
    position: relative;
    width: 250px;
    height: 50px;
}

.triangle-video-left {
    position: absolute;
    left: 0px;
    width: 50px;
    height: 50px;
    border-top: 25px solid transparent;
    border-right: 50px solid #1D3888;
    border-bottom: 25px solid transparent;
}

.triangle-video-middle {
    position: absolute;
    left: 50px;
    height: 50px;
    width: 150px;
    border: 0px;
    background: #1D3888;
    vertical-align: middle !important;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

.triangle-video-right {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    border-top: 25px solid transparent;
    border-left: 50px solid #1D3888;
    border-bottom: 25px solid transparent;
}






.project-section-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1D3888;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
}

.header-banner
{
    top:0px;
    min-height:500px;
}

.real-difference-left
{
    float:left;
    width:75%;
}

.real-difference-right {
    float: right;
    width: 75%;
}

.involved-title {
    color:#fff;
    padding:15px;
    font-weight:bold;
    font-size:22px;
}


.title-story {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    z-index: 1;
}

.success-video {
    border: 7px solid #fff;
    padding:2px;
    background:#fff;
    border-radius: 15px 60px 30px;
    position:relative;
    height:350px;
    overflow:hidden;
}

    .success-video img {
        border-radius: 15px 60px 30px;
        position:absolute;
        top:10px;
    }

    .success-video span {
        width: 100%;
        text-align: center;
        color: #efeded;
        font-weight: 600;
        font-size:30px;       
        text-decoration:none;
        position:absolute;
        top:40%;
        margin:0 auto;
        opacity:0.5;
        text-shadow:5px 12px 12px #333;
    }
    

.bg-youtube {
    background: #aec0f7;
}

.bg-getinvolved {
    background-image: url(../Media/donation_bg.jpg);
    /*background: #aec0f7;*/
    padding: 4em 0;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}

.video-gallery {   
    padding: 2px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    height: 180px;
    overflow: hidden;
}

    .video-gallery img {
        border-radius: 10px;
        position: absolute;
        top: 0px;
    }

    .video-gallery span {
        width: 100%;
        text-align: center;
        color: #efeded;
        font-weight: 600;
        font-size: 30px;
        text-decoration: none;
        position: absolute;
        top: 40%;
        margin: 0 auto;
        opacity: 0.5;
        text-shadow: 5px 12px 12px #333;
    }



.header-involvement{
    font-size:30px;
    line-height:45px;
    letter-spacing:1px;
}

.text-blue
{
    color:#1D3888;
}


.news-section {
    border: 1px solid #3D509D;
    border-top: none;
    padding:10px;
}

.news-section h4{
    color:#3D509D;
}

.news-section-image
{
    height:200px;
}

.news-section-box {
    border: 1px solid #63C44E;
    background-color: #f2f2f2;
}

.news-box-link {
    color: #4C5C88;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .news-box-link a {
        color: #3D509D;
    }

.top-news
{
    max-height:600px;
    overflow:hidden;
    margin:0 auto;
}

.top-news-section {
    border-bottom: dotted 1px #009E4A;
}

.news-image img {
    max-width: 130px;
    width: 130px;
    padding: 5px;
}


.top-news-title {
    max-width: 200px;
    padding: 5px;
    font-size: 14px;
}

.news-brief-title
{
    font-size:16px;
}

.news-details-title {
    font-size: 28px;
    color: #1D3888;
    font-weight:bold;
}

.news-body img
{
max-width:100%;
width:100%;
}

.album-content
{
    max-width:160px;
}



.event-title {
    font-size: 18px !important;
}

.event-calendar-time {
    font-size: 15px;
    font-weight:600;
}
.more-news-title {
    font-size: 15px !important;
    font-weight: bold;
    line-height: 18px !important;
    font-family: "Poppins", sans-serif !important;
}

.event-image {
    max-width: 400px;
}

.col-album {
    max-width: 400px;
    max-height: 150px;
    margin-bottom: 20px;
}

.img-album {
    max-height: 90px;
}

.col-photogallery {
    max-width: 130px;
}


.photo-album {
    max-width: 130px;
    padding: 5px;
    margin: 5px;
    -moz-box-shadow: 1px 1px 3px 2px #4C5C88;
    -webkit-box-shadow: 1px 1px 3px 2px #4C5C88;
    box-shadow: 1px 1px 3px 2px #4C5C88;
}

.sub-news
{
    position:relative;
    width:100%;
    height:80px;
    border:0.5px solid #1D3888;
    overflow:hidden;
   
}

.img-bg-news {
    position:absolute;
    background:#63C44E;
    left:0;
    width:30%;
    height:100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-news-title
{
    position:absolute;
    left:30%;
    width:55%;
}

.news-read-more {
    background: #3D509D;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    height: 40px;
}
.news-date
{
    font-size:12px;
    color:#8f8a8a;
    width:100%;
}

.button-donation {
    background-color: #4C5C88;
    border: 2px solid #aec0f7;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 9px 34px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
}

    .button-donation:hover, .button-donation:focus {
        -webkit-transition: box-shadow .75s;
        -o-transition: .75s box-shadow;
        transition: box-shadow .75s;
        background: #fff;
        color: #1D3888;
    }

.btn-story {
    width: 300px;
    padding: 15px 25px;
    background-color: #1D3888;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

    .btn-story:hover {
        background-color: rgba(57,113,242,1);
    }

.achievement-title {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
    z-index: 1;
}

.sub-title
{
    text-transform:capitalize;
    font-size:15px;
    color:#f3eeee;
}

.story-header
{
    color:#fff;
    font-size:25px;
}

.bg-success-story {
    position: relative;
}

    .bg-success-story{
    background-image: url(../Media/Success_bg.jpg);
    padding: 4em 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-success-story::before {
    background: #1D3888;
}

    .bg-success-story::before {
        position: absolute;
        content: "";
        background: #3D509D;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: .9;
    }



.program-slider-wrapper {
    background-size: cover;
    width: 400px;
    height: 450px;
    position: relative;
}
.service-wrapper
{
    margin:0 auto;
}

.program-width {
    max-width: 420px;
    padding:0 10px !important;
    margin:0 auto;
    margin-bottom:10px;
}

.bg-light-gray {
    background: #eff1f8;
}

.bg-light-green {
    background: #B0E1A6;
}

.text-light-gray {
    color: #363A35;
    font-size: 30px;
    line-height: 34px;
}

.top-slider {
    height: 250px;
}

.program-text {
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
}

.program-slider-bottom-wrapper {
    background: url(../Media/bottom-bg.jpg) no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(57,113,242,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(57,113,242,1);
    box-shadow: 0px 0px 10px 0px rgba(57,113,242,1);
    height: 200px;
    background-color: #3D509D;
}

.program-slider-bottom-wrapper-green {
    background: url(../Media/bottom-bg-green.jpg) no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(57,113,242,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(57,113,242,1);
    box-shadow: 0px 0px 10px 0px rgba(57,113,242,1);
    height: 200px;
    background-color: #3D509D;
}

.program-slider-bottom-wrapper-blue {
    background: url(../Media/bottom-bg-blue.jpg) no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(57,113,242,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(57,113,242,1);
    box-shadow: 0px 0px 10px 0px rgba(57,113,242,1);
    height: 200px;
    background-color: #3D509D;
}

.album-width {
    max-width: 350px !important;
    margin: 10px;
}

.album-cover-image {
    max-width: 350px;
    max-height:300px;
    margin:0 auto;
    margin-bottom:10px;
    -moz-box-shadow: 1px 1px 3px 2px #4C5C88;
    -webkit-box-shadow: 1px 1px 3px 2px #4C5C88;
    box-shadow: 1px 1px 3px 2px #4C5C88;
}

.bg-light-blue {
    background: #6073AB;
}

.bg-faded-blue {
    background: #dfe3ef;
    color: #000;
}

.border-light-blue {
   border:1px solid #6073AB !important;
}



.news-wrapper {
    overflow: hidden; 
   
}

.news-brief {
    background: #fff;
    padding: 20px;
    width: 350px;
    margin: 0 auto;
}

.brief-top {
    position: relative;
    height: 250px;
    margin: 0 auto;
}

.brief-bottom {
    position: relative;
    margin-top: 5px;
    min-height: 50px;
    margin: 0 auto;
}

.img-brief {
    position: absolute;
  width:100%;
  height:100%;
}

.calendar {
    position: absolute;
    text-align:center;
    top: 70%;
    right: 5%;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    border: 5px solid #f3eeee;
    background: #63C44E;
    color: #fff;
}

.news-brief-header {
    position:absolute;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
}

.news-overlay {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: #3D509D;
    z-index: 1;
    display: none;
}

    .news-overlay h4 {
        font-size: 18px;
        line-height: 20px;
    }

.news-wrapper:hover .news-overlay {
    display: block;
    transition: all .5s ease-in-out;
}



.news-more
{
    background:#aec0f7;
    width:100%;
    color:#fff;
    bottom:0px;
    padding:10px;
    text-transform:uppercase;
    font-size:14px;
    line-height:20px;
    font-weight:bold;
}




.item-title {
    font-family: sone800;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 48px;
}

.item-icon {
    width: 90px;
    height: 200px;
    display: flex;
    align-items: center;
}

.home-icon {
    font-size: 50px;
    padding: 5px;
    color: #63C44E;
}

.item-content
{   
    position:relative;
}

.item-content-title {
    color: #63C44E;
    font-family: "Poppins", sans-serif;
    font-size:25px;
}

.item-content-p
{
    font-size:14px;
}

.div-wrapper {
    width: 100%;
    height: 250px;
    position: relative;
    line-height: 0px;
    z-index: 10;
    overflow: hidden;
}

.text-green
{
    color:#63C44E;
}

.owl-nav-btn
{
    margin:10px;
    width:100%;
}

    .owl-nav-btn button {
       
        background: #63C44E;
        color: #fff;
        margin: 0px 5px;
        border: none;
        box-shadow:#59b245 1px 2px inset;
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    .hero-slider {
        max-height: 820px;
    }

.hero-content-wrap {
    position: relative;
    color: #fff;
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}

.hero-content-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 102px;
    font-weight: 600;
    line-height: 1;
}

.hero-content-overlay h4 {
    margin: 0;
    font-size: 46px;
    font-weight: 600;
}

.hero-content-overlay p {
    font-weight: 500;
    line-height: 1.8;
}

.hero-content-overlay .entry-footer a.btn {
    color: #fff;
}

.hero-slider .pagination-wrap {
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 60px;
}


.hero-slider .swiper-pagination-bullet {
    width: 24px;
    height: 20px;
    margin-right: 6px;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    background: transparent;
    opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #0375B3;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    border-radius: 50%;
    background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    transition: all .35s;
}

.hero-slider .swiper-button-next {
    right: 80px;
}

.hero-slider .swiper-button-prev {
    left: 80px;
}

    .hero-slider .swiper-button-next span,
    .hero-slider .swiper-button-prev span {
        display: block;
        width: 36px;
        padding-top: 15px;
        margin: 0 auto;
    }

    .hero-slider .swiper-button-next path,
    .hero-slider .swiper-button-prev path {
        fill: #fff;
    }

    .hero-slider .swiper-button-next.swiper-button-disabled,
    .hero-slider .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
    }

@media screen and (max-width: 1200px) {
    .hero-content-overlay h1 {
        font-size: 72px;
    }

    .hero-content-overlay h4 {
        font-size: 32px;
    }

    .hero-content-overlay p {
        font-size: 14px;
    }

    .hero-slider .pagination-wrap {
        height: 40px;
    }

   
}

@media screen and (max-width: 992px) {
    .hero-content-overlay h1 {
        font-size: 48px;
    }

    .hero-content-overlay h4 {
        font-size: 22px;
    }

    .hero-content-overlay p,
    .hero-slider .pagination-wrap,
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev {
        display: none;
    }

    .hero-content-overlay footer {
        margin-top: 12px !important;
    }
}


/*HERO ENDS*/


.footerBg {
    background: #3D509D;
}

    .footerBg a {
        color: #E5E5E5;
        text-decoration:none;
        font-weight:400;
    }

.FooterHeader {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #E5E5E5;
}

.FooterText {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #E5E5E5;
    /*#5f646b;*/
}

.footer_menu {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
    list-style-type: none;
    color: #E5E5E5;
}

    .footer_menu > ul > a {
        text-decoration: none;
    }

    .footer_menu a:hover {
        margin-left: 5px;
    }

    .footer_menu a i {
        padding-right: 5px;
    }

.copyRightBg {
    background: #0b183d;
}

.CopyRightText {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #EAEAEA;
}

.holderCircle {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: relative;
    margin:0 auto;
}

.round {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px dotted #63C44E;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.contentCircle {
    color: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color:#1D3888;
    text-align:center;
    transform: translate(-50%, -50%);
}


.circle-text-header {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 26px;
    color: #6073AB;
}

.newsletter {
    padding: 20px 0;
    background: #5061A6;
}

    .newsletter .content {
        max-width: 650px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .newsletter .content h4 {
            color: #ffffff;
            margin-bottom: 10px;
        }

        .newsletter .content .form-control {
            height: 50px;
            border-color: #ffffff;
            border-radius: 0;
        }

            .newsletter .content.form-control:focus {
                box-shadow: none;
                border: 2px solid #5168BB;
            }

        .newsletter .content .btn {
            min-height: 50px;
            border-radius: 0;
            background: #1D3888;
            color: #fff;
            font-weight: 600;
        }


/*MEDIA QUERIES*/

@media screen and (max-width: 1400px) {

    h4 {
        font-size: 18px;
    }

    .program-slider-wrapper {
        width: 520px;
        height: 400px;
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .program-width {
        max-width: 550px;
    }

    .top-slider {
        height: 220px;
    }

    .program-slider-bottom-wrapper, .program-slider-bottom-wrapper-green, .program-slider-bottom-wrapper-blue {
        height: 180px;
    }

    .service-title {
        font-size: 20px;
        padding: 10px;
    }

    .button-donation {
        border-radius: 30px;
        padding: 5px 20px;
        font-size: 18px;
        line-height: 20px;
    }

    .header-involvement {
        font-size: 28px;
        line-height: 30px;
    }

    .album-width {
        max-width: 300px !important;
        margin: 10px;
    }

    .album-cover-image {
        max-width: 300px;
        max-height: 250px;
    }
}

@media screen and (max-width: 1200px) {
    .header-banner {
        min-height: 400px;
    }

    .item-content-title {
        font-size: 20px;
    }

    .success-video {
        border: 10px solid #fff;
        border-radius: 20px 60px 30px;
        height: 280px;
    }

        .success-video img {
            border-radius: 20px 60px 30px;
            top: 10px;
        }

        .success-video span {
            font-size: 24px;
        }

    .bg-success-story {
        padding: 4em 0;
    }

    .story-header {
        font-size: 26px;
    }

    .site-sectiontitle {
        font-size: 28px;
        line-height: 32px;
        margin: 10px 10px;
    }

    .news-brief {
        padding: 10px;
        width: 270px;
        margin: 0 auto;
    }

    .news-details-title {
        font-size: 20px;
    }


    .brief-top {
        height: 240px;
        margin: 0 auto;
    }

    .brief-bottom {
        min-height: 50px;
        margin: 0 auto;
    }

    .calendar {
        top: 70%;
        padding: 10px;
        font-size: 16px;
        line-height: 19px;
        border: 5px solid #f3eeee;
    }

    .news-brief-header {
        font-size: 16px;
        line-height: 19px;
    }

    .news-overlay {
        padding: 10px;
    }

        .news-overlay h4 {
            font-size: 20px;
            line-height: 23px;
        }

    .news-more {
        padding: 10px;
        font-size: 16px;
        line-height: 18px;
    }

    .program-slider-wrapper {
        width: 310px;
        height: 450px;
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .program-width {
        max-width: 330px;
    }

    .top-slider {
        height: 200px;
    }

    .service-title {
        font-size: 18px;
        padding: 10px;
        margin-bottom:10px;
    }

    .program-slider-bottom-wrapper, .program-slider-bottom-wrapper-green, .program-slider-bottom-wrapper-blue {
        height: 250px;
    }

    .program-text {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
    }

    .about-header {
        top: 65%;
    }

    .about-us {
        height: 320px;
    }

        .about-us .sub-header-title {
            font-size: 28px;
            line-height: 32px;
        }

        .about-us .main-header-title {
            font-size: 18px;
            line-height: 20px;
        }

    .text-light-gray {
        font-size: 24px;
        line-height: 28px;
    }

    .what-we-do {
        font-size: 28px !important;
    }

    .project-section-title {
        font-size: 16px;
        line-height: 18px;
    }

    .img-success-story {
        max-height: 300px;
    }

    .news-brief-title {
        font-size: 14px;
    }

    .event-title {
        font-size: 15px !important;
    }

    .event-calendar-time {
        font-size: 13px;
    }

    .more-news-title {
        font-size: 13px !important;
        line-height:16px !important;
    }

    .event-image
    {
        max-width:300px;
    }

    .album-content {
        max-width: 120px;
    }


}

@media screen and (max-width: 1024px) {
    .notfound-animated-car {
        width: 250px;
        height: 150px;
    }

    .ooops-text {
        font-size: 150px;
    }

    .brief-top {
        height: 250px;
        max-width: 250px;
        margin: 0 auto;
    }

    .brief-bottom {
        min-height: 70px;
        max-width: 250px;
        margin: 0 auto;
    }

    .calendar {
        top: 70%;
        padding: 10px;
        font-size: 15px;
        line-height: 17px;
        border: 5px solid #f3eeee;
    }



    .header-banner {
        min-height: 200px;
    }

    .page-header {
        height: 300px;
        padding: 4em 0;
    }

        .page-header span {
            bottom: 30px;
            font-size: 30px;
            text-shadow: 2px 4px 2px #000;
            padding: 10px;
        }

    .program-slider-wrapper {
        width: 440px;
        height: 400px;
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .program-width {
        max-width: 450px;
    }

    .top-slider {
        height: 200px;
    }

    .service-title {
        font-size: 18px;
        padding: 5px 10px;
    }

    .program-slider-bottom-wrapper, .program-slider-bottom-wrapper-green, .program-slider-bottom-wrapper-blue {
        height: 200px;
    }

    .program-text {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }

    .album-width {
        max-width: 250px !important;
        margin: 10px;
    }

    .album-cover-image {
        max-width: 250px;
        max-height: 200px;
    }

    .contentCircle {
        font-size: 26px;
    }


    .circle-text-header {
        font-size: 22px;
    }
    .sponsor-student > .card-header {
        font-size: 19px;
    }

}

@media screen and (max-width: 850px) {
    .header-banner {
        min-height: 160px;
    }
    .page-header {
        height: 250px;
        padding: 4em 0;
    }

        .page-header span {
            bottom: 30px;
            font-size: 30px;
            text-shadow: 2px 4px 2px #000;
            padding: 10px;
        }

    .program-slider-wrapper {
        width: 310px;
        height: 450px;
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .program-width {
        max-width: 320px;
    }

    .top-slider {
        height: 200px;
    }

    .service-title {
        font-size: 18px;
        padding: 5px 10px;
    }

    .program-slider-bottom-wrapper, .program-slider-bottom-wrapper-green, .program-slider-bottom-wrapper-blue {
        height: 250px;
    }

    .program-text {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }

    .involved-title {
        padding: 10px;
        font-weight: bold;
        font-size: 18px;
    }


    .item-content-title {       
        font-size: 20px;
    }

    .real-difference-left {
        float: left;
        padding:10px;
        width: 100%;
    }

    .real-difference-right {
        float: left;
        padding: 10px;
        width: 100%;
    }

    .success-video {
        border: 5px solid #fff;
        border-radius: 10px 40px 20px;
        height: 250px;
    }

        .success-video img {
            border-radius: 10px 40px 20px;
            top: 7px;
        }

        .success-video span {
            font-size: 22px;
        }

    .bg-success-story {
        padding: 3em 0;
    }

    .story-header {
        font-size: 24px;
    }

    .site-sectiontitle {
        font-size: 26px;
        line-height: 30px;
        margin: 10px 10px;
    }

    .news-brief {
        padding: 5px;
        width: 250px;
        margin: 0 auto;
    }

    .news-details-title {
        font-size: 18px;
    }

    .brief-top {
        height: 220px;
        max-width: 220px;
        margin: 0 auto;
    }

    .brief-bottom {
        min-height: 70px;
        max-width: 220px;
        margin: 0 auto;
    }

    .calendar {
        top: 70%;
        padding: 10px;
        font-size: 15px;
        line-height: 17px;
        border: 5px solid #f3eeee;
    }

    .news-brief-header {
        font-size: 17px;
        line-height: 19px;
    }

    .news-overlay {
        padding: 10px;
    }

        .news-overlay h4 {
            font-size: 17px;
            line-height: 19px;
        }

    .news-more {
        padding: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .album-width {
        max-width: 200px !important;
        margin: 10px;
    }

    .album-cover-image {
        max-width: 200px;
        max-height: 200px;
    }

    .album-content {
        max-width: 120px;
    }

    .contentCircle {
        font-size: 25px;
    }


    .circle-text-header {
        font-size: 20px;
    }

    .sponsor-student > .card-header {
        font-size: 16px;
    }

    .frameheight {
        min-height: 1000px;
    }

    .div-pesapal {
        min-height: 1000px;
    }

    .button-donation {
        border-radius: 28px;
        padding: 5px 20px;
        font-size: 18px;
        line-height: 20px;
    }

    .header-involvement {
        font-size: 26px;
        line-height: 28px;
    }

    .about-header {
        top: 60%;
    }

    .about-us {
        height: 300px;
    }

        .about-us .sub-header-title {
            font-size: 28px;
            line-height: 32px;
        }

        .about-us .main-header-title {
            font-size: 16px;
            line-height: 18px;
        }

    .text-light-gray {
        font-size: 22px;
        line-height: 26px;
    }

    .what-we-do {
        font-size: 25px !important;
    }

    .project-section-title {
        font-size: 16px;
        line-height: 18px;
    }

    .img-success-story {
        max-height: 300px;
    }
}

@media screen and (max-width: 600px) {

    .notfound-animated-car {
        width: 200px;
        height: 120px;
    }


    .ooops-text {
        font-size: 120px;
    }

    .program-slider-wrapper {
        background-size: cover;
        width: 250px;
        height: 450px;
        position: relative;
    }


    .program-width {
        max-width: 270px;
        padding: 0 10px !important;
    }

    .top-slider {
        height: 200px;
    }

    .service-title {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .program-slider-bottom-wrapper, .program-slider-bottom-wrapper-green, .program-slider-bottom-wrapper-blue {
        height: 220px;
    }

    .button-donation {
        border-radius: 25px;
        padding: 5px 10px;
        font-size: 16px;
        line-height: 18px;
    }

    .header-involvement {
        font-size: 22px;
        line-height: 25px;
    }

    .album-width {
        max-width: 150px !important;
        margin: 10px;
    }

    .album-cover-image {
        max-width: 150px;
        max-height: 150px;
    }
}

@media screen and (max-width: 420px) {


    .notfound-animated-car {
        width: 150px;
        height: 150px;
    }


    .ooops-text {
        font-size: 100px;
    }

    .album-content {
        max-width: 160px;
    }


    .page-header {
        height: 230px;
        padding: 4em 0;
    }

        .page-header span {
            bottom: 25px;
            font-size: 30px;
            text-shadow: 2px 4px 2px #000;
            padding: 10px;
        }


    .item-content-title {
        font-size: 18px;
    }

    .involved-title {
        padding: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .success-video {
        border: 4px solid #fff;
        border-radius: 8px 30px 15px;
        height: 200px;
    }

        .success-video img {
            border-radius: 8px 30px 15px;
            top: 5px;
        }

        .success-video span {           
            font-size: 20px;
        }

    .bg-success-story {      
        padding: 2em 0;
    }

    .story-header {
        font-size: 20px;
    }

    .site-sectiontitle {
        font-size: 24px;
        line-height: 28px;
        margin: 10px 5px;
    }

    .news-brief {
        padding: 5px;
        width: 190px;
    }

    .brief-top {
        height: 130px;
    }

    .brief-bottom {
        min-height: 80px;
    }

    .calendar {
        top: 60%;
        padding: 5px;
        font-size: 13px;
        line-height: 16px;
        border: 3px solid #f3eeee;
    }

    .news-brief-header {
        font-size: 15px;
        line-height: 17px;
    }

    .news-overlay {
        padding: 5px;
    }

        .news-overlay h4 {
            font-size: 16px;
            line-height: 18px;
        }

    .news-more {
       
        padding: 5px;
        font-size: 12px;
        line-height: 14px;
    }

    .program-slider-wrapper {
        width: 380px;
        height: 410px;
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .program-width {
        max-width: 400px;
    }

    .top-slider {
        height: 190px;
    }

    .program-slider-bottom-wrapper, .program-slider-bottom-wrapper-green, .program-slider-bottom-wrapper-blue {
        height: 210px;
    }

    .service-title {
        font-size: 20px;
        padding:5px 10px;
    }

    .program-text {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
    }

    .album-cover-image {
        max-width: 120px;
    }

    .contentCircle {
        font-size: 25px;
    }


    .circle-text-header {
        font-size: 20px;
    }

    .sponsor-student > .card-header {
        font-size: 18px;
    }

    .no-matter {
        font-size: 22px;
        line-height: 25px;
    }

    .frameheight {
        min-height: 1000px;
    }

    .div-pesapal {
        min-height: 1000px;
    }

    .button-donation {
        border-radius: 25px;
        padding: 5px 10px;
        font-size: 16px;
        line-height: 18px;
    }

    .header-involvement {
        font-size: 22px;
        line-height: 25px;
    }

    .about-header {
        top: 60%;
    }

    .about-us {
        height: 250px;
    }

        .about-us .sub-header-title {
            font-size: 26px;
            line-height: 30px;
        }

        .about-us .main-header-title {
            font-size: 16px;
            line-height: 18px;
        }

    .text-light-gray {
        font-size: 22px;
        line-height: 26px;
    }

    .what-we-do {
        font-size: 25px !important;
    }

    .project-section-title {
        font-size: 14px;
        line-height: 16px;
    }

    .img-success-story {
        max-height: 250px;
    }

}

@media screen and (max-width: 380px) {



    .ooops-text {
        font-size: 80px;
    }

    .header-banner {
        min-height: 150px;
    }

    .page-header {       
        height: 200px;
        padding: 4em 0;
    }

        .page-header span {           
            bottom: 20px;
            font-size: 25px;
            text-shadow: 2px 4px 2px #000;            
            padding: 10px;
        }
        
    .site-sectiontitle {        
        font-size: 20px;
        line-height: 25px;
        margin: 10px 5px;
    }


    .news-brief {
        padding: 5px;
        width: 160px;
        margin: 0 auto;
    }

    .brief-top {
        position: relative;
        height: 120px;
        margin: 0 auto;
    }

    .brief-bottom {
        min-height: 85px;
        margin: 0 auto;
    }

    .calendar {
        top: 60%;
        padding: 5px;
        font-size: 12px;
        line-height: 14px;
        border: 2px solid #f3eeee;
    }

    .news-brief-header {
        font-size: 14px;
        line-height: 16px;
    }

    
    .news-overlay {
        padding: 5px;
    }

        .news-overlay h4 {
            font-size: 15px;
            line-height: 17px;
        }

    .news-more {
        padding: 5px;
        font-size: 12px;
        line-height: 14px;
    }
    
    h4
    {
        font-size:16px;
    }

    .program-slider-wrapper {
        width: 330px;
        height: 400px;
        margin-bottom:10px;
        margin:0 auto;
    }

    .program-width {
        max-width: 350px;
    }

    .top-slider {
        height: 160px;
    }

    .program-slider-bottom-wrapper, .program-slider-bottom-wrapper-green, .program-slider-bottom-wrapper-blue {
        height: 200px;
    }
    .service-title
    {
        font-size:18px;
        padding:5px;
    }

    .program-text {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .album-width
    {
        max-width:100px !important;
        margin:10px;
    }

    .album-cover-image {
        max-width: 100px;
        max-height: 100px;
    }

    .contentCircle {
       
        font-size: 20px;
    }


    .circle-text-header {
        font-size: 18px;
    }
    .sponsor-student > .card-header {
        font-size: 17px;       
    }

    .no-matter {
        font-size: 20px;
        line-height:25px;
    }
    .frameheight {
        min-height: 1000px;
    }

    .div-pesapal {
        min-height: 1000px;
    }

    .button-donation {
        border-radius: 25px;
        padding: 5px 10px;
        font-size: 16px;
        line-height: 18px;
    }
    .header-involvement {
        font-size: 22px;
        line-height: 25px;
    }

    .about-header {
        top: 60%;
    }

    .about-us {
        height: 250px;
    }

        .about-us .sub-header-title {
            font-size: 26px;
            line-height: 30px;
        }

        .about-us .main-header-title {
            font-size: 16px;
            line-height: 18px;
        }

    .text-light-gray {
        font-size: 22px;
        line-height: 26px;
    }

    .what-we-do {
        font-size: 25px !important;
    }

    .project-section-title {
        font-size: 14px;
        line-height: 16px;
    }

    .img-success-story {
        max-height: 250px;
    }




}


@media screen and (max-width: 320px) {
    .notfound-animated-car {
        width: 100px;
        height: 150px;
    }


    .ooops-text {
        font-size: 60px;
    }

    .program-slider-wrapper {
        background-size: cover;
        width: 280px;
        height: 400px;
        position: relative;
    }


    .program-width {
        max-width: 300px;
        padding: 0 10px !important;
    }

    .button-donation {
        border-radius: 25px;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 18px;
    }


    .header-involvement {
        font-size: 20px;
        line-height: 25px;
    }

    .album-width {
        max-width: 80px !important;
        margin: 5px;
    }

    .album-cover-image {
        max-width: 80px;
        max-height: 80px;
    }

    .album-content {
        max-width: 130px;
    }


    .about-header {
        top: 60%;
    }

    .about-us {
        height: 250px;
    }

        .about-us .sub-header-title {
            font-size: 26px;
            line-height: 30px;

        }

        .about-us .main-header-title {
            font-size: 16px;
            line-height: 18px;
        }

    .text-light-gray {
        font-size: 22px;
        line-height: 26px;
    }

    .what-we-do{
        font-size:25px !important;
    }

    .project-section-title {
        font-size: 13px;
        line-height: 15px;
    }

    .img-success-story
    {
        max-height:200px;
    }
}
