.entry-content a,
.navbar>ul>li,
.startup_failure_section_wrapper a {
    white-space: nowrap
}

.navbar ul,
ul {
    list-style: none
}

#home,
.navbar li {
    position: relative
}

#call-to-action .cta-btn,
#home .btn-get-started {
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px
}

#contact,
.bac2,
.community-list li {
    background: #f5f5f5
}

#contact .contact-about h3,
#header #logo h1 {
    letter-spacing: 3px;
    text-transform: uppercase
}

.button-back,
a {
    text-decoration: none
}

.community-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.bc2 {
    padding: 20px 0;
    min-height: 40px;
    margin-top: 10px
}

.bac2 {
    font-weight: 600;
    font-size: 14px !important;
    border-radius: 7px;
    padding: 6px 9px
}

.bc2 ol,
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.bc2 ol li+li::before,
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}

.bc2 .d-flex {
    display: flex !important
}

.community-list li {
    max-width: 23%;
    min-width: 23%;
    margin: 9px;
    padding: 9px;
    border-radius: 12px;
    box-shadow: 1px 2px 6px #cccccc94;
    overflow-wrap: anywhere
}

@media (max-width:992px) {
    .community-list li {
        max-width: 44%;
        min-width: 44%
    }

    .breadcrumbs {
        margin-top: 95px
    }
}

@media (max-width:500px) {
    .community-list li {
        max-width: 100%;
        min-width: 100%
    }
}

.community-list li a {
    font-weight: 600;
    font-size: 19px !important
}

.community-list li p,
.snd_head.round-pos {
    margin-bottom: 0 !important
}

.box-12 {
    background: #fff;
    box-shadow: 1px 2px 3px #ccc;
    text-align: center;
    padding: 13px;
    box-shadow: 1px 2px 10px #cccccc91;
    margin-bottom: 18px;
    border-radius: 10px
}

.box-12 h4 {
    font-size: 15px;
    color: #000;
    margin: 13px 17px;
    font-weight: 500;
    max-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 39px
}

#call-to-action .cta-text,
#header #logo h1 a,
#header #logo h1 a:hover,
.box-12 a,
.box-12 a:active,
.box-12 a:focus,
.box-12 a:hover,
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a {
    color: #fff
}

.box-12 a {
    background: #13c59a;
    padding: 7px;
    display: block;
    max-width: 178px;
    margin: auto;
    border-radius: 22px
}

.business-name h3,
.contactus p,
.right h4 {
    color: #000;
    margin-bottom: 0
}

.s-logo img {
    max-width: 48px
}

.pitch-deck-logo {
    min-height: 150px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.airbnb {
    background-image: url(../images/airbnb.jpg)
}

.uber {
    background-image: url(../images/uber.png)
}

.dropbox {
    background-image: url(../images/dropbox.jpg)
}

.linkedin {
    background-image: url(../images/linkedin.jpg)
}

.snap {
    background-image: url(../images/snap.jpg)
}

.shopify {
    background-image: url(../images/shopify.jpg)
}

.air {
    background-image: url(../images/air.jpg)
}

.fyre {
    background-image: url(../images/fyre.jpg)
}

.pitch-deckmodal {
    background: #ffffffe3 !important;
    border-radius: 18px !important;
    border: none !important;
    box-shadow: 1px 2px 73px #000000d1
}

.contactus {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px
}

.contactus p {
    font-size: 16px
}

.pitch-deckmodal .modal-title {
    color: #000 !important;
    font-weight: 700 !important
}

.pitch-item {
    box-shadow: 1px 2px 11px #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.download-asset {
    margin-bottom: 30px;
}

.box-11 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fdfdfd;
    padding: 12px;
    border-radius: 7px;
    box-shadow: 1px 2px 10px #cccccc91;
    margin-bottom: 26px;
    align-items: center
}

.left {
    width: 61px;
    height: 61px
}

.block-wrapper li .img-wrapper img,
.left img,
.ul_100 li {
    width: 100%
}

.right {
    width: calc(100% - 64px);
    padding: 4px 9px
}

.right h4 {
    font-weight: 500;
    font-size: 15px
}

.content-sec {
    margin-top: 43px
}

.business-name {
    background: #fff;
    padding: 20px 10px
}

#about .content p:last-child,
.business-name p {
    margin-bottom: 0
}

.business-name h3 {
    font-size: 21px;
    font-weight: 600
}

body {
    background: #fff;
    color: #666;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden
}

a {
    color: #1dc8cd;
    transition: .5s
}

.align-items-center {
    align-items: center !important
}

