* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Montserrat';
    color: #707070;
    background-color: #ffffff;
}

html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 0;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}



.padding-top-150 {
    padding-top: 150px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.home-info-new p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    color: #707070;
}


.home-info-new p b {
    font-weight: 900;
}

.new-btn {
    background: transparent linear-gradient(251deg, #F16522 0%, #F58C59 100%) 0% 0% no-repeat padding-box;
    border-image-source: url('../images/dec-btn.svg');
    border-image-slice: 7;
    border-image-width: 8px;
    border-image-outset: 7px 6px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 0px 45px;
    display: inline-block;
    text-align: center;
}


.new-btn:hover {
    color: #FFFFFF;
}

.home-info-new+.btn-wrape {
    margin-top: 50px;
}

.cube-shape {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.pillars-part {
    background-image: url('../images/pillars-part-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 60px 0px;
}

.section-name h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #F16522;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-name p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #707070;
}

.section-name {
    margin-bottom: 40px;
}

.pillars-row {
    margin-left: -30px;
    margin-right: -30px;
}

.pillars-row .pillars-card {
    padding: 0 30px;
}

.pillars-row .pillars-card:not(:last-of-type) {
    border-right: 1px solid #999999;
}

.pillars-card .pillars-card-body .pillars-icon {
    margin-bottom: 40px;
}

.pillars-card .pillars-card-body .pillars-icon img {
    display: block;
    margin: auto;
}

.pillars-card .pillars-card-body .pillars-info .num {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #F16522;
    display: block;
    margin-bottom: 15px;
}

.pillars-card .pillars-card-body .pillars-info h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
}

.pillars-card .pillars-card-body .pillars-info h3 b {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}

.pillars-card .pillars-card-body .pillars-info p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
}

.pillars-card:nth-child(even) .pillars-card-body {
    display: flex;
    flex-direction: column-reverse;
}

.pillars-card:nth-child(even) .pillars-card-body .pillars-icon {
    margin-bottom: 0;
    margin-top: 40px;
}

#GlancePart {
    background: linear-gradient(180deg, #FFF7E5 0%, #FFF7E5 100%);
}


