.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);
}
p{font-weight: normal !important;}
.mb-2{margin-bottom: 20px;display: block;}
.mb-5{margin-bottom: 60px;}
.h3-tit{font-weight: bold;}
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: auto;
    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: 60px;
    margin-bottom: 60px;
}
.achievements h2{text-align: left;}
.achievements .txt{margin-top: 1.5rem;}
.achievements .txt p{font-size: 20px;font-weight: 700;text-align: left;}
.achievements .video{margin: 0 auto; margin-top: 1.5rem;background-image: linear-gradient(to right, #fd8b13 , #3a86d1);box-sizing: border-box;padding: 2rem; max-width: 735px;position: relative;overflow: hidden;border-radius: 80px 0 80px 0px;}

.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 h2{text-align: left;}
.our-vision .txt{margin-top: 1rem;}
.our-vision .txt p{font-size: 20px;font-weight: 700;text-align: left;}
.our-vision ul {
    margin-top: 50px;
}
.our-vision ul li {
    width: 100%;
    border: 4px solid #efefef;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 2rem;
    flex-wrap: wrap;

}
.our-vision ul li .imgs{width: 160px;}
.our-vision ul li .imgs img{width: 100%;}
.our-vision ul li .con{width: calc(100% - 180px);text-align: left;}
.our-vision ul li .con h4{font-size: 24px;font-weight: 700;font-style: normal;}
.our-vision ul li .con p{font-weight: normal;}
.our-vision ul li .con .desinfo{color: #243961; font-style: italic;display: block;font-size: 24px;margin-top: 1.5rem;margin-bottom: 1.5rem;}
.our-vision ul li .con .go::after{
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 10px;
    font-size: 20px
}
.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 {
   padding-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: 40%;
    left: 0;
}
.next {

    position: absolute;
    top: 40%;
    right: 0;
}
.annual-report {
    background: #fbe5d6;
    padding-top: 60px;
    padding-bottom: 50px;
}
.annual-report h2{text-align: left;}
.annual-report .txt{margin-top: 1.5rem;}
.annual-report .txt p{font-size: 20px;font-weight: 700;width: 100%;margin-bottom: 30px;}
.annual-report .txt p a{color: #2c70ba;}
.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;
}
.higher-section .txt{margin-top: 1.5rem;}
.higher-section .txt p{font-size: 20px;font-weight: 700;}
.chairman-section .text-wrap p#chairman-summary{font-style: italic;font-size: 20px;}
.chairman-section .container .text-wrap{padding-left: 1.5rem !important;padding-right: 1.5rem;}
.chairman-section .container .text-wrap .go::after{content: "\f105";font-family: 'FontAwesome';display: inline-block;margin-left: 10px;font-size: 20px;}

.chairman-section .container .photo-wrap{transform: translateY(-50px);}
.upcoming {
    margin-top: 50px;
    position: relative;overflow: hidden;background: #e0ebf6;padding: 60px 0px;
}
.upcoming-row {
    display: flex;
    flex-wrap: wrap;
}
.upcoming h2{margin-bottom: 30px;}
.upcoming .container > ul li {
    align-items:center;
    margin: 10px 10px;
    width: calc(33.333% - 20px) !important;
    background: #fff;
    border: 1px solid #efefef;
    position: relative;

}
.upcoming .container > ul li a{display: block;width: 100%;height: 100%;}
.upcoming .container > ul li:hover a{background: #efefef;}
.upcoming .container > ul li:hover a .event-left{opacity: 0.9;}
.upcoming .container .event-right ul li {

    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 {
    height: 280px;
}
.upcoming .event-right {
    box-sizing: border-box;
    padding: 1.5rem;
    padding-bottom: 4rem;
}
.upcoming .event-right h3{font-size: 24px;font-weight: 700;color: #000;}
.upcoming .event-right span{display: block;margin-top: 1rem;font-size: 18px;}
.upcoming .event-right .date{display: block;font-size: 18px;position: absolute;left: 1.5rem;bottom: 1.5rem;color: #000;}
.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 {
    }


    .about-management h3 {
        font-size: 24px;
    }

}
@media screen and (max-width: 768px) {

    .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;
    }
    .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: 220px;
        margin: 0;
    }
    .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;
    }
}
.btn-orange {
    background: #ef9266;
    border-radius: 20px;
}
.our-story{
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding-bottom: 60px;

}
.our-story .topdetail{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;margin-bottom: 2rem;}
.our-story .topdetail .imgs{width: 200px;margin-bottom: 1.5rem;}
.our-story .topdetail .imgs img{width: 100%;}
.our-story .topdetail .con{width: calc(100% - 220px);text-align: left;margin-bottom: 1.5rem;}
.our-story .topdetail .con h4{
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
}
.our-story .topdetail .con .desinfo{
    color: #243961;
    font-style: italic;
    display: block;
    font-size: 26px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

}
.our-story .topdetail .con .go::after{
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
}
.our-story .txt p{font-size: 20px;line-height: 1.6;margin-bottom: 30px;}
.our-story .txt img{max-width: 100%;}
@media screen and (max-width: 1280px){
    #chairman-bg {
        margin-bottom: -15% !important;
    }
}
@media screen and (max-width: 830px){
    #chairman-bg{margin-bottom: -30% !important;}
    .chairman-section .container .photo-wrap{max-width: 100%;}
    .upcoming .container > ul li{width: calc(50% - 20px) !important;}
    .chairman-section .container .photo-wrap{transform: none;}
}
.slant-section{height: 200px !important;}
@media screen and (max-width: 767px){
    p{line-height: 1.6;}
    .mb-5{margin-bottom: 60px;}
    .higher-section .txt p,.our-vision .txt p,.annual-report .txt p,.achievements .txt p{font-size: 16px;line-height: 1.6;font-weight: 400;}
    #chairman-bg{margin-bottom: -80% !important;}
    .upcoming .container > ul li{width: calc(100% - 0px) !important;}
    .upcoming .event-right h3{font-size: 20px;}
    .upcoming .event-right span{font-size: 16px;}
    .upcoming .event-right .date{font-size: 16px;}
    .our-vision ul li .con{width: 100%;margin-top: 1rem;}
    .our-vision ul li .con h4{font-size: 18px;}
    .our-vision ul li .con .desinfo{font-size: 18px;}
    .chairman-section .container{flex-direction: column-reverse;}
    .chairman-section .text-wrap p#chairman-summary{line-height: 1.6;padding-bottom: 0 !important;}
    .our-story .topdetail .con{width: 100%;}
    .our-story .topdetail .con h4{font-size: 18px;}
    .our-story .topdetail .con .desinfo{font-size: 20px;}
    .our-story .txt p{font-size: 16px;}
    .slant-section{margin-top: -25px !important;height: 150px !important;opacity: 1 !important;}
    .slant-above{margin-bottom: 0 !important;}
    .page-banner .banner{height: 190px;}
}
.page-banner .overlay{background: rgba(0, 0, 0, 0);}