@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@200;300;400;500;600;700;800&display=swap");
body {
    background: #ffffff;
    color: #000000;
    overflow-x: hidden;
    font-family: "Spartan", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.swiper {
    width: 100%;
    height: 100%;
}

.header-full {
    height: 100px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#event-banner-slider {
    padding-bottom: 3rem;
    overflow: hidden;
    padding-top: 9rem;
}

#banner-section {
    padding-bottom: 0rem;
    overflow: hidden;
    padding-top: 3rem;
}

#banner-section .padding-top {
    padding-top: 9rem;
}

#banner-section .about-para {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

#banner-section .about-para .text {
    font-weight: 700;
    text-transform: uppercase;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Spartan";
}

#banner-section .about-para .text span {
    font-size: 34px;
    padding-top: 5px;
}

#banner-section .about-para .slider {
    margin-left: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: slider 8s linear infinite;
    animation: slider 8s linear infinite;
    font-size: 46px;
    font-family: "Spartan", sans-serif;
}

@-webkit-keyframes slider {
    0% {
        margin-bottom: -320px;
    }
    5% {
        margin-bottom: -140px;
    }
    30% {
        margin-bottom: -140px;
    }
    35% {
        margin-bottom: 0px;
    }
    65% {
        margin-bottom: 0px;
    }
    70% {
        margin-bottom: 140px;
    }
    100% {
        margin-bottom: 140px;
    }
}

@keyframes slider {
    0% {
        margin-bottom: -320px;
    }
    5% {
        margin-bottom: -140px;
    }
    30% {
        margin-bottom: -140px;
    }
    35% {
        margin-bottom: 0px;
    }
    65% {
        margin-bottom: 0px;
    }
    70% {
        margin-bottom: 140px;
    }
    100% {
        margin-bottom: 140px;
    }
}

#banner-section .about-para .bottom-content p {
    font-size: 34px;
    width: 100%;
    padding: 3rem 0rem;
    margin: 0 auto;
    line-height: 1.5;
    color: #000;
}

#banner-section .about-para .bottom-content a {
    padding: 10px 15px;
    margin-top: 1rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #cc0000;
    background: #cc0000;
    color: #fff;
}

#banner-section .about-para .bottom-content a:hover {
    border: 2px solid #cc0000;
    color: #cc0000;
    text-decoration: unset;
    background: unset;
}

#banner-section .padding-top .key-words h1 {
    padding: 0rem 4rem;
    letter-spacing: 1px;
    line-height: 2;
}

#banner-section .main-circle .main-video video {
    width: 100%;
    height: 100%;
}

#banner-section .main-circle .play-button-wrapper {
    position: absolute;
    top: 0%;
    left: 0%;
    right: -1px;
}

#change-makers .change-makers-slider .play-button-wrapper {
    position: absolute;
    top: 0%;
    left: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}

#banner-section .main-circle .bottom-content {
    padding: 3rem
}

#make-impact,
#humanity-planet,
#collaps-imgs-sec,
#advantage-dlc,
#workshop-programs-tabs,
#change-makers,
#faqs-sec,
#get-involved-banner {
    padding: 3rem 0rem;
}

.causes-cards {
    padding: 4rem 0rem 0rem 0rem;
}

#make-impact .heading h1,
#make-impact .heading h2,
#humanity-planet .heading h1,
#humanity-planet .heading h2,
#collaps-imgs-sec .heading h2,
#advantage-dlc .heading h2,
#workshop-programs-tabs .heading h2,
#change-makers .top-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4rem;
}

#make-impact .heading h2 {
    margin-bottom: 0rem;
    font-size: 3rem;
}

#make-impact .heading {
    margin-bottom: 2rem;
}

#make-impact .big-text h2 {
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 2px;
}

#make-impact .make-impact-content p {
    font-size: 24px;
    margin-bottom: 3rem;
    line-height: 1.7;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

#make-impact .text-video {
    position: relative;
    overflow: hidden;
}

#make-impact .text-video video {
    width: 100%;
}

#make-impact .text-video .text-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    mix-blend-mode: multiply;
}

#make-impact .text-video .text-box h2 {
    font-size: 15.5rem;
    font-weight: 800;
    width: 100%;
    height: 100%;
    text-shadow: 2px 7px 0 #3e3e3e;
}

#humanity-planet .img-title h2 {
    font-family: "Spartan", sans-serif;
    font-size: 2rem;
    text-align: center;
    padding-top: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#humanity-planet .img-title .border-bottom1,
#humanity-planet .img-title .border-bottom2 {
    border-bottom: 4px solid #c00 !important;
    margin: 0 auto;
    width: 100%;
    opacity: 0;
    -webkit-transition: .4s;
    -webkit-transition: .6s;
    transition: .6s;
    margin: 0rem auto;
}

#humanity-planet .container-fluid {
    padding: 3rem 6rem;
}

#humanity-planet #humanity-planet .content:hover .img-title .border-bottom1 {
    opacity: 1;
    -webkit-animation: line-animation 1s linear;
    animation: line-animation 1s linear;
}

#humanity-planet #humanity-planet .content:hover .img-title .border-bottom2 {
    opacity: 1;
    -webkit-animation: line-animation 1s linear;
    animation: line-animation 1s linear;
}

@-webkit-keyframes line-animation {
    0% {
        left: 0;
    }
    100% {
        right: 100%;
    }
}

@keyframes line-animation {
    0% {
        left: 0;
    }
    100% {
        right: 100%;
    }
}

#humanity-planet .content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#humanity-planet .content .caption {
    position: absolute;
    top: 100%;
    left: 0;
    height: 15%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    opacity: 1;
    -webkit-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#humanity-planet .content .caption p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 10px 20px;
    line-height: 2px;
    font-family: "Spartan";
    line-height: 1.5;
    padding: 4rem 7rem 1.5rem 7rem;
}

#humanity-planet .content .caption .view-all-btn {
    color: #fff;
    font-size: 14px;
    background: #c00;
    padding: 7px 20px;
    font-weight: 400;
    margin-right: 10px;
    border: 2px solid #c00;
    -webkit-transition: .6s;
    transition: .6s;
}

#humanity-planet .content .caption .view-all-btn:hover {
    text-decoration: none;
    border: 2px solid #c00;
    background: transparent;
    color: #c00;
}

#humanity-planet .content .caption .up-down {
    -webkit-animation: up-down .6s infinite alternate;
    animation: up-down .6s infinite alternate;
    display: block;
    -webkit-transition: .4;
    transition: .4;
}

#humanity-planet .content .caption .up-down i {
    font-size: 34px;
}

#humanity-planet .causes-cards .card-width {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 2.5rem;
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

#humanity-planet .content .caption .up {
    display: none;
    -webkit-transition: .4;
    transition: .4;
}

#humanity-planet .content:hover .border-bottom1,
#humanity-planet .content:hover .border-bottom2 {
    opacity: 1;
}

#humanity-planet .content:hover .caption {
    opacity: 1;
    height: 110%;
    top: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0, #00000029), to(#000)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #00000029 0, #000 100%) 0 0 no-repeat padding-box;
}

#humanity-planet .content:hover .up {
    opacity: block;
    -webkit-animation: up-down .6s infinite alternate;
    animation: up-down .6s infinite alternate;
    display: block;
    margin-top: 3rem;
}

#humanity-planet .content:hover .up i {
    font-size: 38px;
}

#humanity-planet .content:hover .up-down {
    display: none;
}

#humanity-planet .content img {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#advantage-dlc .container-fluid {
    padding: 5rem 1rem;
}

#humanity-planet .top-title h1 {
    font-size: 1.5rem;
    font-family: "Spartan";
    text-align: center;
    padding: 1.5rem 0rem 3.5rem 0rem;
    position: relative;
    z-index: 999;
    width: 63%;
    margin: 0 auto;
    line-height: 1.7;
}

#humanity-planet .left-content h6 {
    font-size: 22px;
    margin-bottom: 1rem;
}

#humanity-planet .left-content h2 {
    color: #c00;
    font-size: 36px;
    font-weight: 700;
}

#humanity-planet .social-impactslider .card a img {
    width: 100%;
}

#humanity-planet .social-impactslider .card,
#explore-our-sec .social-impactslider .card {
    border: 0;
    background: unset;
    border-radius: 0;
    border-radius: 15px;
}

#humanity-planet .social-impactslider .card a .label-title span,
#explore-our-sec .card a .label-title span {
    font-family: "Spartan";
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 63%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
}

#explore-our-sec .card a .label-title span {
    font-size: 22px;
}

#humanity-planet .social-impactslider .card a .label-title,
#explore-our-sec .card a .label-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 1rem;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: left;
}

#explore-our-sec .card a .label-title {
    top: 80%;
}

#humanity-planet .social-impactslider .card:before,
#explore-our-sec .card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

#humanity-planet .social-impactslider .card:hover:before,
#explore-our-sec .card:hover:before {
    opacity: 1;
}

#humanity-planet .social-impactslider .card:hover a,
#explore-our-sec .card:hover a {
    text-decoration: underline;
}

#humanity-planet .social-impactslider .card:hover a .label-title,
#explore-our-sec .card:hover a .label-title {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

#explore-our-sec .card a img {
    width: 100%;
    border-radius: 15px;
}

#explore-our-sec .card {
    border: unset;
    border-radius: 15px;
}

#humanity-planet .social-impactslider .human-title,
#explore-our-sec .human-title {
    padding-bottom: 3rem;
    z-index: 4;
}

#humanity-planet .social-impactslider .planet-title,
#explore-our-sec .planet-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 4;
}

#humanity-planet .social-impactslider .card a .label-title .cause-number {
    top: 5%;
    font-size: 6rem;
    font-family: saira condensed, sans-serif;
    text-shadow: 3px 3px 2px #000;
}

.we-drive {
    padding: 5rem 0rem;
}

#we-drive .card {
    font-size: 15px;
}

.text-saira {
    font-family: 'Saira Condensed';
    font-size: 50px !important;
    font-weight: bold;
}

#advantage-dlc .flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 100%;
}

#advantage-dlc .flex-content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-family: "Spartan";
    padding-left: 1rem;
}

#advantage-dlc .flex-content h2 {
    text-align: center;
}

#advantage-dlc .flex-content h2,
#update-event .top-title h2 {
    padding-left: 0rem;
    line-height: 1.5;
}

#advantage-dlc .flex-content p {
    font-size: 1.2rem;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3rem;
    line-height: 2;
    text-align: center;
}

#advantage-dlc #counters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1rem;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

#advantage-dlc .counter {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#advantage-dlc .men {
    text-align: center;
    padding-bottom: 1px;
    width: 20%;
    margin: 2rem 0rem 0rem 0rem;
}

#counters div:before {
    border-right: 2px solid#b7b7b7;
    height: 53px;
    content: " ";
    z-index: -1;
    position: absolute;
    margin-top: 31px;
    align-items: center;
    display: flex;
    justify-content: center;
    display: none
}

#counters div:first-child:before {
    display: none;
}

#advantage-dlc .men h3 {
    font-size: 3rem;
    letter-spacing: 2px;
    font-weight: 700;
}

#advantage-dlc .men p {
    font-size: 1.5rem;
    padding-top: 1rem;
    text-transform: uppercase;
    margin-bottom: 0rem;
}

#advantage-dlc .map-svg {
    width: 80%;
    margin: 0rem auto;
}

.tooltip {
    opacity: 1;
}

.tooltip>.tooltip-inner {
    background: #fff;
    color: #000;
    opacity: 1;
}

.tooltip>.arrow::before {
    border-top-color: #fff;
}

.tooltip>.arrow::before {
    border-bottom-color: #fff;
}

.tooltip>.tooltip-inner>.card>.card-header {
    background: #000;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    font-family: 600;
}

.tooltip>.tooltip-inner>.card .card-body {
    padding: 5px;
}

.tooltip>.tooltip-inner>.card .card-body i {
    font-size: 10px;
    color: #cc0000;
}

#news-updates .top-title h2 {
    font-size: 40px;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

#changemaker .swiper-container {
    width: 100%;
    height: 497px;
}

#changemaker .swiper-slide {
    width: 700px;
    height: auto;
}

#changemaker .swiper-slide img {
    -webkit-box-shadow: 0 10px 30px #00000026;
    box-shadow: 0 10px 30px #00000026;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#changemaker .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

#changemaker .img-overlay {
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0, #00000000), to(#000)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #00000000 0, #000 100%) 0 0 no-repeat padding-box;
    width: 700px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
}

#changemaker .swiper-slide-active .img-overlay {
    opacity: 1;
}

#changemaker .swiper-slide-active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#changemaker .img-overlay h4 {
    font-size: 18px;
    font-weight: 400;
    padding: 0rem 1rem;
    margin-bottom: .4rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

#changemaker .img-overlay h5 {
    font-size: 18px;
    font-weight: 400;
    padding: 0rem 1rem;
    margin-bottom: .4rem;
    text-align: left;
    letter-spacing: 1px;
}

#changemaker .img-overlay p {
    font-size: 14px;
    font-weight: 400;
    padding: 0rem 1rem;
    margin-bottom: .4rem;
    text-align: left;
    letter-spacing: 1px;
}

#news-updates {
    padding: 10rem 0rem;
}

#news-updates .bg-card-color {
    background: #141414 0 0 no-repeat padding-box;
    border-radius: 15px;
    width: 450px;
    height: auto;
}

#changemaker .swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
#changemaker .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: #2c2c2c;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

#changemaker .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
#changemaker .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 24px;
}


/*.hide-join{
  display: none !important;
}*/

#news-updates .container-fluid {
    padding: 0rem 6rem;
}

#news-updates .img-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 100%;
    padding: 15px 10px 0 10px;
}

#news-updates .img-content p,
#news-updates .img-content h6,
#news-updates .img-content span a {
    font-size: 14px;
    text-align: left;
    font-weight: 300;
}

#news-updates .img-content .inner-content {
    padding: 1rem 1rem 2em 1rem;
}

#news-updates .img-content span a {
    color: #c00;
    font-weight: 800;
}

#news-updates .img-content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#news-updates .img-content h6 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 20px;
}

#news-updates .img-content span a {
    color: #c00;
    font-weight: 800;
}

#news-updates .two-inner-content {
    color: #fff;
    background: #292929 0 0 no-repeat padding-box;
    width: 92%;
    height: 100%;
    border-radius: 15px;
    margin: 0rem auto;
    position: relative;
    top: -17%;
    height: 5.3rem;
}

#news-updates .two-inner-content .inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

#news-updates .two-inner-content .img-width {
    width: 18%;
}

#news-updates .two-inner-content .img-width img {
    width: 100%;
}

#news-updates .two-inner-content .profile-content {
    width: 50%;
    padding-left: 7px;
}

#news-updates .two-inner-content .profile-content p,
#news-updates .two-inner-content .profile-content h5 {
    font-size: 12px;
    margin-bottom: .3rem;
}

#news-updates .two-inner-content .profile-lebal {
    width: 25%;
}

#news-updates .two-inner-content .profile-lebal span {
    font-size: 10px;
}

#news-updates .marquee {
    width: 100%;
    height: 100%;
    background: #000;
    color: white;
    overflow: hidden;
    position: relative;
}

#news-updates .marquee:before,
#news-updates .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

#news-updates .marquee:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), to(transparent));
    background: linear-gradient(to right, #000 0, transparent 100%);
}

#news-updates .marquee:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #000), to(transparent));
    background: linear-gradient(to left, #000 0, transparent 100%);
}

#news-updates .marquee .content {
    list-style: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
}

#news-updates .marquee .content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 450px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2rem;
    white-space: nowrap;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#news-updates .marquee .content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#news-updates .img-content p,
#news-updates .img-content p span a {
    font-size: 12px;
    white-space: pre-line;
    margin-bottom: 0rem;
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#news-updates .ribbon {
    font-size: 20px;
    position: absolute;
    text-align: center;
    margin-bottom: 0rem;
    left: 78.6%;
    top: 1%;
}

#news-updates .ribbon2 {
    font-size: 20px;
    position: absolute;
    text-align: center;
    margin-bottom: 0rem;
    left: 76.2%;
    top: -1%;
}

#news-updates .text {
    display: inline-block;
    padding: .3em .7em;
    min-width: 4em;
    line-height: 1.2em;
    background: #c00;
    position: relative;
}

#news-updates .ribbon:after,
#news-updates .ribbon2:after,
#news-updates .ribbon:before,
#news-updates .ribbon2:after,
#news-updates .text:after,
#news-updates .bold:before {
    content: "";
    position: absolute;
    border-style: solid;
    background: transparent;
}

#news-updates .ribbon:before,
#news-updates .ribbon2:after {
    top: .3em;
    left: .2em;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: -2;
}

#news-updates .text:before {
    bottom: 100%;
    left: 0;
    border-width: .5em .7em 0 0;
}

#news-updates .text:after {
    top: 100%;
    right: 0;
    border-width: .5em 1em 0 0;
    border-color: #8b0102 transparent transparent transparent;
}

#news-updates .ribbon:after,
#news-updates .ribbon2:after,
#news-updates .bold:before {
    top: .5em;
    right: -2em;
    z-index: -1;
}

#news-updates .bold:before {
    top: .7em;
    right: -2.3em;
}

#update-event .top-title h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-weight: 800;
}

#update-event {
    padding: 5rem 0rem;
}

#update-event .container-fluid {
    padding: 0rem 6rem;
}

#update-event .main-content p {
    font-size: 26px;
    font-weight: 400;
}

#update-event .event-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

#update-event .act-btns {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#update-event .act-btns a {
    color: #fff;
    font-size: 16px;
    background: #c00;
    padding: 7px 20px;
    font-weight: 400;
    margin-right: 10px;
    border: 2px solid #c00;
    -webkit-transition: .4s;
    transition: .4s;
}

#update-event .act-btns a:hover {
    text-decoration: none;
    border: 2px solid #c00;
    background: transparent;
    color: #c00;
}

#update-event .swiper-slide img {
    width: unset;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

#update-event .swiper-slide-active img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

#update-event .img-overlay {
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0, #00000000), to(#000)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #00000000 0, #000 100%) 0 0 no-repeat padding-box;
    width: 696px;
    height: 630px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 auto;
}

#update-event .img-overlay .tag-label {
    position: relative;
    top: 7%;
    left: 76.9%;
    background: #00000085 0 0 no-repeat padding-box;
    padding: 5px 31px;
    font-weight: 600;
    font-size: 18px;
}

#update-event .swiper-slide-active .img-overlay {
    opacity: 1;
}

#update-event .swiper-button-next,
#update-event.swiper-rtl .swiper-button-prev {
    right: 23%;
}

#update-event .swiper-button-next,
#update-event.swiper-button-prev {
    top: 90%;
}

#update-event .swiper-button-prev,
#update-event .swiper-container-rtl .swiper-button-next {
    left: 65%;
    top: 90%;
}

#update-event .swiper-button-next:after,
#update-event .swiper-rtl .swiper-button-prev:after,
#update-event .swiper-button-prev:after,
#update-event .swiper-rtl .swiper-button-next:after {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 800;
}

#faqs-sec {
    background: #70707014;
    color: #000;
}

#faqs-sec .text-saira-last {
    font-family: 'Saira Condensed';
    font-size: 50px;
    padding-bottom: 30px;
    font-weight: bold;
}

#faqs-sec .container-fluid {
    padding: 0rem 10rem;
}

#faqs-sec .title h2 {
    font-size: 2.75rem;
    text-align: left;
    line-height: 1.5;
    color: #000;
}

#faqs-sec .faqs-page .title h2 {
    font-size: 2.75rem;
    padding-left: 1rem;
    line-height: 1.5;
}

#faqs-sec .faqs-page {
    padding-top: 9rem;
}

#faqs-sec .faqs-page .title {
    padding-bottom: 3rem;
}

#faqs-sec .title h2::first-letter {
    color: #c00;
}

#faqs-sec #faq .card {
    margin-bottom: 20px;
    border: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #f1f1f1;
}

#faqs-sec #faq .card .card-header {
    border: 0;
    border-radius: 15px;
    padding: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #f1f1f1;
}

#faqs-sec #faq .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    background: #f1f1f1;
    padding: 16px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight: 500;
}

#faqs-sec #faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    float: right;
}

#faqs-sec #faq .card .card-header .btn-header-link.collapsed {
    background: #f1f1f1;
    color: #000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#faqs-sec #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

#faqs-sec #faq .card .collapsing {
    background: #f1f1f1;
    line-height: 30px;
}

#faqs-sec #faq .card .collapse {
    border: 0;
}

#faqs-sec #faq .card .collapse.show {
    background: #f1f1f1;
    line-height: 30px;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#faqs-sec #faq .card .card-body {
    color: #000;
    background: #f1f1f1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight: 500;
    border-top: 1px solid #f1f1f1;
}

#faqs-sec #faq .card .btn:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#causes-human #human::before {
    display: block;
    content: " ";
    margin-top: -160px;
    height: 160px;
    visibility: hidden;
    pointer-events: none;
}

#causes-human #planet::before {
    display: block;
    content: " ";
    margin-top: -160px;
    height: 160px;
    visibility: hidden;
    pointer-events: none;
}

#causes-human {
    padding-top: 8.5%;
}

#causes-human .human-cards .row {
    padding: 0rem 0rem 4rem 0rem;
}

#causes-human .human-cards .human-head-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 143px;
    background: #000;
}

#causes-human .human-cards .planet-head-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 143px;
    background: #000;
}

#causes-human .human-cards .human-title.human-head-fixed {
    padding-bottom: 0rem;
}

#causes-human .human-cards .planet-title.planet-head-fixed {
    margin-bottom: 1rem;
    padding-bottom: 0rem;
}

#causes-human .human-cards .human-title.human-head-fixed h1 {
    font-size: 2.125rem;
    width: 30%;
    margin: 0rem 7rem;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 1rem 0rem;
}

#causes-human .human-cards .planet-title.planet-head-fixed h2 {
    width: 16%;
    font-size: 2.125rem;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0rem 7rem;
    padding: 1rem 0rem;
}

#causes-human .human-cards .planet-title.planet-head-fixed {
    padding-top: 0rem;
}

#causes-human .human-cards .human-title.human-head-fixed::after,
#causes-human .human-cards .planet-title.planet-head-fixed::after {
    margin-top: -2.3rem;
    -webkit-transition: .4s;
    transition: .4s;
}

#causes-human .human-cards .human-title.human-head-fixed::before,
#causes-human .human-cards .planet-title.planet-head-fixed::before {
    margin-top: 2.5rem;
    -webkit-transition: .4s;
    transition: .4s;
}

#causes-human .human-cards .card {
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 3rem;
}

#causes-human .human-cards .card a .label-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: left;
}

#causes-human .human-cards .card a .label-title span {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    font-family: "Spartan", sans-serif;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 1rem;
    text-align: left;
}

#causes-human .human-cards .card a .label-title p {
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 1rem;
    text-align: left;
}

#causes-human .human-cards .card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

#causes-human .human-cards .card:hover:before {
    opacity: 1;
}

#causes-human .human-cards .card:hover a {
    text-decoration: underline;
}

#causes-human .human-cards .card:hover a .label-title {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

#causes-human .human-cards .card a img {
    width: 100%;
}

#causes-human .human-cards .human-title {
    padding-bottom: 3rem;
    z-index: 4;
}

#causes-human .human-cards .planet-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 4;
}

#causes-human .human-cards .human-title h1,
#causes-human .human-cards .planet-title h2 {
    font-size: 2.9rem;
    color: #fff;
    text-align: center;
    padding: .5rem 0rem;
    position: relative;
    background: #000;
    width: 42%;
    margin: 0rem 4rem;
    z-index: -999;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 600;
}

#causes-human .human-cards .planet-title h2 {
    margin: 0rem 5rem;
    width: 21%;
}

#causes-human .human-cards .human-title::before,
#causes-human .human-cards .planet-title::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #c00;
    position: absolute;
    left: 0;
    margin-top: 2.4rem;
    z-index: -999;
    -webkit-transition: .4s;
    transition: .4s;
}

#causes-human .human-cards .human-title::after,
#causes-human .human-cards .planet-title::after {
    content: "";
    height: 2px;
    width: 100%;
    background: #c00;
    position: absolute;
    right: 0;
    margin-top: -2.4rem;
    z-index: -1000;
    -webkit-transition: .4s;
    transition: .4s;
}

#causes-human .human-cards .swiper-horizontal>.swiper-pagination-bullets,
#causes-human .human-cards .swiper-pagination-bullets.swiper-pagination-horizontal,
#causes-human .human-cards .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
}

#causes-human .human-cards .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
    display: inline-block;
    border-radius: 50%;
    background: #cc000000;
    border: 2px solid #c00;
    opacity: unset;
}

.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3,
.swiper-pagination4,
.swiper-pagination5,
.swiper-pagination6,
.swiper-pagination7,
.swiper-pagination8,
.swiper-pagination9,
.swiper-pagination10,
.swiper-pagination11,
.swiper-pagination12,
.swiper-pagination13,
.swiper-pagination14 {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

#causes-human .human-cards .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #c00;
}

#causes-human .human-cards .sec-padding {
    padding: 0rem 0rem 5rem 0rem;
}

#change-makers.height,
#causes-flipcart.height,
#hcms-banner-update,
#social-partners.height,
#explore-communities.height,
#get-involved-banner.height,
#workshop-programs-tabs.height {
    padding: 10rem 0;
}

#entrepreneurship .banner-content .heading-title h1,
#change-makers .heading-title h1,
#entrepreneurship .get-involve .heading-title h1,
#social-partners .heading-title h1,
#cause-we-fightfor .banner-content .heading-title h1,
#community-of-impact .banner-content .heading-title h1,
#explore-communities .banner-content .heading-title h1,
#feature-program .banner-content .heading-title h1 {
    text-align: center;
    font-size: 2.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

#change-makers .banner-content {
    padding: 4rem 0rem 0rem 0rem;
}

#change-makers .banner-para {
    padding: 2rem 15px 0rem 15px;
}

#cause-we-fightfor {
    padding-bottom: 4rem;
}

#community-of-impact {
    padding-bottom: 4rem;
}

#feature-program {
    padding-bottom: 4rem;
}

#entrepreneurship .banner-content .heading-title h1 span {
    height: 50px;
    width: 50px;
    background: #222;
    border-radius: 59%;
    padding: 7px 24px;
    color: #c00;
    position: relative;
    left: 16px;
    z-index: -1;
    top: -10px;
}

#entrepreneurship .banner-content .banner-para {
    padding-top: 3rem;
}

#entrepreneurship .banner-content .banner-para p,
#change-makers .banner-para p {
    font-size: 1.3rem;
    font-weight: 400;
}

#entrepreneurship .banner-content .banner-para a {
    color: #c00;
    font-size: 1.25rem;
}

#causes-flipcart .flip-card {
    background-color: transparent;
    height: 350px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 5;
}

#causes-flipcart .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#causes-flipcart .flip-card:hover .flip-card-inner {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-card-back {
    position: absolute;
    width: 100%;
    height: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#causes-flipcart .flip-card-front {
    color: black;
    position: absolute;
    width: 100%;
    height: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#causes-flipcart .flip-card-back {
    background-color: #121212;
    color: white;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 37px;
}

#causes-flipcart .flip-card-back-title {
    font-size: 19px;
    font-weight: bold;
}

