/**
 * Theme Name:     Suco Child
 * Author:         Suco form
 * Template:       hello-elementor
 * Text Domain:	   suco-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */

html {
    background: #FCFBF0;
}

body {
    max-width: 1920px;
    background: #FCFBF0;
    margin: auto !important;
}

/**/

h1,
h2,
h3 {
    /*    letter-spacing: -1.25px !important;*/
}

h1 {
    letter-spacing: 1px !important;
}

.main-header.fixed {
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}

/**/

header.page-header {
    display: none !important;
}

.header-menu .elementor-nav-menu li {
    border-width: 0;
    text-align: center;
}

.header-menu .e-con-boxed {
    max-width: 100% !important;
    background: #230903;
}

.header-menu .e-n-menu-items-content {
    max-width: inherit;
}

/**/

.home-about-sec:after {
    height: auto;
    top: 0;
    bottom: 40%;
}

/**/

.home-about-sec.triangle-bt:after {
    border-color: #854EB5 transparent transparent transparent;
    bottom: calc(25% - 80px);
    top: auto;
}

.home-about-sec.triangle-bt:before {
    background: #854EB5;
    top: 0 !important;
    width: 52px !important;
    bottom: 25% !important;
}

/**/

.upcoming-events-title .elementor-widget-container {
    z-index: 1;
    position: relative;
}

.upcoming-events-title:after {
    content: "";
    height: 80px;
    position: absolute;
    top: -5px;
    left: 54.3%;
    width: 100%;
    background: #FFE000;
}


.triangle-bt,
.right-shape-line {
    position: relative;
}

.triangle-bt:before,
.right-shape-line:before {
    content: "" !important;
    width: 40px !important;
    position: absolute !important;
    left: auto !important;
    right: 0px;
    top: 75px !important;
    bottom: 60px !important;
    background: #FFE000;
    height: auto !important;
}

.triangle-bt:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 80px 80px 0 80px;
    border-color: #FFE000 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    right: -80px;
    bottom: 0;
}

.recent-story-sec .elementor-post,
.recent-news-sec .elementor-post {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 15px 30px !important;
    box-shadow: 0 4px 4px rgb(0 0 0 / 12%);
    border: 1px solid transparent;
    transition: all .3s;
}

.recent-news-sec .elementor-post:hover {
    border-color: #000;
    transition: all .3s;
}

.recent-news-sec .elementor-post__title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "futura-pt-bold", sans-serif !important;
}

.recent-news-sec .elementor-post__title a {
    font-family: "futura-pt-bold", sans-serif !important;
}

.recent-news-sec .elementor-post__meta-data {
    position: absolute;
    bottom: 23px;
    left: 15px;
}

.recent-news-sec .elementor-post__meta-data .elementor-post-date {
    font-family: "futura-pt-bold", sans-serif !important;
}

.recent-news-sec .elementor-post-avatar {
    display: none;
}

.recent-news-sec .elementor-post__read-more {
    font-family: "futura-pt-bold", sans-serif !important;
}

.recent-story-sec .category-blog,
.recent-story-sec .elementor-post {
    padding: 0 !important;
}

.recent-story-sec .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
    border-bottom: 13px solid #00BAB5;
}

.recent-story-sec .elementor-post__read-more {
    width: 100%;
    align-items: center;
    display: flex !important;
    justify-content: flex-end;
}

.recent-news-sec .elementor-post__read-more:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/post-arrow.svg) 0 0 no-repeat;
    top: 6px;
    height: 22px;
    width: 22px;
    display: inline-block;
    background-size: 22px;
    position: relative;
}

.recent-story-sec .elementor-post__read-more:after {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/aqua-arrow.svg) 0 0 no-repeat;
    height: 60px;
    width: 60px;
    display: inline-block;
    background-size: 60px;
    position: relative;
    margin-left: 20px;
}


.recent-news-sec.triangle-bt:before {
    width: 40px !important;
    right: -20px;
    top: 0px !important;
    bottom: 120px !important;
    background: #04392F;
}

.recent-news-sec.triangle-bt:after {
    border-width: 60px 60px 0 60px;
    border-top-color: #04392F;
    bottom: 60px;
}

.post-tag-block {
    font-size: 0
}

.post-tag-block .elementor-post-info__terms-list-item {
    border: 1px solid #230903;
    border-radius: 45px;
    padding: 12px 40px;
    margin: 5px 5px;
    display: inline-block !important;
}

.post-tag-block .elementor-post-info__terms-list-item:hover {
    color: #fff !important;
    background: #230903;
}

.post-content-sec .arrow-block {
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
}

.post-content-sec .arrow-block:after,
.post-content-sec .arrow-block:before {
    display: none !important
}

.post-content-sec .arrow-block.right-line {
    right: 0;
    left: auto;

}

.recent-story-sec .arrow-block {
    top: 0;
    width: 20px;
}

.recent-story-sec .arrow-block:before {
    display: none !important;
}

.recent-story-sec .arrow-block.left-line:after {
    right: auto;
    left: -50px;
}

.recent-story-sec .arrow-block.arrow-down:after {
    border-width: 50px 50px 0 50px;
    border-color: #00BAB5 transparent transparent transparent;
    right: -50px;
    bottom: -20px;
}

.recent-story-sec .arrow-block.right-line {
    right: 0;
    left: auto;
}


/**/

.left-shape-line:after,
.community-sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 40px;
    bottom: 0px;
    background: #F15A29;
}

/**/

.event-triangle {
    width: 0;
    height: 0;
    border-width: 40px 0 40px 80px;
    border-color: transparent transparent transparent #FFE000;
    border-style: solid;
}

/**/

.testimonials-sec:before {
    z-index: 1;
    content: "" !important;
    left: 0 !important;
    right: auto !important;
    top: 90px !important;
    width: 20px !important;
    bottom: -138px !important;
    background: #00BAB5;
}


.testimonials-sec:after {
    z-index: 9;
    left: -80px;
    right: auto;
    top: calc(100% + 138px);
    bottom: auto;
    border-width: 60px 60px 0 60px;
    border-top-color: #00BAB5;
}

