.main-header-menu .menu-item.menu-button .menu-link {
    background: var(--e-global-color-astglobalcolor1);
    border-radius: 5px;
    color: #fff !important;
}

.main-header-menu .menu-item.menu-button .menu-link:hover {
    background: #1565C0;

}

.ast-header-button-1 .ast-custom-button {
    background: transparent;
    border-radius: 5px;
    color: #1565C0 !important;
    border: 1px solid #1565C0;
    padding: 10px 20px !important;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: bold;
}

.ast-header-button-1 .ast-custom-button:hover {
    background: #fff;
}

.main-header-menu .menu-item.menu-button {
    margin-left: 1em;
}

.main-header-menu .menu-item.menu-button:hover .menu-link {
    color: #fff !important;
}

.green {
    color: #006837;
}

.blue {
    color: #1E3A8A;
}

.ast-theme-transparent-header #masthead {
    transition: all 0.7s ease !important;

    z-index: 9999;
    border-bottom: 0;
    position: sticky;
    top: 0;
}

.ast-theme-transparent-header #masthead.is-sticky {

    /*top: 0;
  position: fixed;
background-color: #000;*/
}

.contact_form form .wpforms-field-container {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    column-gap: 30px;
}

.contact_form form .wpforms-field-container .wpforms-field-name,
.contact_form form .wpforms-field-container .wpforms-field-textarea {
    width: 100%;
}

.contact_form.submit form .wpforms-field-container .wpforms-field-email {
    width: 100%;
}

.contact_form form .wpforms-field-container .wpforms-one-half {
    margin: 0;
    width: 100%;
    max-width: calc(50% - 15px);
}

.contact_form form .wpforms-field-container .wpforms-field-name .wpforms-field-large {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    column-gap: 30px;
}

.contact_form form .wpforms-field-container .wpforms-field-name .wpforms-field-large:after,
.contact_form form .wpforms-field-container .wpforms-field-name .wpforms-field-large:before {
    display: none;
}

.contact_form div.wpforms-container .wpforms-form .choices .choices__inner {
    color: #2c2c2c;
    padding: .60em .75em !important;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: #7FE4A9;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    min-height: 49.25px;
}

.movingimg {
    display: inline-block;
    animation: floatUpDown 3s ease-in-out infinite;
}

.elementor-button {
    transition: all 0.7s !important;
}

.elementor-button:hover {
    transform: translateY(-10px);
}

.contact_form button {
    background: #00c853;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    transition: all 0.7s !important;
    padding: 20px;
    border-radius: 7px;
}

.contact_form button:hover {
    background-color: #7FE4A9;
    color: #007AFF !important;
}

.contact_form .wpforms-container {
    margin-bottom: 0;
}

.contact_form .wpforms-submit-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.light-bodybg footer.ast-custom-footer:before {
    /*animation: rotate360 3s ease-in-out infinite;*/
}

.light-bodybg footer.ast-custom-footer {
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
    z-index: unset;
}

.light-bodybg footer .e-con-full.e-con.e-child:not(.sub-footer) {
    padding-left: 0;
    padding-right: 0;
}

.light-bodybg .ast-custom-footer .e-con-inner {
    row-gap: 50px;
    padding-bottom: 0;
}

.light-bodybg .ast-custom-footer .submitprojectbtn .e-con-inner {
    row-gap: 0;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* move up */
    }
}

.stories-grid .uael-post__bg-wrap {
    border-radius: 7px;
    height: 100%;
}

.stories-grid .uael-post__terms-wrap .uael-post__terms {
    background-color: #00C853 !important;
    border-radius: 7px;
    color: #fff;
}

.stories-grid .uael-post__read-more {
    padding: 0px !important;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;

}

.stories-grid .uael-post__read-more:hover {
    color: #00c853 !important;
}

.stories-grid .uael-post__thumbnail img {
    min-height: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}

.stories-grid .uael-post-wrapper.custom-grid-item,
.stories-grid .uael-post-wrapper.custom-grid-first-item {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1px solid #fff;

}

.stories-grid .uael-post-wrapper.custom-grid-item .elementor-button,
.stories-grid .uael-post-wrapper.custom-grid-first-item .elementor-button {
    background: #007F33;
}

.stories-grid .uael-post-wrapper.custom-grid-item .elementor-button:hover,
.stories-grid .uael-post-wrapper.custom-grid-first-item .elementor-button:hover {
    background: #1E3A8A;
}

.gridlastsec,
.gridfirstsec {
    display: none;
}