#causes-flipcart .flip-card-back-readmore {
    color: #c60102;
    font-size: 14px;
    font-weight: bold;
}

#causes-flipcart .flip-card-back-content {
    font-size: 15px;
    font-weight: lighter;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#causes-flipcart .card-container {
    position: relative;
    text-align: center;
    color: white;
}

#causes-flipcart .centered {
    position: absolute;
    top: 42%;
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding: 0 50px;
    z-index: 1;
}

#explore-communities .centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 35%);
    transform: translate(-50%, 35%);
}

#explore-communities .centered h3 {
    text-transform: capitalize;
}

#explore-communities .card {
    border: unset;
    background-color: unset;
}

#explore-communities .card a {
    color: #fff;
}

#hcms-causes-sliders .swiper-container {
    margin: 2rem 0rem 4rem 0rem;
    overflow: unset;
}

#hcms-causes-sliders .swiper-container .card,
#change-makers .change-makers-slider .swiper-container .card {
    background: #030303 0 0 no-repeat padding-box;
    padding: .7rem;
    border-radius: 0;
}

#change-makers .change-makers-slider .swiper-container .card {
    padding: 0rem 0rem;
}

#change-makers .change-makers-slider {
    overflow: hidden;
}

#change-makers .change-makers-slider .swiper-slide {
    height: 490px;
    overflow: hidden;
}

#change-makers .change-makers-slider .swiper-slide-visible .swiper-slide-active,
#change-makers .change-makers-slider .swiper-slide-visible {
    pointer-events: none;
}

#change-makers .change-makers-slider .swiper-slide-next {
    -webkit-transform: translate3d(0px, 0px, -0.04912px) rotateX(0deg) rotateY(0.0267deg) scale(1.2) !important;
    transform: translate3d(0px, 0px, -0.04912px) rotateX(0deg) rotateY(0.0267deg) scale(1.2) !important;
    pointer-events: unset;
}

#hcms-causes-sliders .swiper-container .card .card-body,
#change-makers .change-makers-slider .swiper-container .card .card-body {
    padding: 1rem 0rem 0rem 0rem;
    text-align: left;
    height: 195px;
}

#hcms-causes-sliders .swiper-container .card .card-body p,
#change-makers .change-makers-slider .swiper-container .card .card-body p {
    font-weight: 200;
    font-size: .875rem;
    line-height: 1.6;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#hcms-causes-sliders .swiper-container .card .hcms-details h1,
#change-makers .change-makers-slider .swiper-container .card .hcms-details h1 {
    font-size: 1.25rem;
    padding-top: 1rem;
    margin-bottom: .5rem;
}

#hcms-causes-sliders .swiper-container .card .hcms-details span,
#change-makers .change-makers-slider .swiper-container .card .hcms-details span {
    font-size: .9rem;
    color: #c00;
    font-weight: 800;
}

#hcms-causes-sliders .swiper-container .card .hcms-details p,
#change-makers .change-makers-slider .swiper-container .card .hcms-details p {
    margin-bottom: .2rem;
}

#change-makers .change-makers-slider .swiper-container .swiper-button-next1,
#change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
#hcms-causes-sliders .swiper-container .swiper-button-next2,
#hcms-causes-sliders .swiper-container .swiper-button-prev2,
.expo-communities .swiper-container .swiper-button-next2,
.expo-communities .swiper-container .swiper-button-prev2,
#hcms-causes-sliders .swiper-container .swiper-button-next3,
#hcms-causes-sliders .swiper-container .swiper-button-prev3,
#hcms-causes-sliders .swiper-container .swiper-button-next4,
#hcms-causes-sliders .swiper-container .swiper-button-prev4,
#hcms-causes-sliders .swiper-container .swiper-button-next5,
#hcms-causes-sliders .swiper-container .swiper-button-prev5 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    font-size: 1.3rem;
    color: #fff;
    font-weight: 800;
}

#change-makers .change-makers-slider .swiper-container .swiper-button-next1:after,
#change-makers .change-makers-slider .swiper-container .swiper-button-prev1:after,
#hcms-causes-sliders .swiper-container .swiper-button-next2:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
.expo-communities .swiper-container .swiper-button-next2:after,
.expo-communities .swiper-container .swiper-button-prev2:after,
#hcms-causes-sliders .swiper-container .swiper-button-next3:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
#hcms-causes-sliders .swiper-container .swiper-button-next4:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
#hcms-causes-sliders .swiper-container .swiper-button-next5:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

#change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
#hcms-causes-sliders .swiper-container .swiper-button-prev2,
.expo-communities .swiper-container .swiper-button-prev2,
#hcms-causes-sliders .swiper-container .swiper-button-prev3,
#hcms-causes-sliders .swiper-container .swiper-button-prev4,
#hcms-causes-sliders .swiper-container .swiper-button-prev5 {
    left: 15px;
    background: #2c2c2c 0 0 no-repeat padding-box;
    border-radius: 50%;
    padding: 30px;
}

#change-makers .change-makers-slider .swiper-container .swiper-button-prev1:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
.expo-communities .swiper-container .swiper-button-prev2:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
#hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
    content: 'prev';
    font-size: 1.3rem;
    color: #fff;
    font-weight: 800;
}

#change-makers .change-makers-slider .swiper-container .swiper-button-next1,
#hcms-causes-sliders .swiper-container .swiper-button-next2,
.expo-communities .swiper-container .swiper-button-next2,
#hcms-causes-sliders .swiper-container .swiper-button-next3,
#hcms-causes-sliders .swiper-container .swiper-button-next4,
#hcms-causes-sliders .swiper-container .swiper-button-next5,
#hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
    right: 15px;
    background: #2c2c2c 0 0 no-repeat padding-box;
    border-radius: 50%;
    padding: 30px;
}

#change-makers .change-makers-slider .swiper-container .swiper-button-next1:after,
#hcms-causes-sliders .swiper-container .swiper-button-next2:after,
.expo-communities .swiper-container .swiper-button-next2:after,
#hcms-causes-sliders .swiper-container .swiper-button-next3:after,
#hcms-causes-sliders .swiper-container .swiper-button-next4:after,
#hcms-causes-sliders .swiper-container .swiper-button-next5:after {
    content: 'next';
    font-size: 1.3rem;
    color: #fff;
    font-weight: 800;
}

#hcms-causes-sliders .swiper-container .slider-right-btn,
#change-makers .change-makers-slider .swiper-container .slider-right-btn {
    padding-top: 1rem;
}

#hcms-causes-sliders .swiper-container .slider-right-btn a,
#change-makers .change-makers-slider .swiper-container .slider-right-btn a {
    float: right;
    font-size: 1rem;
    color: #c00;
    border: 1px solid #c00;
    padding: 1px 20px;
    background: #000;
}

#change-makers .play-button-wrapper {
    position: absolute;
    top: 41%;
    left: 44%;
    right: 66%;
    bottom: 59%;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.changemaker-slider .card .playpause {
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

#workshop-programs-tabs .sec-hcm-bx {
    background: rgb(255, 255, 255);
    padding-top: 0rem;
    padding-bottom: unset;
}

#workshop-programs-tabs .sec-hcm-bx .grid-nav-bx {
    background: #fff;
    color: #fff;
    height: 50px;
    margin-bottom: 2rem;
}

#workshop-programs-tabs .sec-hcm-bx .grid-nav-bx .city-sldr {
    padding: 10px 95px;
    position: relative;
}

#workshop-programs-tabs .tab-left-content .subhead {
    font-size: 22px !important;
}

#workshop-programs-tabs .tab-content .tab-left-content p {
    font-size: 0.875rem;
}

#get-involved-banner .get-involved-tabs .btn-header-link {
    font-size: 1.5rem;
}

#workshop-programs-tabs .sec-hcm-bx .grid-nav-bx .city-sldr .swiper-slide-active a,
#workshop-programs-tabs .sec-hcm-bx .grid-nav-bx .city-sldr .swiper-slide a {
    color: #000;
}

#workshop-programs-tabs .sec-hcm-bx .grid-nav-bx .city-sldr::before,
#workshop-programs-tabs .sec-hcm-bx .grid-nav-bx .city-sldr::after {
    background: #fff;
}

#workshop-programs-tabs .sec-hcm-bx .swiper-button-next,
#workshop-programs-tabs .sec-hcm-bx .swiper-button-prev {
    color: #fff;
}

#workshop-programs-tabs .sec-hcm-bx .grid-nav-bx .city-sldr .city-next::after,
#workshop-programs-tabs .sec-hcm-bx .grid-nav-bx .city-sldr .city-prev::after {
    color: #000;
}

#hcms-banner-update .hcms-img {
    background-image: url("../images/social-impact/hcm-banner.png");
    height: 329px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
}

#hcms-banner-update .hcms-img .hcms-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

#hcms-banner-update .hcms-img .hcms-title h1 {
    font-size: 2.75rem;
    margin-bottom: 0rem;
}

#hcms-banner-update .hcms-img .hcms-title p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

#hcms-banner-update .hcms-profiles .hcms-title a {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: #cc0000;
    border: 1px solid #cc0000;
    padding: 8px 23px;
    text-decoration: none;
    transition: 0.4s;
}

#hcms-banner-update .hcms-profiles .hcms-title a:hover {
    color: #cc0000;
    background: transparent;
    border: 1px solid #cc0000;
}

#hcms-banner-update .hcms-profiles .hcms-title {
    padding-top: 2rem;
}

#hcms-banner-update .hcms-profiles .img-width {
    width: 8.33%;
    text-align: center;
}

#hcms-banner-update .hcms-profiles .img-width img {
    filter: grayscale(1);
    width: 100%;
    padding: 0.2rem 0.2rem;
}

#hcms-banner-update .hcms-profiles .hcm-counter-content {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    margin: 0rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
}

#hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
    font-size: 2.625rem;
    font-weight: 700;
}

#hcms-banner-update .hcms-profiles .hcm-counter-content p {
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 1rem;
}

#hcms-banner-update .recent-updates .recent-update-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 21px;
    background: #141414 0 0 no-repeat padding-box;
}

#hcms-banner-update .recent-updates .recent-update-title h1 {
    font-size: 1.375rem;
}

#hcms-banner-update .recent-updates .recent-update-title a {
    font-size: .625rem;
    color: #fff;
}

#hcms-banner-update .recent-updates .recent-update-content ol li {
    padding: 16px 21px 16px 0;
    border-bottom: 1px solid #383838;
    font-size: .75rem;
}

#hcms-causes-sliders {
    background: #141414 0 0 no-repeat padding-box;
    padding: 5rem 0rem;
}

#hcms-causes-sliders .slider-title h1 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    text-transform: capitalize;
}

#hcms-causes-sliders .slider-title span {
    color: #c00;
}

#hcms-causes-sliders .slider-title p {
    font-size: 1rem;
    font-weight: 300;
}

#get-involved-banner .get-involved-banner-img {
    background-image: url("../images/social-impact/Get-Involved.png");
    height: 329px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
}

#get-involved-banner .get-involved-banner-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

#get-involved-banner .get-involved-banner-title h3 {
    line-height: 2;
    font-size: 1.8rem;
}

#get-involved-banner .get-involved-banner-title a {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: #d50001;
    border: 1px solid #d50001;
    padding: 12px 30px;
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s;
}

#get-involved-banner .get-involved-title h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 2rem;
    font-family: 'Saira Condensed';
}

#get-involved-banner .get-involved-title p {
    margin-bottom: 2rem;
    font-family: 'Spartan';
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#get-involved-banner .get-involved-tabs .volunteer-bg {
    background-image: url('../images/social-impact/get-involved/volunteer-tab-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
}

#get-involved-banner .get-involved-tabs .organisation-bg {
    background-image: url('../images/social-impact/get-involved/organisation-tab-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
}

#get-involved-banner .get-involved-tabs .member-bg {
    background-image: url('../images/social-impact/get-involved/member-tab-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
}

#get-involved-banner .get-involved-tabs .btn-header-link {
    color: #fff;
    display: block;
    padding: 2rem 2rem 2rem 3rem;
    font-weight: 700;
    font-size: 2rem;
    width: 60%;
    margin: 0 auto;
}

#get-involved-banner .get-involved-tabs .btn-header-link:after {
    content: "\f077";
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    transition: 0.4s;
    /* margin-left: 15rem; */
    float: right;
    padding-right: 3rem;
}

#get-involved-banner .get-involved-tabs .btn-header-link:nth-child(2):after {
    margin-left: 15rem;
}

#get-involved-banner .get-involved-tabs .btn-header-link.collapsed {
    color: #fff;
}

#get-involved-banner .get-involved-tabs .btn-header-link.collapsed:after {
    content: "\f078";
}

#get-involved-banner .get-involved-tabs .btn.focus,
#get-involved-banner .get-involved-tabs .btn:focus {
    box-shadow: unset;
}

#get-involved-banner .get-involved-tabs .tab-heading .fade-p {
    padding-bottom: 2rem;
    margin-bottom: 0rem;
    opacity: 1;
    transition: 0.4s;
}

#get-involved-banner .get-involved-tabs .tab-detail p {
    width: 50%;
    margin: 0rem auto;
    line-height: 1.7;
    font-size: 1.1rem;
    color: #fff;
}

#get-involved-banner .get-involved-tabs .tab-detail a {
    color: #fff;
    background: #cc0000;
    padding: 10px 30px;
    border: 2px solid #cc0000;
    transition: 0.4s;
    font-weight: 600;
}

#get-involved-banner .get-involved-tabs .tab-detail a:hover {
    color: #cc0000;
    background: #00000040;
    border: 2px solid #cc0000;
    text-decoration: unset;
    font-weight: 600;
}

#get-involved-banner .get-involved-tabs #volunteer-tab .fadeout,
#get-involved-banner .get-involved-tabs #organisation-tab .fadeout,
#get-involved-banner .get-involved-tabs #member-tab .fadeout {
    padding-bottom: 0rem;
    opacity: 0;
    transition: 0.4s;
    margin-bottom: 0rem;
}

#get-involved-banner .get-involved-banner-title a:hover {
    color: #d50001;
    background: transparent;
    border: 1px solid #d50001;
}

#workshop-programs-tabs .nav-pills .nav-link.active,
.workshop-programs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #c00;
    border-radius: 0;
    padding: 1.5rem 1rem;
}

#workshop-programs-tabs .tab-left-content .subhead {
    font-weight: 600 !important;
    font-size: 28px !important;
}

#workshop-programs-tabs .nav-pills .nav-link {
    border-radius: 0;
    background: #fff;
    color: #000;
    padding: 1.5rem 1rem;
    margin: .5rem 0rem;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}

#workshop-programs-tabs .tab-content .tab-left-content {
    background: #222 0 0 no-repeat padding-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    padding: 0rem 6rem;
}

#workshop-programs-tabs .tab-content .tab-left-content h1 {
    margin-bottom: 2rem;
}

#workshop-programs-tabs .tab-content .tab-left-content p {
    width: 70%;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    color: #fff;
}

#workshop-programs-tabs .tab-content .tab-left-content a {
    color: #fff;
    background: #c00;
    padding: 5px 30px;
}

#workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
    background: #00000096 0 0 no-repeat padding-box;
    width: 297px;
    height: 530px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4rem 2rem;
}

#workshop-programs-tabs .tab-content .tab-right-content img {
    width: 100%;
}

#workshop-programs-tabs .tab-content .tab-right-content .img-overlay p {
    font-size: 1rem;
    margin-bottom: .8rem;
}

#workshop-programs-tabs .tab-content .tab-right-content .img-overlay span {
    color: #fff;
    background: #c00;
    padding: 5px 10px;
}

#workshop-programs-tabs .position-middle {
    position: absolute;
    z-index: 4;
    left: 149%;
    width: 100%;
    -webkit-transform: translateY(145px);
    transform: translateY(145px);
}

#social-partners .marquee {
    width: 100%;
    height: 400px;
    background: #000;
    color: white;
    overflow: hidden;
    position: relative;
    padding-top: 4rem;
}

#social-partners .marquee:before,
body .marquee:after {
    position: absolute;
    top: 0;
    width: 272px;
    height: 200px;
    content: "";
    z-index: 1;
}

#social-partners .marquee .content {
    list-style: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
}

#social-partners .marquee .content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 272px;
    height: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2rem;
    white-space: nowrap;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#social-partners .marquee .content li .background-curve {
    border-radius: 15px;
    background: #222 0 0 no-repeat padding-box;
    padding: 15px;
}

#social-partners .marquee .content li .background-curve img {
    border-radius: 15px;
}

#social-partners .marquee .content li p {
    font-size: 1rem;
    padding-top: 1rem;
}

#social-partners .marquee .content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#explore-communities .expo-communities {
    padding-top: 4rem;
}

#twitter-section {
    background: #141414;
    padding: 10rem 0rem;
}

#twitter-section .left-content {
    color: #141414;
    padding: 2.5rem 4rem 2.5rem 2.5rem;
}

#twitter-section .left-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .8rem;
    padding-top: 1rem;
}

#twitter-section .left-content p {
    font-weight: 500;
}

#twitter-section .right-content {
    background: #333;
    color: #fff;
    padding: 3rem;
    -webkit-transform: translate(-35px, 0px);
    transform: translate(-35px, 0px);
}

#twitter-section .right-content h5 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

#twitter-section .right-content h6 {
    margin-bottom: 2rem;
}

#twitter-section .right-content p {
    margin-bottom: 3rem;
    font-size: 1.2rem;
    line-height: 1.7;
}

#twitter-section .right-content .tweet-btn {
    background: #c00;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    border: 1px solid #c00;
}

#twitter-section .right-content .tweet-btn:hover {
    color: #c00;
    background: 0;
    border: 1px solid #d02d1e;
}

#twitter-widget-0 #widget .btn-o .btn {
    background-color: #cc0600;
}

#get-involve-banner {
    padding: 6rem 0rem 0rem 0rem;
}

#get-involve-banner .banner-img {
    background-image: url("../images/social-impact/get-involved/get-involved-banner.png");
    height: 700px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#hcms-banner-update .hcms-profile-content {
    background-color: #343434;
    padding: 1rem;
}

#hcms-banner-update .hcms-profile-content .hcms-cause {
    background: #292828 0% 0% no-repeat padding-box;
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
}

#hcms-banner-update .hcms-profile-content .hcms-cause h2 {
    font-size: 1rem;
    font-weight: 600;
}

#hcms-banner-update .hcms-profile-content .hcms-profile-img {
    margin: 0rem 0rem 1rem 0rem;
}

#hcms-banner-update .hcms-profile-content .hcms-profile-img img {
    width: 100%;
}

#hcms-banner-update .hcms-profile-content .hcms-name h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

#hcms-banner-update .hcms-profile-content .hcms-position p {
    font-size: 0.875rem;
    margin-bottom: 0.2rem;
}

#hcms-banner-update .hcms-profile-content .hcms-chapter {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 0.6rem 1.5rem;
    color: #cc0000;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 1rem;
}

#hcms-banner-update .hcms-tab-content .nav-pills .nav-link {
    border-radius: 0rem;
}

#hcms-banner-update .hcms-tab-content .nav-link {
    padding: 0rem;
    margin: 4px 4px;
    filter: grayscale(1);
    transition: 0.4s;
}

#hcms-banner-update .hcms-tab-content .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: unset;
    filter: unset;
}

#hcms-banner-update .hcms-tab-content a img {
    width: 145px;
    height: 145px;
}

#hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
    height: 454px;
}

#get-involve-banner .banner-img h1 {
    line-height: 1.8;
    font-size: 3rem;
    font-weight: 800;
}

#get-involve-banner .banner-img p {
    font-size: 16px;
    width: 35%;
    padding-top: 2rem;
    line-height: 1.7;
}

#get-sign-up-sec .lebal-padding {
    padding: 5rem 5rem;
}

#get-sign-up-sec .lebal-padding .text p {
    font-size: 1.525rem;
    margin-bottom: 0rem;
}

#get-sign-up-sec .lebal-padding .sign-up-btn a {
    background: #c00;
    color: #fff;
    border: 2px solid #c00;
    padding: .575rem 1rem;
    -webkit-transition: .4s;
    transition: .4s;
}

#get-sign-up-sec .lebal-padding .sign-up-btn a:hover {
    background: #000;
    color: #c00;
    border: 2px solid #c00;
    font-weight: 400;
}

#for-just-sec {
    padding: 5rem 0rem 0rem 0rem;
}

#for-just-sec .title,
#explore-our-sec .title {
    z-index: 4;
}

#for-just-sec .title h2,
#for-just-sec .title h3 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    padding: .5rem 0rem;
    position: relative;
    background: #000;
    width: 100%;
    margin: 0rem auto;
    z-index: -5;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 600;
    width: 45%;
}

#for-just-sec .title h3 {
    font-size: 1.525rem;
}

#for-just-sec .title:before,
#explore-our-sec .title:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #c00;
    position: absolute;
    left: 0;
    margin-top: 3.5rem;
    z-index: -999;
}

#for-just-sec .title:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #c00;
    position: absolute;
    left: 0;
    margin-top: -3.5rem;
    z-index: -999;
}

#for-just-sec .img-hover-effect {
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
}

#for-just-sec .img-hover-effect .hover-title {
    padding: 2em;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#for-just-sec .img-hover-effect .hover-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

#for-just-sec .img-hover-effect .hover-title h2 {
    font-size: 2.25rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
}

#for-just-sec .img-hover-effect .hover-title a {
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 18px;
    color: #fff;
    z-index: 1;
    text-decoration: unset;
}

#for-just-sec .img-hover-effect:hover .hover-title a {
    opacity: 1;
}

#for-just-sec .img-hover-effect .hover-title::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

#for-just-sec .img-hover-effect:hover .hover-title::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#for-just-sec .img-hover-effect:hover img {
    opacity: .5;
    -webkit-transform: scale(1.01);
    transform: scale(1.05);
}

#for-just-sec .row {
    padding: 5rem 0rem;
}

#for-just-sec .img-hover-effect img {
    width: 100%;
    -webkit-transition: .35s;
    transition: .35s;
    border-radius: 15px;
}

#explore-our-sec .title h2 {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    padding: .5rem 0rem;
    position: relative;
    background: #000;
    width: 100%;
    margin: 0rem auto;
    z-index: -5;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 600;
    width: 50%;
}

#explore-our-sec .title:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #c00;
    position: absolute;
    left: 0;
    margin-top: 1.6rem;
    z-index: -999;
}

#explore-our-sec .title:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #c00;
    position: absolute;
    left: 0;
    margin-top: -2rem;
    z-index: -999;
}

#explore-our-sec .sub-title {
    padding: 5rem 0rem;
}

#explore-our-sec .sub-title h2,
#causes-human .bucket-title h2 {
    font-size: 1.75rem;
    font-weight: 600;
}

#explore-our-sec .sub-title p,
#causes-human .bucket-title p {
    padding-top: 1rem;
    line-height: 1.5;
    margin-bottom: 3rem;
}

#collaps-imgs-sec .container-general {
    width: 100%;
}

#collaps-imgs-sec .container-general .gallery-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

#collaps-imgs-sec .container-general .gallery-wrap .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#collaps-imgs-sec .container-general .gallery-wrap .item:hover {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

#collaps-imgs-sec .collaps-effect .item:first-of-type {
    background-image: url("../images/social-impact/get-involved/Collaborate.png");
}

#collaps-imgs-sec .collaps-effect .item:nth-of-type(2) {
    background-image: url("../images/social-impact/get-involved/Volunteer.png");
}

#collaps-imgs-sec .collaps-effect .item:nth-of-type(3) {
    background-image: url("../images/social-impact/get-involved/Campaign.png");
}

#collaps-imgs-sec .collaps-effect .item:nth-of-type(4) {
    background-image: url("../images/social-impact/get-involved/Engage.png");
}

#collaps-imgs-sec .collaps-effect .item:last-of-type {
    background-image: url("../images/social-impact/get-involved/Mentor-Train.png");
}

#collaps-imgs-sec .collaps-effect .item .item-content {
    padding: 8rem 2rem;
}

#collaps-imgs-sec .collaps-effect .item .item-content h2 {
    font-size: 2.25rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 2rem;
    color: #fff;
}

#collaps-imgs-sec .collaps-effect .item .item-content p {
    font-size: .875rem;
    width: 20%;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: left;
    position: absolute;
    color: #fff;
}

#collaps-imgs-sec .collaps-effect .item:hover .item-content p,
#collaps-imgs-sec .collaps-effect .item:hover .item-content .action-btn {
    opacity: 1;
}

#collaps-imgs-sec .collaps-effect .item .item-content .action-btn {
    padding: 8px;
    margin-top: 1rem;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #c00;
    background: #cc0000;
    color: #fff;
    opacity: 0;
    position: relative;
    top: 180px;
    font-weight: 700;
}

#collaps-imgs-sec .collaps-effect .item .item-content .action-btn:hover {
    border: 2px solid #cc0000;
    color: #cc0000;
    text-decoration: unset;
    background: #00000082;
    font-weight: 700;
}

#form-view {
    padding: 10rem 0rem;
    background: #fff;
    color: #222;
}

#form-view .form-title {
    padding-top: 5rem;
}

#form-view .form-title h1 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #c00;
    margin-bottom: 1.3rem;
}

#form-view .form-title .border-bottom,
#form-view .border-bottom {
    border: 3px solid #cc2027;
}

#form-view form .custom-radio .custom-control-input:checked~.custom-control-label::before,
#form-view form .custom-control-input:checked~.custom-control-label::before {
    background-color: #c00;
}

#form-view form .custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #cc00003d;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #cc00003d;
}

#form-view form label {
    font-size: 1rem;
    font-weight: 500;
}

#our-action .program-logo {
    width: 100%;
}

#our-action .program-logo {
    display: flex;
}

img.img-fluid.w-50.program-logos {
    /*width: 40% !important;*/
}

#form-view form label i {
    color: #c00;
    font-size: 8px;
    position: relative;
    top: -5px;
}

#form-view form .form-row {
    padding: 2rem 0rem 0rem 0rem;
}

#form-view form .form-control {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
}

#form-view form .form-control:focus {
    border-color: #c00;
    -webkit-box-shadow: 0 0 0 .2rem #cc00003d;
    box-shadow: 0 0 0 .2rem #cc00003d;
    background-color: #fff;
}

#form-view form .btn-submit {
    background: #c00;
    color: #fff;
    border: 1px solid #c00;
    -webkit-transition: .4s;
    transition: .4s;
}

#form-view form .btn-submit:hover {
    background: #fff;
    color: #c00;
    border: 1px solid #c00;
}

#form-view .error {
    color: #c00;
}

#workshop-programs-tabs .swiper-button-prev,
#workshop-programs-tabs .swiper-button-next,
#workshop-programs-tabs .swiper-button-prev {
    top: 43%;
}

video {
    cursor: pointer;
}

.display-web {
    display: block;
}

.display-mobi {
    display: none;
}


/*Social Impact event page css start*/

#event-banner-slider .event-card {
    background: #1C1C1C 0% 0% no-repeat padding-box;
    padding: 5rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 15px;
}

#event-banner-slider .event-card .event-title h1 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: left;
}

#event-banner-slider .event-card .event-discri p {
    font-size: 1rem;
    margin-bottom: 2rem;
    text-align: left;
}

#event-banner-slider .event-card .event-date-time,
#event-banner-slider .event-card .event-location,
#events-filters .event-card-content .events-filters .event-card-content {
    margin-bottom: 2rem;
}