.testimonial-content h4 {
    color: #00BAB5;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.testimonial-content h5 {
    color: #230903;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    font-family: "futura-pt-bold", sans-serif !important;
}

.testimonial-slider .owl-dots {
    text-align: left;
}

.testimonial-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 3px solid #00BAB5;
}


.testimonial-slider .owl-dots .owl-dot:hover span,
.testimonial-slider .owl-dots .owl-dot.active span {
    color: #00BAB5;
    background: #00BAB5;
}

.testimonial-slider .owl-dots .owl-dot:hover,
.testimonial-slider .owl-dots .owl-dot:focus {
    outline: 0;
    background: transparent;
}

/**/

.left-arrow:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 40px 0px 40px 40px;
    border-color: transparent transparent transparent #F15A29;
    border-style: solid;
    right: -90px;
    top: calc(100% - 60px);
}

.event-sec .orange-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 500px;
    background: #F15A29;
}

.event-sec .orange-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 40px);
    bottom: 0;
    width: 90px;
    height: 40px;
    background: #F15A29;
}

.event-sec .orange-arrow:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 40px 0px 40px 40px;
    border-color: transparent transparent transparent #F15A29;
    border-style: solid;
    right: -90px;
    top: calc(100% - 60px);
}

.event-box .elementor-image-box-img {}

.event-box .elementor-image-box-img img {
    width: 100%;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.event-box .elementor-image-box-content {
    padding: 26px 24px;
}

.event-box .elementor-image-box-title {
    padding-left: 60px;
    display: flex;
    align-items: center;
    margin: 0;
    max-width: 378px;
}

.event-box .elementor-image-box-content:before {
    content: '';
    background: url(/wp-content/themes/hello-elementor-child/images/calender-icon.png) 0 0 no-repeat;
    background-size: 66px;
    height: 66px;
    width: 66px;
    display: inline-block;
    flex: 0 0 66px;
    line-height: 0;
    margin-left: -60px;
    margin-right: 10px;
}

.event-btn {
    cursor: pointer;
}

.event-btn:hover {
    opacity: 0.8;
}

.event-btn:after,
.event-box .elementor-image-box-content:after {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/event-logo.png) 0 0 no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    background-size: 96%;
    margin-left: auto;
}

/**/

.newsletter-block {
    overflow: hidden;
}

.newsletter-block:after {
    content: "" !important;
    background: url(/wp-content/themes/hello-elementor-child/images/newsletter-shape.svg) 0 0 no-repeat;
    background-position: right center;
    background-size: 103%;
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    width: 148px;
    height: auto;
}

.newsletter-form {
    position: relative;
    max-width: 600px;
    margin: auto;
    display: flex;
}

.newsletter-form input[type="email"] {
    color: #230903;
    max-width: 340px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding: 12px 45px;
    border-radius: 50px;
    background: #FCFBF0;
    font-family: 'Poppins';
    text-transform: uppercase;
    border: 1px solid #000000;
    border-radius: 50px 0 0 50px;
}

.newsletter-form input[type="email"]:hover,
.newsletter-form input[type="email"]:focus {
    outline: 0;
    box-shadow: none;
}

.newsletter-form input[type="submit"] {
    background: #E6450F !important;
    border-radius: 0 50px 50px 0 !important;
}

.newsletter-form input[type="submit"]:hover {
    outline: 0;
    box-shadow: none;
    background: #09866F !important;
}


/**/


.footer-menu .elementor-nav-menu li {
    flex: 0 0 50%;
    max-width: 50%;
}

.footer-copyright a {
    color: #230903;
}

.footer-copyright a:hover {
    color: #09866F;
}



.team-block .team-box {
    width: 33.333% !important;
}

.team-block .elementor-image-box-description a {
    color: #230903;
    border-bottom: 2px solid #00BAB5;
}

.team-block .team-box:nth-child(2) .elementor-image-box-description a {
    border-bottom-color: #E6450F;
}

.team-block .team-box:nth-child(3) .elementor-image-box-description a {
    border-bottom-color: #854EB5;
}

.team-sec.left-shape-line:after {
    top: 66px;
    background: #065143;
}

.board-sec.left-shape-line:after {
    bottom: 100px;
    background: #065143;
}

.board-sec .orange-arrow {
    background: #065143 !important;
}

.about-banner.left-shape-line:after {
    left: auto;
    right: 0;
    top: 58%;
    background: #065143;
}

.about-sec .arrow-block {
    bottom: 154px;
}

.about-sec .arrow-block.arrow-right:after {
    left: -240px;
    border-color: transparent #065143 transparent transparent;
}

.about-sec .arrow-block.arrow-right:before {
    width: 200px;
}

.arrow-block {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 90px;
    width: 40px;
    background: #065143;
}

.arrow-block:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 40px;
    background: #065143;
    top: calc(100% - 40px);
}

.arrow-block:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -370px;
    top: calc(100% - 60px);
    border-width: 40px 40px 40px 40px;
    border-color: transparent transparent transparent #065143;
    border-style: solid;
}

.arrow-block.arrow-right {
    right: 0;
    left: auto;
}

.arrow-block.arrow-right:before {
    right: 0;
    left: auto;
}

.arrow-block.arrow-right:after {
    left: -370px;
    border-color: transparent #065143 transparent transparent;
    border-style: solid;
}

.arrow-block.arrow-down:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 80px 80px 0 80px;
    border-color: #FFE000 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    right: -80px;
    bottom: 0;
    top: auto;
}

.education-banner {
    max-width: 1080px;
}

.our-story-banner .arrow-block:after,
.our-story-banner .arrow-block:before {
    display: none;
}

.our-story-sec .arrow-block.arrow-down:after {
    border-color: #854EB5 transparent transparent transparent;
    bottom: -50px;
}

.our-story-banner .arrow-block {
    top: 50%;
    left: auto;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #854EB5;
}

.our-story-sec .arrow-block {
    left: auto;
    right: 0;
    bottom: 90px;
    background: #854EB5;
}

