/**
 * @tableofcontents
 *
 * 1. Header
 * 2. Banner
 * 3. About Startup Program
 * 4. Startup Features
 * 5. Startup Plans
 * 6. Startup Eligibility Criteria
 * 7. Startup Toolkit
 * 8. Startup Program Partners
 * 9. Startup testimonials
 * 10. Join Stratup Program
 * 11. Startup Tips Begin
 * 12. Startup Form Modals
 */


/* @Section 1. Header */

.cw-hdr-wrap
{
    display: none;
}

body.modal-open
{
    padding: 0 !important;
}

body
{
    position: relative;
}

.startup-nav-wrap
{
    padding: 30px 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.start-navbar-links ul
{
    float: right;
}

.start-navbar-links li a:hover
{
    color: #fff;
    background-color: transparent;
    border-bottom: 3px solid #fff;
}

.start-navbar-links li
{
    padding: 0 15px;
}

.start-navbar-links li a.cw-glb-btn
{
    padding: 4px 12px;
    font-size: 15px;
    border-radius: 4px !important;
}

.start-navbar-links li a
{
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    padding: 8px 0;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.start-navbar-links li:last-child
{
    padding-right: 0;
}

.startup-header-sticky
{
    position: fixed;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    animation: headermove 1s;
    padding: 15px 0;
}

@keyframes headermove
{
    0% {top:-70px;}
    100%{top: 0;}
}

.startup-header-sticky .start-navbar-links li a.cw-glb-btn
{
    box-shadow: none !important;
}

.startup-header-sticky .start-navbar-links li a
{
    color: rgba(9,30,66,0.8);
}

.startup-header-sticky .start-navbar-links li a:hover, .start-navbar-links li.active a
{
    color: #091e42;
    border-color: #091e42;
}

.startup-header-sticky .startup-nav a.navbar-brand
{
    background-position-y: -90px;
}



/* @Section 2. Banner */

#startup-program-bnr
{
    padding: 120px 0 100px;
    min-height: auto;
}

#startup-program-bnr .lnd-prvdr-bnr-logo
{
    text-align: right;
    margin-top: 40px;
}

#startup-program-bnr .lnd-bnr-ttl-box
{
    margin-top: 70px;
}


/* @Section 3. About Startup Program */

.abt-strtup-sec
{
    text-align: center;
    padding: 70px 0;
    background-color: #fff;
}

.abt-strtup-sec h2
{
    color: #091E42;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.abt-strtup-sec p
{
    color: #42526E;
    font-size: 20px;
    margin-bottom: 40px;
}

/* @Section 4. About Startup Features */

.strtup-feat-sec
{
    background: #F8F9FB;
    padding: 40px 0 70px;
}

.strtup-feat-sec h2
{
    font-size: 30px;
    color: #091E42;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.strtup-feat-box
{
    padding: 50px 40px 20px;
    background-color: #fff;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    position: relative;
    margin-top: 30px;
    min-height: 185px;
}

.strtup-feat-box img
{
    position: absolute;
    top: 50px;
    left: 40px;
    width: 70px;
    height: 70px;
}

.strtup-feat-box-txt
{
    padding-left: 100px;
}

.strtup-feat-box-txt h3
{
    font-size: 20px;
    color: #091E42;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
}

.strtup-feat-box-txt p
{
    font-size: 16px;
    color: #42526E;
}


/* @Section 5. Startup Plans */

.strtup-plans-sec
{
    background: #F3F2F8;
    padding: 60px 0 130px;
    position: relative;
    text-align: center;
}

.strtup-plans-sec-txt
{
    text-align: center;
}

.strtup-plans-sec-txt h2
{
    font-size: 30px;
    color: #091E42;
    margin: 0 0 15px;
    font-weight: 700;
}

.strtup-plans-sec-txt p
{
    font-size: 16px;
    color: #42526E;
}

.strtup-plans-box
{
    margin-top: 30px;
    border-radius: 6px;
    overflow: hidden;
    text-align: left
}

.strtup-plans-box-head
{
    background: #2F39BF;
    padding: 20px 40px;
    color: #fff;
}

.strtup-plans-box-head h3
{
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.strtup-plans-box-head p
{
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.strtup-plans-box-body
{
    background: #FFFFFF;
    min-height: 640px;
    padding: 30px 30px 80px;
    position: relative;
}

.strtup-plans-box-body ul
{
    padding: 0;
    list-style: none;
}

.strtup-plans-box-body ul li
{
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    color: #42526E;
}

.strtup-plans-box-body ul li::before
{
    position: absolute;
    font: normal normal normal 8px/1 FontAwesome;
    color: #2F39BF;
    content: '\f111';
    left: 0;
    top: 7px;
}

.strtup-plans-box-body>a
{
    width: calc(100% - 80px);
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.collapse-eligibility-btn span
{
    opacity: 0;
}

.collapse-eligibility-btn.collapsed
{
    transition: all .5s ease-in-out;
    transform: translateY(70px);
}

.collapse-eligibility-btn
{
    transform: translateY(220px);
    display: inline-block;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 9;

}

.collapse-eligibility-btn span
{
    transition: all .5s ease-in-out;
    opacity: 0;
}

.collapse-eligibility-btn.collapsed span
{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #2F39BF;
    font-weight: 500;
    padding: 0 15px;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease-in-out;
}


.collapse-eligibility-btn i
{
    color: #fff;    
    transform: rotate(45deg);
    display: block;
    cursor: pointer;
    font-size: 30px;
    transition: all .5s ease-in-out;
}

.collapse-eligibility-btn.collapsed i
{
    transform: rotate(0deg);
    color: #2F39BF;
}



/* @Section 6. Startup Eligibility Criteria */


.eligibility-expand-wrap
{
    padding: 0;
    background-color: #2F39BF;
    position: relative;
}

.eligibility-expand-txt
{
    text-align: center;
    margin: 120px 0 50px;
}

.eligibility-expand-txt h2
{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.eligibility-expand-txt p
{
    font-size: 16px;
    color: #FFFFFF;
}

.plans-eligibility-box
{
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;
}

.plans-eligibility-box-head
{
    padding: 18px 40px;
    background: #F3F2F8;
}

.plans-eligibility-box-head h3
{
    font-size: 20px;
    font-weight: 700;
    color: #2F39BF;
    text-transform: uppercase;
    margin: 0;
}

.plans-eligibility-box-body
{
    background-color: #fff;
    padding: 30px 40px;
    min-height: 300px;
}

.plans-eligibility-box-body ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.plans-eligibility-box-body ul li::before
{
    position: absolute;
    font: normal normal normal 8px/1 FontAwesome;
    color: #2F39BF;
    content: '\f111';
    left: 0;
    top: 7px;

}

.plans-eligibility-box-body ul li
{
    font-size: 14px;
    color: #42526E;
    padding-left: 18px;
    position: relative;
    margin-bottom: 20px;
}

.eligibility-expand-cta
{
    margin-bottom: 40px;
    text-align: center;
}

.eligibility-expand-cta a
{
    min-width: 150px;
}


/* @Section 7. Startup Toolkit */

.strtup-toolkit-wrap{
    padding: 60px 0;
    background: #F8F9FB;
}

.strtup-toolkit-txt
{
    text-align: center;
}

.strtup-toolkit-txt h2
{
    font-weight: 700;
    font-size: 30px;
    color: #091E42;
    margin-bottom: 20px;
}

.strtup-toolkit-txt p
{
    font-weight: 400;
    font-size: 16px;
    color: #42526E;
}

.strtup-tool-box
{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.strtup-tool-box:hover span
{
    opacity: 1;
}

.strtup-tool-box span
{
    position: absolute;
    transition: all .5s ease-in-out;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    background-color: #2F39BF;
    color: #fff;
    padding: 10px 15px;
}

.strtup-toolkit-sldr-wrap .owl-nav, .strtup-toolkit-sldr-wrap .owl-dots
{
    display: none;
}

.strtup-toolkit-sldr-wrap
{
    margin-top: 50px;
    margin-bottom: 60px;
    position: relative;
}

.stup-tool-box-logos
{
    height: 66px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: url(../../img/startup/startup-fold3-sprite-logos.png) no-repeat top center;
}

.strtup-toolkit-sldr-nav a.btn
{
    z-index: 2;
    background: #fff;
    padding: 0 5px;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 80px 80px #fff;
    -webkit-box-shadow: 0 0 80px 80px #fff;
    -o-box-shadow: 0 0 80px 80px #fff;
    -moz-box-shadow: 0 0 80px 80px #fff;
    margin: 0;
    outline: 0;
}

.strtup-toolkit-sldr-nav a.next {
    right: -20px;
}

.strtup-toolkit-sldr-nav a.prev {
    left: -20px;
}

.strtup-toolkit-sldr-nav a.btn i
{
    font-size: 30px;
}

.stup-tool-cta
{
    text-align: center;
}

/* @Section 8. Startup Program Partners */

.strtup-partners-sec
{
    padding: 60px 0;
    background: #F8F9FB;
}

.strtup-partners-sec h2
{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #091E42;
    text-align: center;
}

.strtup-partners-sec .col-lg-2
{
    width: 20%;
}

.strtup-partner-box
{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    height: 80px;
    margin-top: 40px;
    position: relative;
    cursor: pointer;
}

.strtup-partner-box:hover img
{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.strtup-partner-box img
{
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    margin: auto;
    max-height: 60px;
    max-width: calc(100% - 16px);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .2s ease-in-out;
    -webkit-transition-timing-function: linear;
    transition: all .3s ease-in-out;
}


/* @Section 9. Startup testimonials */

.strtup-tstml-wrap
{
    padding: 60px 0 70px;
    background-color: #fff;
}

.strtup-tstml-txt
{
    margin-bottom: 60px;
}

.strtup-tstml-txt h2
{
    font-size: 36px;
    color: #091E42;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}

.strtup-tstml-txt p
{
    font-size: 20px;
    color: #42526E;
    font-weight: 400;
    text-align: center;
}

.strtup-tstml-quote{
    font-size: 150px;
    line-height: 56px;
    color: #2F39BF;
    position: relative;
    top: 50px;
    margin-bottom: 20px;
}

.strtup-tstml-sld-2
{
    color: #FEB155;
}

.strtup-tstml-sld-3
{
    color: #39DCB1;
}

.strtup-tstml-sldr-wrap article
{
    font-size: 20px;
    color: #42526E;
    margin-bottom: 20px;
}

.strtup-tstml-sldr-wrap .item
{
    min-height: 315px;
}

.strtup-tstml-ref-txt
{
    padding: 5px 0 5px 80px;
}

.strtup-tstml-ref-txt h4
{
    font-size: 20px;
    color: #2F39BF;
    font-weight: 700;
    margin: 8px 0;
}

.strtup-tstml-ref-txt span
{
    font-size: 16px;
    color: #42526E;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    margin-bottom: 8px;
}

.strtup-tstml-ref
{
    position: relative;
}

.strtup-tstml-ref img
{
    position: absolute;
    height: 60px;
    width: 60px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
}


.strtup-tstml-sldr-wrap .carousel-indicators
{
    bottom: -30px;
    width: auto;
}

.strtup-tstml-sldr-wrap .carousel-indicators li
{
    width: 7px;
    height: 7px;
    border: 0;
    box-shadow: none;
    background-color: #C4C4C4;
    margin: 0 3px 0 0;
}

.strtup-tstml-sldr-wrap .carousel-indicators li:first-child.active
{
    background-color: #2F39BF;
}

.strtup-tstml-sldr-wrap .carousel-indicators li:nth-child(2).active
{
    background-color: #feb155;
}

.strtup-tstml-sldr-wrap .carousel-indicators li:last-child.active
{
    background-color: #39DCB1;
}


/* @Section 10. Join Stratup Program */

.join-srartup-wrap
{
    background: #2F39BF;
    padding: 60px 0;
}

.join-startup-txt
{
    margin-top: 70px;
}

.join-startup-txt h2
{
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

.join-startup-txt p
{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.join-startup-img img
{
    margin: 0 0 0 auto;
}

.join-start-cta 
{
    display: flex;
    flex-wrap: nowrap;
}

.join-start-cta a:first-child
{
    margin-right: 20px;
}

.join-start-cta a
{
    flex: 1;
}


/* @Section 11. Startup Tips Begin */

.startup-tips-sec
{
    padding: 40px 0 60px;
    background: #F8F9FB;
}

.startup-tips-sec-txt
{
    text-align: center;
    margin-bottom: 20px;
}

.startup-tips-sec-txt h2
{
    font-size: 30px;
    color: #091E42;
    margin:  0 0 20px;
    font-weight: 700;
}

.startup-tips-sec-txt p
{
    font-size: 16px;
    color: #42526E;
}

.start-tips-sldr
{
    padding: 0;
}

.start-tips-sldr .item
{
    padding: 15px;
}

.start-tips-cards
{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    border: none;
}

.startup-tips-card-body
{
    padding: 20px;
    min-height: 160px;
    position: relative;
}

.startup-tips-card-body h4
{
    font-size: 20px;
    line-height: 26px;
    color: #192072;
}

.startup-tips-card-body a
{
    position: absolute;
    bottom: 20px;
}

.startup-tips-card-body a,.startup-tips-card-body a i
{
    font-size: 16px;
    color: #42526E;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.start-tips-cards:hover
{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.startup-tips-card-body a:hover i
{
    margin-left: 10px;
}

.stup-faq-wt .glb-nfaq-ttl p
{
    font-size: 20px;
    color: #42526e;
}

/* @Section 12. Startup Form Modals */

.start-program-modal-wrap
{
    padding: 0 !important;
}

.start-program-modal-wrap .modal-dialog
{
    width: calc(100% - 30px);
    max-width: 900px;
}

.start-program-modal-wrap .modal-header
{
    padding: 20px;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    position: relative;
    text-align: center;
}

.start-program-modal-wrap .modal-header button.close
{
    color: #B3BAC5;
    opacity: 1;
    transition: all .2s ease-in-out;
    font-size: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.start-program-modal-wrap .modal-header button.close:hover
{
    color: #091E42;
}

.start-program-modal-wrap .modal-header h2
{
    font-size: 30px;
    color: #091E42;
    margin-top: 30px;
    margin-bottom: 15px;
}

.start-program-modal-wrap .modal-header p
{
    font-size: 16px;
    color: #42526E;
}

.start-program-modal-wrap .modal-body
{
    padding: 20px 80px 60px;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    position: relative;
}

.start-program-modal-wrap .modal-body .form-group
{
    margin-bottom: 25px;
}

.start-program-modal-wrap .modal-body input[type="checkbox"]
{
    width: auto;
}

.start-program-modal-wrap .modal-body input[type="submit"]
{
    color: #192072 !important;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    background-color: #09ebaf;
    border-radius: 6px;
    width: auto;
    min-width: 230px;
    border: none;
}

.start-program-modal-wrap .modal-body input, .start-program-modal-wrap .modal-body select,.start-program-modal-wrap .modal-body textarea
{
    padding: 13px 20px;
    background: #FCFCFC;
    border: 1px solid #E9E9ED;
    box-sizing: border-box;
    border-radius: 6px !important;
    box-shadow: none;
    height: auto;
    font-size: 16px;
    width: 100%;
}

.start-program-modal-wrap .modal-body textarea
{
    resize: none;
    max-height: 200px;
}

.start-program-modal-wrap .modal-body input::placeholder, .start-program-modal-wrap .modal-body select::placeholder,.start-program-modal-wrap .modal-body textarea::placeholder
{
    font-size: 16px;
    color: #C4C4C4;
}

.start-program-modal-wrap .modal-body label
{ 
    font-size: 16px;
    color: #42526E;
    margin: 0;
    font-weight: 400;
}

.start-program-modal-wrap .modal-body label input[type='checkbox']{
    margin: 0 5px 0 0;
}

.start-program-modal-wrap .modal-body label a{
    color: #2F39BF;
}

.start-program-modal-wrap .modal-body .error,
.start-program-modal-wrap .modal-body .success{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -20px;
    text-align: center;
    display: none;
    font-size: 16px;
    font-size: 400;
    color: red;
    background: #fff;
}

.start-program-modal-wrap .modal-body .success{
    color: #2F39BF;
    font-weight: 500;
}


@media(max-width:1200px)
{
    .strtup-plans-box-body
    {
        min-height: 690px;
    }

    .plans-eligibility-box-body
    {
        min-height: 340px;
    }

    .lnd-prvdr-bnr-logo img
    {
        max-height: 500px;
    }

    .strtup-partners-sec .col-md-3 {
        width: 25%;
    }

    .join-startup-txt
    {
        margin-top: 10px;
    }
}

@media(max-width:992px)
{
    .start-navbar-links li a
    {
        font-size: 13px;
    }

    .start-navbar-links li a.cw-glb-btn
    {
        padding: 4px 7px;
        font-size: 13px;
    }

    .start-navbar-links li {
        padding: 0 4px;
    }

    .start-navbar-links li {
        padding: 0 5px;
    }
    #startup-program-bnr .lnd-bnr-ttl-box {
        margin-top: 40px;
    }

    .lnd-prvdr-bnr-logo img {
        max-height: 300px;
    }

    #startup-program-bnr {
        padding: 100px 0 30px;
    }

    #startup-program-bnr #glb-bnr-strp-1
    {
        bottom: -520px;
    }

    .abt-strtup-sec
    {
        padding: 50px 0;
    }

    .abt-strtup-sec h2, .strtup-feat-sec h2, .strtup-plans-sec-txt h2, .eligibility-expand-txt h2, .strtup-toolkit-txt h2,
    .strtup-tstml-txt h2,.strtup-partners-sec h2, .startup-tips-sec-txt h2,.join-startup-txt h2,.stup-faq-wt .glb-nfaq-ttl h3
    {
        font-size: 28px;
        margin: 0 0 15px;
    }

    .abt-strtup-sec p
    {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .strtup-feat-sec
    {
        padding: 40px 0 50px;
    }

    .strtup-feat-box-txt {
        padding-left: 80px;
    }

    .strtup-feat-box-txt p
    {
        margin-bottom: 0;
    }

    .strtup-feat-box
    {
        padding: 20px;
        min-height: 190px;
    }

    .strtup-feat-box img {
        top: 20px;
        left: 15px;
    }

    .strtup-plans-sec
    {
        padding: 50px 0 60px;
    }

    .strtup-plans-box-body
    {
        padding: 20px 20px 80px;
        min-height: 800px;
    }

    .strtup-plans-box-body ul li
    {
        padding-left: 15px;
    }

    .collapse-eligibility-btn.collapsed
    {
        transform: translateY(20px);
    }

    .collapse-eligibility-btn
    {
        transform: translateY(120px);
    }

    .eligibility-expand-txt
    {
        margin: 90px 0 30px;
    }

    .plans-eligibility-box-body
    {
        padding: 20px;
    }

    .plans-eligibility-box-body {
        min-height: 360px;
    }
    
    .strtup-toolkit-wrap
    {
        padding: 50px 0;
    }    

    .strtup-toolkit-sldr-wrap
    {
        margin: 30px 0 40px;
    }

    .strtup-tstml-wrap
    {
        padding: 50px 0 60px;
    }

    .strtup-tstml-txt {
        margin-bottom: 30px;
    }

    .strtup-tstml-txt p
    {
        font-size: 16px;
    }

    .strtup-tstml-sec-img img
    {
        margin: 0 auto;
    }

    .strtup-tstml-sldr-wrap .carousel-indicators
    {
        width: 100%;
    }

    .strtup-tstml-sldr-wrap article
    {
        font-size: 16px;
    }

    .strtup-partners-sec .col-sm-4 {
        width: 33.33333333%;
    }

    .strtup-partners-sec, .join-srartup-wrap
    {
        padding: 50px 0;
    }

    .join-startup-txt p
    {
        margin-bottom: 20px;
    }

    .join-start-cta
    {
        display: block;
    }

    .join-start-cta a:first-child
    {
        margin-bottom: 15px;    
    }

    .join-start-cta a
    {
        display: block;
        margin: 0;
        width: 100%;
    }

    .join-startup-img img
    {
        margin-top: 50px;
    }

    .startup-tips-sec
    {
        padding-bottom: 40px;
    }

    .stup-faq-wt .glb-nfaq-ttl p
    {
        font-size: 16px !important;
    }

    .start-program-modal-wrap .modal-body
    {
        padding: 20px 50px;
    }

    .start-program-modal-wrap .modal-header h2
    {
        font-size: 24px;
    }

}

@media(max-width:767px)
{

    .startup-nav-wrap
    {
        padding: 10px 0;   
    }

    .startup-nav .navbar-toggle
    {
        position: absolute;
        margin: 0;
        top: 5px;
        right: 10px;
    }   
    .startup-header-sticky .startup-nav .navbar-toggle i
    {
        color: #091E42;   
    }

    .startup-header-sticky .startup-nav .navbar-toggle
    {
        top: 10px;
    }

    .startup-nav .navbar-toggle i
    {
        font-size: 24px;
        color: #fff;
    }   

    .startup-nav a.navbar-brand
    {
        margin: 0
    }

    .startup-header-sticky .start-navbar-links
    {
        background-color: transparent;
        box-shadow: none;
        margin-top: 0;
    }
    
    .start-navbar-links
    {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        margin-top: 10px;
    }

    .start-navbar-links ul
    {
        float: none;
        padding: 20px;
        margin: 0;
        text-align: left;
    }
    
    .start-navbar-links li a
    {
        display: inline-block;
    }

    .start-navbar-links li:last-child
    {
        margin-top: 10px;
        text-align: center;
    }

    .start-navbar-links li a
    {
        color: #091e42 !important;
    }

    #startup-program-bnr .lnd-prvdr-bnr-logo
    {
        text-align: center;
    }

    .strtup-feat-box, .strtup-plans-box-body
    {
        min-height: auto;
    }

    .strtup-tstml-sldr-wrap article
    {
        text-align: center;
    }

    .strtup-tstml-ref
    {
        max-width: max-content;
        margin: 0 auto;
    }

    .strtup-partners-sec .col-xs-6 {
        width: 50%;
    }

    .join-startup-txt
    {
        text-align: center;
    }

    .join-startup-img img
    {
        margin: 20px auto;
    }    
    
    .join-start-cta a,.join-start-cta a:first-child
    {
        max-width: 300px;
        margin: 10px auto 0;
    }

    .start-tips-cards
    {
        transform: translateX(-50%);
        margin: 0 50%;
        max-width: 350px;
    }

    .startup-tips-card-body
    {
        min-height: 170px;
    }

    .start-tips-sldr .carousel-indicators
    {
        bottom: -30px;
    }

    .startup-tips-sec 
    {
        padding-bottom: 60px;
    }

    .start-tips-sldr .carousel-indicators li
    {
        border: 0;
        width: 15px;
        height: 15px;
        margin: 0 3px;
        background-color: #f3f2f8;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

    .start-tips-sldr .carousel-indicators li:first-child.active
    {
        background-color: #feb155;
    }

    .start-tips-sldr .carousel-indicators li.active:nth-child(2)
    {
        background-color: #2f39bf;
    }

    .start-tips-sldr .carousel-indicators li.active:last-child
    {
        background-color: #39dcb1;
    }

}

@media(max-width:550px)
{    
    .start-program-modal-wrap .modal-header,.start-program-modal-wrap .modal-body
    {
        padding: 15px;
    }

    .start-program-modal-wrap .modal-body input, .start-program-modal-wrap .modal-body select, .start-program-modal-wrap .modal-body textarea,
    .start-program-modal-wrap .modal-body input::placeholder, .start-program-modal-wrap .modal-body select::placeholder, .start-program-modal-wrap .modal-body textarea::placeholder
    {
        font-size: 14px;
    }
}