a:active,
a:focus,
a:hover {
    color: #1dc9ce;
    outline: 0;
    text-decoration: none
}

p {
    padding: 0;
    margin: 0 0 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0
}

.angel-group .content-wrapper h2,
section.second-block h3 {
    font-weight: 700;
    font-size: 23px
}

section.tab-button .row.tab-wrapper {
    display: flex;
    justify-content: flex-start
}

section.tab-button a {
    width: auto;
    padding: 10px 20px;
    border: 1px solid #1dd4b4;
    border-radius: 5px;
    color: #000;
    margin: 10px;
    background: #e4edec
}

section.tab-button a:active,
section.tab-button a:first-child,
section.tab-button a:focus {
    background-color: #1dcac8;
    color: #fff
}

body.resource {
    background-color: #eee
}

.first-block,
.second-block,
.tab-button {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px
}

.block-wrapper,
.startup_failure_section_wrapper {
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 10px;
    border-radius: 10px
}

#header,
#pricing .featured .get-started-btn,
.back-to-top,
.back-to-top:focus {
    background: linear-gradient(45deg, #1de099, #1dc8cd)
}

.block-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center
}

.block-wrapper li {
    width: 50%;
    margin-bottom: 30px
}

.block-wrapper li p {
    font-size: 14px
}

.block-wrapper li .img-wrapper {
    width: 175px;
    float: left;
    border: 1px solid #e9e9e97d;
    border-radius: 10px;
    padding: 5px;
    min-height: 133px;
    box-shadow: 1px 2px 14px #cccccc36
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    background: #fff
}

.first-block .block-wrapper h2 {
    font-size: 35px;
    color: #222
}

h1,
h2,
h3,
p {
    color: #222
}

.first-block .block-wrapper h2 span {
    color: #303636;
    font-weight: 900;
    font-size: 27px
}

.list-content-wrapper {
    width: calc(100% - 300px);
    float: left;
    padding-left: 15px
}

#faq .faq-list .collapsed,
.black-text,
.custom-accordian .sub-head,
.list-content-wrapper strong {
    color: #000
}

@media (max-width:1200px) {
    .block-wrapper li {
        width: 100%
    }

    .second-block li:last-child {
        margin-bottom: 0
    }
}

@media (max-width:480px) {
    .block-wrapper {
        padding: 30px 10px
    }

    .g-recaptcha {
        height: 104px !important;
        max-width: 300px !important
    }
}

.our-process-image,
.pricing-detail,
.support-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pb-60 {
    padding-bottom: 60px !important
}

.font-weigt-600 {
    font-weight: 600 !important
}

.open-slot {
    color: #696969;
    font-size: 23px
}

.center-flex-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.back-to-top {
    position: fixed;
    color: #fff;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
    visibility: hidden;
    opacity: 0;
    width: 64px;
    height: 34px;
    display: flex
}

.back-to-top i {
    line-height: 0;
    font-size: 20px
}

.back-to-top:focus {
    color: #fff;
    outline: 0
}

#contact .social-links a:hover,
.back-to-top:hover {
    background: #1dc8cd;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

#header {
    height: 90px;
    transition: .5s;
    z-index: 997
}

/*#header.header-transparent{background:0 0}*/
#header.header-scrolled {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    height: 70px;
    transition: .5s
}

#header #logo h1 {
    font-size: 36px;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

#gallery .container-fluid,
.navbar,
.navbar-mobile>ul>li {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

.navbar>ul>li {
    padding: 10px 0 10px 24px
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    padding: 0 2px;
    white-space: nowrap;
    transition: .3s;
    letter-spacing: .4px;
    position: relative
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -8px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: .3s ease-in-out
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover>a:before {
    visibility: visible;
    transform: scaleX(1)
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #333
}

.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

#faq .faq-list .collapsed:hover,
#footer .footer-links a:hover,
#team .member .social a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
    color: #1dc8cd
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(26, 26, 26, .9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block !important;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile .dropdown ul a,
.navbar-mobile a {
    padding: 10px 20px
}

.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before {
    visibility: hidden
}

.navbar-mobile a {
    font-size: 15px;
    color: #333
}

.navbar-mobile .getstarted {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#home {
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, rgba(15, 173, 115, .8), rgba(2, 100, 103, .8)) 0 0/cover, url(../images/working-code.webp) center top/cover no-repeat
}

@media (min-width:1025px) {
    #home {
        background-attachment: fixed
    }
}

@media (max-width:640px) {
    #home {
        height: 87vh
    }
}

#home .hero-text {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    height: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column
}

#home h1 {
    margin: 30px 0 10px;
    padding: 0 15px;
    font-size: 52px;
    line-height: 56px;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600
}