.startup-sec .arrow-block:before,
.business-sec .arrow-block:before,
.our-story-sec .arrow-block:before,
.resources-sec .arrow-block:before,
.foundation-banner .arrow-block:after,
.foundation-banner .arrow-block:before,
.ecosystem-banner .arrow-block:after,
.ecosystem-banner .arrow-block:before,
.ecosystem-community-sec.arrow-block:before {
    display: none;
}

.resources-sec .arrow-block {
    top: 0;
    width: 30px;
    bottom: 120px;
    background: #854EB5;
}

.resources-sec .arrow-block.arrow-down:after {
    border-width: 50px 50px 0 50px;
    border-color: #854EB5 transparent transparent transparent;
    right: -20px;
    bottom: -50px;
}

.ecosystem-banner .arrow-block,
.foundation-banner .arrow-block {
    top: 50%;
    left: auto;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #09866F;
}

.ecosystem-banner .arrow-block {
    background: #00BAB5;
}

.business-sec {}

.business-sec .arrow-block,
.ecosystem-builders-sec .arrow-block {
    z-index: 1;
    right: 0;
    left: auto;
    bottom: 90px;
    width: 40px;
    background: #09866F;
}

.ecosystem-builders-sec .arrow-block {
    bottom: 0;
    background: #00BAB5;
}

.business-sec .arrow-block.left-line {
    width: 30px;
    right: auto;
    bottom: 0;
    left: 0;
    top: 52%;
}

.business-sec .arrow-block.left-line:after,
.business-sec .arrow-block.left-line:before {
    display: none;
}

.business-sec .arrow-block.arrow-down:after {
    border-color: #09866F transparent transparent transparent;
    bottom: -40px;
}

.ecosystem-builders-sec .arrow-block.arrow-down:after {
    display: none;
}

.startup-sec .arrow-block {
    bottom: 90px;
    width: 30px;
    background: #09866F;
}

.startup-sec .arrow-block.arrow-down:after {
    border-width: 50px 50px 0 50px;
    border-color: #09866F transparent transparent transparent;
    bottom: -40px;
    right: -20px;
}

.rural-sec .arrow-block:after,
.rural-sec .arrow-block:before,
.startup-banner .arrow-block:after,
.startup-banner .arrow-block:before {
    display: none;
}

.rural-sec .arrow-block,
.startup-banner .arrow-block {
    top: 60%;
    left: auto;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #FFE000;
}

.rural-sec .arrow-block {
    top: 0;
    z-index: 1;
}

.startup-page-sec .arrow-block {
    z-index: 1;
    top: 0;
    left: auto;
    right: 0;
    bottom: 52%;
    width: 40px;
    background: #FFE000;
}

.startup-page-sec .arrow-block.left-line {
    left: 0;
    bottom: 80px;
    width: 30px;
    right: auto;
}


.startup-page-sec .arrow-block.left-line:before {
    display: none !important;
}

.startup-page-sec .arrow-block.arrow-down:after {
    border-width: 50px 50px 0 50px;
    right: -25px;
    bottom: -30px;
}

.startup-testimonials-sec {}

.startup-testimonials-sec.testimonials-sec:before {
    width: 30px !important;
    bottom: 0px !important;
    background: #FFE000;
    top: 0 !important;
}

.startup-page-sec .arrow-block:before {
    left: auto;
    right: 0;
    bottom: 0;
    height: 85px;
    width: 120px;
    background: #FFE000;
}

.startup-page-sec .arrow-block.arrow-right:after {
    left: -240px;
    border-color: transparent #FFE000 transparent transparent;
    border-style: solid;
    top: calc(100% - 80px);
    border-width: 80px 80px 80px 80px;
}

.startup-testimonials-sec .testimonial-content h4 {
    color: #230903;
}

.startup-testimonials-sec .testimonial-slider .owl-dots .owl-dot span {
    border-color: #230903;
}

.startup-testimonials-sec .testimonial-slider .owl-dots .owl-dot.active span {
    border-color: #230903;
    background: #230903;
}

.ecosystem-community-sec .arrow-block {
    z-index: 1;
    top: 50%;
    left: auto;
    right: 0;
    bottom: 75px;
    background: #00BAB5;
}

.ecosystem-community-sec .arrow-block.right-line {
    bottom: 0;
}

.ecosystem-community-sec .arrow-block.right-line:after {
    display: none;
}

.ecosystem-community-sec .arrow-block.left-line {
    top: 0;
    left: 0;
    width: 30px;
    bottom: 82%;
    bottom: 80%;
}

.ecosystem-community-sec .arrow-block.left-line:after {
    border-width: 50px 50px 0 50px;
    left: -50px;
    right: auto;
}

.ecosystem-community-sec .arrow-block:before {
    display: none;
}

.ecosystem-community-sec .arrow-block.arrow-down:after {
    bottom: -50px;
    border-color: #00BAB5 transparent transparent transparent;
}

.ecosystem-slider .swiper-pagination,
.community-together-slider .swiper-pagination {
    text-align: left;
    bottom: -25px !important;
}

.ecosystem-slider .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #00BAB5;
}

.community-together-sec {}

.community-together-sec .arrow-block {
    bottom: 00px;
    background: #F15A29;
}

.community-together-sec .arrow-block:after,
.community-together-sec .arrow-block:before {
    display: none;
}

.startups-slider .elementor-slide-heading sup,
.community-together-slider .elementor-slide-heading sup {
    display: block;
    color: #230903;
    font-size: 26px;
    margin-top: 45px;
}

.community-together-slider .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #F15A29;
}

.startups-slider .testimonial-btn:hover {
    color: #230903 !important;
    background: #FFE000;
}

.startups-slider .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #230903;
}

.community-events-sec .upcoming-events-title:after {
    left: 55.6%;
    background: #F15A29;
}

.community-events-sec .arrow-block {
    top: 60px;
    right: 0;
    left: auto;
    bottom: 40px;
    background: #F15A29;
}

.community-events-sec .arrow-block.arrow-down:after {
    bottom: -40px;
    border-color: #F15A29 transparent transparent transparent;
}

.community-events-sec .arrow-block:before {
    display: none;
}

