@import url("https://fonts.googleapis.com/css2?family=Mogra&display=swap");

/*@import url("responsive.css");*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: var(--xsmall-font);
    max-width: 1920px;
    margin: 0 auto;
}


/* gratitude css */


/*== common css==*/

:root {
    /*  all colors  */
    --main: #fff;
    --yellow: #f7c645;
    --lightgray: #eeeeee;
    --black: #000;
    --green: #05c253;
    --blue: #002860;
    --lgreen: #0be1a9;
    /* font */
    --xxsmall-font: 14px;
    --xsmall-font: 16px;
    --small-font: 16px;
    --medium-font: 20px;
    --xmedium-font: 26px;
    --large-font: 34px;
    --x-large-font: 50px;
    /*  box shadow    */
    --bxs-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
    --bx-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    --gradient-bg: linear-gradient(90.08deg, #05c253 -16.93%, #0be1a9 106.8%);
}

.container-fluid {
    max-width: 90%;
}

.container {
    max-width: 80%;
}


/* header */

.header-dynamic {
    background: var(--gradient-bg);
    padding: 8px 0;
    box-shadow: var(--bx-shadow);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.navbar-header {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.app-link {
    display: flex;
    margin-bottom: 0;
    list-style: none;
}

.app-link li {
    width: 25px;
    margin-left: 30px;
}

.app-link {
    padding-left: 0;
}

.navbar-header .navbar-menu li {
    display: inline-flex;
    margin-left: 40px;
}

.navbar-header .navbar-menu li a {
    color: var(--main);
    font-size: var(--medium-font);
    font-weight: 500;
    text-decoration: none;
}

.navbar-menu {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}


/* end header */


/* home page */

.hero-with-postive {
    /*padding-top: 80px;*/
    position: relative;
}

.hero-content h1 {
    font-size: var(--large-font);
    font-weight: 700;
    color: var(--main);
    text-align: center;
    margin-bottom: 30px;
}

.hero-content h2 {
    font-size: var(--medium-font);
    text-align: center;
    color: var(--main);
    max-width: 70%;
}

.download-app.downloadapp-white {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 60px;
}

.download-app.downloadapp-white li a {
    color: var(--main);
    border-color: var(--main);
}

.hero-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-block {
    padding: 0;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
}

.hero-with-postive>img {
    width: 100%;
}


/* poaitive space */

.postive-space h2 {
    font-size: var(--xmedium-font);
    font-weight: 700;
    margin-bottom: 28px;
}

.postive-space p {
    font-weight: 500;
}

.positive-internet {
    position: absolute;
    bottom: 8%;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.awrd-listing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.awrd-listing h3 {
    display: none;
}

.awrd-listing p {
    display: none;
}

.swiper-slide-active .awrd-listing h3 {
    display: block;
}

.swiper-slide-active .awrd-listing p {
    display: block;
}

.swiper-3d .swiper-slide-shadow-left {
    display: none;
}

.swiper-3d .swiper-slide-shadow-right {
    display: none;
}


/* end home page */


/* gratitude  */

.box-33-66 {
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 85px);
}

.box-33 {
    max-width: 25%;
    flex: 0 0 25%;
    height: 100%;
}

.gratitude-wall {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 15px;
    box-shadow: var(--bxs-shadow);
    overflow-y: auto;
}

.gratitude-wall h2 {
    font-size: var(--medium-font);
    font-weight: 600;
    color: var(--green);
}

.gratitude-wall p {
    font-size: var(--xxsmall-font);
    font-weight: 600;
    line-height: 22px;
}

.gratitude-wall p small {
    font-size: var(--xxsmall-font);
    line-height: 17px;
    font-weight: 600;
}

.download-app {
    padding-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.download-app li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.download-app li a p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: var(--medium-font);
    font-weight: 600;
}

.download-app li a span {
    height: 29px;
    position: absolute;
    left: 10px;
    top: 13px;
    width: 29px;
    display: flex;
    font-size: var(--xmedium-font);
}

.download-app li a {
    position: relative;
    padding-left: 40px;
    border: 1px solid var(--black);
    border-radius: 4px;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 18px;
    width: auto;
    color: var(--black);
    height: 54px;
    font-size: var(--xsmall-font);
    font-weight: 600;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.space-even {
    margin: 2rem 0 3rem;
}

.showcase {
    text-align: center;
}

.showcase img {
    width: 148px;
    height: 148px;
    margin-bottom: 30px;
    box-shadow: 2px 10px 10px 1px rgb(0 0 0 / 32%);
    border-radius: 50%;
}

.showcase h4 {
    font-size: var(--medium-font);
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--green);
}

.showcase p {
    font-size: var(--xsmall-font);
    font-weight: 600;
}


/* fearures */

.common-padding {
    padding: 80px 0;
}

.fetured-look {
    text-align: center;
}

.fetured-look h2 {
    font-size: var(--xmedium-font);
    font-weight: 700;
    color: var(--green);
    margin-bottom: 20px;
}

.fetured-look p {
    font-weight: 600;
}

.award-box h3 {
    font-size: var(--medium-font);
    color: var(--green);
    font-weight: 700;
}

.award-box {
    margin-top: 60px;
    text-align: center;
}

.award-box-achive {
    background: var(--main);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 0;
}

.award-box p {
    font-weight: 600;
    max-width: 400px;
    margin: 0 auto;
}


/*  */

.testimonial-swiper .swiper-slide-active {
    transform: scale(0.9);
    position: relative;
    left: 12px;
}

.testimonial-swiper .swiper-slide-next {
    transform: scale(0.8);
}

.swiper-top-bar {
    position: relative !important;
    top: 10px;
}

.swiper-top-bar .swiper-pagination-bullet {
    background: #d2cfcf;
    width: 15px;
    height: 15px;
    opacity: initial;
}

.swiper-top-bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main);
}


/*  */

.updeed-community-grid ul#myTab {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.updeed-community-grid ul#myTab li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.updeed-community-grid ul#myTab li a {
    border: 1px solid #cdcdcd;
    border-radius: 0;
    color: var(--black);
    font-size: var(--medium-font);
    font-weight: 500;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.updeed-community-grid ul#myTab li a.active {
    color: var(--lgreen);
    border-bottom: 3px solid #06c761;
}

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