#home p {
    color: #fff;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 24px;
    font-family: Ubuntu, sans-serif
}

#about h2,
#advanced-features h2,
#pricing .box h3,
#pricing h4,
.blog_box h2 a,
.entry-title,
.head2,
.portfolio-tile h4,
.text-para {
    font-family: "Open Sans", sans-serif
}

#home .btn-get-started {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff
}

#home .btn-get-started:hover {
    color: #1dc8cd;
    background: #fff
}

#home .product-screens {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 50%
}

#home .product-screens .product-screen-1 {
    position: absolute;
    z-index: 30;
    bottom: 0;
    top: 30px
}

@media (min-width:768px) {
    #home .product-screens .product-screen-1 {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 0;
        top: 30px
    }
}

#home .product-screens .product-screen-1 img {
    max-width: 100%;
    max-height: 100%
}

#home .product-screens .product-screen-2 {
    position: absolute;
    z-index: 20;
    left: calc(50% - 154px);
    bottom: 0;
    top: 90px
}

#home .product-screens .product-screen-3 {
    position: absolute;
    z-index: 10;
    left: calc(50% - 374px);
    bottom: 0;
    top: 150px
}

#advanced-features,
section {
    overflow: hidden
}

.section-header .section-title {
    font-size: 34px;
    color: #111;
    text-align: center;
    font-weight: 400
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
    font-size: 17px
}

.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0, #55fabe 100%);
    margin: 0 auto 20px
}

.section-bg {
    background: #eff5f5
}

.breadcrumbs {
    padding: 20px 0;
    min-height: 40px
}

.breadcrumbs h2 {
    font-size: 29px;
    font-weight: 600;
    margin: 0
}

@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px
    }
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

#about,
#faq,
#more-features,
#pricing,
#team {
    padding: 60px 0;
    overflow: hidden
}

#about .about-img {
    height: 510px;
    overflow: hidden
}

#about .about-img img {
    margin-left: -15px;
    max-width: 100%
}

#about .content .h2 {
    color: #333;
    font-weight: 300;
    font-size: 24px
}

#about .content h3 {
    color: #777;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic
}

#about .content p {
    line-height: 26px
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #1dc8cd
}

#about .content ul,
#faq .faq-list,
#pricing ul {
    padding: 0;
    list-style: none
}

#about .content ul li,
#features .section-description,
.pr-list li {
    padding-bottom: 10px
}

#features,
#gallery {
    background: #fff;
    padding: 60px 0 0;
    overflow: hidden
}

#features .features-img {
    text-align: center;
    padding-top: 20px
}

#features .features-img img,
#team .member .pic img {
    max-width: 100%
}

#features .box {
    margin-bottom: 15px;
    text-align: center
}

#features .icon {
    margin-bottom: 10px
}

#features .icon i {
    color: #666;
    font-size: 60px;
    transition: .5s
}

#advanced-features i:before,
#features .icon i:before,
#more-features .icon i:before {
    background: #1dc8cd;
    background: linear-gradient(45deg, #1dc8cd 0, #55fabe 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#features .title {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px
}

#features .title a,
#more-features h4 a {
    color: #111
}

#features .description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

#advanced-features .features-row,
.blog_outer_section {
    padding: 60px 0 30px
}

#advanced-features h2 {
    font-size: 28px;
    font-weight: 600
}

#advanced-features h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #999
}

#advanced-features p {
    line-height: 24px;
    color: #777;
    margin-bottom: 30px
}

#advanced-features i {
    color: #666;
    font-size: 64px;
    transition: .5s;
    float: left;
    padding: 0 15px 0 0;
    line-height: 1
}

#advanced-features .advanced-feature-img-right {
    max-width: 100%;
    float: right;
    padding: 0 0 30px 30px
}

#advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: left;
    padding: 0 30px 30px 0
}

@media (max-width:768px) {

    #header #logo h1,
    #home h2 {
        font-size: 28px
    }

    #header #logo img {
        max-height: 40px
    }

    #home h2 {
        line-height: 36px
    }

    #home p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }

    #about .about-img {
        height: auto
    }

    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px
    }

    #advanced-features .advanced-feature-img-left,
    #advanced-features .advanced-feature-img-right {
        max-width: 50%
    }
}

#call-to-action {
    overflow: hidden;
    background: linear-gradient(rgba(29, 200, 205, .65), rgba(29, 205, 89, .2)) 0 0/cover, url(../images/call-to-action-bg.webp) center center/cover fixed;
    padding: 80px 0
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

@media (min-width:769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

#call-to-action .cta-btn {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    transition: background .5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff
}