#event-banner-slider .event-card .event-links a,
#events-filters .event-card-content .event-links a {
    color: #cc0000;
    text-decoration: underline;
    font-weight: 600;
    margin-right: 1rem;
}

#event-banner-slider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#event-banner-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}

#event-banner-slider .mySwiper2 {
    height: 100%;
    width: 100%;
}

#event-banner-slider .mySwiper {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

#event-banner-slider .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

#event-banner-slider .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

#event-banner-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#event-banner-slider .col-move {
    z-index: 4;
    transform: translate(52px, 0px);
}

#event-banner-slider .swiper-button-next,
#event-banner-slider .swiper-button-prev {
    top: 78%;
}

#event-banner-slider .swiper-button-next,
#event-banner-slider .swiper-rtl .swiper-button-prev {
    right: 8%;
}

#event-banner-slider .swiper-button-prev,
#event-banner-slider .swiper-rtl .swiper-button-next {
    left: 83%;
}

#event-banner-slider .event-card-img .event-time-position {
    position: absolute;
    top: 75%;
    left: 30%;
}

#event-banner-slider .event-card-img .event-time-position p {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}

#event-banner-slider .swiper-button-next:after,
#event-banner-slider .swiper-rtl .swiper-button-prev:after,
#event-banner-slider .swiper-button-prev:after,
#event-banner-slider .swiper-rtl .swiper-button-next:after {
    font-size: 1.8rem;
}

#events-filters {
    padding: 3rem 0rem;
}

#events-filters .filters-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#events-filters .filters-flex .filters-width {
    width: 20%;
}

#events-filters .filters-flex .filters-width .btn-all {
    background: transparent linear-gradient(256deg, #BA271A 0%, #6D1B1B 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    height: 49px;
}

#events-filters .filters-flex .filters-width .bootstrap-select>.dropdown-toggle {
    height: 47px;
}

#events-filters .filters-flex .filters-width .filter-option-inner-inner {
    outline: none;
    color: #000;
}

#events-filters .filters-flex .filters-width .filter-option-inner {
    padding-top: 5px;
}

#events-filters .filters-flex .filters-width .dropdown-menu.show {
    z-index: 4;
}

#events-filters .filters-flex .filters-width .dropdown-item.active,
#events-filters .filters-flex .filters-width .dropdown-item:active {
    background: transparent linear-gradient(256deg, #BA271A 0%, #6D1B1B 100%) 0% 0% no-repeat padding-box;
}

#events-filters .filters-flex .filters-width .bootstrap-select .dropdown-toggle:focus,
#events-filters .filters-flex .filters-width .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: unset;
}

#events-filters .filters-flex .filters-width .btn-light:not(:disabled):not(.disabled).active,
#events-filters .filters-flex .filters-width .btn-light:not(:disabled):not(.disabled):active,
#events-filters .filters-flex .filters-width .show>.btn-light.dropdown-toggle {
    color: #000000;
    background-color: #fff;
    border-color: unset;
}

#events-filters .filters-flex .filters-width .bootstrap-select .dropdown-toggle:focus,
#events-filters .filters-flex .filters-width .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: unset !important;
    outline: unset !important;
    outline-offset: unset;
}

#events-filters .filters-flex .filters-width .form-control {
    height: 47px;
}

#events-filters .row-padding {
    padding: 5rem 0rem 0rem 0rem;
}

#events-filters .event-card-content,
#event-why-should .event-why-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

#events-filters .event-card-content .event-title h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: left;
}

#events-filters .event-card-content .event-discri p {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: left;
}

#events-filters .event-card-content .event-date-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 46%;
}

#events-filters .overflow-hidden .overlay-date {
    background: #000000cf;
    color: #fff;
    position: absolute;
    top: 67%;
    left: 26%;
    padding: 12px 25px;
    font-weight: 600;
}

#event-why-should {
    margin: 3rem 0rem 0rem 0rem;
    padding: 3rem 0rem;
    background: #0D0D0D;
}

#event-why-should img {
    border-radius: 15px;
}

#event-why-should .event-why-content .title h2 {
    font-size: 1.875rem;
    font-weight: 800;
    margin-bottom: 3rem;
}

#event-why-should .event-why-content {
    padding: 0rem 4rem 0rem 0rem;
}

#event-why-should .event-why-content ol li {
    border-bottom: 1px solid #8a8a8a;
}

#event-why-should .event-why-content ol li:last-child {
    border-bottom: unset;
}

#event-why-should .event-why-content ol li::marker {
    font-weight: 800;
    font-size: 1.5rem;
}

#event-why-should .event-why-content ol li p {
    font-size: 1rem;
    padding: 2rem 1rem 2rem 1rem;
    margin-bottom: 0rem;
    line-height: 1.7;
}


/*Social Impact event page css end*/

@media only screen and (min-width: 320px) and (max-width: 490px) {
    #social-impact-communities h1 {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #change-makers .swiper-slide {
        height: 300px !important;
        overflow: hidden;
    }
    .header-full {
        height: 61px;
    }
    .display-web {
        display: none;
    }
    .display-mobi {
        display: block;
    }
    #banner-section,
    #event-banner-slider {
        padding-top: 5rem;
    }
    #banner-section .row .col-sm-12 {
        padding: 0px;
        margin-top: 3rem;
    }
    #banner-section .main-video iframe {
        height: 200px;
    }
    #banner-section {
        padding-top: 2rem;
    }
    #banner-section .padding-top {
        padding-top: 2rem;
    }
    #make-impact .heading h1,
    #make-impact .heading h2,
    #humanity-planet .heading h1,
    #humanity-planet .heading h2,
    #collaps-imgs-sec .heading h2,
    #advantage-dlc .heading h2,
    #workshop-programs-tabs .heading h2,
    #change-makers .top-title h2 {
        margin-bottom: 1rem;
    }
    #banner-section .about-para .text {
        height: 29px;
    }
    #banner-section .about-para .text span {
        font-size: 20px;
        padding-top: 0px;
    }
    #banner-section .main-circle .main-video video {
        width: 100%;
        height: 100%;
    }
    #banner-section .about-para .slider {
        font-size: 16px;
    }
    #banner-section .about-para .bottom-content p {
        width: 100%;
        font-size: 14px;
        padding: 2rem 0rem;
        margin: 0rem;
    }
    #banner-section .about-para .bottom-content a {
        font-size: 12px;
    }
    #make-impact .big-text h2 {
        font-size: 2rem;
    }
    @keyframes slider {
        0% {
            margin-bottom: -160px;
        }
        5% {
            margin-bottom: -50px;
        }
        30% {
            margin-bottom: -50px;
        }
        35% {
            margin-bottom: 0px;
        }
        65% {
            margin-bottom: 0px;
        }
        70% {
            margin-bottom: 50px;
        }
        100% {
            margin-bottom: 50px;
        }
    }
    #banner-section .bottom-content a {
        padding: 7px 7px;
        font-size: 10px;
    }
    #banner-section .main-circle .play-button-wrapper {
        top: 0px;
        left: 0%;
        width: 100%;
    }
    #banner-section .main-circle .bottom-content {
        padding: 1rem;
    }
    #make-impact,
    #humanity-planet,
    #collaps-imgs-sec,
    #advantage-dlc,
    #workshop-programs-tabs,
    #change-makers,
    #faqs-sec {
        padding: 2rem 0rem;
    }
    #make-impact .heading h1,
    #change-makers .top-title h2,
    #news-updates .top-title h2,
    #update-event .top-title h2,
    #faqs-sec .title h2 {
        font-size: 20px !important;
        line-height: 1.5;
    }
    #make-impact .heading h2,
    #humanity-planet .heading h1,
    #humanity-planet .heading h2,
    #collaps-imgs-sec .heading h2,
    #advantage-dlc .heading h2,
    #workshop-programs-tabs .heading h2 {
        font-size: 20px !important;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    #make-impact .make-impact-content p,
    #update-event .main-content p,
    #update-event .act-btns a,
    #faqs-sec #faq .card .card-body,
    #changemaker .img-overlay h4,
    #changemaker .img-overlay h5 {
        font-size: 14px;
    }
    #make-impact .make-impact-content p {
        margin-bottom: 2rem;
        width: 100%;
    }
    #make-impact {
        padding: 0rem 0rem;
    }
    #make-impact .text-video .text-box h2 {
        font-size: 4.5rem;
    }
    #make-impact .heading h2 {
        margin-bottom: 0rem;
    }
    #make-impact .heading {
        margin-bottom: 1rem;
    }
    #make-impact .make-impact-content,
    #humanity-planet .row .col-sm-3.col-md-12,
    #humanity-planet .row .col-sm-9.col-md-12 {
        padding: 0;
    }
    #humanity-planet .content .caption p {
        padding: 1rem 0rem 1.5rem 0rem;
    }
    #humanity-planet .img-title h2 {
        font-size: 1rem;
        padding-top: 0rem;
    }
    #humanity-planet .content .caption {
        height: 11%;
    }
    #humanity-planet .content .caption .up-down i,
    #humanity-planet .content:hover .up i {
        font-size: 20px;
    }
    #humanity-planet .content:hover .up {
        margin-top: 1rem;
    }
    #humanity-planet .content .caption p {
        font-size: 12px;
        padding: 0rem;
    }
    #humanity-planet .content .caption .view-all-btn {
        font-size: 12px;
        margin-right: 0;
        padding: 7px 13px;
    }
    #humanity-planet .row .col-sm-12.col-md-12 {
        margin-bottom: 2rem;
        padding: 0;
    }
    #humanity-planet .causes-cards .display-mobi .row::-webkit-scrollbar {
        display: none;
    }
    #humanity-planet .causes-cards .display-mobi .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-bottom: 2rem !important;
    }
    #humanity-planet .social-impactslider .card a .label-title .cause-number {
        top: 4% !important;
        font-size: 2.5rem !important;
    }
    #humanity-planet .causes-cards .display-mobi .social-impactslider .card a .label-title span {
        top: 60%;
        font-size: 12px;
        margin-left: 0rem;
    }
    #humanity-planet .causes-cards .display-mobi .social-impactslider .card a img {
        height: 170px;
        width: 150px;
        padding-right: 5px;
    }
    #humanity-planet .causes-cards .display-mobi .card-width {
        margin-bottom: 0rem;
        padding: 0 0px;
    }
    #humanity-planet .causes-cards .display-mobi .social-impactslider .card a .label-title {
        top: 0%;
    }
    #humanity-planet .causes-padding {
        padding: 2rem 0rem 0rem !important;
    }
    #humanity-planet .left-content h6 {
        font-size: 18px;
    }
    #humanity-planet .left-content h2 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    #humanity-planet .social-impactslider .card a .label-title span {
        font-size: 18px;
    }
    #humanity-planet .causes-cards .card-width {
        width: 100%;
        padding: 0;
    }
    #humanity-planet .content .border-bottom1,
    #humanity-planet .content .border-bottom2 {
        border-bottom: 3px solid #c00 !important;
        padding: 0;
        margin: 0 0 10px 0;
    }
    #humanity-planet .social-impactslider .card a .label-title {
        margin-left: .5rem;
    }
    #we-drive h2 {
        font-size: 24px;
    }
    #we-drive .card {
        width: 100%;
        margin: 1rem 0rem;
        height: 250px;
    }
    #advantage-dlc,
    #changemaker,
    #news-updates,
    #update-event,
    #we-drive,
    #change-makers,
    #get-involved-banner,
    #workshop-programs-tabs {
        padding: 2rem 0rem;
    }
    #advantage-dlc .flex-content h2 {
        font-size: 26px;
        margin-bottom: 2rem;
    }
    #advantage-dlc .flex-content p {
        width: 100%;
        font-size: 14px;
        padding-bottom: 0rem;
    }
    #advantage-dlc .row .col-sm-12,
    #update-event .row .col-sm-12 {
        padding: 0rem;
    }
    #advantage-dlc .men h3 {
        font-size: 1.5rem;
    }
    #advantage-dlc .men p {
        font-size: 1rem;
    }
    #advantage-dlc .men {
        margin: 1rem 0rem;
        text-align: center;
        width: 50%;
    }
    #counters div:before {
        margin-top: 2px;
    }
    #counters div:nth-child(3):before,
    #counters div:nth-child(5):before {
        display: none;
    }
    #advantage-dlc .men h3 svg {
        height: 24.293px;
        width: 40.291px;
    }
    #advantage-dlc svg {
        height: 198.759px;
    }
    #changemaker .swiper-slide-active .img-overlay .play-btn {
        padding: 20px 0rem 0rem 16rem !important;
    }
    #change-makers .change-makers-slider .swiper-slide-visible .swiper-slide-active,
    #change-makers .change-makers-slider .swiper-slide-visible {
        pointer-events: unset;
    }
    #changemaker .swiper-container {
        height: auto;
    }
    #news-updates .marquee:before,
    #news-updates .marquee:after {
        background: unset;
    }
    #update-event .swiper-button-next,
    #update-event.swiper-rtl .swiper-button-prev {
        right: 10%;
    }
    #update-event .img-overlay {
        width: 100%;
        height: auto;
    }
    #update-event .img-overlay .tag-label {
        font-size: 14px;
        left: 61.9%;
    }
    #faqs-sec #faq .card .card-header .btn-header-link {
        white-space: break-spaces;
        font-size: .8rem;
    }
    #faqs-sec #faq {
        padding-top: 2rem;
    }
    #faqs-sec .faqs-page .title h2 {
        font-size: 1.1rem;
        padding-left: 0.5rem;
    }
    #faqs-sec .faqs-page .title {
        padding-bottom: 0rem;
    }
    #faqs-sec .faqs-page {
        padding-top: 6rem;
    }
    #we-drive .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .we-drive {
        padding: 2rem 0rem;
    }
    #workshop-programs-tabs .sec-hcm-bx .grid-nav-bx {
        height: 70px;
    }
    #causes-human #planet::before {
        height: 72px;
    }
    #causes-human .human-cards .human-title {
        padding-bottom: 1rem;
    }
    #causes-human .human-cards .row .col-sm-6 {
        padding: 0;
    }
    #causes-human {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
    #causes-human .human-cards .card a .label-title p {
        top: 37%;
    }
    #causes-human .human-cards:last-child {
        padding-top: 3rem;
    }
    #causes-human .human-cards .human-title h1,
    #causes-human .human-cards .planet-title h2 {
        width: 80%;
        font-size: 1.5rem;
        margin: 0 auto;
    }
    #causes-human .human-cards .human-title::before,
    #causes-human .human-cards .planet-title::before {
        margin-top: 2.2rem;
    }
    #causes-human .human-cards .human-title::after,
    #causes-human .human-cards .planet-title::after {
        margin-top: -2.2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed h1,
    #causes-human .human-cards .planet-title.planet-head-fixed h2 {
        font-size: 1.5rem;
        width: 80%;
        margin: 0rem auto;
    }
    #causes-human .human-cards .human-title.human-head-fixed::before {
        margin-top: 2.8rem;
    }
    #causes-human .human-cards .planet-title.planet-head-fixed::before {
        margin-top: 2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::after {
        margin-top: -2.5rem;
    }
    #causes-human .human-cards .planet-title.planet-head-fixed::after {
        margin-top: -2rem;
    }
    #causes-human .human-cards .human-head-fixed {
        top: 16px;
    }
    #causes-human .human-cards .planet-head-fixed {
        top: 16px;
    }
    #causes-human .human-cards .card a .label-title span {
        font-size: 18px;
    }
    #causes-human .human-cards .card a .label-title {
        top: 48%;
    }
    #causes-human .bucket-title h2 {
        font-size: 1.5rem;
    }
    #causes-human .bucket-title p {
        font-size: .8rem;
    }
    #causes-human .human-cards .sec-padding {
        padding: 0rem 0rem 3rem 0rem;
    }
    #causes-flipcart .flip-card {
        height: 375px;
    }
    #change-makers .banner-content {
        padding-top: 7rem;
    }
    #entrepreneurship .banner-content {
        padding-top: 7rem;
    }
    #entrepreneurship .banner-content .heading-title h1,
    #change-makers .heading-title h1,
    #entrepreneurship .get-involve .heading-title h1,
    #social-partners .heading-title h1,
    #cause-we-fightfor .banner-content .heading-title h1,
    #community-of-impact .banner-content .heading-title h1,
    #explore-communities .banner-content .heading-title h1,
    #feature-program .banner-content .heading-title h1 {
        font-size: 20px;
        line-height: 1.5;
    }
    #entrepreneurship .banner-content .banner-para p,
    #change-makers .banner-para p {
        font-size: 14px;
        line-height: 1.7;
    }
    #change-makers .banner-para {
        padding: 0 15px;
    }
    #causes-flipcart .col-sm-6.col-md-6 {
        padding: 0;
    }
    #causes-flipcart {
        margin-bottom: 0rem;
    }
    #entrepreneurship .banner-content .banner-para {
        padding-top: 2rem;
    }
    #explore-communities .card .centered h3 {
        font-size: 18px;
    }
    #explore-communities .col-sm-4.col-md-4 {
        padding: 0 0 1rem 0;
    }
    #explore-communities .banner-content {
        padding-bottom: 4rem;
    }
    #get-involved-banner .get-involved-banner-title a {
        font-size: .8rem;
        padding: 8px 23px;
    }
    #get-involved-banner .get-involved-banner-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    #get-involved-banner .get-involved-banner-title h3 {
        line-height: 1.7;
        font-size: 18px;
        text-align: center;
    }
    #get-involved-banner .get-involved-banner-title p {
        text-align: center;
        line-height: 1.5;
    }
    #get-involved-banner .get-involved-title h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    #get-involved-banner .get-involved-tabs .btn-header-link {
        padding: 2rem 1rem 2rem 2rem;
        font-size: 1.5rem;
        width: 100%;
    }
    #get-involved-banner .get-involved-tabs .btn-header-link:after {
        margin-left: 0rem;
        float: right;
    }
    #get-involved-banner .get-involved-tabs .tab-heading .fade-p {
        padding-bottom: 2rem;
        font-size: 0.87rem;
    }
    #get-involved-banner .get-involved-tabs .tab-detail p {
        width: 100%;
        font-size: 0.875rem;
    }
    #get-involved-banner .get-involved-tabs .tab-detail a {
        font-size: 0.875rem;
    }
    #get-involved-banner .get-involved-banner-title h2 {
        line-height: 1.7;
        font-size: 20px;
        text-align: center;
    }
    #social-partners {
        padding-top: 3rem;
        display: none;
    }
    #explore-communities .expo-communities {
        padding-top: 0rem;
    }
    #explore-communities {
        padding-top: 2rem;
    }
    #social-partners .marquee {
        padding-top: 3rem;
    }
    #causes-flipcart .row .col-sm-6.col-md-3 {
        padding: 0;
    }
    #get-involved-banner.mb-5 {
        margin-bottom: unset !important;
    }
    #get-involved-banner.pb-5 {
        padding-bottom: unset !important;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
    .expo-communities .swiper-container .swiper-button-prev2:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
        font-size: 1.2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2,
    .expo-communities .swiper-container .swiper-button-prev2,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
        left: 7px;
        padding: 20px;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
    #hcms-causes-sliders .swiper-container .swiper-button-next2,
    .expo-communities .swiper-container .swiper-button-next2,
    #hcms-causes-sliders .swiper-container .swiper-button-next3,
    #hcms-causes-sliders .swiper-container .swiper-button-next4,
    #hcms-causes-sliders .swiper-container .swiper-button-next5,
    #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
        right: 7px;
        padding: 20px;
    }
    #change-makers .play-btn {
        top: 34%;
        left: 39%;
        opacity: 1;
    }
    #change-makers .change-makers-slider .swiper-container .card {
        padding: 0rem;
    }
    #change-makers .change-makers-slider .swiper {
        height: auto;
    }
    #change-makers .change-makers-slider .swiper-slide-next {
        -webkit-transform: translate3d(0px, 0px, -0.04912px) rotateX(0deg) rotateY(0.0267deg) scale(1) !important;
        transform: translate3d(0px, 0px, -0.04912px) rotateX(0deg) rotateY(0.0267deg) scale(1) !important;
    }
    #change-makers svg {
        width: 50px;
        height: 50px;
    }
    #hcms-banner-update .hcms-img {
        height: 115px;
        background-size: cover;
        padding: 10px;
    }
    #hcms-banner-update {
        padding: 1rem 0rem;
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    #hcms-banner-update .hcms-img .hcms-title h1 {
        font-size: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #hcms-banner-update .recent-updates .recent-update-title {
        margin-top: 1rem;
    }
    #hcms-banner-update .recent-updates .recent-update-title h1 {
        font-size: 1rem;
    }
    #hcms-banner-update .hcms-profiles .display-mobi .nav-link img {
        width: 91px;
        height: 91px;
    }
    #hcms-banner-update .hcms-profiles .display-mobi .nav-link {
        margin: 0.2rem .0.2rem;
        padding: 0.2rem;
    }
    #hcms-banner-update .hcms-profiles button.close span {
        display: block;
        margin-top: 4px;
        padding: 0px;
        position: relative;
        float: right;
    }
    #hcms-banner-update .hcms-profiles .img-width {
        width: 15%;
        text-align: center;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content {
        width: 90%;
        height: 100%;
        top: 0%;
        bottom: 0%;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
        font-size: 1.625rem;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content p {
        text-align: center;
        font-size: 1rem;
        text-align: center;
        padding-top: 1rem;
    }
    #hcms-banner-update .hcms-profiles .hcms-title a {
        font-size: 0.775rem;
    }
    .modal-backdrop {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 1040 !important;
        background-color: #000 !important;
    }
    #hcms-banner-update .hcms-img .hcms-title a {
        font-size: .6rem;
        padding: 6px 18px;
    }
    #hcms-banner-update .recent-updates .recent-update-content ol {
        padding-left: 22px;
    }
    #hcms-banner-update .row .col-sm-12 {
        padding: 0rem;
    }
    #hcms-causes-sliders {
        padding: 2rem 0rem;
    }
    #hcms-causes-sliders .slider-title h1 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    #hcms-causes-sliders .slider-title p {
        font-size: .9rem;
        line-height: 1.7;
    }
    #hcms-causes-sliders .swiper-container .card .card-body p,
    #change-makers .change-makers-slider .swiper-container .card .card-body p {
        font-size: .8rem;
    }
    #hcms-causes-sliders .swiper-container .card .hcms-details h1,
    #change-makers .change-makers-slider .swiper-container .card .hcms-details h1 {
        font-size: 1rem;
    }
    #hcms-causes-sliders .swiper-container .slider-right-btn a,
    #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
        font-size: .9rem;
        padding: 3px 20px;
    }
    #workshop-programs-tabs .tab-content .tab-left-content {
        padding: 1rem 1rem;
    }
    #workshop-programs-tabs .tab-content .tab-left-content h1 {
        font-size: 1.5rem;
    }
    #workshop-programs-tabs .tab-content .tab-left-content p {
        font-size: .8rem;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    #workshop-programs-tabs .tab-left-content .subhead {
        font-size: 16px !important;
    }
    #workshop-programs-tabs .tab-content .tab-left-content a {
        font-size: .8rem;
    }
    #workshop-programs-tabs .position-middle {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
    }
    #workshop-programs-tabs .nav-pills .nav-link {
        font-size: .6rem;
        font-weight: 500;
    }
    #workshop-programs-tabs .nav-pills .nav-link {
        margin: 0rem 0rem;
    }
    #workshop-programs-tabs .nav-pills .nav-link {
        padding: 1rem .5rem;
    }
    #workshop-programs-tabs .position-middle .flex-column {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
        height: auto;
        padding: 1rem 2rem;
    }
    #workshop-programs-tabs .nav-pills .nav-link.active,
    .workshop-programs .nav-pills .show>.nav-link {
        padding: 1rem .5rem;
    }
    #workshop-programs-tabs .tab-content .tab-right-content .img-overlay p {
        font-size: .8rem;
    }
    #workshop-programs-tabs .col-sm-3,
    #faqs-sec .row .col-sm-8 {
        padding: 0;
    }
    #cause-we-fightfor {
        padding-bottom: 3rem;
    }
    #causes-flipcart .centered {
        top: 40%;
        font-size: 15px;
        padding: 0 40px;
    }
    #causes-flipcart .flip-card-front,
    .flip-card-back {
        height: 250px;
    }
    #community-of-impact {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }
    #change-makers .change-makers-slider {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    #causes-flipcart .flip-card-back {
        padding: 18px;
        height: 350px;
    }
    #causes-flipcart .flip-card-back-title {
        font-size: 16px;
    }
    #causes-flipcart .flip-card-back-content {
        font-size: 14px;
        -webkit-line-clamp: 7;
    }
    #workshop-programs-tabs .sec-hcm-bx .swiper-slide {
        width: 95px !important;
    }
    #change-makers.height,
    #causes-flipcart.height,
    #hcms-banner-update,
    #social-partners.height,
    #explore-communities.height,
    #get-involved-banner.height,
    #workshop-programs-tabs.height {
        padding: 2rem 0;
    }
    #workshop-programs-tabs .col-sm-12.col-md-12 {
        padding: 0;
    }
    #twitter-section {
        padding: 2rem 0rem;
    }
    #twitter-section .left-content {
        padding: 2rem;
    }
    #twitter-section .left-content h2 {
        font-size: 1.2rem;
        padding-top: 2rem;
    }
    #twitter-section .left-content p {
        font-size: .875rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    #twitter-section .align-items-mobi-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #twitter-section .right-content {
        -webkit-transform: unset;
        transform: unset;
        padding: 2rem;
    }
    #twitter-section .right-content p {
        font-size: .875rem;
        line-height: 1.7;
    }
    #twitter-section .right-content .tweet-btn {
        font-size: .875rem;
    }
    #get-involve-banner .banner-img {
        height: 500px;
    }
    #get-involve-banner .banner-img p {
        width: 100%;
        font-size: 14px;
    }
    #get-involve-banner .banner-img h1 {
        font-size: 1.3rem;
    }
    #get-sign-up-sec .lebal-padding {
        padding: 1rem 0rem;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #get-sign-up-sec .lebal-padding .text p {
        font-size: 1rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    #get-sign-up-sec .lebal-padding .sign-up-btn a {
        font-size: .8rem;
        padding: .375rem 1rem;
    }
    #for-just-sec .title h2,
    #for-just-sec .title h3,
    #explore-our-sec .title h2 {
        font-size: 1.2rem;
        width: 97%;
        line-height: 1.7;
    }
    #for-just-sec .title h3 {
        font-size: 1rem;
    }
    #for-just-sec {
        padding: 2rem 0rem 0rem 0rem;
    }
    #for-just-sec .row {
        padding: 2rem 0rem;
    }
    #for-just-sec .row .col-sm-6.col-md-12 {
        padding: 0;
    }
    #for-just-sec .img-hover-effect .hover-title h2 {
        font-size: 1.2rem;
        margin-bottom: 0rem;
    }
    #for-just-sec .img-hover-effect .hover-title::before {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    #for-just-sec .img-hover-effect .hover-title a {
        font-size: 12px;
    }
    #explore-our-sec .sub-title h2 {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #explore-our-sec .sub-title {
        padding: 1rem 0rem;
    }
    #collaps-imgs-sec .container-general .gallery-wrap {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 52vh;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content {
        padding: 1rem 1rem;
    }
    #collaps-imgs-sec .collaps-effect .item:hover .item-content .action-btn {
        top: 5px;
        font-size: 0.557rem;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content p {
        width: 100%;
        font-size: 10px;
        position: unset;
        line-height: 10px;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content h2 {
        /* font-size: 1.25rem; */
        font-size: 24px;
        margin-bottom: 10px;
    }
    #explore-our-sec .sub-title p {
        font-size: 14px;
    }
    #explore-our-sec .row .col-sm-3.col-md-6 {
        padding: 0;
    }
    #explore-our-sec .title:before {
        margin-top: 2rem;
    }
    #explore-our-sec .title:after {
        margin-top: -2.7rem;
    }
    #form-view {
        padding: 0rem;
    }
    #form-view .form-title h1 {
        font-size: 1.3rem;
    }
    #form-view form label {
        font-size: .8rem;
    }
    /*Social Impact event page css start*/
    #event-banner-slider .event-card {
        padding: 1rem;
    }
    #event-banner-slider .pt-3 {
        padding-top: 4rem!important;
    }
    #event-banner-slider .event-card .event-title h1,
    #events-filters .event-card-content .event-title h2 {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    #event-banner-slider .event-card-img .event-time-position p {
        font-size: 1.6rem;
    }
    #event-banner-slider .event-card-img .event-time-position {
        top: 68%;
        left: 13%;
    }
    #event-banner-slider .event-card .event-discri p,
    #event-banner-slider .event-card .event-date-time,
    #event-banner-slider .event-card .event-location,
    #event-banner-slider .event-card .event-links a,
    #events-filters .event-card-content .event-discri p,
    #events-filters .event-card-content .event-links a {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
    #event-banner-slider .col-move {
        z-index: unset;
        transform: unset;
    }
    #event-banner-slider .swiper-button-prev,
    #event-banner-slider .swiper-rtl .swiper-button-next {
        left: 73%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-rtl .swiper-button-prev {
        right: 6%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-button-prev {
        top: 86%;
    }
    #events-filters .filters-flex .filters-width {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    #events-filters .filters-flex .filters-width .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    #events-filters .row .col-sm-12 {
        padding: 0px;
    }
    #events-filters .row-padding {
        padding: 2rem 0rem 2rem 0rem;
    }
    #events-filters .overflow-hidden .overlay-date {
        top: 0%;
        left: 0;
        padding: 9px 25px;
        font-size: 0.775rem;
    }
    #events-filters .event-card-content {
        padding-top: 1.5rem;
    }
    #events-filters .event-card-content .event-date-time {
        width: 100%;
        font-size: 0.875rem;
    }
    #events-filters .row-padding .overflow-hidden img {
        border-radius: 15px;
        margin-bottom: 0rem;
    }
    #event-why-should {
        padding: 1rem 0rem;
    }
    #event-why-should .event-why-content .title {
        padding-top: 2rem;
    }
    #event-why-should .event-why-content .title h2 {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    #event-why-should .event-why-content {
        padding: 0rem;
    }
    #event-why-should .event-why-content ol li p {
        padding: 1rem 0rem 1rem 0rem;
        font-size: 0.875rem;
    }
    #event-why-should .event-why-content ol li::marker {
        font-weight: 800;
        font-size: 1.1rem;
    }
    #event-why-should {
        margin: 0rem 0rem 0rem 0rem;
    }
    #events-filters {
        padding: 0rem 0rem 0rem 0rem;
    }
    /*Social Impact event page css end*/
}