.become-leader-box h4 {
    font-size: var(--medium-font);
    font-weight: 700;
    color: #08cf77;
}

.become-leader-box p {
    font-weight: 500;
}

.call-to-action {
    background: linear-gradient(92.77deg, rgba(5, 194, 83, 0.7) -7.53%, rgba(11, 225, 169, 0.7) 117.62%);
    width: 165px;
    height: 40px;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: var(--medium-font);
    color: var(--main);
    margin-top: 20px;
    box-shadow: var(--bx-shadow);
    position: relative;
    z-index: 11;
}

.call-to-action:hover {
    color: var(--main);
    text-decoration: none;
}

.become-leader-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.active-img {
    display: none;
}

.updeed-community-grid ul#myTab li a.active .active-img {
    display: block;
}

.updeed-community-grid ul#myTab li a.active .simle-img {
    display: none;
}


/* testimonial */

.see-what h2 {
    font-size: var(--xmedium-font);
    color: var(--green);
    text-align: center;
    font-weight: 700;
    position: relative;
    top: 40px;
}

.badge-line {
    position: relative;
}

.line-overlap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.connect h2 {
    font-size: var(--medium-font);
    font-weight: 700;
    color: var(--blue);
    line-height: auto;
    margin-bottom: 0;
}

.testimonial-card {
    background: var(--main);
    border-radius: 14px;
}

.test-card {
    position: relative;
    border-top: 10px solid #eee;
    padding: 20px;
}

.test-card img {
    position: absolute;
    width: 35px !important;
    top: -23px !important;
    left: 15px !important;
}

.test-card p {
    font-size: var(--xsmall-font);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.test-card h6 {
    margin-bottom: 0;
}

.test-card p i {
    font-size: 12px;
}

.map-list {
    display: flex;
    align-items: center;
    height: 100%;
}


/*  */

.world-map {
    min-height: 546px;
    align-items: center;
    background: var(--gradient-bg);
    border-radius: 27px;
    width: 100%;
    display: flex;
    position: relative;
    margin: 80px 0;
}

.quotes {
    position: absolute;
    top: -100px;
    left: 50px;
    width: 200px;
}

.world-form {
    width: 100%;
}

.world-form {
    width: 100%;
}


/*  */

.connect {
    text-align: center;
}

.download-app.downloadapp-blue li a {
    color: var(--blue);
    border-color: var(--blue);
}

.download-app.downloadapp-blue {
    height: 100%;
}


/*  */

.checckout-wall-title h2 {
    font-size: var(--xmedium-font);
    color: var(--green);
    font-weight: 700;
    text-align: center;
}


/* footer */

.footer {
    position: relative;
}

.checkout-wall {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/Grey-Curve.png);
    background-repeat: no-repeat;
    padding: 6% 0 21%;
    background-size: 100%;
    margin-bottom: -25%;
}

.subscribe-newsletter {
    text-align: center;
    color: var(--main);
}

.footer-green {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/GreenCurve.png);
    background-position: top center;
    background-size: 100% 100%;
    padding-top: 15%;
    background-repeat: no-repeat;
}

.newsletter-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    /*margin-top: 40px;*/
}

.newsletter-area .form-control {
    max-width: 68%;
    min-height: 60px;
    background: transparent;
    border: 1px solid var(--main);
    color: var(--main);
    border-radius: 12px;
    padding-left: 50px;
    font-size: var(--medium-font);
}

.newsletter-area .form-control:focus {
    background: transparent;
    color: var(--main);
}

.btn.btn-white {
    width: 200px;
    background: var(--main);
    border-radius: 12px;
    font-size: var(--medium-font);
    font-weight: 700;
    color: #07cb6d;
}


/*  */

.footer-menu {
    padding-left: 0;
    column-count: 2;
}

.footer-social {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    max-width: 130px;
    position: relative;
    top: 20px;
}

.footer-menu li a {
    color: var(--main);
    font-size: var(--xsmall-font);
    font-weight: 500;
}

.footer-menu>li {
    display: block;
    margin-bottom: 10px;
}

.footer-social li {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main);
    border-radius: 50%;
    margin-bottom: 10px;
}

.footer-social li:hover {
    background-color: var(--blue);
    color: var(--main);
    border-radius: 50%;
    border-color: var(--blue);
}

.footer-social li:hover a {
    color: var(--main) !important;
    border-color: var(--blue) !important;
}

.footer-social li a {
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: var(--xsmall-font);
    text-decoration: none;
    font-weight: 500;
    color: var(--main);
}

.newsletter-area input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--main);
    opacity: 1;
    /* Firefox */
}

.newsletter-area input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--main);
}

.newsletter-area input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--main);
}

.updeed-footer {
    padding: 50px 0px;
}

.logo-footer {
    padding: 20px;
}

.download-app_link p {
    font-size: var(--xsmall-font);
    font-weight: 500;
    color: var(--main);
}

.download-app.downloadapp-white.mt-0 {
    flex-direction: column;
    align-items: flex-start;
}

.download-app.downloadapp-white.mt-0 li {
    margin-bottom: 15px;
}

.download-app_link a {
    color: var(--main);
    margin-right: 10px;
    font-weight: 500;
    font: size 14px;
}


/*  */

.box-66 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 2%;
    height: 100%;
    overflow-y: auto;
}

.post-wall {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    /* height: 100%;
    overflow-y: auto; */
    list-style: none;
}

.post-wall li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 20px;
    height: auto;
    margin-bottom: 30px;
}

.post-box {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin-bottom: 0px;
    min-height: 464px !important; 
	display: flex; 
	flex-direction: column;
	justify-content: space-between;
}