#call-to-action .cta-btn:hover {
    background: #1dc8cd;
    border: 2px solid #1dc8cd
}

#more-features .box,
#pricing .box {
    box-shadow: 0 0 30px rgba(73, 78, 92, .15);
    border-radius: 15px;
    height: 100%;
    background: #fff
}

#more-features .box {
    padding: 40px 40px 15px;
    margin-bottom: 30px;
    transition: .4s
}

#more-features .icon {
    float: left
}

#more-features .icon i {
    color: #666;
    font-size: 65px;
    transition: .5s;
    line-height: 0
}

#more-features h4 {
    margin-left: 88px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px
}

#more-features .box p {
    font-size: 15px;
    margin-left: 88px;
    margin-bottom: 0;
    line-height: 24px
}

#clients {
    padding: 30px 0;
    background: #fff;
    overflow: hidden
}

#clients img {
    max-width: 100%;
    opacity: .5;
    transition: .3s;
    padding: 15px 0
}

#clients img:hover {
    opacity: 1
}

#pricing .box {
    max-width: 400px;
    margin: 0 auto 30px;
    padding: 40px;
    text-align: center
}

#pricing .box h3 {
    font-weight: 500;
    margin-bottom: 13px;
    font-size: 16px
}

#pricing h4 {
    font-size: 23px;
    color: #1dc8cd;
    font-weight: 500
}

#pricing h4 sup {
    font-size: 20px;
    top: -20px
}

#pricing h4 span {
    color: #bababa;
    font-size: 20px
}

#pricing ul {
    color: #999;
    text-align: left;
    line-height: 20px
}

#pricing ul li {
    padding-bottom: 12px;
    position: relative;
    padding-left: 29px;
    font-size: 15px;
    font-weight: 400
}

#pricing ul i {
    color: #1dc8cd;
    font-size: 18px;
    padding-right: 4px;
    position: absolute;
    left: 0
}

#pricing .get-started-btn {
    background: #515e61;
    display: inline-block;
    padding: 9px 40px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 15px;
    font-weight: 500
}

#gallery .gallery-item img,
#gallery .gallery-overlay {
    transition: .4s ease-in-out;
    width: 100%
}

#pricing .featured {
    border: 2px solid #1dc8cd
}

#faq .faq-list li {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px
}

#faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #1dc8cd;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #179ca0;
    transition: .3s
}

#faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px
}

#faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px
}

#faq .faq-list .icon-show,
.no-js #loader {
    display: none
}

#faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: .6s
}

#faq .faq-list .collapsed .icon-close {
    display: none;
    transition: .6s
}

#team .member {
    text-align: center;
    margin-bottom: 20px
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 260px
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px
}

#team .member .social {
    margin-top: 15px
}

#team .member .social a {
    color: #b3b3b3
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px
}

#gallery .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 1
}

#gallery .gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center
}

#gallery .gallery-item:hover img {
    transform: scale(1.1)
}

#gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, .7)
}

#contact {
    padding: 60px 0;
    overflow: visible
}

#contact .contact-about h3 {
    font-size: 36px;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #1dc8cd
}

#contact .contact-about p {
    font-size: 14px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    color: #888
}

#contact .social-links {
    padding-bottom: 20px
}

#contact .social-links a {
    font-size: 18px;
    background: #fff;
    color: #1dc8cd;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: .3s;
    border: 1px solid #1dc8cd;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#contact .info a,
#footer {
    color: #333
}

#contact .social-links a i {
    line-height: 0
}

#contact .info {
    color: #333;
    text-align: center;
    padding: 10px
}

#contact .info i {
    font-size: 40px;
    color: #1dc8cd;
    line-height: 0
}

#contact .info p {
    line-height: 28px;
    margin-top: 8px
}

#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

#contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

#contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

#contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: 1s linear infinite animate-loading;
    animation: 1s linear infinite animate-loading
}

#contact .php-email-form input,
#contact .php-email-form textarea {
    border-radius: 10px;
    box-shadow: none;
    font-size: 14px;
    padding: 15px
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #1dc8cd
}

#contact .php-email-form button[type=submit] {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    border: 0;
    border-radius: 20px;
    padding: 8px 49px;
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

#contact .php-email-form button[type=submit]:hover,
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#footer {
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    padding: 30px 0;
    font-size: 14px;
    width: 100%;
    float: left
}

#footer .credits {
    font-size: 13px;
    color: #888
}

#footer .footer-links a {
    color: #666;
    padding-left: 15px
}

#footer .footer-links a:first-child {
    padding-left: 0
}