.glance-card .glance-card-body .img-box {
    position: relative;
    height: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.glance-card .glance-card-body .img-box img {
    position: relative;
    z-index: 1;
    max-height: 75px;
    max-width: 200px;
}

.glance-card .glance-card-body .img-box svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.glance-card .glance-card-body .img-box svg.hover {
    opacity: 0;
}

.glance-card .glance-card-body:hover .img-box svg.hover {
    opacity: 1;
}

.glance-card .glance-card-body:hover .img-box svg.hover-hide {
    opacity: 0;
}

.glance-card .glance-card-body .img-box svg g g {
    opacity: 1;
}

.glance-card .glance-card-body .img-box svg:not(.hover) path {
    stroke: #FFFFFF;
}

.glance-card .glance-card-body.hover .img-box svg g g,
.glance-card .glance-card-body:hover .img-box svg g g {
    opacity: 0.1;
}

/* .glance-card .glance-card-body.Adolescents.hover .img-box svg path,
.glance-card .glance-card-body.Adolescents:hover .img-box svg path {
    stroke: #693d94;
}

.glance-card .glance-card-body.Catalytic.hover .img-box svg path,
.glance-card .glance-card-body.Catalytic:hover .img-box svg path {
    stroke: #ed2264;
}

.glance-card .glance-card-body.ClimateRise.hover .img-box svg path,
.glance-card .glance-card-body.ClimateRise:hover .img-box svg path {
    stroke: #008ba2;
}

.glance-card .glance-card-body.GenderEquity.hover .img-box svg path,
.glance-card .glance-card-body.GenderEquity:hover .img-box svg path {
    stroke: #9f3712;
}

.glance-card .glance-card-body.GivingPi.hover .img-box svg path,
.glance-card .glance-card-body.GivingPi:hover .img-box svg path {
    stroke: #10412c;
}

.glance-card .glance-card-body.ImpactPi.hover .img-box svg path,
.glance-card .glance-card-body.ImpactPi:hover .img-box svg path {
    stroke: #4b6356;
}

.glance-card .glance-card-body.ProjectTech4Dev.hover .img-box svg path,
.glance-card .glance-card-body.ProjectTech4Dev:hover .img-box svg path {
    stroke: #e4b921;
}

.glance-card .glance-card-body.Rebuild.hover .img-box svg path,
.glance-card .glance-card-body.Rebuild:hover .img-box svg path {
    stroke: #365a6e;
}

.glance-card .glance-card-body.Research.hover .img-box svg path,
.glance-card .glance-card-body.Research:hover .img-box svg path {
    stroke: #f16522;
}

.glance-card .glance-card-body.SocialCompact.hover .img-box svg path,
.glance-card .glance-card-body.SocialCompact:hover .img-box svg path {
    stroke: #404141;
}

.glance-card .glance-card-body.TransformNEEV.hover .img-box svg path,
.glance-card .glance-card-body.TransformNEEV:hover .img-box svg path {
    stroke: #e7819a;
}

.glance-card .glance-card-body.UrbanSanitation.hover .img-box svg path,
.glance-card .glance-card-body.UrbanSanitation:hover .img-box svg path {
    stroke: #4e9244;
} */


.glance-card .glance-card-body .img-box .hover-img-bar {
    position: absolute;
    left: 10px;
    width: 50px;
    top: 0;
    transform: scale(0);
    transition: all 0.6s ease;
}

.glance-card .glance-card-body:hover .img-box .hover-img-bar {
    transform: scale(1);
}

.glance-card .glance-card-body .name {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #707070;
    margin-top: 15px;
}


.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-template-areas:
        "a b c"
        "a d c"
        "e f f";
    align-items: start;
}

.card {
    background: url('../images/crd-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    border: 0;
    display: block;
}



.card-a {
    grid-area: a;
}

.card-b {
    grid-area: b;
}

.card-c {
    grid-area: c;
}

.card-d {
    grid-area: d;
}

.card-e {
    grid-area: e;
}

.card-f {
    grid-area: f;
}

.media {
    width: 100%;
    display: block;
    object-fit: cover;
}



.card-body {
    padding: 14px;
}


@media (max-width: 900px) {
    .grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "a"
            "b"
            "d"
            "c"
            "e"
            "f";
        gap: 12px;
    }

    .card-a .media-wrap,
    .card-c .media-wrap {
        aspect-ratio: 3 / 2;
    }

    /* make more portrait on mobile */
}

.grid .card .card-body {
    padding: 10px 0 0;
}

.grid .card .card-body .muted {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #F6903E;
    margin-bottom: 10px;
}

.grid .card .card-body .title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #707070;
    margin: 0;
}

.grid .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.goal-section {
    position: relative;
    padding: 110px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -10px;
}

.col-lg-4.hide-mob {
    z-index: 1;
}

.goal-section .section-title h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}

.goal-section .section-title p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.goal-section .section-title {
    margin-bottom: 40px;
}

.goal-section .count-card h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 73px;
    color: #FFFFFF;
}

.goal-section .count-card p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.goal-section .count-card:not(:last-of-type) {
    margin-bottom: 40px;
}

/* .goal-section .right-side .count-card {
    text-align: right;
} */

