@font-face {
    font-family: zonapro-regular;
    src: url(../font/ZonaPro/TTF_Fonts/zonapro-regular.ttf);
    /* font-weight: bold;
	 */
}

* {
    font-family: zonapro-regular;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 0px;
    background-image: -webkit-linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%)
}

.modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 0px;
}

.modal::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.modal::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 0px;
    background-image: -webkit-linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%)
}

body {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: unset;
}

.error {
    color: red;
}

.prelaunch {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #ffffffae;
    display: none;
}

.prelaunch img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.overviewTitle,
.aboutTitle,
.teamTitle {
    height: 50px;
    position: relative;
    padding: 0px 60px;
}

.overviewTitlebox,
.aboutTitlebox,
.teamTitlebox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.certificate {
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-align: center !important;
}

#Pledge .videoTitle,
#Sustainability .videoTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f6f6f6;
}

.u-othertext {
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.circle {
    height: 60px;
    width: 60px;
    /* border-radius: 50%;
	 background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
	 */
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hohlogo {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
}

.details .u-othertext {
    font-size: 14px;
    font-weight: 400;
    background: #535353;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: flex;
    align-items: center;
}

.details .detailsimg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.u-sectionhead {
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.homeback {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.6;
    top: 0;
}

/* .details .u-sectionhead {
	 font-size: 30px;
	 font-weight: 700;
	 background: unset;
	 background: #000;
	 -webkit-text-fill-color: transparent;
	 -webkit-background-clip: text;
}
 */
.glimpsecounter {
    font-size: 38px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.counter-data {
    font-size: 15px;
}

.headline {
    height: 2px;
    width: 41px;
    margin: -8px 0 10px;
    margin-top: -8px;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
}

.headlinenew {
    height: 2px;
    width: 48px;
    margin: 0px auto !important;
    /* margin: -8px  80px; */
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
}


.u-paratext {
    font-size: 15.5px;
}

.datapara {
    font-size: 13.5px;
}

section,
footer {
    position: relative !important;
    box-sizing: content-box !important;
    overflow: hidden !important;
}

.imgFit {
    width: 100%;
}

.text-center {
    display: flex;
    justify-content: center;
}

#lock {
    display: none;
}

.pulse1 {
    animation: pulse-animation 2s infinite;
    border-radius: 30px;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        transform: scale3d(1, 1, 1);
    }
}

.pulse1 {
    animation: pulse-animation1 2s infinite;
    border-radius: 30px;
}

@keyframes pulse-animation1 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 0, 0);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation: pulse-animation 2s infinite;
    border-radius: 30px;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        transform: scale3d(1, 1, 1);
    }
}


.backcoloruse {
    background-color: #fff !important;
}
.betterTomorrow{
  background-color: #f6f6f6;
}

.backcoloruse {
    padding: 30px 0px;
}

/* .owl-carousel-stacked .right-of-center .para1{
	 background-color: #000000 !important;
	 text-align: left !important;
}
 */
/* =========== PreLoad Start ========= */
.videoplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#newhome {
    height: 100vh;
    margin-bottom: 3px;
    background-position: center;
    /* .coolBeans::after {
		 background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
		 border-radius: 10px;
		 content: "";
		 display: block;
		 height: 100%;
		 width: 100%;
		 position: absolute;
		 left: 0;
		 top: 0;
		 transform: translate(-100%, 0) rotate(10deg);
		 transform-origin: top left;
		 transition: 0.3s transform ease-out;
		 will-change: transform;
		 z-index: -1;
	}
	 .coolBeans:hover::after {
		 transform: translate(0, 0);
	}
	 .coolBeans:hover {
		 border: 2px solid transparent;
		 color: #fff;
		 transform: scale(1.05);
		 will-change: transform;
	}
	 */
}

#newhome .preloadpart1 {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 30%);
}

#newhome .preloadvideo img {
    padding: 30px 0px;
}

#newhome .Pledgepara {
    position: relative;
    color: #1ed6ff;
    font-size: 19px;
    flex-direction: column;
}

#newhome .Pledgepara span {
    display: block;
}

#newhome .Pledgepara .counternew {
    display: inline-block;
}

#newhome .Pledgepara .counternew {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #dadada;
    /* background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
	 */
    background: #fff;
    width: 40px;
    border-radius: 4px;
    /* color: #fff;
	 */
    color: rgba(35, 148, 188, 1);
    margin: 2px;
}

#newhome .coolBeans {
    display: inline-block;
    padding: 8px 40px;
    /* background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
	 -webkit-text-fill-color: transparent;
	 -webkit-background-clip: text;
	 */
    /* color: rgba(35, 148, 188, 1);
	 */
    /* background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
	 -webkit-text-fill-color: transparent;
	 -webkit-background-clip: text;
	 */
    font-size: 21px;
    margin-bottom: 20px;
    border-radius: 40px;
    text-decoration: none;
    border: 2px solid #fff;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
}

#newhome .coolBeans:hover {
    border: 2px solid rgba(35, 148, 188, 1);
    color: rgba(35, 148, 188, 1);
    background-color: #fff !important;
}