.stories-grid .uael-post-grid__inner {
    display: flex;
    column-gap: 10px;
    justify-content: flex-start;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.stories-grid .uael-post-wrapper {
    padding-right: 0 !important;
    margin-bottom: 10px !important;
    padding-left: 0 !important;

    flex: 0 0 calc((100% - 30px) / 4);
}

.stories-grid .uael-post__title {

    margin-bottom: 10px !important;
    font-size: 20px;
}

.stories-grid .custom-grid-first-item .elementor-widget-heading h2.elementor-heading-title {
    font-size: 30px;
    text-transform: uppercase;
    padding: 0 5px;
}

footer .uael-nav-menu .uael-menu-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

footer .elementor-widget-social-icons .elementor-widget-container {
    text-align: left !important;
}

.form-group.newsletter {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

footer form input[type=email] {
    height: 50px;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;

    max-width: 165px;

}

footer form input[type="submit"] {

    height: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    background: #1B5E20;
    line-height: 0.7;
}

footer form input[type="submit"]:hover {
    background: #1565C0;
}

.sub-footer {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center !important;
    gap: 0;
    justify-content: center !important;
    display: block;
    text-align: center;
}

.sub-footer .uael-nav-menu__align-right {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sub-footer .e-con.e-child {
    padding-bottom: 0px;
}

footer.ast-custom-footer .e-parent {
    padding: 0;
}

.sub-footer:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    border-top: 2px solid #315b34;
    width: auto;
}

.sub-footer .uael-menu-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 20px;
}

.sub-footer .elementor-widget-heading h6.elementor-heading-title {
    font-size: 15px;
    font-weight: normal;
}

footer.ast-custom-footer .elementor-widget-heading h5.elementor-heading-title {
    font-size: 20px;
}

footer.ast-custom-footer {
    position: relative;
    z-index: 2;
    padding-top: 50px;

    background: #00c85336;
    border-top: 3px solid #00c853;
}

footer.ast-custom-footer .uael-nav-menu a.uael-menu-item,
footer.ast-custom-footer .uael-nav-menu a.uael-sub-menu-item {
    transition: transform 0.7s;

}

footer.ast-custom-footer .uael-nav-menu a.uael-menu-item:hover,
footer.ast-custom-footer .uael-nav-menu a.uael-sub-menu-item:hover {
    color: #006837;
    transform: scale(1.05);
}

/*footer.ast-custom-footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-image: url(https://greenpowercrypto.brightness-demo.com/wp-content/uploads/2025/09/c4-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
footer.ast-custom-footer:after {
        content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}*/
footer.ast-custom-footer:before {
    content: "";
    position: absolute;
    left: 2%;

    top: 15%;
    bottom: 0;
    width: 200px;
    height: auto;
    background-image: url(https://greenpowercrypto.brightness-demo.com/wp-content/uploads/2025/09/footer-shape-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: -1;
    right: auto;
}

footer.ast-custom-footer:after {
    content: "";
    position: absolute;
    right: 2%;
    left: auto;
    top: 15%;
    bottom: 0;
    width: 200px;
    height: auto;
    background-image: url(https://greenpowercrypto.brightness-demo.com/wp-content/uploads/2025/09/footer-shape-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: -1;
}

.sub-footer .uael-nav-menu {
    margin-left: 5px;
    font-weight: normal;
}

.ast-custom-footer .e-con-inner {
    max-width: 100%;
}

.elementor-element {
    transition: none !important;
}

.elementor-widget-button .elementor-button {
    transition: all 0.7s !important;
}

footer .e-con-full.e-con.e-child:not(.sub-footer) {
    max-width: 1140px;
    margin: 0 auto;
}

.light_hero .elementor-widget-heading h6.elementor-heading-title,
.lefthero h1 .elementor-widget-heading h6.elementor-heading-title {
    letter-spacing: 0 !important;
}

/*light theme*/
.light-bodybg header#masthead:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(255 255 255 / 16%);*/
    background: #000;
    backdrop-filter: blur(10px);
    top: 0;
}

.light_hero {
    position: relative;
    height: 100vh;
}

.light_hero:before {
    content: '';
    background: #000;
    top: 0;
    right: 0;
    filter: blur(50px);
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .3;

}

.light-bodybg .ast-header-button-1 .ast-custom-button {

    background: #006837;
    color: #fff !important;
    padding: 10px 30px !important;
    border: 0;

}

.light-bodybg .story-slider .slick-track {
    left: 0;
    top: 0;
    padding-bottom: 0px;
}

.light-bodybg .story-slider .slick-list {
    /*overflow: visible;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: auto !important;
    padding: 10px 0;
}

/*.light-bodybg .blue {
    color: #fff;
}*/
.light-bodybg .ast-header-button-1 .ast-custom-button:hover {
    background: #39A845;

    color: #fff !important;
    box-shadow: 0 8px 25px rgba(59, 136, 246, 0.25) !important;
}

.light-bodybg.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover>.menu-link,
.ast-theme-transparent-header .main-header-menu .current-menu-item>.menu-link {
    color: #006837 !important;
}

.ast-theme-transparent-header.light-bodybg #masthead {
    border-bottom: 0;
}

.light_hero .elementor-button {
    font-weight: 600;
}

.light-bodybg .stories-grid {
    display: none;
}

.light-bodybg .story-slider .uael-post__bg-wrap {
    background-color: transparent !important;
    /*box-shadow: 0 2px 8px -2px rgba(24, 24, 24, 0.08), 0 8px 12px -2px rgba(24, 24, 24, 0.16);*/
    box-shadow: 8px 0 14px -8px rgba(0, 0, 0, 0.25), 0 8px 14px -8px rgba(0, 0, 0, 0.25);
    box-shadow: 8px 0 14px -2px rgba(59, 130, 246, 0.25), 0 8px 14px -2px rgba(59, 130, 246, 0.25);
    border-radius: 15px;
    height: 100% !important;
    overflow: hidden;
    transition: transform 0.7s !important;
    border: 1px solid rgba(29, 112, 184, 0.9);
    margin-bottom: 20px;
    /* margin-left: 20px;
            margin-right: 20px;*/

}

.logoslider .elementor-image-carousel-wrapper .swiper-wrapper img {
    border: 0 !important;
}

.innerpage.light-bodybg .story-slider .uael-post__bg-wrap {
    height: auto !important;
}

.story-slider .slick-slide {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.light-bodybg .story-slider .uael-post__bg-wrap:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 200, 83, 0.40);
    box-shadow: 8px 0 20px -6px rgba(59, 130, 246, 0.03), 0 10px 20px -6px rgba(59, 130, 246, 0.03);
    /*box-shadow: 0 8px 25px rgba(0, 200, 83, 0.15);*/
}

.elementor-button,
.ast-custom-button {
    transition: transform 0.7s !important;
}

.elementor-button:not(.uael-post__read-more, .CatSection .elementor-button-link, .buttonlink .elementor-button-link):hover,
.ast-custom-button:hover {
    box-shadow: 0 8px 25px rgba(0, 200, 83, 0.25);
    transform: scale(1.05);
}

.buttonlink .elementor-button-link:hover {
    transform: none;
}

.footer-email .elementor-button {
    color: #000;
    letter-spacing: 0;
    text-transform: lowercase;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none;

    border: 0;
    transition: transform 0.7s !important;
}

.footer-email .elementor-button:hover {
    color: #006837;
    transform: scale(1.05);
}

.light-bodybg .story-slider .uael-post__inner-wrap {
    background: #fff;
    display: flex;
    justify-content: stretch;
    flex-direction: column;
}

.light-bodybg .story-slider .uael-post__content-wrap {
    flex: 100%;
}

.light-bodybg .story-slider .uael-post__thumbnail img {
    min-height: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}

.light-bodybg .story-slider .uael-post__title {
    margin-bottom: 16px !important;
    font-size: 20px;
    color: #006837;
    min-height: 64px;
}

.light-bodybg .story-slider .uael-listing__terms-link {
    font-size: 12px;
}

.ast-builder-menu-1 .menu-item>.menu-link {
    font-size: 16px;
}

.light-bodybg .story-slider .uael-post__content-wrap {
    padding: 30px !important;
    position: relative;
}

.light-bodybg .story-slider .uael-post__excerpt {
    color: #2C2C2C;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 32px !important;
}

.CTAsection {
    display: none;
}

.light-bodybg .story-slider .slick-dots {
    display: none !important;
}

.light-bodybg .story-slider .uael-post__terms-wrap .uael-post__terms {
    background-color: #1E3A8A;
    color: #fff;
    border-radius: 7px;
}

.light-bodybg .story-slider .uael-post__read-more {
    padding: 0px !important;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 16px;

    color: #1E3A8A !important;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    transform: none;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.light-bodybg .story-slider .uael-post__read-more span {
    gap: 0;
}

.light-bodybg .story-slider .uael-post-grid .slick-slider .slick-arrow {
    border-radius: 100% !important;
    transition: none;
    padding: 5px;
    background: #fff;
    color: #1E3A8A;

    border: 1px solid #1E3A8A;
}

.light-bodybg .story-slider .uael-post-grid .slick-slider .slick-arrow:hover {
    background: #1E3A8A;

    color: #fff;
}

.light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-prev {
    left: -50px;
}

.light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-next {
    right: -50px;
}

.light-bodybg .story-slider .fa-angle-right {
    position: relative;
    left: 2px;
}

.light-bodybg .story-slider .uael-post__thumbnail {
    box-shadow: 0 2px 20px -22px hsla(0, 0%, 9%, .4), 0 8px 12px -2px hsla(0, 0%, 9%, .4);
    box-shadow: 0px 8px 25px rgba(0, 104, 55, 0.75);
}

.light-bodybg footer.ast-custom-footer {
    background: #fff;
    /*border-top: 2px solid #1A73E8;*/
    border: 0;
}

.light-bodybg footer.ast-custom-footer .elementor-widget-heading h5.elementor-heading-title {
    color: #1E3A8A;
}

.privacy-content a:hover {
    color: #00c853 !important;
}

.light-bodybg .sub-footer:before {
    border-top: 0;
    left: -35px;
    right: -35px;
    background: #000;
}

.light-bodybg .sub-footer .elementor-widget-heading h6.elementor-heading-title,
.light-bodybg footer .uael-nav-menu .uael-menu-item {
    color: #000;
    font-weight: 400;
    font-size: 15px;

}

.light-bodybg .sub-footer .elementor-widget-heading h6.elementor-heading-title,
.light-bodybg footer .sub-footer .uael-nav-menu .uael-menu-item {
    color: #fff;
}

.light-bodybg footer form input[type=email] {
    background: #eaeaea;
}

.light-bodybg footer.ast-custom-footer:after,
.light-bodybg footer.ast-custom-footer:before {
    /*display: none;*/
}

.fa-angle-left,
.fa-angle-right {
    padding: 5px;
    font-size: 15px !important;
}

.fa-angle-left:before {
    content: "\f060" !important;
}

.fa-angle-right:before {
    content: "\f061" !important;
}

.CatSection .e-con-full.e-flex .e-con-full.e-flex .e-child {
    /*box-shadow: 0 2px 8px -2px rgba(24, 24, 24, 0.08), 0 8px 12px -2px rgba(24, 24, 24, 0.16);*/
    /*box-shadow: 8px 0 14px -8px rgba(0,0,0,0.25), 0 8px 14px -8px rgba(0,0,0,0.25);*/
    box-shadow: 8px 0 14px -2px rgba(59, 130, 246, 0.25), 0 8px 14px -2px rgba(59, 130, 246, 0.25);
    transition: transform 0.7s !important;
    border: 1px solid rgba(29, 112, 184, 0.9);
    overflow: hidden;
}

.CatSection .e-con-full.e-flex .e-con-full.e-flex .e-child:hover {
    transform: scale(1.05);
    box-shadow: 8px 0 14px -2px rgba(59, 130, 246, 0.03), 0 8px 14px -2px rgba(59, 130, 246, 0.03);
}

.CatSection .e-con-full.e-flex .e-child .elementor-button {
    color: #006837 !important;
    background: transparent !important;
    transform: none !important;
}

.CatSection .e-con-full.e-flex .e-child .elementor-button:hover,
.CatSection .e-con-full.e-flex .e-con-full.e-flex .e-child:hover .elementor-button {
    color: #39A845 !important;
}

.CatSection .e-con-full.e-flex .e-con-full.e-flex .e-child:hover .caticongreen,
.CatSection .e-con-full.e-flex .e-con-full.e-flex .e-child:hover .caticonblue {
    transform: scale(1.3);
}

.caticongreen,
.caticonblue {
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    transition: all 0.7s !important;
}

.elementor-element.caticongreen,
.elementor-element.caticonblue {
    transition: all 0.7s !important;
}

.caticongreen .elementor-icon,
.caticonblue .elementor-icon {
    position: relative;
}

.caticongreen .elementor-icon:before,
.caticonblue .elementor-icon:before {
    background: #fff;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    box-shadow: 0 2px 8px -2px rgba(24, 24, 24, 0.08), 0 8px 12px -2px rgba(24, 24, 24, 0.16);
    opacity: 0.4;
}

body.astra-dark-mode-enable .newslettersection input[type=email] {
    background: transparent;
}

body.astra-dark-mode-enable .caticongreen .elementor-icon:before,
body.astra-dark-mode-enable .caticonblue .elementor-icon:before {
    opacity: 0.1;
}

.caticongreen .elementor-icon:before {
    /*background: #39A845;*/
    background: #3B82F6;
}

.caticonblue .elementor-icon:before {
    background: #3B82F6;
}

.light-bodybg .elementor-icon.elementor-social-icon {
    background-color: #006837 !important;
    transition: all 0.7s !important;
}

.light-bodybg .elementor-icon.elementor-social-icon:hover {
    transform: translateY(-10px);
}

.joinrevsection {
    display: none;
}

.countersection,
.newslettersection .e-con-inner {
    /*box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);*/
    border-radius: 7px;
    padding: 50px 0;

}

.newslettersection .e-con-inner {
    /*box-shadow: 12px 0 20px -6px rgba(0,0,0,0.2);*/
    /*box-shadow: 14px 0 30px -1px rgba(0,0,0,0.2);*/
    border: 1px solid rgba(29, 112, 184, 0.9);
    transition: transform 0.7s !important;
    box-shadow: 0 0 30px -2px rgba(29, 112, 184, 0.25);
    box-shadow: 8px 0 14px -2px rgba(59, 130, 246, 0.25), 0 8px 14px -2px rgba(59, 130, 246, 0.25);
}

.newslettersection .e-con-inner:hover {
    box-shadow: 0 10px 25px rgba(0, 200, 83, 0.30);
    transform: scale(1.03);
    box-shadow: 8px 0 14px -2px rgba(59, 130, 246, 0.03), 0 8px 14px -2px rgba(59, 130, 246, 0.03);
}

.newslettersection input[type=email]::placeholder {
    color: #006837 !important;
    font-family: 'Montserrat', sans-serif;
}

.countersection .e-flex.e-con.e-child {
    background-color: transparent;
}

.countersection {
    box-shadow: none;
    background: transparent;
}

.countersection .elementor-counter,
.elementor-element.nextgenimg {
    transition: transform 0.7s !important;
    cursor: pointer;

}

.countersection .elementor-counter:hover,
.elementor-element.nextgenimg:hover {
    transform: scale(1.07);
}

.countersection .elementor-counter:hover .elementor-counter-number-wrapper {
    box-shadow: 0 10px 25px rgba(0, 200, 83, 0.40);
    box-shadow: rgba(59, 130, 246, 0.04) 0px 2px 22px 6px, rgba(59, 130, 246, 0.04) 0px 12px 16px -1px;
}

.countersection .elementor-counter .elementor-counter-number-wrapper {
    width: 140px;
    margin: 0 auto;
    height: 140px;
    border-radius: 50%;
    background: #ffffff;
    display: block;
    min-height: 140px;
    display: flex;
    align-items: center;
    /*box-shadow: rgba(24, 24, 24, 0.08) 0px 2px 8px -2px, rgba(24, 24, 24, 0.16) 0px 8px 12px -2px;*/
    box-shadow: rgba(59, 130, 246, 0.4) 0px 2px 22px 6px, rgba(59, 130, 246, 0.4) 0px 12px 16px -1px;
    height: 100%;
    overflow: hidden;
    transition: 0.7s !important;
    border: 3px solid rgba(30, 58, 138, 0.9);
}

.countersection .elementor-counter .elementor-counter-title {
    color: #000 !important;
}

.countersection .blue {
    color: #1E3A8A;
}

body.astra-dark-mode-enable .countersection .blue {
    color: #fff;
}

.countersection .green {
    color: #006837;
}

.nextcolcategory1 .elementor-icon-wrapper,
.nextcolcategory2 .elementor-icon-wrapper,
.nextcolcategory3 .elementor-icon-wrapper {
    width: 48px;
    height: 48px;
    background: red;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nextcolcategory1 .elementor-icon-wrapper,
.nextcolcategory3 .elementor-icon-wrapper {
    /*background: rgba(57,168,69,0.4);*/
    background: rgba(59, 130, 246, 0.4);
}

.nextcolcategory2 .elementor-icon-wrapper {
    background: rgba(59, 130, 246, 0.4);
}

body.astra-dark-mode-enable .nextcolcategory1 .elementor-icon-wrapper,
body.astra-dark-mode-enable .nextcolcategory3 .elementor-icon-wrapper {
    background: rgba(57, 168, 69, 0.1);
}

body.astra-dark-mode-enable .nextcolcategory2 .elementor-icon-wrapper {
    background: rgba(59, 130, 246, 0.1);
}

.nextgenbox {
    position: relative;
    padding-top: 22px;
}

.nextgenbox:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;

    border-radius: 7px;

    box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
    opacity: 0;
}

.nextgenimg img {
    box-shadow: 0 2px 20px -22px hsla(0, 0%, 9%, .8), 0 8px 12px -2px hsla(0, 0%, 9%, .8);
}

.nextgenimg.shadow-none img {
    box-shadow: none;
}

/* body.innerpage.light-bodybg .story-slider.com_stories .uael-post__bg-wrap:hover {
    transform: none !important;
    box-shadow: 8px 8px 8px 0px #7FBFFF !important;
} */

body.innerpage.light-bodybg .story-slider .uael-post__excerpt {
    -webkit-line-clamp: 3;
}

body.innerpage.light-bodybg .story-slider .uael-post__content-wrap {
    padding: 40.5px 30px !important;
}

/* body.innerpage.light-bodybg .story-slider.com_stories .uael-post__bg-wrap:hover a.uael-post__read-more {
    color: #00C853 !important;
} */

.newslettersection .elementor-icon-list-items li .elementor-icon-list-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.newslettersection .elementor-icon-list-items li .elementor-icon-list-icon svg {
    margin: 0;
}

.newslettersection .elementor-icon-list-items li:nth-child(1) .elementor-icon-list-icon,
.newslettersection .elementor-icon-list-items li:nth-child(3) .elementor-icon-list-icon {
    background: rgba(57, 168, 69, 0.4);
}

.newslettersection .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-icon {
    background: rgba(59, 130, 246, 0.4);

}

body.astra-dark-mode-enable .newslettersection .elementor-icon-list-items li:nth-child(1) .elementor-icon-list-icon,
body.astra-dark-mode-enable .newslettersection .elementor-icon-list-items li:nth-child(3) .elementor-icon-list-icon {
    background: rgba(57, 168, 69, 0.1);
}

body.astra-dark-mode-enable .newslettersection .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-icon {
    background: rgba(59, 130, 246, 0.1);

}

.newslettersection .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-icon i,
.newslettersection .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-icon svg {
    color: #1E3A8A;
    fill: #1E3A8A;
}

.newslettersection .form-group.newsletter {
    align-items: stretch;
}

.newslettersection input[type=email] {
    border: 1px solid rgba(29, 112, 184, 0.9);
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    background: #fff;
    min-width: 215px;
}

.newslettersection input[type="submit"] {
    background: #1E3A8A;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 600;
    border: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 15px;

}

.newslettersection input[type="submit"]:hover {
    background: #3B82F6;
    box-shadow: 0 8px 25px rgba(57, 168, 69, 0.25);
}

.light-bodybg footer.ast-custom-footer .elementor-widget-container {
    color: #000;
    font-weight: 400;
}

.footer-email .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.footer-email .elementor-button-icon {
    color: #006837;
    font-size: 20px;
    fill: #006837;
}

.story-slider .uael-post__footer {
    display: none;
}

#ast-mobile-header .content-align-flex-start {
    height: 100vh;
    max-height: 100vh;
}