.stay-sec .arrow-block:before {
    display: none;
}

.stay-sec .arrow-block {
    bottom: 80px;
    width: 30px;
    background: #F15A29;
}

.stay-sec .arrow-block.arrow-down:after {
    border-width: 50px 50px 0 50px;
    border-color: #F15A29 transparent transparent transparent;
    right: -25px;
    bottom: -40px;
}

.startup-testimonials-sec .arrow-block {
    left: auto;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #FFE000;
}

.startup-testimonials-sec .arrow-block:after,
.startup-testimonials-sec .arrow-block:before {
    display: none;
}

/**/

.resources-stage-sec .arrow-block {
    top: 0;
    width: 40px;
    bottom: 40px;
    background: #FFE000;
}

.resources-stage-sec .arrow-block.arrow-left {
    top: 28%;
    bottom: 0;
    width: 30px;
}

.resources-stage-sec .arrow-block.arrow-right:before {
    width: 80px;
    background: #FFE000;
}

.arrow-block.arrow-right:after {
    left: -160px;
    top: calc(100% - 80px);
    border-width: 60px 60px 60px 60px;
    border-color: transparent #FFE000 transparent transparent;
}

.resources-stage-sec .arrow-block.arrow-left:after,
.resources-stage-sec .arrow-block.arrow-left:before {
    display: none;
}

.resources-stage-sec .arrow-block.arrow-down:after {
    border-width: 50px 50px 0 50px;
    border-color: #FFE000 transparent transparent transparent;
    right: -20px;
    bottom: -50px;
}

.resources-stage-sec .arrow-block.arrow-down:before {
    display: none;
}

.resources-block .elementor-widget-container {
    height: 100% !important;
}

.resources-block .elementor-image-box-img {
    border-radius: 13px 13px 0 0;
    overflow: hidden;
}

.resources-block .elementor-image-box-content {
    padding: 6px 40px 67px;
}

.resources-block .elementor-image-box-title {
    margin: 0px !important;
    padding-bottom: 15px !important;
}

.resources-block .elementor-image-box-content a {
    width: 100%;
    display: block;
}

/*.resources-block .elementor-image-box-content:after {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/right-orange-arrow.svg) 0 0 no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    background-size: 96%;
    margin-left: auto;
    cursor: pointer;
}*/


.resources-block .elementor-image-box-img {
    width: 100%;
}

.resources-block .elementor-image-box-img a,
.resources-block .elementor-image-box-img img {
    width: 100%;
    display: block;
}

.resources-block .elementor-image-box-content .elementor-image-box-title a:after {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/right-orange-arrow.svg) 0 0 no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    background-size: 96%;
    cursor: pointer;
    position: absolute;
    right: 30px;
    bottom: 27px;
}


/**/

.resources-ecosystem-sec .arrow-block {
    background: #00BAB5;
    width: 30px;
    bottom: 0;
}

.resources-ecosystem-sec .arrow-block.arrow-down:after {
    border-color: #00BAB5 transparent transparent transparent;
}

.resources-ecosystem-sec .arrow-block.right-line {
    left: auto;
    right: 0;
    width: 40px;
    bottom: 82%;
}

.resources-ecosystem-sec .arrow-block.right-line:after {
    border-width: 80px 80px 0 80px;
    border-color: #00BAB5 transparent transparent transparent;
    right: -80px;
}

.resources-stage-sec .arrow-block.arrow-down.left-line:after {
    display: none;
}

/**/

.podcast-banner .arrow-block:after,
.podcast-banner .arrow-block:before {
    display: none;
}

.podcast-banner .arrow-block {
    left: auto;
    right: 0;
    top: 75%;
    bottom: 0;
    background: #854EB5;
}

.podcast-links a {
    color: #230903;
    text-decoration: underline !important;
}

.podcast-links a:hover {
    color: #854EB5 !important;
}

.podcast-season-sec .arrow-block {
    top: -161px;
    bottom: 0px;
    width: 30px;
    z-index: 1;
    background: #854EB5;
}

.podcast-season-sec .arrow-block.arrow-down:after {
    display: none;
    border-width: 50px 50px 0 50px;
    border-color: #854EB5 transparent transparent transparent;
    right: -20px;
    bottom: -50px;
}

.podcast-block .elementor-image-box-content {
    display: flex;
    flex-direction: column;
    padding: 0px 30px 67px;
}

.podcast-block .elementor-image-box-content:after {
    display: none;
}

.podcast-block.resources-block .elementor-image-box-title {
    min-height: inherit;
    margin-bottom: 20px !important;
}

.podcast-block.resources-block .elementor-image-box-title:after,
.podcast-block.resources-block .elementor-image-box-description:after {
    display: none;
}

.podcast-block .elementor-image-box-description {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: auto;
    position: absolute;
    bottom: 23px;
    right: 20px;
}

.podcast-block .elementor-image-box-description a {
    color: #230903;
    display: flex;
    align-items: center;
}

.podcast-block .elementor-image-box-description a:after {
    content: "" !important;
    background: url(/wp-content/themes/hello-elementor-child/images/podcast-arrow.svg) 0 0 no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    background-size: 96%;
    margin-left: 20px;
    cursor: pointer;
}

.podcast-block .elementor-image-box-description a:hover {
    color: #854EB5;
}

/**/

.fund-corporate-sec .arrow-block:after,
.fund-corporate-sec .arrow-block:before,
.podcast-season-sec .arrow-block:before {
    display: none;
}

.fund-corporate-sec .arrow-block {
    width: 30px;
    background: #09866F;
}


/**/
#community-menu:hover,
#community-menu.e-current {
    border-color: #F15A29;
}

#startups-menu:hover,
#startups-menu.e-current {
    border-color: #FFE000;
}

#ecosystem-menu:hover,
#ecosystem-menu.e-current {
    border-color: #00BAB5;
}

#fund-menu:hover,
#fund-menu.e-current {
    border-color: #09866F;
}

#about-menu:hover,
#about-menu.e-current {
    border-color: #FFE000;
}

#education-menu:hover,
#education-menu.e-current {
    border-color: #854EB5;
}