#newhome .Pledgepara2 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-scrolldown {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) scale(1.3);
    text-align: center;
    width: 28px;
    height: 60px;
    border-radius: 40px;
    background: linear-gradient(120deg, rgba(35, 148, 188, 0.6) 0%, rgba(79, 179, 145, 0.6) 100%);
    transition: all .6s ease;
    z-index: 10
}

.btn-scrolldown:hover {
    background: rgba(0, 0, 0, .4);
    transition: all .6s ease
}

.chevron {
    position: absolute;
    width: 16px;
    height: 2px;
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    animation: move 3s ease-out infinite;
    left: 6px;
    top: -3px
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite
}

.chevron:after,
.chevron:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
    transition: all .6s ease
}

.btn-scrolldown:hover .chevron:after,
.btn-scrolldown:hover .chevron:before {
    background: #fff
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg)
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg)
}

@keyframes move {
    25% {
        opacity: 1
    }

    33% {
        opacity: 1;
        transform: translateY(30px)
    }

    67% {
        opacity: 1;
        transform: translateY(40px)
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5, .5, .5)
    }
}

.Pledgepara2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#newhome .Pledgepara2 {
    text-decoration: none;

}

#newhome .Pledgepara2 p {
    text-decoration: none;
    padding-top: 30px;
    color: #9c9ca2;
}

.Pledgepara2 p {
    text-decoration: none;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

    color: #9c9ca2;
}

.Pledgepara2 {
    text-decoration: none;
}

/* =========== PreLoad End ========= */
/* ========= Nav Bar Start =========== */
.activeHover {
    color: #fff !important;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    border-radius: 30px;
    padding: 4px 25px;
    margin: 16px 10px;
}

#header {
    background-color: #fff;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 3px 2px #858585;
}

#header .nav-link {
    font-size: 18px;
    color: #2f99b1;
    padding: 5px 5px;
    margin: 15px 10px;
}

#header .navbar-brand-logo1 img {
    margin-left: 35px;
}

#header .navbar-brand-logo2 img {
    margin-right: 35px;
}

/* ========= Nav Bar End =========== */
/* ========= Home Start =========== */
#Home {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    background: #f6f6f6;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* .coolBeans {
		 display: inline-block;
		 padding: 10px 50px;
		 color: rgba(35, 148, 188, 1);
		 border: 2px solid currentColor;
		 font-size: 15px;
		 margin-bottom: 20px;
		 border-radius: 10px;
		 text-decoration: none;
		 overflow: hidden;
		 position: relative;
		 text-decoration: none;
		 transition: 0.2s transform ease-in-out;
		 will-change: transform;
		 z-index: 0;
	}
	 .coolBeans::after {
		 background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
		 border-radius: 10px;
		 content: "";
		 display: block;
		 height: 100%;
		 width: 100%;
		 position: absolute;
		 left: 0;
		 top: 0;
		 transform: translate(-100%, 0) rotate(10deg);
		 transform-origin: top left;
		 transition: 0.3s transform ease-out;
		 will-change: transform;
		 z-index: -1;
	}
	 .coolBeans:hover::after {
		 transform: translate(0, 0);
	}
	 .coolBeans:hover {
		 border: 2px solid transparent;
		 color: #fff;
		 transform: scale(1.05);
		 will-change: transform;
	}
	 */
    /* .homepart2::after{
		 content: "";
		 position: absolute;
		 top: 0;
		 left: 0;
		 background-color: #000000ee;
		 height: 100%;
		 width: 100%;
	}
	 */
}

#Home .u-sectionhead {
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#Home .othertext {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

#Home .u-othertext {
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#Home .u-paratext {
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#Home .u-paratextnew {
    font-weight: 700;
    font-style: italic;
}


#Home .othertext2 {
    color: #474646;
    font-size: 17px;
}

#Home .sectionhead {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: unset;
    color: #fff;
}

#Home .homeBtn {
    padding: 40px 0px;
}

#Home .coolBeans {
    display: inline-block;
    padding: 5px 35px;
    color: #fff;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    font-size: 17px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #fff;
}

#Home .coolBeans:hover {
    border: 2px solid rgba(35, 148, 188, 1);
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#Home .homepart1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Home .homepart2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    /*margin-top: -9%;*/
}

/* #Home .homeslider .owl-carousel {
    position: relative;
}

#Home .homeslider .owl-prev,
#Home .homeslider .owl-next {
    position: absolute;
    top: 46%;
    margin-top: -10px;
    cursor: pointer;
    color: #ddd !important;
}

#Home .homeslider .owl-prev .fa-stack {
    background-image: url("../img/arrows/Left_arrow_white.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#Home .homeslider .owl-next .fa-stack {
    background-image: url("../img/arrows/Right_arrow_white.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#Home .homeslider .owl-prev .fa-stack:hover {
    background-image: url("../img/arrows/Left_arrow_color.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#Home .homeslider .owl-next .fa-stack:hover {
    background-image: url("../img/arrows/Right_arrow_color.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#Home .homeslider .owl-prev {
    left: -2%;
}

#Home .homeslider .owl-next {
    right: -2%;
}

#Home  .owl-nav .owl-prev,
#Home  .owl-nav .owl-next {
    height: 55px;
    width: 55px;
}

#Home  .owl-nav .fa-stack {
    height: 55px;
    width: 55px;
} */