@media only screen and (max-width: 768px) {
    #first-section .first-row .text {
        height: 29px !important;
        padding-top: 16px;
    }
    #first-section .slider div {
        font-size: 22px;
    }
    #first-section .first-row .text span {
        font-size: 25px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #first-section .slider div {
        font-size: 16px;
    }
    #first-section .first-row .text {
        height: 29px;
    }
    #first-section .first-row .text span {
        font-size: 16px !important;
    }
    #our-action .new-dots:before {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .display-web {
        display: none;
    }
    .display-mobi {
        display: block;
    }
    #hcms-banner-update .hcms-profiles button.close span {
        display: block;
        margin-top: 4px;
        padding: 0px;
        position: relative;
        float: right;
    }
    #banner-section,
    #event-banner-slider {
        padding-top: 6.7rem;
    }
    #banner-section .main-circle .main-video video {
        width: 100%;
        height: 100%;
    }
    #banner-section .main-circle .play-button-wrapper {
        width: unset;
        height: unset;
        top: -1%;
    }
    #banner-section .main-circle .bottom-content {
        padding: 1rem;
    }
    #banner-section .about-para .text {
        height: 29px;
    }
    #banner-section .about-para .text span {
        font-size: 20px;
        padding-top: 0px;
    }
    #banner-section .main-video iframe {
        height: 200px !important;
    }
    #banner-section {
        padding-top: 2rem;
    }
    #banner-section .padding-top {
        padding-top: 7rem;
    }
    @keyframes slider {
        0% {
            margin-bottom: -180px;
        }
        5% {
            margin-bottom: -70px;
        }
        30% {
            margin-bottom: -70px;
        }
        35% {
            margin-bottom: 0px;
        }
        65% {
            margin-bottom: 0px;
        }
        70% {
            margin-bottom: 70px;
        }
        100% {
            margin-bottom: 70px;
        }
    }
    #banner-section .main-circle .main-video video {
        width: 100%;
        height: 100%;
    }
    #banner-section .about-para .slider {
        font-size: 22px;
    }
    #banner-section .about-para .bottom-content p {
        width: 100%;
        font-size: 14px;
        padding: 2rem 0rem;
        margin: 0rem;
    }
    #banner-section .about-para .bottom-content a {
        font-size: 12px;
    }
    #banner-section .main-circle .play-button-wrapper i {
        font-size: 3rem;
    }
    #banner-section .bottom-content a {
        padding: 7px 7px;
        font-size: 10px;
    }
    #make-impact,
    #humanity-planet,
    #collaps-imgs-sec,
    #advantage-dlc,
    #workshop-programs-tabs,
    #change-makers,
    #faqs-sec {
        padding: 2rem 0rem;
    }
    #make-impact .heading h1,
    #change-makers .top-title h2,
    #news-updates .top-title h2,
    #update-event .top-title h2,
    #faqs-sec .title h2,
    #we-drive h2 {
        font-size: 28px !important;
        line-height: 1.5;
    }
    #make-impact .make-impact-content p,
    #update-event .main-content p,
    #update-event .act-btns a,
    #faqs-sec #faq .card .card-body,
    #changemaker .img-overlay h4,
    #changemaker .img-overlay h5 {
        font-size: 16px;
    }
    #make-impact,
    #advantage-dlc,
    #changemaker,
    #news-updates,
    #update-event,
    #we-drive {
        padding: 2rem 0rem;
    }
    #humanity-planet .img-title h2 {
        font-size: 1.5rem;
        padding-top: 0rem;
    }
    #humanity-planet .content .caption {
        height: 14%;
    }
    #humanity-planet .content .caption .up-down i,
    #humanity-planet .content:hover .up i {
        font-size: 26px;
    }
    #humanity-planet .content:hover .up {
        margin-top: 1rem;
    }
    #humanity-planet .content .caption p {
        font-size: 18px;
        padding: 2rem 2rem 1rem 2rem;
    }
    #humanity-planet .content .caption .view-all-btn {
        font-size: 14px;
        margin-right: 0;
        padding: 7px 13px;
    }
    #humanity-planet .row .col-sm-12.col-md-12 {
        margin-bottom: 2rem;
    }
    #humanity-planet .left-content h6,
    #humanity-planet .social-impactslider .card a .label-title span {
        font-size: 18px;
    }
    #humanity-planet .left-content h2 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    #humanity-planet .causes-cards .display-mobi .row::-webkit-scrollbar {
        display: none;
    }
    #humanity-planet .causes-cards .display-mobi .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-bottom: 2rem !important;
    }
    #humanity-planet .social-impactslider .card a .label-title .cause-number {
        top: 4% !important;
        font-size: 2.5rem !important;
    }
    #humanity-planet .causes-cards .display-mobi .social-impactslider .card a .label-title span {
        top: 60%;
        font-size: 12px;
        margin-left: 0rem;
    }
    #humanity-planet .causes-cards .display-mobi .social-impactslider .card a img {
        height: 200px;
        width: 180px;
        padding-right: 5px;
    }
    #humanity-planet .causes-cards .display-mobi .social-impactslider .card-width {
        padding: 0 0px;
    }
    #humanity-planet .causes-cards .display-mobi .card-width {
        margin-bottom: 0rem;
    }
    #humanity-planet .causes-cards .display-mobi .social-impactslider .card a .label-title {
        top: 0%;
    }
    #we-drive .card {
        width: 100%;
        margin-bottom: 2rem;
    }
    #we-drive .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #we-drive .card p {
        width: 75%;
        margin: 0 auto;
        line-height: 1.7;
        font-size: 18px;
    }
    #advantage-dlc .flex-content h2 {
        font-size: 26px;
        margin-bottom: 2rem;
    }
    #advantage-dlc .flex-content p {
        width: 100%;
        font-size: 16px;
        padding-bottom: 0rem;
    }
    #advantage-dlc .men h3,
    #advantage-dlc .men3 h3 {
        font-size: 2rem;
    }
    #advantage-dlc .men p,
    #advantage-dlc .men3 p {
        font-size: 1rem;
    }
    #advantage-dlc .men,
    #advantage-dlc .men3 {
        margin: 1rem 0rem;
    }
    #advantage-dlc .men h3 svg {
        width: 50px;
        height: 36px;
    }
    #advantage-dlc svg {
        height: 373.759px;
    }
    #changemaker .img-overlay {
        width: 100%;
    }
    #changemaker .swiper-container {
        height: auto;
    }
    #changemaker .swiper-slide-active .img-overlay .play-btn {
        padding: 20px 0rem 0rem 40rem !important;
    }
    #change-makers .banner-para p {
        font-size: 1rem;
    }
    #change-makers .change-makers-slider .swiper-slide-visible .swiper-slide-active,
    #change-makers .change-makers-slider .swiper-slide-visible {
        pointer-events: unset;
    }
    #update-event .swiper-button-next,
    #update-event.swiper-rtl .swiper-button-prev {
        right: 10%;
    }
    #update-event .img-overlay {
        width: 100%;
        height: auto;
    }
    #update-event .img-overlay .tag-label {
        font-size: 16px;
        left: 58.9%;
    }
    #make-impact .text-video .text-box h2 {
        font-size: 9.8rem;
    }
    #make-impact .heading h1,
    #make-impact .heading h2,
    #humanity-planet .heading h1,
    #humanity-planet .heading h2,
    #collaps-imgs-sec .heading h2,
    #advantage-dlc .heading h2,
    #workshop-programs-tabs .heading h2 {
        font-size: 25px !important;
        margin-bottom: 2rem;
    }
    #make-impact .heading h2 {
        margin-bottom: 0rem;
    }
    #make-impact .heading {
        margin-bottom: 1rem;
    }
    #make-impact .make-impact-content p {
        width: 70%;
    }
    #humanity-planet .row.causes-padding {
        padding: 3rem 0rem 0rem !important;
    }
    #humanity-planet .causes-cards .card-width {
        width: 33.33%;
    }
    #advantage-dlc .men h3 {
        font-size: 1.5rem;
    }
    #advantage-dlc .men p {
        font-size: 1rem;
    }
    #advantage-dlc .men {
        margin: 1rem 0rem;
        text-align: center;
        width: 20%;
    }
    #counters div:before {
        height: 46px;
        margin-top: 10px;
    }
    #advantage-dlc .men h3 svg {
        width: 41px;
        height: 20px;
    }
    #change-makers .change-makers-slider {
        padding-top: 0rem;
    }
    #workshop-programs-tabs .col-sm-3.col-md-12 {
        padding: 0rem;
    }
    #change-makers .swiper-slide-active .play-button-wrapper {
        opacity: 1;
    }
    #change-makers .change-makers-slider .play-button-wrapper i {
        font-size: 4rem;
    }
    #change-makers .change-makers-slider .swiper-slide-next {
        -webkit-transform: unset !important;
        transform: unset !important;
    }
    #causes-human {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    #causes-human .human-cards .human-title h1,
    #causes-human .human-cards .planet-title h2 {
        width: 50%;
        font-size: 1.5rem;
        margin: 0 2rem;
    }
    #causes-human .human-cards .human-title::before,
    #causes-human .human-cards .planet-title::before {
        margin-top: 1.5rem;
    }
    #causes-human .human-cards .human-title::after,
    #causes-human .human-cards .planet-title::after {
        margin-top: -1.5rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed h1,
    #causes-human .human-cards .planet-title.planet-head-fixed h2 {
        font-size: 1.5rem;
        width: 50%;
        margin: 0rem 2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::before,
    #causes-human .human-cards .planet-title.planet-head-fixed::before {
        margin-top: 2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::after,
    #causes-human .human-cards .planet-title.planet-head-fixed::after {
        margin-top: -2rem;
    }
    #causes-human .human-cards .human-head-fixed,
    #causes-human .human-cards .planet-head-fixed {
        top: 38px;
    }
    #causes-human .human-cards .card a .label-title span {
        font-size: 20px;
    }
    #causes-human .human-cards .card a .label-title span {
        font-size: 16px;
    }
    #causes-human .human-cards .card a .label-title {
        top: 67%;
    }
    #causes-human .bucket-title h2 {
        font-size: 1.5rem;
    }
    #causes-human .bucket-title p {
        font-size: .8rem;
    }
    #causes-human .human-cards .sec-padding {
        padding: 0rem 0rem 3rem 0rem;
    }
    #causes-human .human-cards .card a .label-title p {
        top: 5%;
    }
    #entrepreneurship .banner-content .heading-title h1,
    #change-makers .heading-title h1,
    #entrepreneurship .get-involve .heading-title h1,
    #social-partners .heading-title h1 {
        line-height: 1.5;
    }
    #social-partners {
        padding: 2rem;
    }
    #change-makers .banner-content {
        padding-top: 10rem;
    }
    #explore-communities .card .centered h3 {
        font-size: 1.3rem;
    }
    #change-makers .change-makers-slider .swiper {
        height: 550px;
    }
    #change-makers,
    #causes-flipcart,
    #hcms-banner-update,
    #workshop-programs-tabs,
    #social-partners,
    #explore-communities,
    #get-involved-banner,
    #faqs-sec {
        padding: 2rem 0;
    }
    #causes-flipcart {
        margin-bottom: 0rem;
    }
    #entrepreneurship .banner-content .heading-title h1,
    #change-makers .heading-title h1,
    #entrepreneurship .get-involve .heading-title h1,
    #social-partners .heading-title h1 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    #entrepreneurship .banner-content .banner-para p {
        font-size: 16px;
        line-height: 1.7;
    }
    #entrepreneurship .banner-content .banner-para {
        padding-top: 2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
    .expo-communities .swiper-container .swiper-button-prev2:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
        font-size: 1.2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2,
    .expo-communities .swiper-container .swiper-button-prev2,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
        left: 4px;
        padding: 20px;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
    #hcms-causes-sliders .swiper-container .swiper-button-next2,
    .expo-communities .swiper-container .swiper-button-next2,
    #hcms-causes-sliders .swiper-container .swiper-button-next3,
    #hcms-causes-sliders .swiper-container .swiper-button-next4,
    #hcms-causes-sliders .swiper-container .swiper-button-next5,
    #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
        right: 4px;
        padding: 20px;
    }
    #change-makers .play-btn {
        top: 41%;
        left: 45%;
        opacity: 1;
    }
    #change-makers .change-makers-slider .swiper-container .card {
        padding: 0rem;
    }
    #hcms-banner-update .hcms-img {
        height: 329px;
        background-size: cover;
    }
    #hcms-banner-update {
        padding: 1rem 0rem;
    }
    #hcms-banner-update .hcms-img .hcms-title h1 {
        font-size: 2.7rem;
        margin-bottom: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title a {
        font-size: 1rem;
    }
    #hcms-banner-update .recent-update-title {
        margin-top: 1rem;
    }
    #hcms-banner-update .recent-updates .recent-update-content ol li {
        font-size: .85rem;
    }
    #hcms-banner-update .recent-updates .recent-update-content ol {
        padding-left: 22px;
    }
    #hcms-banner-update .hcms-profiles .img-width {
        width: 10.33%;
        text-align: center;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content {
        width: 100%;
        height: 100%;
        top: 0%;
        bottom: 73%;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
        font-size: 1.625rem;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content p {
        text-align: center;
        font-size: 1.1rem;
        text-align: center;
        padding-top: 1rem;
        width: 90%;
    }
    #hcms-banner-update .hcms-profiles .hcms-title a {
        font-size: 0.775rem;
    }
    #hcms-causes-sliders {
        padding: 2rem 0rem;
    }
    #hcms-causes-sliders .slider-title h1 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    #hcms-causes-sliders .slider-title p {
        font-size: 1rem;
        line-height: 1.7;
    }
    #hcms-causes-sliders .swiper-container .card .card-body p,
    #change-makers .change-makers-slider .swiper-container .card .card-body p {
        font-size: .8rem;
    }
    #hcms-causes-sliders .swiper-container .card .hcms-details h1,
    #change-makers .change-makers-slider .swiper-container .card .hcms-details h1 {
        font-size: 1rem;
    }
    #hcms-causes-sliders .swiper-container .slider-right-btn a,
    #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
        font-size: .9rem;
        padding: 3px 20px;
    }
    #workshop-programs-tabs .tab-content .tab-left-content {
        padding: 1rem 1rem;
    }
    #workshop-programs-tabs .tab-content .tab-left-content h1 {
        font-size: 1.5rem;
    }
    #workshop-programs-tabs .tab-content .tab-left-content p {
        font-size: .8rem;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    #workshop-programs-tabs .tab-left-content .subhead {
        font-size: 18px !important;
    }
    #workshop-programs-tabs .tab-content .tab-left-content a {
        font-size: .8rem;
    }
    #workshop-programs-tabs .position-middle {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
    }
    #collaps-imgs-sec .container-general .gallery-wrap {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 52vh;
    }
    #workshop-programs-tabs .position-middle .flex-column {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
        height: auto;
        padding: 1rem 2rem;
    }
    #workshop-programs-tabs .nav-pills .nav-link.active,
    .workshop-programs .nav-pills .show>.nav-link {
        padding: 1.5rem 1rem;
    }
    #workshop-programs-tabs .position-relative {
        padding-right: unset;
    }
    #workshop-programs-tabs .nav-pills .nav-link,
    #workshop-programs-tabs .tab-content .tab-right-content .img-overlay p,
    #social-partners .marquee .content li p {
        font-size: 0.875rem;
    }
    #faqs-sec .title {
        margin-bottom: 1rem;
    }
    #faqs-sec .faqs-page .title h2 {
        font-size: 2.1rem;
        padding-left: 0.5rem;
    }
    #faqs-sec .faqs-page .title {
        padding-bottom: 2rem;
    }
    #faqs-sec .faqs-page {
        padding-top: 9rem;
    }
    #form-view {
        padding: 5rem 0rem;
    }
    #causes-flipcart .flip-card {
        margin-bottom: 5rem;
    }
    #workshop-programs-tabs .tab-content .tab-right-content img {
        height: 46vh;
    }
    #change-makers.height,
    #causes-flipcart.height,
    #hcms-banner-update,
    #social-partners.height,
    #explore-communities.height,
    #get-involved-banner.height,
    #workshop-programs-tabs.height {
        padding: 3rem 0;
    }
    #causes-flipcart .flip-card {
        height: 300px;
    }
    #causes-flipcart .flip-card-front,
    .flip-card-back {
        height: 300px;
    }
    #causes-flipcart .flip-card-back {
        padding: 10px;
    }
    #causes-flipcart .flip-card-back-title {
        font-size: 16px;
    }
    #causes-flipcart .flip-card-back-content {
        font-size: 12px;
    }
    #twitter-section {
        padding: 2rem 0rem;
    }
    #twitter-section .left-content {
        padding: 2rem;
    }
    #twitter-section .left-content h2 {
        font-size: 1.2rem;
    }
    #twitter-section .left-content p {
        font-size: .875rem;
        margin-bottom: 2rem;
    }
    #twitter-section .right-content {
        -webkit-transform: unset;
        transform: unset;
        padding: 2rem;
    }
    #twitter-section .right-content p {
        font-size: .875rem;
        line-height: 1.7;
    }
    #twitter-section .right-content .tweet-btn {
        font-size: .875rem;
    }
    #get-involve-banner .banner-img h1 {
        font-size: 2rem;
    }
    #get-involve-banner .banner-img p {
        width: 60%;
    }
    #get-involve-banner .banner-img p {
        font-size: 14px;
    }
    #get-sign-up-sec .lebal-padding {
        padding: 2rem 0rem;
    }
    #get-sign-up-sec .lebal-padding .text p {
        font-size: 1.2rem;
    }
    #get-sign-up-sec .lebal-padding .sign-up-btn a {
        font-size: 1rem;
    }
    #get-involved-banner .get-involved-banner-title p {
        text-align: center;
        line-height: 1.5;
    }
    #get-involved-banner .get-involved-title h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    #get-involved-banner .get-involved-tabs .btn-header-link {
        padding: 2rem 3rem 2rem 6rem;
        font-size: 1.5rem;
        width: 100%;
    }
    #get-involved-banner .get-involved-tabs .btn-header-link:after {
        margin-left: 6rem;
    }
    #get-involved-banner .get-involved-tabs .tab-detail p {
        width: 80%;
        font-size: 1rem;
    }
    #get-involved-banner .get-involved-tabs .tab-detail a {
        font-size: 0.875rem;
    }
    #collaps-imgs-sec .container-general .gallery-wrap {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 52vh;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content {
        padding: 1rem 1rem;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content p {
        width: 100%;
        font-size: 10px;
        position: unset;
        line-height: 10px;
    }
    #collaps-imgs-sec .collaps-effect .item:hover .item-content .action-btn {
        top: 5px;
        font-size: 0.557rem;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content h2 {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
    #for-just-sec .title h2,
    #for-just-sec .title h3 {
        width: 76%;
        font-size: 2rem;
    }
    #for-just-sec .title h3 {
        font-size: 1rem;
    }
    #for-just-sec .title:before,
    #explore-our-sec .title:before {
        margin-top: 3rem;
    }
    #for-just-sec .title:after {
        margin-top: -3rem;
    }
    #explore-our-sec .title h2 {
        font-size: 2rem;
        width: 95%;
    }
    #get-involved-banner .get-involved-banner-title h3 {
        font-size: 1.5rem;
    }
    #get-involved-banner .get-involved-banner-title h2 {
        font-size: 1.7rem;
    }
    #get-involved-banner .get-involved-banner-title a {
        font-size: .8rem;
    }
    /*Social Impact event page css start*/
    #event-banner-slider .event-card {
        padding: 1rem;
    }
    #event-banner-slider .pt-3 {
        padding-top: 4rem!important;
    }
    #event-banner-slider .event-card .event-title h1,
    #events-filters .event-card-content .event-title h2 {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    #event-banner-slider .event-card-img .event-time-position p {
        font-size: 1.6rem;
    }
    #event-banner-slider .event-card-img .event-time-position {
        top: 68%;
        left: 19%;
    }
    #event-banner-slider .event-card .event-discri p,
    #event-banner-slider .event-card .event-date-time,
    #event-banner-slider .event-card .event-location,
    #event-banner-slider .event-card .event-links a,
    #events-filters .event-card-content .event-discri p,
    #events-filters .event-card-content .event-links a {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
    #event-banner-slider .col-move {
        z-index: unset;
        transform: unset;
    }
    #event-banner-slider .swiper-button-prev,
    #event-banner-slider .swiper-rtl .swiper-button-next {
        left: 73%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-rtl .swiper-button-prev {
        right: 6%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-button-prev {
        top: 86%;
    }
    #events-filters .filters-flex .filters-width {
        width: 32%;
        margin-bottom: 0.5rem;
        margin-right: 5px;
    }
    #events-filters .filters-flex .filters-width .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    #events-filters .row-padding {
        padding: 2rem 0rem 2rem 0rem;
    }
    #events-filters .overflow-hidden .overlay-date {
        top: 0%;
        left: 0;
        padding: 9px 25px;
        font-size: 0.775rem;
    }
    #events-filters .event-card-content {
        padding-top: 1.5rem;
    }
    #events-filters .event-card-content .event-date-time {
        width: 100%;
        font-size: 0.875rem;
    }
    #events-filters .row-padding .overflow-hidden img {
        border-radius: 15px;
        margin-bottom: 0rem;
        width: 100%;
    }
    #event-why-should {
        padding: 1rem 0rem;
    }
    #event-why-should .event-why-content .title {
        padding-top: 2rem;
    }
    #event-why-should .event-why-content .title h2 {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    #event-why-should .event-why-content {
        padding: 1rem;
    }
    #event-why-should .event-why-content ol li p {
        padding: 1rem 0rem 1rem 0rem;
        font-size: 0.875rem;
    }
    #event-why-should .event-why-content ol li::marker {
        font-weight: 800;
        font-size: 1.1rem;
    }
    #event-why-should {
        margin: 0rem 0rem 0rem 0rem;
    }
    #events-filters {
        padding: 0rem 0rem 0rem 0rem;
    }
    /*Social Impact event page css end*/
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .text-saira {
        font-size: 30px;
    }
    .text-saira-last {
        font-size: 30px;
    }
    #banner-section,
    #event-banner-slider {
        padding-top: 9.9rem;
    }
    #banner-section .about-para .text span {
        font-size: 22px;
        padding-top: 5px;
    }
    #banner-section .about-para .slider {
        font-size: 28px;
    }
    #banner-section .about-para .text {
        height: 45px;
    }
    #banner-section .row {
        padding-top: 0rem;
    }
    #banner-section .main-video iframe {
        height: 300px !important;
    }
    #banner-section {
        padding-top: 2rem;
    }
    #banner-section .padding-top {
        padding-top: 7rem;
    }
    /* @-webkit-keyframes slider {
    0% {
      margin-bottom: -160px;
    }
    5% {
      margin-bottom: -80px;
    }
    30% {
      margin-bottom: -80px;
    }
    35% {
      margin-bottom: 0px;
    }
    65% {
      margin-bottom: 0px;
    }
    70% {
      margin-bottom: 80px;
    }
    100% {
      margin-bottom: 80px;
    }
  } */
    /* @keyframes slider {
    0% {
      margin-bottom: -160px;
    }
    5% {
      margin-bottom: -80px;
    }
    30% {
      margin-bottom: -80px;
    }
    35% {
      margin-bottom: 0px;
    }
    65% {
      margin-bottom: 0px;
    }
    70% {
      margin-bottom: 80px;
    }
    100% {
      margin-bottom: 80px;
    }
  } */
    #banner-section .main-circle .main-video video {
        width: 100%;
        height: 100%;
    }
    #banner-section .main-circle .play-button-wrapper {
        width: unset;
        height: unset;
    }
    #banner-section .main-circle .bottom-content {
        padding: 2rem;
    }
    #banner-section .about-para .bottom-content p {
        width: 100%;
        font-size: 14px;
        padding: 0rem 0rem 2rem;
        margin: 0rem;
    }
    #banner-section .about-para .bottom-content a {
        font-size: 12px;
    }
    #banner-section .main-circle .play-button-wrapper i {
        font-size: 4rem;
        left: 47%;
    }
    #banner-section .main-circle {
        margin-top: 0rem;
    }
    #make-impact,
    #humanity-planet,
    #collaps-imgs-sec,
    #advantage-dlc,
    #workshop-programs-tabs,
    #change-makers,
    #faqs-sec {
        padding: 2rem 0rem;
    }
    .causes-cards {
        padding: 0rem 0rem 0rem 0rem;
    }
    #make-impact .heading h1,
    #change-makers .top-title h2,
    #news-updates .top-title h2,
    #update-event .top-title h2,
    #faqs-sec .title h2,
    #we-drive h2 {
        font-size: 30px;
        line-height: 1.5;
        /* margin-bottom: 2rem; */
    }
    #make-impact .make-impact-content p,
    #update-event .main-content p,
    #update-event .act-btns a,
    #faqs-sec #faq .card .card-body,
    #changemaker .img-overlay h4,
    #changemaker .img-overlay h5 {
        font-size: 18px;
    }
    #make-impact,
    #advantage-dlc,
    #changemaker,
    #news-updates,
    #update-event,
    #we-drive,
    #humanity-planet .heading {
        padding: 2rem 0rem;
    }
    #humanity-planet .img-title h2 {
        font-size: 1.3rem;
        padding-top: 0rem;
    }
    #humanity-planet .content .caption {
        height: 16%;
    }
    #humanity-planet .content .caption .up-down i,
    #humanity-planet .content:hover .up i {
        font-size: 26px;
    }
    #humanity-planet .content:hover .up {
        margin-top: 1rem;
    }
    #humanity-planet .content .caption p {
        font-size: 16px;
        padding: 0rem 2rem 1rem 2rem;
    }
    #humanity-planet .content .caption .view-all-btn {
        font-size: 14px;
        margin-right: 0;
        padding: 7px 13px;
    }
    #humanity-planet .row .col-sm-12.col-md-12 {
        margin-bottom: 2rem;
    }
    #humanity-planet .left-content h6 {
        font-size: 18px;
    }
    #humanity-planet .left-content h2 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    #humanity-planet .social-impactslider .card a .label-title span {
        font-size: 20px;
        top: 60%;
        margin-left: 0px;
    }
    #we-drive {
        margin: 5rem 0rem 2rem;
    }
    #we-drive .card {
        width: 30%;
        margin-bottom: 2rem;
    }
    #we-drive .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #advantage-dlc .flex-content h2 {
        font-size: 26px;
        margin-bottom: 2rem;
    }
    #advantage-dlc .flex-content h2 {
        margin-bottom: 3rem;
    }
    #advantage-dlc .flex-content p {
        width: 100%;
        font-size: 16px;
        padding-bottom: 0rem;
    }
    #advantage-dlc {
        padding-top: 1.5rem;
    }
    #advantage-dlc svg {
        height: 450.759px;
    }
    #update-event .img-overlay {
        width: 100%;
        height: auto;
    }
    #update-event .act-btns a {
        font-size: 14px;
    }
    #update-event .img-overlay .tag-label {
        left: 60.9%;
    }
    #update-event .img-overlay .tag-label {
        font-size: 16px;
        left: 58.9%;
    }
    #update-event .swiper-button-next,
    #update-event.swiper-rtl .swiper-button-prev {
        right: 13%;
    }
    #make-impact .text-video .text-box h2 {
        font-size: 13rem;
    }
    #make-impact .heading h1,
    #make-impact .heading h2,
    #humanity-planet .heading h1,
    #humanity-planet .heading h2,
    #collaps-imgs-sec .heading h2,
    #advantage-dlc .heading h2,
    #workshop-programs-tabs .heading h2 {
        font-size: 30px !important;
        margin-bottom: 2rem;
    }
    #make-impact .make-impact-content p {
        width: 70%;
    }
    #make-impact .heading h2 {
        margin-bottom: 0rem;
    }
    #make-impact .heading {
        margin-bottom: 1rem;
    }
    #humanity-planet .causes-cards .card-width {
        width: 33.33%;
    }
    #advantage-dlc .men h3 {
        font-size: 1.5rem;
    }
    #advantage-dlc .men p {
        font-size: 1rem;
    }
    #advantage-dlc .men {
        margin: 1rem 0rem;
        text-align: center;
        width: 20%;
    }
    #counters div:before {
        height: 46px;
        margin-top: 10px;
    }
    #advantage-dlc .men h3 svg {
        width: 41px;
        height: 20px;
    }
    #change-makers .change-makers-slider {
        padding-top: 0rem;
    }
    #workshop-programs-tabs .col-sm-3.col-md-12 {
        padding: 0rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1 {
        top: 40%;
    }
    #change-makers .swiper-slide {
        height: inherit !important;
    }
    #change-makers .change-makers-slider .swiper-slide-next {
        -webkit-transform: unset !important;
        transform: unset !important;
    }
    /* #change-makers .change-makers-slider .swiper {
        height: 245px;
    } */
    #change-makers .change-makers-slider .play-button-wrapper i {
        font-size: 3rem;
    }
    #change-makers .change-makers-slider .card .playpause svg {
        width: 50px;
        height: 50px;
    }
    #entrepreneurship .banner-content .banner-para p,
    #change-makers .banner-para p {
        font-size: 1rem;
        font-weight: 400;
        padding: 0rem 1rem;
        line-height: 1.7;
    }
    .sec-hcm-bx .grid-nav-bx {
        height: 80px;
        margin-bottom: 2rem;
    }
    .sec-hcm-bx .grid-nav-bx .city-sldr {
        padding: 15px 95px;
    }
    #causes-human {
        -webkit-transform: translateY(68px);
        transform: translateY(68px);
    }
    #causes-human .human-cards .human-title h1,
    #causes-human .human-cards .planet-title h2 {
        width: 58%;
        font-size: 1.9rem;
        margin: 0 2rem;
    }
    #causes-human .human-cards .human-title::before,
    #causes-human .human-cards .planet-title::before {
        margin-top: 2rem;
    }
    #causes-human .human-cards .human-title::after,
    #causes-human .human-cards .planet-title::after {
        margin-top: -1.5rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed h1,
    #causes-human .human-cards .planet-title.planet-head-fixed h2 {
        font-size: 1.8rem;
        width: 54%;
        margin: 0rem 2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::before,
    #causes-human .human-cards .planet-title.planet-head-fixed::before {
        margin-top: 2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::after,
    #causes-human .human-cards .planet-title.planet-head-fixed::after {
        margin-top: -1.9rem;
    }
    #causes-human .human-cards .human-head-fixed,
    #causes-human .human-cards .planet-head-fixed {
        top: 74px;
    }
    #causes-human .human-cards .card a .label-title span {
        font-size: 16px;
    }
    #causes-human .human-cards .card a .label-title p {
        font-size: 38px;
        top: 49%;
    }
    #causes-flipcart,
    #hcms-banner-update,
    #workshop-programs-tabs,
    #social-partners,
    #explore-communities,
    #get-involved-banner {
        padding: 2rem 0;
    }
    #social-partners {
        padding: 2rem;
        margin: 0rem 0;
    }
    #causes-flipcart .centered {
        top: 33%;
        font-size: 22px;
        padding: 0 66px;
    }
    #causes-flipcart .row .col-lg-3 {
        padding: 0 5px;
    }
    #causes-flipcart .flip-card-front,
    .flip-card-back {
        height: auto;
    }
    #explore-communities .card .centered h3 {
        font-size: 20px;
    }
    #entrepreneurship .banner-content .heading-title h1,
    #change-makers .heading-title h1,
    #entrepreneurship .get-involve .heading-title h1,
    #social-partners .heading-title h1,
    #cause-we-fightfor .banner-content .heading-title h1,
    #community-of-impact .banner-content .heading-title h1,
    #explore-communities .banner-content .heading-title h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    #entrepreneurship .banner-content .banner-para p {
        font-size: 18px;
        line-height: 1.7;
    }
    #entrepreneurship .banner-content .banner-para {
        padding-top: 2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
    .expo-communities .swiper-container .swiper-button-prev2:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
        font-size: 1.2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2,
    .expo-communities .swiper-container .swiper-button-prev2,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
        left: 7px;
        padding: 20px;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
    #hcms-causes-sliders .swiper-container .swiper-button-next2,
    .expo-communities .swiper-container .swiper-button-next2,
    #hcms-causes-sliders .swiper-container .swiper-button-next3,
    #hcms-causes-sliders .swiper-container .swiper-button-next4,
    #hcms-causes-sliders .swiper-container .swiper-button-next5,
    #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
        padding: 20px;
    }
    #hcms-causes-sliders .swiper-container .swiper-button-next,
    #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev,
    #change-makers .change-makers-slider .swiper-container .swiper-button-next,
    #change-makers .change-makers-slider .swiper-container .swiper-rtl .swiper-button-prev {
        right: 7px;
        padding: 20px;
    }
    #change-makers .play-btn {
        top: 36%;
        left: 39%;
        opacity: 1;
    }
    #change-makers .change-makers-slider .swiper-container .card {
        padding: 0rem;
    }
    #hcms-banner-update .hcms-img {
        height: 329px;
        background-size: cover;
    }
    #hcms-banner-update .hcms-img .hcms-title h1 {
        font-size: 2.7rem;
        margin-bottom: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title p {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title a,
    #hcms-banner-update .recent-updates .recent-update-title h1 {
        font-size: 1rem;
        padding: 5px 20px;
    }
    #hcms-banner-update .recent-updates {
        padding-top: 1rem;
    }
    #hcms-banner-update .recent-updates .recent-update-title h1 {
        font-size: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title {
        padding: 10px;
    }
    #hcms-banner-update .recent-updates .recent-update-content ol li {
        font-size: .85rem;
    }
    #hcms-banner-update .recent-updates .recent-update-content ol {
        padding-left: 22px;
    }
    #hcms-banner-update .hcms-tab-content a img {
        width: 98px;
        height: 98px;
    }
    #hcms-banner-update .hcms-profile-content .hcms-cause {
        padding: 0.5rem;
        margin-bottom: 1rem;
        margin-bottom: unset;
    }
    #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
        font-size: 0.8rem;
    }
    #hcms-banner-update .hcms-profile-content .hcms-name h2 {
        font-size: 1.2rem;
        margin-bottom: unset;
    }
    #hcms-banner-update .hcms-profile-content .hcms-position p {
        font-size: 0.65rem;
        margin-bottom: unset;
    }
    #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
        height: 421px;
    }
    #hcms-causes-sliders {
        padding: 2rem 0rem;
    }
    #hcms-causes-sliders .slider-title h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    #hcms-causes-sliders .slider-title p {
        font-size: 1.125rem;
        line-height: 1.7;
    }
    #hcms-causes-sliders .swiper-container .card .card-body p,
    #change-makers .change-makers-slider .swiper-container .card .card-body p {
        font-size: .8rem;
    }
    #hcms-causes-sliders .swiper-container .card .hcms-details h1,
    #change-makers .change-makers-slider .swiper-container .card .hcms-details h1 {
        font-size: 1.125rem;
    }
    #hcms-banner-update .hcms-profiles .img-width {
        width: 10.33%;
        text-align: center;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content {
        width: 100%;
        height: 100%;
        top: 0%;
        bottom: 73%;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
        font-size: 1.625rem;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content p {
        text-align: center;
        font-size: 1.3rem;
        text-align: center;
        padding-top: 1rem;
    }
    #hcms-banner-update .hcms-profiles .hcms-title a {
        font-size: 0.875rem;
    }
    #hcms-causes-sliders .swiper-container .slider-right-btn a,
    #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
        font-size: .9rem;
        padding: 3px 20px;
    }
    #workshop-programs-tabs .tab-content .tab-left-content {
        padding: 1rem 1rem;
    }
    #workshop-programs-tabs .tab-content .tab-left-content h1 {
        font-size: 1.5rem;
    }
    #workshop-programs-tabs .tab-content .tab-left-content p {
        font-size: .9rem;
        margin-bottom: 1rem;
        width: 100%;
    }
    #workshop-programs-tabs .tab-content .tab-left-content a {
        font-size: .9rem;
    }
    #workshop-programs-tabs .position-middle {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
    }
    #workshop-programs-tabs .nav-pills .nav-link {
        font-size: 0.875rem;
        width: 25%;
        padding: 1rem .5rem;
        margin: 0rem;
        font-weight: 500;
    }
    #workshop-programs-tabs .position-middle .flex-column {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
        height: auto;
        padding: 1.5rem 2rem;
        width: 360px;
    }
    #workshop-programs-tabs .nav-pills .nav-link.active,
    .workshop-programs .nav-pills .show>.nav-link {
        padding: 1rem .5rem;
        width: 25%;
    }
    #workshop-programs-tabs .tab-content .tab-right-content .img-overlay p,
    #social-partners .marquee .content li p {
        font-size: 1rem;
    }
    #faqs-sec .title {
        margin-bottom: 1rem;
    }
    #workshop-programs-tabs .col-lg-12.position-relative {
        padding: 0;
    }
    #form-view {
        padding: 5rem 0rem;
    }
    #collaps-imgs-sec .collaps-effect .item:hover .item-content .action-btn {
        top: 10px;
        font-size: 0.557rem;
    }
    #causes-flipcart .flip-card-back {
        padding: 32px;
    }
    #causes-flipcart .flip-card-back,
    #causes-flipcart .flip-card {
        height: 445px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem;
    }
    #causes-flipcart .flip-card-back-title {
        font-size: 17px;
    }
    #causes-flipcart .flip-card-back-content {
        font-size: 15px;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    #change-makers .banner-content {
        padding: 9rem 0rem 4rem 0rem;
    }
    #change-makers.height,
    #causes-flipcart.height,
    #hcms-banner-update,
    #social-partners.height,
    #explore-communities.height,
    #get-involved-banner.height,
    #workshop-programs-tabs.height {
        padding: 3rem 0;
    }
    #causes-flipcart {
        margin-bottom: 0rem;
    }
    #twitter-section {
        padding: 4rem 0rem;
    }
    #twitter-section .left-content {
        padding: 2rem;
    }
    #twitter-section .left-content h2 {
        font-size: 1.2rem;
    }
    #twitter-section .left-content p {
        font-size: .875rem;
        margin-bottom: 2rem;
    }
    #twitter-section .right-content {
        -webkit-transform: translate(-12px, 0px);
        transform: translate(-12px, 0px);
        padding: 2rem;
    }
    #twitter-section .right-content p {
        font-size: .875rem;
        line-height: 1.7;
    }
    #twitter-section .right-content .tweet-btn {
        font-size: .875rem;
    }
    #get-involve-banner .banner-img h1 {
        font-size: 2rem;
    }
    #get-involve-banner .banner-img p {
        width: 60%;
    }
    #get-involve-banner .banner-img p {
        font-size: 14px;
    }
    #get-sign-up-sec .lebal-padding {
        padding: 2rem 0rem;
    }
    #get-sign-up-sec .lebal-padding .text p {
        font-size: 1.2rem;
    }
    #get-sign-up-sec .lebal-padding .sign-up-btn a {
        font-size: 1rem;
    }
    #get-involved-banner .get-involved-banner-title h3 {
        font-size: 1.5rem;
    }
    #get-involved-banner .get-involved-banner-title h2 {
        font-size: 1.8rem;
    }
    #get-involved-banner .get-involved-tabs .btn-header-link {
        padding: 2rem 3rem 2rem 16rem;
        width: 100%;
    }
    #get-involved-banner .get-involved-tabs .btn-header-link:after {
        margin-left: 8rem;
    }
    #get-involved-banner .get-involved-tabs .tab-detail p {
        width: 95%;
    }
    #workshop-programs-tabs .tab-left-content .subhead {
        font-size: 20px !important;
    }
    #collaps-imgs-sec .container-general .gallery-wrap {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 52vh;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content {
        padding: 1rem 1rem;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content p {
        width: 100%;
        font-size: 12px;
        position: unset;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content h2 {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
    #for-just-sec .title h2,
    #for-just-sec .title h3 {
        width: 60%;
        font-size: 2rem;
    }
    #for-just-sec .title h3 {
        font-size: 1rem;
    }
    #for-just-sec .title:before,
    #explore-our-sec .title:before {
        margin-top: 1.8rem;
    }
    #for-just-sec .title:after {
        margin-top: -3.4rem;
    }
    #explore-our-sec .title h2 {
        font-size: 2rem;
        width: 75%;
    }
    #for-just-sec .img-hover-effect .hover-title h2 {
        font-size: 1.8rem;
    }
    #for-just-sec .img-hover-effect .hover-title a {
        font-size: 14px;
    }
    #faqs-sec .faqs-page .title h2 {
        font-size: 2.1rem;
        padding-left: 0.5rem;
    }
    #faqs-sec .faqs-page .title {
        padding-bottom: 2rem;
    }
    #faqs-sec .faqs-page {
        padding-top: 9rem;
    }
    /*Social Impact event page css start*/
    #event-banner-slider .event-card {
        padding: 1rem;
    }
    #event-banner-slider .pt-3 {
        padding-top: 1rem!important;
    }
    #event-banner-slider .event-card .event-title h1,
    #events-filters .event-card-content .event-title h2 {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    #event-banner-slider .event-card-img .event-time-position p {
        font-size: 1.7rem;
    }
    #event-banner-slider .event-card-img .event-time-position {
        top: 75%;
        left: 31%;
    }
    #event-banner-slider .event-card .event-discri p,
    #event-banner-slider .event-card .event-date-time,
    #event-banner-slider .event-card .event-location,
    #event-banner-slider .event-card .event-links a,
    #events-filters .event-card-content .event-discri p,
    #events-filters .event-card-content .event-links a {
        font-size: 0.975rem;
        margin-bottom: 1rem;
    }
    #event-banner-slider .swiper-button-prev,
    #event-banner-slider .swiper-rtl .swiper-button-next {
        left: 73%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-rtl .swiper-button-prev {
        right: 6%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-button-prev {
        top: 78%;
    }
    #events-filters .filters-flex .filters-width {
        width: 32%;
        margin-bottom: 0.5rem;
        margin-right: 5px;
    }
    #events-filters .filters-flex .filters-width .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    #events-filters .row-padding {
        padding: 2rem 0rem 2rem 0rem;
    }
    #events-filters .overflow-hidden .overlay-date {
        top: 0%;
        left: 0;
        padding: 9px 25px;
        font-size: 0.875rem;
    }
    #events-filters .event-card-content {
        padding-top: 1.5rem;
    }
    #events-filters .event-card-content .event-date-time {
        width: 100%;
        font-size: 0.975rem;
    }
    #events-filters .row-padding .overflow-hidden img {
        border-radius: 15px;
        margin-bottom: 0rem;
        width: 100%;
    }
    #event-why-should {
        padding: 1rem 0rem;
    }
    #event-why-should .event-why-content .title {
        padding-top: 2rem;
    }
    #event-why-should .event-why-content .title h2 {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    #event-why-should .event-why-content {
        padding: 1rem;
    }
    #event-why-should .event-why-content ol li p {
        padding: 1rem 0rem 1rem 0rem;
        font-size: 0.975rem;
    }
    #event-why-should .event-why-content ol li::marker {
        font-weight: 800;
        font-size: 1.2rem;
    }
    #event-why-should {
        margin: 0rem 0rem 0rem 0rem;
        padding: 3rem 0rem 0rem 0rem;
    }
    #events-filters {
        padding: 3rem 0rem 3rem 0rem;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    #banner-section {
        padding-top: 9rem;
    }
    #event-banner-slider {
        padding-top: 6rem;
    }
    #banner-section .about-para .slider {
        font-size: 34px;
    }
    #banner-section .about-para .text span {
        font-size: 26px;
    }
    #banner-section .about-para .text {
        height: 54px;
    }
    #banner-section .main-video iframe {
        height: 300px !important;
    }
    #banner-section {
        padding-top: 2rem;
    }
    #banner-section .padding-top {
        padding-top: 9rem;
    }
    #banner-section .about-para .bottom-content p {
        width: 70%;
    }
    /* @-webkit-keyframes slider {
    0% {
      margin-bottom: -180px;
    }
    5% {
      margin-bottom: -105px;
    }
    30% {
      margin-bottom: -105px;
    }
    35% {
      margin-bottom: 0px;
    }
    65% {
      margin-bottom: 0px;
    }
    70% {
      margin-bottom: 105px;
    }
    100% {
      margin-bottom: 105px;
    }
  } */
    /* @keyframes slider {
    0% {
      margin-bottom: -180px;
    }
    5% {
      margin-bottom: -105px;
    }
    30% {
      margin-bottom: -105px;
    }
    35% {
      margin-bottom: 0px;
    }
    65% {
      margin-bottom: 0px;
    }
    70% {
      margin-bottom: 105px;
    }
    100% {
      margin-bottom: 105px;
    }
  } */
    #banner-section .main-circle .main-video video {
        width: 100%;
        height: 100%;
    }
    #banner-section .main-circle .play-button-wrapper {
        width: unset;
        height: unset;
    }
    #banner-section .main-circle .bottom-content {
        padding: 2rem;
    }
    #make-impact,
    #humanity-planet,
    #collaps-imgs-sec,
    #advantage-dlc,
    #workshop-programs-tabs,
    #change-makers,
    #faqs-sec {
        padding: 4rem 0rem;
    }
    .causes-cards {
        padding: 6rem 0rem 0rem 0rem;
    }
    #banner-section .about-para .bottom-content p {
        font-size: 20px;
        width: 100%;
    }
    #make-impact,
    #humanity-planet,
    #collaps-imgs-sec,
    #advantage-dlc,
    #workshop-programs-tabs,
    #change-makers,
    #faqs-sec {
        padding: 2rem 0rem;
    }
    .causes-cards {
        padding: 3rem 0rem 0rem 0rem;
    }
    #make-impact .heading h1,
    #change-makers .top-title h2,
    #news-updates .top-title h2,
    #update-event .top-title h2,
    #faqs-sec .title h2,
    #we-drive h2 {
        font-size: 30px;
        line-height: 1.5;
    }
    #make-impact .make-impact-content p,
    #update-event .main-content p,
    #update-event .act-btns a,
    #faqs-sec #faq .card .card-body,
    #changemaker .img-overlay h4,
    #changemaker .img-overlay h5 {
        font-size: 20px;
    }
    #advantage-dlc,
    #changemaker,
    #news-updates,
    #update-event,
    #we-drive {
        padding: 4rem 0rem;
    }
    #humanity-planet .img-title h2 {
        font-size: 1.5rem;
        padding-top: 0rem;
    }
    #humanity-planet .content .caption {
        height: 12%;
    }
    #humanity-planet .content .caption .up-down i,
    #humanity-planet .content:hover .up i {
        font-size: 26px;
    }
    #humanity-planet .content:hover .up {
        margin-top: 1rem;
    }
    #humanity-planet .content .caption p {
        font-size: 16px;
        padding: 0rem 2rem 1rem 2rem;
    }
    #humanity-planet .content .caption .view-all-btn {
        font-size: 14px;
        margin-right: 0;
        padding: 7px 13px;
    }
    #humanity-planet .row .col-sm-12.col-md-12 {
        margin-bottom: 2rem;
    }
    #humanity-planet .row.causes-padding {
        padding: 2rem 0rem 0rem !important;
    }
    #humanity-planet .left-content h6 {
        font-size: 18px;
    }
    #humanity-planet .left-content h2 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    #humanity-planet .social-impactslider .card a .label-title span {
        font-size: 18px;
    }
    #humanity-planet .social-impactslider .card a .label-title {
        top: 0%;
    }
    #humanity-planet .social-impactslider .card a .label-title span,
    #explore-our-sec .card a .label-title span {
        top: 60%;
        margin-left: 0;
    }
    #humanity-planet .social-impactslider .card a .label-title .cause-number {
        font-size: 4.5rem;
    }
    #advantage-dlc .flex-content h2 {
        font-size: 26px;
        margin-bottom: 2rem;
    }
    #advantage-dlc .flex-content h2 {
        margin-bottom: 3rem;
    }
    #advantage-dlc .flex-content p {
        width: 100%;
        font-size: 16px;
        padding-bottom: 0rem;
    }
    #advantage-dlc {
        padding-top: 1.5rem;
    }
    #advantage-dlc .img-fluid {
        padding-top: 3rem;
    }
    #advantage-dlc svg {
        height: 373.759px;
    }
    #make-impact {
        padding: 2rem 0rem 2rem 0rem;
    }
    #make-impact .text-video .text-box h2 {
        font-size: 15.5rem;
    }
    #make-impact .heading h1,
    #make-impact .heading h2,
    #humanity-planet .heading h1,
    #humanity-planet .heading h2,
    #collaps-imgs-sec .heading h2,
    #advantage-dlc .heading h2,
    #workshop-programs-tabs .heading h2 {
        font-size: 30px;
    }
    #make-impact .make-impact-content p {
        width: 70%;
    }
    #advantage-dlc .men h3 {
        font-size: 1.8rem;
    }
    #advantage-dlc .men p {
        font-size: 1.3rem;
    }
    #advantage-dlc .men {
        margin: 1rem 0rem;
        text-align: center;
        width: 20%;
    }
    #counters div:before {
        height: 46px;
        margin-top: 10px;
    }
    #advantage-dlc .men h3 svg {
        width: 41px;
        height: 20px;
    }
    #change-makers .change-makers-slider {
        padding-top: 0rem;
    }
    #workshop-programs-tabs .col-sm-3.col-md-12 {
        padding: 0rem;
    }
    #change-makers .change-makers-slider .swiper-slide-next {
        -webkit-transform: unset !important;
        transform: unset !important;
    }
    #change-makers .change-makers-slider .swiper-slide {
        height: 260px;
    }
    #change-makers .change-makers-slider .play-button-wrapper i {
        font-size: 3rem;
    }
    #banner-section .main-circle .main-video video {
        width: 100%;
        height: 100%;
    }
    #humanity-planet .causes-cards .card-width {
        padding: 0 5px;
    }
    #causes-human {
        -webkit-transform: translateY(68px);
        transform: translateY(68px);
    }
    #causes-flipcart .flip-card {
        height: 500px;
    }
    #causes-flipcart .flip-card-front,
    .flip-card-back {
        height: 250px;
    }
    #causes-flipcart .flip-card-back {
        padding: 12px;
    }
    #causes-flipcart .flip-card-back-title {
        font-size: 14px;
    }
    #causes-flipcart .flip-card-back-content {
        font-size: 13px;
    }
    #causes-flipcart .centered {
        font-size: 26px;
        top: 87%;
    }
    #causes-human .human-cards .human-title h1,
    #causes-human .human-cards .planet-title h1 {
        width: 48%;
        font-size: 2rem;
        margin: 0 2rem;
    }
    #causes-human .human-cards .human-title::before,
    #causes-human .human-cards .planet-title::before {
        margin-top: 2.1rem;
    }
    #causes-human .human-cards .human-title::after,
    #causes-human .human-cards .planet-title::after {
        margin-top: -1.6rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed h1,
    #causes-human .human-cards .planet-title.planet-head-fixed h2 {
        font-size: 1.8rem;
        width: 44%;
        margin: 0rem 2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::before,
    #causes-human .human-cards .planet-title.planet-head-fixed::before {
        margin-top: 2.2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::after,
    #causes-human .human-cards .planet-title.planet-head-fixed::after {
        margin-top: -2.2rem;
    }
    #causes-human .human-cards .human-head-fixed,
    #causes-human .human-cards .planet-head-fixed {
        top: 75px;
    }
    #causes-human .human-cards .card a .label-title span {
        font-size: 18px;
    }
    #causes-human .human-cards .card a .label-title p {
        top: 22%;
    }
    #workshop-programs-tabs .tab-content .tab-left-content {
        padding: 1rem 1rem;
    }
    #workshop-programs-tabs .tab-content .tab-right-content img {
        height: 466px !important;
    }
    #causes-human .human-cards .card a .label-title {
        top: 59%;
    }
    #entrepreneurship .banner-content .heading-title h1,
    #change-makers .heading-title h1,
    #entrepreneurship .get-involve .heading-title h1,
    #social-partners .heading-title h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    #entrepreneurship .banner-content .banner-para p {
        font-size: 18px;
        line-height: 1.7;
    }
    #entrepreneurship .banner-content .banner-para {
        padding-top: 2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
    .expo-communities .swiper-container .swiper-button-prev2:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
        font-size: 1.2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2,
    .expo-communities .swiper-container .swiper-button-prev2,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
        left: 0;
        padding: 20px;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
    #hcms-causes-sliders .swiper-container .swiper-button-next2,
    .expo-communities .swiper-container .swiper-button-next2,
    #hcms-causes-sliders .swiper-container .swiper-button-next3,
    #hcms-causes-sliders .swiper-container .swiper-button-next4,
    #hcms-causes-sliders .swiper-container .swiper-button-next5,
    #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
        right: 0;
        padding: 20px;
    }
    #hcms-causes-sliders .swiper-container .swiper-button-next,
    #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev,
    #change-makers .change-makers-slider .swiper-container .swiper-button-next,
    #change-makers .change-makers-slider .swiper-container .swiper-rtl .swiper-button-prev {
        right: -9px;
        padding: 20px;
    }
    #change-makers .play-btn {
        top: 36%;
        left: 39%;
        opacity: 1;
    }
    #change-makers .change-makers-slider .swiper-container .card {
        padding: 0rem;
    }
    #hcms-banner-update .hcms-img {
        height: 329px;
        background-size: cover;
    }
    #hcms-banner-update {
        padding: 1rem 0rem;
    }
    #hcms-banner-update .hcms-img .hcms-title h1 {
        font-size: 2.7rem;
        margin-bottom: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title p {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title a,
    #hcms-banner-update .recent-updates .recent-update-title h1 {
        font-size: 1.125rem;
    }
    #hcms-banner-update .recent-updates {
        padding-top: 1rem;
    }
    #hcms-banner-update .recent-updates .recent-update-title h1 {
        font-size: 1rem;
    }
    #hcms-banner-update .recent-updates .recent-update-content ol li {
        font-size: .85rem;
    }
    #hcms-banner-update .recent-updates .recent-update-content ol {
        padding-left: 22px;
    }
    #hcms-banner-update .hcms-tab-content a img {
        width: 110px;
        height: 110px;
    }
    #hcms-banner-update .hcms-profile-content .hcms-cause {
        padding: 0.5rem;
        margin-bottom: 1rem;
        margin-bottom: unset;
    }
    #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
        font-size: 0.8rem;
    }
    #hcms-banner-update .hcms-profile-content .hcms-name h2 {
        font-size: 1.2rem;
        margin-bottom: unset;
    }
    #hcms-banner-update .hcms-profile-content .hcms-position p {
        font-size: 0.65rem;
        margin-bottom: unset;
    }
    #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
        height: 471px;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content {
        width: 65%;
        height: 100%;
        top: 22%;
        bottom: 73%;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
        font-size: 1.825rem;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content p {
        text-align: center;
        font-size: 1.3rem;
        text-align: center;
        padding-top: 1rem;
    }
    #hcms-banner-update .hcms-profiles .hcms-title a {
        font-size: 0.875rem;
    }
    #hcms-causes-sliders {
        padding: 2rem 0rem;
    }
    #hcms-causes-sliders .slider-title h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    #hcms-causes-sliders .slider-title p {
        font-size: 1.125rem;
        line-height: 1.7;
    }
    #hcms-causes-sliders .swiper-container .card .card-body p,
    #change-makers .change-makers-slider .swiper-container .card .card-body p {
        font-size: .8rem;
    }
    #hcms-causes-sliders .swiper-container .card .hcms-details h1,
    #change-makers .change-makers-slider .swiper-container .card .hcms-details h1 {
        font-size: 1.125rem;
    }
    #hcms-causes-sliders .swiper-container .slider-right-btn a,
    #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
        font-size: .9rem;
        padding: 3px 20px;
    }
    #workshop-programs-tabs .nav-pills .nav-link.active,
    .workshop-programs .nav-pills .show>.nav-link,
    #workshop-programs-tabs .nav-pills .nav-link {
        padding: 1rem 1rem;
        font-size: .8rem;
        font-weight: 600;
    }
    #workshop-programs-tabs .position-middle {
        -webkit-transform: translateY(68px);
        transform: translateY(68px);
        z-index: 1;
        left: 152%;
    }
    #workshop-programs-tabs .tab-content .tab-left-content p {
        margin-bottom: 1.5rem;
    }
    #form-view {
        padding: 5rem 0rem;
    }
    #get-involve-banner .banner-img h1 {
        font-size: 2rem;
    }
    #get-involve-banner .banner-img p {
        width: 60%;
    }
    #get-involve-banner .banner-img p {
        font-size: 14px;
    }
    #get-sign-up-sec .lebal-padding {
        padding: 2rem 0rem;
    }
    #get-sign-up-sec .lebal-padding .text p {
        font-size: 1.2rem;
    }
    #get-sign-up-sec .lebal-padding .sign-up-btn a {
        font-size: 1rem;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content h2 {
        font-size: 1.5rem;
    }
    #for-just-sec .title h2,
    #for-just-sec .title h3 {
        width: 60%;
        font-size: 2rem;
    }
    #for-just-sec .title h3 {
        font-size: 1rem;
    }
    #for-just-sec .title:before,
    #explore-our-sec .title:before {
        margin-top: 1.8rem;
    }
    #for-just-sec .title:after {
        margin-top: -3.4rem;
    }
    #explore-our-sec .title h2 {
        font-size: 2rem;
        width: 75%;
    }
    #for-just-sec .img-hover-effect .hover-title h2 {
        font-size: 1.8rem;
    }
    #for-just-sec .img-hover-effect .hover-title a {
        font-size: 14px;
    }
    /*Social Impact event page css start*/
    #event-banner-slider .event-card {
        padding: 1rem;
    }
    #event-banner-slider .pt-3 {
        padding-top: 5rem!important;
    }
    #event-banner-slider .col-move {
        z-index: 2;
        transform: translate(29px, 0px);
    }
    #event-banner-slider .event-card .event-title h1,
    #events-filters .event-card-content .event-title h2 {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    #event-banner-slider .event-card-img .event-time-position p {
        font-size: 1.8rem;
    }
    #event-banner-slider .event-card-img .event-time-position {
        top: 75%;
        left: 31%;
    }
    #event-banner-slider .event-card .event-discri p,
    #event-banner-slider .event-card .event-date-time,
    #event-banner-slider .event-card .event-location,
    #event-banner-slider .event-card .event-links a,
    #events-filters .event-card-content .event-discri p,
    #events-filters .event-card-content .event-links a {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #event-banner-slider .swiper-button-prev,
    #event-banner-slider .swiper-rtl .swiper-button-next {
        left: 73%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-rtl .swiper-button-prev {
        right: 6%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-button-prev {
        top: 73%;
    }
    #events-filters .filters-flex .filters-width {
        width: 19%;
        margin-bottom: 0.5rem;
        margin-right: 5px;
    }
    #events-filters .filters-flex .filters-width .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    #events-filters .row-padding {
        padding: 2rem 0rem 2rem 0rem;
    }
    #events-filters .overflow-hidden .overlay-date {
        top: 0%;
        left: 0;
        padding: 9px 25px;
        font-size: 0.975rem;
    }
    #events-filters .event-card-content {
        padding-top: 1.5rem;
    }
    #events-filters .event-card-content .event-date-time {
        width: 50%;
        font-size: 1rem;
    }
    #events-filters .row-padding .overflow-hidden img {
        border-radius: 15px;
        margin-bottom: 0rem;
        width: 100%;
    }
    #event-why-should {
        padding: 1rem 0rem;
    }
    #event-why-should .event-why-content .title {
        padding-top: 2rem;
    }
    #event-why-should .event-why-content .title h2 {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    #event-why-should .event-why-content {
        padding: 1rem;
    }
    #event-why-should .event-why-content ol li p {
        padding: 1rem 0rem 1rem 0rem;
        font-size: 1rem;
    }
    #event-why-should .event-why-content ol li::marker {
        font-weight: 800;
        font-size: 1.2rem;
    }
    #event-why-should {
        margin: 0rem 0rem 0rem 0rem;
        padding: 3rem 0rem 0rem 0rem;
    }
    #events-filters {
        padding: 3rem 0rem 3rem 0rem;
    }
    /*Social Impact event page css end*/
    .bg-trans {
        z-index: 2;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
    #banner-section,
    #event-banner-slider {
        padding-top: 9rem;
    }
    #banner-section .about-para .slider {
        font-size: 34px;
    }
    #banner-section .about-para .text span {
        font-size: 26px;
    }
    #banner-section .about-para .text {
        height: 54px;
    }
    #banner-section .main-video iframe {
        height: 350px !important;
    }
    #banner-section {
        padding-top: 2rem;
    }
    #banner-section .padding-top {
        padding-top: 9rem;
    }
    /* @-webkit-keyframes slider {
    0% {
      margin-bottom: -180px;
    }
    5% {
      margin-bottom: -105px;
    }
    30% {
      margin-bottom: -105px;
    }
    35% {
      margin-bottom: 0px;
    }
    65% {
      margin-bottom: 0px;
    }
    70% {
      margin-bottom: 105px;
    }
    100% {
      margin-bottom: 105px;
    }
  } */
    /* @keyframes slider {
    0% {
      margin-bottom: -180px;
    }
    5% {
      margin-bottom: -105px;
    }
    30% {
      margin-bottom: -105px;
    }
    35% {
      margin-bottom: 0px;
    }
    65% {
      margin-bottom: 0px;
    }
    70% {
      margin-bottom: 105px;
    }
    100% {
      margin-bottom: 105px;
    }
  } */
    #banner-section .main-circle .main-video video {
        width: 100%;
        height: 100%;
    }
    #banner-section .main-circle .play-button-wrapper i {
        font-size: 5rem;
        top: 35%;
        bottom: 60%;
        left: 47%;
        right: 53%;
    }
    #banner-section .about-para .bottom-content p {
        font-size: 20px;
        width: 100%;
        padding: 0rem 0rem 3rem;
    }
    #make-impact,
    #humanity-planet,
    #collaps-imgs-sec,
    #advantage-dlc,
    #workshop-programs-tabs,
    #change-makers,
    #faqs-sec {
        padding: 2rem 0rem !important;
    }
    .causes-cards {
        padding: 6rem 0rem 0rem 0rem;
    }
    #make-impact .heading h1,
    #change-makers .top-title h2,
    #news-updates .top-title h2,
    #update-event .top-title h2,
    #faqs-sec .title h2,
    #we-drive h2 {
        font-size: 33px;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    #make-impact .make-impact-content p,
    #update-event .main-content p,
    #update-event .act-btns a,
    #changemaker .img-overlay h4,
    #changemaker .img-overlay h5 {
        font-size: 20px;
    }
    #faqs-sec #faq .card .card-body {
        font-size: 14px;
    }
    #make-impact,
    #advantage-dlc,
    #changemaker,
    #news-updates,
    #update-event,
    #we-drive {
        padding: 4rem 0rem;
    }
    #humanity-planet .img-title h {
        font-size: 1.5rem;
        padding-top: 0rem;
    }
    #humanity-planet .content .caption {
        height: 1%;
    }
    #humanity-planet .content .caption .up-down i,
    #humanity-planet .content:hover .up i {
        font-size: 26px;
    }
    #humanity-planet .content:hover .up {
        margin-top: 1rem;
    }
    #humanity-planet .content .caption p {
        font-size: 16px;
        padding: 1rem 2rem 1rem 2rem;
    }
    #humanity-planet .content .caption .view-all-btn {
        font-size: 14px;
        margin-right: 0;
        padding: 7px 13px;
    }
    #humanity-planet .row .col-sm-12.col-md-12 {
        margin-bottom: 2rem;
    }
    #humanity-planet .img-title h2 {
        font-size: 1.5rem;
    }
    #humanity-planet .row.causes-padding {
        padding: 2rem 0rem 0rem !important;
    }
    #humanity-planet .left-content h6 {
        font-size: 18px;
    }
    #humanity-planet .left-content h2 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    #humanity-planet .social-impactslider .card a .label-title span {
        font-size: 16px;
        top: 59%;
    }
    #humanity-planet .social-impactslider .card a .label-title {
        margin-left: 0.5rem;
    }
    #advantage-dlc .flex-content h2 {
        font-size: 26px;
        margin-bottom: 2rem;
    }
    #advantage-dlc .flex-content h2 {
        margin-bottom: 3rem;
    }
    #advantage-dlc .flex-content p {
        width: 100%;
        font-size: 16px;
        padding-bottom: 0rem;
    }
    #advantage-dlc {
        padding-top: 1.5rem;
    }
    #advantage-dlc .img-fluid {
        padding-top: 3rem;
    }
    #advantage-dlc svg {
        height: 449.759px;
    }
    #make-impact {
        padding: 0rem 0rem 4rem 0rem;
    }
    #make-impact .text-video .text-box h2 {
        font-size: 15.5rem;
    }
    #make-impact .heading h1,
    #make-impact .heading h2,
    #humanity-planet .heading h1,
    #humanity-planet .heading h2,
    #collaps-imgs-sec .heading h2,
    #advantage-dlc .heading h2,
    #workshop-programs-tabs .heading h2 {
        font-size: 30px;
    }
    #make-impact .make-impact-content p {
        width: 70%;
    }
    #humanity-planet .causes-padding {
        padding: 3rem 0rem 0rem !important;
    }
    #advantage-dlc .men h3 {
        font-size: 1.8rem;
    }
    #advantage-dlc .men p {
        font-size: 1.3rem;
    }
    #advantage-dlc .men {
        margin: 1rem 0rem;
        text-align: center;
        width: 20%;
    }
    #get-involved-banner .get-involved-tabs .btn-header-link {
        font-size: 1.5rem;
    }
    #counters div:before {
        height: 46px;
        margin-top: 17px;
    }
    #advantage-dlc .men h3 svg {
        width: 41px;
        height: 20px;
    }
    #change-makers .change-makers-slider {
        padding-top: 0rem;
    }
    #workshop-programs-tabs .col-sm-3.col-md-12 {
        padding: 0rem;
    }
    #change-makers .change-makers-slider .swiper-slide-next {
        -webkit-transform: unset !important;
        transform: unset !important;
    }
    #change-makers .change-makers-slider .swiper-slide {
        height: 290px;
    }
    #change-makers .change-makers-slider .play-button-wrapper i {
        font-size: 3rem;
    }
    #humanity-planet .causes-cards .card-width {
        padding: 0 5px;
    }
    #causes-human {
        -webkit-transform: translateY(68px);
        transform: translateY(68px);
    }
    #causes-human .human-cards .human-title h1,
    #causes-human .human-cards .planet-title h2 {
        width: 38%;
        font-size: 2rem;
        margin: 0 2rem;
    }
    #causes-human .human-cards .human-title::before,
    #causes-human .human-cards .planet-title::before {
        margin-top: 2.1rem;
    }
    #causes-human .human-cards .human-title::after,
    #causes-human .human-cards .planet-title::after {
        margin-top: -1.6rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed h1,
    #causes-human .human-cards .planet-title.planet-head-fixed h2 {
        font-size: 1.8rem;
        width: 36%;
        margin: 0rem 2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::before,
    #causes-human .human-cards .planet-title.planet-head-fixed::before {
        margin-top: 2.2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::after,
    #causes-human .human-cards .planet-title.planet-head-fixed::after {
        margin-top: -2.2rem;
    }
    #causes-human .human-cards .human-head-fixed,
    #causes-human .human-cards .planet-head-fixed {
        top: 75px;
    }
    #causes-human .human-cards .card a .label-title span {
        font-size: 18px;
    }
    .sec-hcm-bx .grid-nav-bx .city-sldr {
        padding: 10px 95px;
    }
    #workshop-programs-tabs .swiper-button-prev {
        top: 47%;
    }
    #causes-flipcart .flip-card-front,
    .flip-card-back {
        height: 250px;
    }
    #causes-flipcart .flip-card-back {
        padding: 12px;
    }
    #causes-flipcart .flip-card-back-title {
        font-size: 14px;
    }
    #causes-flipcart .flip-card-back-content {
        font-size: 13px;
    }
    #causes-flipcart .centered {
        font-size: 14px;
    }
    #entrepreneurship .banner-content .heading-title h1,
    #change-makers .heading-title h1,
    #entrepreneurship .get-involve .heading-title h1,
    #social-partners .heading-title h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    #entrepreneurship .banner-content .banner-para p {
        font-size: 18px;
        line-height: 1.7;
    }
    #entrepreneurship .banner-content .banner-para {
        padding-top: 2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
    .expo-communities .swiper-container .swiper-button-prev2:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
        font-size: 1.2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2,
    .expo-communities .swiper-container .swiper-button-prev2,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
        left: 9px;
        padding: 20px;
        top: 41%;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
    #hcms-causes-sliders .swiper-container .swiper-button-next2,
    .expo-communities .swiper-container .swiper-button-next2,
    #hcms-causes-sliders .swiper-container .swiper-button-next3,
    #hcms-causes-sliders .swiper-container .swiper-button-next4,
    #hcms-causes-sliders .swiper-container .swiper-button-next5,
    #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
        right: 9px;
        padding: 20px;
        top: 41%;
    }
    #change-makers .play-btn {
        top: 36%;
        left: 39%;
        opacity: 1;
    }
    #entrepreneurship .banner-content .banner-para p,
    #change-makers .banner-para p {
        font-size: 1.1rem;
        font-weight: 400;
    }
    #change-makers .change-makers-slider .swiper-container .card {
        padding: 0rem;
    }
    #hcms-banner-update .hcms-img {
        height: 329px;
        background-size: cover;
    }
    #hcms-banner-update {
        padding: 8rem 0rem;
    }
    #hcms-banner-update .hcms-img .hcms-title h1 {
        font-size: 2.7rem;
        margin-bottom: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title p {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    #hcms-banner-update .hcms-img .hcms-title a {
        font-size: 1.125rem;
    }
    #hcms-banner-update .recent-updates {
        padding-top: 1rem;
    }
    #hcms-banner-update .recent-updates .recent-update-title h1 {
        font-size: 1.125rem;
    }
    #hcms-banner-update .recent-updates .recent-update-content ol li {
        font-size: .85rem;
    }
    #hcms-banner-update .recent-updates .recent-update-content ol {
        padding-left: 22px;
    }
    #hcms-causes-sliders {
        padding: 2rem 0rem;
    }
    #hcms-banner-update .hcms-profile-content .hcms-profile-img img {
        width: 95px;
        height: 95px;
    }
    #hcms-banner-update .hcms-tab-content a img {
        width: 95px;
        height: 95px;
    }
    #hcms-banner-update .hcms-profile-content .hcms-cause {
        padding: 0.5rem;
        margin-bottom: 1rem;
        margin-bottom: unset;
    }
    #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
        font-size: 0.8rem;
    }
    #hcms-banner-update .hcms-profile-content .hcms-name h2 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    #hcms-banner-update .hcms-profile-content .hcms-position p {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
        height: 306px
    }
    #hcms-banner-update .hcms-profile-content .hcms-chapter {
        font-size: 0.6rem;
        margin-top: 0rem;
    }
    .hcms-banner-update .hcms-profiles .hcm-counter-content {
        width: 65%;
        height: 45%;
        top: 15%;
        bottom: 85%;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
        font-size: 2rem;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content p {
        font-size: 1.3rem;
        text-align: center;
        padding-top: 1rem;
    }
    #hcms-banner-update .hcms-profiles .hcms-title a {
        font-size: 0.875rem;
    }
    #hcms-causes-sliders .slider-title h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    #hcms-causes-sliders .slider-title p {
        font-size: 1.125rem;
        line-height: 1.7;
    }
    #hcms-causes-sliders .swiper-container .card .card-body p,
    #change-makers .change-makers-slider .swiper-container .card .card-body p {
        font-size: .8rem;
    }
    #hcms-causes-sliders .swiper-container .card .hcms-details h1,
    #change-makers .change-makers-slider .swiper-container .card .hcms-details h1 {
        font-size: 1.125rem;
    }
    #hcms-causes-sliders .swiper-container .slider-right-btn a,
    #change-makers .change-makers-slider .swiper-container .slider-right-btn a {
        font-size: .9rem;
        padding: 3px 20px;
    }
    #workshop-programs-tabs .nav-pills .nav-link.active,
    .workshop-programs .nav-pills .show>.nav-link,
    #workshop-programs-tabs .nav-pills .nav-link {
        padding: 1rem 1rem;
        font-size: .8rem;
        font-weight: 600;
    }
    #workshop-programs-tabs .position-middle {
        -webkit-transform: translateY(67px);
        transform: translateY(67px);
    }
    #workshop-programs-tabs .tab-content .tab-left-content p {
        margin-bottom: 1.5rem;
    }
    #workshop-programs-tabs .tab-content .tab-left-content {
        padding: 0rem 1rem;
    }
    #workshop-programs-tabs .tab-content .tab-right-content .img-overlay {
        height: auto;
    }
    #faqs-sec .title {
        margin-bottom: 1rem;
    }
    #social-partners .marquee .content li p {
        font-size: 1.2rem;
    }
    #form-view {
        padding: 5rem 0rem;
    }
    #get-involve-banner .banner-img h1 {
        font-size: 3rem;
    }
    #get-involve-banner .banner-img p {
        width: 60%;
    }
    #get-involve-banner .banner-img p {
        font-size: 14px;
    }
    #get-sign-up-sec .lebal-padding {
        padding: 2rem 0rem;
    }
    #get-sign-up-sec .lebal-padding .text p {
        font-size: 1.2rem;
    }
    #get-sign-up-sec .lebal-padding .sign-up-btn a {
        font-size: 1rem;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content h2 {
        font-size: 1.5rem;
    }
    #for-just-sec .title h2,
    #for-just-sec .title h3 {
        width: 60%;
        font-size: 2rem;
    }
    #for-just-sec .title h3 {
        font-size: 1rem;
    }
    #for-just-sec .title:before,
    #explore-our-sec .title:before {
        margin-top: 1.8rem;
    }
    #for-just-sec .title:after {
        margin-top: -3.4rem;
    }
    #explore-our-sec .title h2 {
        font-size: 2rem;
        width: 75%;
    }
    #for-just-sec .img-hover-effect .hover-title h2 {
        font-size: 1.8rem;
    }
    #for-just-sec .img-hover-effect .hover-title a {
        font-size: 14px;
    }
    /*Social Impact event page css start*/
    #event-banner-slider .event-card {
        padding: 1rem;
    }
    #event-banner-slider .pt-3 {
        padding-top: 1rem!important;
    }
    #event-banner-slider .col-move {
        z-index: 2;
        transform: translate(29px, 0px);
    }
    #event-banner-slider .event-card .event-title h1,
    #events-filters .event-card-content .event-title h2 {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    #event-banner-slider .event-card-img .event-time-position p {
        font-size: 1.8rem;
    }
    #event-banner-slider .event-card-img .event-time-position {
        top: 75%;
        left: 31%;
    }
    #event-banner-slider .event-card .event-discri p,
    #event-banner-slider .event-card .event-date-time,
    #event-banner-slider .event-card .event-location,
    #event-banner-slider .event-card .event-links a,
    #events-filters .event-card-content .event-discri p,
    #events-filters .event-card-content .event-links a {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #event-banner-slider .swiper-button-prev,
    #event-banner-slider .swiper-rtl .swiper-button-next {
        left: 73%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-rtl .swiper-button-prev {
        right: 6%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-button-prev {
        top: 73%;
    }
    #events-filters .filters-flex .filters-width {
        width: 19%;
        margin-bottom: 0.5rem;
        margin-right: 5px;
    }
    #events-filters .filters-flex .filters-width .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    #events-filters .row-padding {
        padding: 2rem 0rem 2rem 0rem;
    }
    #events-filters .overflow-hidden .overlay-date {
        top: 0%;
        left: 0;
        padding: 9px 25px;
        font-size: 0.975rem;
    }
    #events-filters .event-card-content {
        padding-top: 1.5rem;
    }
    #events-filters .event-card-content .event-date-time {
        width: 50%;
        font-size: 1rem;
    }
    #events-filters .row-padding .overflow-hidden img {
        border-radius: 15px;
        margin-bottom: 0rem;
        width: 100%;
    }
    #event-why-should {
        padding: 1rem 0rem;
    }
    #event-why-should .event-why-content .title {
        padding-top: 2rem;
    }
    #event-why-should .event-why-content .title h2 {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    #event-why-should .event-why-content {
        padding: 1rem;
    }
    #event-why-should .event-why-content ol li p {
        padding: 1rem 0rem 1rem 0rem;
        font-size: 1rem;
    }
    #event-why-should .event-why-content ol li::marker {
        font-weight: 800;
        font-size: 1.2rem;
    }
    #event-why-should {
        margin: 0rem 0rem 0rem 0rem;
        padding: 3rem 0rem 0rem 0rem;
    }
    #events-filters {
        padding: 3rem 0rem 3rem 0rem;
    }
    /*Social Impact event page css end*/
}