.gradient-green {
    background: linear-gradient(269.88deg, #0be1a9 -6.97%, #05c253 107.91%);
    display: flex;
    justify-content: space-between;
    height: 52px;
    align-items: center;
    padding: 15px;
    border-radius: 0 0 15px 15px;
}

.gradient-green a {
    color: var(--main);
    font-weight: 600;
    font-size: var(--xsmall-font);
}

.post-wall li .post-box>img {
    border-radius: 15px 15px 0 0;
    height: 180px;
    width: 100%;
    object-fit: contain;
}

.post-wall li .post-box video {
    height: 174px;
}

.post-brief p {
    font-size: var(--xsmall-font);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    word-break: break-all;
}

.post-brief {
    padding: 15px;
}


/* single post */

.box-center-vertical {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.single-post-card {
    display: flex;
    height: 80%;
    flex-wrap: wrap;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    align-items: center;
    position: relative;
    max-height: 90%;
    padding: 20px
}

.backmodal {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-bg);
    border-radius: 20px 0px 0 20px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    color: var(--main);
}

.backmodal i {
    margin-right: 10px;
}

.backmodal:hover {
    color: var(--main);
    text-decoration: none;
}

.box-50 {
    max-width: 50%;
    flex: 0 0 50%;
    height: 100%;
}

.single-card-image {
    display: flex;
    align-items: center;
    height: 100%;
}

.single-card-image img {
    border-radius: 15px 0px 0px 15px;
    display: flex;
    height: 100%;
    width: 100%;
}

.user-card-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow-y: auto;
}

.author-info {
    position: relative;
    padding-left: 120px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 90px;
}

.author-info img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.single-paragraph {
    max-height: calc(100vh - 50vh);
    overflow-y: auto;
}

.author-info h3 {
    font-size: var(--xmedium-font);
    font-weight: 600;
}

.author-info p {
    margin-bottom: 0;
}

.user-card-info ul {
    padding-left: 0;
    list-style: none;
    margin-top: 1rem;
}

.user-card-info ul li p {
    font-size: var(--xsmall-font);
    font-weight: 600;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #bdffd8;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: var(--green);
}


/* blog page  */

.box {
    background: var(--main);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.post.box {
    margin-bottom: 30px;
}

.box .main {
    margin: -30px -30px 30px -30px !important;
    position: relative;
}

.post-title {
    margin-bottom: 3px;
    font-size: var(--small-font);
    font-weight: 700;
}

.meta {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.meta,
.meta a,
.more,
blockquote small {
    color: #45be84;
    font-size: 13px;
}

.post-title a {
    color: #434343;
    text-decoration: none;
}

.post.box p {
    font-weight: 500;
    line-height: 20px !important;
    font-size: 14px;
}

figure a .text-overlay {
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 50px;
    background: rgba(69, 190, 132, 0.9);
    transition: all 0.4s;
}

figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -12px;
}

figure a .text-overlay .info span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--xsmall-font);
    color: var(--main);
}

.box .main:hover .text-overlay {
    opacity: 1;
}

.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul>li {
    display: inline-block;
}

.pagination ul li {
    width: 40px;
    height: 40px;
}

.pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: var(--main);
}


/* blog single */

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.5em;
}

.wp-block-button__link {
    color: var(--main);
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.post-content h2 {
    font-size: var(--xmedium-font);
    font-weight: 600;
    margin: 30px 0
}

.post-content h1 {
    font-size: 28px;
    margin: 30px 0
}

.post.box ul li {
    margin: 10px 0;
    line-height: 36px;
}

.post-content figcaption a {
    color: #08d07b;
    text-align: center;
    display: block;
}

.side-post {
    background: #eee;
    padding: 5%;
    /* position: sticky;
    top: 100px; */
}

.side-post h2 {
    font-size: var(--medium-font);
    color: var(--green);
    font-weight: 600;
}

.widget_block {
    margin-bottom: 15px;
}

.widget_block ul {
    padding-left: 0;
}

.widget_block ul li {
    display: block;
    font-weight: 500;
}

.widget_block ul li a {
    color: var(--black);
}

.wp-block-search__button {
    width: 120px;
    background: var(--gradient-bg) !important;
    color: var(--main) !important;
    font-weight: 500;
    border-color: var(--green) !important;
    cursor: pointer;
}

.wp-block-search .wp-block-search__input:focus {}

.post-content img {
    max-width: 100%;
}


/* get in tocuh */

.parralax-getintouch {
    height: auto;
    /* calc(100vh - 84px); */
    /*overflow: hidden;*/
}

.parralax-getintouch .parralax-container {
    height: 100%;
}

.faq-block {
    height: calc(100vh - 84px);
    display: flex;
    align-items: center;
    background: url(../images/faq.png);
    background-attachment: fixed;
    position: relative;
}

.faq-list h2 {
    font-size: var(--xmedium-font);
    text-align: center;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 20px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.faq-points {
    padding-left: 0;
    max-width: 417px;
    margin: 0 auto;
}

.faq-points li {
    text-align: center;
    display: block;
    background: rgba(250, 249, 249, 0.71);
    padding: 15px 30px;
    box-shadow: var(--bx-shadow);
    border-radius: 22px;
    margin-bottom: 30px;
}

.get-start a h4 {
    font-size: var(--small-font);
    color: var(--lgreen);
    font-weight: 600;
}

.get-start a p {
    margin-bottom: 0;
    color: var(--black);
    font-weight: 500;
}

.get-start a {
    text-decoration: none;
}

.faq-points li:hover {
    background: var(--gradient-bg);
}

.faq-points li:hover a h4 {
    color: var(--main);
}

.faqimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    max-height: 600px;
}

.faqimg img {
    height: 100%;
    justify-content: center;
    width: auto !important;
}

form#commentform label {
    display: block;
}

form#commentform textarea {
    width: 100%;
    border: 1px solid #dedede;
    padding: 15px;
    border-radius: 12px;
}

form#commentform textarea:focus {
    border: 0;
}

form#commentform input#submit {
    width: 140px;
    height: 40px;
    border-radius: 4px;
    border: 0;
    background: var(--gradient-bg);
    color: var(--main);
    font-weight: 600;
    cursor: pointer;
}


/*  */

.query-box h2 {
    font-size: var(--xmedium-font);
    font-weight: 700;
    color: var(--green);
    text-align: center;
    margin-bottom: 40px;
}