/* ========= Home End =========== */
/* ========= Overview Start =========== */
#Sustainability .overviewTitle {
    padding: 0px 60px;
}

#Sustainability .coolBeans {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    font-size: 17px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #fff;
}

#Sustainability .coolBeans:hover {
    border: 2px solid rgba(35, 148, 188, 1);
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#Sustainability .textbox {
    position: relative;
    /* padding: 35px 0px;
	 */
    border-radius: 5px;
    margin: 0px 20px 0px;
    transition: all 0.2s;
    /* color: #fff;
	 */
}

#Sustainability .textcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    /* .textheadinner {
		 font-size: 23px;
		 width: 91px;
		 height: 91px;
		 padding: 2px 6px;
		 border-radius: 50%;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 background-color: #3bae96;
	}
	 */
    /* .textheadinner:hover {
		 font-size: 23px;
		 width: 91px;
		 height: 91px;
		 padding: 2px 6px;
		 border-radius: 50%;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 background-color: #1691bc;
	}
	 */
}

#Sustainability .textcontainer .texthead {
    font-size: 44px;
    font-weight: 600;
    color: #000;
}

#Sustainability .textcontainer .textheadinner {
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#Sustainability .u-paratext {
    padding: 0px 130px;
}

#Sustainability .u-sectionhead {
    padding: 20px 0px 0px;
}

/* ========= Overview End =========== */
/* ========= About Start =========== */


#ourjourney .u-othertext {
    padding: 7px 0px;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/*#ourjourney .aboutInner {*/
/*    padding: 30px 0px;*/
/*}*/

#ourjourney .u-paratext {
    padding: 0px 130px;
}

#ourjourney .aboutBottomImg::before {
    content: "";
    background-image: url(../img/Leaf.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 18px;
    bottom: 2px;
    height: 130px;
    width: 130px;
    z-index: 1;
}

#ourjourney .u-sectionhead {
    display: block;
}

#ourjourney .u-sectionhead img {
    height: 51px;
    margin: 0px 10px;
}

#ourjourney .u-col-start {
    display: flex;
    flex-direction: column;
    align-items: start;
}



#ourjourney .owl-carousel-stacked .center {
    z-index: 2;
}

#ourjourney .owl-carousel-stacked .owl-carousel {
    position: relative;
}

#ourjourney .owl-carousel-stacked .owl-prev,
#ourjourney .owl-carousel-stacked .owl-next {
    position: absolute;
    top: 46%;
    margin-top: -10px;
    cursor: pointer;
    color: #ddd !important;
}

#ourjourney .owl-carousel-stacked .owl-prev .fa-stack {
    background-image: url("../img/arrows/Left_arrow_white.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#ourjourney .owl-carousel-stacked .owl-next .fa-stack {
    background-image: url("../img/arrows/Right_arrow_white.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#ourjourney .owl-carousel-stacked .owl-prev .fa-stack:hover {
    background-image: url("../img/arrows/Left_arrow_color.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#ourjourney .owl-carousel-stacked .owl-next .fa-stack:hover {
    background-image: url("../img/arrows/Right_arrow_color.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#ourjourney .owl-carousel-stacked .owl-prev {
    left: -10%;
}

#ourjourney .owl-carousel-stacked .owl-next {
    right: -10%;
}

#ourjourney .owl-nav .owl-prev,
#ourjourney .owl-nav .owl-next {
    height: 55px;
    width: 55px;
    display: block !important;
}

#ourjourney .owl-nav .fa-stack {
    height: 55px;
    width: 55px;
}

#ourjourney .item {
    position: relative;
}

#ourjourney .paracontent {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 10px 20px 10px 27px;
}

#ourjourney .paracontent .para1 {
    color: #fff;
    margin-bottom: unset;
}

#ourjourney .paracontent .para1 img {
    width: unset;
    border-radius: unset !important;
    display: inline-block;
    padding: 2px;
    height: 30px;
}

#ourjourney .paracontent .para2 {
    color: #fff;
    margin-bottom: unset;
}

#ourjourney .owl-carousel .owl-dots.disabled,
#ourjourney .owl-carousel .owl-nav.disabled {
    display: block;
}

#ourjourney .panel {
    /* margin: 0 auto;
	 */
    width: 100%;
    /* height: 130px;
	 */
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    height: 100%;
}

#ourjourney .panel .front,
#ourjourney .panel .back {
    text-align: center;
}

#ourjourney .panel .front {
    height: 100%;
    width: 100%;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

#ourjourney .panel .back {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

#ourjourney .panel.flip .front {
    z-index: 90;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

#ourjourney .panel.flip .back {
    z-index: 100;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

#ourjourney .boxf {
    height: 260px;
    /* background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
	 */
    background: rgba(79, 179, 145, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

#ourjourney .boxb span {
    text-shadow: 0px 0px 1px #000;
    color: #fff;
}