.footer-form {
    margin-top: 30px;
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 30px;
    border: 1px solid #f5f3f3;
    box-shadow: 0 3px 17px rgba(0, 0, 0, .1)
}

.footer-form h3 {
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 400
}

.footer-links {
    text-align: right
}

.resource-page .acc-head,
.resource-page .resource-img,
.text-center {
    text-align: center
}

.Pricing-tile,
.support-tile {
    position: relative;
    padding-left: 80px;
    font-size: 16px
}

.angel-group h3,
.head2,
.text-para {
    font-size: 20px
}

.Pricing-tile i,
.support-tile i {
    position: absolute;
    left: 0
}

.portfolio-tile .bg {
    height: 300px;
    width: 100%;
    background-size: cover !important;
    transition: background .6s ease-in-out;
    border-radius: 10px 10px 0 0
}

.portfolio-tile .bg:hover {
    background-position: 100% !important
}

.portfolio-tile {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    border: 1px solid #f5f5f5
}

.portfolio-tile h4 {
    padding: 18px 5px;
    margin: 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px
}

@media (max-width:991px) and (min-width:768px) {
    .portfolio-tile .bg {
        height: 200px
    }
}

@media (max-width:575px) {
    .portfolio-tile .bg {
        height: 150px
    }

    .portfolio-tile h4 {
        font-size: 13px;
        padding: 15px 5px
    }
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }

    #footer .col-lg-6,
    .footer-links {
        text-align: center !important
    }

    .footer-links {
        margin-top: 10px
    }

    .features-row-2 .row {
        flex-direction: column-reverse
    }
}

#gallery h2 {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
    margin-bottom: 30px
}

.inner-page {
    min-height: calc(100vh - 231px)
}

.head2 {
    font-weight: 700
}

.text-gray {
    color: #666
}

.calu_table .input-style,
.input-style {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 8px 7px;
    border-radius: 4px;
    text-align: center
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(247 247 247);
    color: var(--bs-table-striped-color);
    border: transparent
}

.table-striped>tbody>tr {
    border: transparent
}

.table-outer {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 2px 8px #ccc
}