.suco-slider .elementor-main-swiper {
    margin: 0;
    width: 100%;
}

.suco-slider .swiper-slide,
.suco-slider .elementor-testimonial__content {
    background: transparent !important;
}

.suco-slider .elementor-testimonial {
    align-items: center !important;
}

.suco-slider .elementor-testimonial__content {
    display: flex;
    flex: 0 0 50%;
    padding-right: 6%;
    flex-direction: column;
}

.suco-slider .elementor-testimonial__footer {
    flex: 0 0 50%;
    text-align: right !important;
    -webkit-mask-image: url(/wp-content/uploads/2023/08/right-image-mask.png);
    -webkit-mask-size: 90%;
    -webkit-mask-position: top right;
    -webkit-mask-repeat: no-repeat;
}

.suco-slider .elementor-testimonial__footer img {
    width: 100%;
}

.suco-slider .elementor-testimonial__cite {
    order: 1;
    margin-bottom: 32px;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.suco-slider .elementor-testimonial__text {
    order: 2;
}

.suco-slider .swiper-pagination {
    text-align: left;
    bottom: 90px !important;
}

.suco-slider .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #230903;
}

.suco-slider .elementor-swiper-button {
    display: none !important;
}

.suco-slider .elementor-testimonial__image {
    padding: 44px 0 75px;
}

.suco-slider .elementor-testimonial__image img {
    width: 100% !important;
}

/**/
.ecosystem-slider.suco-slider .elementor-testimonial,
.community-slider.suco-slider .elementor-testimonial {
    align-items: inherit !important;
}

.community-slider .elementor-testimonial__content {
    padding-top: 110px;
}

/**/
.testimonial-btn {
    color: #FCFBF0 !important;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    margin-top: 40px;
    padding: 14px 40px;
    text-align: center;
    letter-spacing: 0.4px;
    background-color: #230903;
    text-transform: uppercase;
    max-width: 250px;
    display: block !important;
    border-radius: 50px 50px 50px 50px;
    font-family: "Futura", Sans-serif;
    transition: .3s ease-in-out;
}

.testimonial-btn:hover {
    color: #230903 !important;
    background: #00BAB5;
}


/**/

.ecosystem-slider .swiper-pagination-bullet,
.home-testimonial-slider .swiper-pagination-bullet {
    border-color: #00BAB5;
}

.community-slider .swiper-pagination-bullet {
    border-color: #F15A29;
}

.community-slider .testimonial-btn:hover {
    color: #fff !important;
    background: #F15A29;
}

.startups-slider .elementor-testimonial__name,
.community-slider .elementor-testimonial__name,
.home-testimonial-slider .elementor-testimonial__name {
    order: 2;
    margin-top: 12px;
}

/**/

.aqua-gradient .elementor-image-box-img {
    position: relative;
}

.aqua-gradient .elementor-image-box-img img {
    line-height: 0;
}

.aqua-gradient .elementor-image-box-img:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    background: linear-gradient(180deg, rgba(0, 186, 181, 0.00) 0%, #00BAB5 100%);
}

.aqua-arrow {
    background: #00BAB5 !important;
}

.quotes-sec .arrow-block {
    width: 30px;
    bottom: 0 !important;
}

.quotes-sec .arrow-block:after,
.quotes-sec .arrow-block:before {
    display: none !important;
}

.quotes-sec .arrow-block.arrow-down:after {
    border-width: 80px 80px 0 80px;
    right: -80px;
    bottom: -60px;
    border-color: #00BAB5 transparent transparent transparent;
}

.template-event-sec .arrow-block {
    width: 30px;
    bottom: 50%;
}

.template-event-sec .arrow-block.arrow-down:after {
    border-color: #00BAB5 transparent transparent transparent;
    left: -80px;
    bottom: -40px;
}

.template-event-sec .arrow-block:before {
    display: none;
}

.template-event-sec .elementor-image-box-img {
    width: 100%;
}

.template-event-sec .elementor-image-box-img a,
.template-event-sec .elementor-image-box-img img {
    width: 100%;
    display: block;
}

/**/


.event-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.event-block .event-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 30px;
}

.event-block .event-box {
    display: flex;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 13px;
    flex-direction: column;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.event-block .event-img img {
    width: 100%;
    border-bottom: 10px solid #00BAB5;
}

.event-block .event-col:nth-child(1) .event-img img {
    border-bottom-color: #00BAB5;
}

.event-block .event-col:nth-child(2) .event-img img {
    border-bottom-color: #FFE000;
}

.event-block .event-col:nth-child(3) .event-img img {
    border-bottom-color: #854EB5;
}

.event-block .event-content {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 30px 20px 17px;
}

.event-block .event-title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

.event-title h3 {
    margin: 0;
    color: #230903;
    font-weight: 700;
    padding-left: 24px;
    line-height: 1.15em;
    letter-spacing: -0.4px;
    font-size: 21px !important;
    text-transform: capitalize;
    max-width: calc(100% - 72px);
    font-family: "Poppins", Sans-serif !important;
}

.event-title h3 a {
    color: #230903;
    transition: .3s ease-in-out;
}

.event-title h3 a:hover {
    color: #09866F;
}

.event-title .title-date {
    min-width: 66px;
    max-height: 66px;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    border-radius: 13px;
    display: inline-block;
    padding: 11px 19px 16px;
    letter-spacing: -0.533px;
    border-top: 13px solid #00BAB5;
    font-family: "Poppins", Sans-serif;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.event-content p {
    margin: 0;
    color: #230903;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: -0.28px;
    font-family: "Poppins", Sans-serif;
}

.event-box .event-btn {
    margin-top: auto;
}


/**/

.podcast-startup-sec .arrow-block {
    bottom: 90px;
    width: 30px;
    background: #854EB5;
}

.podcast-startup-sec .arrow-block.arrow-down:after {
    border-color: #854EB5 transparent transparent transparent;
}

/**/

.news-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.news-block .news-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}

.news-block .news-box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    transition: all .3s;
    border: 1px solid transparent;
    padding: 15px 15px 30px !important;
    box-shadow: 0 4px 4px rgb(0 0 0 / 12%);
}