#ourjourney .boxb {
    background: rgba(35, 148, 188, 1);
    position: relative;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#ourjourney .box2 span {
    position: relative;
    z-index: 99;
    color: #fff;
}

.countcircle {
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff !important;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    border-radius: 50%;
    z-index: 9;
}

.countcircleline {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    z-index: 9;
}

.treeleft {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    background: #ffffffd1;
}

/* ========= About End =========== */
/* ========= Team Start =========== */
#Pledge {
    /* .coolBeans {
		 display: inline-block;
		 padding: 6px 20px;
		 color: rgba(35, 148, 188, 1);
		 border: 2px solid currentColor;
		 font-size: 16px;
		 border-radius: 10px;
		 text-decoration: none;
		 overflow: hidden;
		 position: relative;
		 text-decoration: none;
		 transition: 0.2s transform ease-in-out;
		 will-change: transform;
		 z-index: 0;
	}
	 .coolBeans::after {
		 background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
		 border-radius: 10px;
		 content: "";
		 display: block;
		 height: 100%;
		 width: 100%;
		 position: absolute;
		 left: 0;
		 top: 0;
		 transform: translate(-100%, 0) rotate(10deg);
		 transform-origin: top left;
		 transition: 0.3s transform ease-out;
		 will-change: transform;
		 z-index: -1;
	}
	 .coolBeans:hover::after {
		 transform: translate(0, 0);
	}
	 .coolBeans:hover {
		 border: 2px solid transparent;
		 color: #fff;
		 transform: scale(1.05);
		 will-change: transform;
	}
	 */
    /* .teamInner {
		 padding: 30px 0px;
	}
	 */
    /* .boxb span {
		 text-shadow: 0px 0px 1px #000;
		 color: #fff;
		 position: relative;
	}
	 */
    /* .boxbg1 {
		 background: #000000aa;
		 position: absolute;
		 height: 100%;
		 width: 100%;
		 left: 0;
		 top: 0;
	}
	 */
}

#Pledge .teamTitle {
    padding: 0px 60px;
}

#Pledge .owl-carousel-stacked2 .center {
    z-index: 2;
}

#Pledge .owl-carousel-stacked2 .owl-carousel {
    position: relative;
}

#Pledge .owl-carousel-stacked2 .owl-prev,
#Pledge .owl-carousel-stacked2 .owl-next {
    position: absolute;
    top: 48%;
    margin-top: -10px;
    cursor: pointer;
    color: #ddd !important;
}

#Pledge .owl-carousel-stacked2 .owl-prev .fa-stack {
    background-image: url("../img/arrows/Left_arrow_white.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#Pledge .owl-carousel-stacked2 .owl-next .fa-stack {
    background-image: url("../img/arrows/Right_arrow_white.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#Pledge .owl-carousel-stacked2 .owl-prev .fa-stack:hover {
    background-image: url("../img/arrows/Left_arrow_color.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#Pledge .owl-carousel-stacked2 .owl-next .fa-stack:hover {
    background-image: url("../img/arrows/Right_arrow_color.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#Pledge .owl-carousel-stacked2 .owl-prev {
    left: -10%;
}

#Pledge .owl-carousel-stacked2 .owl-next {
    right: -10%;
}

#Pledge .owl-nav .owl-prev,
#Pledge .owl-nav .owl-next {
    height: 50px;
    width: 50px;
}

#Pledge .owl-nav .fa-stack {
    height: 50px;
    width: 50px;
}

#Pledge .owl-carousel-stacked2 .owl-item.center {
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    transform: scale(1, 0.8) !important;
}

#Pledge .owl-carousel-stacked2 .owl-item.center .paracontent .para1 {
    font-size: 20px;
    color: #fff;
    padding: 30px 30px 10px;
    margin-bottom: unset;
}

#Pledge .owl-carousel-stacked2 .owl-item.center .paracontent .para2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: unset;
}

#Pledge .coolBeans {
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #fff;
}

#Pledge .coolBeans:hover {
    border: 2px solid rgba(35, 148, 188, 1);
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#Pledge .pledgebtnbox {
    padding: 15px;
}

#Pledge .teamBottomImg::before {
    content: "";
    background-image: url(../img/Leaf.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 18px;
    bottom: 2px;
    height: 130px;
    width: 130px;
    z-index: 1;
}

#Pledge .teamTopImg::before {
    content: "";
    background-image: url(../img/Leaf.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
    position: absolute;
    left: 18px;
    top: 2px;
    height: 130px;
    width: 130px;
    z-index: 1;
}

#Pledge .owl-carousel-stacked2 .item {
    transition: all 0.5s;
}

#Pledge .bgchange::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 80;
    border-radius: 10px;
}

#Pledge .bgchangefront::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 80;
    border-radius: 10px;
}

#Pledge .teamInner .owl-stage-outer {
    padding: 20px 0px;
}

#Pledge .check {
    height: 200px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5.5px;
}

#Pledge .owl-carousel-stacked2 .bgchange {
    transition: all 0.4s ease;
}

#Pledge .owl-carousel-stacked2 .check:hover .bgchange {
    display: block !important;
}