.button-green {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    border: 0;
    border-radius: 11px;
    padding: 16px 66px !important;
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

.one_fourth {
    background: #fff;
    padding: 41px 9px;
    border-radius: .375rem;
    margin-bottom: 1.875rem;
    transition: .5s ease-in-out;
    position: relative;
    border: 0 solid transparent;
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    height: calc(100% - 30px)
}

.card1 {
    background-image: linear-gradient(to right, #664dc9, #9884ea)
}

.card2 {
    background-image: linear-gradient(to right, #1d976c, #2fd38a)
}

.card3 {
    background-image: linear-gradient(to right, #fa5420, #f6a800)
}

.card4 {
    background-image: linear-gradient(to right, #5b73e8, #44c4fa)
}

.one_fourth h3 {
    font-weight: 400 !important;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
    font-size: 21px
}

.one_fourth p {
    font-weight: 700 !important;
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin: 0
}

.details-collection label {
    display: block !important;
    color: #000;
    margin-bottom: 6px
}

.input-style2 {
    background-color: #f5f5f5;
    border: transparent;
    padding: 12px 7px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px
}

.input-style2:focus-visible {
    border: transparent !important;
    box-shadow: none;
    outline: 0
}

.btn-3 {
    max-width: 300px;
    margin: auto
}

.bg-image {
    background: url(../images/thankbg.jpg) 0 0/cover
}

.thankyoutext {
    font-weight: 700;
    font-size: 3em;
    color: #15837d;
    padding-top: 10%
}

th.col1 {
    width: 60%
}

th.col2,
th.col3,
th.col4,
th.col5 {
    width: 10%
}

.table-striped tbody tr td {
    width: 60% !important
}

.overfow-initial {
    overflow: initial !important
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

.custom-accordian button {
    padding: 10px 0;
    font-size: 20px
}

.custom-accordian {
    border: none !important
}

.custom-accordian .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: none !important;
    box-shadow: none !important
}

.custom-accordian .accordion-item {
    border: none !important;
    margin-bottom: 12px
}

.acc-head {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.page-head {
    font-size: 37px !important;
    font-weight: 700 !important;
    color: #1dd3b5;
    text-align: center;
    margin-bottom: 40px !important
}

.resource-flush .resource-item .resource-button {
    border-radius: 0
}

.resource-item:first-of-type .resource-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.resource-button:hover {
    z-index: 2
}

.custom-accordian .accordion-body {
    padding: 0 0 15px;
    background: #f9f9f94a
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none
}

#resource {
    min-height: 84vh
}

.resource {
    margin-bottom: 60px
}

.resource-img {
    margin-bottom: 25px
}

.custom-accordian .btn {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    border: none;
    color: #fff;
    padding: 6px 25px;
    margin: 8px 0;
    cursor: pointer;
    font-size: 20px
}

.custom-accordian .btn:hover {
    background-color: #4169e1
}

.custom-accordian .accordion-header {
    margin-bottom: 0;
    color: #000;
    padding: 15px 0;
    background: #fdfdfd;
    font-size: 20px
}

.custom-accordian blockquote {
    border: none;
    color: #7a7a7a;
    font-size: 1.2247em;
    font-style: italic;
    line-height: 1.8;
    padding: 14px 21px 14px 28px;
    position: relative
}

blockquote:before,
q:before {
    content: open-quote;
    color: #388049;
    display: block;
    font-size: 49px;
    position: absolute;
    top: -7px;
    left: 0
}

blockquote:after,
q:after {
    content: close-quote;
    color: #388049
}

.custom-accordian ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

.custom-accordian ol li {
    margin-bottom: 14px
}

.innerhead {
    font-size: 27px !important;
    font-weight: 600 !important;
    margin: 0;
    margin-bottom: 14px !important
}

.box-content {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #f1f1f1;
    box-shadow: 10px 10px 15px #d1d1d1;
    margin-bottom: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.resource-page img.img-fluid {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: auto;
}

.angel-group .content-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 50px
}

.box-content h2,
body.pitch-investor h2 {
    font-size: 23px
}

.button-back,
.calculator_section p,
body.pitch-investor p {
    font-size: 16px
}

.pitch-investor .acc-head {
    font-weight: 400;
    text-align: center
}

.pitch-decks h1,
.pitch-decks h2 {
    text-align: center;
    font-size: 23px;
    margin-bottom:70px;
}

.growth-list {
    width: 100%;
    float: left;
    padding: 0 10px
}

.growth-list li {
    float: left;
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 10px;
    display: flex;
    align-items: center
}

.growth-list li span {
    width: 30px;
    height: 30px;
    background: url(../images/tick.png);
    float: left;
    margin-right: 20px
}

.pr-list {
    padding-left: 0;
    padding-top: 20px;
    list-style: inside
}

.pr-list h3 {
    margin-bottom: 10px;
    font-size: 20px
}

.button-back {
    background-color: #1de099;
    border: none;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 50px;
    border-radius: 12px;
    height: 50px;
    cursor: pointer
}

#merged_cols,
#merged_cols th,
#merged_cols2,
#merged_cols2 th,
.calu_table {
    border-bottom: none !important
}

@media (max-width:767px) {
    .block-wrapper li .img-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        float: none
    }

    .block-wrapper {
        padding: 30px 10px
    }

    .list-content-wrapper {
        width: 100%;
        padding: 10px 0 0
    }

    .section.tab-button a {
        margin-bottom: 10px !important
    }

    #home .product-screens .product-screen-1 {
        position: static;
        padding-top: 50px
    }

    .block-wrapper li .img-wrapper img {
        max-width: 250px
    }

    #home .product-screens .product-screen-2,
    #home .product-screens .product-screen-3 {
        display: none
    }

    .box-content,
    .download-asset {
        height: auto
    }

    #advanced-features .advanced-feature-img-left,
    #advanced-features .advanced-feature-img-right {
        max-width: 100%;
        float: none;
        padding: 0 0 30px
    }

    #more-features .box {
        margin-bottom: 20px
    }

    #more-features .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px
    }

    #more-features h4,
    #more-features p {
        margin-left: 0 !important;
        text-align: center
    }

    .growth-list li {
        width: calc(50% - 20px)
    }
}

@media (max-width:620px) {
    .growth-list li {
        width: 100%
    }
}

.image-fluid img {
    max-width: 100%;
    height: auto
}

.top-block {
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 10px;
    overflow: hidden
}

.p-tp {
    padding-top: 60px
}

.step-start {
    overflow: hidden;
    background: linear-gradient(rgba(29, 200, 205, .65), rgba(29, 205, 89, .2)) 0 0/cover, url(../images/step-bg.png) center center/cover fixed;
    padding: 30px 0 50px
}

.white-title {
    font-size: 34px !important;
    color: #fff;
    font-weight: 100 !important
}

.wht_btm_mrg {
    margin-bottom: 50px
}