.site-footer-new {
    background: linear-gradient(45deg, #000000 0%, #404040 100%) 0% 0% no-repeat;
    background-image: url('../images/main-footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 135px;
    position: relative;
}



.site-footer-new .footer-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.site-footer-new .footer-title h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    margin: 0;
}

.site-footer-new .footer-title img {
    display: block;
    margin: 0 auto 50px;
}

.footer-row-new {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: 100%;
    flex: 1;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    transition: all 0.6s ease;
    position: relative;
    padding-bottom: 5px;
}

.footer-col ul li a:hover {
    color: #FFFFFF;
}

.footer-col ul li:not(:last-of-type) {
    margin-bottom: 3px;
}

.footer-col ul li a.bold {
    font-weight: 700;
}

.footer-col ul li a.semi-bold {
    font-weight: 400;
}

/* .footer-col ul li.extra-space {
    margin-bottom: 20px;
} */

.footer-col ul li+.extra-space {
    margin-top: 20px;
}

.footer-col:not(:first-of-type) {
    padding-left: 70px;
}

.social-links {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 40px !important;
}

.social-links li {
    margin: 0 !important;
}

.goal-section .fill-img {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}



.grid .card iframe {
    width: 100%;
    height: 100%;
}

.site-header .header-bars {
    position: absolute;
    transform: translateY(-50%) !important;
    object-fit: contain;
    height: 70px;
    top: 42%;
    transition: all 0.6s ease;
}

.site-header.head-sticky .header-bars {
    transform: translateX(0) translateY(-50%);
}

.rc-card {
    background: url('../images/crd-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
    display: block;
}

.rc-card .rc-card-img img {
    width: 100%;
    border-radius: 10px;
}

.rc-card .rc-card-img {
    margin-bottom: 10px;
}

.rc-card .link-btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #F16522;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.rc-card .rc-card-body {
    display: flex;
    align-items: center;
    min-height: 270px;
}

.rc-card .rc-card-body .rc-card-img {
    max-width: 200px;
    width: 100%;
    flex-shrink: 0;
}

.rc-card .rc-card-body .rc-info {
    padding-left: 10px;
}

.rc-card .rc-info span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #F6903E;
    display: block;
    margin-bottom: 10px;
}

.rc-card .rc-info h3 {
    line-height: 22px;
    margin: 0 0 10px;
}

.rc-card .rc-info h3 a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #707070;
}

.rc-card .rc-card-body .rc-info h5 {
    margin-bottom: 20px;
}

.rc-card .rc-info h5 {
    line-height: 20px;
    margin: 0 0 10px;
}

.rc-card .rc-info h5 a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #707070;
}

.rc-card .rc-card-body .rc-info h3 {
    margin-bottom: 20px;
}

.rc-card:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.rc-card iframe {
    margin-bottom: -10px;
}

.rc-card .sm-img {
    max-height: 310px;
    object-fit: contain;
}

.rc-card .media-header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-self: center;
    align-items: center;
    /* width: 84%; */
    margin-bottom: 10px;
}

.rc-card .media-header .media-title {
    margin-bottom: 0;
}

.rc-card .media-header .media-logo {
    max-width: 40px;
    position: absolute;
    right: 0;
    top: 0px;
}

.goal-section .fill-img img {
    max-width: 285px;
}

.goal-section .fill-new-img img {
    max-width: 285px;
}



.goal-new-section .def-img {
    position: absolute;
    bottom: -120px;
    right: -80px;
    height: 290px;
    width: 340px;
}

.only-mobile {
    display: none;
}

.shape-slider .slick-track {
    display: flex;
}

.shape-slider .slick-track .slick-slide {
    height: auto;
}

.shape-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    gap: 10px;
}

.shape-slider .slick-dots li button {
    background: #707070;
    border: 0;
    outline: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    font-size: 0;
}

.shape-slider .slick-dots li.slick-active button {
    background: #F16522;
}

.footer-col ul li a img {
    width: 39px;
}

.footer-col .extra a {
    color: #999999;
    font-family: 'Montserrat';
    font-weight: 500;
    transition: all 0.4s ease;
    position: relative;
    padding-bottom: 5px;
}

.footer-col .extra {
    margin-bottom: 20px;
}

.footer-col .extra a:not(:last-of-type)::after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}

.section-name.mb-20 {
    margin-bottom: 20px;
}