#Pledge .owl-carousel-stacked2 .check:hover .bgchangefront {
    display: none !important;
}

#Pledge .owl-carousel-stacked2 .checkmob:hover .bgchange {
    display: block !important;
}

#Pledge .owl-carousel-stacked2 .checkmob:hover .bgchangefront {
    display: block !important;
}

#Pledge .owl-carousel-stacked2 .paracontent {
    position: relative;
    z-index: 99;
}

#Pledge .owl-carousel-stacked2 .paracontent .para1 {
    color: #fff !important;
}

#Pledge .owl-carousel-stacked2 .paracontent .para2 {
    color: #fff !important;
}

#Pledge .panel {
    /* margin: 0 auto;
	 */
    width: 100%;
    /* height: 130px;
	 */
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    height: 100%;
}

#Pledge .panel .front,
#Pledge .panel .back {
    text-align: center;
}

/* 
#Pledge .panel .front {
    height: 100%;
    width: 100%;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -ms-transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
}

#Pledge .panel .back {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -ms-transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
}

#Pledge .panel.flip .front {
    z-index: 90;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

#Pledge .panel.flip .back {
    z-index: 100;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
} */

#Pledge .boxf {
    height: 170px;
    /* background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
	 */
    /* background: rgba(79, 179, 145, 1);
	 */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 10px;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 */
    color: #fff;
    position: relative;
}

#Pledge .boximg1 {
    background: url(../img/box/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Pledge .back {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

#Pledge .panel:hover .back {
    height: 100%;
    opacity: 1;
}




#Pledge .box1b {
    background: #fff;
    /* background-repeat: no-repeat;
	 background-size: 100% 100%;
	 */
    position: relative;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border-radius: 10px;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 */
}

#Pledge .boximg2 {
    background: url(../img/box/02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Pledge .box2b {
    background: #fff;
    /* background-repeat: no-repeat;
	 background-size: 100% 100%;
	 */
    position: relative;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border-radius: 10px;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 */
}

#Pledge .boximg3 {
    background: url(../img/box/03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#Pledge .boximg4 {
    background: url(../img/box/04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#Pledge .boximg5 {
    background: url(../img/box/05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Pledge .boximg6 {
    background: url(../img/box/06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Pledge .boximg7 {
    background: url(../img/box/07.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Pledge .boximg8 {
    background: url(../img/box/08.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Pledge .boximg9 {
    background: url(../img/box/09.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#Pledge .boximg10 {
    background: url(../img/box/10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#Pledge .box3b {
    background: #fff;
    /* background-repeat: no-repeat;
	 background-size: 100% 100%;
	 */
    position: relative;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border-radius: 10px;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 */
}
#Pledge .front .para2, #Pledge .front .para2{
    color: #fff !important;
    background: unset;
    -webkit-text-fill-color: unset;
    -webkit-background-clip: unset;
}

#Pledge .boxb p,
#Pledge .boxf p {
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: relative;
}

#Pledge .boxb {
    position: relative;
    color: #fff;
    line-height: 1.2;
}

#Pledge .box2 span {
    position: relative;
    z-index: 99;
    color: #fff;
}

#Pledge .boxbg {
    background: #00000063;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/* ========= Team End =========== */
/* ========= Eventsgallery Start =========== */
#Eventsgallery .EventsgalleryInner{
    background-color: #f6f6f6;
}
#Eventsgallery .item img{
    border-radius: 20px;
}
#Eventsgallery .item{
    position: relative;
    cursor: pointer;
}
.eventtext{
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #fff;
    font-size: 25px;
}
/* .lg-toolbar .lg-download:after {
    content: "" !important;
} */
/* ========= Eventsgallery End =========== */

/* ========= Footer End =========== */
#footer::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #f6f6f6;
}

#footer .footerInner {
    position: relative;
    z-index: 2;
    background: url("../img/FooterBG.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#footer .Agency a {
    color: #000;
    text-decoration: none;
}

#footer .sociallinks {
    display: block;
}

/* ========= Footer Start =========== */
/* ========= From Start =========== */
#price .leaf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#price .modal-dialog {
    background-image: url("../img/form.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#price .modal-content {
    border: unset;
    background-color: transparent;
}

#price .modal-header {
    border-bottom: none;
}

#price .modal-header img {
    width: 70%;
    margin: 7px auto;
}

#price .modal-body {
    padding-top: unset;
}

#price .input-group label {
    font-size: 13px;
}

#price .input-group {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

#price .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

#price .form-control {
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    color: #1b80a5;
    border: 2px solid #1b80a5;
    margin: 6px 0px;
    background: transparent;
}

#price .form-control::placeholder {
    color: #1b80a5;
    opacity: 1;
}

#price .iti.iti--allow-dropdown {
    width: 100%;
}

#price .submit-btn {
    display: inline-block;
    padding: 5px 36px;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
}

#price .modal-body-title {
    margin: 0px 0px 20px;
}

.leaficon {
    position: relative;
}

.leaf {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-50%, -70%);
}

/* ========= From End =========== */
/* ========= From Start =========== */
#pricepledge .leaf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#pricepledge .modal-dialog {
    background-image: url("../img/form.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#pricepledge .modal-content {
    border: unset;
    background-color: transparent;
}

