:root {
    --color1: #f47240;
    --color2: #26C0AB;
    --blue-color: #014F86;
    --light-color: #F9F9F9;
    --white: #fff;
    --background: #01141F;
}

body {
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

a {
    transition: 0.4s;
    text-decoration: none;
}

img {
    max-width: 100%;
}


/* Heading - Start - Here */
header.siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 40px;
}

.logo a {
    display: inline-block;
}

header ul {
    list-style: none;
    margin-bottom: 0;
}

nav ul li {
    display: inline-block;
    margin-left: 20px;
}

nav ul li:first-child {
    margin-left: 0;
}

nav ul li a,
.c-btn a {
    color: var(--white);
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
}

nav ul li a:hover {
    color: var(--color1);
}

.c-btn a {
    display: inline-block;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 50px;
}

.c-btn.style1 a {
    background: var(--color1);
}

.c-btn.style2 a {
    background: var(--color2);
}

.dark-bg {
    background-color: #01141f;
}

/* HEADER CSS END HERE */

.d-section {
    position: relative;
}

h1 {
    font-size: 78px;
    line-height: 88px;
}

.heading-h4 h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.heading-h2 h2 {
    font-size: 54px;
    line-height: 64px;
    text-transform: uppercase;
}

.text-white {
    color: var(--white);
}