.page-banner {
    background: linear-gradient(90deg, rgba(15, 7, 7, 0.58) 44.23%, rgba(51, 48, 48, 0.232) 100%), url('../images/about-banner-new.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 237px 0px 30px;
}

/* body:not(.home-page) .logo-brand {
    bottom: 11px;
    max-width: 80px;
    width: 100%;
} */

body:not(.home-page) .site-header.head-sticky .logo-brand {
    bottom: 11px;
    max-width: 80px;
    width: 100%;
}

.site-header .header-bars {
    transform: unset;
}

.page-banner .page-name p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #F6903E;
    margin-bottom: 10px;
}

.page-banner .page-name h1 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 48px;
    line-height: 35px;
    color: #FFFFFF;
}

.section-title-name h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    color: #F16522;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-title-name p {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 43px;
    color: #707070;
}

.section-title-name {
    margin-bottom: 40px;
}

.main-journey {
    background: url('../images/timeline-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    min-height: 800px;
}

.timeline-group-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.timeline-group-mid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-top: 18px;
}

.timeline-group-mid::before {
    content: '';
    position: absolute;
    top: 14.4%;
    left: auto;
    right: 90px;
    width: 83%;
    height: 1px;
    background: url('../images/top-line.png');
    background-size: cover;
    z-index: -1;
}

.timeline-group-top::before {
    content: '';
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background: url('../images/top-line.png');
    background-size: cover;
    z-index: -1;
}

.timeline-group-top::after {
    content: '';
    position: absolute;
    top: 27%;
    right: -90px;
    width: 215px;
    height: 288px;
    background: url('../images/right-curve.png');
    background-size: 100% 100%;
    z-index: -1;
}

.timeline-group-mid::after {
    content: '';
    position: absolute;
    top: 13.5%;
    left: -90px;
    width: 215px;
    height: 288px;
    background: url('../images/left-curve.png');
    background-size: 100% 100%;
    z-index: -1;
}

.time-line-wrape .timeline-card .icon-year {
    text-align: center;
}

.time-line-wrape .timeline-card .year {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    color: #404040;
    margin-bottom: 5px;
}

.time-line-wrape .timeline-card .icon {
    margin-bottom: 15px;
}

.time-line-wrape .timeline-card ul li,
.time-line-wrape .timeline-card p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
}

.time-line-wrape .timeline-card h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
}

.timeline-group-bottom {
    display: flex;
    gap: 127px;
    position: relative;
    z-index: 1;
}

.timeline-group-bottom::before {
    content: '';
    position: absolute;
    left: 150px;
    right: auto;
    top: 33%;
    width: 100%;
    height: 8px;
    background: url('../images/bottom-line.png');
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}

.timeline-group-top .timeline-card .icon-year {
    display: inline-block;
}

.timeline-group-mid .timeline-card {
    margin-top: -60px;
}

.timeline-group-top .timeline-card:nth-child(2) .icon-year {
    display: block;
}

.timeline-group-top .timeline-card:last-of-type .icon-year {
    display: block;
    text-align: right;
}

.timeline-group-top .timeline-card:last-of-type {
    padding-right: 55px;
}

/* .section-space {
    padding: 0px 0px 100px;
} */

.above-goals {
    background: url('../images/above-goals.png');
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -15px;
}

.mv-box {
    position: relative;
}

.mv-box .icon {
    margin-bottom: 10px;
}

.mv-box h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.mv-box p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.mv-box:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
}



.exponential-power {
    background: url('../images/timeline-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    margin-top: -15px;
}

.exponential-wrapper-main {
    display: flex;
    margin: 0 -10px;
    align-items: center;
}

.exponential-wrapper .left-side,
.exponential-wrapper .right-side {
    width: 50%;
    padding: 0 10px;
}

.exponential-wrapper .left-side video {
    width: 100%;
}

.exponential-wrapper .bottom-info {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exponential-wrapper .bottom-info h3 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    color: #404040;
}

.exponential-wrapper .bottom-info p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
}