@media only screen and (min-width: 1400px) and (max-width: 1620px) {
    #banner-section,
    #event-banner-slider {
        padding-top: 9rem;
    }
    .header-full {
        height: 100px;
    }
    #banner-section .about-para .bottom-content p {
        font-size: 24px;
        width: 100%;
        padding: 0rem 0rem 3rem;
    }
    #banner-section .main-circle .play-button-wrapper i {
        font-size: 5rem;
        top: 37%;
        bottom: 60%;
        left: 47%;
        right: 53%;
    }
    #humanity-planet .content .caption p {
        font-size: 16px;
        padding: 1rem 3rem 1rem 3rem;
    }
    #humanity-planet .img-title h1,
    #humanity-planet .img-title h1 {
        font-size: 1.5rem;
        padding-top: 1rem;
    }
    #humanity-planet .content:hover .up {
        margin-top: 2rem;
    }
    #humanity-planet .content:hover .up i,
    #humanity-planet .content .caption .up-down i {
        font-size: 26px;
    }
    #humanity-planet .content .caption {
        height: 0%;
    }
    #banner-section .about-para .slider {
        font-size: 34px;
    }
    #banner-section .about-para .text span {
        font-size: 26px;
    }
    #banner-section .about-para .text {
        height: 54px;
    }
    #banner-section .row {
        padding-top: 1rem;
    }
    #make-impact,
    #humanity-planet,
    #collaps-imgs-sec,
    #advantage-dlc,
    #workshop-programs-tabs,
    #change-makers,
    #faqs-sec,
    #get-involved-banner {
        padding: 2rem 0rem;
    }
    #banner-section .main-video iframe {
        height: 400px !important;
    }
    #banner-section {
        padding-top: 2rem;
    }
    #banner-section .padding-top {
        padding-top: 9rem;
    }
    /* @-webkit-keyframes slider {
    0% {
      margin-bottom: -180px;
    }
    5% {
      margin-bottom: -105px;
    }
    30% {
      margin-bottom: -105px;
    }
    35% {
      margin-bottom: 0px;
    }
    65% {
      margin-bottom: 0px;
    }
    70% {
      margin-bottom: 105px;
    }
    100% {
      margin-bottom: 105px;
    }
  } */
    /* @keyframes slider {
    0% {
      margin-bottom: -180px;
    }
    5% {
      margin-bottom: -105px;
    }
    30% {
      margin-bottom: -105px;
    }
    35% {
      margin-bottom: 0px;
    }
    65% {
      margin-bottom: 0px;
    }
    70% {
      margin-bottom: 105px;
    }
    100% {
      margin-bottom: 105px;
    }
  } */
    #make-impact .text-video .text-box h2 {
        font-size: 15.5rem;
    }
    #make-impact .heading h1,
    #make-impact .heading h2,
    #humanity-planet .heading h1,
    #humanity-planet .heading h2,
    #collaps-imgs-sec .heading h2,
    #advantage-dlc .heading h2,
    #workshop-programs-tabs .heading h2 {
        font-size: 30px;
    }
    #make-impact .make-impact-content p {
        width: 75%;
    }
    #humanity-planet .img-title h2 {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    #advantage-dlc .men h3 {
        font-size: 2rem;
    }
    #advantage-dlc .men p {
        font-size: 1.5rem;
    }
    #advantage-dlc .men {
        margin: 1rem 0rem;
        text-align: center;
        width: 20%;
    }
    #counters div:before {
        height: 46px;
        margin-top: 17px;
    }
    #advantage-dlc .men h3 svg {
        width: 41px;
        height: 20px;
    }
    #advantage-dlc svg {
        height: 400px;
    }
    #advantage-dlc #counters {
        padding-top: 0rem;
    }
    #make-impact .heading h1,
    #make-impact .heading h2,
    #humanity-planet .heading h1,
    #humanity-planet .heading h2,
    #collaps-imgs-sec .heading h2,
    #advantage-dlc .heading h2,
    #workshop-programs-tabs .heading h2,
    #change-makers .top-title h2 {
        margin-bottom: 3rem;
    }
    #make-impact .heading h2 {
        margin-bottom: 0rem;
    }
    #make-impact .heading {
        margin-bottom: 1rem;
    }
    #change-makers .top-title h2 {
        font-size: 30px;
    }
    #change-makers .change-makers-slider {
        padding-top: 0rem;
    }
    #workshop-programs-tabs .col-sm-3.col-md-12 {
        padding: 0rem;
    }
    #change-makers .change-makers-slider .swiper-slide-next {
        -webkit-transform: unset !important;
        transform: unset !important;
    }
    #change-makers .change-makers-slider .swiper-slide {
        height: 340px !important;
    }
    #change-makers .change-makers-slider .play-button-wrapper i {
        font-size: 3rem;
    }
    #change-makers .swiper-slide {
        height: inherit;
    }
    #banner-section .main-circle .main-video video {
        width: 100%;
        height: 100%;
    }
    #humanity-planet .causes-cards .card-width {
        padding: 0 5px;
    }
    #humanity-planet .social-impactslider .card a .label-title span {
        font-size: 17px;
        margin-left: 0;
        top: 56%;
    }
    #humanity-planet .social-impactslider .card a .label-title .cause-number {
        font-size: 5rem;
    }
    #causes-human {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
    #causes-human .human-cards .human-title h1,
    #causes-human .human-cards .planet-title h2 {
        width: 41%;
        font-size: 2rem;
        margin: 0 2rem;
    }
    #causes-human .human-cards .human-title::before,
    #causes-human .human-cards .planet-title::before {
        margin-top: 2.1rem;
    }
    #causes-human .human-cards .human-title::after,
    #causes-human .human-cards .planet-title::after {
        margin-top: -1.6rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed h1,
    #causes-human .human-cards .planet-title.planet-head-fixed h2 {
        font-size: 1.8rem;
        width: 35%;
        margin: 0rem 2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::before,
    #causes-human .human-cards .planet-title.planet-head-fixed::before {
        margin-top: 2.2rem;
    }
    #causes-human .human-cards .human-title.human-head-fixed::after,
    #causes-human .human-cards .planet-title.planet-head-fixed::after {
        margin-top: -2.2rem;
    }
    #causes-human .human-cards .human-head-fixed,
    #causes-human .human-cards .planet-head-fixed {
        top: 100px;
    }
    #causes-human .human-cards .card a .label-title span {
        font-size: 18px;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2:after,
    .expo-communities .swiper-container .swiper-button-prev2:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4:after,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5:after {
        font-size: 1.2rem;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-prev1,
    #hcms-causes-sliders .swiper-container .swiper-button-prev2,
    .expo-communities .swiper-container .swiper-button-prev2,
    #hcms-causes-sliders .swiper-container .swiper-button-prev3,
    #hcms-causes-sliders .swiper-container .swiper-button-prev4,
    #hcms-causes-sliders .swiper-container .swiper-button-prev5 {
        left: 9px;
        padding: 24px;
    }
    #change-makers .change-makers-slider .swiper-container .swiper-button-next1,
    #hcms-causes-sliders .swiper-container .swiper-button-next2,
    .expo-communities .swiper-container .swiper-button-next2,
    #hcms-causes-sliders .swiper-container .swiper-button-next3,
    #hcms-causes-sliders .swiper-container .swiper-button-next4,
    #hcms-causes-sliders .swiper-container .swiper-button-next5,
    #hcms-causes-sliders .swiper-container .swiper-rtl .swiper-button-prev5 {
        right: 9px;
        padding: 24px;
    }
    #workshop-programs-tabs .position-middle {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    #workshop-programs-tabs .tab-content .tab-left-content {
        padding: 0rem 3rem;
    }
    #workshop-programs-tabs .nav-pills .nav-link {
        font-size: .9rem;
    }
    #advantage-dlc .men h3 svg {
        width: 66px;
        height: 33px;
    }
    #hcms-banner-update .hcms-profile-content .hcms-profile-img img {
        width: 106px;
        height: 106px
    }
    #hcms-banner-update .hcms-tab-content a img {
        width: 106px;
        height: 106px
    }
    #hcms-banner-update .hcms-profile-content .hcms-cause {
        padding: 0.5rem;
        margin-bottom: 1rem;
        margin-bottom: unset;
    }
    #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
        font-size: 0.8rem;
    }
    #hcms-banner-update .hcms-profile-content .hcms-name h2 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    #hcms-banner-update .hcms-profile-content .hcms-position p {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
        height: 340px;
    }
    #hcms-banner-update .hcms-profile-content .hcms-chapter {
        font-size: 0.6rem;
        margin-top: 0rem;
    }
    #change-makers .banner-content {
        padding: 10rem 0rem 4rem 0rem;
    }
    #causes-flipcart .flip-card-back {
        padding: 22px;
    }
    #causes-flipcart {
        margin-bottom: 0rem;
    }
    #causes-flipcart .centered {
        font-size: 18px;
        padding: 0 39px;
    }
    #causes-flipcart .flip-card-back {
        height: 300px;
    }
    #get-sign-up-sec .lebal-padding {
        padding: 2rem 0rem;
    }
    #get-sign-up-sec .lebal-padding .text p {
        font-size: 1.2rem;
    }
    #get-sign-up-sec .lebal-padding .sign-up-btn a {
        font-size: 1rem;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content h2 {
        font-size: 1.5rem;
    }
    #for-just-sec .title h2,
    #for-just-sec .title h3 {
        width: 60%;
        font-size: 2rem;
    }
    #for-just-sec .title h3 {
        font-size: 1rem;
    }
    #for-just-sec .title:before,
    #explore-our-sec .title:before {
        margin-top: 1.8rem;
    }
    #for-just-sec .title:after {
        margin-top: -3.4rem;
    }
    #explore-our-sec .title h2 {
        font-size: 2rem;
        width: 65%;
    }
    #for-just-sec .img-hover-effect .hover-title h2 {
        font-size: 1.8rem;
    }
    #for-just-sec .img-hover-effect .hover-title a {
        font-size: 14px;
    }
    #change-makers.height,
    #causes-flipcart.height,
    #hcms-banner-update,
    #social-partners.height,
    #explore-communities.height,
    #get-involved-banner.height,
    #workshop-programs-tabs.height {
        padding: 4rem 0;
    }
    .hcms-banner-update .hcms-profiles .hcm-counter-content {
        width: 65%;
        height: 45%;
        top: 15%;
        bottom: 85%;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content h2 {
        font-size: 2.2rem;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content p {
        font-size: 1.3rem;
        text-align: center;
        padding-top: 1rem;
    }
    #hcms-banner-update .hcms-profiles .hcms-title a {
        font-size: 0.875rem;
    }
    #workshop-programs-tabs .tab-content .tab-left-content p {
        margin-bottom: 1rem;
    }
    #workshop-programs-tabs .tab-left-content .subhead {
        font-size: 24px !important;
    }
    #workshop-programs-tabs .tab-content .tab-left-content p {
        font-size: 0.875rem;
    }
    #get-involved-banner .get-involved-title h2 {
        font-family: 'Saira Condensed';
        font-size: 50px !important;
        text-transform: uppercase;
    }
    #get-involved-banner .get-involved-tabs .btn-header-link {
        font-size: 1.5rem;
    }
    #faqs-sec .title h2 {
        font-size: 2rem;
    }
    /*Social Impact event page css start*/
    #event-banner-slider .event-card {
        padding: 1rem;
    }
    #event-banner-slider .pt-3 {
        padding-top: 1rem!important;
    }
    #event-banner-slider .col-move {
        z-index: 2;
        transform: translate(29px, 0px);
    }
    #event-banner-slider .event-card .event-title h1,
    #events-filters .event-card-content .event-title h2 {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    #event-banner-slider .event-card-img .event-time-position p {
        font-size: 1.8rem;
    }
    #event-banner-slider .event-card-img .event-time-position {
        top: 75%;
        left: 31%;
    }
    #event-banner-slider .event-card .event-discri p,
    #event-banner-slider .event-card .event-date-time,
    #event-banner-slider .event-card .event-location,
    #event-banner-slider .event-card .event-links a,
    #events-filters .event-card-content .event-discri p,
    #events-filters .event-card-content .event-links a {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #event-banner-slider .swiper-button-prev,
    #event-banner-slider .swiper-rtl .swiper-button-next {
        left: 79%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-rtl .swiper-button-prev {
        right: 6%;
    }
    #event-banner-slider .swiper-button-next,
    #event-banner-slider .swiper-button-prev {
        top: 73%;
    }
    #events-filters .filters-flex .filters-width {
        width: 19%;
        margin-bottom: 0.5rem;
        margin-right: 5px;
    }
    #events-filters .filters-flex .filters-width .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    #events-filters .row-padding {
        padding: 2rem 0rem 2rem 0rem;
    }
    #events-filters .overflow-hidden .overlay-date {
        top: 70%;
        left: 29%;
        padding: 9px 25px;
        font-size: 0.975rem;
    }
    #events-filters .event-card-content {
        padding-top: 1.5rem;
    }
    #events-filters .event-card-content .event-date-time {
        width: 50%;
        font-size: 1rem;
    }
    #events-filters .row-padding .overflow-hidden img {
        border-radius: 15px;
        margin-bottom: 0rem;
        width: 100%;
    }
    #event-why-should {
        padding: 1rem 0rem;
    }
    #event-why-should .event-why-content .title {
        padding-top: 2rem;
    }
    #event-why-should .event-why-content .title h2 {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    #event-why-should .event-why-content {
        padding: 1rem;
    }
    #event-why-should .event-why-content ol li p {
        padding: 1rem 0rem 1rem 0rem;
        font-size: 1rem;
    }
    #event-why-should .event-why-content ol li::marker {
        font-weight: 800;
        font-size: 1.2rem;
    }
    #event-why-should {
        margin: 0rem 0rem 0rem 0rem;
        padding: 3rem 0rem 0rem 0rem;
    }
    #events-filters {
        padding: 3rem 0rem 3rem 0rem;
    }
    /*Social Impact event page css end*/
}

