.header.scroll:before {

    background: rgba(0 ,102,178,0.8);
}
.pink {
    color: #ffc9c2;
}
.blue {
    color:#009de1;
}
.light-blue {
    color:#0066b2;
}
.dark-red {
    color: #74352d;
}
.light-yellow {
    color: #f9e6cb;
}
.orange {
    color: #ef9266;
}
.mid-red {
    color: #d8938a;
}
.slant-section.blue {

    z-index: -10;
}
.slant-content.blue {
    z-index: -10;
    background: rgba(219,241,251,0.8);
}
a {
    color:#009de1;
}
.breadcrumbs > li:last-child a {
    color:#009de1;
}
.breadcrumbs > li:after {

    color:#009de1;
}
.text-container {
    position: relative;
}
.left-text {
    width: 100%;
}
.right-image {
    border: 20px solid #009de1;
    width: 735px;
    height: 400px;
    border-radius: 30px 0 0 0;
    margin: 50px auto;
}
.left-icons {
    /*  background-image: url(img/scsr/gradient01.png);
      background-repeat: no-repeat;
      background-size: cover;*/
    height: 200px;
    width: 100%;
    margin-top: 100px;
}
.right-icons {
    /*  background-image: url(img/scsr/gradient02.png);
      background-repeat: no-repeat;
      background-size: cover;
    */
    height: 200px;
    width: 100%;
    margin-top: 70px;
    margin-left:auto;
}
.achievements {
    margin-top: 50px;
}
.achievements .icon-container {
    position: relative;
}
.achievements ul {
    display: flex;
    position: absolute;
    top: -45px;
    width: 100%;
}
.achievements ul li {
    width: 25%;

    /*   color: #74352d;*/
    text-align: center;
}
.right-icons ul li {
    width: calc(100% / 3);
}
.achievements ul li h5 {
    margin-bottom: 0;
    font-weight: bold;
    font-style: normal;
}
.achievements ul li p {

    color: #74352d;
}
.achievements ul li:nth-child(2n) , .achievements ul li:nth-child(2n) p {
    /*  color: #ef9266;*/
}
.achievements ul li img {
    height: 150px;

}
.achievements ul li h5 div {

    display: inline;
    font-size: 30px;
}
.our-team-section {
    background: #ffc60b;
    padding-top: 100px;
}
.higher-section {
    /* background: url(img/scsr/heart-bg-new.png);
     background-position: bottom left;
     background-repeat: no-repeat;
     background-size: contain;*/
    height: auto;
}
.our-team-section h5 {

    margin-top: 10px;
    font-size: 14px;
    min-height: 40px;
}
.our-vision {
    margin-top: 50px;
}
.our-vision ul {
    display: flex;
    margin-top: 50px;
}
.our-vision ul li {
    width: calc(100% / 3);
    margin: 0 50px;
    border: 15px solid #009de1;

}

.our-vision ul li:nth-child(1)  {
    border: 15px solid #b3d9a1;
}

.our-vision ul li:nth-child(2) {
    border: 15px solid #6bccc0;
}

.our-vision ul li:nth-child(3) {
    border: 15px solid #01baed;
}

.our-vision ul li h4 {
    color: #009de1;
    height: 60px;
    line-height: 60px;
    border-radius: 45px 0 45px 0;
    font-style: normal;
}
.our-vision ul li h4 div {
    display:inline;
    font-weight: bold;
    font-style: normal;
}
.our-vision ul li p {
    text-align: center;
}
.how-scsr-works {
    margin-top: 100px;
}
.how-scsr-works h2 {

}
.how-scsr-works img {
    width: 100% !important;
    height: auto !important;
}
.donors {
    margin-top: 100px;
}
.donors .tab {
    display: flex;
    margin:20px 0;
}
.donors .tab li {  
    width: calc(100%/3);
    margin: 20px 0;
    cursor: pointer;
    font-weight: bold;
}