.exponential-wrapper .right-side h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #F16522;
    margin-bottom: 20px;
}

.exponential-wrapper .right-side p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
}

.exponential-wrapper .right-side p:not(:last-of-type) {
    margin-bottom: 20px;
}

section.our-journey {
    position: relative;
    z-index: 2;
}

.above-goals-section {
    overflow: hidden;
    position: relative;
}

.anim-wrape {
    position: relative;
}



.our-capabilities {
    background: url('../images/pillars-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 161px 0 116px;
    margin-bottom: -15px;
}

.section-title-new {
    margin-bottom: 40px;
}

.section-title-new h2 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #F16522;
    margin-bottom: 15px;
}

.section-title-new p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
}

.capabilities-card .capabilities-card-body {
    padding: 20px;
    background: url('../images/card_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.capabilities-card .capabilities-card-body h3 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 24px;
    line-height: 35px;
    color: #F16522;
}

.capabilities-card .capabilities-card-body p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
    flex: 1;
}

.capabilities-card .capabilities-card-body .min-bar {
    margin-left: -18px;
    margin-top: 15px;
    width: 50px;
}

.goal-wrape {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.gif-container img,
.bars {
    width: 232px;
}

.shapping-info {
    background: linear-gradient(180deg, #FFF7E5 0%, #FFF7E5 80%, #EDD59F 100%);
}

#about-home {
    background: linear-gradient(180deg, #EDD59F 0%, #FDF5E2 40%, #FFF7E5 100%);
}

.journey-talk {
    background: url('../images/journey-talk.png');
    background-size: cover;
    padding: 126px 0px 66px;
}

.journey-talk .journey-title {
    margin-bottom: 58px;
}

.journey-talk .journey-title h2 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #F16522;
}

.journey-talk .journey-title p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    color: #707070;
}

.exponential-power-new {
    background: url('../images/power-new.png');
    background-size: cover;
    padding: 66px 0px;
    margin-top: -11px;
    z-index: 1;
    position: relative;
}

.exponential-power-new .exponential-title {
    margin-bottom: 50px;
}

.exponential-power-new .exponential-title h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #F16522;
}

.offset-container {
    margin-left: calc((100% - 1320px) / 2);
    padding-left: 15px;
}

.video-wrapper {
    border-radius: 45px;
    overflow: hidden;
    line-height: 1;
    font-size: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.fullscreen-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.exponential-info {
    background: rgba(255, 247, 229, 0.8);
    border-radius: 21px 0px 0px 21px;
    padding: 48px 37px;
}

.exponential-info p {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #F16522;
}

.exponential-power-new .vide-info {
    /* margin-top: 64px; */
    padding-left: 30px;
}

.exponential-power-new .vide-info p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
}

.exponential-power-new .dasra-mission {
    margin-bottom: 0;
    width: 340px;
    position: relative;
    bottom: -116px;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.our-capabilities {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.6%, rgba(0, 0, 0, 0.46) 75.12%), url('../images/capabilities-bg.jpg');
    background-size: cover;
    padding: 105px 0px;
    background-position: 50% 50%;
}

.our-capabilities .capabilities-box {
    padding: 40px;
    background: rgba(255, 247, 229, 0.91);
    border: 1px solid #F16522;
    border-radius: 23px;
}

.our-capabilities .capabilities-box .capabilities-title h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #F16522;
    margin-bottom: 20px;
}

.our-capabilities .capabilities-box .capabilities-title p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
}

.our-capabilities .capabilities-box .capabilities-title {
    margin-bottom: 55px;
}

.capabilities-card-new .capabilities-card-body {
    display: flex;
}

.capabilities-card-new .capabilities-card-body .capabilities-img {
    max-width: 120px;
    width: 100%;
}

.capabilities-card-new .capabilities-card-body .capabilities-info {
    flex: 1;
    padding-left: 20px;
}