.heay-txt {
    font-size: 60px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.text-b {
    width: 278px;
    height: auto;
    float: right
}

.heavy_n .section-divider {
    display: block;
    width: 200px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0, #55fabe 100%);
    margin: 0 auto 50px
}

.new_txt {
    font-size: 14px !important;
    line-height: 24px
}

.snd_head {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px
}

.heavy_m .section-divider {
    display: block;
    width: 200px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0, #55fabe 100%);
    margin-top: 6px;
    margin-left: 43px;
    margin-bottom: 15px
}

.inner_tle {
    font-size: 18px !important;
    font-weight: 700;
    color: #3dcab1
}

.mvp_lst ul {
    margin-left: -13px
}

.mvp_lst ul li {
    list-style: circle;
    margin-bottom: 15px;
    color: #1dc8cd
}

.mvp_lst ul li a {
    color: #1dc8cd;
    font-weight: 500
}

.tp_m_n {
    margin-top: 50px
}

.snd_head .round {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    color: #fff;
    background: #071c42;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px
}

@media (max-width:767px) {
    .col-md-6 {
        width: 100%
    }

    .p-tp {
        padding-top: 20px
    }

    .breadcrumbs {
        margin-top: 0
    }
}

.d-flex {
    display: flex
}

.back_bt,
.round-pos {
    display: inline-block
}

.no-pd-btm {
    padding-bottom: 0 !important
}

.m-b-new {
    margin-bottom: 15px !important
}

.round-pos {
    position: relative;
    padding-left: 40px
}

.text-left {
    text-align: left
}

.g-recaptcha {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 140px;
    max-width: 353px;
    padding: 20px;
    background: #eaeaea;
    border-radius: 14px
}

.back_bt,
.cal_user_name {
    color: #fff;
    border-radius: 4px
}

.g-recaptcha .grecaptcha-badge {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto
}

.captcha_footer {
    position: absolute !important;
    bottom: 0 !important
}

.back_bt {
    background: #1dd2b5;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    margin-bottom: 10px
}

.cal_user_name,
.startup_failure_section_wrapper .normal_li ul li {
    font-weight: 400
}

.back_bt:hover {
    color: #fff;
    background: #14b49a
}

.calculator_head {
    background: #f6f6f6
}

.cal_user_name {
    background: #1dd2b5;
    padding: 7px
}

.calu_table .table-check-cell {
    border-bottom: 1px solid #f0f0f0
}

.calu_table {
    background: #fdfdfd !important;
    border-left: 1px solid #ebebeb !important;
    border-radius: 8px;
    border-top: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-right: 1px solid #ebebeb !important;
    overflow-x: auto;
    width: 100%
}

.calu_table .txtbox {
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-right: 5px;
    text-align: center;
    padding: 7px 5px;
    border-radius: 4px
}

.calculator_bt {
    margin: 30px 0;
    display: block
}

.input_four,
.input_one,
.input_three,
.input_two {
    margin-left: 2px;
    color: #fff !important
}

.back_btn_equity {
    margin-right: 10px
}

@media only screen and (min-width:991px) {
    .right_content {
        float: right;
        margin-top: 5px !important
    }

    .heading_padding {
        padding-left: 10px
    }

    .equity_col_1 {
        max-width: 60%
    }

    .equity_col_2 {
        max-width: 40%
    }
}

.equity_table tr:nth-child(2n) {
    background-color: #f0f0f0
}

.equity_table input[type=checkbox],
.equity_table input[type=radio] {
    width: 17px !important;
    height: 17px;
    accent-color: #278183
}

.equity_main_row {
    margin-top: 1.5rem
}

.calculator_head tr {
    height: 150px
}

.input_one {
    background-color: #ffa806 !important
}

.input_one::placeholder {
    color: #fff !important
}

.input_two {
    background-color: #4d83d3 !important
}

.input_two::placeholder {
    color: #fff !important
}

.input_three {
    background-color: #68777c !important
}

.input_three::placeholder {
    color: #fff !important
}

.input_four {
    background-color: #914e4e !important
}

.input_four::placeholder {
    color: #fff !important
}

.calu_table .table-striped tbody tr td {
    width: 60% !important;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    min-width: 218px !important;
    font-size: 14px;
    background-color: #364857 !important;
    color: #fff
}

.calu_table .input-style,
.input-stylet {
    border: none !important;
    height: 60px
}

.calu_table input:focus {
    outline: 0 !important
}

#merged_cols {
    background-color: #fff !important
}

#merged_cols2 {
    background-color: #f0f0f0 !important
}

.startup_failure_section_one {
    width: 100%;
    display: inline-block;
    padding: 50px 0
}

.bg_white {
    background: #fff !important
}

.startup_failure_section_outer img {
    width: 100%;
    border-radius: 10px
}