.donors .tab li.active {
    color: #009de1;
}
.donors .donor-list ul{
    display:none;

}
.donors .donor-list ul.active {
    display: flex;
    align-items: end;
    flex-wrap:  wrap;



}
.donors .donor-list ul li {
    width: calc(100% / 5 - 20px);
    margin: 10px;
}
.donors .donor-list ul li > div {
    width: 100%;
    height: 150px;
}
.events-photo {
    margin-top: 100px;
    margin-bottom: 50px;
}
.events-photo-slider-container > div{
    position: relative;
}
.events-photo-slider-container > div.active{
    display:block;
}

.events-photo-slider {
    margin-top: 50px;
    width: 100%;
}
.events-photo-slider .image-wrap {
    height: 300px;
    margin: 0 10px;
}
.prev ,.next {

    width: 50px;
    height: 50px;
    background: #0066b2;
    color: #fff;
    font-size: 45px;
    text-align: center;
    cursor: pointer;
}
.prev {

    position: absolute;
    top: 50%;
    left: 0;
}
.next {

    position: absolute;
    top: 50%;
    right: 0;
}
.annual-report {
    background: #009de1;
    padding-top: 100px;
    padding-bottom: 100px;
}
.annual-report-container ul {

    margin-top: 50px;
}
.annual-report-container .annual-report-slider li.annual-report-slide {
    text-align: center;
    border: 20px solid #fff;
    border-radius: 30px 0 30px 0 ;
    margin: 0 20px;
}
.annual-report-container .annual-report-slider li.annual-report-slide a {

    width: 100%;
    background: #fff;
}
.report-cover {
    height: 250px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.report-title {
    font-size: 18px;
}
.annual-report-container .slick-dots li.slick-active {

    background: #74352d;
}
.slick-dots {
    bottom: -60px;
}
.press-release {
    padding: 100px 0;
}
.two-cols {
    margin-top: 50px;
}
.two-cols a {

    display: flex;
    color: #8c8c8c;
}
.two-cols > li {
    width: 100%;
    border-bottom: 1px solid #8c8c8c;
    margin-bottom: 20px;
    margin-right: 5%;
}
.two-cols a h5:first-child {

    margin-right: 30px;
}
.press-release {
    /*   background: url(img/scsr/heart-bg-new.png);
       background-position: bottom left;
       background-repeat: no-repeat;*/
    padding-top: 100px;
    padding-bottom: 150px;
}
.upcoming {
    margin-top: 50px;
}
.upcoming-row {
    display: flex;
    flex-wrap: wrap;
}
.upcoming .container > ul li {
    align-items:center;
    margin: 0 10px;
}
.upcoming .container .event-right ul li {

    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 20px;
    color: #8c8c8c;
    margin-bottom: 20px;
    align-items: baseline;

}
.upcoming .container .event-right ul li .event-title { 
    margin-right: 20px;

}
.upcoming .container .event-right ul li:last-child {
    border-bottom: 0;
}
.upcoming .event-left {
    margin-bottom: 20px;
    height: 400px;
}
.upcoming .event-right {
}
.upcoming-slider {
    margin-top: 50px;
}
.upcoming .slick-prev {
    background-image: url(img/scsr/event-prev-btn.png) !important;

    left: -60px;

}
.upcoming .slick-next {
    background-image: url(img/scsr/event-next-btn.png) !important;
    right : -60px;

}
/*.btt-btn {
    background:#74352d;
}*/
.join-and-share {
    margin-top: 100px;
    padding-bottom: 100px;
    /*
    background: url(img/scsr/heart-bg-new.png);
    background-position: bottom left;
    background-repeat: no-repeat; */
}
.join-content-container {

    margin-top: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 30px 0 30px 0;
    padding: 20px 200px;
}
.join-content {

    margin-left: 30px;
}
.join-content p img {
    margin-right: 10px;
    vertical-align: middle;

}
.join-content-container .image { 

    width: 50%;
    height: 560px;        
}
.join-content-container h5 {

    color: #74352d;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}
.event-btn {
    height: 30px;
    padding: 0px 20px;
    font-size: 20px;
    color: #009de1;
    box-sizing: border-box;
    line-height: 30px;
    font-weight: bold;
}
.event-btn img {
    display: inline-block;
    width: auto;
    height: 25px;
    margin-right:5px;
    vertical-align: middle;
}

.events-category {
    display: flex;
    margin-top: 30px;
}
.events-category li {
    text-align: center;
    width: calc(100% / 4 - 20px);
    margin: 0 20px;
}
.events-category li a {

    font-size: 20px;
    color: #000;
}
.events-category li.active a {
    color: #009de1;
    font-weight: bold;
}
.join-content-container > a {

    width: 50%;
    height: 560px;
}
.join-content-container .image {
    width: 100%;
    height: 100%;
}
.scsr-events-form {

    width: 800px;
    height: 800px;
    line-height: 1.5;
}
.scsr-events-form h3 {
    font-size: 18px;
}
.scsr-events-form .form-title {
    font-style: italic;
}
.scsr-events-form ul li {

    margin: 10px 0;
}
.scsr-events-form select {
    border: 1px solid #ccc;
    padding: 10px 100px;
    margin: 5px 0;
}
.scsr-events-form .btn {

    padding: 8px 50px;
}
#press-year {

    padding: 10px 25px;
}
.contact-us {
    margin: 50px 0;
}

.contact-us .contact-detail {
    margin-top: 20px;
    text-align: center;
}
.contact-us .contact-detail p img {
    margin-right: 10px;
}
.how-scsr-works .mobile-image-container {
    display: none;
}
.press-list {

    height: 400px;
    overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
    .higher-section {
    }
    .our-vision ul {
        display: block;
    }
    .our-vision ul li {
        width: calc(40%);
        margin: 20px auto;
    }
    .about-management h3 {
        font-size: 24px;
    }

}
@media screen and (max-width: 768px) {
    .our-vision ul li {
        margin: 20px auto;
    }
    .donors .donor-list ul li {
        width: calc(100% / 4 - 20px);
    }
    .join-content-container {
        padding: 20px;
    }
    .join-content-container > a {
        width: 100%;
        height: 560px;
    }
    .scsr-events-form {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .left-text {

        width: 100%;
    }
    .right-image {
        width: 100%;

    }
    .right-image iframe {
        width: 100% !important;
    }
    .slant-section.blue {
        height: 100px !important;
    }
    .achievements ul {

        flex-wrap: wrap;
    }
    .achievements ul li {
        width: 50%;
    }
    .right-icons ul li {
        width: 50%;
    }
    .left-icons {
        height: 400px;
    }
    .straight-section {
        padding-top: 200px;
    }
    .our-vision ul {
        flex-wrap: wrap;
    }
    .our-vision ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .how-scsr-works h2 {
        text-align: center;
    }
    .donors .right  {
        text-align:center; 
    }
    .donors .donor-list ul li {
        width: calc(100% / 2 - 20px);
    }
    .donors .donor-list ul li img {
        width: 100%;
    }
    .events-category {
        flex-wrap:wrap;
    }
    .events-category li {
        width: 100%;
        margin-bottom: 10px;
    }
    .two-cols > li {
        width: 100%;
    }
    .upcoming .container > ul li {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .upcoming .event-left {
        width: 100%;

        height: 320px;
        margin: 0;
        margin-bottom: 20px;
    }
    .upcoming .event-right {
        width: 100%;
    }
    .join-content-container {
        display: block;
    }
    .join-content-container > a {
        height: 400px;
    }
    .join-content {
        margin: 0;
    }
    .how-scsr-works .image-container {
        display: none;
    }
    .how-scsr-works .mobile-image-container {
        display: block;
    }

    .how-scsr-works .mobile-image-container ul {
        display: flex;
        flex-wrap:wrap;
    }
    .how-scsr-works .mobile-image-container li{
        margin: 10px;
    }
}