#pricepledge .modal-header {
    border-bottom: none;
}

#pricepledge .modal-header img {
    width: 70%;
    margin: 7px auto;
}

#pricepledge .modal-body {
    padding-top: unset;
}

#pricepledge .input-group label {
    font-size: 13px;
}

#pricepledge .input-group {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

#pricepledge .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

#pricepledge .form-control {
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    color: #1b80a5;
    border: 2px solid #1b80a5;
    margin: 6px 0px;
    background: transparent;
}

#pricepledge .form-control::placeholder {
    color: #1b80a5;
    opacity: 1;
}

#pricepledge .iti.iti--allow-dropdown {
    width: 100%;
}

#pricepledge .submit-btn {
    display: inline-block;
    padding: 5px 36px;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
}

#pricepledge .modal-body-title {
    margin: 0px 0px 20px;
}

/* ========= From End =========== */
/* ========= From Start =========== */
#binny .leaf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#binny .modal-dialog {
    background-image: url("../img/form.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#binny .modal-content {
    border: unset;
    background-color: transparent;
}

#binny .modal-header {
    border-bottom: none;
}

#binny .modal-header img {
    width: 70%;
    margin: 7px auto;
}

#binny .modal-body {
    padding-top: unset;
}

#binny .input-group label {
    font-size: 13px;
}

#binny .input-group {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

#binny .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

#binny .form-control {
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    color: #1b80a5;
    border: 2px solid #1b80a5;
    margin: 6px 0px;
    background: transparent;
}

#binny .form-control::placeholder {
    color: #1b80a5;
    opacity: 1;
}

#binny .iti.iti--allow-dropdown {
    width: 100%;
}

#binny .submit-btn {
    display: inline-block;
    padding: 5px 36px;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
}

#binny .modal-body-title {
    margin: 0px 0px 20px;
}

/* ========= From End =========== */

/* ========= From Start =========== */
#sunny .leaf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#sunny .modal-dialog {
    background-image: url("../img/form.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#sunny .modal-content {
    border: unset;
    background-color: transparent;
}

#sunny .modal-header {
    border-bottom: none;
}

#sunny .modal-header img {
    width: 70%;
    margin: 7px auto;
}

#sunny .modal-body {
    padding-top: unset;
}

#sunny .input-group label {
    font-size: 13px;
}

#sunny .input-group {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

#sunny .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

#sunny .form-control {
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    color: #1b80a5;
    border: 2px solid #1b80a5;
    margin: 6px 0px;
    background: transparent;
}

#sunny .form-control::placeholder {
    color: #1b80a5;
    opacity: 1;
}

#sunny .iti.iti--allow-dropdown {
    width: 100%;
}

#sunny .submit-btn {
    display: inline-block;
    padding: 5px 36px;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
}

#sunny .modal-body-title {
    margin: 0px 0px 20px;
}


/* ========= From End =========== */
.details .u-othertext {
    display: flex;
    align-items: center;
}

.teamInner .u-sectionhead {
    font-size: 35px;
    margin: 0;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#Pledge .boxb p {
    font-size: 12px;
    color: #fff;
    position: relative;
}

/* betterTomorrow start */
#betterTomorrow .cardbox .data,
#betterTomorrow .cardbox .icon {
    text-align: center;
}

#betterTomorrow .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 4.5rem;
    width: 4.5rem;
    margin: auto;
    border-radius: 50%;
    font-size: 1rem;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    margin-bottom: 15px;
    margin-top: 0px;
}

#betterTomorrow .icon img {
    height: auto;
    width: auto;
}

#betterTomorrow .cardbox {
    padding: 20px 20px;
    border: 2px solid rgba(35, 148, 188, 1);
    border-radius: 15px;
    transition: all 0.7s;
    height: 260px;
}

#betterTomorrow .cardbox .data {
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#betterTomorrow .cardbox .data h5 {
    font-weight: 600;
}

#betterTomorrow .cardbox .data p {
    font-size: 14px;
}

#betterTomorrow .c-block {
    display: none;
}

#betterTomorrow .owl-item:hover .boxhover .cardbox {
    margin-top: -20px;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    border-radius: 16px;
    box-shadow: 2px 2px 5px 5px #bfbebe;
    border: 2px solid transparent;
}

#betterTomorrow .owl-item:hover .boxhover .cardbox .c-block {
    display: block;
}

#betterTomorrow .owl-item:hover .boxhover .cardbox .w-block {
    display: none;
}

#betterTomorrow .owl-item:hover .boxhover .cardbox .data {
    background: linear-gradient(120deg, #fff 0%, #fff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#betterTomorrow .owl-item:hover .boxhover .cardbox .icon {
    background: linear-gradient(5deg, #fff 0%, #fff 86%);
}

#betterTomorrow .owl-item:hover .boxhover .cardbox .data {
    color: #fff;
}

#betterTomorrow .owl-carousel .owl-stage-outer {
    padding: 30px 0px;
}