.startup_failure_section_outer p {
    margin: 0 0 18px
}

.startup_failure_section_wrapper ul {
    padding-left: 20px;
    list-style: circle;
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.startup_failure_section_wrapper ul li {
    margin-right: 52px;
    float: left;
    padding: 10px 0;
    color: #000;
    font-weight: 600
}

.startup_failure_section_wrapper .market_section h3,
.startup_failure_section_wrapper h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block
}

.comments-area label,
.nav-links .post-title,
.nav-links a,
.nav-links span {
    font-size: 16px !important
}

.blog_box .cat-links a,
.blog_box .post-edit-link,
.blog_box .post-taxonomies a,
.entry-content a,
.entry-footer a {
    color: #1dc9ce !important
}

.start_fore_box_img {
    max-width: 600px;
    display: inline-block;
    margin-bottom: 20px
}

.comments-area,
.entry-content p,
.post-navigation {
    max-width: 100% !important
}

.start_fore_box_box {
    padding: 25px 15px;
    text-align: left;
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    border-radius: 9px;
    color: #fff;
    margin: 10px 0;
    min-height: 100%
}

.start_fore_box_img img {
    border-radius: 10px;
    margin-bottom: 20px
}

.blog_box {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    height: 100%
}

.blog_box h2 a {
    font-size: 27px;
    display: block;
    color: #1dc8cd;
    font-weight: 600
}

.blog_box .pagination {
    margin: 0
}

.blog_outer_section .pagination {
    margin: 10px;
    padding: 15px 0;
    border: none !important
}

.pagination .nav-links a:hover {
    text-decoration-style: solid !important
}

.byline,
.post-taxonomies,
.posted-on {
    color: #7c7b7b
}

.snd_head h2 {
    margin-bottom: 0 !important;
    font-weight: 600;
    font-size: 26px
}

.entry-content h1,
.entry-title {
    font-size: 30px !important;
    font-weight: 600 !important
}

.singular .entry-header {
    border-bottom: 1px solid #dfdfdf !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important
}

.entry-content p,
.entry-footer {
    margin: 0 !important
}

.blog_outer_section,
.entry-content p {
    font-family: "Open Sans", sans-serif !important
}

.entry-content p {
    width: 100%;
    display: block
}

.entry-content ul {
    margin: 15px 0 !important;
    padding-left: 22px
}

.entry-content img {
    max-width: 600px !important;
    margin: 20px 0
}

.entry-content h1 {
    text-align: left;
    margin: 10px 0 !important
}

.entry-content h2 {
    font-size: 26px !important;
    font-weight: 600 !important;
    text-align: left;
    margin: 20px 0 10px !important
}

.comments-area h2 {
    font-size: 34px;
    margin-bottom: 10px !important
}

.comments-area #commentform {
    margin-top: 10px
}

.comments-area .required {
    color: red
}

.comments-area textarea {
    border: 1px solid #b3adad;
    border-radius: 10px
}

.comments-area,
.status-publish {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px
}

.comments-area input {
    border-radius: 10px !important
}

.entry-footer .edit-link {
    padding: 0 10px
}

.comments-area {
    margin: 20px 0 !important;
    width: 100% !important
}

.nav-links .post-title {
    margin: 0 !important
}

.post-navigation {
    padding: 0 !important;
    margin: 10px 0 !important
}

.entry-content p {
    font-size: 16px
}

.apply-today-btn {
    display: inline-block;
    padding: 9px 40px;
    border-radius: 20px;
    color: #fff;
    transition: 2s ease-in-out all;
    -size: 15px;
    font-weight: 500;
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    margin-left: 12px;
}

.apply-today-btn:hover {
    color: #ffffff;
    background: linear-gradient(45deg, #1dc8cd, #1de099);
    transition: 2s ease-in-out all;
}

.apply-today-btn:focus {
    color: #fff !important;
}

.footer_form_section .error {
    background-position: 0px 2px;
    margin: 4px 0px 0px;
}

.footer_form_section .ele_des_text {
    font-style: italic;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px !important;
    word-break: break-all;
    text-align: left;
}

.footer_form_section .v-space-below {
    margin-top: 30px !important;
}

.footer_form_section label.error {
    background: url(../images/unchecked.gif) no-repeat;
    background-color: #FEE;
    width: 100%;
    padding: 5px;
    margin: 0;
    padding-left: 30px;
    background-position: 9px 7px !important;
    border-radius: 5px;
}

.startup-guid-bg,
.investor-bg {
    background-color: #eee;
    padding-bottom: 1px;
}

.w-40 {
    width: 40% !important;
}

.grecaptcha-badge {
    display: none !important;
}