@media only screen and (min-width: 1621px) and (max-width: 1919px) {
    #get-sign-up-sec .lebal-padding {
        padding: 2rem 0rem;
    }
    #get-sign-up-sec .lebal-padding .text p {
        font-size: 1.2rem;
    }
    #get-sign-up-sec .lebal-padding .sign-up-btn a {
        font-size: 1rem;
    }
    #collaps-imgs-sec .collaps-effect .item .item-content h2 {
        font-size: 1.5rem;
    }
    #for-just-sec .title h2,
    #for-just-sec .title h3 {
        width: 60%;
        font-size: 2rem;
    }
    #for-just-sec .title h3 {
        font-size: 1rem;
    }
    #for-just-sec .title:before,
    #explore-our-sec .title:before {
        margin-top: 1.8rem;
    }
    #for-just-sec .title:after {
        margin-top: -3.4rem;
    }
    #explore-our-sec .title h2 {
        font-size: 2rem;
        width: 65%;
    }
    #for-just-sec .img-hover-effect .hover-title h2 {
        font-size: 1.8rem;
    }
    #for-just-sec .img-hover-effect .hover-title a {
        font-size: 14px;
    }
    #hcms-banner-update .hcms-tab-content a img {
        width: 123px;
        height: 123px;
    }
    #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
        height: 390px;
    }
    #hcms-banner-update .hcms-profile-content .hcms-profile-img img {
        width: 123px;
        height: 123px;
    }
    #hcms-banner-update .hcms-profile-content .hcms-cause,
    #hcms-banner-update .hcms-profile-content .hcms-name h2 {
        margin-bottom: 0.5rem;
    }
    #hcms-banner-update .hcms-profile-content .hcms-chapter {
        margin-top: 0.5rem;
    }
    #change-makers .change-makers-slider .swiper-slide {
        height: 615px;
        overflow: hidden;
    }
    #humanity-planet .social-impactslider .card a .label-title span,
    #explore-our-sec .card a .label-title span {
        font-size: 17px;
        margin-left: 0.5rem;
    }
    /*Social Impact event page css start*/
    #event-banner-slider .event-card {
        padding: 2rem 2rem;
    }
    #event-banner-slider .swiper-button-prev,
    #event-banner-slider .swiper-rtl .swiper-button-next {
        left: 79%;
    }
    #event-banner-slider .event-card-img .event-time-position {
        left: 35%;
    }
    #event-banner-slider .event-card-img .event-time-position p {
        font-size: 2rem;
    }
    /*Social Impact event page css end*/
}