.stickybutton {
    display: none;
}

.CatSection {
    overflow: hidden;
}

.footerlogo {
    max-width: 170px !important;
    padding-top: 5px;
}

.submitprojectbtn {
    position: relative;
}

.submitprojectbtn:after {
    position: absolute;
    content: "";
    left: -35px;
    right: -35px;
    bottom: 0;
    border-bottom: 2px solid #1E3A8A;
}

.submitprojectbtn a,
.newslettersection form {
    margin-bottom: 30px;
}

.countergredient {
    position: relative;
    z-index: 1;
}

.countergredient:before {
    content: "";

    background: linear-gradient(160deg, rgba(76, 175, 80, 0.4) 0%, rgba(29, 112, 184, 0.9) 0%, rgba(76, 175, 80, 0.7) 40%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/*.light_hero {
        display: none;
     }*/
/*.js-parallax {
        height: 100vh;
     }*/
.righthero,
.lefthero {
    transition: transform 0.3s ease-out !important;
    /* adjust speed */
}

.righthero {
    height: 100%;
    display: none;
}

.subpage .righthero {
    display: block;
}

.lefthero {
    align-self: center;
}

.ast-color-switcher-wrapper .ast-switcher-button {
    border: 0;
}

.ast-color-switcher-wrapper svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

.footerlink .elementor-button {
    transform: none !important;
    background: transparent !important;
}

.footerlink .elementor-button:hover {
    color: #39A845 !important;
    box-shadow: none !important;
    transform: scale(1.05) !important;

}

.ast-color-switcher-wrapper .ast-switcher-button {
    display: flex;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    border-radius: 7px;

    gap: 5px;
}

.ast-color-switcher-wrapper .icon-sun svg {
    fill: #f1c40f;
    color: #f1c40f;
}

.ast-color-switcher-wrapper .icon-moon svg {
    fill: #f39c12;
    color: #f39c12;
}

.ast-color-switcher-wrapper .ast-switcher-button .ast-switcher-icon:nth-child(2) {
    position: relative;
}

.ast-color-switcher-wrapper .ast-switcher-button .ast-switcher-icon:nth-child(2):before {
    background-color: #1E3A8A;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 50%;
    transition: transform 0.2s linear;
    content: "";
    transform: translateX(0px);
}

.astra-dark-mode-enable .ast-color-switcher-wrapper .ast-switcher-button .ast-switcher-icon:nth-child(2):before {
    transform: translateX(-20px);
}

.ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
    transform: translateX(20px);
}

.ast-color-switcher-wrapper .ast-switcher-button .ast-switcher-icon {
    display: block;
}

.astra-dark-mode-enable .ball {
    transform: translateX(0px);
}

.logoslider {
    max-width: 1550px !important;
}

.logoslider.elementor-widget-image-carousel .swiper {
    -webkit-mask-image: linear-gradient(271deg, #0000 0%, #000 12% 80%, #0000 100%);
}

.logoslider.elementor-widget-image-carousel .swiper-slide {
    max-width: 200px;
    width: 100% !important;
    margin: 0 25px;

    border-radius: 7px;


}

.logoslider .elementor-image-carousel-wrapper .swiper-wrapper {
    animation: scroll-left 18s linear infinite;
}

.logoslider .elementor-image-carousel-wrapper .swiper-wrapper img {
    border-radius: 7px;
    border: 1px solid #1E3A8A;
    padding: 15px;
    margin-bottom: 15px;
}

.heroborder {
    position: relative;
    margin: 15px;
    width: auto;
    border-radius: 7px;
}

.heroborder:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    left: 35px;
    right: 35px;
    top: 35px;
    bottom: 35px;
    width: auto;
    height: auto;
    border-radius: 7px;
    opacity: 0;
}

body.astra-dark-mode-enable .heroborder:before {
    opacity: 0;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.js-parallax {
    height: 100vh;
}

.subpage.js-parallax {
    height: auto;
}

.logoslider .elementor-image-carousel-caption {
    color: #1E3A8A;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: none;
}

.righthero img {
    transform: none !important;
}

.storyheader,
.projectheader {
    padding: 70px 35px 0;
    display: flex;
    align-items: center;
}

.story-shortcode-wrap,
.story-shortcode-wrap h2,
.story-shortcode-wrap h3,
.project-shortcode-wrap,
.project-shortcode-wrap h2,
.project-shortcode-wrap h3,
.project-shortcode-acfeditor-wrap h2,
.project-shortcode-acfeditor-wrap h3,
.project-shortcode-acfeditor-wrap {
    color: #000;
}

.story-shortcode-wrap p,
.project-shortcode-wrap p,
.project-shortcode-acfeditor-wrap p {
    margin-bottom: 20px;
    text-align: center;
}

.story-shortcode-wrap .story-thumbnail p,
.greentech-shortcode-wrap .greentech-thumbnail p,
body.single-crypto_post .crypto-thumbnail img {
    display: none;
}

.story-shortcode-wrap img,
.project-shortcode-wrap img,
.project-shortcode-acfeditor-wrap img {

    border-radius: 7px;
    width: 100%;
    object-fit: cover;

}

.story-shortcode-wrap h2,
.project-shortcode-wrap h2,
.project-shortcode-acfeditor-wrap h2 {
    font-size: 35px;
    margin-bottom: 25px;
    text-align: center;
}

.story-shortcode-wrap h3,
.project-shortcode-wrap h3,
.project-shortcode-acfeditor-wrap h3 {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
}

.story-shortcode-wrap h4,
.project-shortcode-wrap h4,
.project-shortcode-acfeditor-wrap h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

.story-shortcode-wrap h5,
.project-shortcode-wrap h5,
.project-shortcode-acfeditor-wrap h5 {
    font-size: 18px;
    margin-bottom: 25px;
}

.story-shortcode-wrap blockquote,
.project-shortcode-wrap blockquote {
    margin: 1.5em 0;
    border-color: #1E3A8A;
    border-color: #007AFF;
    border-width: 10px;
    font-size: 15px;
}

.story-shortcode-wrap blockquote p,
.project-shortcode-wrap blockquote p {
    margin: 0;
}

.blogsidebar .uael-post__inner-wrap {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.blogsidebar .uael-post__content-wrap {
    padding: 0 !important;
    flex: 1;
}

.blogsidebar .uael-post__thumbnail {
    width: 75px;
    height: 75px;
}

.blogsidebar .uael-post__thumbnail img {
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.blogsidebar .uael-post__meta-data {
    margin-bottom: 0 !important;
    font-size: 14px;

}

.blogsidebar .uael-post__meta-data svg {
    height: 14px;
    width: 14px;

    position: relative;
    top: -1px;

}

.blogsidebar .uael-post-wrapper {
    width: 100%;
}

.blogsidebar .hfe-search-button-wrapper input[type=search] {
    transition: none;
}

.storyheader .e-con-inner,
.projectheader .e-con-inner {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 20px;
    margin-bottom: 25px;
    gap: 0;
}

.storyheader li.hfe-post-info-item,
.storyheader li.hfe-post-info-item>a,
.projectheader li.hfe-post-info-item,
.projectheader li.hfe-post-info-item>a {
    color: #000;
}

.catinfo .hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
    margin: 0 0 20px 8px;
    background: #006837;
    background: #00C853;
    padding: 5px 10px;
    border-radius: 7px;
    color: #fff;
}

.catinfo .hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item span {
    padding: 0 !important;
}

.storyheader .hfe-post-info-icon svg,
.projectheader .hfe-post-info-icon svg {
    position: relative;
    top: -1px;
    width: 14px;
}

.storyheader li.hfe-post-info-item>a:hover,
.storyheader ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first:hover a,
.projectheader li.hfe-post-info-item>a:hover,
.projectheader ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first:hover a {
    color: #39A845 !important;
    color: #00C853 !important;
}

.storyheader li.hfe-post-info-item>a:hover svg,
.projectheader li.hfe-post-info-item>a:hover svg {
    color: #39A845 !important;
    fill: #39A845 !important;
    color: #00C853 !important;
    fill: #00C853 !important;
}

.blogsidebar .widget-title {
    font-weight: 600;
    font-size: 20px;
}

.storyheader ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text,
.elementor .blogsidebar a,
.elementor .storyheader a,
.projectheader ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text,
.elementor .blogsidebar a,
.elementor .projectheader a {
    transition: none;
}

.categorysidebar .widget-title {
    border-bottom: 1px solid #E8E9EA;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

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

.categorysidebar ul li {
    font-size: 14px;
    padding: 0 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogsidebar {
    height: 100%;
}

.categorysidebar ul li:last-child {
    padding-bottom: 0;
}

.categorysidebar ul li span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #1E3A8A;
    background-color: #007AFF;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    border-radius: 7px;
}

.project-shortcode-acfeditor-wrap {
    padding-bottom: 60px;
}

.metaslider.ms-theme-clarity .flexslider {
    margin-bottom: 40px !important;
}

body.astra-dark-mode-enable .blogsidebar .hfe-search-form__input::placeholder {
    color: #c4c4c4 !important;
}

body.astra-dark-mode-enable .categorysidebar ul li {
    color: #c4c4c4;
}

body.astra-dark-mode-enable .story-shortcode-wrap,
body.astra-dark-mode-enable .project-shortcode-wrap {
    color: #c4c4c4;
}

body.astra-dark-mode-enable ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text,
body.astra-dark-mode-enable .story-shortcode-wrap h3,
body.astra-dark-mode-enable .story-shortcode-wrap h2,
body.astra-dark-mode-enable .project-shortcode-wrap h3,
body.astra-dark-mode-enable .project-shortcode-wrap h2,
body.astra-dark-mode-enable .project-shortcode-acfeditor-wrap h3 {
    color: #fff !important;
}

body.astra-dark-mode-enable ul.hfe-breadcrumbs li:hover span.hfe-breadcrumbs-text,
body.astra-dark-mode-enable .storyheader ul.hfe-breadcrumbs li:hover .hfe-breadcrumbs-home-icon svg,
body.astra-dark-mode-enable .projectheader ul.hfe-breadcrumbs li:hover .hfe-breadcrumbs-home-icon svg {
    color: #39A845 !important;
    fill: #39A845 !important;
    color: #00C853 !important;
    fill: #00C853 !important;
}

body.astra-dark-mode-enable .storyheader li.hfe-post-info-item,
body.astra-dark-mode-enable .projectheader li.hfe-post-info-item,
body.astra-dark-mode-enable .blogsidebar .widget-title,
body.astra-dark-mode-enable .storyheader li.hfe-post-info-item>a,
body.astra-dark-mode-enable .projectheader li.hfe-post-info-item>a,
body.astra-dark-mode-enable .storyheader .hfe-breadcrumbs-separator-text,
body.astra-dark-mode-enable .projectheader .hfe-breadcrumbs-separator-text {
    color: #fff;
}

body.astra-dark-mode-enable .storyheader .hfe-post-info-icon svg,
body.astra-dark-mode-enable .storyheader .hfe-breadcrumbs-home-icon svg,
body.astra-dark-mode-enable .projectheader .hfe-post-info-icon svg,
body.astra-dark-mode-enable .projectheader .hfe-breadcrumbs-home-icon svg {
    fill: #fff !important;
}

body.astra-dark-mode-enable .blogsidebar .hfe-search-form__input,
body.astra-dark-mode-enable .blogsidebar .hfe-search-form__container .hfe-search-submit {
    background: transparent !important;
}

body.astra-dark-mode-enable .blogsidebar .hfe-search-form__container {
    border: 1px solid #e9e9e9 !important;
}

body.astra-dark-mode-enable .blogsidebar {
    border: 1px solid #e9e9e9;
}

body.astra-dark-mode-enable .blogsidebar .uael-post__bg-wrap {
    background: transparent !important;
}

body.astra-dark-mode-enable .blogsidebar .uael-post__title a {
    color: #fff !important;
}

body.astra-dark-mode-enable .blogsidebar .uael-post-wrapper .uael-post__title a:hover {
    color: #39A845 !important;
}

body.astra-dark-mode-enable.ast-page-builder-template .site-content>.ast-container {
    background-color: #0f1118 !important;
}

.metaslider.ms-theme-clarity .flexslider .slides li img {
    border-radius: 7px;
}

.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a.flex-prev:after,
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a.flex-next:after {
    mask-image: none !important;
    content: "\f060" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-color: transparent !important;
    font-size: 15px;
    display: none;


}

.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a.flex-prev:before {

    content: "\f060" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    font-size: 15px;
    position: absolute;
    display: block !important;
    color: #1E3A8A;
    color: #007AFF;


}

.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a.flex-next:before {

    content: "\f061" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    font-size: 15px;
    position: absolute;
    display: block !important;
    color: #1E3A8A;
    color: #007AFF;


}

.metaslider .flexslider .slides>li {
    border-radius: 7px;
}

.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a {
    width: 44px !important;
    height: 44px !important;
    border: 1px solid #1E3A8A !important;
    border: 1px solid #007AFF !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-indent: unset;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
}

.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a:hover {
    background-color: #1E3A8A !important;
    background-color: #007AFF !important;
}

.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a.flex-prev:hover:before,
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a.flex-next:hover:before {
    color: #fff;
    background-color: #1E3A8A !important;
    background-color: #007AFF !important;
}

.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a.flex-next {
    right: -80px !important;
}

.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a.flex-prev {
    left: -80px !important;
}

.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a:focus {
    outline: none !important;
}

/*.metaslider.ms-theme-clarity .flexslider .slides {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100% !important;
}
.metaslider.ms-theme-clarity .flexslider .slides li {
        display: flex !important;
    flex-direction: column;
    background-color: #fff;
    margin: 0 15px 30px 0!important;
    min-width: calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3) !important;
    box-sizing: border-box;
}*/
/*dark theme*/
body.astra-dark-mode-enable .elementor-element,
.light-bodybg.astra-dark-mode-enable footer.ast-custom-footer,
.light-bodybg.astra-dark-mode-enable .story-slider .uael-post__inner-wrap,
body.astra-dark-mode-enable .countersection .elementor-counter .elementor-counter-number-wrapper,
body.astra-dark-mode-enable .CatSection .e-con-full.e-flex .e-con-full.e-flex .e-child .elementor-element,
body.astra-dark-mode-enable .CatSection .elementor-element:hover:before,
body.astra-dark-mode-enable #ast-mobile-header .content-align-flex-start,
body.astra-dark-mode-enable.light-bodybg.ast-header-break-point .main-header-menu {
    background-color: #121212 !important;
    background-color: #0f1118 !important;
}

body.astra-dark-mode-enable .elementor-element.js-parallax,
body.astra-dark-mode-enable .elementor-element.lefthero,
body.astra-dark-mode-enable .elementor-element.js-parallax .elementor-element {
    background-color: transparent !important;
}

body.astra-dark-mode-enable.light-bodybg .story-slider .uael-post-grid .slick-slider .slick-arrow {
    background: transparent;
}

.light-bodybg.astra-dark-mode-enable .story-slider .uael-post__excerpt,
body.astra-dark-mode-enable .nextgensection .nextcolcategory1 .elementor-heading-title,
body.astra-dark-mode-enable .nextgensection .nextcolcategory2 .elementor-heading-title,
body.astra-dark-mode-enable .nextgensection .nextcolcategory3 .elementor-heading-title,
body.astra-dark-mode-enable.ast-header-break-point .main-navigation ul .menu-item .menu-link,
body.astra-dark-mode-enable .lefthero h1 {

    color: #fff !important;
}

body.astra-dark-mode-enable.ast-header-break-point .main-navigation ul .menu-item .menu-link:hover {
    color: #39A845 !important;
}

body.astra-dark-mode-enable.light-bodybg footer .uael-nav-menu .uael-menu-item,
body.astra-dark-mode-enable .footer-email .elementor-button {
    color: #c4c4c4;
}

body.astra-dark-mode-enable p,
body.astra-dark-mode-enable .entry-content p,
body.astra-dark-mode-enable.light-bodybg .sub-footer .elementor-widget-heading h6.elementor-heading-title,
body.astra-dark-mode-enable.light-bodybg.astra-dark-mode-enable .story-slider .uael-post__excerpt,
body.astra-dark-mode-enable .newslettersection .elementor-icon-list-text,
body.astra-dark-mode-enable.innerpage .nextgensection p.paratext {
    color: #c4c4c4 !important;
}

body.astra-dark-mode-enable .countersection .elementor-counter .elementor-counter-title,
body.astra-dark-mode-enable .countersection p,
body.astra-dark-mode-enable .countersection .entry-content p,
body.astra-dark-mode-enable .subpage .elementor-heading-title {
    color: #fff !important;
}

.subpage .lefthero .elementor-heading-title {
    color: #000 !important;
}

body.astra-dark-mode-enable .elementor-element.countersection,
body.astra-dark-mode-enable .elementor-element.countergredient,
body.astra-dark-mode-enable .elementor-element.countersection .elementor-element,
body.astra-dark-mode-enable .light_hero .elementor-element {
    background: transparent !important;
}

body.astra-dark-mode-enable .elementor-element.sub-footer .elementor-element {
    background-color: #000 !important;
}

body.astra-dark-mode-enable footer.ast-custom-footer .uael-nav-menu a.uael-menu-item:hover,
body.astra-dark-mode-enable footer.ast-custom-footer .uael-nav-menu a.uael-sub-menu-item:hover,
body.astra-dark-mode-enable .footer-email .elementor-button:hover {
    color: #39A845;
}

body.astra-dark-mode-enable .caticonblue .elementor-icon {
    color: #1E3A8A !important;
}

body.astra-dark-mode-enable .countersection .green,
body.astra-dark-mode-enable.innerpage .lefthero .elementor-heading-title {
    color: #fff !important;
}

body.innerpage .lefthero .elementor-heading-title {
    margin-bottom: 20px;
    color: #000000 !important;
}

body.astra-dark-mode-enable.innerpage .nextgensection .subcontent {
    color: #fff !important;
}

body.innerpage.light-bodybg .story-slider .uael-post__inner-wrap {
    min-height: auto;
}

body.innerpage .nextgensection .elementor-element.nextgenimg:hover {
    transform: none;
}

.story-template-default.single footer {
    padding-top: 0;
}

.story-template-default.single .catinfo .elementor-widget-container {
    margin: 0 !important;
}

.story-template-default.single .story-content p:last-child,
.single-greentech.single .greentech-content p:last-child {
    margin: 0;
}

.story-template-default.single .story-content p,
.single-greentech.single .greentech-content p {
    font-size: 16px;
    line-height: 2em;
    font-weight: 400;
    color: #000000;
    text-align: left;
}

.single-greentech .site-content>.ast-container,
body.single-crypto_post .site-content>.ast-container,
body.single-crypto .site-content>.ast-container,
body.single-ai .site-content>.ast-container {
    max-width: 100%;
    padding: 0;
}

.CatSection .elementor-element>.elementor-widget-button {
    margin-top: auto;
}

.CatSection.Crypto .elementor-element>.elementor-widget-heading {
    min-height: 48px;
}

.crypto-content a.readmorelink {
    /*font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
    letter-spacing: 0px;
    fill: #007AFF;
    color: #007AFF;
    border-style: none;
    padding: 0px 0px 0px 0px;
    margin: 30px 0;
    display: block;
    text-align: center;*/
    background-color: #00C853;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0px;
    border-style: none;
    padding: 20px;
    margin: 30px auto;
    display: block;
    max-width: 140px;
    color: #fff;
    text-decoration: none;
    transition: all 0.7s !important;
    text-align: center;
    border-radius: 7px;

}

.crypto-content a.readmorelink:focus {
    outline: none;
}

.crypto-content a.readmorelink:hover {
    /*color: var( --e-global-color-astglobalcolor0 );*/
    background-color: #7FE4A9;
    color: #007AFF;
    transform: scale(1.05);
}

@media screen and (min-width: 922px) {
    .site-header .ast-builder-grid-row-has-sides {
        grid-template-columns: auto auto auto;
    }
}

@media screen and (max-width: 1600px) {
    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-prev {
        left: -40px;
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-next {
        right: -40px;
    }
}

@media screen and (max-width: 1500px) {
    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-prev {
        left: -30px;
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-next {
        right: -30px;
    }

    .e-con>.e-con-inner {
        max-width: 90%;
    }
}

@media screen and (max-width: 1400px) {
    .light-bodybg .story-slider {
        max-width: 92% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .light-bodybg .story-grid-section .story-slider {
        max-width: 100% !important;

    }

    .light_hero h1,
    .lefthero h1 {
        font-size: 60px;
    }

    .light-bodybg .story-slider .uael-post__inner-wrap {
        min-height: 531px;
    }

    .light-bodybg .projects .story-slider .uael-post__inner-wrap {
        min-height: auto;
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-prev {
        left: -50px;
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-next {
        right: -50px;
    }


}

/*.lefthero h1 {
    color: #1E3A8A;
}*/
.greenbtn .elementor-button:hover {
    box-shadow: 0 8px 25px rgba(59, 136, 246, 0.25) !important;
}

.bluebtn .elementor-button:hover {
    box-shadow: 0 8px 25px rgba(57, 168, 69, 0.25) !important;
}

@media screen and (max-width: 1300px) {
    footer .e-con-full.e-con.e-child:not(.sub-footer) {
        display: flex;
        flex-wrap: wrap;
    }

    footer .e-con-full.e-con.e-child:not(.sub-footer) .e-flex.e-child:nth-child(1) {
        width: 20%;
    }

    footer .e-con-full.e-con.e-child:not(.sub-footer) .e-flex.e-child:nth-child(2) {
        width: 20%;
    }

    footer .e-con-full.e-con.e-child:not(.sub-footer) .e-flex.e-child:nth-child(3) {
        width: 20%;
    }

    footer .e-con-full.e-con.e-child:not(.sub-footer) .e-flex.e-child:nth-child(4) {
        width: 30%;
    }

    .sub-footer .uael-nav-menu {
        margin-left: 0px;
    }

    footer form input[type=email] {
        max-width: 100%;
        width: 100%;
        min-width: 160px;

    }

    .stories-grid .uael-post__title {
        min-height: auto;
    }

    .stories-grid .uael-post-wrapper {
        flex: 0 0 calc((100% - 20px) / 3);
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-prev {
        left: -45px;
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-next {
        right: -45px;
    }

    .story-slider .slick-slide {
        /* padding-left: 10px!important;
    padding-right: 10px!important;*/
        margin-left: 20px;
        margin-right: 20px;
    }

    .righthero img {
        min-height: 400px;
        object-fit: cover;
    }

    .lefthero .elementor-button {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .lefthero {
        width: 60%;
    }

}

@media screen and (max-width: 1024px) {
    .stories-grid {
        padding: 0 15px;
    }

    .newslettersection input[type=email] {
        min-width: 200px;
    }

    .stories-grid .uael-post-grid__inner {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    /*.lefthero {
    padding-right: 20px;
    padding-left: 20px;
}*/
    .subpage .lefthero {
        padding-right: 0px;
        padding-left: 0px;
    }

    body.astra-dark-mode-enable .lefthero {
        padding-right: 0px;
        padding-left: 0px;
    }

    footer .e-con-full.e-con.e-child {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sub-footer:before {
        left: 0px;
        right: 0px;
    }

    .light-bodybg #masthead .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .countersection,
    .newslettersection .e-con-inner {
        padding: 30px 0;
    }

    .elementor-widget-container h2 {
        font-size: 35px;
    }

    .light-bodybg .story-slider {
        /*max-width: 100%!important;*/
    }

    .light-bodybg .story-slider .uael-post__title {
        font-size: 20px;
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-prev {
        left: -30px;
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-next {
        right: -30px;
    }

    .light-bodybg .story-slider .uael-post__content-wrap {
        padding: 30px !important;
        position: relative;
    }

    .light-bodybg footer.ast-custom-footer {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .light-bodybg .ast-custom-footer .e-con-inner {
        row-gap: 20px;
    }

    .light-bodybg .sub-footer:before {
        left: -20px;
        right: -20px;
    }

    .countersection .elementor-counter .elementor-counter-number-wrapper {
        width: 100px;
        min-height: 100px;
    }

    .ast-builder-menu-1 .menu-item>.menu-link {
        padding: 0 0.5em;
    }

    .submitprojectbtn:after {
        left: -20px;
        right: -20px;
    }

    .light-bodybg .story-grid-section .story-slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lefthero .elementor-button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .js-parallax {
        height: 80vh;
    }

    .heroborder:before {

        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;

    }

    .heroborder {
        margin: 10px;
    }

    .storyheader,
    .projectheader {
        padding: 50px 20px 0;
    }

    .story-shortcode-wrap p,
    .story-shortcode-wrap h2,
    .story-shortcode-wrap h3,
    .story-shortcode-wrap h4,
    .story-shortcode-wrap h5,
    .project-shortcode-wrap p,
    .project-shortcode-wrap h2,
    .project-shortcode-wrap h3,
    .project-shortcode-wrap h4,
    .project-shortcode-wrap h5 {
        margin-bottom: 15px;
    }

    .blogsidebar .uael-post__inner-wrap {
        column-gap: 10px;
    }

    .categorysidebar .widget-title {
        margin-bottom: 20px;
    }

    .logoslider .elementor-image-carousel-wrapper .swiper-wrapper {
        animation: scroll-left 7s linear infinite;
    }

    .project-shortcode-acfeditor-wrap {
        padding-bottom: 40px;
    }


    /*.light-bodybg .story-slider .uael-post__inner-wrap {
        min-height: auto;
    }*/
}

@media screen and (max-width: 921px) {
    .contact_form div.wpforms-container .wpforms-form .choices .choices__inner {
        min-height: 45.06px;
    }

    body.astra-dark-mode-enable .site {
        background-color: #0f1118 !important;
    }

    .main-header-menu .menu-item.menu-button {
        margin-top: 1em;
        margin-bottom: 1em;
        display: inline-block;
        text-align: center;
        width: auto !important;
    }

    footer .e-con-full.e-con.e-child:not(.sub-footer) .e-flex.e-child:nth-child(1),
    footer .e-con-full.e-con.e-child:not(.sub-footer) .e-flex.e-child:nth-child(2),
    footer .e-con-full.e-con.e-child:not(.sub-footer) .e-flex.e-child:nth-child(3),
    footer .e-con-full.e-con.e-child:not(.sub-footer) .e-flex.e-child:nth-child(4) {
        width: 100%;
    }

    .sub-footer .uael-menu-item {
        margin-right: 15px;
    }

    .light_hero {
        height: auto;
    }

    .light_hero h1,
    .lefthero h1 {
        font-size: 50px;
    }

    .heroborder:before {

        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;

    }

    footer.ast-custom-footer {
        padding-top: 30px;

    }

    .stories-grid .uael-post-wrapper {
        flex: 0 0 calc((100% - 10px) / 2);
    }

    footer.ast-custom-footer:before {
        top: 0;
        height: 300px;
        bottom: auto;

    }

    footer.ast-custom-footer:after {
        top: 70%;

        bottom: 0;

    }

    .light-bodybg header#masthead:after {
        height: 73px;
    }

    .light-bodybg.ast-header-break-point .main-header-menu {
        background-color: #fff;
    }

    .ast-site-identity {
        padding: 0;
    }

    .stickybutton {
        display: block;
        position: fixed;
        bottom: 60px;
        right: -40px;
        z-index: 99999;
        width: auto !important;
        transform: rotate(-90deg);

    }

    .stickybutton .elementor-button {
        letter-spacing: 0;
        text-transform: capitalize;
        padding: 10px !important;
        transform: none !important;
        box-shadow: none !important;


    }

    .elementor-widget-social-icons {
        --justify-content: flex-start !important;
    }

    .footerlogo {
        max-width: 150px !important;

    }

    .ast-builder-menu-1 .menu-item>.menu-link {
        color: #000 !important;
    }

    body.astra-dark-mode-enable .ast-builder-menu-1 .menu-item>.menu-link {
        color: #fff !important;
    }

    body.innerpage.light-bodybg.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover>.menu-link,
    body.innerpage.ast-theme-transparent-header .main-header-menu .current-menu-item>.menu-link {
        color: #00C853 !important;
        transform: scale(1) !important;
    }

}

.js-parallax img,
.lefthero {
    transition: transform 0.7s !important;
}

.elementor-widget-social-icons {
    --justify-content: flex-start !important;
    display: none;
}

.elementor-widget-image-carousel .swiper {
    overflow: hidden;
}

header.ast-no-thumbnail.ast-header-without-markup {
    display: none;
}

@media screen and (max-width: 767px) {
    .stories-grid {
        padding: 0 20px;
    }

    .ast-header-color-switcher-element {
        padding-left: 0;
    }

    .stories-grid .uael-post-wrapper {
        flex: 0 0 100%;
    }

    .stories-grid .uael-post-wrapper.custom-grid-item,
    .stories-grid .uael-post-wrapper.custom-grid-first-item {
        min-height: 490px;
        height: 100%;
    }

    .stories-grid .custom-grid-first-item .elementor-widget-heading h2.elementor-heading-title {
        font-size: 25px;
    }

    .elementor-widget-container h2 {
        font-size: 30px;
    }

    .newslettersection .elementor-icon-list-items li,
    .nextcolcategory1 .elementor-icon-wrapper,
    .nextcolcategory2 .elementor-icon-wrapper,
    .nextcolcategory3 .elementor-icon-wrapper {
        margin-bottom: 10px;
    }

    .light-bodybg footer.ast-custom-footer {
        padding-top: 0;
    }

    .light-bodybg .story-slider .uael-post__title {
        min-height: auto;
    }

    .stickybutton {
        right: -50px;
    }

    .elementor-counter .elementor-counter-title {
        text-align: center;
    }

    .light_hero h1,
    .lefthero h1 {
        font-size: 38px;
    }

    .logoslider .elementor-image-carousel-wrapper .swiper-wrapper {
        animation: scroll-left 4s linear infinite;
    }

    .lefthero {
        width: 100%;
    }

    .lefthero h1 {
        margin-bottom: 0;
    }

    body.innerpage .lefthero .elementor-heading-title {
        margin-bottom: 0px;

    }

    .fa-angle-left,
    .fa-angle-right {
        font-size: 11px !important;
        padding: 3px;
    }

    .light-bodybg .story-slider .uael-post-grid .slick-slider .slick-arrow {
        padding: 0px;
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-prev {
        left: -20px;
    }

    .light-bodybg .story-slider.uael-post__arrow-outside .uael-post-grid .slick-next {
        right: -20px;
    }

    .logoslider .elementor-image-carousel-wrapper .swiper-wrapper {
        animation: scroll-left 3s linear infinite;
    }

    .light-bodybg .story-slider {
        max-width: 87% !important;
    }

    .light-bodybg .story-grid-section .story-slider .uael-post__inner-wrap {
        min-height: auto;
    }

    .light-bodybg .story-grid-section .story-slider .uael-post__bg-wrap {
        height: auto !important;
        margin-bottom: 0;
    }

    .lefthero .elementor-button {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .project-shortcode-acfeditor-wrap {
        padding-bottom: 30px;
    }

    .story-shortcode-wrap h2,
    .project-shortcode-wrap h2 {
        font-size: 30px;
    }

    .story-shortcode-wrap h3,
    .project-shortcode-wrap h3 {
        font-size: 22px;
    }

    .story-shortcode-wrap h4,
    .project-shortcode-wrap h4 {
        font-size: 20px;
    }

    .story-shortcode-wrap h5,
    .project-shortcode-wrap h5 {
        font-size: 18px;
    }

    .storyheader,
    .projectheader {
        padding: 30px 20px 0;
    }


}

@media screen and (max-width: 420px) {
    .newslettersection input[type="submit"] {
        font-size: 12px;
        text-transform: capitalize;
        letter-spacing: 0;
        padding: 14px 10px;
    }

    .newslettersection input[type=email] {
        font-size: 12px;
    }

    .elementor-counter .elementor-counter-title {
        text-align: center;
        padding-top: 10px;
        line-height: 20px;
    }

    .righthero img {
        min-height: 300px;
        object-fit: cover;
    }

    .newslettersection input[type=email] {
        min-width: auto;
    }

    .sub-footer .uael-nav-menu {
        justify-content: center;
        grid-row-gap: 7px;
    }
}

/*inner pages css*/
body.innerpage .righthero {
    display: block;
}

body.innerpage .heroborder {
    margin: 0px;

}

body.innerpage.astra-dark-mode-enable .lefthero .elementor-heading-title {
    color: #fff;
}

body.innerpage .newslettersection input[type=email]::placeholder {
    color: #00C853 !important;
}

body.innerpage .newslettersection input[type=email] {
    border: 1px solid #007AFF;
}

body.innerpage .logoslider {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
}

body.innerpage.astra-dark-mode-enable .lefthero .elementor-heading-title {
    color: #fff !important;
}

body.innerpage.astra-dark-mode-enable .blue {
    color: #007AFF !important;
}

/*body.home-shadow .js-parallax {
    height: auto;
}*/
body.innerpage .js-parallax.hide {
    display: none;
}

body.innerpage.light-bodybg .story-slider .uael-post__thumbnail {
    box-shadow: none;
}

body.innerpage.light-bodybg .ast-header-button-1 .ast-custom-button {
    background: #00C853;
}

body.innerpage.light-bodybg .ast-header-button-1 .ast-custom-button:hover {
    /*box-shadow: 5px 8px 22px rgb(189 255 216 / 45%) !important;*/
    box-shadow: 8px 8px 8px 0px #7FBFFF !important;
    background: #7FE4A9;
    color: #007AFF !important;
    box-shadow: none !important;
}

body.innerpage.astra-dark-mode-enable.light-bodybg .story-slider .uael-post-grid .slick-slider .slick-arrow:hover {
    background: transparent;
}

body.innerpage.light-bodybg .story-slider .uael-post-grid .slick-slider .slick-arrow:hover {
    background: #007AFF;
    color: #fff;
}

body.innerpage .greenbtn .elementor-button:hover {
    /*box-shadow: 8px 8px 15px 0px rgba(59, 136, 246, 0.55)!important;*/
    box-shadow: 8px 8px 8px 0px #7FBFFF !important;
}

body.innerpage .bluebtn .elementor-button:hover {
    /*box-shadow: 8px 8px 15px 0px rgba(57, 168, 69, 0.55)!important;*/
    box-shadow: 8px 8px 8px 0px #7FE4A9 !important;
}

body.innerpage.light-bodybg.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover>.menu-link,
body.innerpage.ast-theme-transparent-header .main-header-menu .current-menu-item>.menu-link {
    color: #00C853 !important;
    transform: scale(1.05);
}

body.innerpage .ast-builder-menu-1 .menu-item>.menu-link {
    transition: transform 0.7s;
}

body.innerpage.light-bodybg .ast-header-button-1 .ast-custom-button {
    background: #00C853;
}

body.innerpage .ast-color-switcher-wrapper .ast-switcher-button {
    background: #fff;
}

body.innerpage .ast-color-switcher-wrapper .ast-switcher-button .ast-switcher-icon:nth-child(2):before {
    background-color: #007AFF;
}

body.innerpage.light-bodybg .story-slider .uael-post-grid .slick-slider .slick-arrow {
    color: #007AFF;
    border: 1px solid #007AFF;
}

body.innerpage.light-bodybg .story-slider .uael-post__bg-wrap,
body.innerpage .CatSection .e-con-full.e-flex .e-con-full.e-flex .e-child {
    /*box-shadow: 8px 8px 15px 0px rgba(59, 136, 246, 0.45)!important;*/
    box-shadow: 8px 8px 8px 0px #7FBFFF !important;
    transition: box-shadow 0.7s;
    border: 1px solid #007AFF;
}

body.innerpage .footerlink .elementor-button:hover {
    color: #00C853 !important;
}

body.innerpage .newslettersection .e-con-inner {
    /*box-shadow: 8px 0 14px -2px rgba(59,130,246,0.45), 0 8px 14px -2px rgba(59,130,246,0.45);*/
    box-shadow: 8px 8px 8px 0px #7FBFFF !important;
    transition: box-shadow 0.7s;
    border: 1px solid #007AFF;
}

body.innerpage.light-bodybg .story-slider .uael-post__bg-wrap:hover,
body.innerpage .CatSection .e-con-full.e-flex .e-con-full.e-flex .e-child:hover {
    /*box-shadow: 8px 8px 15px 0px rgba(59, 136, 246, 0.0)!important;*/
    box-shadow: 8px 8px 8px 0px #7FE4A9 !important;
}

body.innerpage .newslettersection .e-con-inner:hover {
    /*box-shadow: 8px 0 14px -2px rgba(59,130,246,0.0), 0 8px 14px -2px rgba(59,130,246,0.0);*/
    box-shadow: 8px 8px 8px 0px #7FE4A9 !important;
}

body.innerpage .newslettersection input[type="submit"]:hover {
    box-shadow: 8px 8px 8px 0px #7FE4A9;
    background: #7FBFFF;
    color: #007AFF;
}

body.innerpage .nextgensection .e-child .e-con-inner {
    max-width: 100%;
}

body.innerpage .nextgensection .e-child {
    padding-left: 0;
    padding-right: 0;
}

body.innerpage footer .e-con-full.e-con.e-child:not(.sub-footer) {
    max-width: 1280px;
}




body.innerpage .newslettersection input[type="submit"] {
    background: #007AFF;
}

body.innerpage .green {
    color: #00C853;

}

body.innerpage .blue {
    color: #007AFF;
}



body.innerpage .newslettersection .elementor-icon-list-items li:nth-child(1) .elementor-icon-list-icon,
body.innerpage .newslettersection .elementor-icon-list-items li:nth-child(3) .elementor-icon-list-icon {
    background: #7FE4A9;
}

body.innerpage .newslettersection .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-icon {
    background: #7FBFFF;
}

body.innerpage .newslettersection .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-icon i,
body.innerpage .newslettersection .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-icon svg {
    color: #007AFF;
    fill: #007AFF;
}

body.innerpage .submitprojectbtn:after {
    border-bottom: 2px solid #007AFF;
}

body.innerpage.light-bodybg footer.ast-custom-footer .elementor-widget-heading h5.elementor-heading-title {
    color: #007AFF;
}

body.innerpage .footer-email .elementor-button-icon {
    color: #00C853;
    fill: #00C853;
}

body.innerpage .footer-email .elementor-button:hover {
    color: #00C853;
}

body.innerpage footer.ast-custom-footer .uael-nav-menu a.uael-menu-item:hover,
body.innerpage footer.ast-custom-footer .uael-nav-menu a.uael-sub-menu-item:hover {
    color: #00C853;
}

body.innerpage .footer-email .elementor-button {
    font-weight: bold;
    color: #00C853;
}

body.innerpage.light-bodybg .story-slider .uael-post__terms-wrap .uael-post__terms {
    background: #007AFF;
}

body.innerpage.light-bodybg .story-slider .uael-post__title {
    color: #00C853;

}

body.innerpage.light-bodybg .story-slider.casestudycol .uael-post-wrapper {
    width: 100%;
}

body.innerpage.light-bodybg .story-slider.casestudycol .uael-post__title {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 20px;

}

body.innerpage.light-bodybg .story-slider.casestudycol .uael-post__read-more {
    position: static;
    text-align: center;
}

.uael-post__excerpt {
    font-size: 18px;
}

body.innerpage.light-bodybg .story-slider.casestudycol .uael-post__thumbnail,
body.innerpage.light-bodybg .story-slider.casestudycol .uael-post__terms-wrap {
    display: none;
}

.light-bodybg .story-slider.casestudycol .uael-post__excerpt {
    margin-bottom: 20px !important;
}

.light-bodybg .story-slider.casestudycol .uael-post__content-wrap {
    text-align: center;
}

body.innerpage.light-bodybg .story-slider .uael-post__read-more {
    color: #007AFF !important;
}

body.innerpage.light-bodybg .story-slider .uael-post__read-more:hover {
    color: #00C853 !important;
}

.single-story .storyheader .e-con-inner,
.single-story .storycontent .e-con-inner {
    max-width: 100% !important;
}

.storyheader .e-con-inner {
    border-bottom: 0;
}


.single-story .storyheader .e-con-inner {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.storyheader {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.catinfo .hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
    margin-bottom: 0;
}

body.innerpage .lefthero .storytitle .elementor-heading-title,
body.innerpage .crypto-content .lefthero h2.elementor-heading-title {
    color: #00C853 !important;
}

body.innerpage .crypto-content ul {
    margin-left: 0;
    display: flex;
    flex-flow: column;
    gap: 30px;
    margin-bottom: 0;
    list-style-position: inside;
}

body.innerpage .crypto-content ul ul {
    gap: 10px;
    margin-left: 30px;
}

body.innerpage .crypto-content ul strong {
    margin-bottom: 10px;
    display: inline-block;
}

body.innerpage .crypto-content .lefthero h2.elementor-heading-title {
    margin-bottom: 44px !important;
}

body.innerpage .logoslider .elementor-image-carousel-wrapper .swiper-wrapper {
    transition-duration: 18s !important;
    animation: scroll-left 18s linear infinite;
}

body.innerpage .submitprojectbtn .greenbtn .elementor-button {
    background-color: #00C853;
    margin-bottom: 0 !important;
}

body.innerpage .stickybutton .elementor-button {
    background-color: #00C853 !important;
}

body.innerpage .submitprojectbtn .greenbtn .elementor-button:hover {
    background-color: #7FE4A9;
    color: #007AFF !important;
}

body.innerpage .stickybutton .elementor-button:hover {
    background-color: #7FE4A9 !important;
    color: #007AFF !important;
}

body.innerpage .footerlink .elementor-button,
body.innerpage .footerlink .elementor-button:hover {
    color: #00C853 !important;
}

body.innerpage .greenbtn .elementor-button:hover,
body.innerpage .bluebtn .elementor-button:hover,
body.innerpage .newslettersection input[type="submit"]:hover {
    box-shadow: none !important;
}

body.innerpage .lefthero {
    align-self: flex-start;
    transform: none !important;

}

.left_New {
    transform: none !important;
}

#crumbs {
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    flex-flow: wrap;
}

#crumbs a {
    color: #2c2c2c;
}

#crumbs a:hover {
    color: #00c853;
}

.form-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-flow: wrap;
}

.form-half {
    width: 100%;
    max-width: calc(50% - 10px);
}

.form-full {
    width: 100%;
    max-width: 100%;
    position: relative;
}
input.btnsubmit+span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0;
}

form .form-cnt textarea {
    max-height: 120px;
}

input.btnsubmit {
    background-color: #00C853;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0px;
    border-style: none;
    margin: auto;
    display: flex;
}

input.btnsubmit:hover {
    background-color: #7FE4A9;
    color: #007AFF !important;
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    color: #2c2c2c;
    border: 1px solid #007AFF !important;
    border-radius: 7px;
    background: transparent;
}

form label {
    color: #2c2c2c;
}
form label .red{
    color: #dc3232;
}




/* body.innerpage .newslettersection form,
body.innerpage .footertext {
    margin-bottom: 0 !important;
} */


.simple-content .subpage .lefthero {
    flex: auto;
    max-width: 1920px;
    margin: 0 auto;
}

.detail-hero,
header,
footer,
.Transparency,
.subpage.js-parallax,
.storyheader,
.storycontent,
.countergredient,
.hero-banner-main {
    max-width: 1920px !important;
    margin: 0 auto !important;
}

body.single-story .catinfo,
body.single-greentech .catinfo {
    display: none;
}

body.single-story .detail-hero .js-parallax,
body.single-greentech .detail-hero .js-parallax,
body .detail-hero.crypto-banner .js-parallax,
body.single-crypto_post .detail-hero .js-parallax,
body.single-crypto .detail-hero .js-parallax,
body.single-ai .detail-hero .js-parallax,
body.single-project .detail-hero .js-parallax {
    height: 40vh;
}

.ai-subtitle h2 {
    color: #00C853;
    text-align: center;
    margin-bottom: 0;
}

.ai-intro-content,
.ai-title-wrap {
    margin-bottom: 44px;
}

.ai-intro-content p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 0;
}

.ai-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

body .caticongreen .elementor-icon:before {
    background: #7FBFFF;
}

body .caticonblue .elementor-icon:before {
    background: #7FE4A9;
}

body.innerpage .crypto-content ul li {
    font-weight: 400;
}

body .CatSection .e-con-full.e-flex .e-child .elementor-button {
    color: #007AFF !important;
}

body .CatSection .e-con-full.e-flex .e-child .elementor-button:hover,
body .CatSection .e-con-full.e-flex .e-con-full.e-flex .e-child:hover .elementor-button {
    color: #00C853 !important;
}

.wpforms-container .wpforms-field-label,
.wpforms-container .wpforms-field-sublabel,
.wpforms-container input,
.wpforms-container textarea {
    color: #2c2c2c;
}

.wpforms-container .wpforms-field-email {
    width: 100%;
}

.wpforms-container input,
.wpforms-container textarea {
    background: #7FE4A9;
}

/*.ast-page-builder-template .site .site-content #primary {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;

}*/
.single-crypto .site-content .ast-container {
    max-width: 100%;
    padding: 0;
}

.ai-content ul {
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

@media screen and (min-width:1025px) {
    body.innerpage .story-slider:not(.SlideR) .uael-post__columns-3 .uael-post-wrapper {
        width: 33.3335% !important;
    }
}

@media screen and (max-width: 1199px) {

    body.innerpage .logoslider .elementor-image-carousel-wrapper .swiper-wrapper {
        transition-duration: 10s !important;
        animation: scroll-left 10s linear infinite;
    }
}

@media screen and (max-width: 1024px) {

    body.innerpage .logoslider {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    body.innerpage .logoslider .elementor-image-carousel-wrapper .swiper-wrapper {
        transition-duration: 7s !important;
        animation: scroll-left 7s linear infinite;
    }

    .single-story .storyheader .e-con-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .form-half {
        max-width: 100%;
    }

    .contact_form form .wpforms-field-container .wpforms-one-half {
        max-width: 100%;
    }

    .contact_form form .wpforms-field-container .wpforms-field-name .wpforms-field-large {
        row-gap: 20px;
    }

    .story-template-default.single .story-content p,
    .single-greentech.single .greentech-content p {
        font-size: 14px;
    }

    .light-bodybg .story-slider .uael-post__excerpt {
        font-size: 14px;
    }


    .detail_hero .js-parallax {
        max-height: 35vh;
    }

    body.innerpage .logoslider {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .blogsidebar {
        margin-top: 30px;
    }

    body.innerpage .logoslider .elementor-image-carousel-wrapper .swiper-wrapper {
        transition-duration: 4s !important;
        animation: scroll-left 4s linear infinite;
    }

    .single-story .storyheader .e-con-inner,
    .single-story .storycontent .e-con-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    body.innerpage.light-bodybg .story-slider.casestudycol .uael-post__title {
        font-size: 25px;
    }

    body.innerpage .lefthero {
        padding-top: 10px;
    }
}