#betterTomorrow .better-sider .owl-prev,
#betterTomorrow .better-sider .owl-next {
    position: absolute;
    top: 46%;
    margin-top: -10px;
    cursor: pointer;
    color: #ddd !important;
}

#betterTomorrow .better-sider .owl-prev .fa-stack {
    background-image: url("../img/arrows/Left_arrow_white.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#betterTomorrow .better-sider .owl-next .fa-stack {
    background-image: url("../img/arrows/Right_arrow_white.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#betterTomorrow .better-sider .owl-prev .fa-stack:hover {
    background-image: url("../img/arrows/Left_arrow_color.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#betterTomorrow .better-sider .owl-next .fa-stack:hover {
    background-image: url("../img/arrows/Right_arrow_color.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#betterTomorrow .better-sider .owl-prev {
    left: -7%;
}

#betterTomorrow .better-sider .owl-next {
    right: -7%;
}

#betterTomorrow .owl-nav .owl-prev,
#betterTomorrow .owl-nav .owl-next {
    height: 55px;
    width: 55px;
    display: block !important;
}

#betterTomorrow .owl-nav .fa-stack {
    height: 55px;
    width: 55px;
}

/* betterTomorrow end */
#thankyoupledge .leaf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#thankyoupledge .modal-dialog {
    background-image: url("../img/form.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#thankyoupledge .modal-content {
    border: unset;
    background-color: transparent;
}

#thankyoupledge .modal-header {
    border-bottom: none;
}

#thankyoupledge .modal-header img {
    width: 70%;
    margin: 7px auto;
}

#thankyoupledge .modal-body {
    padding-top: unset;
}

#thankyoupledge .input-group label {
    font-size: 13px;
}

#thankyoupledge .input-group {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

#thankyoupledge .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

#thankyoupledge .form-control {
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    color: #1b80a5;
    border: 2px solid #1b80a5;
    margin: 6px 0px;
    background: transparent;
}

#thankyoupledge .form-control::placeholder {
    color: #1b80a5;
    opacity: 1;
}

#thankyoupledge .iti.iti--allow-dropdown {
    width: 100%;
}

#thankyoupledge .submit-btn {
    display: inline-block;
    padding: 5px 36px;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
}

#thankyoupledge .modal-body-title {
    margin: 0px 0px 20px;
}

#Pledge .Pledgepara .counternew {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #dadada;
    /* background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
	 */
    background: #fff;
    width: 40px;
    border-radius: 4px;
    /* color: #fff;
	 */
    color: rgba(35, 148, 188, 1);
    margin: 2px;
}

#Home .counternew {
    font-size: 25px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #dadada;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    /* background: #fff;
	 */
    /* width: 40px;
	 */
    padding: 0px 10px;
    border-radius: 4px;
    color: #fff;
    /* color: rgba(35, 148, 188, 1);
	 */
    border: 2px solid #fff;
    margin: 2px;
}

#Pledge .Pledgepara .counternew {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #dadada;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    /* background: #fff;
	 */
    /* width: 40px;
	 */
    padding: 0px 10px;
    border-radius: 4px;
    color: #fff;
    /* color: rgba(35, 148, 188, 1);
	 */
    margin: 2px;
}

.piller {
    display: flex;
    justify-content: start;
    align-items: center;
}

#planttree .u-paratext1 {
    font-size: 22px;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.countcircleline::before {
    content: "";
    height: 3px;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    position: absolute;
    margin: 0px 5% 0px 0px;
    width: 400%;
    z-index: -1;
    top: 175%;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
}

#planttree .countrightdata {
    margin-left: 20px;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 800;
}

.planttreeInner {
    background-image: url("../img/treebg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*height:95vh;*/
}

#record .leaf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#record .modal-dialog {
    background-image: url("../img/form.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#record .modal-content {
    border: unset;
    background-color: transparent;
}

#record .modal-header {
    border-bottom: none;
}

#record .modal-header img {
    width: 70%;
    margin: 7px auto;
}

#record .modal-body {
    padding-top: unset;
}

#record .input-group label {
    font-size: 13px;
}

#record .input-group {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

#record .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

#record .form-control {
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    color: #1b80a5;
    border: 2px solid #1b80a5;
    margin: 6px 0px;
    background: transparent;
}

#record .form-control::placeholder {
    color: #1b80a5;
    opacity: 1;
}

#record .iti.iti--allow-dropdown {
    width: 100%;
}

#record .submit-btn {
    display: inline-block;
    padding: 5px 36px;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
}

#record .modal-body-title {
    margin: 0px 0px 20px;
}

#thankyou .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

#video .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99 !important;
    border: 2px solid;
    border-radius: 50%;
    color: #000;
    filter: invert(1);
    padding: 5px;
}

#video2 .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99 !important;
    border: 2px solid;
    border-radius: 50%;
    color: #000;
    filter: invert(1);
    padding: 5px;
}

#video3 .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99 !important;
    border: 2px solid;
    border-radius: 50%;
    color: #000;
    filter: invert(1);
    padding: 5px;
}

#video4 .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99 !important;
    border: 2px solid;
    border-radius: 50%;
    color: #000;
    filter: invert(1);
    padding: 5px;
}