@media only screen and (min-width: 2021px) and (max-width: 2499px) {
    #workshop-programs-tabs .position-middle {
        -webkit-transform: translateY(180px);
        transform: translateY(180px);
    }
    #advantage-dlc .men5 h3:after {
        left: 34%;
    }
    #advantage-dlc .men2 h3:after {
        left: 56%;
    }
    #advantage-dlc .men3 h3:after {
        left: 67%;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content {
        height: 100%;
    }
    #change-makers .change-makers-slider .swiper-slide {
        height: 580px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 2500px) and (max-width: 3500px) {
    #workshop-programs-tabs .position-middle {
        -webkit-transform: translateY(254px);
        transform: translateY(254px);
    }
    #advantage-dlc .men h3:after {
        left: 44.4%;
    }
    #hcms-banner-update .hcms-tab-content a img {
        width: 190px;
        height: 190px;
    }
    #hcms-banner-update .hcms-profile-content .hcms-profile-img img {
        width: 190px;
        height: 190px;
    }
    #hcms-banner-update .hcms-profiles #hcms-tabContent .tab-pane {
        height: 591px;
    }
    #hcms-banner-update .hcms-profile-content .hcms-position p,
    #hcms-banner-update .hcms-profile-content .hcms-chapter,
    #hcms-banner-update .hcms-profile-content .hcms-cause h2 {
        font-size: 1.2rem;
    }
    #hcms-banner-update .hcms-profile-content .hcms-name h2 {
        font-size: 2rem;
    }
    #change-makers .change-makers-slider .play-button-wrapper .play-gif {
        width: 100%;
    }
    #advantage-dlc .men5 h3:after {
        left: 37%;
    }
    #advantage-dlc .men2 h3:after {
        left: 55%;
    }
    #advantage-dlc .men3 h3:after {
        left: 64.3%;
    }
    #hcms-banner-update .hcms-profiles .hcm-counter-content {
        height: 100%;
    }
    #change-makers .change-makers-slider .swiper-slide {
        height: 600px;
    }
}


/*# sourceMappingURL=social.css.map */

#background-video {
    width: 640px;
    height: 360px;
    position: relative;
}

#background-video iframe {
    width: 100%;
    height: 100%;
    display: none;
}

#background-video .play-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    line-height: 0px;
    background: url(http://www.legacycitychurch.com/media/cover_art/Play%20Button%20Overlay/playbutton.png) center center no-repeat;
    background-size: 120px auto;
}

.cause-text {
    text-align: center !important;
    font-size: 20px !important;
}


/* 23-03-2022 */

section#first-section {
    background: #000;
    padding: 170px 20px 150px 20px;
}

.text.wow.fadeInUp span {
    font-size: 46px !important;
    font-family: 'Saira Condensed';
}

#first-section .first-row .slider {
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: slider 8s linear infinite;
    animation: slider 8s linear infinite;
    font-size: 46px;
    font-family: 'Saira Condensed';
}

#first-section .first-row .text span {
    font-size: 34px;
    padding-top: 0;
}

.text {
    color: #ffffff;
}

#first-section .first-row .text {
    font-weight: 700;
    text-transform: uppercase;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: spartan;
}

section#first-section:before {
    background-image: url(../images/social-impact/small-circle-2.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    z-index: 0;
    content: "";
    left: -300px;
}

#first-section p.para1:hover {
    background: transparent !important;
    transition: 0.3s;
    cursor: pointer;
    color: #cc0000 !important;
}

.video-bg-row {
    margin-top: -110px;
    position: relative;
}

#video-section .video-bg-row iframe {
    background-image: url(../images/social-impact/video-thumbnail.png);
    width: 100%;
    max-width: 100%;
    z-index: -6;
    position: relative;
    z-index: 1;
}

.video-bg-row:before {
    content: '';
    width: 200px;
    height: 143px;
    position: absolute;
    z-index: 0;
    right: -101px;
    top: -34px;
    background-image: url(../images/social-impact/dots2.png);
    background-repeat: no-repeat;
}

#first-section h2.heading-h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 20px;
    font-family: 'Spartan';
}

#first-section h1.heading-h1 {
    color: #FFFFFF;
    font-size: 44px;
    line-height: 1.1;
    font-family: 'Saira Condensed';
    padding: 25px 10px 25px 10px;
}

#first-section .first-row {
    flex-direction: column;
    align-items: center;
}

#first-section p.para1 {
    font-size: 18px;
    font-family: 'Manrope';
    color: #fff;
    background: #CC0000;
    padding: 15px;
    margin: auto auto;
    font-weight: bold;
    z-index: 1;
    border: 1px solid #CC0000;
}

.row .video-bg-row {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}


/* -----------our-action-styling-------------------- */

section#our-action {
    padding: 75px 20px;
    position: relative;
}

section#our-action:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/social-impact/big-circle-2.png);
    display: block;
    position: absolute;
    top: 269px;
    left: 950px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.7;
}

#our-action .new-dots:before {
    content: '';
    width: 143px;
    height: 142px;
    position: absolute;
    top: 110px;
    left: -86px;
    background-image: url(../images/social-impact/dots2.png);
    z-index: -1111111111111111 !important;
}

.our-program-box-dot {
    position: relative;
    /* margin-bottom: 63px !important; */
}

.moretext {
    display: none;
}

#show-less {
    display: none;
}

.row.our-program-box-dot:before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/social-impact/dots2.png);
    top: -48px;
    position: absolute;
    z-index: -1;
    left: -50px;
}

.our-action-touch-img:hover {
    margin-top: -10px;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.our-action-health-img:hover {
    margin-top: -10px;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}


/* #our-action .our-action-container{
    max-width: 1350px;
    margin: auto;
} */

.our-action-row {
    padding: 0px 100px;
}

.action-img-box-left {
    padding-left: 0;
}

.action-img-box-right {
    padding-right: 0;
}

.our-prog-img-second {
    float: left;
}

.our-prog-img {
    float: right;
}

h3.our-program-heading {
    text-align: center;
    font-size: 50px;
    font-family: 'Saira Condensed';
    font-weight: bold;
    padding-top: 60px;
}

#our-action h2.third-heading {
    text-align: center;
    font-size: 50px;
    font-family: 'Saira Condensed';
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
}


/* .third-heading:before {
    content: '';
    width: 1251px;
    height: 245px;
    background: #F7F7F7;
    position: absolute;
    top: 29px;
    max-width: 1251px;
    border-radius: 15px;
    z-index: -1;
    left: 269px;
} */

.col-12.white-bg-box {
    background: #F7F7F7;
    height: 200px;
    position: absolute;
    border-radius: 15px;
    top: -49px;
    z-index: -1;
}

.row.white-bg-container {
    position: relative;
    max-width: 1200px;
    margin: auto auto;
}

#our-action h3.third-section-heading {
    text-align: left;
    font-family: manrope;
    font-size: 30px;
    font-weight: 800;
    position: absolute;
    display: flex;
    justify-content: left;
    /* margin: 0 auto; */
    width: 100%;
    margin-top: 30px;
    color: #FFf;
    line-height: 35px;
    left: 30px;
}

.row .our-action-row {
    padding: 20px 10px;
}

.our-program-heading {
    text-align: center;
    font-size: 50px;
    font-family: 'Saira Condensed';
    font-weight: 700;
    padding: 50px;
}

.row.our-program-box {
    background: #F7F7F7;
    padding: 40px 0px 45px 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}

.row.our-program-box {
    margin: 20px 50px 40px 50px;
}

.dlc-entreprenurship {
    margin: 0px 66px;
}

h4.box-heading {
    font-size: 28px;
    font-family: 'Manrope';
    font-weight: bold;
    padding: 20px 0px;
}

span.our-program-numbers {
    font-size: 38px;
    color: #CC0000;
    font-family: 'Manrope';
    font-weight: bold;
}

p.para-our-program {
    padding: 0px 0px 0px 56px;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

p.para-our-program.strong {
    font-weight: bold;
}

.view-program a {
    color: #CC0000;
    font-size: 24px;
    font-family: 'Manrope';
    font-weight: bold;
    margin-left: 56px;
}

.view-program a:before {
    content: '';
    position: absolute;
    /* background-image: url(../images/social-impact/down-arrow.png); */
    background-image: url(../images/down-arrow.png);
    width: 36px;
    height: 12px;
    background-repeat: no-repeat;
    transform: rotate(271deg);
    left: 246px;
    display: none;
}

h4.view-program a:hover:before {
    display: block;
    transition-timing-function: ease-in-out !important;
}


/* .view-program a:hover {
    padding: 5px 10px;
    border: 1px solid #CC0000;
    transition: 0.3s;
    margin-top: 30px;
} */

span.arrow-img {
    margin-top: -18px;
}

.view-more-arrow {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.global-edu-program-box.our-program-box.row {
    padding: 50px 40px 50px 0px;
}

#our-action .view-more {
    color: #CC0000;
    font-size: 22px;
    font-family: 'Manrope';
    font-weight: bold;
    text-align: center;
}

#our-action .view-more a {
    color: #CC0000;
}


/* <!-- ---------dlc social impact communities styling------- --> */

section#advantage-dlc {
    background-image: url(../images/thumbnail-half-globe.png);
    background-position-y: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.cls-4 {
    fill: #ff0000 !important
}


/* #advantage-dlc svg.w-100 {
    display: none;
} */

#social-impact-communities .communities-container {
    padding: 0px 80px;
}

#social-impact-communities a.communitie-box-link {
    display: flex;
    color: #000;
    align-items: center;
}

#social-impact-communities h3.communities-heading {
    text-align: center;
    font-size: 50px;
    font-family: 'Saira Condensed';
    font-weight: bold;
    padding-bottom: 30px;
}

#social-impact-communities .comunitie-box:hover .communitie-arrow {
    margin-right: -7px;
    transition: 0.7s;
}

#social-impact-communities .comunitie-box:hover .communitie-box-heading {
    color: #CC0000;
}

#social-impact-communities .comunitie-box:hover {
    margin-top: 17px !important;
    transition: 0.3s;
}

#social-impact-communities .communitie-arrow {
    position: absolute;
    right: 15px;
}

#social-impact-communities .comunitie-box {
    display: flex;
    background: #FFFFFF8D;
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px 12px;
    position: relative;
    align-items: center;
    height: 100px;
    margin: 25px 7px;
}

#social-impact-communities h4.communitie-box-heading {
    font-size: 50px;
    font-family: 'Saira Condensed';
    padding-right: 16px;
    font-weight: bold;
}

#social-impact-communities .communitie-para {
    font-family: 'Manrope';
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    margin: 0px;
    padding-right: 54px;
}

#social-impact-communities .comunitie-box:before {
    content: '';
    width: 117px;
    height: 100%;
    background: #CC0000;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 74% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 74% 100%);
}

.comunittie-row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container.container-communitie {
    max-width: 1350px;
}


/* ----------------------------------------------our-program-new-slider---------------------------------------------- */

.our-programs {
    padding: 40px 0px 40px 50px;
}

#our-action .one-dlc-beef.col-lg-6 {
    box-shadow: 0px 2px 10px #00000047;
    padding: 65px 220px 60px 52px;
    position: relative;
    border-radius: 15px;
    background-color: #ffffff;
}

#our-action h2.dlc-beef-heading {
    font-size: 80px;
    color: #CC0000;
    font-family: 'Saira Condensed';
    position: absolute;
    font-weight: bold;
    top: -48px;
    left: 16px;
}

#our-action h3.dlc-deatil-heading {
    font-size: 30px;
    font-family: 'Manrope';
    color: #000000;
    padding-bottom: 20px;
    font-weight: bold;
}

#our-action .dlc-para {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    /* display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

#our-action p.para-strong {
    color: #000;
    font-size: 18px;
}

#our-action h5.program-view-more-btn a {
    color: #CC0000;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.program-view-more-btn {
    margin-top: 30px;
}

.new-slider-img-1 {
    width: 50%;
}

.new-slider-img-2 {
    width: 50%;
}

.new-slider-img-3 {
    width: 50%;
}

.slider-container {
    padding: 40px 0px 40px 0px;
}

.img-slider-program {
    margin-left: -135px;
    margin-right: -38px;
}

img.w-30.new-slider-img {
    width: 37%;
    margin: 0px 10px;
}

.row.img-slider-program {
    flex-wrap: nowrap;
}

.carousel-inner.row {
    flex-wrap: nowrap;
}

.carousel-item {
    margin: 0px 10px;
}

.carousel {
    width: 100%;
}