.unsolved-query {
    padding: 30px 0;
    background: url(../images/contact-bg.png);
    height: 100vh;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.contact-box {
    background: var(--blue) url(../images/con-dot.png);
    border-radius: 22px;
    box-shadow: var(--bx-shadow);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.send-message {
    padding: 20px 30px;
}

.send-message h4 {
    font-size: var(--medium-font);
    font-weight: 500;
    color: var(--green);
}

.form-input {
    margin-bottom: 20px;
}

.form-input label {
    color: var(--main);
    text-transform: capitalize;
}

.form-input {}

.form-input img {
    width: 230px !important;
}

.form-input .call-to-action {
    border: 0;
    font-weight: 600;
    margin-top: 0;
    background: var(--gradient-bg);
}

.form-input .form-control {
    background: #eee;
    font-size: var(--xsmall-font);
    border: 2px solid var(--green);
    height: 40px;
}

.carrer {
    padding: 40px 0;
    height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/carrer.png) no-repeat center;
    background-attachment: fixed;
}

.carrer-info {
    text-align: center;
}

.carrer-info h2 {
    font-size: var(--xmedium-font);
    font-weight: 700;
    color: var(--green);
    margin-bottom: 10px;
}

.carrer-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4%;
}

.carrer-1 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    margin-top: 0;
}

.carrer-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 68%);
}

.carrer-hover h4 {
    font-size: var(--medium-font);
    color: var(--blue);
    font-weight: 700;
}

.carrer-info>p {
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.carrer-hover a {
    text-decoration: none;
}

.carrer-1:hover .carrer-hover {
    background: rgba(5, 194, 83, 0.72);
}

.carrer-1:hover .carrer-hover a h2 {
    color: var(--main);
}

.carrer-hover a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
}


/* indidual page */

.indidual-fill h1 {
    font-size: var(--large-font);
    font-weight: 600;
    color: var(--green);
}

.indidual-fill {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-top: 20px;
}

.indidual-fill h2 {
    font-size: var(--xmedium-font);
    font-weight: 600;
    color: var(--black);
    margin-top: 10px !important;
    max-width: 70%;
    margin: 0 auto;
}

.indidual-fill .download-app {
    max-width: 420px;
    margin: 20px auto 0;
}

.updeed-community-text {
    display: flex;
    flex-direction: column;
}

.updeed-community-text h2 {
    font-size: var(--xmedium-font);
    color: var(--main);
    font-weight: 600;
    margin-bottom: 30px;
}

.updeed-community-text p {
    font-weight: 500;
    margin-top: 20px;
}

.updeed-community-text {
    height: 100%;
    justify-content: center;
}

.community-list-info {
    display: flex;
    align-items: center;
    height: 100%;
}

.community-list-info h2 {
    font-size: var(--xmedium-font);
    font-weight: 600;
    color: var(--green);
}


/*  */