.capabilities-card-new .capabilities-card-body .capabilities-info h3 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 24px;
    line-height: 35px;
    color: #707070;
}

.capabilities-card-new .capabilities-card-body .capabilities-info p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
}

.journey-card {

    height: 100%;
}

.journey-card .journey-card-body {
    background: #F16522;
    border-radius: 49px;
    padding: 30px 50px 30px;
    height: 100%;
}

.journey-card .journey-card-body .year-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 2px solid #FFFFFF;
}

.journey-card .journey-card-body .year-icon .icon {
    position: relative;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.6s ease;
}

.journey-card .journey-card-body .year-icon .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.journey-slider .journey-slide.slick-active.slick-center .year-icon .icon {
    opacity: 1;
}

.journey-slider .journey-slide.slick-active.slick-center .year-icon .icon svg ellipse {
    fill: #F6903E;
}

.journey-card .journey-card-body .year-icon h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 47px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0;
}

.journey-card .journey-card-body .year-info {
    margin-top: 30px;
}

.journey-card .journey-card-body .year-info h5 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 35px;
    line-height: 37px;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.journey-card .journey-card-body .year-info p,
.journey-card .journey-card-body .year-info ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FAF2DF;
}

.journey-card .journey-card-body .year-info ul li b {
    font-weight: 600;
}

.journey-card .journey-card-body .year-info ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.journey-slider {
    overflow: hidden;
    margin-bottom: 58px;
}

.journey-slider .journey-slide {
    transition: all 200ms linear;
    transform: scale(0.8);
}

.journey-slider .journey-slide.slick-active.slick-center {
    transform: scale(1);
}

.journey-slider .journey-slide:not(.slick-active.slick-center) .journey-card .journey-card-body {
    box-shadow: 12px 0px 13.7px rgba(0, 0, 0, 0.2);
    background-color: #F6903E;
}

.journey-slider .journey-slide:not(.slick-active.slick-center) .journey-card .journey-card-body .year-icon,
.journey-slider .journey-slide:not(.slick-active.slick-center) .journey-card .journey-card-body .year-info {
    opacity: 0.6;
}

.journey-year-slider .year-slide-box {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #999999;
    cursor: pointer;
}

.journey-year-slider .year-slide.active-year .year-slide-box {
    color: #404040;
}

.journey-year-slider {
    overflow: hidden;
}

.journey-slider .slick-track {
    display: flex;
}

.journey-slider .slick-track .slick-slide {
    height: unset;
}

.link-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.link-img img {
    max-height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.rc-info {
    position: relative;
}

.rc-card-img.lg-sm-img img {
    max-height: 500px;
    object-fit: cover;
}

body.about-us .site-footer-new {
    padding-top: 60px;
}

.page-banner .page-title {
    position: relative;
    color: #FFFFFF;
    display: flex;
    margin-top: 0;
    z-index: 2;
    bottom: -44px;
}

.page-banner .page-title .main-title {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 900;
    margin-bottom: 0;
    font-size: 40px;
}

.page-banner .page-title .sub-lbl {
    display: block;
    min-height: 10px;
}

.page-loder {
    margin-right: 18px;
}

.page-loder .loder-1,
.page-loder .loder-2 {
    width: 207px;
    height: 70.3015px;
    background: url('../images/shape-1.png') no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s ease;
}

.page-loder .loder-1 {
    background: url('../images/shape-2.png') no-repeat;
    background-size: 100% 100%;
}

.page-loder .loder-2 {
    position: absolute;
}

.page-loder.all-set .loder-2 {
    width: 274px;
}

.page-loder .loder-1 {
    margin-bottom: 30px;
}

body:not(.home-page) .header-bars {
    display: none;
}

body:not(.home-page) .header-wrapper {
    padding-left: 0 !important;
}

/*  
font-family: "Montserrat", sans-serif;
*/