/* --------------swiper-slider-our-program------------------------------ */

#our-action .swiper-wrapper {
    align-items: center !important;
}

#our-action .slider-container {
    align-items: center !important;
    vertical-align: middle !important;
    position: relative;
    transform: translate(0%, 11%);
}

.our-programbefore-img::before {
    content: "";
    width: 100px;
    height: 100px;
    background-image: url(../images/social-impact/dots2.png);
    top: -25px;
    position: absolute;
    z-index: -1;
    left: -50px;
}

.our-programbefore-img {
    position: relative;
}


/* img.w-30.img-fluid.img-slider-program {
    width: 37%;
} */

.swiper {
    width: 100%;
    height: 100%;
}


/* 
  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  } */

.row.img-slider-program {
    flex-wrap: nowrap;
    margin-right: -200px;
}

#our-action .swiper-slide img:hover {
    opacity: 0.7;
}

#our-action .swiper-slide img {
    display: block;
    width: 100%;
}

#our-action .program-slider-btn {
    position: relative;
    top: -39px;
}

#our-action .program-slider-btn {
    cursor: pointer;
    border: 0px solid red;
    position: inherit;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    padding-top: 15px;
}

#our-action .program-next1 {
    right: 28px;
    transform: rotate(270deg);
    position: relative;
}

#our-action .program-prev1 {
    right: 30px;
    position: absolute;
    transform: rotate(93deg);
}

#our-action .program-next2 {
    position: absolute;
    /* bottom: -100px; */
    left: 45px;
    transform: rotate(270deg);
}

#our-action .program-prev2 {
    position: absolute;
    /* bottom: 100px; */
    left: 0;
    transform: rotate(93deg);
}

#our-action .program-next3 {
    right: 28px;
    transform: rotate(270deg);
    position: relative;
}

#our-action .program-prev3 {
    right: 60px;
    position: absolute;
    transform: rotate(93deg);
}

#our-action .reverse-row {
    flex-direction: row-reverse;
}

#our-action .reverse-row .dlc-beef-heading {
    left: 152px;
}

#our-action .reverse-row .one-dlc-beef.col-lg-6 {
    padding: 65px 40px 60px 220px;
    margin-right: 0px;
    background-color: #ffffff;
}

#our-action .reverse-row .img-slider-program {
    margin-right: -137px;
    margin-left: -25px;
}

#our-action .reverse-row {
    padding: 0px 40px 40px 0px;
}

#our-action .reverse-row .swiper-button-next1 {
    position: absolute;
    bottom: -80px;
    right: 356px;
    transform: rotate(270deg);
}

#our-action .reverse-row .swiper-button-prev1 {
    position: absolute;
    bottom: -298px;
    transform: rotate(93deg);
    left: 350px;
    right: 312px;
}

#our-action .reverse-row .program-slider-btn {
    /* position: absolute; */
    /* left: -666px; */
    /* top: -39px; */
    height: 30px;
}

@media only screen and (min-width: 769px) {
    .swiper-slide:first-child {
        transition: transform 100ms;
    }
    .swiper-slide:first-child img {
        transition: box-shadow 500ms;
    }
    .swiper-slide.swiper-slide-active:first-child {
        transform: translateX(50%);
        z-index: 2;
    }
    .swiper-slide.swiper-slide-active:first-child img {
        box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
    }
    .swiper-slide:nth-child(2) {
        transition: transform 100ms;
    }
    .swiper-slide.swiper-slide-next:nth-child(2) {
        transform: translateX(55%);
        z-index: 1;
    }
    .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
        transform: translateX(-50%);
    }
    .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
        transform: translateX(-55%);
    }
}

.swiper-slide.swiper-slide-duplicate.swiper-slide-prev {
    width: 74%;
    /* height: 39% !important; */
}


/* .swiper-slide.swiper-slide-visible.swiper-slide-active {
    width: 37%;
}
img.d-block.w-30.slider-new-img.swipe-slider-active {
    width: 37%;
} */


/* ---------------------faq-styling----------------- */

a.btn.btn-header-link.collapsed.new-color {
    background: #C4C4C4 !important;
}

#faqs-sec #faq .card .card-header .btn-header-link {
    background-color: #C4C4C4 !important;
}

#faqs-sec #faq .card .card-body {
    background-color: #f1f1f1 !important;
    margin-left: -1px;
}


/* ---------------global---section--------------- */

h3.counter-heading {
    font-size: 50px;
    font-family: 'Saira Condensed';
    font-weight: bold;
    padding-bottom: 20px;
}

.container-fluid {
    padding-bottom: 40px !important;
}

.number-box {
    text-align: center;
}

#advantage-dlc .men {
    width: 71% !important;
}

p.counter-para {
    font-size: 20px;
    color: #000;
    font-family: 'Manrope';
}

.col-8.number-box.slide-line:before {
    content: '';
    width: 1px;
    height: 77px;
    background: #80808057;
    position: absolute;
    left: 219px;
    top: 25px;
}

.col-8.number-box.slide-line-1:after {
    content: '';
    /*width: 1px;*/
    height: 77px;
    background: #80808057;
    position: absolute;
    left: 219px;
    top: 13px;
}

#advantage-dlc .col-8.number-box {
    padding: 16px;
}

#advantage-dlc .men {
    width: 100% !important;
    text-align: center;
    margin: 0px;
}


/* <!-- ----------------join the dlc global impact communities column------------------- --> */

.container-fluid.global-impact-container {
    background: #000;
    text-align: center;
}

#advantage-dlc .row.global-impact-column {
    flex-direction: column;
}

#advantage-dlc .container.join-global-impact-container {
    padding: 95px 20px;
}

#advantage-dlc h4.join-global-com-heading {
    color: #fff;
    font-size: 40px;
    font-family: 'Saira Condensed';
    padding-bottom: 40px;
}

#advantage-dlc p.join-global-com-para {
    font-size: 30px;
    color: #fff;
    font-family: 'Manrope';
}

#advantage-dlc .impact-communitie-box {
    width: 295px;
    max-width: 295px;
    background: #FFFFFF;
    padding: 19px 15px;
}

#advantage-dlc .join-communitie-box-heading {
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 900;
    padding-bottom: 15px;
}

#advantage-dlc .join-communitie-box-para {
    font-size: 16px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 1.4;
}

#advantage-dlc p.join-community {
    background: #CC0000;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    width: 156px;
    text-align: center;
    margin: auto;
    padding: 4px 0px;
    word-spacing: 2px;
    border: 1px solid #CC0000;
}

#advantage-dlc p.join-community:hover {
    background: transparent;
    border: 1px solid red;
    color: #000;
    /* padding: 0; */
    /* margin: 0; */
    transition: 0.3s;
    color: #cc0000;
}

#advantage-dlc .impact-communitie-box.volunteer-box {
    float: right;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: -79px;
}

#advantage-dlc .member-box {
    float: right;
}

#advantage-dlc .impact-communitie-box.member-box {
    margin-right: 80px;
    position: relative;
}

#advantage-dlc .col-lg-6.organisation-bg {
    background-image: url(../images/social-impact/organisation.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0px 20px 86px 0px;
}

#advantage-dlc .col-lg-6.member-box-bg {
    background-image: url(../images/social-impact/member.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0px 20px 86px 0px;
}

#advantage-dlc .col-lg-6.volunteer-box-bg {
    padding: 0px 0px 40px 0px;
    background-position: right;
}

#advantage-dlc .col-lg-6.volunteer-box-bg:before {
    content: '';
    position: absolute;
    display: block;
    top: -233px;
    width: 100%;
    height: 100%;
    background-image: url(../images/social-impact/volenteer.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

#advantage-dlc .impact-communitie-box.organization-box {
    margin-top: -31px;
    position: relative;
}

#advantage-dlc .impact-communitie-box.organization-box:before {
    content: '';
    width: 90px;
    height: 100px;
    /* background: red; */
    background-image: url(../images/social-impact/dots2.png);
    position: absolute;
    right: 290px;
    top: 55px;
}

#advantage-dlc .container-fluid.global-impact-container {
    padding-bottom: 0px !important;
}

.container-fluid.global-impact-container {
    display: none;
}

@media only screen and (max-width:1440px) {
    /* #first-section .first-row .text {
    font-weight: 700;
    text-transform: uppercase;
    height: 29px;
  }
  #first-section .first-row .slider {
    font-size: 25px;
    text-align: left;
}
#first-section .text.wow.fadeInUp span {
  font-size: 35px !important;
} */
    #our-action .dlc-para {
        font-size: 16px;
    }
    #our-action p.para-strong {
        font-size: 16px;
    }
    #our-action h5.program-view-more-btn a {
        font-size: 18px;
    }
    #advantage-dlc .row.row-mobile-resolution {
        flex-wrap: nowrap;
    }
    #our-action .reverse-row .program-slider-btn {
        left: -486px;
    }
    #our-action .third-heading:before {
        left: 20px;
    }
}


/* @media only screen and (max-width:2500px){
#advantage-dlc .men {
    width: 55% !important;
}
} */

@media only screen and (max-width:1024px) {
    /* #first-section .first-row .text {
    font-weight: 700;
    text-transform: uppercase;
    height: 29px;
  } */
    /* #first-section .first-row .slider {
    font-size: 25px;
    text-align: left;
} */
    /* #first-section .text.wow.fadeInUp span {
  font-size: 35px !important;
} */
    img.social-impact-logo {
        padding-top: 15px;
    }
    #faqs-sec .text-saira-last {
        font-size: 30px;
    }
    .col-12.white-bg-box {
        top: -42px;
    }
    #first-section h2.heading-h2 {
        font-size: 20px;
    }
    #first-section h1.heading-h1 {
        font-size: 33px;
    }
    #first-section .para1 {
        font-size: 17px;
    }
    section#first-section:before {
        width: 49%;
    }
    #our-action h3.third-section-heading {
        font-size: 16px;
    }
    #our-action h2.third-heading {
        font-size: 30px;
    }
    .our-program-numbers {
        font-size: 30px;
    }
    h4.box-heading {
        font-size: 20px;
    }
    section#our-action {
        padding: 60px 20px;
    }
    #our-action .communities-container {
        padding: 20px 40px;
    }
    #advantage-dlc .join-global-com-heading {
        font-size: 30px !important;
        line-height: 1.4;
    }
    #advantage-dlc p.join-global-com-para {
        font-size: 22px;
    }
    #our-action h3.our-program-heading {
        text-align: center;
        font-size: 34px;
    }
    #our-action span.our-program-numbers {
        font-size: 25px;
    }
    #our-action .para-our-program {
        font-size: 12px !important;
    }
    #our-action .view-program a {
        font-size: 18px;
    }
    #our-action .view-more a {
        font-size: 18px;
    }
    #our-action h3.communities-heading {
        font-size: 30px;
    }
    #our-action h4.communitie-box-heading {
        font-size: 25px;
        padding-right: 7px;
    }
    #social-impact-communities .comunittie-row {
        margin-top: 0px;
    }
    .communitie-para {
        font-size: 12px;
    }
    p.counter-para {
        font-size: 16px;
    }
    h3.counter-heading {
        font-size: 30px;
    }
    #social-impact-communities .comunitie-box {
        padding: 15px 8px;
    }
    #social-impact-communities h4.communitie-box-heading {
        font-size: 42px;
    }
    #social-impact-communities .communitie-para {
        font-size: 12px;
        padding-right: 71px;
    }
    #social-impact-communities h4.communitie-box-heading {
        padding-right: 10px;
    }
    #advantage-dlc .container-fluid {
        padding: 2rem 20px;
    }
    #advantage-dlc .men {
        width: 100% !important;
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .col-8.number-box.slide-line:before {
        height: 65px !important;
        left: 8px;
        top: 8px;
    }
    /* section#first-section:before {
    top: 347px;
} */
    .col-8.number-box.slide-line-1:after {
        height: 68px;
        left: 160px;
        top: 136px;
    }
    section#advantage-dlc {
        background: none;
    }
    #advantage-dlc .svg-col {
        margin: auto;
    }
    #advantage-col .container-col {
        flex-direction: column;
    }
    #advantage-dlc .join-communitie-box-heading {
        font-size: 18px;
    }
    #advantage-dlc .join-communitie-box-para {
        font-size: 12px;
    }
    #advantage-dlc p.join-community {
        font-size: 14px;
        width: 148px;
        padding: 4px 0px;
    }
    #advantage-dlc .impact-communitie-box.organization-box:before {
        top: 21px;
    }
    .col-lg-4.counter-col-mobile {
        margin: auto;
    }
    .our-programs .col-md-12 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .one-dlc-beef.col-lg-6 {
        padding: 65px 20px 20px 20px;
    }
    #our-action h3.dlc-deatil-heading {
        font-size: 18px;
    }
    #our-action .our-programs {
        padding: 20px 0px 20px 0px;
    }
    #our-action h5.program-view-more-btn a {
        font-size: 12px;
    }
    #our-action .new-dots:before {
        left: -123px;
    }
    #our-action .one-dlc-beef.col-lg-6 {
        padding: 65px 140px 20px 20px;
    }
    #our-action .reverse-row .one-dlc-beef.col-lg-6 {
        padding: 65px 40px 60px 155px;
    }
    #our-action .reverse-row .one-dlc-beef.col-lg-6 {
        text-align: left;
    }
    #our-action .reverse-row .dlc-beef-heading {
        right: 27px;
    }
    #our-action .reverse-row .program-slider-btn {
        left: -202px;
    }
    #our-action .reverse-row .img-slider-program {
        margin-left: -35px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-container {
        padding: 10px 0px 0px 0px !important;
    }
    #our-action .program-next2 {
        position: relative;
        /* bottom: -100px; */
        left: 26px;
        transform: rotate(270deg);
        right: 0;
    }
    #our-action .program-prev2 {
        position: relative;
        /* bottom: 100px; */
        left: -18px;
        transform: rotate(93deg);
        right: 0;
    }
    #our-action .program-next1 {
        right: 0;
        transform: rotate(270deg);
        position: relative;
    }
    #our-action .program-prev1 {
        right: 39px;
        position: relative;
    }
    #our-action .program-next3 {
        right: -22px;
        transform: rotate(270deg);
        position: relative;
    }
    #our-action .program-prev3 {
        right: 28px;
        position: relative;
    }
    .our-action-row {
        padding: 0px;
    }
    #first-section h1.heading-h1 {
        font-size: 22px;
    }
    #first-section .para1 {
        font-size: 11px !important;
        padding: 9px !important;
    }
    #first-section h2.heading-h2 {
        font-size: 18px;
    }
    #video-section .video-bg-row iframe {
        height: 400px;
    }
    /* #our-action h3.third-section-heading {
    padding-bottom: 20px;
} */
    #our-action h3.our-program-heading {
        font-size: 30px;
    }
    #our-action .one-dlc-beef.col-lg-6 {
        padding: 65px 40px 40px 40px;
    }
    #our-action .reverse-row .one-dlc-beef.col-lg-6 {
        padding: 65px 40px 40px 155px;
    }
    h3.third-section-heading {
        font-size: 18px;
    }
    h4.box-heading {
        font-size: 18px;
    }
    .our-program-numbers {
        font-size: 24px;
    }
    .para-our-program {
        font-size: 16px;
    }
    h4.view-program a {
        font-size: 20px;
    }
    #advantage-dlc .join-global-com-para {
        font-size: 19px !important;
    }
    img.w-80.our-prog-img {
        padding-top: 30px;
    }
    h4.view-program a {
        margin: 0px;
    }
    .our-program-numbers {
        padding-bottom: 10px;
    }
    h4.box-heading {
        display: flex;
        flex-direction: column;
    }
    p.para-our-program {
        padding: 0px;
    }
    .mobile-col {
        padding: 20px 0px 20px 50px;
    }
    .display-mobi {
        display: none !important;
    }
    #advantage-dlc h4.join-global-com-heading {
        font-size: 22px !important;
        padding-bottom: 22px;
    }
    #advantage-dlc .impact-communitie-box.member-box {
        margin-right: -38px;
    }
    .communitie-box-link {
        flex-direction: column;
        align-items: normal !important;
    }
    section#first-section:before {
        display: none;
    }
    .our-programs {
        padding: 20px 0px 20px 0px !important;
    }
    .one-dlc-beef.col-lg-6 {
        padding: 65px 40px 40px 40px;
    }
    .img-slider-program {
        margin-left: 0px;
        margin-right: 0px;
    }
    #our-action .program-slider-btn {
        justify-content: center;
        align-items: center;
    }
    #our-action .reverse-row .program-slider-btn {
        left: -31% !important;
    }
    #social-impact-communities h3.communities-heading {
        font-size: 30px;
    }
    #our-action .reverse-row .one-dlc-beef.col-lg-6 {
        padding: 65px 40px 60px 40px;
    }
    #our-action .reverse-row .img-slider-program {
        margin-right: 0px;
        margin-left: 0px;
    }
    .our-program-box-dot {
        margin-bottom: 10px !important;
    }
    .reverse-row .swiper-button-next1 {
        bottom: -89px;
        right: -222px;
    }
    .reverse-row .swiper-button-prev1 {
        bottom: -261px;
        left: 501px;
        right: -161px;
    }
    .reverse-row .dlc-beef-heading {
        left: 18px;
    }
    .reverse-row .one-dlc-beef.col-lg-6 {
        text-align: left;
    }
}

@media only screen and (max-width: 425px) {
    #first-section .heading-h1 {
        padding: 15px 10px !important;
    }
    .program-logo {
        flex-direction: column;
        align-items: center;
    }
    .one-dlc-beef {
        text-align: center !important;
    }
    .row.white-bg-container {
        display: none;
    }
    .container-fluid {
        padding-bottom: 10px !important;
    }
    #video-section .video-bg-row iframe {
        height: 250px;
    }
    #first-section h2.heading-h2 {
        font-size: 19px;
        line-height: 1.4;
    }
    #first-section h1.heading-h1 {
        font-size: 18px;
    }
    .our-action-row {
        padding: 0px 10px;
    }
    #our-action h3.third-section-heading {
        font-size: 16px;
    }
    #our-action h2.third-heading {
        font-size: 22px;
    }
    #our-action .mobile-action-row {
        padding-bottom: 20px;
    }
    #our-section h3.third-section-heading {
        font-size: 14px;
    }
    #our-action h3.our-program-heading {
        font-size: 22px;
        padding-bottom: 20px;
    }
    #advantage-dlc .col-lg-6.volunteer-box-bg:before {
        display: none !important;
    }
    .row.our-program-box.our-program-box-dot {
        text-align: center;
        padding: 10px;
    }
    .our-program-numbers {
        font-size: 23px;
    }
    .box-heading {
        font-size: 18px;
    }
    .view-program a {
        font-size: 18px;
    }
    .mobile-col {
        padding: 0px 20px;
    }
    .row.our-program-box.global-edu-program-box {
        text-align: center !important;
        padding: 30px 0px;
        flex-direction: column;
    }
    .row.our-program-box {
        text-align: center;
        padding: 20px 20px;
        flex-direction: column-reverse;
    }
    #our-action .one-dlc-beef.col-lg-6 {
        padding: 65px 40px 40px 40px;
    }
    .view-more {
        margin-top: 25px;
    }
    #social-impact-communities h3.communities-heading {
        font-size: 22px;
    }
    #social-impact-communities a.communitie-box-link {
        flex-direction: column;
        align-items: normal;
    }
    #social-impact-communities .communitie-box-heading {
        padding-bottom: 5px;
    }
    #advantage-dlc p.join-global-com-para {
        font-size: 16px !important;
    }
    #advantage-dlc h4.join-global-com-heading {
        font-size: 18px !important;
        padding-bottom: 22px;
    }
    #advantage-dlc .container.join-global-impact-container {
        padding: 20px 20px 50px 20px;
    }
    #advantage-dlc .col-lg-6.col-sm-12.organisation-bg {
        background: none;
    }
    #advantage-dlc .impact-communitie-box.organization-box:before {
        display: none;
    }
    #advantage-dlc .impact-communitie-box.organization-box {
        margin-top: 20px;
        margin-left: 26px;
    }
    #advantage-dlc .col-lg-6.col-sm-12.volunteer-box-bg {
        background: none;
    }
    #advantage-dlc .impact-communitie-box.volunteer-box {
        margin-top: 108px;
        margin-right: 24px;
    }
    #advantage-dlc .col-lg-6.col-sm-12.member-box-bg {
        background: none;
    }
    #advantage-dlc .impact-communitie-box.member-box {
        margin-top: 230px;
        margin-right: 25px;
    }
    #advantage-dlc .col-lg-6.member-box-bg {
        padding: 0px 0px 0px 0px;
    }
    #advantage-dlc .col-lg-6.organisation-bg {
        padding: 0px 0px 0px 0px;
    }
    /*section#collaps-imgs-sec {
    display: none;
}*/
    #social-impact-communities .impact-communitie-box.organization-box:before {
        right: 297px;
    }
    #social-impact-communities .comunitie-box {
        margin: 10px 10px;
    }
    #social-impact-communities .communities-container {
        padding: 20px 10px;
    }
    #social-impact-communities .comunnitie-box-mobile {
        width: 50%;
    }
    #social-impact-communities .comunitie-box {
        margin: 10px 0px;
    }
    #social-impact-communities .comunitie-box:before {
        width: 59px;
    }
    #social-impact-communities .container.communitie-mobile-container.container-communitie {
        padding-left: 0px;
        padding-right: 0px;
    }
    #social-impact-communities .comunitie-box {
        padding: 15px 10px;
    }
    #our-action .reverse-row .program-slider-btn {
        left: -15% !important;
    }
    .dlc-deatil-heading {
        font-size: 20px;
    }
    .dlc-para {
        font-size: 12px;
    }
    .para-strong {
        font-size: 12px;
        line-height: 1.7;
    }
    h5.program-view-more-btn a {
        font-size: 20px;
    }
    .reverse-row .swiper-button-next1 {
        bottom: -89px;
        right: -399px;
    }
    .reverse-row .swiper-button-prev1 {
        bottom: -80px;
        left: 521px;
        right: -161px;
    }
    #our-action .one-dlc-beef.col-lg-6.our-programbefore-img {
        text-align: center;
    }
    h5.program-view-more-btn a {
        font-size: 18px;
    }
    #our-action h3.dlc-deatil-heading {
        font-size: 20px;
    }
    #our-action .dlc-beef-heading {
        font-size: 60px !important;
        top: -38px !important;
    }
    #our-action .reverse-row .dlc-beef-heading {
        right: 16px;
        width: 100%;
        text-align: right;
        left: -23px;
    }
    .reverse-row .program-slider-btn {
        left: -206px;
    }
    .our-program-box-dot-slider:before {
        left: -123px;
    }
    #our-action .container-fluid {
        padding: 5px;
    }
}

@media only screen and (max-width: 375px) {
    #our-action .program-next3 {
        right: -17px;
    }
    #our-action .program-prev3 {
        right: 19px;
    }
    #advantage-dlc .impact-communitie-box.organization-box {
        margin-left: 2px;
    }
    #advantage-dlc .impact-communitie-box.volunteer-box {
        margin-right: -2px;
    }
    #advantage-dlc .impact-communitie-box.member-box {
        margin-right: 0px;
    }
    h3.dlc-deatil-heading {
        font-size: 16px;
    }
    .swiper-button-prev1 {
        bottom: -100px;
        right: 234px;
    }
    .swiper-button-next1 {
        bottom: -100px;
        right: 76px;
    }
    .program-slider-btn {
        right: -9%;
    }
    .mobile-reso .program-slider-btn {
        right: 0%;
    }
    .our-program-box-dot {
        margin-bottom: 0px !important;
    }
    .reverse-row .program-slider-btn {
        left: -192px;
    }
    .program-swiper3 .program-slider-btn {
        right: -1% !important;
    }
    .program-next3 {
        right: 113px;
    }
    .program-prev3 {
        right: 254px;
    }
    .one-dlc-beef.col-lg-6 {
        padding: 40px 20px 40px 20px;
    }
    #our-action .one-dlc-beef.col-lg-6 {
        padding: 40px 20px 40px 20px;
    }
}

@media only screen and (max-width: 320px) {
    section#advantage-dlc {
        padding: 0px;
    }
    #advantage-dlc .container-fluid .advantage-container {
        padding-top: 0px !important;
    }
    #our-action h3.our-program-heading {
        padding: 26px 0px;
    }
    #our-action h3.dlc-deatil-heading {
        font-size: 18px;
    }
    #our-action .dlc-para {
        font-size: 12px !important;
    }
    #first-section .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    #first-section h2.heading-h2 {
        font-size: 16px;
        line-height: 1.4;
    }
    #first-section h1.heading-h1 {
        font-size: 15px;
    }
    #advantage-dlc .impact-communitie-box.organization-box {
        margin-left: -28px;
    }
    #advantage-dlc .impact-communitie-box.volunteer-box {
        margin-right: -28px;
    }
    #advantage-dlc .impact-communitie-box.member-box {
        margin-right: -27px;
    }
    #social-impact-communities .communitie-para {
        font-size: 8px;
    }
}

@media only screen and (max-width: 320px) {
    #our-action .reverse-row .swiper-button-prev1 {
        position: absolute;
        bottom: -456px;
        transform: rotate(93deg);
        left: 355px;
        right: 318px;
    }
    #our-action p.para-strong {
        line-height: 1.6;
    }
    #our-action h5.program-view-more-btn a {
        font-size: 16px;
    }
    #our-action .reverse-row .one-dlc-beef.col-lg-6 {
        padding: 40px 20px 40px 20px;
    }
}

#counters div.slide-line-2:after {
    border-right: 2px solid#b7b7b7;
    height: 53px;
    content: " ";
    z-index: -1;
    position: absolute;
    margin-top: 31px;
    align-items: center;
    display: flex;
    justify-content: center;
}


/* -------------join dlc global impact Button hover effect------------------------------ */

.join-community::before,
.join-community::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: red;
}

.join-child::before,
.join-child::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: red;
}

.join-community:hover::before,
.join-community:hover::after {
    width: 100%;
}

.join-community:hover .join-child::before,
.join-community:hover .join-child::after {
    height: 100%;
}


/*----- button 1 -----*/

.join-btn::before,
.join-btn::after {
    transition-delay: 0.2s;
}

.join-btn .join-child::before,
.join-btn .join-child::after {
    transition-delay: 0s;
}

.join-btn::before {
    right: 0;
    top: 0;
}

.join-btn::after {
    left: 0;
    bottom: 0;
}

.join-btn .join-child::before {
    left: 0;
    top: 0;
}

.join-btn .join-child::after {
    right: 0;
    bottom: 0;
}

.join-btn:hover::before,
.join-btn:hover::after {
    transition-delay: 0s;
}

.join-btn:hover .join-child::before,
.join-btn:hover .join-child::after {
    transition-delay: 0.2s;
}

#our-action #show-less .view-more-arrow img {
    transform: rotate(179deg) !important;
    transition: 0.3s;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    #our-action .reverse-row .img-slider-program {
        margin-left: -19px;
        margin-right: -19px;
    }
    .img-slider-program {
        margin-left: -16px;
        margin-right: -16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .third-programe {
        margin-left: -20px !important;
    }
    .second-programe {
        margin-right: -20px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 2500px) {
    .third-programe {
        margin-left: -6px !important;
    }
    .second-programe {
        margin-right: -6px !important;
    }
}