.news-block .news-box:hover {
    border-color: #000;
    transition: all .3s;
}

.news-block .news-img {
    flex: 0 0 40%;
    max-width: 40%;
}

.news-block .news-img img {
    height: 175px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.news-block .news-content {
    display: flex;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 40px;
    flex-direction: column;
}

.news-block .news-date {
    display: block;
    color: #230903;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: "futura-pt-bold", sans-serif !important
}

.news-content h3 {
    color: #230903;
    font-size: 32px;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 2px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.65px;
    text-transform: uppercase;
    font-family: "futura-pt-bold", sans-serif !important
}

.news-content h3 a {
    color: #230903;
}

.news-content .news-text {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    -webkit-overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-content .news-text p,
.news-content .news-text b,
.news-content .news-text h2,
.news-content .news-text h3,
.news-content .news-text span {
    margin: 0;
    color: #230903;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0px;
    font-size: 21px !important;
    font-family: "Futura";
}

.news-content .read-more {
    color: #230903;
    font-size: 16px;
    font-weight: 700;
    margin-top: auto;
    text-transform: uppercase;
    font-family: "futura-pt-bold", sans-serif !important;
}

.news-content .read-more:before {
    content: "";
    background: url(/wp-content/themes/hello-elementor-child/images/post-arrow.svg) 0 0 no-repeat;
    display: inline-block;
    background-size: 22px;
    position: relative;
    margin-right: 5px;
    height: 22px;
    width: 22px;
    top: 6px;
}

.blog-filter h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 40px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    font-family: "futura-pt-bold", sans-serif !important;
}

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

.blog-filter ul li {
    color: rgba(35, 9, 3, 0.40);
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 25px;
    font-family: 'Poppins';
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.blog-filter ul li:last-child {
    margin-bottom: 0;
}

.blog-filter ul li a {
    color: #230903;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1em;
    font-family: 'Poppins';
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.blog-filter ul li a:hover,
.blog-filter ul li.current-cat a {
    color: #00BAB5
}

.breadcrumbs-block #breadcrumbs a {
    text-decoration: underline;
}

/*=====================================
 
            Responsive

======================================*/


@media(max-width:1366px) {


    h1 {
        letter-spacing: 0px !important;
    }

    .upcoming-events-title:after {
        top: -13px;
        left: 55.1%;
    }

    .testimonial-content h4 {
        font-size: 32px;
    }

    .testimonial-content h5 {
        font-size: 20px;
    }

    .newsletter-form {
        max-width: 500px;
    }

    .newsletter-form input[type="email"] {
        font-size: 18px;
        max-width: 268px;
        padding: 12px 20px;
    }

    .newsletter-form input[type="submit"] {
        font-size: 21px !important;
        padding: 14px 20px !important;
    }

}



/*============================

     Min Width MediaQuery

=============================*/



@media only screen and (max-width: 1680px) and (min-width: 1367px) {

    .main-header .e-n-menu .e-n-menu-item-title-container.e-link span {
        font-size: 21px !important;
    }

    .hero-banner {
        background-size: 800px auto !important;
    }

    .hero-banner .e-con-inner {
        padding-bottom: 120px !important;
    }

    .hero-banner h1 {
        font-size: 70px !important;
    }

    .event-container.e-con {
        gap: 30px;
    }

    .event-sec .e-con-inner {
        max-width: 78% !important;
    }

    .testimonial-block {
        padding-left: 80px !important;
    }

    h2 {
        font-size: 52px !important;
    }

    .content {
        font-size: 21px !important;
        max-width: 610px !important;
    }

    .community-sec .content {
        max-width: 550px !important;
    }

    .newsletter-block {
        padding-left: 120px !important;
    }

    .newsletter-form {
        max-width: 460px;
    }

    .newsletter-form input[type="email"] {
        font-size: 20px;
        padding: 12px 30px;
    }

    .newsletter-form input[type="submit"] {
        font-size: 21px !important;
        padding: 14px 20px !important;
    }

    .testimonial-content p {
        font-size: 21px;
    }

    .upcoming-events-title:after {
        top: -12px;
        left: 53.5%;
    }


}

@media only screen and (max-width: 1599px) and (min-width: 1441px) {

    .event-container.e-con {
        gap: 40px;
    }

    .event-sec .e-con-inner {
        max-width: 78% !important;
    }

    .hero-banner .e-con-inner {
        padding-bottom: 160px !important;
    }

    .hero-banner {
        background-size: 870px auto !important;
    }

    .event-box .elementor-image-box-title {
        max-width: 340px;
        font-size: 16px !important;
    }

    .event-box .elementor-image-box-description {
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 1800px) and (min-width: 1680px) {

    .hero-banner {
        background-size: 1100px auto !important;
    }

    .hero-banner .e-con-inner {
        padding-bottom: 300px !important;
    }

    .hero-banner h1 {
        max-width: 900px;
    }

    .event-container.e-con {
        gap: 40px;
    }

    .event-sec .e-con-inner {
        max-width: 78% !important;
    }

    .upcoming-events-title:after {
        top: -12px;
        left: 53.4%;
    }

    .event-box .elementor-image-box-title {
        max-width: 340px;
        font-size: 20px !important;
    }

    .event-box .elementor-image-box-description {
        font-size: 16px !important;
    }


}

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

    .education-banner {
        max-width: 940px;
    }

    .event-block {
        margin: 0 -15px;
    }

    .event-block .event-col {
        padding: 0 15px;
    }

    .event-title h3 {
        padding-left: 15px;
        font-size: 18px !important;
        max-width: calc(100% - 60px);
    }

    .event-content p {
        font-size: 16px;
        line-height: 1.4em;
    }

    .event-title .title-date {
        min-width: 60px;
        max-height: 60px;
        font-size: 24px;
        padding: 8px 14px 14px;
    }

    .event-btn:after {
        height: 40px;
        width: 40px;
    }

    .suco-slider .elementor-testimonial__image {
        padding: 30px 0 60px;
    }

    .testimonial-btn {
        font-size: 24px;
        margin-top: 25px;
        padding: 12px 40px;
    }

    .community-slider .elementor-testimonial__content {
        padding-top: 40px;
    }

    .news-block .news-content {
        padding-left: 15px;
    }

    .news-block .news-img img {
        height: 120px;
    }

    .news-content h3 {
        font-size: 21px !important;
    }

    .news-content .news-text p,
    .news-content .news-text b,
    .news-content .news-text h2,
    .news-content .news-text h3,
    .news-content .news-text span {
        font-size: 18px !important;
    }

    .news-content .read-more {
        font-size: 14px;
    }

    .news-block .news-date {
        font-size: 14px;
        margin-top: 4px;
    }

    .resources-block .elementor-image-box-content {
        padding: 6px 20px 60px;
    }

    .resources-block .elementor-image-box-content .elementor-image-box-title a:after {
        bottom: 20px;
    }

    .blog-filter h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .blog-filter ul li {
        margin-bottom: 20px;
    }

    .blog-filter ul li a {
        font-size: 16px;
    }



}

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

    .about-sec .arrow-block.arrow-right:before {
        width: 120px;
    }

    .about-sec .arrow-block.arrow-right:after {
        left: -158px;
    }

    .board-sec .arrow-block:before {
        width: 200px;
    }

    .board-sec .arrow-block:after {
        right: -240px;
    }

    .resources-block .elementor-image-box-title {
        min-height: 55px;
    }

    .suco-slider .swiper-pagination {
        text-align: left;
        bottom: 10px !important;
    }

    .news-block {
        margin: 0 -10px;
    }

    .news-block .news-col {
        padding: 0 10px;
    }

    .event-block .event-content {
        padding: 15px 15px;
    }

    .event-title .title-date {
        min-width: 50px;
        max-height: 50px;
        font-size: 20px;
        padding: 6px 10px 10px;
    }

    .event-content p {
        font-size: 14px;
        line-height: 1.3em;
    }

    .event-title h3 {
        padding-left: 10px;
        font-size: 16px !important;
        max-width: calc(100% - 50px);
    }

    .podcast-block .elementor-image-box-content {
        padding: 6px 20px 67px;
    }

    .post-tag-block .elementor-post-info__terms-list-item {
        border-radius: 40px;
        padding: 8px 30px;
    }

}

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

    .main-header nav.e-n-menu .e-n-menu-item-title:hover,
    .main-header nav.e-n-menu .e-n-menu-item-title:hover a {
        color: #fff !important;
    }

    .newsletter-sec {
        background: #04392F !important
    }

    .newsletter-sec .elementor-heading-title {
        color: #fff !important;
    }

    .newsletter-block:after {
        display: none;
    }

    .event-sec.triangle-bt:before {
        top: 20px !important;
    }

    .design-text {
        color: #CBC9B1;
    }

    .community-sec:after {
        display: none;
    }

    .suco-slider .swiper-pagination {
        text-align: center;
        bottom: 0px !important;
    }

    .testimonials-sec:after,
    .testimonials-sec:before {
        display: none !important;
    }

    .recent-news-sec.triangle-bt:before {
        right: auto;
        width: 20px !important;
        left: 0px !important;
        top: 50px !important;
    }

    .recent-news-sec.triangle-bt:after {
        border-width: 40px 40px 0 40px;
        bottom: 80px;
        left: -40px;
    }

    .newsletter-form input[type="email"] {
        font-size: 16px;
    }

    .newsletter-form input[type="submit"] {
        font-size: 16px !important;
        padding: 14px 20px !important;
    }

    .suco-slider .elementor-testimonial__text {
        max-width: 80%;
        margin: auto;
    }

    .upcoming-events-title:after {
        top: 1px;
        left: 56.5%;
        height: 40px;
    }

    .triangle-bt:before {
        width: 20px !important;
    }

    .triangle-bt:after {
        border-width: 40px 40px 0 40px;
        right: -40px;
        bottom: 30px;
    }

    .event-sec .orange-arrow {
        display: none;
    }

    .home-about-sec.triangle-bt:after {
        display: none !important;
    }

    .home-about-sec.triangle-bt:before {
        top: 80px !important;
        left: 0 !important;
        right: auto;
        bottom: 0 !important;
    }

    .community-together-sec .arrow-block {
        display: none;
    }

    .arrow-block {
        width: 30px;
    }

    .arrow-block.arrow-down:after {
        border-width: 60px 60px 0 60px;
        right: -60px;
    }

    .community-events-sec .arrow-block {
        top: 30px;
    }

    .community-events-sec .upcoming-events-title:after {
        left: 58.6%;
    }

    .about-banner.left-shape-line:after {
        display: none;
    }

    .about-sec .arrow-block.arrow-right:before {
        display: none;
    }

    .about-sec .arrow-block {
        bottom: 160px;
    }

    .about-sec .arrow-block.arrow-right:after {
        left: -15px;
        top: auto;
        bottom: -118px;
        transform: rotate(-90deg);
    }

    .board-sec.left-shape-line:after {
        display: none;
    }

    .suco-slider .elementor-testimonial__name,
    .suco-slider .elementor-testimonial__footer {
        text-align: center !important;
    }

    .resources-block .elementor-image-box-content {
        padding: 6px 25px 60px;
    }

    .recent-story-sec .elementor-post__read-more:after,
    .resources-block .elementor-image-box-content:after {
        height: 35px;
        width: 35px;
        background-size: 100%;
    }

    .hero-banner .arrow-block {
        background: #854EB5;
        right: 0;
        left: auto;
        width: 35px;
        top: 60%;
        bottom: 60px;
    }

    .hero-banner .arrow-block.arrow-down:after {
        right: -60px;
        bottom: -40px;
        border-width: 60px 60px 0 60px;
        border-color: #854EB5 transparent transparent transparent;
    }

    .hero-banner .arrow-block:before {
        display: none;
    }

    .newsletter-block .elementor-element,
    .newsletter-block .elementor-widget-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .newsletter-form {
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    .newsletter-form input[type="email"] {
        max-width: 328px;
    }

    .event-block {
        margin: 0px;
        max-width: 480px;
        margin: auto;
    }

    .event-block .event-col {
        flex: 100%;
        max-width: 100%;
        padding: 15px 0;
    }

    .suco-slider .elementor-testimonial {
        flex-wrap: wrap;
    }

    .suco-slider .elementor-testimonial__content {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .suco-slider .elementor-testimonial__footer {
        order: 1;
        flex: 0 0 100%;
        padding: 0 !important;
    }

    .testimonial-btn {
        font-size: 24px;
        margin-top: 25px;
        padding: 12px 40px;
        margin: 20px auto 0;
    }

    .suco-slider .elementor-testimonial__image {
        padding: 0 0 30px 30px;
        text-align: right;
    }

    .community-slider .elementor-testimonial__content {
        padding-top: 0px;
    }

    .news-block {
        max-width: 640px;
        margin: 0 auto;
    }

    .news-block .news-img img {
        height: 175px;
    }

    .news-block .news-col {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 40px;
    }

    .news-block .news-col:last-child {
        padding-bottom: 0;
    }

    .news-block .news-content {
        padding-left: 20px;
    }

    .recent-news-sec .elementor-post__meta-data {
        bottom: 0px;
    }

    .resources-ecosystem-sec .arrow-block.right-line {
        width: 30px;
        bottom: 50px;
    }

    .resources-ecosystem-sec .arrow-block.right-line:after {
        border-width: 50px 50px 0 50px;
        right: -50px;
    }

    .stay-sec .elementor-widget-image a,
    .community-sec .elementor-widget-image a {
        display: block;
    }

    .fund-corporate-sec .arrow-block {
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .fund-startup-sec.startup-sec .arrow-block {
        left: auto;
        right: 0;
    }

    .fund-startup-sec.startup-sec .arrow-block.arrow-down:after {
        right: -50px;
    }

    .blog-filter h5 {
        text-align: center;
        margin-bottom: 15px;
    }

    .blog-filter select#cat {
        border-radius: 27px;
        background: #FCFBF0;
        border: 2px solid #230903;
    }

}

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


    .header-menu .e-n-menu-items-content.e-active {
        height: 100vh;
        margin-top: 15px !important;
        background: #230903;
        padding-top: 0 !important;
    }

    .header-menu .elementor-nav-menu li {
        text-align: left;
    }

    .newsletter-form input[type="email"] {
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .newsletter-form input[type="submit"] {
        font-size: 13px;
        padding: 8px 20px;
    }

    .community-events-sec .arrow-block {
        top: 20px;
    }

    .upcoming-events-title:after {
        top: 1px;
        left: 62%;
    }

    .suco-slider .elementor-main-swiper {
        width: 100% !important;
        padding-bottom: 20px !important;
    }

    .arrow-block {
        width: 20px;
    }

    .arrow-block.arrow-down:after {
        border-width: 40px 40px 0 40px;
        right: -40px;
    }

    .team-block .team-box {
        width: 100% !important;
    }

    .resources-block .elementor-image-box-title {
        min-height: inherit;
    }


    .footer-menu .elementor-nav-menu li {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 5px;
        flex-wrap: wrap;
    }

    .footer-menu .elementor-nav-menu li a {
        display: block;
        white-space: inherit !important;
        flex-grow: inherit !important;
        line-height: 1.2 !important;
    }

    .news-block .news-img img {
        height: 135px;
    }

    .news-content h3 {
        font-size: 18px !important;
    }

    .news-content .news-text {
        max-height: 50px;
    }

    .news-content .news-text p,
    .news-content .news-text b,
    .news-content .news-text h2,
    .news-content .news-text h3,
    .news-content .news-text span {
        font-size: 16px !important;
    }

    .suco-slider .swiper-pagination {
        position: static;
        margin-top: 20px;
    }

    .suco-slider .swiper-pagination {
        margin-top: 20px !important;
        position: static;
    }

    .hero-banner .arrow-block {
        width: 30px;
        top: 54%;
    }

    .home-about-sec.triangle-bt:before {
        width: 30px !important;
    }

    .podcast-block .elementor-image-box-description a:after {
        height: 40px;
        width: 40px;
        background-size: 96%;
        margin-left: 15px;
    }

    .podcast-block .elementor-image-box-title {
        margin-bottom: 10px !important;
    }


}

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


    .testimonial-btn {
        font-size: 14px;
        margin-top: 25px;
        padding: 12px 30px;
        margin: 20px auto 0;
        max-width: 170px;
    }

    .footer-menu .elementor-nav-menu li {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .news-content h3 {
        font-size: 16px !important;
    }

    .news-block .news-img img {
        height: 100px;
    }

    .news-content .news-text p,
    .news-content .news-text b,
    .news-content .news-text h2,
    .news-content .news-text h3,
    .news-content .news-text span {
        font-size: 14px !important;
    }

    .news-block .news-date,
    .news-content .read-more {
        font-size: 10px;
    }

    .news-content .read-more:before {
        background-size: 15px;
        margin-right: 4px;
        height: 15px;
        width: 15px;
        top: 5px;
    }

    .event-title h3 {
        padding-left: 5px;
        font-size: 14px !important;
        max-width: calc(100% - 40px);
    }

    .event-sec .upcoming-events-title:after {
        top: -9px;
        left: 54%;
    }

    .event-title .title-date {
        min-width: 40px;
        max-height: 40px;
        font-size: 16px;
        padding: 8px 10px 8px;
        border-top-width: 4px;
        border-radius: 8px;
    }

    .inner-banner h1 br {
        display: none;
    }

    .hero-banner .arrow-block {
        width: 18px;
        top: 40%;
    }

    .hero-banner .arrow-block.arrow-down:after {
        border-width: 50px 50px 0 50px;
    }

}

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

    .footer-menu .elementor-nav-menu li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .news-block .news-date,
    .news-content .read-more {
        font-size: 8px;
    }

    .arrow-block {
        width: 20px !important;
    }

    .home-about-sec.triangle-bt:before {
        width: 20px !important;
    }

}