#planttree .coolBeans {
    display: inline-block;
    padding: 9px 40px;
    color: #fff;
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    font-size: 17px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #fff;
}

#planttree .coolBeans:hover {
    border: 2px solid rgba(35, 148, 188, 1);
    background: linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.d-check {
    display: flex;
    justify-content: start;
    align-items: center;
}

/* Rohit */
.sliderbtns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Thumbnails Carousel */
.thumbnails-carousel {
    display: flex;
}

.thumbnail-item {
    cursor: pointer;

}

.thumbnail-item img {
    /* width: 135px; */
    height: 135px;
     width: 80px;
     border-radius: 10px;
    /* border-radius: 50%; */
    object-fit: contain;
    transition: border 0.3s ease;
    /* border: 2px solid #000; */
    border-radius: 10px;
    /* background: linear-gradient(180deg,rgba(35, 148, 188, 1) 20%, rgba(79, 179, 145, 1)  100%); */

}


#slider-content h2 {
    color: #b79c4f;
    font-weight: 600;
}

#slider-content p,
#slider-content ul {
    color: #fff;
    font-weight: 100;
}
/* .thumbnail-item.active img,
.thumbnail-item:hover img {
    border: 3px solid #000;
    border: 2px solid linear-gradient(180deg, rgba(79, 179, 145, 1) 20%, rgba(35, 148, 188, 1) 100%);
   
} */
/* .thumbnail-item.active-thumb {
  border: 2px solid rgba(79, 179, 145, 1);
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(79, 179, 145, 0.6); 
  transition: all 0.3s ease;
} */
 .thumbnail-item{
      border-radius: 50%;
 }

.thumbnail-item.active-thumb {
  border: 2px solid rgba(79, 179, 145, 1);
  border-radius: 50%;
  height: 135px;
  width: 135px;
  transition: all 0.3s ease;
}
.thumbnail-item.active-thumb img{
  animation: pulse 1.5s infinite;

}




@keyframes pulse {
  0% {
    transform: scale(1);
   
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* .thumbnail-item.active-thumb {
  position: relative;
  height: 135px;
  width: 135px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;
  z-index: 1;
}

.thumbnail-item.active-thumb::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  padding: 2px;
  background: conic-gradient(
    rgba(79, 179, 145, 1) 0%,
    rgba(79, 179, 145, 0.5) 50%,
    rgba(79, 179, 145, 1) 100%
  );
  animation: rotateBorder 2s linear infinite;
  z-index: -1;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */



/* .thumbnail-item.active-thumb img {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #fff; 
} */


.content-thumbnails {
    position: relative;
}

.thumbnails-carousel {
    position: absolute;
    bottom: 5%;
    right: 0px;
    overflow: hidden;
}

/* remove css */

.lineimgwidth {
    max-width: 110% !important;
}




/* new style css */
  .custom-carousel .carousel-item-custom {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      padding: 15px;
      position: relative;
  
    }

    .custom-carousel .carousel-item-custom .media-wrapper {
      position: relative;
      width: 100%;
      height: 400px;
    }

    .custom-carousel .media-wrapper img,
    .custom-carousel .media-wrapper video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 5px;
      display: block;
          border: 1px solid #000;
    }

    .custom-carousel .media-wrapper video {
      display: none;
    }

    .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      transform: translate(-50%, -50%);
      background-image: url("../img/Videoicon.png");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 10;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .custom-carousel .carousel-item-custom h5 {
      font-size: 1.1rem;
      font-weight: 700;
      margin: 15px 0 5px;
    }

    .custom-carousel .carousel-item-custom p {
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 0;
    }

    .custom-carousel .owl-dots {
      display: flex !important;
      justify-content: center;
      margin-top: 20px;
    }

    .custom-carousel .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0 4px;
      background: #bbb !important;
      display: block;
      border-radius: 50%;
      transition: background 0.3s;
    }

    .custom-carousel .owl-dot.active span {
      background: #000 !important;
    }

    .custom-carousel .owl-nav {
      position: absolute;
      top: 33%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      pointer-events: none;
    }

    .custom-carousel .owl-nav button.owl-prev,
    .custom-carousel .owl-nav button.owl-next {
      width: 50px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border: none;
      outline: none;
      pointer-events: all;
    }

    .custom-carousel .owl-nav button.owl-prev {
      background-image: url("../img/arrows/Left_arrow_white.png");
      margin-left: -44px;
     margin-bottom: 20px;
    }

    .custom-carousel .owl-nav button.owl-next {
      background-image: url("../img/arrows/Right_arrow_white.png");
      margin-right: -44px;
      margin-bottom: 20px;
    }

    .custom-carousel .owl-nav button.owl-prev:hover {
      background-image: url("../img/arrows/Left_arrow_color.png");
    }

    .custom-carousel .owl-nav button.owl-next:hover {
      background-image: url("../img/arrows/Right_arrow_color.png");
    }

    .custom-carousel .owl-nav button span {
      display: none;
    }

    /* @media (max-width: 576px) {
      .custom-carousel .carousel-item-custom .media-wrapper {
        height: 200px;
      }
    } */