.ptb-80 {
    padding: 80px 0;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.img-radius-9 img {
    border-radius: 9px !important;
}

.img-border-white img {
    border: 4px solid rgb(255 255 255 / 30%);
}


/* Our - Why - Section  */

.innerPageHero {
    background: url(../images/why-background.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 0;
}

.hero-content h1 {
    text-transform: uppercase;
    color: var(--white);
    padding: 329px 0 200px;
}

.innerPageHero::after {
    content: "";
    background-image: linear-gradient(180deg, rgb(2 22 33 / 10%) 0%, #021621 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.hero-content {
    color: var(--white);
    position: relative;
    z-index: 1;
}

.side-img {
    position: absolute;
    top: 230px;
    right: -40px;
    max-width: 188px;
}

.hero-content h4 {
    letter-spacing: 2px;
    color: var(--color2);
}

/* First - section  */
.foundation-content h2 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 6px;
}

.foundation-content h4 {
    color: var(--color1);
    letter-spacing: 2px;
}

.futurePart h4 {
    color: var(--color2);
}

.foundation-content p {
    padding-top: 20px;
    margin-bottom: 0;
}

.foundation-content {
    padding-right: 90px;
}

.foundation-content2 {
    padding: 0 50px;
}

.foundation-sec {
    background: url(../images/first-section-image.png) no-repeat left top;
    background-size: cover;
    padding: 100px 0;
    background-color: var(--background);
    position: relative;
}

.foundation-sec::after {
    content: "";
    background-image: linear-gradient(180deg, rgb(2 22 33 / 10%) 0%, #021621 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
}

.foundation-sec .container {
    position: relative;
    z-index: 1;
}

.first-content {
    margin: 0 0 0 auto;
    padding-top: 40px;
    max-width: 512px;
}

/* Future- Section - Start - Here */

.future-section {
    padding: 100px 0 0;
    background-color: var(--background);
    position: relative;
    z-index: 2;
}

.future-sideimage {
    position: absolute;
    top: 39%;
    left: 0;
}

.first-content p {
    color: var(--white);
}

.slider-boxes {
    padding-right: 30px;
}

.slider-boxes h4 {
    color: var(--white);
    font-size: 20px;
    line-height: 30px;
}

.slider-section {
    padding: 80px 50px;
    position: relative;
}

.slide-count {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #26C0AB;
}

.slider-boxes h4 {
    color: var(--white);
    margin: 30px 0;
}

.slide-count span {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
}

.futureSlider .swiper-button-next,
.futureSlider .swiper-button-prev {
    background: #1B2D37;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 120px;
}

.result-nav .swiper-button-next,
.result-nav .swiper-button-prev {
    background: #1B2D37;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 220px;
}

.futureSlider .swiper-button-next {
    right: -20px;
}

.futureSlider .swiper-button-prev {
    left: -40px;
}

.futureSlider .swiper-button-next i,
.result-nav .swiper-button-next i,
.result-nav .swiper-button-prev i,
.futureSlider .swiper-button-prev i {
    color: var(--white);
}

.futureSlider .swiper-button-next::after,
.futureSlider .swiper-button-prev::after,
.result-nav .swiper-button-next::after,
.result-nav .swiper-button-prev::after {
    content: "";
}

section.future-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/future-bg.png);
    width: 100%;
    z-index: -1;
    display: inline-block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

/* Development - Start - Here */

.development-sec {
    background: var(--background);
    padding: 80px 0;
}

.style3 a {
    color: var(--background);
    background: #fff;
}

.style3 a:hover {
    color: var(--white);
}

.develop-btn a:hover {
    background: var(--color1);
    color: var(--white);
}

.box-section {
    background-color: var(--background);
    padding-bottom: 80px;
}

.box h4 {
    color: var(--color1);
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.box ul {
    padding-left: 20px;
}

.box ul li {
    color: var(--white);
    padding-top: 20px;
}

.box ul li:first-child {
    padding-top: 0;
}

.boxes:last-child ul li:last-child {
    padding-bottom: 20px;
}

.box p,
.box-section p {
    color: var(--white);
}

.three-boxes {
    margin-bottom: 60px;
}

.boxWrap h4 {
    color: var(--color1)
}

.boxWrap {
    padding: 35px;
    border: 1px solid #fff;
    border-radius: 9px;
    min-height: 560px;
}

.boxWrap ul {
    padding-left: 20px;
    margin-top: 30px;
}

.boxWrap ul li {
    margin-bottom: 20px;
}

/* logoslide-Section - section - Star - Here */

.logoslide-Section {
    background: var(--background);
    padding: 20px 0 180px 0;
}

.logoslide-consept h4 {
    color: var(--white);
    letter-spacing: 2px;
}

.logoslide-consept {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logoslide-Section .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f47240;
    border-radius: 100%;
    bottom: -35px;
}

.logoslider-main {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* logoslide-Section - section - Star - Here */

.logoslide-Section .nav-pills .nav-link.active {
    color: var(--color1);
    background-color: rgba(255, 255, 255, 0.1);
}

.logoslide-Section .nav-pills .nav-link {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: none;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    color: var(--white);
}

.logo-box img {
    max-width: 120px;
    width: 100%;
}

.logoslide-Section .nav-pills {
    --bs-nav-pills-border-radius: 0;
    --bs-nav-pills-link-active-color: var(--color1);
    --bs-nav-pills-link-active-bg: none;
}

.logoslider-main {
    justify-content: space-between;
    gap: 0;
}

.logo-content {
    margin-top: 40px;
}

.logo-content {
    margin-top: 40px;
    margin-left: 80px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #F47240;
    border-radius: 9px;
    position: relative
}

.logoContent-dot {
    height: 10px;
    width: 10px;
    background-color: var(--color1);
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.logo-content p {
    margin-bottom: 0;
}

.logo-content h4 {
    color: var(--color1);
}


/* .involve-section - :start Here  */

.row.ctaRow {
    background: #014F86;
    border-radius: 9px;
    position: relative;
    z-index: 3;
}

.row.ctaRow:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #f47240;
    z-index: -1;
    left: 0;
    display: inline-block;
    border-radius: 0 0 9px 9px;
}

.bottom-part ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom-part ul li a {
    font-size: 17px;
    line-height: 27px;
    color: var(--background);
    text-transform: uppercase;
    font-weight: 700;
}

.bottom-part ul li a:hover {
    color: var(--white);
}

.involve-image {
    margin-top: -100px;
}

.top-part {
    margin-bottom: 10px;
    padding: 20px;
}

.top-part p {
    text-align: justify;
}

.bottom-part {
    padding: 20px;
}

.involve-links ul li a:hover {
    color: var(--white);
}

section.bottomCTA .container {
    padding: 80px 0;
}

/* Footer - Section - Start - Here */

footer {
    background-color: var(--background);
    padding: 80px 0 0;
    position: relative;
}

footer {
    background-image: url(../images/footer-bg.png);
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

footer::after {
    content: "";
    background-image: url(../images/footer-gradient.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-position: bottom right;
}

.footer-logo,
footer .container,
.footer-last {
    position: relative;
    z-index: 1;
}

.footer-logo {
    margin-bottom: 100px;
    text-align: center;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    max-width: 100px;
}

.footer-box h3 {
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
}

.footer-sec {
    display: flex;
    justify-content: start;
    gap: 30px;
}

.footer-box ul {
    list-style: none;
    padding-top: 15px;
}

.footer-box ul li {
    padding-top: 10px;
}

.footer-box ul li a {
    font-size: 16px;
    line-height: 26px;
    color: var(--white);
}

.footer-box ul li a:hover,
.footer-last ul li a:hover {
    color: var(--color2);
}

.footer-box ul li:first-child {
    padding-top: 0;
}

.footer-right {
    background: rgba(2, 22, 33, 0.7);
    padding: 40px 30px;
    border-radius: 14px;
    position: relative;
}

.footer-right h4 {
    color: var(--white);
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2px;
}

.footer-right p {
    color: var(--white);
    padding-top: 15px;
}

.social-links ul li a {
    color: #fff;
    font-size: 35px;
}

.social-links ul li a:hover {
    color: var(--color2);
}

.social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 0;
    list-style: none;
    gap: 30px;
}

footer .c-btn a {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.mail-sec {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 26px;
}

.footer-right input[type="email"],
.footer-right input[type="submit"] {
    height: 50px;
    border: 0;
    border-radius: 25px;
    padding: 10px 20px;
}

.footer-right input[type="email"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

::placeholder {
    color: var(--white);
}

.footer-right input[type="email"]:focus {
    outline: 0;
}

.footer-right input[type="submit"] {
    background: #014F86;
    color: var(--white);
    font-weight: 700;
    transition: 0.4s;
}

.footer-right input[type="submit"]:hover {
    background: var(--color1);
}

.mail-img {
    position: absolute;
    top: -44px;
    right: 0;
}

.footer-last {
    text-align: center;
    padding: 100px 0 60px 0;
}

.footer-last ul {
    list-style: none;
}

.footer-last ul li {
    display: inline-block;
    padding: 0 20px;
    border-left: 1px solid #fff;
}

.footer-last ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

.footer-last ul li a {
    display: inline-block;
    color: var(--white);
    font-size: 16px;
    line-height: 26px;
}

section.bottomCTA {
    background: #021621;
}

/* impactPageHero - - Start - - Here  */

.impactPageHero {
    background: url(../images/impacts_background.png) no-repeat center top;
    background-size: cover;
}

.impact-sideImg {
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: 1;
}


/* Restorarion-sec - Start - Here  */

.Restorarion-sec {
    background-color: var(--background);
    padding-top: 70px;
}

.Restorarion-sec .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.restorarion-content h4 {
    color: var(--color1);
}

.restorarion-content h2 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 700;
    margin-top: 15px;
}

.restorarion-content h2 span {
    font-weight: 400;
}

.restorarion-image,
.moreImpact-image {
    position: relative;
}

.restorarion-image::after {
    content: "";
    background: linear-gradient(272deg, rgba(0, 0, 0, 0) 32.07%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.moreImpact-image::after {
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 15.06%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.restorarion-content,
.moreImpact-content {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
    max-width: 480px;
    z-index: 1;
}

/* block-section - Start - Here  */

.block-section {
    background: var(--background);
}

.overview-content {
    margin-right: 40px;
}

section.block-section .left-img {
    flex-direction: row-reverse;
}

.block-section .container {
    background-color: #03273A;
    padding: 40px 60px;
}

.block-section .row {
    border-bottom: 1px solid #fff;
}

.block-section .container:last-child .row {
    border-bottom: 0;
}

.title h4,
.overview-content h4,
.whyIt-content h4 {
    color: var(--color1);
    letter-spacing: 2px;
}

.whatWe-content {
    padding-right: 30px;
}

.whatWe-right {
    padding-left: 30px;
}

.whatWe-content h4:first-child,
.whatWe-right h4:first-child {
    margin-top: 10px;
}

.whatWe-content h4,
.whatWe-right h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 50px;
}

.whatWe-content ul,
.whatWe-right ul {
    padding-left: 20px;
    margin-top: 10px;
}

.whatWe-content ul li,
.whatWe-right ul li {
    padding-top: 10px;
}

.whatWe-content ul li:last-child,
.whatWe-right ul li:last-child {
    padding-bottom: 20px;
}

.whyIt-content p {
    padding-top: 20px;
}

.result-intro {
    margin-top: 40px;
}

.three-col-sec {
    margin-top: 50px;
}

.results-section h4 {
    margin-bottom: 30px;
}

.result-intro h4,
.result-content h4 {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 27px;
}

.rusult-boxes ul {
    padding-left: 20px;
    margin-top: 20px;
}

.rusult-boxes ul li {
    padding-top: 10px;
}

.rusult-boxes p {
    font-size: 16px;
    line-height: 26px;
}

.rusult-boxes ul li:first-child {
    padding-top: 0;
}

.rusult-boxes {
    width: 33.33%;
}

.result-content {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin-top: 50px;
}

.resultSwiper .swiper-slide img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    border-radius: 9px;
}

.result-nav .swiper-button-next {
    right: -70px;
}

.result-nav .swiper-button-prev {
    left: -70px;
}

.result-nav .swiper-button-next,
.result-nav .swiper-button-prev {
    transform: translate(0, 200%);
}

.moreImpact {
    padding: 80px 0;
    background: var(--background);
}

/* moreImpact - Section - Start - Here  */

.moreImpact .title h4 {
    color: var(--color2);
    text-align: center;
}

.moreImpact-content {
    max-width: 350px;
    width: 100%;
}

.moreImpact-content h4 {
    color: var(--color1);
    letter-spacing: 2px;
}

.moreImpact-content h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.moreImpact-slide {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 60px 0;
}

.moreImpact-content h2 span {
    font-weight: 300;
}

.style4 a {
    background: var(--color2);
}

.style4 a:hover {
    background: var(--color1);
}

.results-slide {
    float: left;
    width: 100%;
}

.results-section {
    position: relative;
}

.mySwiper-Two {
    position: relative;
}

/* home page css */

.our-why-slider {
    position: relative;
}

.home-ourwhy {
    padding: 80px 0;
}

.swiper.whySlider {
    width: 80%;
    margin: auto;
}

.whySlider .swiper-slide {
    transform: scale(0.85);
    z-index: 1;
}

.whySlider .swiper-slide-active {
    transform: scale(1) !important;
    transition: 0.4s;
    z-index: 9;
}

.content-wrapper {
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--white);
    text-align: center;
}

.content-block {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.content-block.active {
    display: block;
    opacity: 1;
}

.slideContent h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 74px;
    line-height: 84px;
    letter-spacing: 15px;
    opacity: 0;
    text-transform: uppercase;
}

.slideContent .c-btn a {
    padding: 10px 40px;
}

.slideContent .c-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
}

.whySlider .swiper-slide.card img {
    filter: brightness(.4);
    border-radius: 9px;
}

.whySlider .swiper-slide.card.swiper-slide-active img {
    filter: brightness(1);
}

.whySlider .swiper-slide-active .slideContent h2,
.whySlider .swiper-slide-active .slideContent .c-btn {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.three-titles span.active {
    color: var(--color1);
}

.three-titles span {
    font-weight: 700;
    color: var(--white);
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0 20px;
}

.three-titles {
    text-align: center;
    margin-top: 70px;
}

.home-ourwhy .bird-img img {
    max-width: 70%;
}

.home-ourwhy .bird-img {
    position: absolute;
    left: 240px;
    width: auto;
    top: 30px;
}

.home-ourwhy .headingArrow h2 {
    margin-bottom: 80px;
    width: auto;
    position: relative;
}

.headingArrow h2:after {
    content: '';
    background-image: url(../images/heading-arrow.svg);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    position: absolute;
    right: -70px;
    height: auto;
    top: 30px;
    width: 60px;
    height: 60px;
}

/* state slider css */

.myCircleProgress {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.myCircleProgress strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.stateSlider {
    width: 100%;
    height: 750px;
    color: #fff;
}

.stateTextWrapLeft h4,
.circle-title {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 25px;
}

.stateTextWrapLeft img {
    border-radius: 9px;
    margin-top: 30px;
}

.stateSliderRow {
    justify-content: center;
}

.stateSlider .swiper-wrapper {
    max-width: 90%;
    margin: 80px auto 0;
}

.circle-title {
    margin-top: 50px;
}

.stateTextWrapRight {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stateTextWrapLeft {
    position: relative;
}

.state-sec {
    background-image: url(../images/state-img.png);
    width: 100%;
    display: inline-block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: relative;
}

.fish-one {
    position: absolute;
    right: 0;
    top: 0;
}

.fish-two {
    position: absolute;
    left: 0;
    bottom: -55px;
}

.stateTextWrapLeft:before {
    content: '';
    background-image: url(../images/state-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -110px;
    top: 70px;
    width: 80px;
    height: 80px;
}

.swiper-button-next,
.swiper-button-prev {
    background: #1B2D37;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 220px;
}

.swiper-button-next {
    right: -20px;
}

.swiper-button-prev {
    left: -40px;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: var(--white);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
}

.stateSlider .swiper-button-prev {
    bottom: unset;
    top: 30px;
    left: 71%;
    transform: rotate(88deg);
}

.stateSlider .swiper-button-next {
    top: unset;
    bottom: 40%;
    left: 71%;
    transform: rotate(90deg);
}

.stateSlider .swiper-pagination.numberStlye.swiper-pagination-clickable {
    left: 0;
    right: 0;
    top: 80px;
    width: 30px;
    transform: none;
}

.stateSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #F47240;
}

.stateSlider .swiper-pagination-bullet-active {
    background: transparent !important;
}

.stateSlider span.swiper-pagination-bullet {
    margin-bottom: 30px !important;
    display: block;
    width: 100%;
    font-weight: 500;
    opacity: 1;
    background: transparent;
}

.stateSlider span.swiper-pagination-bullet {
    margin-bottom: 30px !important;
    display: block;
    width: 100%;
    font-weight: 500;
    opacity: 1;
}

/* General Slider */

.sliderImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.heroContent h2 {
    font-size: 92px;
    line-height: 102px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 15px;
    text-transform: uppercase;
}

.heroContent h4 {
    color: #F47240;
    font-weight: 300;
    font-size: 34px;
    line-height: 44px;
}

.heroContent {
    padding: 350px 0 300px;
}

section.hero-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(181deg, rgb(2 22 33 / 10%) 0%, #021621 100%);
    z-index: 1;
    height: 450px;
}

.slideContent2 h2 {
    text-transform: uppercase;
}

.heroPaginationBtn {
    position: absolute;
    bottom: 230px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 100%;
    justify-content: center;
}

ul.hero-pagination:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 175px;
    width: 696px;
    height: 2px;
    background: #fff;
    z-index: -1;
}


ul.hero-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.hero-pagination li {
    color: #fff;
    opacity: 1;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
}

.paginationBox span:first-child {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-right: 10px;
}

.hero-pagination li:first-child {
    padding-right: 40%;
    margin-right: auto;
    margin-left: 0;
}

.hero-pagination li.active {
    opacity: 1;
    color: #f38234;
    position: relative;
}

.hero-pagination li.active span.paginationBtn {
    background: #f38234;
}

span.paginationBtn {
    background: #1D313A;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 30px;
    color: #fff;
    opacity: 1 !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.imgPart img {
    border-radius: 9px;
}

.imgPart img {
    width: 60%;
    height: 180px;
    object-fit: cover;
}

.imgPart {
    display: flex;
    align-items: center;
}

.imgPart .c-btn {
    width: 40%;
    text-align: right;
}

.heroSliderContent {
    padding: 60px 0;
}

.hero-section {
    background-image: url(../images/hero-slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: 80px 0 110px;
}

.heroSliderWrapper {
    position: absolute;
    bottom: 60px;
    z-index: 9;
    width: 100%;
    left: 0;
}

/*Jaydipcss2 moreImpact - Section - Start - Here  */

.moreImpact .title h4 {
    color: var(--color2);
    text-align: center;
}

.moreImpact-content {
    max-width: 350px;
    width: 100%;
}

.moreImpact-content h4 {
    color: var(--color1);
    letter-spacing: 2px;
}

.moreImpact-content h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.moreImpact-slide {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 60px 0;
}

.moreImpact-content h2 span {
    font-weight: 300;
}

.style4 a {
    background: var(--color2);
}

.style4 a:hover {
    background: var(--color1);
}

.results-slide {
    float: left;
    width: 100%;
}

.results-section {
    position: relative;
}

.mySwiper-Two {
    position: relative;
}

/* impacts & Stories Section Start Here  */

.impacts-section {
    background-color: var(--background);
    position: relative;
}

.impacts-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.impacts-boxes {
    width: 50%;
}

.impacts-image {
    display: inline-block;
}

.impactRight {
    text-align: right;
}

.impacts-content h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    letter-spacing: 2px;
}

.impacts-content h4 {
    color: var(--color2);
    padding-top: 20px;
}

.style5 {
    text-align: center;
    margin-top: -25px;
}

.style5 a {
    background-color: var(--color2);
    width: 90%;
    text-align: center;
}

.impacts-section .impactsSwiper {
    padding: 60px 0;
}

.impacts-section .row {
    position: relative;
}

.impact-nav .swiper-button-next {
    right: -90px;
}

.impact-nav .swiper-button-prev {
    left: -90px;
}

.impact-nav .swiper-button-next,
.impact-nav .swiper-button-prev {
    background: #1B2D37;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}

.impactBird {
    text-align: right;
    margin-bottom: 20px;
    margin-right: 150px;
}


/* tab - section - Start - Hetre  */

.tab-section {
    background-color: var(--background);
}

.tab-section .nav-pills .nav-link.active {
    color: var(--color1);
    position: relative;
}

.tab-section .nav-pills .nav-link {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: none;
    margin: 0;
    padding: 0;
    color: var(--white);
}

.tab-section .nav-pills {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 60px;
}

.tab-section .nav-pills .nav-link.active:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: var(--color2);
    border-radius: 10%;
    left: -40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.tab-section .nav {
    text-orientation: sideways-right;
    writing-mode: vertical-lr;
    rotate: 180deg;
    flex-direction: row-reverse;
}

.tab-section .nav-pills {
    --bs-nav-pills-border-radius: 0;
    --bs-nav-pills-link-active-color: var(--color1);
    --bs-nav-pills-link-active-bg: none;
}

.tab-section .tab-pane h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    letter-spacing: 2px;
}

.tab-section .tab-pane {
    max-width: 80%;
}

.tab-section .tabSec {
    margin: 100px 0;
    gap: 100px;
    justify-content: center;
}

/* logo-slide - section - start - here  */

.logo-content {
    margin-top: 40px;
}

.logo-content {
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #F47240;
    border-radius: 9px;
    position: relative;
    margin: 30px 0 0;
}

.logoContent-dot {
    height: 10px;
    width: 10px;
    background-color: var(--color1);
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.logo-content p {
    margin-bottom: 0;
}

/* Video - Section - Start - Hare  */

.video-section {
    background-color: var(--background);
    padding: 40px;
}

.video-sec {
    position: relative;
}

.video-sec video {
    width: 100%;
    height: 635px;
    border-radius: 9px;
    object-fit: cover;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-btn img {
    width: 90px;
    height: auto;
}

.video-btn a {
    display: inline-block;
}

/* accordian - section start - here  */

.accordian-section {
    background-color: var(--background);
    padding-bottom: 80px;
}

.accordian-section .accordion {
    padding: 0;
}

.accordian-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordian-section .accordion-button {
    background-color: #003C66;
}

.accordian-section .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0;
}

.accordian-section .accordion-button:focus {
    z-index: 3;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.accordian-section .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #004373;
    box-shadow: none;
}

.accordian-section .accordion-body {
    background-color: #004373;
    padding: 10px 50px 30px;
}

.accordian-section .accordion h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.accordian-section .accordion-button::after,
.accordian-section .accordion-button::before {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    line-height: 21px;
    color: var(--color1);
    display: inline-block;
}

.accordian-section .accordion-button {
    position: relative;
    padding: 30px 50px;
}

.accordian-section .accordion-button::after {
    content: "+";
    background-image: none;
    width: auto;
    height: auto;
}

.accordian-section .accordion-button::before {
    content: "-";
    display: none;
}

.accordian-section .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    display: none;
}

.accordian-section .accordion-button:not(.collapsed)::before {
    display: block;
}

.accordian-section .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.help-image {
    margin-top: -30px;
}

.help-section {
    background-color: #014F86;
    padding: 0 50px 40px;
    border-radius: 9px 9px 0 0;
    position: relative;
    z-index: 99;
}

.spider-image {
    max-width: 180px;
    width: 100%;
    position: absolute;
    top: -65px;
    left: 240px;
}

.topBottom-arrow {
    position: absolute;
    bottom: 18%;
    left: 0;
}

.helpWrapper {
    align-items: flex-end;
    gap: 30px;
}

.help-content h2 {
    letter-spacing: 2px;
    font-size: 64px;
    line-height: 74px;
    margin-right: 143px;
}

.help-content h2 span {
    color: var(--color1);
}

.accordian-section .nav-pills .nav-link.active,
.accordian-section .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--color1);
}

.accordian-section .nav-pills .nav-link {
    background: rgba(255, 255, 255, .1);
    border-radius: 25px;
    padding: 10px 35px;
    color: #fff;
}

.accordian-section ul#pills-tab {
    gap: 30px;
}

/* map - Section - start - Here  */

.map-part img {
    max-width: 140px;
}

section.map-section .map-content {
    z-index: 1;
    position: relative;
}

.map-part {
    position: absolute;
    left: 0;
    top: -150px;
    z-index: 1;
}

.accordian-section div#pills-tabContent {
    z-index: 99;
    position: relative;
}

.map-image img {
    max-width: 85%;
}

.map-section {
    background-color: var(--background);
    position: relative;
    padding: 100px 0;
    z-index: 9;
}

.map-section::before {
    content: "";
    background: url(../images/map-bg-1.png) no-repeat center top;
    background-size: contain;
    left: 0;
    top: -630px;
    position: absolute;
    width: 1000px;
    height: 1448px;
    background-position: bottom left;
    z-index: 0;
}

.map-content p {
    margin: 30px 0 60px;
}

.map-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
    text-align: right;
}

.style6 a {
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.siteHeader {
    background-color: rgba(1, 20, 31, .3);
}

/* btn : :hover  */
.c-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    width: 0;
    transition: 0.3s;
}

.c-btn a {
    display: inline-block;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 50px;
    position: relative;
}

.c-btn a span {
    position: relative;
    z-index: 1;
}

.c-btn a:hover::after {
    width: 100%;
}

.c-btn.style1 a:hover::after,
.c-btn.style6 a:hover::after,
.c-btn.style3 a:hover::after {
    background: var(--color2);
    color: var(--white);
}

.c-btn.style2 a:hover::after {
    background: var(--blue-color);
    color: var(--white);
}

.map-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.map-content ul li a {
    display: inline-block;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    color: #fff;
}

.map-content ul li a:hover {
    background: #fff;
    color: #000;
}






/*About - Page - Started */

.about-section,
.abouthelp-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #021621;
    color: #fff;
}

.about-consept {
    display: flex;
    gap: 20px;
    padding-top: 50px;
}

.approach {
    padding-top: 60px;
}

.about-boxes {
    width: 25%;
    padding: 25px 20px;
    background-color: #042537;
    border-radius: 12px;
}

.about-content {
    text-align: center;
}

.about-content h3,
.abouthelp-content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    padding-top: 20px;
}

.Approach {
    padding-top: 80px;
}

.abouthelp-boxes {
    width: 33.33%;
    padding: 15px;
    background-color: #042537;
    border-radius: 12px;
}

.abouthelp-image {
    line-height: 1px;
}

.abouthelp-image img {
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

.abouthelp-consept {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.aboutaccordian-section .accordion-body ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.aboutaccordian-section .accordion-body ul li p {
    color: #000;
}

.aboutaccordian-section .accordion-body ul li p span {
    font-weight: bold;
    /*color: #000;*/
}

.protect-content {
    text-align: center;
}

.aboutaccordian-section {
    background-color: #021621;
    padding-top: 80px;
    padding-bottom: 80px;
}

.aboutaccordian-section button.accordion-button.text-white h4 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.aboutaccordian-section button {
    background-color: #003C66;
}


.protect-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-title h2 {
    color: #fff;
}

.involvedSection .involved-title ul {
    flex-direction: column;
    row-gap: 20px;
}

.logoslide-Section .row {
    position: relative;
    z-index: 10;
}



.involved-tabsec .logo-box h4 {
    letter-spacing: 0;
    /*text-transform: capitalize;*/
    font-weight: 500;
}

.involtab h2 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.involtab p {
    padding-top: 16px;
}

.involtab p span {
    font-weight: 600;
}

.involtab h4 {
    padding-top: 25px;
    text-transform: uppercase;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
}

.involtab h5 {
    color: var(--color2);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500; 
}

.involtab .email {
    color: #fff;
}

.involtab .email:hover {
    color: #f38234;
}