.build-community {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.community-screen {
    display: flex;
    flex-wrap: wrap;
    max-height: 100vh;
}

.dummy-phone {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marque-upper {
    height: 100%;
    width: 100%;
}

.marquee-phone {
    flex: 0 0 66.6%;
    max-width: 66.6%;
    height: 100%;
}

.phone-screenshot img {
    margin-bottom: 30px;
}


/* community page */

.community-cover {
    height: calc(100vh - 84px);
}

.quotes-fill h1 {
    font-size: var(--large-font);
    font-weight: 600;
    color: var(--main);
}

.quotes-fill {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.quotes-fill h2 {
    font-size: var(--xmedium-font);
    font-weight: 500;
    color: var(--main);
    margin-top: 20px;
}


/*  */

@media screen and (min-width: 1280px) {
    .quotes-info h2 {
        font-size: 2rem !important;
    }
}

.quotes-info h2 {
    font-family: "Mogra", cursive;
    color: #666e7a;
    font-size: var(--x-large-font);
}

.quotes-info {
    padding-left: 130px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.quotes-info sup {
    position: absolute;
    left: 0;
    top: 0;
}

.qotes-list-community {
    padding: 60px 0;
}

img#img_phone_frame_lg {
    max-width: 100%;
}


/*  */

.sliderimgescroll {
    position: relative;
    list-style-type: none;
    text-align: center;
    animation: slider linear infinite;
    padding-left: 0;
    transition: 10s;
}

.phone-screenshot:hover .sliderimgescroll {
    transform: translateY(-50%);
    transition: 10s;
}

.phone-screenshot:hover .sliderimgescroll2 {
    transform: translateY(-50%);
    transition: 10s;
}

.phone-screenshot {
    position: relative;
}

.sliderimgescroll li {
    line-height: 50px;
    width: auto;
    position: relative;
}

@keyframes slider {
    0% {
        transform: translateY(100vh);
    }
    100% {
        transform: translateY(-100%);
    }
}

.sliderimgescroll2 {
    position: relative;
    list-style-type: none;
    text-align: center;
    animation: slider2 linear infinite;
    padding-left: 0;
    transition: 4s;
}

.sliderimgescroll2 li {
    line-height: 50px;
    width: auto;
    position: relative;
}

@keyframes slider2 {
    0% {
        transform: translateY(100vh);
    }
    100% {
        transform: translateY(-100%);
    }
}


/*  */

.even-odd-box {
    display: flex;
    flex-wrap: wrap;
}

.box-60 {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    align-items: center;
}

.box-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

.box-content-vertical h2 {
    font-size: var(--xmedium-font);
    font-weight: 600;
    color: var(--green);
    margin-bottom: 37px;
}

.box-content-vertical {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.move-image-gsap {
    background: var(--lgreen);
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
}

.transition-ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tranisciotn-text {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.transition-ul li {
    display: block;
    margin-bottom: 30px;
}

.move-update img {
    margin-bottom: 20px;
}

.move-update h6 {
    font-size: var(--medium-font);
    font-weight: 600;
}

.move-update p {
    font-weight: 500;
}

.minus-80 {
    margin-top: -90px;
}

.minus-40 {
    margin-top: -40px;
}


/* slide */

.swiper-content-text {
    max-width: 80%;
    margin: 0 auto;
    background: linear-gradient(180deg, #05c253 -30.77%, rgba(255, 255, 255, 0) 123.56%);
    box-shadow: var(--bx-shadow);
    padding: 30px;
    position: relative;
    border-radius: 43px;
}

.user-image {
    max-width: 120px;
    position: absolute;
    top: -50px;
    left: -50px;
}

.user-name {
    padding-left: 100px;
}

.user-name h6 {
    font-size: var(--medium-font);
    font-weight: 600;
}

.user-name p {
    font-weight: 500;
}

.testi-full h2 {
    font-size: var(--xmedium-font);
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.testi-full {
    margin-top: 40px;
}

.user-name p {
    font-weight: 500;
}

.testi-full p {
    font-weight: 400;
}

.center-slide-text {
    display: flex;
    align-items: center;
    height: 100%;
}


/* updeed organistaion */

.tree-banner {
    margin-top: -8.5%;
}

.updeed-50 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.updeed-art {
    max-width: 60%;
}

.updeed-art h2 {
    font-size: var(--xmedium-font);
    color: var(--main);
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}

.updeed-art h6 {
    font-size: var(--medium-font);
    text-align: center;
    margin-bottom: 30px;
}

.updeed-art p {
    font-weight: 500;
}


/*  */

.app-controler {
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.app-controler li {
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
    font-size: var(--large-font);
    color: var(--green);
    cursor: pointer;
}

.app-controler li div {
    display: flex;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.app-controler li div span {
    width: 12px;
    height: 12px;
}

.app-controler li div span.swiper-pagination-bullet-active {
    background: var(--lgreen);
}

.impact-title {
    text-align: center;
    margin-bottom: 40px;
}

.impact-title h2 {
    font-size: var(--xmedium-font);
    font-weight: 600;
    color: var(--green);
    margin-bottom: 20px;
}

.impact-title p {
    font-weight: 500;
}

.card-post {
    text-align: center;
    background: #fbfbfb;
    padding: 20px;
    box-shadow: var(--bx-shadow);
    margin: 40px;
    min-height: 540px;
}

.card-post p {
    margin-bottom: 0;
    font-weight: 500;
}

.card-post h6 {
    font-size: var(--medium-font);
    font-weight: 600;
    color: var(--green);
}

.card-post img {
    height: 400px;
}


/* post */

.phone_lg_1 {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-rotate: 12deg;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    margin-top: -16rem;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.phone_lg_initial {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-rotate: -12deg;
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    margin-top: -16rem;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.phone_lg_2 {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-rotate: -25deg;
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    margin-top: -16rem;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.phone_lg_2 {
    margin-top: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.phone_lg_1 {
    margin-top: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.phone_lg_initial {
    margin-top: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}


/* about page */

.about-page {
    background-position: center bottom !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
}

.about-updeed-info h6 {
    font-size: var(--medium-font);
    font-weight: 600;
    color: var(--main);
}

.about-updeed-info p {
    font-size: var(--xsmall-font);
    font-weight: 500;
}

.know-more {
    width: 165px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--medium-font);
    border-radius: 4px;
    background: var(--main);
    color: var(--green);
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--bx-shadow);
}

.know-more:hover {
    background: #fefefe;
    color: var(--lgreen);
    text-decoration: none;
}


/* 

 */

.about-special-list li {
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}

.about-special-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    padding-left: 0;
}


/* .about-special-list li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: var(--main);
    border-radius: 50%;
} */

.move-scroll-img-about h2 {
    color: var(--main);
    font-size: var(--xmedium-font);
    font-weight: 600;
}

.move-scroll-img-about p {
    font-weight: 500;
}

.move-scroll-img-about {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.youtube-frame {
    box-shadow: 0 20px 30px 0px rgb(0 0 0 / 41%);
    position: relative;
    padding-bottom: 56%;
    border-radius: 43px;
}

.youtube-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    border-radius: 43px;
}


/* 3 circle */

.circlec1 {
    max-width: 460px;
    height: 460px;
    background: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.over-lap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 19%;
    border-radius: 50%;
    background: #c4c4c4;
    color: var(--black);
    text-align: left;
    opacity: 0;
    transition: 0.5s;
}

.over-lap p {
    margin-bottom: 0;
}

.circle-1 {
    text-align: center;
    max-width: 460px;
    height: auto;
    margin: 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
}

.cricle-3-map {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.circle-1 h6 {
    font-size: var(--medium-font);
    color: var(--green);
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.circlec1:hover .over-lap {
    opacity: 1;
    transition: 0.5s;
}

.circle-2 {
    max-width: 460px;
    flex: 0 0 50%;
    margin-top: -200px;
    position: relative;
}

.circle-3 {
    flex: 0 0 50%;
    max-width: 460px;
    margin-top: -200px;
    margin-left: -40px;
    position: relative;
}

.circle-2 .circlec1 {
    background: var(--green);
}

.circle-3 .circlec1 {
    background: var(--lgreen);
}

.circle-3 .circlec1 .over-lap {
    background: var(--lgreen);
}

.circle-2 .circlec1 .over-lap {
    background: var(--green);
}

.circle-3 h6 {
    text-align: right;
    font-size: var(--medium-font);
    color: var(--green);
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.circle-2 h6 {
    text-align: left;
    font-size: var(--medium-font);
    color: var(--green);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}


/*  */

.voice-change-btn:focus {
    outline: none;
}

.voice-change-inner {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    column-gap: 120px;
}

.voice-change-btn.prime-voiceChange {
    position: relative;
}

.voice-change-btn.prime-voiceChange::before {
    content: "";
    background: url(../images/crown-icon.svg) no-repeat;
    height: 19px;
    position: absolute;
    right: -4px;
    width: 22px;
    top: 3px;
    z-index: 5;
}

.avatar-1 {
    z-index: 3;
}

.avatar-2 {
    z-index: 2;
}

.voice-change-btn {
    background: 0 0;
    border: none;
    margin-left: -5px;
    padding: 0;
    cursor: pointer;
}

.voice-change-btn .voice-change-img img {
    border-radius: 100px;
    border: 5px solid #fff;
    width: 120px;
    height: 120px;
    background: #fff;
}

.voice-change {
    display: table;
}

.voice-change-img {
    position: relative;
}

.voice-change-img img{
    box-shadow: -1px 0px 4.3px 3px #0000001A;
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
     filter: grayscale(100%);
}

.voice-change-img::before {
    position: absolute;
   /* background: rgb(0 0 0/58%); */
    width: 100px;
    height: 100px;
    content: "";
    border-radius: 100px;
}

.voice-change-btn.current .voice-change-img::before {
    content: inherit;
}

.voice-change-btn.current {
  /*   transform: scale(1.2); */
    z-index: 3;
    position: relative;
    /* top: 6px; */
}

.voice-change-btn.current .voice-change-img img {
    border: 5px solid #fff;
    box-shadow: -1px 0px 4.3px 3px #0000001A;
    -webkit-filter: grayscale(0) !important; /* Safari 6.0 - 9.0 */
     filter: grayscale(0) !important;
}

.voice-change-name {
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
}

.voice-change-btn.current .voice-change-name {
    font-size: var(--xsmall-font);
    font-weight: 700;
}

.voice-emotion ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.voice-emotion {
    margin: 50px 0 40px 0;
    display: table;
}

.voice-emotion ul li {
    text-align: center;
    margin-right: 18px;
}

.voice-emotion-btn {
    background: 0 0;
    border: 3px solid var(--main);
    border-radius: 100px;
    padding: 6px 18px;
    font-size: var(--small-font);
    font-weight: 700;
    color: var(--main);
}

.voice-emotion ul li:nth-last-child(1) {
    margin-right: 0;
}

.voice-emotion ul li.current .voice-emotion-btn {
    background: var(--main);
    color: #2f7ae5;
}

.founder-user-1 {
    position: relative;
}

.founder-full-bio {
    position: relative;
 
    display: flex;
    align-items: flex-end;
    margin-top: 40px;
}

.founder-full-bio:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
   
}

.voice-change-btn.current .voice-change-name {
    position: relative;
    top: 10px;
}

.founder-bio {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
}

.founder-name h2 {
    font-family: Montserrat;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 29.26px;
    text-align: center;
}

.founder-name p {
    font-weight: 500;
    color: var(--main);
}

.founder-name {
    margin-top: 10%;
    margin-bottom: 2%;
}

.tab-box {
    display: none;
}


/* carrer page */

.start-updeed {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.start-updeed p {
    font-weight: 500;
}

.start-updeed h2 {
    font-size: var(--xmedium-font);
    font-weight: 700;
    color: var(--green);
    margin-bottom: 20px;
}

.gredint-rules {
    background: var(--gradient-bg);
}

.rules-list {
    padding-top: 60px;
    padding-left: 0;
}

.rules-list li {
    display: block;
    max-width: 70%;
    padding-left: 70px;
    /* padding-top: 50px;

    padding-bottom: 50px; */
    position: relative;
}

.rule-ledger {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rule-list-paragrah {
    padding: 40px 70px;
    position: relative;
    border-top: 3px solid #002860;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: -40px;
}

.rule-list-paragrah p {
    font-weight: 500;
}

.icon-rule {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    z-index: 1;
}

.no-inc {
    font-size: 64px;
    font-weight: 700;
    color: var(--main);
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--blue);
    padding: 0 51px;
    margin-top: -30px;
    padding-left: 30px;
}


/*  */

.rules-list li:nth-child(even) .no-inc {
    padding-right: 20px;
}

.rules-list li:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
    display: flex;
    padding-left: 0;
    padding-right: 50px;
    margin-top: -50px;
    margin-bottom: -50px;
}

.rules-list li:nth-child(even) .no-inc {
    right: 0;
    left: auto;
}

.rules-list li:nth-child(even) .rule-ledger {
    flex-direction: row-reverse;
    margin-left: 0;
}

.rules-list li:nth-child(even) .rule-ledger .rule-list-paragrah {
    margin-left: 0;
    margin-right: -50px;
    text-align: right;
}

.intern-profile-look {
    background: var(--lgreen);
    flex: 0 0 77%;
    max-width: 77%;
    border-radius: 14px;
    padding: 8% 4% 3% 17%;
    margin-top: 200px;
    margin-left: -7%;
    position: relative;
    left: 0%;
    color: var(--main);
    font-weight: 500;
}

.intern-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.intern-immage {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    z-index: 1;
}

.intern-profile-look img {
    position: relative;
    left: -14%;
    top: -10%;
}

.intern-profile-look h6 {
    font-size: var(--medium-font);
    font-weight: 700;
}

.join-apply h6 {
    font-size: var(--medium-font);
    font-weight: 600;
    margin-bottom: 0;
}


/*doc edits*/

.app-link li a {
    font-size: var(--xmedium-font);
    color: var(--main);
}

.app-link li:first-child a {
    font-size: var(--large-font);
}

.app-link li:first-child {
    margin-top: -6px;
    margin-left: 0;
}

.navbar-header .navbar-menu li a:hover,
.app-link li:hover a,
.footer-menu li a:hover {
    color: var(--blue);
}

.navbar-brand {
    width: 70px;
}

.follows {
    font-size: var(--medium-font);
    color: var(--main);
    position: relative;
    top: 15px;
}

.download-app.downloadapp-white li a:hover {
    background: var(--blue);
    border-color: var(--blue);
}

.download-app li:hover a {
    background: var(--blue);
    color: var(--main);
    border-color: var(--blue);
}

.download-app.downloadapp-blue li a:hover img {
    filter: brightness(0) invert(1);
}

.main-menu-more {
    display: none;
}

.navbar-header ul li a {
    font-weight: 500 !important;
}

ol.fbc-items {
    background: transparent !important;
}

ol.fbc-items li a {
    color: var(--green) !important;
}

ul.row.faq-points.faq_inner_area {
    max-width: 100%;
}

.side-post li a {
    color: var(--black);
}

.side-post li {
    display: block;
    font-weight: 500;
}

.side-post li.current-menu-item a {
    color: var(--main);
    width: 100%;
    display: block;
    background: var(--lgreen);
    padding: 10px;
    text-decoration: none;
}

.side-post li a {
    padding: 10px;
    display: table;
    width: 100%;
    text-decoration: none;
}

.sharethis-inline-share-buttons div {
    background: var(--green) !important;
}

.sharethis-inline-share-buttons {
    display: flex;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.logo-footer {
    max-width: 150px;
    margin: 0 auto;
}

.swiper-button-prev-feature {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--xmedium-font);
    color: var(--green);
}

.swiper-button-next-feature {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--xmedium-font);
    color: var(--green);
}

.points-ul li {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    background: url(../images/icon-point.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.points-ul {
    padding-left: 0;
}

.wpcf7-response-output {
    color: #000000 !important;
    margin: 0 !important;
    border-color: #f00 !important;
}

.download-green li a {
    border-color: var(--green);
    color: var(--green);
}

.download-green li a i {
    color: var(--green);
}

.about-updeed-info img {
    position: absolute;
    left: 0;
    top: 0;
}

.about-updeed-info {
    text-align: center;
    margin-bottom: 30px;
}

.about-updeed-info .know-more {
    margin: 0 auto;
}

.globe-images img {
    margin: 0 auto;
    display: table;
}

.carrer-page {
    background-size: 100% !important;
    background-position: top right;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn-white input {
    display: none;
}

.btn-white {
    min-width: 118px;
    text-align: center;
    background: var(--main);
    color: var(--green) !important;
    border: navajowhite;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--medium-font);
    font-weight: 600;
    border-radius: 4px;
    margin: 0 10px;
    cursor: pointer;
}

.apply-form .form-input .form-control {
    background: transparent;
    border-color: var(--main);
    color: var(--main);
}

.apply-form .move-image-gsap {
    padding: 30px 0px;
    border-radius: 60px;
    margin-bottom: 30px;
}

.blog-image .main {
    margin-bottom: 0 !important;
}

.blog-panel .post.box {
    min-height: 520px;
}

.trim-data {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
    height: 70px;
    word-break: break-word;
    text-align: justify;
}

.box .main img {
    height: 260px;
}

.updeed-community {
    background-size: 120% !important;
    background-position: center !important;
}

.hidden-bg {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    color: #fff;
}

.hidden-bg:hover {
    color: var(--blue);
}

.ordinary-banner {
    min-height: 100vh;
    background-size: 100% !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.move-scroll-img {
    display: flex;
    align-items: center;
    height: 100%;
}

.awardbox {
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clap-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.clap-body>button {
    margin: 6px 6px 0 auto;
    background: #d1d1d1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.modal-300 {
    max-width: 320px;
}

.clap-body p {
    font-size: var(--small-font);
    margin-bottom: 0 !important;
    font-weight: 500;
}

.clap-body h6 {
    margin: 10px 0;
    font-size: var(--medium-font);
    font-weight: 600;
    color: var(--blue);
}

.appshare {
    text-align: center;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.appshare li {
    display: inline-flex;
    margin: 0 10px;
}

.appshare li a button {
    color: var(--blue) !important;
    font-size: var(--xmedium-font);
}

.blue-color {
    color: var(--blue) !important;
}

.overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: var(--main);
    padding: 15px;
}

.overlay-box h3 {
    font-size: var(--medium-font);
    font-weight: 600;
}

.overlay-box p {
    line-height: initial;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 14px;
}


/*  */

.qustion-title h1 {
    font-size: var(--xmedium-font);
    font-weight: 700;
}

.archive-question {
    padding-left: 0;
    margin-top: 30px;
}

.qustion-title li {
    display: block;
}

.archive-question li {
    display: block;
    padding-bottom: 10px;
}

.archive-question li a {
    font-weight: 400 !important;
}

.qustion-title {
    margin-top: 30px;
}

.single-faq_post .side-post {
    padding: 0;
}


/*  */

.subscribe-success-msg {
    position: absolute;
    bottom: 0;
    color: #fff !important;
}

.e2u-subscribers-form-wrapper {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 2%;
}

.newsletter {
    padding-bottom: 4%;
}

.updeed-art h4 {
    color: var(--main);
    margin-bottom: 0;
    font-weight: 600;
    font-size: var(--medium-font);
    line-height: 30px;
}

.apply-form .form-input select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 15px;
}

.apply-form .btn-white {
    min-width: 160px;
}

.intern-profile-look img {
    width: 70px !important;
}


/*  */

.blog .checkout-wall,
.single-post .checkout-wall,
.single-faq_post .checkout-wall,
.archive .checkout-wall,
.page-id-1343 .checkout-wall {
    display: none;
}

.disablingform {
    background: none !important;
}

.breadcrumb-container ul li a {
    font-size: var(--small-font);
    color: var(--lgreen);
    font-weight: 600;
}

.breadcrumb-container {
    margin-bottom: 30px;
}

.menu_left_side_area {
    padding-left: 0;
}

.entry-title {
    font-size: var(--large-font);
    font-weight: 700;
}

.get-start a h4:hover {
    color: var(--blue);
}

.bread_crumb_section .breadcrumb {
    background: transparent;
    padding: 0;
}

.bread_crumb_section .breadcrumb li {
    padding-right: 15px;
    color: var(--green);
    font-weight: 500;
    text-transform: capitalize;
}

.bread_crumb_section .breadcrumb li a {
    color: var(--green);
    font-weight: 500;
}

.single-faq_post .side-post {
    background: transparent;
}


/*  */

.menu_left_side_area li.active-menu {
    background: var(--green);
}

.menu_left_side_area li.active-menu a {
    color: var(--main);
}

.menu_left_side_area li:hover {
    background: var(--green);
}

.menu_left_side_area li:hover a {
    color: var(--main);
}

.blog-panel .post.box h1 {
    font-size: var(--large-font);
}

.blog-panel .post.box a {
    color: var(--green);
}

.bread_crumb_section {
    margin-bottom: 40px;
}


/* gratitude wall new */

.profile-user-box h5 {
    font-size: 16px;
}

.profile-user-box p {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}

.profile-user-box img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 20px
}

.amazing-slider {
    position: relative;
}

.swiper-button-next-3 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.swiper-button-prev-3 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}


/*  */

.space-amazing-people {
    width: 100%;
    /* overflow: hidden; */
}

.profile-user-box img {
    margin-left: auto;
    margin-right: auto;
}


/*  */

.latest-wall .swiper-slide-next {
    transform: scale(0.9);
    position: relative;
    left: 12px;
}

.latest-wall .swiper-slide-duplicate-prev {
    transform: scale(0.8);
}

.latest-wall {
    overflow: hidden;
    padding-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.author-information .author-info>img {
    width: 90px !important;
}

.author-information {
    padding: 20px;
}

.author-info p {
    font-size: var(--xxsmall-font);
}

.author-info h5 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
}

.author-information p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.author-information .author-info {
    margin-top: 0px;
    justify-content: center;
    padding-bottom: 0px;
}

.post-share-option {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.post-share-option li {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.post-share-option li a img {
    width: 25px;
    margin-right: 6px;
}

.post-share-option li a {
    color: var(--green);
}

.latest-on-gratitudewall h2 {
    font-size: var(--xmedium-font);
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}

.latest-wall-post {
    box-shadow: var(--bx-shadow);
    /* margin: 0 15px; */
}

.latest-on-gratitudewall {
    position: relative;
}

.swiper-button-prev-latest {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    font-size: 1.2rem;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    /* background: var(--gradient-bg); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    border-radius: 50%;
}

.swiper-button-next-latest {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 1.2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    /* background: var(--gradient-bg); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    border-radius: 50%;
}

.latest-wall-post .latest-img img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.amazing-slider .swiper-slide {
    width: 100%;
}

.single-gratitudepost .amazing-slider .swiper-slide {
    width: 100% !important;
}

.swiper-thumbnail-single img {
    width: 100%;
}

.latest-wall .swiper-wrapper {
    width: 100%;
}

.amazing-slider .latest-wall {
    padding-bottom: 0;
    height: auto;
    display: flex;
}

.swiper-thumbnail-single {
    display: flex;
    height: 100%;
}

.single-amaing-product {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.single-paragraph .form-control {
    margin-top: 15px;
    border-radius: 20px;
}

.commnmt-list li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
}

.commnmt-list li a {
    color: #666;
}

.min-width-80 {
    max-width: 93%;
}

.single-paragraph p {
    font-size: 14px;
}

.single-post-card .swiper-button-prev-latest {
    width: 34px;
    height: 34px;
    background: var(--gradient-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.single-post-card .swiper-button-next-latest {
    width: 34px;
    height: 34px;
    background: var(--gradient-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.latest-wall .swiper-pagination {
    position: relative !important;
    margin-top: 50px;
    z-index: 1;
}

.latest-wall .swiper-pagination-bullets span {
    width: 14px;
    height: 14px;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.latest-wall .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--green);
}


/*  */

.scr-down {
    width: 100px;
    position: absolute;
    font-size: 1vw;
    text-align: center;
    right: 0;
    bottom: 20%;
    color: var(--green);
    text-transform: capitalize;
    text-decoration: none;
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(20px)
    }
}

.scr-down i {
    display: block;
    text-align: center;
    margin-bottom: 6px;
    font-size: 1.5rem;
}

.scr-down:hover {
    text-decoration: none;
    color: var(--green);
}

.swiper-pagination2 {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.swiper-infoslider {
    position: relative;
}

.single .blog-panel .post.box a.wp-block-button__link {
    color: #FFF;
}


/*  */

.contact-id {
    right: 2%;
}


/*  */

.form-input.d-flex.justify-content-center.PORELETIVE {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#file-upload-filename {
    margin-top: 10px;
    font-size: 14px;
}

@media screen and (min-width: 767px) {
    .post.box ul li {
        margin: 10px 0;
        line-height: 26px;
    }
    .post.box p {
        font-weight: 500;
        line-height: 30px;
    }
}

.btn.btn-blue {
    background: var(--blue);
    color: var(--main);
    margin-top: 10px;
    padding: 4px 30px;
    margin-bottom: 10px;
}

.post-wall li .author-info {
    padding-left: 70px;
    min-height: 40px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.post-wall li .author-info img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 5px;
    margin-top: 10px;
}


/* 07-03-22 */


/*faq section*/

.custom-accordian .card-header {
    background: #0adea1;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    position: relative;
    border-bottom: 0;
    margin-bottom: 0px;
    padding-right: 0px
}

.custom-accordian .card-header[aria-expanded="true"] {
    margin-bottom: 0;
}

.custom-accordian .card-header button {
    color: #fff
}

.card-header button[aria-expanded="false"]:before,
.card-header button[aria-expanded="false"]:after {
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #ffffff !important;
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: 50%;
    margin: 0;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    right: 20px;
    z-index: 999999;
}

.card-header button[aria-expanded="false"]:after {
    bottom: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    cursor: pointer;
    z-index: 999999;
}

.card-header button[aria-expanded="true"]:after {
    bottom: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    cursor: pointer;
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #ffffff !important;
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: 50%;
    margin: 0;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    right: 20px;
    z-index: 999999;
}

.custom-accordian {
    margin-top: 30px;
    margin-bottom: 30px;
}

.carrer-info h2 button {
    font-size: 1.2rem;
    font-weight: 600;
    padding-right: 50px !important;
}

.custom-accordian .card {
    margin-bottom: 30px
}


/*contact form*/

@media screen and (max-width:767px) {
    .carrer-info h2 button {
        font-size: 13px !important;
        font-weight: 600;
        padding: 0;
        width: auto;
        word-break: break-word;
        white-space: normal;
        text-align: left;
    }
    .custom-accordian .card-header {
        padding-left: 20px;
    }
    .card-header button[aria-expanded="false"]:before,
    .card-header button[aria-expanded="false"]:after {
        width: 10px !important;
    }
    .card-header button[aria-expanded="true"]:after {
        width: 10px !important;
    }
}